diff --git a/grammar.js b/grammar.js index 37544f2..6ecbc65 100644 --- a/grammar.js +++ b/grammar.js @@ -141,6 +141,9 @@ module.exports = grammar({ token('Skin'), token('People'), token('Hair'), + token('Lorem'), + // Iamage + token('Cat'), // End of other constants ), @@ -185,7 +188,7 @@ module.exports = grammar({ $.function, $.modifier1, $.modifier2, - $.macro, + // $.macro, $.deprecated, ), constant: $ => choice( @@ -470,12 +473,20 @@ module.exports = grammar({ token('auden'), token('utf₈'), token('datetime'), - token('chunk'), - token('⑄'), token('choose'), token('permute'), token('orient'), + token('⤸'), token('fft'), + token('graphemes'), + token('timezone'), + token('around'), + token('’'), + token('base'), + token('sort'), + token('⍆'), + token('last'), + token('⊣'), // End of function ), @@ -533,14 +544,24 @@ module.exports = grammar({ token('triangle'), token('◹'), token('astar'), - token('but'), - token('⤙'), token('with'), + token('⤙'), + token('off'), token('⤚'), token('above'), token('◠'), token('below'), token('◡'), + + // Since 0.13.0 + token('anti'), + token('⌝'), + token('obverse'), + token('⌅'), + token('toples'), + token('⧅'), + token('[₁₂₃₄₅₆₇₈₉₀]') + // End of modifier1 ), modifier2: $ => choice( @@ -579,10 +600,6 @@ module.exports = grammar({ token('do'), token('⍢'), - // Since 0.4.0 - token('setinv'), - token('setunder'), - // Since 0.9.0 token('f'), @@ -593,9 +610,9 @@ module.exports = grammar({ // End of modifier2 ), - macro: $ => choice( - token('struct'), - ), + // macro: $ => choice( + // token('struct'), + // ), deprecated: $ => choice( token('❥'), token('→'), @@ -631,8 +648,8 @@ module.exports = grammar({ // token('types'), removed at 0.11.0 // Since 0.11.0 - token('strands'), - token('‿'), + // token('strands'), + // token('‿'), // Since 0.12.0 // (2, Member, DyadicArray, ("member", '∊')), @@ -643,6 +660,13 @@ module.exports = grammar({ token('λ'), token('⋊'), + // Since 0.13.0 + token('chunk'), + token('⑄'), + token('setinv'), + token('setund'), + token('struct'), + // End of deprecated ), // _whitespace: $ => /[ \t]+/, diff --git a/src/grammar.json b/src/grammar.json index 1ac9dac..ee3518b 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -921,6 +921,20 @@ "type": "STRING", "value": "Hair" } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "Lorem" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "Cat" + } } ] }, @@ -1229,10 +1243,6 @@ "type": "SYMBOL", "name": "modifier2" }, - { - "type": "SYMBOL", - "name": "macro" - }, { "type": "SYMBOL", "name": "deprecated" @@ -2406,42 +2416,98 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "chunk" + "value": "choose" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "⑄" + "value": "permute" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "choose" + "value": "orient" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "permute" + "value": "⤸" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "orient" + "value": "fft" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "fft" + "value": "graphemes" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "timezone" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "around" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "’" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "base" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "sort" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⍆" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "last" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⊣" } } ] @@ -2670,7 +2736,7 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "but" + "value": "with" } }, { @@ -2684,7 +2750,7 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "with" + "value": "off" } }, { @@ -2721,6 +2787,55 @@ "type": "STRING", "value": "◡" } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "anti" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⌝" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "obverse" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⌅" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "toples" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⧅" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "[₁₂₃₄₅₆₇₈₉₀]" + } } ] }, @@ -2881,20 +2996,6 @@ "value": "⍢" } }, - { - "type": "TOKEN", - "content": { - "type": "STRING", - "value": "setinv" - } - }, - { - "type": "TOKEN", - "content": { - "type": "STRING", - "value": "setunder" - } - }, { "type": "TOKEN", "content": { @@ -2925,18 +3026,6 @@ } ] }, - "macro": { - "type": "CHOICE", - "members": [ - { - "type": "TOKEN", - "content": { - "type": "STRING", - "value": "struct" - } - } - ] - }, "deprecated": { "type": "CHOICE", "members": [ @@ -3042,56 +3131,77 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "strands" + "value": "member" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "‿" + "value": "∊" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "member" + "value": "coordinate" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "∊" + "value": "⟔" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "coordinate" + "value": "λ" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "⟔" + "value": "⋊" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "λ" + "value": "chunk" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "⋊" + "value": "⑄" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "setinv" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "setund" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "struct" } } ] diff --git a/src/node-types.json b/src/node-types.json index 0347bb9..f09e55a 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -188,11 +188,6 @@ ] } }, - { - "type": "macro", - "named": true, - "fields": {} - }, { "type": "modifier1", "named": true, @@ -267,10 +262,6 @@ "type": "function", "named": true }, - { - "type": "macro", - "named": true - }, { "type": "modifier1", "named": true @@ -532,6 +523,10 @@ "type": "Cards", "named": false }, + { + "type": "Cat", + "named": false + }, { "type": "Chess", "named": false @@ -732,6 +727,10 @@ "type": "Zodiac", "named": false }, + { + "type": "[₁₂₃₄₅₆₇₈₉₀]", + "named": false + }, { "type": "\\", "named": false @@ -752,6 +751,14 @@ "type": "absolute value", "named": false }, + { + "type": "anti", + "named": false + }, + { + "type": "around", + "named": false + }, { "type": "assert", "named": false @@ -768,6 +775,10 @@ "type": "auden", "named": false }, + { + "type": "base", + "named": false + }, { "type": "below", "named": false @@ -788,10 +799,6 @@ "type": "bracket", "named": false }, - { - "type": "but", - "named": false - }, { "type": "by", "named": false @@ -960,6 +967,10 @@ "type": "gife", "named": false }, + { + "type": "graphemes", + "named": false + }, { "type": "group", "named": false @@ -1020,6 +1031,10 @@ "type": "keep", "named": false }, + { + "type": "last", + "named": false + }, { "type": "leftArrow", "named": true @@ -1076,6 +1091,14 @@ "type": "now", "named": false }, + { + "type": "obverse", + "named": false + }, + { + "type": "off", + "named": false + }, { "type": "on", "named": false @@ -1209,7 +1232,7 @@ "named": false }, { - "type": "setunder", + "type": "setund", "named": false }, { @@ -1229,15 +1252,15 @@ "named": false }, { - "type": "spawn", + "type": "sort", "named": false }, { - "type": "sqrt", + "type": "spawn", "named": false }, { - "type": "strands", + "type": "sqrt", "named": false }, { @@ -1272,6 +1295,14 @@ "type": "tau", "named": false }, + { + "type": "timezone", + "named": false + }, + { + "type": "toples", + "named": false + }, { "type": "transpose", "named": false @@ -1393,7 +1424,7 @@ "named": false }, { - "type": "‿", + "type": "’", "named": false }, { @@ -1584,6 +1615,10 @@ "type": "⊢", "named": false }, + { + "type": "⊣", + "named": false + }, { "type": "⊸", "named": false @@ -1624,10 +1659,18 @@ "type": "⌕", "named": false }, + { + "type": "⌝", + "named": false + }, { "type": "⌵", "named": false }, + { + "type": "⍆", + "named": false + }, { "type": "⍉", "named": false @@ -1756,10 +1799,18 @@ "type": "⤚", "named": false }, + { + "type": "⤸", + "named": false + }, { "type": "⦷", "named": false }, + { + "type": "⧅", + "named": false + }, { "type": "⧻", "named": false diff --git a/src/parser.c b/src/parser.c index 90a3755..ffcf153 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,11 +13,11 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 252 -#define LARGE_STATE_COUNT 182 -#define SYMBOL_COUNT 371 +#define STATE_COUNT 249 +#define LARGE_STATE_COUNT 180 +#define SYMBOL_COUNT 385 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 342 +#define TOKEN_COUNT 357 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 6 @@ -81,319 +81,333 @@ enum ts_symbol_identifiers { anon_sym_Skin = 55, anon_sym_People = 56, anon_sym_Hair = 57, - aux_sym_character_token1 = 58, - sym_string = 59, - sym_multiLineString = 60, - anon_sym_PIPE = 61, - aux_sym_signature_token1 = 62, - sym_identifier = 63, - sym_identifierDeprecated = 64, - sym_system = 65, - sym_comment = 66, - sym_tripleMinus = 67, - sym_openParen = 68, - sym_closeParen = 69, - sym_openCurly = 70, - sym_closeCurly = 71, - sym_openBracket = 72, - sym_closeBracket = 73, - sym_underscore = 74, - sym_leftArrow = 75, - anon_sym_CARET = 76, - anon_sym_SQUOTE = 77, - anon_sym_SQUOTE_SQUOTE = 78, - anon_sym_e = 79, - anon_sym_NaN = 80, - anon_sym_eta = 81, - anon_sym_u03b7 = 82, - anon_sym_pi = 83, - anon_sym_u03c0 = 84, - anon_sym_tau = 85, - anon_sym_u03c4 = 86, - anon_sym_infinity = 87, - anon_sym_u221e = 88, - anon_sym_W = 89, - anon_sym_i = 90, - anon_sym_MaxInt = 91, - anon_sym_HexDigits = 92, - anon_sym_DOT = 93, - anon_sym_COMMA = 94, - anon_sym_COLON = 95, - anon_sym_u25cc = 96, - anon_sym_identity = 97, - anon_sym_id = 98, - anon_sym_u2218 = 99, - anon_sym_not = 100, - anon_sym_u00ac = 101, - anon_sym_sign = 102, - anon_sym_u00b1 = 103, - anon_sym_BQUOTE = 104, - anon_sym_u00af = 105, - anon_sym_absolutevalue = 106, - anon_sym_u2335 = 107, - anon_sym_sqrt = 108, - anon_sym_u221a = 109, - anon_sym_sine = 110, - anon_sym_u25cb = 111, - anon_sym_u223f = 112, - anon_sym_floor = 113, - anon_sym_u230a = 114, - anon_sym_ceiling = 115, - anon_sym_u2308 = 116, - anon_sym_round = 117, - anon_sym_u2045 = 118, - anon_sym_EQ = 119, - anon_sym_BANG_EQ = 120, - anon_sym_u2260 = 121, - anon_sym_LT = 122, - anon_sym_LT_EQ = 123, - anon_sym_u2264 = 124, - anon_sym_GT = 125, - anon_sym_GT_EQ = 126, - anon_sym_u2265 = 127, - anon_sym_PLUS = 128, - anon_sym_DASH = 129, - anon_sym_STAR = 130, - anon_sym_u00d7 = 131, - anon_sym_PERCENT = 132, - anon_sym_u00f7 = 133, - anon_sym_modulus = 134, - anon_sym_u25ff = 135, - anon_sym_power = 136, - anon_sym_u207f = 137, - anon_sym_logarithm = 138, - anon_sym_u2099 = 139, - anon_sym_minimum = 140, - anon_sym_u21a7 = 141, - anon_sym_maximum = 142, - anon_sym_u21a5 = 143, - anon_sym_atangent = 144, - anon_sym_u2220 = 145, - anon_sym_length = 146, - anon_sym_u29fb = 147, - anon_sym_shape = 148, - anon_sym_u25b3 = 149, - anon_sym_range = 150, - anon_sym_u21e1 = 151, - anon_sym_first = 152, - anon_sym_u22a2 = 153, - anon_sym_reverse = 154, - anon_sym_u21cc = 155, - anon_sym_deshape = 156, - anon_sym_u266d = 157, - anon_sym_bits = 158, - anon_sym_u22ef = 159, - anon_sym_transpose = 160, - anon_sym_u2349 = 161, - anon_sym_rise = 162, - anon_sym_u234f = 163, - anon_sym_fall = 164, - anon_sym_u2356 = 165, - anon_sym_where = 166, - anon_sym_u229a = 167, - anon_sym_classify = 168, - anon_sym_u229b = 169, - anon_sym_deduplicate = 170, - anon_sym_u25f4 = 171, - anon_sym_box = 172, - anon_sym_u25a1 = 173, - anon_sym_match = 174, - anon_sym_u224d = 175, - anon_sym_couple = 176, - anon_sym_u229f = 177, - anon_sym_join = 178, - anon_sym_u2282 = 179, - anon_sym_select = 180, - anon_sym_u228f = 181, - anon_sym_pick = 182, - anon_sym_u22a1 = 183, - anon_sym_reshape = 184, - anon_sym_u21af = 185, - anon_sym_take = 186, - anon_sym_u2199 = 187, - anon_sym_drop = 188, - anon_sym_u2198 = 189, - anon_sym_rotate = 190, - anon_sym_u21bb = 191, - anon_sym_windows = 192, - anon_sym_u25eb = 193, - anon_sym_keep = 194, - anon_sym_u25bd = 195, - anon_sym_find = 196, - anon_sym_u2315 = 197, - anon_sym_indexof = 198, - anon_sym_u2297 = 199, - anon_sym_assert = 200, - anon_sym_u2364 = 201, - anon_sym_wait = 202, - anon_sym_parse = 203, - anon_sym_u22d5 = 204, - anon_sym_random = 205, - anon_sym_u2682 = 206, - anon_sym_gen = 207, - anon_sym_tag = 208, - anon_sym_now = 209, - anon_sym_type = 210, - anon_sym_u2e2e = 211, - anon_sym_dump = 212, - anon_sym_regex = 213, - anon_sym_send = 214, - anon_sym_recv = 215, - anon_sym_tryrecv = 216, - anon_sym_complex = 217, - anon_sym_u2102 = 218, - anon_sym_rerank = 219, - anon_sym_u2607 = 220, - anon_sym_fix = 221, - anon_sym_u00a4 = 222, - anon_sym_QMARK = 223, - anon_sym_unique = 224, - anon_sym_u25f0 = 225, - anon_sym_map = 226, - anon_sym_has = 227, - anon_sym_get = 228, - anon_sym_insert = 229, - anon_sym_remove = 230, - anon_sym_repr = 231, - anon_sym_mask = 232, - anon_sym_u29b7 = 233, - anon_sym_csv = 234, - anon_sym_json = 235, - anon_sym_xlsx = 236, - anon_sym_memberOf = 237, - anon_sym_u2208 = 238, - anon_sym_imen = 239, - anon_sym_gife = 240, - anon_sym_auden = 241, - anon_sym_utfu2088 = 242, - anon_sym_datetime = 243, - anon_sym_chunk = 244, - anon_sym_u2444 = 245, - anon_sym_choose = 246, - anon_sym_permute = 247, - anon_sym_orient = 248, + anon_sym_Cat = 58, + aux_sym_character_token1 = 59, + sym_string = 60, + sym_multiLineString = 61, + anon_sym_PIPE = 62, + aux_sym_signature_token1 = 63, + sym_identifier = 64, + sym_identifierDeprecated = 65, + sym_system = 66, + sym_comment = 67, + sym_tripleMinus = 68, + sym_openParen = 69, + sym_closeParen = 70, + sym_openCurly = 71, + sym_closeCurly = 72, + sym_openBracket = 73, + sym_closeBracket = 74, + sym_underscore = 75, + sym_leftArrow = 76, + anon_sym_CARET = 77, + anon_sym_SQUOTE = 78, + anon_sym_SQUOTE_SQUOTE = 79, + anon_sym_e = 80, + anon_sym_NaN = 81, + anon_sym_eta = 82, + anon_sym_u03b7 = 83, + anon_sym_pi = 84, + anon_sym_u03c0 = 85, + anon_sym_tau = 86, + anon_sym_u03c4 = 87, + anon_sym_infinity = 88, + anon_sym_u221e = 89, + anon_sym_W = 90, + anon_sym_i = 91, + anon_sym_MaxInt = 92, + anon_sym_HexDigits = 93, + anon_sym_DOT = 94, + anon_sym_COMMA = 95, + anon_sym_COLON = 96, + anon_sym_u25cc = 97, + anon_sym_identity = 98, + anon_sym_id = 99, + anon_sym_u2218 = 100, + anon_sym_not = 101, + anon_sym_u00ac = 102, + anon_sym_sign = 103, + anon_sym_u00b1 = 104, + anon_sym_BQUOTE = 105, + anon_sym_u00af = 106, + anon_sym_absolutevalue = 107, + anon_sym_u2335 = 108, + anon_sym_sqrt = 109, + anon_sym_u221a = 110, + anon_sym_sine = 111, + anon_sym_u25cb = 112, + anon_sym_u223f = 113, + anon_sym_floor = 114, + anon_sym_u230a = 115, + anon_sym_ceiling = 116, + anon_sym_u2308 = 117, + anon_sym_round = 118, + anon_sym_u2045 = 119, + anon_sym_EQ = 120, + anon_sym_BANG_EQ = 121, + anon_sym_u2260 = 122, + anon_sym_LT = 123, + anon_sym_LT_EQ = 124, + anon_sym_u2264 = 125, + anon_sym_GT = 126, + anon_sym_GT_EQ = 127, + anon_sym_u2265 = 128, + anon_sym_PLUS = 129, + anon_sym_DASH = 130, + anon_sym_STAR = 131, + anon_sym_u00d7 = 132, + anon_sym_PERCENT = 133, + anon_sym_u00f7 = 134, + anon_sym_modulus = 135, + anon_sym_u25ff = 136, + anon_sym_power = 137, + anon_sym_u207f = 138, + anon_sym_logarithm = 139, + anon_sym_u2099 = 140, + anon_sym_minimum = 141, + anon_sym_u21a7 = 142, + anon_sym_maximum = 143, + anon_sym_u21a5 = 144, + anon_sym_atangent = 145, + anon_sym_u2220 = 146, + anon_sym_length = 147, + anon_sym_u29fb = 148, + anon_sym_shape = 149, + anon_sym_u25b3 = 150, + anon_sym_range = 151, + anon_sym_u21e1 = 152, + anon_sym_first = 153, + anon_sym_u22a2 = 154, + anon_sym_reverse = 155, + anon_sym_u21cc = 156, + anon_sym_deshape = 157, + anon_sym_u266d = 158, + anon_sym_bits = 159, + anon_sym_u22ef = 160, + anon_sym_transpose = 161, + anon_sym_u2349 = 162, + anon_sym_rise = 163, + anon_sym_u234f = 164, + anon_sym_fall = 165, + anon_sym_u2356 = 166, + anon_sym_where = 167, + anon_sym_u229a = 168, + anon_sym_classify = 169, + anon_sym_u229b = 170, + anon_sym_deduplicate = 171, + anon_sym_u25f4 = 172, + anon_sym_box = 173, + anon_sym_u25a1 = 174, + anon_sym_match = 175, + anon_sym_u224d = 176, + anon_sym_couple = 177, + anon_sym_u229f = 178, + anon_sym_join = 179, + anon_sym_u2282 = 180, + anon_sym_select = 181, + anon_sym_u228f = 182, + anon_sym_pick = 183, + anon_sym_u22a1 = 184, + anon_sym_reshape = 185, + anon_sym_u21af = 186, + anon_sym_take = 187, + anon_sym_u2199 = 188, + anon_sym_drop = 189, + anon_sym_u2198 = 190, + anon_sym_rotate = 191, + anon_sym_u21bb = 192, + anon_sym_windows = 193, + anon_sym_u25eb = 194, + anon_sym_keep = 195, + anon_sym_u25bd = 196, + anon_sym_find = 197, + anon_sym_u2315 = 198, + anon_sym_indexof = 199, + anon_sym_u2297 = 200, + anon_sym_assert = 201, + anon_sym_u2364 = 202, + anon_sym_wait = 203, + anon_sym_parse = 204, + anon_sym_u22d5 = 205, + anon_sym_random = 206, + anon_sym_u2682 = 207, + anon_sym_gen = 208, + anon_sym_tag = 209, + anon_sym_now = 210, + anon_sym_type = 211, + anon_sym_u2e2e = 212, + anon_sym_dump = 213, + anon_sym_regex = 214, + anon_sym_send = 215, + anon_sym_recv = 216, + anon_sym_tryrecv = 217, + anon_sym_complex = 218, + anon_sym_u2102 = 219, + anon_sym_rerank = 220, + anon_sym_u2607 = 221, + anon_sym_fix = 222, + anon_sym_u00a4 = 223, + anon_sym_QMARK = 224, + anon_sym_unique = 225, + anon_sym_u25f0 = 226, + anon_sym_map = 227, + anon_sym_has = 228, + anon_sym_get = 229, + anon_sym_insert = 230, + anon_sym_remove = 231, + anon_sym_repr = 232, + anon_sym_mask = 233, + anon_sym_u29b7 = 234, + anon_sym_csv = 235, + anon_sym_json = 236, + anon_sym_xlsx = 237, + anon_sym_memberOf = 238, + anon_sym_u2208 = 239, + anon_sym_imen = 240, + anon_sym_gife = 241, + anon_sym_auden = 242, + anon_sym_utfu2088 = 243, + anon_sym_datetime = 244, + anon_sym_choose = 245, + anon_sym_permute = 246, + anon_sym_orient = 247, + anon_sym_u2938 = 248, anon_sym_fft = 249, - anon_sym_reduce = 250, - anon_sym_SLASH = 251, - anon_sym_scan = 252, - anon_sym_BSLASH = 253, - anon_sym_each = 254, - anon_sym_u2235 = 255, - anon_sym_rows = 256, - anon_sym_u2261 = 257, - anon_sym_repeat = 258, - anon_sym_u2365 = 259, - anon_sym_dip = 260, - anon_sym_u2299 = 261, - anon_sym_gap = 262, - anon_sym_u22c5 = 263, - anon_sym_spawn = 264, - anon_sym_rectify = 265, - anon_sym_u2305 = 266, - anon_sym_un = 267, - anon_sym_u00b0 = 268, - anon_sym_on = 269, - anon_sym_u27dc = 270, - anon_sym_inventory = 271, - anon_sym_u235a = 272, - anon_sym_content = 273, - anon_sym_u25c7 = 274, - anon_sym_pool = 275, - anon_sym_stringify = 276, - anon_sym_signature = 277, - anon_sym_triangle = 278, - anon_sym_u25f9 = 279, - anon_sym_astar = 280, - anon_sym_but = 281, - anon_sym_u2919 = 282, - anon_sym_with = 283, - anon_sym_u291a = 284, - anon_sym_above = 285, - anon_sym_u25e0 = 286, - anon_sym_below = 287, - anon_sym_u25e1 = 288, - anon_sym_fold = 289, - anon_sym_u2227 = 290, - anon_sym_table = 291, - anon_sym_u229e = 292, - anon_sym_group = 293, - anon_sym_u2295 = 294, - anon_sym_partition = 295, - anon_sym_u229c = 296, - anon_sym_both = 297, - anon_sym_u2229 = 298, - anon_sym_bracket = 299, - anon_sym_u2293 = 300, - anon_sym_fork = 301, - anon_sym_u2283 = 302, - anon_sym_under = 303, - anon_sym_u235c = 304, - anon_sym_fill = 305, - anon_sym_u2b1a = 306, - anon_sym_try = 307, - anon_sym_u2363 = 308, - anon_sym_do = 309, - anon_sym_u2362 = 310, - anon_sym_setinv = 311, - anon_sym_setunder = 312, - anon_sym_f = 313, - anon_sym_by = 314, - anon_sym_u22b8 = 315, - anon_sym_quote = 316, - anon_sym_struct = 317, - anon_sym_u2765 = 318, - anon_sym_u2192 = 319, - anon_sym_u2237 = 320, - anon_sym_u00b7 = 321, - anon_sym_u235b = 322, - anon_sym_u2302 = 323, - anon_sym_u21b0 = 324, - anon_sym_unpack = 325, - anon_sym_u2290 = 326, - anon_sym_u229d = 327, - anon_sym_cross = 328, - anon_sym_u22a0 = 329, - anon_sym_SEMI = 330, - anon_sym_deal = 331, - anon_sym_strands = 332, - anon_sym_u203f = 333, - anon_sym_member = 334, - anon_sym_u220a = 335, - anon_sym_coordinate = 336, - anon_sym_u27d4 = 337, - anon_sym_u03bb = 338, - anon_sym_u22ca = 339, - sym_emptyMultiLineString = 340, - sym__endOfLine = 341, - sym_source_file = 342, - sym_PROGRAM = 343, - sym_binding = 344, - sym_module = 345, - sym_segment = 346, - sym_term = 347, - sym_inlineFunction = 348, - sym_switchFunctions = 349, - sym_array = 350, - sym_number = 351, - sym_otherConstant = 352, - sym_character = 353, - sym_signature = 354, - sym_placeHolder = 355, - sym_formatter = 356, - sym_branchSeparator = 357, - sym_compound = 358, - sym_primitive = 359, - sym_constant = 360, - sym_function = 361, - sym_modifier1 = 362, - sym_modifier2 = 363, - sym_macro = 364, - sym_deprecated = 365, - aux_sym_PROGRAM_repeat1 = 366, - aux_sym_module_repeat1 = 367, - aux_sym_switchFunctions_repeat1 = 368, - aux_sym_array_repeat1 = 369, - aux_sym_array_repeat2 = 370, + anon_sym_graphemes = 250, + anon_sym_timezone = 251, + anon_sym_around = 252, + anon_sym_u2019 = 253, + anon_sym_base = 254, + anon_sym_sort = 255, + anon_sym_u2346 = 256, + anon_sym_last = 257, + anon_sym_u22a3 = 258, + anon_sym_reduce = 259, + anon_sym_SLASH = 260, + anon_sym_scan = 261, + anon_sym_BSLASH = 262, + anon_sym_each = 263, + anon_sym_u2235 = 264, + anon_sym_rows = 265, + anon_sym_u2261 = 266, + anon_sym_repeat = 267, + anon_sym_u2365 = 268, + anon_sym_dip = 269, + anon_sym_u2299 = 270, + anon_sym_gap = 271, + anon_sym_u22c5 = 272, + anon_sym_spawn = 273, + anon_sym_rectify = 274, + anon_sym_u2305 = 275, + anon_sym_un = 276, + anon_sym_u00b0 = 277, + anon_sym_on = 278, + anon_sym_u27dc = 279, + anon_sym_inventory = 280, + anon_sym_u235a = 281, + anon_sym_content = 282, + anon_sym_u25c7 = 283, + anon_sym_pool = 284, + anon_sym_stringify = 285, + anon_sym_signature = 286, + anon_sym_triangle = 287, + anon_sym_u25f9 = 288, + anon_sym_astar = 289, + anon_sym_with = 290, + anon_sym_u2919 = 291, + anon_sym_off = 292, + anon_sym_u291a = 293, + anon_sym_above = 294, + anon_sym_u25e0 = 295, + anon_sym_below = 296, + anon_sym_u25e1 = 297, + anon_sym_anti = 298, + anon_sym_u231d = 299, + anon_sym_obverse = 300, + anon_sym_toples = 301, + anon_sym_u29c5 = 302, + anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK = 303, + anon_sym_fold = 304, + anon_sym_u2227 = 305, + anon_sym_table = 306, + anon_sym_u229e = 307, + anon_sym_group = 308, + anon_sym_u2295 = 309, + anon_sym_partition = 310, + anon_sym_u229c = 311, + anon_sym_both = 312, + anon_sym_u2229 = 313, + anon_sym_bracket = 314, + anon_sym_u2293 = 315, + anon_sym_fork = 316, + anon_sym_u2283 = 317, + anon_sym_under = 318, + anon_sym_u235c = 319, + anon_sym_fill = 320, + anon_sym_u2b1a = 321, + anon_sym_try = 322, + anon_sym_u2363 = 323, + anon_sym_do = 324, + anon_sym_u2362 = 325, + anon_sym_f = 326, + anon_sym_by = 327, + anon_sym_u22b8 = 328, + anon_sym_quote = 329, + anon_sym_u2765 = 330, + anon_sym_u2192 = 331, + anon_sym_u2237 = 332, + anon_sym_u00b7 = 333, + anon_sym_u235b = 334, + anon_sym_u2302 = 335, + anon_sym_u21b0 = 336, + anon_sym_unpack = 337, + anon_sym_u2290 = 338, + anon_sym_u229d = 339, + anon_sym_cross = 340, + anon_sym_u22a0 = 341, + anon_sym_SEMI = 342, + anon_sym_deal = 343, + anon_sym_member = 344, + anon_sym_u220a = 345, + anon_sym_coordinate = 346, + anon_sym_u27d4 = 347, + anon_sym_u03bb = 348, + anon_sym_u22ca = 349, + anon_sym_chunk = 350, + anon_sym_u2444 = 351, + anon_sym_setinv = 352, + anon_sym_setund = 353, + anon_sym_struct = 354, + sym_emptyMultiLineString = 355, + sym__endOfLine = 356, + sym_source_file = 357, + sym_PROGRAM = 358, + sym_binding = 359, + sym_module = 360, + sym_segment = 361, + sym_term = 362, + sym_inlineFunction = 363, + sym_switchFunctions = 364, + sym_array = 365, + sym_number = 366, + sym_otherConstant = 367, + sym_character = 368, + sym_signature = 369, + sym_placeHolder = 370, + sym_formatter = 371, + sym_branchSeparator = 372, + sym_compound = 373, + sym_primitive = 374, + sym_constant = 375, + sym_function = 376, + sym_modifier1 = 377, + sym_modifier2 = 378, + sym_deprecated = 379, + aux_sym_PROGRAM_repeat1 = 380, + aux_sym_module_repeat1 = 381, + aux_sym_switchFunctions_repeat1 = 382, + aux_sym_array_repeat1 = 383, + aux_sym_array_repeat2 = 384, }; static const char * const ts_symbol_names[] = { @@ -455,6 +469,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_Skin] = "Skin", [anon_sym_People] = "People", [anon_sym_Hair] = "Hair", + [anon_sym_Cat] = "Cat", [aux_sym_character_token1] = "character_token1", [sym_string] = "string", [sym_multiLineString] = "multiLineString", @@ -641,12 +656,20 @@ static const char * const ts_symbol_names[] = { [anon_sym_auden] = "auden", [anon_sym_utfu2088] = "utf\u2088", [anon_sym_datetime] = "datetime", - [anon_sym_chunk] = "chunk", - [anon_sym_u2444] = "\u2444", [anon_sym_choose] = "choose", [anon_sym_permute] = "permute", [anon_sym_orient] = "orient", + [anon_sym_u2938] = "\u2938", [anon_sym_fft] = "fft", + [anon_sym_graphemes] = "graphemes", + [anon_sym_timezone] = "timezone", + [anon_sym_around] = "around", + [anon_sym_u2019] = "\u2019", + [anon_sym_base] = "base", + [anon_sym_sort] = "sort", + [anon_sym_u2346] = "\u2346", + [anon_sym_last] = "last", + [anon_sym_u22a3] = "\u22a3", [anon_sym_reduce] = "reduce", [anon_sym_SLASH] = "/", [anon_sym_scan] = "scan", @@ -678,14 +701,20 @@ static const char * const ts_symbol_names[] = { [anon_sym_triangle] = "triangle", [anon_sym_u25f9] = "\u25f9", [anon_sym_astar] = "astar", - [anon_sym_but] = "but", - [anon_sym_u2919] = "\u2919", [anon_sym_with] = "with", + [anon_sym_u2919] = "\u2919", + [anon_sym_off] = "off", [anon_sym_u291a] = "\u291a", [anon_sym_above] = "above", [anon_sym_u25e0] = "\u25e0", [anon_sym_below] = "below", [anon_sym_u25e1] = "\u25e1", + [anon_sym_anti] = "anti", + [anon_sym_u231d] = "\u231d", + [anon_sym_obverse] = "obverse", + [anon_sym_toples] = "toples", + [anon_sym_u29c5] = "\u29c5", + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = "[\u2081\u2082\u2083\u2084\u2085\u2086\u2087\u2088\u2089\u2080]", [anon_sym_fold] = "fold", [anon_sym_u2227] = "\u2227", [anon_sym_table] = "table", @@ -708,13 +737,10 @@ static const char * const ts_symbol_names[] = { [anon_sym_u2363] = "\u2363", [anon_sym_do] = "do", [anon_sym_u2362] = "\u2362", - [anon_sym_setinv] = "setinv", - [anon_sym_setunder] = "setunder", [anon_sym_f] = "f", [anon_sym_by] = "by", [anon_sym_u22b8] = "\u22b8", [anon_sym_quote] = "quote", - [anon_sym_struct] = "struct", [anon_sym_u2765] = "\u2765", [anon_sym_u2192] = "\u2192", [anon_sym_u2237] = "\u2237", @@ -729,14 +755,17 @@ static const char * const ts_symbol_names[] = { [anon_sym_u22a0] = "\u22a0", [anon_sym_SEMI] = ";", [anon_sym_deal] = "deal", - [anon_sym_strands] = "strands", - [anon_sym_u203f] = "\u203f", [anon_sym_member] = "member", [anon_sym_u220a] = "\u220a", [anon_sym_coordinate] = "coordinate", [anon_sym_u27d4] = "\u27d4", [anon_sym_u03bb] = "\u03bb", [anon_sym_u22ca] = "\u22ca", + [anon_sym_chunk] = "chunk", + [anon_sym_u2444] = "\u2444", + [anon_sym_setinv] = "setinv", + [anon_sym_setund] = "setund", + [anon_sym_struct] = "struct", [sym_emptyMultiLineString] = "emptyMultiLineString", [sym__endOfLine] = "_endOfLine", [sym_source_file] = "source_file", @@ -761,7 +790,6 @@ static const char * const ts_symbol_names[] = { [sym_function] = "function", [sym_modifier1] = "modifier1", [sym_modifier2] = "modifier2", - [sym_macro] = "macro", [sym_deprecated] = "deprecated", [aux_sym_PROGRAM_repeat1] = "PROGRAM_repeat1", [aux_sym_module_repeat1] = "module_repeat1", @@ -829,6 +857,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_Skin] = anon_sym_Skin, [anon_sym_People] = anon_sym_People, [anon_sym_Hair] = anon_sym_Hair, + [anon_sym_Cat] = anon_sym_Cat, [aux_sym_character_token1] = aux_sym_character_token1, [sym_string] = sym_string, [sym_multiLineString] = sym_multiLineString, @@ -1015,12 +1044,20 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_auden] = anon_sym_auden, [anon_sym_utfu2088] = anon_sym_utfu2088, [anon_sym_datetime] = anon_sym_datetime, - [anon_sym_chunk] = anon_sym_chunk, - [anon_sym_u2444] = anon_sym_u2444, [anon_sym_choose] = anon_sym_choose, [anon_sym_permute] = anon_sym_permute, [anon_sym_orient] = anon_sym_orient, + [anon_sym_u2938] = anon_sym_u2938, [anon_sym_fft] = anon_sym_fft, + [anon_sym_graphemes] = anon_sym_graphemes, + [anon_sym_timezone] = anon_sym_timezone, + [anon_sym_around] = anon_sym_around, + [anon_sym_u2019] = anon_sym_u2019, + [anon_sym_base] = anon_sym_base, + [anon_sym_sort] = anon_sym_sort, + [anon_sym_u2346] = anon_sym_u2346, + [anon_sym_last] = anon_sym_last, + [anon_sym_u22a3] = anon_sym_u22a3, [anon_sym_reduce] = anon_sym_reduce, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_scan] = anon_sym_scan, @@ -1052,14 +1089,20 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_triangle] = anon_sym_triangle, [anon_sym_u25f9] = anon_sym_u25f9, [anon_sym_astar] = anon_sym_astar, - [anon_sym_but] = anon_sym_but, - [anon_sym_u2919] = anon_sym_u2919, [anon_sym_with] = anon_sym_with, + [anon_sym_u2919] = anon_sym_u2919, + [anon_sym_off] = anon_sym_off, [anon_sym_u291a] = anon_sym_u291a, [anon_sym_above] = anon_sym_above, [anon_sym_u25e0] = anon_sym_u25e0, [anon_sym_below] = anon_sym_below, [anon_sym_u25e1] = anon_sym_u25e1, + [anon_sym_anti] = anon_sym_anti, + [anon_sym_u231d] = anon_sym_u231d, + [anon_sym_obverse] = anon_sym_obverse, + [anon_sym_toples] = anon_sym_toples, + [anon_sym_u29c5] = anon_sym_u29c5, + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK, [anon_sym_fold] = anon_sym_fold, [anon_sym_u2227] = anon_sym_u2227, [anon_sym_table] = anon_sym_table, @@ -1082,13 +1125,10 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_u2363] = anon_sym_u2363, [anon_sym_do] = anon_sym_do, [anon_sym_u2362] = anon_sym_u2362, - [anon_sym_setinv] = anon_sym_setinv, - [anon_sym_setunder] = anon_sym_setunder, [anon_sym_f] = anon_sym_f, [anon_sym_by] = anon_sym_by, [anon_sym_u22b8] = anon_sym_u22b8, [anon_sym_quote] = anon_sym_quote, - [anon_sym_struct] = anon_sym_struct, [anon_sym_u2765] = anon_sym_u2765, [anon_sym_u2192] = anon_sym_u2192, [anon_sym_u2237] = anon_sym_u2237, @@ -1103,14 +1143,17 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_u22a0] = anon_sym_u22a0, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_deal] = anon_sym_deal, - [anon_sym_strands] = anon_sym_strands, - [anon_sym_u203f] = anon_sym_u203f, [anon_sym_member] = anon_sym_member, [anon_sym_u220a] = anon_sym_u220a, [anon_sym_coordinate] = anon_sym_coordinate, [anon_sym_u27d4] = anon_sym_u27d4, [anon_sym_u03bb] = anon_sym_u03bb, [anon_sym_u22ca] = anon_sym_u22ca, + [anon_sym_chunk] = anon_sym_chunk, + [anon_sym_u2444] = anon_sym_u2444, + [anon_sym_setinv] = anon_sym_setinv, + [anon_sym_setund] = anon_sym_setund, + [anon_sym_struct] = anon_sym_struct, [sym_emptyMultiLineString] = sym_emptyMultiLineString, [sym__endOfLine] = sym__endOfLine, [sym_source_file] = sym_source_file, @@ -1135,7 +1178,6 @@ static const TSSymbol ts_symbol_map[] = { [sym_function] = sym_function, [sym_modifier1] = sym_modifier1, [sym_modifier2] = sym_modifier2, - [sym_macro] = sym_macro, [sym_deprecated] = sym_deprecated, [aux_sym_PROGRAM_repeat1] = aux_sym_PROGRAM_repeat1, [aux_sym_module_repeat1] = aux_sym_module_repeat1, @@ -1377,6 +1419,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_Cat] = { + .visible = true, + .named = false, + }, [aux_sym_character_token1] = { .visible = false, .named = false, @@ -2121,27 +2167,59 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_chunk] = { + [anon_sym_choose] = { .visible = true, .named = false, }, - [anon_sym_u2444] = { + [anon_sym_permute] = { .visible = true, .named = false, }, - [anon_sym_choose] = { + [anon_sym_orient] = { .visible = true, .named = false, }, - [anon_sym_permute] = { + [anon_sym_u2938] = { .visible = true, .named = false, }, - [anon_sym_orient] = { + [anon_sym_fft] = { .visible = true, .named = false, }, - [anon_sym_fft] = { + [anon_sym_graphemes] = { + .visible = true, + .named = false, + }, + [anon_sym_timezone] = { + .visible = true, + .named = false, + }, + [anon_sym_around] = { + .visible = true, + .named = false, + }, + [anon_sym_u2019] = { + .visible = true, + .named = false, + }, + [anon_sym_base] = { + .visible = true, + .named = false, + }, + [anon_sym_sort] = { + .visible = true, + .named = false, + }, + [anon_sym_u2346] = { + .visible = true, + .named = false, + }, + [anon_sym_last] = { + .visible = true, + .named = false, + }, + [anon_sym_u22a3] = { .visible = true, .named = false, }, @@ -2269,7 +2347,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_but] = { + [anon_sym_with] = { .visible = true, .named = false, }, @@ -2277,7 +2355,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_with] = { + [anon_sym_off] = { .visible = true, .named = false, }, @@ -2301,6 +2379,30 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_anti] = { + .visible = true, + .named = false, + }, + [anon_sym_u231d] = { + .visible = true, + .named = false, + }, + [anon_sym_obverse] = { + .visible = true, + .named = false, + }, + [anon_sym_toples] = { + .visible = true, + .named = false, + }, + [anon_sym_u29c5] = { + .visible = true, + .named = false, + }, + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = { + .visible = true, + .named = false, + }, [anon_sym_fold] = { .visible = true, .named = false, @@ -2389,14 +2491,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_setinv] = { - .visible = true, - .named = false, - }, - [anon_sym_setunder] = { - .visible = true, - .named = false, - }, [anon_sym_f] = { .visible = true, .named = false, @@ -2413,10 +2507,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_struct] = { - .visible = true, - .named = false, - }, [anon_sym_u2765] = { .visible = true, .named = false, @@ -2473,14 +2563,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_strands] = { - .visible = true, - .named = false, - }, - [anon_sym_u203f] = { - .visible = true, - .named = false, - }, [anon_sym_member] = { .visible = true, .named = false, @@ -2505,6 +2587,26 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_chunk] = { + .visible = true, + .named = false, + }, + [anon_sym_u2444] = { + .visible = true, + .named = false, + }, + [anon_sym_setinv] = { + .visible = true, + .named = false, + }, + [anon_sym_setund] = { + .visible = true, + .named = false, + }, + [anon_sym_struct] = { + .visible = true, + .named = false, + }, [sym_emptyMultiLineString] = { .visible = true, .named = true, @@ -2601,10 +2703,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_macro] = { - .visible = true, - .named = true, - }, [sym_deprecated] = { .visible = true, .named = true, @@ -2650,17 +2748,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7] = 6, [8] = 8, [9] = 9, - [10] = 8, - [11] = 11, + [10] = 9, + [11] = 8, [12] = 12, - [13] = 9, + [13] = 13, [14] = 9, [15] = 9, [16] = 16, [17] = 17, [18] = 18, [19] = 19, - [20] = 12, + [20] = 13, [21] = 21, [22] = 22, [23] = 23, @@ -2681,47 +2779,47 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [38] = 22, [39] = 29, [40] = 17, - [41] = 16, - [42] = 42, + [41] = 41, + [42] = 16, [43] = 24, [44] = 44, - [45] = 23, - [46] = 42, - [47] = 29, - [48] = 42, - [49] = 12, + [45] = 41, + [46] = 29, + [47] = 41, + [48] = 23, + [49] = 13, [50] = 50, [51] = 51, - [52] = 52, + [52] = 50, [53] = 53, - [54] = 31, - [55] = 55, - [56] = 53, - [57] = 31, + [54] = 51, + [55] = 31, + [56] = 31, + [57] = 57, [58] = 58, [59] = 59, - [60] = 52, - [61] = 58, - [62] = 58, - [63] = 50, - [64] = 52, - [65] = 50, - [66] = 58, + [60] = 57, + [61] = 61, + [62] = 51, + [63] = 63, + [64] = 50, + [65] = 61, + [66] = 51, [67] = 50, - [68] = 52, - [69] = 50, - [70] = 52, - [71] = 71, + [68] = 61, + [69] = 51, + [70] = 61, + [71] = 61, [72] = 72, - [73] = 72, + [73] = 73, [74] = 74, - [75] = 72, - [76] = 76, - [77] = 76, - [78] = 78, - [79] = 76, - [80] = 74, - [81] = 74, + [75] = 75, + [76] = 75, + [77] = 74, + [78] = 74, + [79] = 72, + [80] = 75, + [81] = 72, [82] = 82, [83] = 83, [84] = 84, @@ -2749,149 +2847,146 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [106] = 106, [107] = 107, [108] = 108, - [109] = 109, + [109] = 82, [110] = 84, - [111] = 82, - [112] = 83, + [111] = 83, + [112] = 112, [113] = 113, [114] = 114, [115] = 115, [116] = 116, - [117] = 117, - [118] = 85, - [119] = 116, - [120] = 100, - [121] = 96, - [122] = 99, - [123] = 123, - [124] = 95, - [125] = 94, - [126] = 88, - [127] = 87, - [128] = 86, - [129] = 103, - [130] = 130, - [131] = 89, + [117] = 100, + [118] = 93, + [119] = 119, + [120] = 105, + [121] = 89, + [122] = 94, + [123] = 102, + [124] = 91, + [125] = 103, + [126] = 126, + [127] = 85, + [128] = 104, + [129] = 99, + [130] = 97, + [131] = 131, [132] = 90, - [133] = 91, - [134] = 104, + [133] = 106, + [134] = 95, [135] = 98, - [136] = 97, - [137] = 92, - [138] = 109, - [139] = 105, - [140] = 107, - [141] = 141, - [142] = 142, - [143] = 93, - [144] = 106, - [145] = 108, - [146] = 102, - [147] = 101, - [148] = 148, - [149] = 149, - [150] = 150, + [136] = 92, + [137] = 96, + [138] = 107, + [139] = 101, + [140] = 86, + [141] = 108, + [142] = 114, + [143] = 87, + [144] = 88, + [145] = 145, + [146] = 146, + [147] = 147, + [148] = 146, + [149] = 146, + [150] = 147, [151] = 151, - [152] = 152, - [153] = 153, - [154] = 149, - [155] = 152, - [156] = 153, - [157] = 149, - [158] = 152, - [159] = 153, - [160] = 149, - [161] = 152, - [162] = 153, - [163] = 149, + [152] = 146, + [153] = 147, + [154] = 151, + [155] = 151, + [156] = 147, + [157] = 157, + [158] = 151, + [159] = 159, + [160] = 146, + [161] = 147, + [162] = 151, + [163] = 163, [164] = 164, [165] = 165, - [166] = 152, - [167] = 153, + [166] = 166, + [167] = 167, [168] = 168, - [169] = 169, - [170] = 168, - [171] = 171, - [172] = 82, - [173] = 83, - [174] = 84, - [175] = 101, - [176] = 108, - [177] = 92, - [178] = 102, - [179] = 107, - [180] = 93, - [181] = 91, - [182] = 182, - [183] = 183, - [184] = 183, - [185] = 182, - [186] = 183, - [187] = 182, - [188] = 105, - [189] = 87, - [190] = 109, - [191] = 98, - [192] = 97, - [193] = 99, - [194] = 100, - [195] = 195, - [196] = 102, - [197] = 88, - [198] = 94, - [199] = 103, - [200] = 104, - [201] = 95, - [202] = 85, - [203] = 107, - [204] = 91, + [169] = 168, + [170] = 82, + [171] = 84, + [172] = 83, + [173] = 98, + [174] = 95, + [175] = 93, + [176] = 96, + [177] = 106, + [178] = 107, + [179] = 94, + [180] = 180, + [181] = 181, + [182] = 180, + [183] = 180, + [184] = 181, + [185] = 181, + [186] = 104, + [187] = 96, + [188] = 100, + [189] = 102, + [190] = 103, + [191] = 85, + [192] = 99, + [193] = 106, + [194] = 108, + [195] = 86, + [196] = 91, + [197] = 97, + [198] = 90, + [199] = 101, + [200] = 105, + [201] = 87, + [202] = 88, + [203] = 89, + [204] = 204, [205] = 205, - [206] = 106, - [207] = 89, - [208] = 101, - [209] = 90, - [210] = 108, - [211] = 86, - [212] = 96, - [213] = 123, - [214] = 214, + [206] = 93, + [207] = 94, + [208] = 95, + [209] = 92, + [210] = 131, + [211] = 95, + [212] = 212, + [213] = 213, + [214] = 94, [215] = 215, - [216] = 214, - [217] = 107, + [216] = 216, + [217] = 213, [218] = 218, - [219] = 219, + [219] = 215, [220] = 220, - [221] = 108, - [222] = 214, - [223] = 102, - [224] = 218, - [225] = 101, - [226] = 220, + [221] = 216, + [222] = 213, + [223] = 213, + [224] = 213, + [225] = 96, + [226] = 226, [227] = 227, - [228] = 214, - [229] = 218, - [230] = 220, - [231] = 220, - [232] = 214, - [233] = 233, - [234] = 234, - [235] = 218, + [228] = 228, + [229] = 229, + [230] = 230, + [231] = 215, + [232] = 215, + [233] = 216, + [234] = 218, + [235] = 235, [236] = 236, - [237] = 236, - [238] = 215, - [239] = 220, - [240] = 240, - [241] = 241, - [242] = 242, - [243] = 243, - [244] = 218, + [237] = 237, + [238] = 238, + [239] = 218, + [240] = 227, + [241] = 216, + [242] = 93, + [243] = 216, + [244] = 215, [245] = 245, - [246] = 236, + [246] = 246, [247] = 247, [248] = 248, - [249] = 249, - [250] = 250, - [251] = 251, }; static TSCharacterRange aux_sym_character_token1_character_set_1[] = { @@ -2927,5931 +3022,6212 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(284); + if (eof) ADVANCE(310); ADVANCE_MAP( - '\n', 1100, + '\n', 1164, '\r', 1, '!', 10, '"', 7, - '#', 721, + '#', 762, '$', 4, - '%', 891, - '&', 280, - '\'', 831, - '(', 822, - ')', 823, - '*', 889, - '+', 886, - ',', 848, - '-', 888, - '.', 847, - '/', 1010, - ':', 849, - ';', 1089, - '<', 880, - '=', 877, - '>', 883, - '?', 982, + '%', 941, + '&', 306, + '\'', 881, + '(', 872, + ')', 873, + '*', 939, + '+', 936, + ',', 898, + '-', 938, + '.', 897, + '/', 1068, + ':', 899, + ';', 1150, + '<', 930, + '=', 927, + '>', 933, + '?', 1032, '@', 12, - 'A', 433, - 'B', 515, - 'C', 371, - 'D', 372, - 'E', 573, - 'F', 373, - 'G', 389, - 'H', 374, - 'L', 453, - 'M', 375, - 'N', 370, - 'O', 651, - 'P', 376, - 'Q', 700, - 'R', 454, - 'S', 455, - 'T', 514, - 'W', 843, - 'Y', 475, - 'Z', 609, - '[', 826, - '\\', 1012, - ']', 827, - '^', 830, - '_', 828, - '`', 860, - 'a', 423, - 'b', 476, - 'c', 482, - 'd', 396, - 'e', 833, - 'f', 1072, - 'g', 395, - 'h', 390, - 'i', 844, - 'j', 619, - 'k', 485, - 'l', 471, - 'm', 377, - 'n', 604, - 'o', 574, - 'p', 399, - 'q', 701, - 'r', 400, - 's', 436, - 't', 378, - 'u', 575, - 'w', 409, - 'x', 550, - '{', 824, - '|', 350, - '}', 825, - 0xa4, 981, - 0xac, 856, - 0xaf, 862, - 0xb0, 1027, - 0xb1, 859, - 0xb7, 1080, - 0xd7, 890, - 0xf7, 892, - 0x3b7, 836, - 0x3bb, 1097, - 0x3c0, 838, - 0x3c4, 840, - 0x203f, 1092, - 0x2045, 876, - 0x207f, 896, - 0x2099, 898, - 0x2102, 977, - 0x2190, 829, - 0x2192, 1078, - 0x2198, 948, - 0x2199, 946, - 0x21a5, 902, - 0x21a7, 900, - 0x21af, 944, - 0x21b0, 1083, - 0x21bb, 950, - 0x21cc, 914, - 0x21e1, 910, - 0x2208, 997, - 0x220a, 1094, - 0x2218, 854, - 0x221a, 867, - 0x221e, 842, - 0x2220, 904, - 0x2227, 1049, - 0x2229, 1057, - 0x2235, 1014, - 0x2237, 1079, - 0x223f, 870, - 0x224d, 934, - 0x2260, 879, - 0x2261, 1016, - 0x2264, 882, - 0x2265, 885, - 0x2282, 938, - 0x2283, 1061, - 0x228f, 940, - 0x2290, 1085, - 0x2293, 1059, - 0x2295, 1053, - 0x2297, 958, - 0x2299, 1020, - 0x229a, 926, - 0x229b, 928, - 0x229c, 1055, - 0x229d, 1086, - 0x229e, 1051, - 0x229f, 936, - 0x22a0, 1088, - 0x22a1, 942, - 0x22a2, 912, - 0x22b8, 1074, - 0x22c5, 1022, - 0x22ca, 1098, - 0x22d5, 963, - 0x22ef, 918, - 0x2302, 1082, - 0x2305, 1025, - 0x2308, 874, - 0x230a, 872, - 0x2315, 956, - 0x2335, 865, - 0x2349, 920, - 0x234f, 922, - 0x2356, 924, - 0x235a, 1031, - 0x235b, 1081, - 0x235c, 1063, - 0x2362, 1069, - 0x2363, 1067, - 0x2364, 960, - 0x2365, 1018, - 0x2444, 1004, - 0x25a1, 932, - 0x25b3, 908, - 0x25bd, 954, - 0x25c7, 1033, - 0x25cb, 869, - 0x25cc, 850, - 0x25e0, 1045, - 0x25e1, 1047, - 0x25eb, 952, - 0x25f0, 984, - 0x25f4, 930, - 0x25f9, 1038, - 0x25ff, 894, - 0x2607, 979, - 0x266d, 916, - 0x2682, 965, - 0x2765, 1077, - 0x27d4, 1096, - 0x27dc, 1029, - 0x2919, 1041, - 0x291a, 1043, - 0x29b7, 992, - 0x29fb, 906, - 0x2b1a, 1065, - 0x2e2e, 970, + 'A', 467, + 'B', 547, + 'C', 398, + 'D', 399, + 'E', 606, + 'F', 400, + 'G', 416, + 'H', 401, + 'L', 487, + 'M', 402, + 'N', 397, + 'O', 687, + 'P', 403, + 'Q', 740, + 'R', 488, + 'S', 489, + 'T', 546, + 'W', 893, + 'Y', 507, + 'Z', 642, + '[', 876, + '\\', 1070, + ']', 877, + '^', 880, + '_', 878, + '`', 910, + 'a', 456, + 'b', 417, + 'c', 512, + 'd', 425, + 'e', 883, + 'f', 1134, + 'g', 424, + 'h', 422, + 'i', 894, + 'j', 653, + 'k', 516, + 'l', 428, + 'm', 404, + 'n', 636, + 'o', 457, + 'p', 423, + 'q', 741, + 'r', 429, + 's', 470, + 't', 405, + 'u', 607, + 'w', 442, + 'x', 582, + '{', 874, + '|', 377, + '}', 875, + 0xa4, 1031, + 0xac, 906, + 0xaf, 912, + 0xb0, 1085, + 0xb1, 909, + 0xb7, 1141, + 0xd7, 940, + 0xf7, 942, + 0x3b7, 886, + 0x3bb, 1156, + 0x3c0, 888, + 0x3c4, 890, + 0x2019, 1061, + 0x2045, 926, + 0x207f, 946, + 0x2099, 948, + 0x2102, 1027, + 0x2190, 879, + 0x2192, 1139, + 0x2198, 998, + 0x2199, 996, + 0x21a5, 952, + 0x21a7, 950, + 0x21af, 994, + 0x21b0, 1144, + 0x21bb, 1000, + 0x21cc, 964, + 0x21e1, 960, + 0x2208, 1047, + 0x220a, 1153, + 0x2218, 904, + 0x221a, 917, + 0x221e, 892, + 0x2220, 954, + 0x2227, 1113, + 0x2229, 1121, + 0x2235, 1072, + 0x2237, 1140, + 0x223f, 920, + 0x224d, 984, + 0x2260, 929, + 0x2261, 1074, + 0x2264, 932, + 0x2265, 935, + 0x2282, 988, + 0x2283, 1125, + 0x228f, 990, + 0x2290, 1146, + 0x2293, 1123, + 0x2295, 1117, + 0x2297, 1008, + 0x2299, 1078, + 0x229a, 976, + 0x229b, 978, + 0x229c, 1119, + 0x229d, 1147, + 0x229e, 1115, + 0x229f, 986, + 0x22a0, 1149, + 0x22a1, 992, + 0x22a2, 962, + 0x22a3, 1066, + 0x22b8, 1136, + 0x22c5, 1080, + 0x22ca, 1157, + 0x22d5, 1013, + 0x22ef, 968, + 0x2302, 1143, + 0x2305, 1083, + 0x2308, 924, + 0x230a, 922, + 0x2315, 1006, + 0x231d, 1107, + 0x2335, 915, + 0x2346, 1064, + 0x2349, 970, + 0x234f, 972, + 0x2356, 974, + 0x235a, 1089, + 0x235b, 1142, + 0x235c, 1127, + 0x2362, 1133, + 0x2363, 1131, + 0x2364, 1010, + 0x2365, 1076, + 0x2444, 1159, + 0x25a1, 982, + 0x25b3, 958, + 0x25bd, 1004, + 0x25c7, 1091, + 0x25cb, 919, + 0x25cc, 900, + 0x25e0, 1103, + 0x25e1, 1105, + 0x25eb, 1002, + 0x25f0, 1034, + 0x25f4, 980, + 0x25f9, 1096, + 0x25ff, 944, + 0x2607, 1029, + 0x266d, 966, + 0x2682, 1015, + 0x2765, 1138, + 0x27d4, 1155, + 0x27dc, 1087, + 0x2919, 1099, + 0x291a, 1101, + 0x2938, 1056, + 0x29b7, 1042, + 0x29c5, 1110, + 0x29fb, 956, + 0x2b1a, 1129, + 0x2e2e, 1020, ); if (lookahead == '\t' || lookahead == ' ') SKIP(0); - if (('v' <= lookahead && lookahead <= 'z')) ADVANCE(719); - if (('I' <= lookahead && lookahead <= 'X')) ADVANCE(720); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(286); - if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(353); + if (('v' <= lookahead && lookahead <= 'z')) ADVANCE(760); + if (('I' <= lookahead && lookahead <= 'X')) ADVANCE(761); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(312); + if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(380); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(1100); + if (lookahead == '\n') ADVANCE(1164); END_STATE(); case 2: ADVANCE_MAP( - '\n', 1100, + '\n', 1164, '\r', 1, '!', 10, - '#', 721, - '%', 891, - '&', 280, - '(', 822, - ')', 823, - '*', 889, - '+', 886, - ',', 848, - '-', 887, - '.', 847, - ':', 849, - '<', 880, - '=', 877, - '>', 883, - '?', 982, - '_', 828, - '`', 860, - 'a', 422, - 'b', 517, - 'c', 467, - 'd', 394, - 'f', 385, - 'g', 468, - 'h', 397, - 'i', 441, - 'j', 611, - 'k', 474, - 'l', 469, - 'm', 386, - 'n', 608, - 'o', 646, - 'p', 387, - 'r', 398, - 's', 470, - 't', 388, - 'u', 591, - 'w', 405, - 'x', 552, - '|', 350, - 0xa4, 981, - 0xac, 856, - 0xaf, 861, - 0xb1, 859, - 0xd7, 890, - 0xf7, 892, - 0x2045, 876, - 0x207f, 896, - 0x2099, 898, - 0x2102, 977, - 0x2198, 948, - 0x2199, 946, - 0x21a5, 902, - 0x21a7, 900, - 0x21af, 944, - 0x21bb, 950, - 0x21cc, 914, - 0x21e1, 910, - 0x2208, 997, - 0x2218, 854, - 0x221a, 867, - 0x2220, 904, - 0x223f, 870, - 0x224d, 934, - 0x2260, 879, - 0x2264, 882, - 0x2265, 885, - 0x2282, 938, - 0x228f, 940, - 0x2297, 958, - 0x229a, 926, - 0x229b, 928, - 0x229f, 936, - 0x22a1, 942, - 0x22a2, 912, - 0x22d5, 963, - 0x22ef, 918, - 0x2308, 874, - 0x230a, 872, - 0x2315, 956, - 0x2335, 865, - 0x2349, 920, - 0x234f, 922, - 0x2356, 924, - 0x2364, 960, - 0x2444, 1004, - 0x25a1, 932, - 0x25b3, 908, - 0x25bd, 954, - 0x25cb, 869, - 0x25cc, 850, - 0x25eb, 952, - 0x25f0, 984, - 0x25f4, 930, - 0x25ff, 894, - 0x2607, 979, - 0x266d, 916, - 0x2682, 965, - 0x29b7, 992, - 0x29fb, 906, - 0x2e2e, 970, + '#', 762, + '%', 941, + '&', 306, + '(', 872, + ')', 873, + '*', 939, + '+', 936, + ',', 898, + '-', 937, + '.', 897, + ':', 899, + '<', 930, + '=', 927, + '>', 933, + '?', 1032, + '_', 878, + '`', 910, + 'a', 455, + 'b', 452, + 'c', 501, + 'd', 421, + 'f', 412, + 'g', 502, + 'h', 426, + 'i', 475, + 'j', 644, + 'k', 506, + 'l', 431, + 'm', 413, + 'n', 641, + 'o', 680, + 'p', 414, + 'r', 427, + 's', 503, + 't', 415, + 'u', 623, + 'w', 434, + 'x', 584, + '|', 377, + 0xa4, 1031, + 0xac, 906, + 0xaf, 911, + 0xb1, 909, + 0xd7, 940, + 0xf7, 942, + 0x2019, 1061, + 0x2045, 926, + 0x207f, 946, + 0x2099, 948, + 0x2102, 1027, + 0x2198, 998, + 0x2199, 996, + 0x21a5, 952, + 0x21a7, 950, + 0x21af, 994, + 0x21bb, 1000, + 0x21cc, 964, + 0x21e1, 960, + 0x2208, 1047, + 0x2218, 904, + 0x221a, 917, + 0x2220, 954, + 0x223f, 920, + 0x224d, 984, + 0x2260, 929, + 0x2264, 932, + 0x2265, 935, + 0x2282, 988, + 0x228f, 990, + 0x2297, 1008, + 0x229a, 976, + 0x229b, 978, + 0x229f, 986, + 0x22a1, 992, + 0x22a2, 962, + 0x22a3, 1066, + 0x22d5, 1013, + 0x22ef, 968, + 0x2308, 924, + 0x230a, 922, + 0x2315, 1006, + 0x2335, 915, + 0x2346, 1064, + 0x2349, 970, + 0x234f, 972, + 0x2356, 974, + 0x2364, 1010, + 0x25a1, 982, + 0x25b3, 958, + 0x25bd, 1004, + 0x25cb, 919, + 0x25cc, 900, + 0x25eb, 1002, + 0x25f0, 1034, + 0x25f4, 980, + 0x25ff, 944, + 0x2607, 1029, + 0x266d, 966, + 0x2682, 1015, + 0x2938, 1056, + 0x29b7, 1042, + 0x29fb, 956, + 0x2e2e, 1020, ); if (lookahead == '\t' || lookahead == ' ') SKIP(2); - if (('e' <= lookahead && lookahead <= 'z')) ADVANCE(717); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(720); - if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(353); + if (('e' <= lookahead && lookahead <= 'z')) ADVANCE(758); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(761); + if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(380); END_STATE(); case 3: - if (lookahead == '\n') ADVANCE(1099); + if (lookahead == '\n') ADVANCE(1163); END_STATE(); case 4: - if (lookahead == '\n') ADVANCE(1099); + if (lookahead == '\n') ADVANCE(1163); if (lookahead == '\r') ADVANCE(3); - if (lookahead == ' ') ADVANCE(349); + if (lookahead == ' ') ADVANCE(376); if (lookahead == '"') ADVANCE(7); END_STATE(); case 5: - if (lookahead == ' ') ADVANCE(349); + if (lookahead == ' ') ADVANCE(376); if (lookahead == '"') ADVANCE(7); END_STATE(); case 6: - if (lookahead == ' ') ADVANCE(254); + if (lookahead == ' ') ADVANCE(270); END_STATE(); case 7: - if (lookahead == '"') ADVANCE(347); + if (lookahead == '"') ADVANCE(374); if (lookahead == '\\') ADVANCE(8); if (lookahead != 0) ADVANCE(7); END_STATE(); case 8: - if (lookahead == '"') ADVANCE(348); + if (lookahead == '"') ADVANCE(375); if (lookahead == '\\') ADVANCE(8); if (lookahead != 0) ADVANCE(7); END_STATE(); case 9: - if (lookahead == '-') ADVANCE(821); + if (lookahead == '-') ADVANCE(871); END_STATE(); case 10: - if (lookahead == '=') ADVANCE(878); + if (lookahead == '=') ADVANCE(928); END_STATE(); case 11: - if (lookahead == 'O') ADVANCE(88); + if (lookahead == 'O') ADVANCE(95); END_STATE(); case 12: - if (lookahead == '\\') ADVANCE(240); - if (lookahead != 0) ADVANCE(346); + if (lookahead == '\\') ADVANCE(255); + if (lookahead != 0) ADVANCE(373); END_STATE(); case 13: - if (lookahead == 'a') ADVANCE(181); + if (lookahead == ']') ADVANCE(1111); END_STATE(); case 14: - if (lookahead == 'a') ADVANCE(200); + if (lookahead == 'a') ADVANCE(192); END_STATE(); case 15: - if (lookahead == 'a') ADVANCE(151); + if (lookahead == 'a') ADVANCE(205); END_STATE(); case 16: - if (lookahead == 'a') ADVANCE(235); + if (lookahead == 'a') ADVANCE(250); END_STATE(); case 17: - if (lookahead == 'a') ADVANCE(220); + if (lookahead == 'a') ADVANCE(159); END_STATE(); case 18: - if (lookahead == 'a') ADVANCE(182); + if (lookahead == 'a') ADVANCE(235); END_STATE(); case 19: - if (lookahead == 'a') ADVANCE(128); + if (lookahead == 'a') ADVANCE(193); END_STATE(); case 20: - if (lookahead == 'a') ADVANCE(238); + if (lookahead == 'a') ADVANCE(136); END_STATE(); case 21: - if (lookahead == 'a') ADVANCE(239); + if (lookahead == 'a') ADVANCE(253); END_STATE(); case 22: - if (lookahead == 'b') ADVANCE(81); + if (lookahead == 'a') ADVANCE(254); END_STATE(); case 23: - if (lookahead == 'c') ADVANCE(97); + if (lookahead == 'b') ADVANCE(85); END_STATE(); case 24: - if (lookahead == 'c') ADVANCE(253); + if (lookahead == 'c') ADVANCE(104); END_STATE(); case 25: - if (lookahead == 'c') ADVANCE(119); + if (lookahead == 'c') ADVANCE(269); END_STATE(); case 26: - if (lookahead == 'c') ADVANCE(221); + if (lookahead == 'c') ADVANCE(127); END_STATE(); case 27: - if (lookahead == 'c') ADVANCE(222); + if (lookahead == 'c') ADVANCE(236); END_STATE(); case 28: - if (lookahead == 'c') ADVANCE(56); + if (lookahead == 'c') ADVANCE(237); END_STATE(); case 29: - if (lookahead == 'c') ADVANCE(21); + if (lookahead == 'c') ADVANCE(58); END_STATE(); case 30: - if (lookahead == 'd') ADVANCE(955); + if (lookahead == 'c') ADVANCE(22); END_STATE(); case 31: - if (lookahead == 'd') ADVANCE(167); - if (lookahead == 'g') ADVANCE(50); + if (lookahead == 'd') ADVANCE(1005); END_STATE(); case 32: - if (lookahead == 'd') ADVANCE(973); + if (lookahead == 'd') ADVANCE(176); + if (lookahead == 'g') ADVANCE(52); END_STATE(); case 33: - if (lookahead == 'd') ADVANCE(875); + if (lookahead == 'd') ADVANCE(1023); END_STATE(); case 34: - if (lookahead == 'd') ADVANCE(166); + if (lookahead == 'd') ADVANCE(925); END_STATE(); case 35: - if (lookahead == 'd') ADVANCE(204); + if (lookahead == 'd') ADVANCE(1060); END_STATE(); case 36: - if (lookahead == 'd') ADVANCE(107); + if (lookahead == 'd') ADVANCE(1161); END_STATE(); case 37: - if (lookahead == 'd') ADVANCE(79); + if (lookahead == 'd') ADVANCE(175); END_STATE(); case 38: - if (lookahead == 'e') ADVANCE(193); + if (lookahead == 'd') ADVANCE(114); END_STATE(); case 39: - if (lookahead == 'e') ADVANCE(142); + if (lookahead == 'e') ADVANCE(203); END_STATE(); case 40: - if (lookahead == 'e') ADVANCE(229); + if (lookahead == 'e') ADVANCE(1062); END_STATE(); case 41: - if (lookahead == 'e') ADVANCE(999); + if (lookahead == 'e') ADVANCE(243); END_STATE(); case 42: - if (lookahead == 'e') ADVANCE(261); + if (lookahead == 'e') ADVANCE(1049); END_STATE(); case 43: - if (lookahead == 'e') ADVANCE(921); + if (lookahead == 'e') ADVANCE(277); END_STATE(); case 44: - if (lookahead == 'e') ADVANCE(868); + if (lookahead == 'e') ADVANCE(971); END_STATE(); case 45: - if (lookahead == 'e') ADVANCE(945); + if (lookahead == 'e') ADVANCE(918); END_STATE(); case 46: - if (lookahead == 'e') ADVANCE(969); + if (lookahead == 'e') ADVANCE(995); END_STATE(); case 47: - if (lookahead == 'e') ADVANCE(1044); + if (lookahead == 'e') ADVANCE(284); END_STATE(); case 48: - if (lookahead == 'e') ADVANCE(962); + if (lookahead == 'e') ADVANCE(1019); END_STATE(); case 49: - if (lookahead == 'e') ADVANCE(1075); + if (lookahead == 'e') ADVANCE(1102); END_STATE(); case 50: - if (lookahead == 'e') ADVANCE(909); + if (lookahead == 'e') ADVANCE(1012); END_STATE(); case 51: - if (lookahead == 'e') ADVANCE(907); + if (lookahead == 'e') ADVANCE(1137); END_STATE(); case 52: - if (lookahead == 'e') ADVANCE(1050); + if (lookahead == 'e') ADVANCE(959); END_STATE(); case 53: - if (lookahead == 'e') ADVANCE(925); + if (lookahead == 'e') ADVANCE(957); END_STATE(); case 54: - if (lookahead == 'e') ADVANCE(1005); + if (lookahead == 'e') ADVANCE(1114); END_STATE(); case 55: - if (lookahead == 'e') ADVANCE(935); + if (lookahead == 'e') ADVANCE(975); END_STATE(); case 56: - if (lookahead == 'e') ADVANCE(1009); + if (lookahead == 'e') ADVANCE(1053); END_STATE(); case 57: - if (lookahead == 'e') ADVANCE(989); + if (lookahead == 'e') ADVANCE(985); END_STATE(); case 58: - if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'e') ADVANCE(1067); END_STATE(); case 59: - if (lookahead == 'e') ADVANCE(983); + if (lookahead == 'e') ADVANCE(1039); END_STATE(); case 60: - if (lookahead == 'e') ADVANCE(915); + if (lookahead == 'e') ADVANCE(999); END_STATE(); case 61: - if (lookahead == 'e') ADVANCE(1006); + if (lookahead == 'e') ADVANCE(1033); END_STATE(); case 62: - if (lookahead == 'e') ADVANCE(943); + if (lookahead == 'e') ADVANCE(965); END_STATE(); case 63: - if (lookahead == 'e') ADVANCE(913); + if (lookahead == 'e') ADVANCE(1108); END_STATE(); case 64: - if (lookahead == 'e') ADVANCE(6); + if (lookahead == 'e') ADVANCE(1054); END_STATE(); case 65: - if (lookahead == 'e') ADVANCE(1002); + if (lookahead == 'e') ADVANCE(993); END_STATE(); case 66: - if (lookahead == 'e') ADVANCE(1037); + if (lookahead == 'e') ADVANCE(963); END_STATE(); case 67: - if (lookahead == 'e') ADVANCE(1036); + if (lookahead == 'e') ADVANCE(6); END_STATE(); case 68: - if (lookahead == 'e') ADVANCE(919); + if (lookahead == 'e') ADVANCE(1052); END_STATE(); case 69: - if (lookahead == 'e') ADVANCE(1095); + if (lookahead == 'e') ADVANCE(1059); END_STATE(); case 70: - if (lookahead == 'e') ADVANCE(929); + if (lookahead == 'e') ADVANCE(1095); END_STATE(); case 71: - if (lookahead == 'e') ADVANCE(864); + if (lookahead == 'e') ADVANCE(1094); END_STATE(); case 72: - if (lookahead == 'e') ADVANCE(259); + if (lookahead == 'e') ADVANCE(969); END_STATE(); case 73: - if (lookahead == 'e') ADVANCE(26); + if (lookahead == 'e') ADVANCE(1154); END_STATE(); case 74: - if (lookahead == 'e') ADVANCE(260); + if (lookahead == 'e') ADVANCE(979); END_STATE(); case 75: - if (lookahead == 'e') ADVANCE(24); + if (lookahead == 'e') ADVANCE(914); END_STATE(); case 76: - if (lookahead == 'e') ADVANCE(188); + if (lookahead == 'e') ADVANCE(151); END_STATE(); case 77: - if (lookahead == 'e') ADVANCE(199); + if (lookahead == 'e') ADVANCE(275); END_STATE(); case 78: - if (lookahead == 'e') ADVANCE(190); + if (lookahead == 'e') ADVANCE(27); END_STATE(); case 79: - if (lookahead == 'e') ADVANCE(191); + if (lookahead == 'e') ADVANCE(276); END_STATE(); case 80: - if (lookahead == 'e') ADVANCE(223); + if (lookahead == 'e') ADVANCE(25); END_STATE(); case 81: - if (lookahead == 'e') ADVANCE(192); + if (lookahead == 'e') ADVANCE(214); END_STATE(); case 82: - if (lookahead == 'e') ADVANCE(195); + if (lookahead == 'e') ADVANCE(199); END_STATE(); case 83: - if (lookahead == 'e') ADVANCE(157); + if (lookahead == 'e') ADVANCE(201); END_STATE(); case 84: - if (lookahead == 'e') ADVANCE(158); + if (lookahead == 'e') ADVANCE(217); END_STATE(); case 85: - if (lookahead == 'e') ADVANCE(159); + if (lookahead == 'e') ADVANCE(202); END_STATE(); case 86: - if (lookahead == 'f') ADVANCE(262); + if (lookahead == 'e') ADVANCE(238); END_STATE(); case 87: - if (lookahead == 'f') ADVANCE(957); + if (lookahead == 'e') ADVANCE(206); END_STATE(); case 88: - if (lookahead == 'f') ADVANCE(996); + if (lookahead == 'e') ADVANCE(145); END_STATE(); case 89: - if (lookahead == 'f') ADVANCE(263); + if (lookahead == 'e') ADVANCE(165); END_STATE(); case 90: - if (lookahead == 'f') ADVANCE(267); + if (lookahead == 'e') ADVANCE(166); END_STATE(); case 91: - if (lookahead == 'g') ADVANCE(873); + if (lookahead == 'e') ADVANCE(167); END_STATE(); case 92: - if (lookahead == 'g') ADVANCE(226); + if (lookahead == 'e') ADVANCE(211); END_STATE(); case 93: - if (lookahead == 'g') ADVANCE(127); + if (lookahead == 'f') ADVANCE(278); END_STATE(); case 94: - if (lookahead == 'g') ADVANCE(113); + if (lookahead == 'f') ADVANCE(1007); END_STATE(); case 95: - if (lookahead == 'g') ADVANCE(85); + if (lookahead == 'f') ADVANCE(1046); END_STATE(); case 96: - if (lookahead == 'h') ADVANCE(13); + if (lookahead == 'f') ADVANCE(279); END_STATE(); case 97: - if (lookahead == 'h') ADVANCE(933); + if (lookahead == 'f') ADVANCE(283); END_STATE(); case 98: - if (lookahead == 'h') ADVANCE(905); + if (lookahead == 'g') ADVANCE(923); END_STATE(); case 99: - if (lookahead == 'h') ADVANCE(134); + if (lookahead == 'g') ADVANCE(241); END_STATE(); case 100: - if (lookahead == 'h') ADVANCE(18); + if (lookahead == 'g') ADVANCE(135); END_STATE(); case 101: - if (lookahead == 'i') ADVANCE(135); + if (lookahead == 'g') ADVANCE(121); END_STATE(); case 102: - if (lookahead == 'i') ADVANCE(86); + if (lookahead == 'g') ADVANCE(91); END_STATE(); case 103: - if (lookahead == 'i') ADVANCE(136); + if (lookahead == 'h') ADVANCE(14); END_STATE(); case 104: - if (lookahead == 'i') ADVANCE(29); + if (lookahead == 'h') ADVANCE(983); END_STATE(); case 105: - if (lookahead == 'i') ADVANCE(171); + if (lookahead == 'h') ADVANCE(955); END_STATE(); case 106: - if (lookahead == 'i') ADVANCE(153); + if (lookahead == 'h') ADVANCE(142); END_STATE(); case 107: - if (lookahead == 'i') ADVANCE(161); + if (lookahead == 'h') ADVANCE(88); END_STATE(); case 108: - if (lookahead == 'i') ADVANCE(228); + if (lookahead == 'h') ADVANCE(19); END_STATE(); case 109: - if (lookahead == 'i') ADVANCE(231); + if (lookahead == 'i') ADVANCE(143); END_STATE(); case 110: - if (lookahead == 'i') ADVANCE(227); + if (lookahead == 'i') ADVANCE(93); END_STATE(); case 111: - if (lookahead == 'i') ADVANCE(89); + if (lookahead == 'i') ADVANCE(144); END_STATE(); case 112: - if (lookahead == 'i') ADVANCE(234); + if (lookahead == 'i') ADVANCE(30); END_STATE(); case 113: - if (lookahead == 'i') ADVANCE(90); + if (lookahead == 'i') ADVANCE(161); END_STATE(); case 114: - if (lookahead == 'i') ADVANCE(137); + if (lookahead == 'i') ADVANCE(170); END_STATE(); case 115: - if (lookahead == 'k') ADVANCE(991); + if (lookahead == 'i') ADVANCE(242); END_STATE(); case 116: - if (lookahead == 'k') ADVANCE(941); + if (lookahead == 'i') ADVANCE(245); END_STATE(); case 117: - if (lookahead == 'k') ADVANCE(1003); + if (lookahead == 'i') ADVANCE(96); END_STATE(); case 118: - if (lookahead == 'k') ADVANCE(978); + if (lookahead == 'i') ADVANCE(244); END_STATE(); case 119: - if (lookahead == 'k') ADVANCE(1084); + if (lookahead == 'i') ADVANCE(181); END_STATE(); case 120: - if (lookahead == 'k') ADVANCE(80); + if (lookahead == 'i') ADVANCE(249); END_STATE(); case 121: - if (lookahead == 'l') ADVANCE(106); + if (lookahead == 'i') ADVANCE(97); END_STATE(); case 122: - if (lookahead == 'l') ADVANCE(923); + if (lookahead == 'i') ADVANCE(146); END_STATE(); case 123: - if (lookahead == 'l') ADVANCE(243); + if (lookahead == 'k') ADVANCE(1041); END_STATE(); case 124: - if (lookahead == 'l') ADVANCE(104); + if (lookahead == 'k') ADVANCE(991); END_STATE(); case 125: - if (lookahead == 'l') ADVANCE(74); + if (lookahead == 'k') ADVANCE(1158); END_STATE(); case 126: - if (lookahead == 'l') ADVANCE(55); + if (lookahead == 'k') ADVANCE(1028); END_STATE(); case 127: - if (lookahead == 'l') ADVANCE(66); + if (lookahead == 'k') ADVANCE(1145); END_STATE(); case 128: - if (lookahead == 'l') ADVANCE(247); + if (lookahead == 'k') ADVANCE(86); END_STATE(); case 129: - if (lookahead == 'l') ADVANCE(250); + if (lookahead == 'l') ADVANCE(113); END_STATE(); case 130: - if (lookahead == 'm') ADVANCE(249); + if (lookahead == 'l') ADVANCE(973); END_STATE(); case 131: - if (lookahead == 'm') ADVANCE(964); + if (lookahead == 'l') ADVANCE(260); END_STATE(); case 132: - if (lookahead == 'm') ADVANCE(901); + if (lookahead == 'l') ADVANCE(112); END_STATE(); case 133: - if (lookahead == 'm') ADVANCE(899); + if (lookahead == 'l') ADVANCE(79); END_STATE(); case 134: - if (lookahead == 'm') ADVANCE(897); + if (lookahead == 'l') ADVANCE(57); END_STATE(); case 135: - if (lookahead == 'm') ADVANCE(242); + if (lookahead == 'l') ADVANCE(70); END_STATE(); case 136: - if (lookahead == 'm') ADVANCE(65); + if (lookahead == 'l') ADVANCE(263); END_STATE(); case 137: - if (lookahead == 'm') ADVANCE(244); + if (lookahead == 'l') ADVANCE(266); END_STATE(); case 138: - if (lookahead == 'n') ADVANCE(95); + if (lookahead == 'm') ADVANCE(265); END_STATE(); case 139: - if (lookahead == 'n') ADVANCE(998); + if (lookahead == 'm') ADVANCE(1014); END_STATE(); case 140: - if (lookahead == 'n') ADVANCE(937); + if (lookahead == 'm') ADVANCE(951); END_STATE(); case 141: - if (lookahead == 'n') ADVANCE(994); + if (lookahead == 'm') ADVANCE(949); END_STATE(); case 142: - if (lookahead == 'n') ADVANCE(1000); + if (lookahead == 'm') ADVANCE(947); END_STATE(); case 143: - if (lookahead == 'n') ADVANCE(1023); + if (lookahead == 'm') ADVANCE(258); END_STATE(); case 144: - if (lookahead == 'n') ADVANCE(1054); + if (lookahead == 'm') ADVANCE(68); END_STATE(); case 145: - if (lookahead == 'n') ADVANCE(857); + if (lookahead == 'm') ADVANCE(84); END_STATE(); case 146: - if (lookahead == 'n') ADVANCE(94); + if (lookahead == 'm') ADVANCE(259); END_STATE(); case 147: - if (lookahead == 'n') ADVANCE(117); + if (lookahead == 'n') ADVANCE(102); END_STATE(); case 148: - if (lookahead == 'n') ADVANCE(33); + if (lookahead == 'n') ADVANCE(1048); END_STATE(); case 149: - if (lookahead == 'n') ADVANCE(252); + if (lookahead == 'n') ADVANCE(987); END_STATE(); case 150: - if (lookahead == 'n') ADVANCE(93); + if (lookahead == 'n') ADVANCE(1044); END_STATE(); case 151: - if (lookahead == 'n') ADVANCE(118); + if (lookahead == 'n') ADVANCE(1050); END_STATE(); case 152: - if (lookahead == 'n') ADVANCE(37); + if (lookahead == 'n') ADVANCE(1081); END_STATE(); case 153: - if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'n') ADVANCE(1118); END_STATE(); case 154: - if (lookahead == 'n') ADVANCE(209); + if (lookahead == 'n') ADVANCE(907); END_STATE(); case 155: - if (lookahead == 'n') ADVANCE(35); + if (lookahead == 'n') ADVANCE(101); END_STATE(); case 156: - if (lookahead == 'n') ADVANCE(230); + if (lookahead == 'n') ADVANCE(34); END_STATE(); case 157: - if (lookahead == 'n') ADVANCE(219); + if (lookahead == 'n') ADVANCE(268); END_STATE(); case 158: - if (lookahead == 'n') ADVANCE(224); + if (lookahead == 'n') ADVANCE(100); END_STATE(); case 159: - if (lookahead == 'n') ADVANCE(225); + if (lookahead == 'n') ADVANCE(126); END_STATE(); case 160: - if (lookahead == 'n') ADVANCE(232); + if (lookahead == 'n') ADVANCE(35); END_STATE(); case 161: - if (lookahead == 'n') ADVANCE(20); + if (lookahead == 'n') ADVANCE(98); END_STATE(); case 162: - if (lookahead == 'n') ADVANCE(109); + if (lookahead == 'n') ADVANCE(221); END_STATE(); case 163: - if (lookahead == 'o') ADVANCE(129); + if (lookahead == 'n') ADVANCE(36); END_STATE(); case 164: - if (lookahead == 'o') ADVANCE(210); + if (lookahead == 'n') ADVANCE(248); END_STATE(); case 165: - if (lookahead == 'o') ADVANCE(255); + if (lookahead == 'n') ADVANCE(234); END_STATE(); case 166: - if (lookahead == 'o') ADVANCE(257); + if (lookahead == 'n') ADVANCE(239); END_STATE(); case 167: - if (lookahead == 'o') ADVANCE(131); + if (lookahead == 'n') ADVANCE(240); END_STATE(); case 168: - if (lookahead == 'o') ADVANCE(87); + if (lookahead == 'n') ADVANCE(69); END_STATE(); case 169: - if (lookahead == 'o') ADVANCE(187); + if (lookahead == 'n') ADVANCE(246); END_STATE(); case 170: - if (lookahead == 'o') ADVANCE(194); + if (lookahead == 'n') ADVANCE(21); END_STATE(); case 171: - if (lookahead == 'o') ADVANCE(144); + if (lookahead == 'n') ADVANCE(116); END_STATE(); case 172: - if (lookahead == 'o') ADVANCE(212); + if (lookahead == 'o') ADVANCE(137); END_STATE(); case 173: - if (lookahead == 'p') ADVANCE(947); + if (lookahead == 'o') ADVANCE(222); END_STATE(); case 174: - if (lookahead == 'p') ADVANCE(971); + if (lookahead == 'o') ADVANCE(271); END_STATE(); case 175: - if (lookahead == 'p') ADVANCE(953); + if (lookahead == 'o') ADVANCE(273); END_STATE(); case 176: - if (lookahead == 'p') ADVANCE(1052); + if (lookahead == 'o') ADVANCE(139); END_STATE(); case 177: - if (lookahead == 'p') ADVANCE(125); + if (lookahead == 'o') ADVANCE(94); END_STATE(); case 178: - if (lookahead == 'p') ADVANCE(124); + if (lookahead == 'o') ADVANCE(198); END_STATE(); case 179: - if (lookahead == 'p') ADVANCE(172); + if (lookahead == 'o') ADVANCE(204); END_STATE(); case 180: - if (lookahead == 'p') ADVANCE(51); + if (lookahead == 'o') ADVANCE(168); END_STATE(); case 181: - if (lookahead == 'p') ADVANCE(60); + if (lookahead == 'o') ADVANCE(153); END_STATE(); case 182: - if (lookahead == 'p') ADVANCE(62); + if (lookahead == 'o') ADVANCE(225); END_STATE(); case 183: - if (lookahead == 'p') ADVANCE(126); + if (lookahead == 'p') ADVANCE(997); END_STATE(); case 184: - if (lookahead == 'q') ADVANCE(246); + if (lookahead == 'p') ADVANCE(1021); END_STATE(); case 185: - if (lookahead == 'r') ADVANCE(990); + if (lookahead == 'p') ADVANCE(107); END_STATE(); case 186: - if (lookahead == 'r') ADVANCE(1039); + if (lookahead == 'p') ADVANCE(1003); END_STATE(); case 187: - if (lookahead == 'r') ADVANCE(871); + if (lookahead == 'p') ADVANCE(1116); END_STATE(); case 188: - if (lookahead == 'r') ADVANCE(895); + if (lookahead == 'p') ADVANCE(133); END_STATE(); case 189: - if (lookahead == 'r') ADVANCE(1062); + if (lookahead == 'p') ADVANCE(132); END_STATE(); case 190: - if (lookahead == 'r') ADVANCE(1093); + if (lookahead == 'p') ADVANCE(182); END_STATE(); case 191: - if (lookahead == 'r') ADVANCE(1071); + if (lookahead == 'p') ADVANCE(53); END_STATE(); case 192: - if (lookahead == 'r') ADVANCE(11); + if (lookahead == 'p') ADVANCE(62); END_STATE(); case 193: - if (lookahead == 'r') ADVANCE(217); + if (lookahead == 'p') ADVANCE(65); END_STATE(); case 194: - if (lookahead == 'r') ADVANCE(266); + if (lookahead == 'p') ADVANCE(134); END_STATE(); case 195: - if (lookahead == 'r') ADVANCE(218); + if (lookahead == 'q') ADVANCE(262); END_STATE(); case 196: - if (lookahead == 'r') ADVANCE(75); + if (lookahead == 'r') ADVANCE(1040); END_STATE(); case 197: - if (lookahead == 'r') ADVANCE(53); + if (lookahead == 'r') ADVANCE(1097); END_STATE(); case 198: - if (lookahead == 'r') ADVANCE(67); + if (lookahead == 'r') ADVANCE(921); END_STATE(); case 199: - if (lookahead == 'r') ADVANCE(211); + if (lookahead == 'r') ADVANCE(945); END_STATE(); case 200: - if (lookahead == 'r') ADVANCE(110); + if (lookahead == 'r') ADVANCE(1126); END_STATE(); case 201: - if (lookahead == 's') ADVANCE(917); + if (lookahead == 'r') ADVANCE(1152); END_STATE(); case 202: - if (lookahead == 's') ADVANCE(1087); + if (lookahead == 'r') ADVANCE(11); END_STATE(); case 203: - if (lookahead == 's') ADVANCE(893); + if (lookahead == 'r') ADVANCE(232); END_STATE(); case 204: - if (lookahead == 's') ADVANCE(1091); + if (lookahead == 'r') ADVANCE(282); END_STATE(); case 205: - if (lookahead == 's') ADVANCE(951); + if (lookahead == 'r') ADVANCE(118); END_STATE(); case 206: - if (lookahead == 's') ADVANCE(213); + if (lookahead == 'r') ADVANCE(233); END_STATE(); case 207: - if (lookahead == 's') ADVANCE(216); + if (lookahead == 'r') ADVANCE(80); END_STATE(); case 208: - if (lookahead == 's') ADVANCE(48); + if (lookahead == 'r') ADVANCE(55); END_STATE(); case 209: - if (lookahead == 's') ADVANCE(179); + if (lookahead == 'r') ADVANCE(71); END_STATE(); case 210: - if (lookahead == 's') ADVANCE(54); + if (lookahead == 'r') ADVANCE(223); END_STATE(); case 211: - if (lookahead == 's') ADVANCE(63); + if (lookahead == 'r') ADVANCE(224); END_STATE(); case 212: - if (lookahead == 's') ADVANCE(68); + if (lookahead == 's') ADVANCE(967); END_STATE(); case 213: - if (lookahead == 's') ADVANCE(111); + if (lookahead == 's') ADVANCE(1148); END_STATE(); case 214: - if (lookahead == 't') ADVANCE(866); + if (lookahead == 's') ADVANCE(1109); END_STATE(); case 215: - if (lookahead == 't') ADVANCE(961); + if (lookahead == 's') ADVANCE(943); END_STATE(); case 216: - if (lookahead == 't') ADVANCE(911); + if (lookahead == 's') ADVANCE(1001); END_STATE(); case 217: - if (lookahead == 't') ADVANCE(959); + if (lookahead == 's') ADVANCE(1058); END_STATE(); case 218: - if (lookahead == 't') ADVANCE(988); + if (lookahead == 's') ADVANCE(226); END_STATE(); case 219: - if (lookahead == 't') ADVANCE(1007); + if (lookahead == 's') ADVANCE(231); END_STATE(); case 220: - if (lookahead == 't') ADVANCE(1017); + if (lookahead == 's') ADVANCE(50); END_STATE(); case 221: - if (lookahead == 't') ADVANCE(939); + if (lookahead == 's') ADVANCE(190); END_STATE(); case 222: - if (lookahead == 't') ADVANCE(1076); + if (lookahead == 's') ADVANCE(56); END_STATE(); case 223: - if (lookahead == 't') ADVANCE(1058); + if (lookahead == 's') ADVANCE(63); END_STATE(); case 224: - if (lookahead == 't') ADVANCE(1032); + if (lookahead == 's') ADVANCE(66); END_STATE(); case 225: - if (lookahead == 't') ADVANCE(903); + if (lookahead == 's') ADVANCE(72); END_STATE(); case 226: - if (lookahead == 't') ADVANCE(98); + if (lookahead == 's') ADVANCE(117); END_STATE(); case 227: - if (lookahead == 't') ADVANCE(99); + if (lookahead == 't') ADVANCE(1065); END_STATE(); case 228: - if (lookahead == 't') ADVANCE(264); + if (lookahead == 't') ADVANCE(1063); END_STATE(); case 229: - if (lookahead == 't') ADVANCE(103); + if (lookahead == 't') ADVANCE(916); END_STATE(); case 230: - if (lookahead == 't') ADVANCE(170); + if (lookahead == 't') ADVANCE(1011); END_STATE(); case 231: - if (lookahead == 't') ADVANCE(265); + if (lookahead == 't') ADVANCE(961); END_STATE(); case 232: - if (lookahead == 't') ADVANCE(108); + if (lookahead == 't') ADVANCE(1009); END_STATE(); case 233: - if (lookahead == 't') ADVANCE(245); + if (lookahead == 't') ADVANCE(1038); END_STATE(); case 234: - if (lookahead == 't') ADVANCE(105); + if (lookahead == 't') ADVANCE(1055); END_STATE(); case 235: - if (lookahead == 't') ADVANCE(58); + if (lookahead == 't') ADVANCE(1075); END_STATE(); case 236: - if (lookahead == 't') ADVANCE(61); + if (lookahead == 't') ADVANCE(989); END_STATE(); case 237: - if (lookahead == 't') ADVANCE(64); + if (lookahead == 't') ADVANCE(1162); END_STATE(); case 238: - if (lookahead == 't') ADVANCE(69); + if (lookahead == 't') ADVANCE(1122); END_STATE(); case 239: - if (lookahead == 't') ADVANCE(70); + if (lookahead == 't') ADVANCE(1090); END_STATE(); case 240: - if (lookahead == 'u') ADVANCE(268); - if (lookahead == 'x') ADVANCE(279); - if (set_contains(aux_sym_character_token1_character_set_1, 10, lookahead)) ADVANCE(346); + if (lookahead == 't') ADVANCE(953); END_STATE(); case 241: - if (lookahead == 'u') ADVANCE(178); + if (lookahead == 't') ADVANCE(105); END_STATE(); case 242: - if (lookahead == 'u') ADVANCE(132); + if (lookahead == 't') ADVANCE(280); END_STATE(); case 243: - if (lookahead == 'u') ADVANCE(203); + if (lookahead == 't') ADVANCE(111); END_STATE(); case 244: - if (lookahead == 'u') ADVANCE(133); + if (lookahead == 't') ADVANCE(106); END_STATE(); case 245: - if (lookahead == 'u') ADVANCE(198); + if (lookahead == 't') ADVANCE(281); END_STATE(); case 246: - if (lookahead == 'u') ADVANCE(59); + if (lookahead == 't') ADVANCE(115); END_STATE(); case 247: - if (lookahead == 'u') ADVANCE(71); + if (lookahead == 't') ADVANCE(261); END_STATE(); case 248: - if (lookahead == 'u') ADVANCE(123); + if (lookahead == 't') ADVANCE(179); END_STATE(); case 249: - if (lookahead == 'u') ADVANCE(236); + if (lookahead == 't') ADVANCE(119); END_STATE(); case 250: - if (lookahead == 'u') ADVANCE(237); + if (lookahead == 't') ADVANCE(60); END_STATE(); case 251: - if (lookahead == 'v') ADVANCE(974); + if (lookahead == 't') ADVANCE(64); END_STATE(); case 252: - if (lookahead == 'v') ADVANCE(1070); + if (lookahead == 't') ADVANCE(67); END_STATE(); case 253: - if (lookahead == 'v') ADVANCE(975); + if (lookahead == 't') ADVANCE(73); END_STATE(); case 254: - if (lookahead == 'v') ADVANCE(19); + if (lookahead == 't') ADVANCE(74); END_STATE(); case 255: - if (lookahead == 'v') ADVANCE(57); + if (lookahead == 'u') ADVANCE(285); + if (lookahead == 'x') ADVANCE(305); + if (set_contains(aux_sym_character_token1_character_set_1, 10, lookahead)) ADVANCE(373); END_STATE(); case 256: - if (lookahead == 'w') ADVANCE(1046); + if (lookahead == 'u') ADVANCE(160); END_STATE(); case 257: - if (lookahead == 'w') ADVANCE(205); + if (lookahead == 'u') ADVANCE(189); END_STATE(); case 258: - if (lookahead == 'x') ADVANCE(995); + if (lookahead == 'u') ADVANCE(140); END_STATE(); case 259: - if (lookahead == 'x') ADVANCE(972); + if (lookahead == 'u') ADVANCE(141); END_STATE(); case 260: - if (lookahead == 'x') ADVANCE(976); + if (lookahead == 'u') ADVANCE(215); END_STATE(); case 261: - if (lookahead == 'x') ADVANCE(168); + if (lookahead == 'u') ADVANCE(209); END_STATE(); case 262: - if (lookahead == 'y') ADVANCE(1024); + if (lookahead == 'u') ADVANCE(61); END_STATE(); case 263: - if (lookahead == 'y') ADVANCE(927); + if (lookahead == 'u') ADVANCE(75); END_STATE(); case 264: - if (lookahead == 'y') ADVANCE(851); + if (lookahead == 'u') ADVANCE(131); END_STATE(); case 265: - if (lookahead == 'y') ADVANCE(841); + if (lookahead == 'u') ADVANCE(251); END_STATE(); case 266: - if (lookahead == 'y') ADVANCE(1030); + if (lookahead == 'u') ADVANCE(252); END_STATE(); case 267: - if (lookahead == 'y') ADVANCE(1035); + if (lookahead == 'v') ADVANCE(1024); END_STATE(); case 268: - if (lookahead == '{') ADVANCE(278); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(277); + if (lookahead == 'v') ADVANCE(1160); END_STATE(); case 269: - if (lookahead == '}') ADVANCE(346); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(269); + if (lookahead == 'v') ADVANCE(1025); END_STATE(); case 270: - if (lookahead == 0xaf) ADVANCE(272); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(289); + if (lookahead == 'v') ADVANCE(20); END_STATE(); case 271: - if (lookahead == 0x2088) ADVANCE(1001); + if (lookahead == 'v') ADVANCE(59); END_STATE(); case 272: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(289); + if (lookahead == 'w') ADVANCE(1104); END_STATE(); case 273: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(288); + if (lookahead == 'w') ADVANCE(216); END_STATE(); case 274: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(290); + if (lookahead == 'x') ADVANCE(1045); END_STATE(); case 275: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(352); + if (lookahead == 'x') ADVANCE(1022); END_STATE(); case 276: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(346); + if (lookahead == 'x') ADVANCE(1026); END_STATE(); case 277: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(279); + if (lookahead == 'x') ADVANCE(177); END_STATE(); case 278: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(269); + if (lookahead == 'y') ADVANCE(1082); END_STATE(); case 279: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(276); + if (lookahead == 'y') ADVANCE(977); END_STATE(); case 280: - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(819); + if (lookahead == 'y') ADVANCE(901); END_STATE(); case 281: - if (eof) ADVANCE(284); - ADVANCE_MAP( - '\n', 1100, - '\r', 1, - '!', 10, - '"', 7, - '#', 721, - '$', 4, - '%', 891, - '&', 280, - '\'', 831, - '(', 822, - '*', 889, - '+', 886, - ',', 848, - '-', 888, - '.', 847, - '/', 1010, - ':', 849, - ';', 1089, - '<', 880, - '=', 877, - '>', 883, - '?', 982, - '@', 12, - 'A', 433, - 'B', 515, - 'C', 371, - 'D', 372, - 'E', 573, - 'F', 373, - 'G', 389, - 'H', 374, - 'L', 453, - 'M', 375, - 'N', 370, - 'O', 651, - 'P', 376, - 'Q', 700, - 'R', 454, - 'S', 455, - 'T', 514, - 'W', 843, - 'Y', 475, - 'Z', 609, - '[', 826, - '\\', 1012, - '^', 830, - '`', 860, - 'a', 423, - 'b', 476, - 'c', 482, - 'd', 396, - 'e', 833, - 'f', 1072, - 'g', 395, - 'h', 390, - 'i', 844, - 'j', 619, - 'k', 485, - 'l', 471, - 'm', 377, - 'n', 604, - 'o', 574, - 'p', 399, - 'q', 701, - 'r', 400, - 's', 436, - 't', 378, - 'u', 575, - 'w', 409, - 'x', 550, - '{', 824, - 0xa4, 981, - 0xac, 856, - 0xaf, 863, - 0xb0, 1027, - 0xb1, 859, - 0xb7, 1080, - 0xd7, 890, - 0xf7, 892, - 0x3b7, 836, - 0x3bb, 1097, - 0x3c0, 838, - 0x3c4, 840, - 0x203f, 1092, - 0x2045, 876, - 0x207f, 896, - 0x2099, 898, - 0x2102, 977, - 0x2192, 1078, - 0x2198, 948, - 0x2199, 946, - 0x21a5, 902, - 0x21a7, 900, - 0x21af, 944, - 0x21b0, 1083, - 0x21bb, 950, - 0x21cc, 914, - 0x21e1, 910, - 0x2208, 997, - 0x220a, 1094, - 0x2218, 854, - 0x221a, 867, - 0x221e, 842, - 0x2220, 904, - 0x2227, 1049, - 0x2229, 1057, - 0x2235, 1014, - 0x2237, 1079, - 0x223f, 870, - 0x224d, 934, - 0x2260, 879, - 0x2261, 1016, - 0x2264, 882, - 0x2265, 885, - 0x2282, 938, - 0x2283, 1061, - 0x228f, 940, - 0x2290, 1085, - 0x2293, 1059, - 0x2295, 1053, - 0x2297, 958, - 0x2299, 1020, - 0x229a, 926, - 0x229b, 928, - 0x229c, 1055, - 0x229d, 1086, - 0x229e, 1051, - 0x229f, 936, - 0x22a0, 1088, - 0x22a1, 942, - 0x22a2, 912, - 0x22b8, 1074, - 0x22c5, 1022, - 0x22ca, 1098, - 0x22d5, 963, - 0x22ef, 918, - 0x2302, 1082, - 0x2305, 1025, - 0x2308, 874, - 0x230a, 872, - 0x2315, 956, - 0x2335, 865, - 0x2349, 920, - 0x234f, 922, - 0x2356, 924, - 0x235a, 1031, - 0x235b, 1081, - 0x235c, 1063, - 0x2362, 1069, - 0x2363, 1067, - 0x2364, 960, - 0x2365, 1018, - 0x2444, 1004, - 0x25a1, 932, - 0x25b3, 908, - 0x25bd, 954, - 0x25c7, 1033, - 0x25cb, 869, - 0x25cc, 850, - 0x25e0, 1045, - 0x25e1, 1047, - 0x25eb, 952, - 0x25f0, 984, - 0x25f4, 930, - 0x25f9, 1038, - 0x25ff, 894, - 0x2607, 979, - 0x266d, 916, - 0x2682, 965, - 0x2765, 1077, - 0x27d4, 1096, - 0x27dc, 1029, - 0x2919, 1041, - 0x291a, 1043, - 0x29b7, 992, - 0x29fb, 906, - 0x2b1a, 1065, - 0x2e2e, 970, - ); - if (lookahead == '\t' || - lookahead == ' ') SKIP(281); - if (('v' <= lookahead && lookahead <= 'z')) ADVANCE(719); - if (('I' <= lookahead && lookahead <= 'X')) ADVANCE(720); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(285); - if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(353); + if (lookahead == 'y') ADVANCE(891); END_STATE(); case 282: - if (eof) ADVANCE(284); - ADVANCE_MAP( - '\n', 1100, - '\r', 1, - '!', 10, - '"', 7, - '#', 721, - '$', 5, - '%', 891, - '&', 280, - '\'', 831, - '(', 822, - ')', 823, - '*', 889, - '+', 886, - ',', 848, - '-', 887, - '.', 847, - '/', 1010, - ':', 849, - ';', 1089, - '<', 880, - '=', 877, - '>', 883, - '?', 982, - '@', 12, - 'A', 433, - 'B', 515, - 'C', 371, - 'D', 372, - 'E', 573, - 'F', 373, - 'G', 389, - 'H', 374, - 'L', 453, - 'M', 375, - 'N', 370, - 'O', 651, - 'P', 376, - 'Q', 700, - 'R', 454, - 'S', 455, - 'T', 514, - 'W', 843, - 'Y', 475, - 'Z', 609, - '[', 826, - '\\', 1012, - ']', 827, - '^', 830, - '_', 828, - '`', 860, - 'a', 423, - 'b', 476, - 'c', 482, - 'd', 396, - 'e', 833, - 'f', 1072, - 'g', 395, - 'h', 390, - 'i', 844, - 'j', 619, - 'k', 485, - 'l', 471, - 'm', 377, - 'n', 604, - 'o', 574, - 'p', 399, - 'q', 701, - 'r', 400, - 's', 436, - 't', 378, - 'u', 575, - 'w', 409, - 'x', 550, - '{', 824, - '|', 350, - '}', 825, - 0xa4, 981, - 0xac, 856, - 0xaf, 863, - 0xb0, 1027, - 0xb1, 859, - 0xb7, 1080, - 0xd7, 890, - 0xf7, 892, - 0x3b7, 836, - 0x3bb, 1097, - 0x3c0, 838, - 0x3c4, 840, - 0x203f, 1092, - 0x2045, 876, - 0x207f, 896, - 0x2099, 898, - 0x2102, 977, - 0x2190, 829, - 0x2192, 1078, - 0x2198, 948, - 0x2199, 946, - 0x21a5, 902, - 0x21a7, 900, - 0x21af, 944, - 0x21b0, 1083, - 0x21bb, 950, - 0x21cc, 914, - 0x21e1, 910, - 0x2208, 997, - 0x220a, 1094, - 0x2218, 854, - 0x221a, 867, - 0x221e, 842, - 0x2220, 904, - 0x2227, 1049, - 0x2229, 1057, - 0x2235, 1014, - 0x2237, 1079, - 0x223f, 870, - 0x224d, 934, - 0x2260, 879, - 0x2261, 1016, - 0x2264, 882, - 0x2265, 885, - 0x2282, 938, - 0x2283, 1061, - 0x228f, 940, - 0x2290, 1085, - 0x2293, 1059, - 0x2295, 1053, - 0x2297, 958, - 0x2299, 1020, - 0x229a, 926, - 0x229b, 928, - 0x229c, 1055, - 0x229d, 1086, - 0x229e, 1051, - 0x229f, 936, - 0x22a0, 1088, - 0x22a1, 942, - 0x22a2, 912, - 0x22b8, 1074, - 0x22c5, 1022, - 0x22ca, 1098, - 0x22d5, 963, - 0x22ef, 918, - 0x2302, 1082, - 0x2305, 1025, - 0x2308, 874, - 0x230a, 872, - 0x2315, 956, - 0x2335, 865, - 0x2349, 920, - 0x234f, 922, - 0x2356, 924, - 0x235a, 1031, - 0x235b, 1081, - 0x235c, 1063, - 0x2362, 1069, - 0x2363, 1067, - 0x2364, 960, - 0x2365, 1018, - 0x2444, 1004, - 0x25a1, 932, - 0x25b3, 908, - 0x25bd, 954, - 0x25c7, 1033, - 0x25cb, 869, - 0x25cc, 850, - 0x25e0, 1045, - 0x25e1, 1047, - 0x25eb, 952, - 0x25f0, 984, - 0x25f4, 930, - 0x25f9, 1038, - 0x25ff, 894, - 0x2607, 979, - 0x266d, 916, - 0x2682, 965, - 0x2765, 1077, - 0x27d4, 1096, - 0x27dc, 1029, - 0x2919, 1041, - 0x291a, 1043, - 0x29b7, 992, - 0x29fb, 906, - 0x2b1a, 1065, - 0x2e2e, 970, - ); - if (lookahead == '\t' || - lookahead == ' ') SKIP(282); - if (('v' <= lookahead && lookahead <= 'z')) ADVANCE(719); - if (('I' <= lookahead && lookahead <= 'X')) ADVANCE(720); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(285); - if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(353); + if (lookahead == 'y') ADVANCE(1088); END_STATE(); case 283: - if (eof) ADVANCE(284); - if (lookahead == '\n') ADVANCE(1100); - if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(820); - if (lookahead == ')') ADVANCE(823); - if (lookahead == '_') ADVANCE(828); - if (lookahead == '|') ADVANCE(350); - if (lookahead == '\t' || - lookahead == ' ') SKIP(283); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(351); + if (lookahead == 'y') ADVANCE(1093); END_STATE(); case 284: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (lookahead == 'z') ADVANCE(180); END_STATE(); case 285: - ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '.') ADVANCE(273); - if (lookahead == '/') ADVANCE(274); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(285); + if (lookahead == '{') ADVANCE(304); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(303); END_STATE(); case 286: - ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '.') ADVANCE(273); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(286); + if (lookahead == '}') ADVANCE(373); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(286); END_STATE(); case 287: - ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); + if (lookahead == 0xaf) ADVANCE(298); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(315); END_STATE(); case 288: - ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(288); + if (lookahead == 0x2080) ADVANCE(13); END_STATE(); case 289: - ACCEPT_TOKEN(aux_sym_number_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(289); + if (lookahead == 0x2082) ADVANCE(290); END_STATE(); case 290: - ACCEPT_TOKEN(sym_fraction); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(290); + if (lookahead == 0x2083) ADVANCE(291); END_STATE(); case 291: - ACCEPT_TOKEN(anon_sym_Days); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2084) ADVANCE(292); END_STATE(); case 292: - ACCEPT_TOKEN(anon_sym_Months); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2085) ADVANCE(293); END_STATE(); case 293: - ACCEPT_TOKEN(anon_sym_MonthDays); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2086) ADVANCE(294); END_STATE(); case 294: - ACCEPT_TOKEN(anon_sym_LeanMonthDays); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2087) ADVANCE(296); END_STATE(); case 295: - ACCEPT_TOKEN(anon_sym_White); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2088) ADVANCE(1051); END_STATE(); case 296: - ACCEPT_TOKEN(anon_sym_Black); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2088) ADVANCE(297); END_STATE(); case 297: - ACCEPT_TOKEN(anon_sym_Red); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == 0x2089) ADVANCE(288); END_STATE(); case 298: - ACCEPT_TOKEN(anon_sym_Orange); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(315); END_STATE(); case 299: - ACCEPT_TOKEN(anon_sym_Yellow); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(314); END_STATE(); case 300: - ACCEPT_TOKEN(anon_sym_Green); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(316); END_STATE(); case 301: - ACCEPT_TOKEN(anon_sym_Cyan); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(379); END_STATE(); case 302: - ACCEPT_TOKEN(anon_sym_Blue); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(373); END_STATE(); case 303: - ACCEPT_TOKEN(anon_sym_Purple); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(305); END_STATE(); case 304: - ACCEPT_TOKEN(anon_sym_Magenta); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(286); END_STATE(); case 305: - ACCEPT_TOKEN(anon_sym_Gay); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(302); END_STATE(); case 306: - ACCEPT_TOKEN(anon_sym_Lesbian); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(869); END_STATE(); case 307: - ACCEPT_TOKEN(anon_sym_Bi); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (eof) ADVANCE(310); + ADVANCE_MAP( + '\n', 1164, + '\r', 1, + '!', 10, + '"', 7, + '#', 762, + '$', 4, + '%', 941, + '&', 306, + '\'', 881, + '(', 872, + '*', 939, + '+', 936, + ',', 898, + '-', 938, + '.', 897, + '/', 1068, + ':', 899, + ';', 1150, + '<', 930, + '=', 927, + '>', 933, + '?', 1032, + '@', 12, + 'A', 467, + 'B', 547, + 'C', 398, + 'D', 399, + 'E', 606, + 'F', 400, + 'G', 416, + 'H', 401, + 'L', 487, + 'M', 402, + 'N', 397, + 'O', 687, + 'P', 403, + 'Q', 740, + 'R', 488, + 'S', 489, + 'T', 546, + 'W', 893, + 'Y', 507, + 'Z', 642, + '[', 876, + '\\', 1070, + '^', 880, + '`', 910, + 'a', 456, + 'b', 417, + 'c', 512, + 'd', 425, + 'e', 883, + 'f', 1134, + 'g', 424, + 'h', 422, + 'i', 894, + 'j', 653, + 'k', 516, + 'l', 428, + 'm', 404, + 'n', 636, + 'o', 457, + 'p', 423, + 'q', 741, + 'r', 429, + 's', 470, + 't', 405, + 'u', 607, + 'w', 442, + 'x', 582, + '{', 874, + 0xa4, 1031, + 0xac, 906, + 0xaf, 913, + 0xb0, 1085, + 0xb1, 909, + 0xb7, 1141, + 0xd7, 940, + 0xf7, 942, + 0x3b7, 886, + 0x3bb, 1156, + 0x3c0, 888, + 0x3c4, 890, + 0x2019, 1061, + 0x2045, 926, + 0x207f, 946, + 0x2099, 948, + 0x2102, 1027, + 0x2192, 1139, + 0x2198, 998, + 0x2199, 996, + 0x21a5, 952, + 0x21a7, 950, + 0x21af, 994, + 0x21b0, 1144, + 0x21bb, 1000, + 0x21cc, 964, + 0x21e1, 960, + 0x2208, 1047, + 0x220a, 1153, + 0x2218, 904, + 0x221a, 917, + 0x221e, 892, + 0x2220, 954, + 0x2227, 1113, + 0x2229, 1121, + 0x2235, 1072, + 0x2237, 1140, + 0x223f, 920, + 0x224d, 984, + 0x2260, 929, + 0x2261, 1074, + 0x2264, 932, + 0x2265, 935, + 0x2282, 988, + 0x2283, 1125, + 0x228f, 990, + 0x2290, 1146, + 0x2293, 1123, + 0x2295, 1117, + 0x2297, 1008, + 0x2299, 1078, + 0x229a, 976, + 0x229b, 978, + 0x229c, 1119, + 0x229d, 1147, + 0x229e, 1115, + 0x229f, 986, + 0x22a0, 1149, + 0x22a1, 992, + 0x22a2, 962, + 0x22a3, 1066, + 0x22b8, 1136, + 0x22c5, 1080, + 0x22ca, 1157, + 0x22d5, 1013, + 0x22ef, 968, + 0x2302, 1143, + 0x2305, 1083, + 0x2308, 924, + 0x230a, 922, + 0x2315, 1006, + 0x231d, 1107, + 0x2335, 915, + 0x2346, 1064, + 0x2349, 970, + 0x234f, 972, + 0x2356, 974, + 0x235a, 1089, + 0x235b, 1142, + 0x235c, 1127, + 0x2362, 1133, + 0x2363, 1131, + 0x2364, 1010, + 0x2365, 1076, + 0x2444, 1159, + 0x25a1, 982, + 0x25b3, 958, + 0x25bd, 1004, + 0x25c7, 1091, + 0x25cb, 919, + 0x25cc, 900, + 0x25e0, 1103, + 0x25e1, 1105, + 0x25eb, 1002, + 0x25f0, 1034, + 0x25f4, 980, + 0x25f9, 1096, + 0x25ff, 944, + 0x2607, 1029, + 0x266d, 966, + 0x2682, 1015, + 0x2765, 1138, + 0x27d4, 1155, + 0x27dc, 1087, + 0x2919, 1099, + 0x291a, 1101, + 0x2938, 1056, + 0x29b7, 1042, + 0x29c5, 1110, + 0x29fb, 956, + 0x2b1a, 1129, + 0x2e2e, 1020, + ); + if (lookahead == '\t' || + lookahead == ' ') SKIP(307); + if (('v' <= lookahead && lookahead <= 'z')) ADVANCE(760); + if (('I' <= lookahead && lookahead <= 'X')) ADVANCE(761); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(311); + if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(380); END_STATE(); case 308: - ACCEPT_TOKEN(anon_sym_Trans); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); - END_STATE(); + if (eof) ADVANCE(310); + ADVANCE_MAP( + '\n', 1164, + '\r', 1, + '!', 10, + '"', 7, + '#', 762, + '$', 5, + '%', 941, + '&', 306, + '\'', 881, + '(', 872, + ')', 873, + '*', 939, + '+', 936, + ',', 898, + '-', 937, + '.', 897, + '/', 1068, + ':', 899, + ';', 1150, + '<', 930, + '=', 927, + '>', 933, + '?', 1032, + '@', 12, + 'A', 467, + 'B', 547, + 'C', 398, + 'D', 399, + 'E', 606, + 'F', 400, + 'G', 416, + 'H', 401, + 'L', 487, + 'M', 402, + 'N', 397, + 'O', 687, + 'P', 403, + 'Q', 740, + 'R', 488, + 'S', 489, + 'T', 546, + 'W', 893, + 'Y', 507, + 'Z', 642, + '[', 876, + '\\', 1070, + ']', 877, + '^', 880, + '_', 878, + '`', 910, + 'a', 456, + 'b', 417, + 'c', 512, + 'd', 425, + 'e', 883, + 'f', 1134, + 'g', 424, + 'h', 422, + 'i', 894, + 'j', 653, + 'k', 516, + 'l', 428, + 'm', 404, + 'n', 636, + 'o', 457, + 'p', 423, + 'q', 741, + 'r', 429, + 's', 470, + 't', 405, + 'u', 607, + 'w', 442, + 'x', 582, + '{', 874, + '|', 377, + '}', 875, + 0xa4, 1031, + 0xac, 906, + 0xaf, 913, + 0xb0, 1085, + 0xb1, 909, + 0xb7, 1141, + 0xd7, 940, + 0xf7, 942, + 0x3b7, 886, + 0x3bb, 1156, + 0x3c0, 888, + 0x3c4, 890, + 0x2019, 1061, + 0x2045, 926, + 0x207f, 946, + 0x2099, 948, + 0x2102, 1027, + 0x2190, 879, + 0x2192, 1139, + 0x2198, 998, + 0x2199, 996, + 0x21a5, 952, + 0x21a7, 950, + 0x21af, 994, + 0x21b0, 1144, + 0x21bb, 1000, + 0x21cc, 964, + 0x21e1, 960, + 0x2208, 1047, + 0x220a, 1153, + 0x2218, 904, + 0x221a, 917, + 0x221e, 892, + 0x2220, 954, + 0x2227, 1113, + 0x2229, 1121, + 0x2235, 1072, + 0x2237, 1140, + 0x223f, 920, + 0x224d, 984, + 0x2260, 929, + 0x2261, 1074, + 0x2264, 932, + 0x2265, 935, + 0x2282, 988, + 0x2283, 1125, + 0x228f, 990, + 0x2290, 1146, + 0x2293, 1123, + 0x2295, 1117, + 0x2297, 1008, + 0x2299, 1078, + 0x229a, 976, + 0x229b, 978, + 0x229c, 1119, + 0x229d, 1147, + 0x229e, 1115, + 0x229f, 986, + 0x22a0, 1149, + 0x22a1, 992, + 0x22a2, 962, + 0x22a3, 1066, + 0x22b8, 1136, + 0x22c5, 1080, + 0x22ca, 1157, + 0x22d5, 1013, + 0x22ef, 968, + 0x2302, 1143, + 0x2305, 1083, + 0x2308, 924, + 0x230a, 922, + 0x2315, 1006, + 0x231d, 1107, + 0x2335, 915, + 0x2346, 1064, + 0x2349, 970, + 0x234f, 972, + 0x2356, 974, + 0x235a, 1089, + 0x235b, 1142, + 0x235c, 1127, + 0x2362, 1133, + 0x2363, 1131, + 0x2364, 1010, + 0x2365, 1076, + 0x2444, 1159, + 0x25a1, 982, + 0x25b3, 958, + 0x25bd, 1004, + 0x25c7, 1091, + 0x25cb, 919, + 0x25cc, 900, + 0x25e0, 1103, + 0x25e1, 1105, + 0x25eb, 1002, + 0x25f0, 1034, + 0x25f4, 980, + 0x25f9, 1096, + 0x25ff, 944, + 0x2607, 1029, + 0x266d, 966, + 0x2682, 1015, + 0x2765, 1138, + 0x27d4, 1155, + 0x27dc, 1087, + 0x2919, 1099, + 0x291a, 1101, + 0x2938, 1056, + 0x29b7, 1042, + 0x29c5, 1110, + 0x29fb, 956, + 0x2b1a, 1129, + 0x2e2e, 1020, + ); + if (lookahead == '\t' || + lookahead == ' ') SKIP(308); + if (('v' <= lookahead && lookahead <= 'z')) ADVANCE(760); + if (('I' <= lookahead && lookahead <= 'X')) ADVANCE(761); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(311); + if (set_contains(sym_identifier_character_set_1, 153, lookahead)) ADVANCE(380); + END_STATE(); case 309: - ACCEPT_TOKEN(anon_sym_Pan); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (eof) ADVANCE(310); + if (lookahead == '\n') ADVANCE(1164); + if (lookahead == '\r') ADVANCE(1); + if (lookahead == '#') ADVANCE(870); + if (lookahead == ')') ADVANCE(873); + if (lookahead == '_') ADVANCE(878); + if (lookahead == '|') ADVANCE(377); + if (lookahead == '\t' || + lookahead == ' ') SKIP(309); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(378); END_STATE(); case 310: - ACCEPT_TOKEN(anon_sym_Ace); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 311: - ACCEPT_TOKEN(anon_sym_Aro); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(438); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(aux_sym_number_token1); + if (lookahead == '.') ADVANCE(299); + if (lookahead == '/') ADVANCE(300); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(287); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(311); END_STATE(); case 312: - ACCEPT_TOKEN(anon_sym_Aroace); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(aux_sym_number_token1); + if (lookahead == '.') ADVANCE(299); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(287); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(312); END_STATE(); case 313: - ACCEPT_TOKEN(anon_sym_Enby); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(aux_sym_number_token1); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(287); END_STATE(); case 314: - ACCEPT_TOKEN(anon_sym_Fluid); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(aux_sym_number_token1); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(287); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(314); END_STATE(); case 315: - ACCEPT_TOKEN(anon_sym_Queer); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(aux_sym_number_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(315); END_STATE(); case 316: - ACCEPT_TOKEN(anon_sym_Agender); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(sym_fraction); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(316); END_STATE(); case 317: - ACCEPT_TOKEN(anon_sym_PrideFlags); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Days); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 318: - ACCEPT_TOKEN(anon_sym_PrideFlagNames); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Months); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 319: - ACCEPT_TOKEN(anon_sym_True); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_MonthDays); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 320: - ACCEPT_TOKEN(anon_sym_False); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_LeanMonthDays); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 321: - ACCEPT_TOKEN(anon_sym_NULL); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_White); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 322: - ACCEPT_TOKEN(anon_sym_Logo); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Black); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 323: - ACCEPT_TOKEN(anon_sym_Lena); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Red); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 324: - ACCEPT_TOKEN(anon_sym_Music); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Orange); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 325: - ACCEPT_TOKEN(anon_sym_Lorem); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Yellow); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 326: - ACCEPT_TOKEN(anon_sym_Os); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Green); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 327: - ACCEPT_TOKEN(anon_sym_Family); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Cyan); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 328: - ACCEPT_TOKEN(anon_sym_Arch); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Blue); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 329: - ACCEPT_TOKEN(anon_sym_ExeExt); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Purple); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 330: - ACCEPT_TOKEN(anon_sym_DllExt); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Magenta); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 331: - ACCEPT_TOKEN(anon_sym_Sep); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Gay); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 332: - ACCEPT_TOKEN(anon_sym_ThisFile); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'D') ADVANCE(534); - if (lookahead == 'N') ADVANCE(401); + ACCEPT_TOKEN(anon_sym_Lesbian); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 333: - ACCEPT_TOKEN(anon_sym_ThisFileName); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Bi); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 334: - ACCEPT_TOKEN(anon_sym_ThisFileDir); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Trans); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 335: - ACCEPT_TOKEN(anon_sym_WorkingDir); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Pan); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 336: - ACCEPT_TOKEN(anon_sym_NumProcs); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Ace); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 337: - ACCEPT_TOKEN(anon_sym_Planets); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Aro); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(472); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 338: - ACCEPT_TOKEN(anon_sym_Zodiac); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Aroace); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 339: - ACCEPT_TOKEN(anon_sym_Suits); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Enby); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 340: - ACCEPT_TOKEN(anon_sym_Cards); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Fluid); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 341: - ACCEPT_TOKEN(anon_sym_Chess); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Queer); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 342: - ACCEPT_TOKEN(anon_sym_Moon); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Agender); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 343: - ACCEPT_TOKEN(anon_sym_Skin); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_PrideFlags); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 344: - ACCEPT_TOKEN(anon_sym_People); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_PrideFlagNames); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 345: - ACCEPT_TOKEN(anon_sym_Hair); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_True); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 346: - ACCEPT_TOKEN(aux_sym_character_token1); + ACCEPT_TOKEN(anon_sym_False); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 347: - ACCEPT_TOKEN(sym_string); + ACCEPT_TOKEN(anon_sym_NULL); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 348: - ACCEPT_TOKEN(sym_string); - if (lookahead == '"') ADVANCE(347); - if (lookahead == '\\') ADVANCE(8); - if (lookahead != 0) ADVANCE(7); + ACCEPT_TOKEN(anon_sym_Logo); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 349: - ACCEPT_TOKEN(sym_multiLineString); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(349); + ACCEPT_TOKEN(anon_sym_Lena); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 350: - ACCEPT_TOKEN(anon_sym_PIPE); + ACCEPT_TOKEN(anon_sym_Music); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 351: - ACCEPT_TOKEN(aux_sym_signature_token1); - if (lookahead == '.') ADVANCE(275); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(351); + ACCEPT_TOKEN(anon_sym_Lorem); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 352: - ACCEPT_TOKEN(aux_sym_signature_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(352); + ACCEPT_TOKEN(anon_sym_Os); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 353: - ACCEPT_TOKEN(sym_identifier); + ACCEPT_TOKEN(anon_sym_Family); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 354: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_Arch); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 355: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'D') ADVANCE(418); - if (lookahead == 's') ADVANCE(292); + ACCEPT_TOKEN(anon_sym_ExeExt); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 356: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'D') ADVANCE(519); + ACCEPT_TOKEN(anon_sym_DllExt); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 357: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'D') ADVANCE(533); + ACCEPT_TOKEN(anon_sym_Sep); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 358: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'D') ADVANCE(420); + ACCEPT_TOKEN(anon_sym_ThisFile); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'D') ADVANCE(565); + if (lookahead == 'N') ADVANCE(435); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 359: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'E') ADVANCE(709); + ACCEPT_TOKEN(anon_sym_ThisFileName); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 360: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'E') ADVANCE(710); + ACCEPT_TOKEN(anon_sym_ThisFileDir); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 361: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'F') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_WorkingDir); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 362: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'F') ADVANCE(540); + ACCEPT_TOKEN(anon_sym_NumProcs); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 363: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'I') ADVANCE(597); + ACCEPT_TOKEN(anon_sym_Planets); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 364: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'L') ADVANCE(321); + ACCEPT_TOKEN(anon_sym_Zodiac); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 365: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'L') ADVANCE(364); + ACCEPT_TOKEN(anon_sym_Suits); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 366: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'M') ADVANCE(621); + ACCEPT_TOKEN(anon_sym_Cards); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 367: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'N') ADVANCE(834); + ACCEPT_TOKEN(anon_sym_Chess); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 368: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'N') ADVANCE(419); - if (lookahead == 's') ADVANCE(317); + ACCEPT_TOKEN(anon_sym_Moon); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 369: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'P') ADVANCE(648); + ACCEPT_TOKEN(anon_sym_Skin); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 370: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'U') ADVANCE(365); - if (lookahead == 'a') ADVANCE(367); - if (lookahead == 'u') ADVANCE(563); + ACCEPT_TOKEN(anon_sym_People); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 371: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(647); - if (lookahead == 'h') ADVANCE(480); - if (lookahead == 'y') ADVANCE(406); + ACCEPT_TOKEN(anon_sym_Hair); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 372: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(714); - if (lookahead == 'l') ADVANCE(545); + ACCEPT_TOKEN(anon_sym_Cat); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 373: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(555); - if (lookahead == 'l') ADVANCE(702); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(aux_sym_character_token1); END_STATE(); case 374: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(529); - if (lookahead == 'e') ADVANCE(707); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(sym_string); END_STATE(); case 375: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(509); - if (lookahead == 'o') ADVANCE(592); - if (lookahead == 'u') ADVANCE(674); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(sym_string); + if (lookahead == '"') ADVANCE(374); + if (lookahead == '\\') ADVANCE(8); + if (lookahead != 0) ADVANCE(7); END_STATE(); case 376: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(576); - if (lookahead == 'e') ADVANCE(614); - if (lookahead == 'l') ADVANCE(412); - if (lookahead == 'r') ADVANCE(524); - if (lookahead == 'u') ADVANCE(653); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ACCEPT_TOKEN(sym_multiLineString); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(376); END_STATE(); case 377: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(630); - if (lookahead == 'e') ADVANCE(565); - if (lookahead == 'i') ADVANCE(602); - if (lookahead == 'o') ADVANCE(443); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 378: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(425); - if (lookahead == 'r') ADVANCE(413); - if (lookahead == 'y') ADVANCE(633); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ACCEPT_TOKEN(aux_sym_signature_token1); + if (lookahead == '.') ADVANCE(301); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(378); END_STATE(); case 379: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(776); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ACCEPT_TOKEN(aux_sym_signature_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(379); END_STATE(); case 380: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(731); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); END_STATE(); case 381: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(835); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); END_STATE(); case 382: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(816); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'D') ADVANCE(451); + if (lookahead == 's') ADVANCE(318); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 383: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(323); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'D') ADVANCE(550); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 384: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(304); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'D') ADVANCE(564); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 385: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(553); - if (lookahead == 'f') ADVANCE(681); - if (lookahead == 'i') ADVANCE(594); - if (lookahead == 'l') ADVANCE(620); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'D') ADVANCE(453); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 386: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(631); - if (lookahead == 'e') ADVANCE(567); - if (lookahead == 'i') ADVANCE(603); - if (lookahead == 'o') ADVANCE(446); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'E') ADVANCE(750); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 387: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(652); - if (lookahead == 'e') ADVANCE(650); - if (lookahead == 'i') ADVANCE(435); - if (lookahead == 'o') ADVANCE(706); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'E') ADVANCE(751); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 388: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(500); - if (lookahead == 'r') ADVANCE(417); - if (lookahead == 'y') ADVANCE(634); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'F') ADVANCE(589); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 389: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(711); - if (lookahead == 'r') ADVANCE(493); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'F') ADVANCE(571); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 390: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(656); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'I') ADVANCE(629); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 391: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(431); - if (lookahead == 'u') ADVANCE(457); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'L') ADVANCE(347); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 392: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(802); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'L') ADVANCE(391); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 393: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(770); - if (lookahead == 'd') ADVANCE(811); - if (lookahead == 's') ADVANCE(758); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'M') ADVANCE(655); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 394: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(698); - if (lookahead == 'e') ADVANCE(445); - if (lookahead == 'r') ADVANCE(616); - if (lookahead == 'u') ADVANCE(569); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'N') ADVANCE(884); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 395: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(629); - if (lookahead == 'e') ADVANCE(578); - if (lookahead == 'i') ADVANCE(498); - if (lookahead == 'r') ADVANCE(624); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'N') ADVANCE(438); + if (lookahead == 's') ADVANCE(343); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 396: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(690); - if (lookahead == 'e') ADVANCE(393); - if (lookahead == 'i') ADVANCE(628); - if (lookahead == 'o') ADVANCE(1068); - if (lookahead == 'r') ADVANCE(610); - if (lookahead == 'u') ADVANCE(568); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'P') ADVANCE(683); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 397: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(655); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'U') ADVANCE(392); + if (lookahead == 'a') ADVANCE(394); + if (lookahead == 'u') ADVANCE(594); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 398: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(587); - if (lookahead == 'e') ADVANCE(434); - if (lookahead == 'i') ADVANCE(677); - if (lookahead == 'o') ADVANCE(699); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(682); + if (lookahead == 'h') ADVANCE(513); + if (lookahead == 'y') ADVANCE(436); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 399: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(637); - if (lookahead == 'e') ADVANCE(638); - if (lookahead == 'i') ADVANCE(837); - if (lookahead == 'o') ADVANCE(615); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'l') ADVANCE(576); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 400: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(580); - if (lookahead == 'e') ADVANCE(428); - if (lookahead == 'i') ADVANCE(672); - if (lookahead == 'o') ADVANCE(691); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(586); + if (lookahead == 'l') ADVANCE(742); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 401: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(570); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(560); + if (lookahead == 'e') ADVANCE(748); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 402: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(430); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(541); + if (lookahead == 'o') ADVANCE(624); + if (lookahead == 'u') ADVANCE(711); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 403: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(501); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(608); + if (lookahead == 'e') ADVANCE(649); + if (lookahead == 'l') ADVANCE(444); + if (lookahead == 'r') ADVANCE(555); + if (lookahead == 'u') ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 404: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(795); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(663); + if (lookahead == 'e') ADVANCE(596); + if (lookahead == 'i') ADVANCE(634); + if (lookahead == 'o') ADVANCE(477); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 405: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(537); - if (lookahead == 'h') ADVANCE(489); - if (lookahead == 'i') ADVANCE(595); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(459); + if (lookahead == 'i') ADVANCE(601); + if (lookahead == 'o') ADVANCE(668); + if (lookahead == 'r') ADVANCE(445); + if (lookahead == 'y') ADVANCE(666); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 406: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(581); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(822); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 407: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(582); - if (lookahead == 'n') ADVANCE(383); - if (lookahead == 's') ADVANCE(426); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(771); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 408: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(780); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(885); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 409: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(520); - if (lookahead == 'h') ADVANCE(472); - if (lookahead == 'i') ADVANCE(590); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(866); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 410: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(588); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(349); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 411: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(206); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(330); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 412: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(600); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(583); + if (lookahead == 'f') ADVANCE(721); + if (lookahead == 'i') ADVANCE(626); + if (lookahead == 'l') ADVANCE(654); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 413: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(784); - if (lookahead == 'i') ADVANCE(729); - if (lookahead == 'y') ADVANCE(1066); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(664); + if (lookahead == 'e') ADVANCE(598); + if (lookahead == 'i') ADVANCE(635); + if (lookahead == 'o') ADVANCE(480); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 414: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(598); - if (lookahead == 'u') ADVANCE(458); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(688); + if (lookahead == 'e') ADVANCE(686); + if (lookahead == 'i') ADVANCE(469); + if (lookahead == 'o') ADVANCE(747); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 415: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(138); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(532); + if (lookahead == 'i') ADVANCE(603); + if (lookahead == 'r') ADVANCE(450); + if (lookahead == 'y') ADVANCE(667); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 416: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(586); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(752); + if (lookahead == 'r') ADVANCE(523); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 417: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(154); - if (lookahead == 'y') ADVANCE(196); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(707); + if (lookahead == 'e') ADVANCE(577); + if (lookahead == 'i') ADVANCE(719); + if (lookahead == 'o') ADVANCE(720); + if (lookahead == 'r') ADVANCE(407); + if (lookahead == 'y') ADVANCE(1135); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 418: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(715); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(465); + if (lookahead == 'u') ADVANCE(491); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 419: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(571); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(849); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 420: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(716); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(815); + if (lookahead == 'd') ADVANCE(861); + if (lookahead == 's') ADVANCE(801); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 421: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(180); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(738); + if (lookahead == 'e') ADVANCE(479); + if (lookahead == 'r') ADVANCE(648); + if (lookahead == 'u') ADVANCE(600); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 422: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'b') ADVANCE(671); - if (lookahead == 's') ADVANCE(676); - if (lookahead == 't') ADVANCE(415); - if (lookahead == 'u') ADVANCE(451); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(692); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 423: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'b') ADVANCE(605); - if (lookahead == 's') ADVANCE(654); - if (lookahead == 't') ADVANCE(379); - if (lookahead == 'u') ADVANCE(442); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(671); + if (lookahead == 'e') ADVANCE(672); + if (lookahead == 'i') ADVANCE(887); + if (lookahead == 'o') ADVANCE(647); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 424: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'b') ADVANCE(712); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(662); + if (lookahead == 'e') ADVANCE(610); + if (lookahead == 'i') ADVANCE(530); + if (lookahead == 'r') ADVANCE(430); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 425: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'b') ADVANCE(774); - if (lookahead == 'g') ADVANCE(967); - if (lookahead == 'k') ADVANCE(745); - if (lookahead == 'u') ADVANCE(839); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(731); + if (lookahead == 'e') ADVANCE(420); + if (lookahead == 'i') ADVANCE(661); + if (lookahead == 'o') ADVANCE(1132); + if (lookahead == 'r') ADVANCE(643); + if (lookahead == 'u') ADVANCE(599); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 426: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'b') ADVANCE(541); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(691); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 427: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(511); - if (lookahead == 'o') ADVANCE(311); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(619); + if (lookahead == 'e') ADVANCE(468); + if (lookahead == 'i') ADVANCE(717); + if (lookahead == 'o') ADVANCE(739); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 428: ACCEPT_TOKEN(sym_identifier); - ADVANCE_MAP( - '!', 354, - 'c', 809, - 'd', 812, - 'g', 748, - 'm', 789, - 'p', 747, - 'r', 726, - 's', 761, - 'v', 752, - ); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(706); + if (lookahead == 'e') ADVANCE(611); + if (lookahead == 'o') ADVANCE(540); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 429: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(324); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(612); + if (lookahead == 'e') ADVANCE(462); + if (lookahead == 'i') ADVANCE(710); + if (lookahead == 'o') ADVANCE(730); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 430: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(338); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(839); + if (lookahead == 'o') ADVANCE(863); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 431: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(543); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(714); + if (lookahead == 'e') ADVANCE(625); + if (lookahead == 'o') ADVANCE(535); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 432: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(759); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(464); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 433: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(456); - if (lookahead == 'g') ADVANCE(481); - if (lookahead == 'r') ADVANCE(427); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(533); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 434: ACCEPT_TOKEN(sym_identifier); - ADVANCE_MAP( - '!', 354, - 'c', 251, - 'g', 72, - 'm', 165, - 'p', 185, - 'r', 15, - 's', 100, - 'v', 77, - ); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(568); + if (lookahead == 'h') ADVANCE(525); + if (lookahead == 'i') ADVANCE(627); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 435: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(116); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(602); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 436: ACCEPT_TOKEN(sym_identifier); - ADVANCE_MAP( - '!', 354, - 'c', 408, - 'e', 556, - 'h', 404, - 'i', 504, - 'p', 382, - 'q', 645, - 't', 639, - ); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(613); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 437: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(665); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(842); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 438: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(461); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(605); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 439: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(297); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(614); + if (lookahead == 'n') ADVANCE(410); + if (lookahead == 's') ADVANCE(460); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 440: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(314); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(185); END_STATE(); case 441: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(853); - if (lookahead == 'm') ADVANCE(491); - if (lookahead == 'n') ADVANCE(452); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(826); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 442: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(739); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(554); + if (lookahead == 'h') ADVANCE(504); + if (lookahead == 'i') ADVANCE(622); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 443: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(814); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(620); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 444: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(742); - if (lookahead == 'f') ADVANCE(763); - if (lookahead == 's') ADVANCE(754); - if (lookahead == 'v') ADVANCE(750); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(632); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 445: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(241); - if (lookahead == 's') ADVANCE(96); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(830); + if (lookahead == 'i') ADVANCE(769); + if (lookahead == 'y') ADVANCE(1130); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 446: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(248); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(218); END_STATE(); case 447: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(660); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(631); + if (lookahead == 'u') ADVANCE(492); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 448: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(531); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(147); END_STATE(); case 449: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(473); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(618); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 450: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(486); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(162); + if (lookahead == 'y') ADVANCE(207); END_STATE(); case 451: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(39); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(756); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 452: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(42); - if (lookahead == 's') ADVANCE(82); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(716); + if (lookahead == 'i') ADVANCE(732); + if (lookahead == 'o') ADVANCE(749); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 453: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(407); - if (lookahead == 'o') ADVANCE(505); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(757); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 454: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(439); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(191); END_STATE(); case 455: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(627); - if (lookahead == 'k') ADVANCE(532); - if (lookahead == 'u') ADVANCE(525); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'b') ADVANCE(709); + if (lookahead == 'r') ADVANCE(652); + if (lookahead == 's') ADVANCE(715); + if (lookahead == 't') ADVANCE(448); + if (lookahead == 'u') ADVANCE(486); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 456: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(310); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'b') ADVANCE(637); + if (lookahead == 'n') ADVANCE(718); + if (lookahead == 'r') ADVANCE(638); + if (lookahead == 's') ADVANCE(690); + if (lookahead == 't') ADVANCE(406); + if (lookahead == 'u') ADVANCE(476); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 457: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(302); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'b') ADVANCE(745); + if (lookahead == 'f') ADVANCE(527); + if (lookahead == 'n') ADVANCE(1086); + if (lookahead == 'r') ADVANCE(569); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 458: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(319); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'b') ADVANCE(753); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 459: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(320); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'b') ADVANCE(819); + if (lookahead == 'g') ADVANCE(1017); + if (lookahead == 'k') ADVANCE(785); + if (lookahead == 'u') ADVANCE(889); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 460: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(295); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'b') ADVANCE(572); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 461: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(312); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(543); + if (lookahead == 'o') ADVANCE(337); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 462: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(298); + ADVANCE_MAP( + '!', 381, + 'c', 858, + 'd', 862, + 'g', 790, + 'm', 835, + 'p', 789, + 'r', 768, + 's', 804, + 'v', 798, + ); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 463: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(344); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(350); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 464: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(303); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(364); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 465: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(332); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(574); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 466: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(333); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(802); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 467: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(522); - if (lookahead == 'h') ADVANCE(626); - if (lookahead == 'l') ADVANCE(411); - if (lookahead == 'o') ADVANCE(572); - if (lookahead == 's') ADVANCE(703); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(490); + if (lookahead == 'g') ADVANCE(510); + if (lookahead == 'r') ADVANCE(461); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 468: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(577); - if (lookahead == 'i') ADVANCE(499); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ADVANCE_MAP( + '!', 381, + 'c', 267, + 'g', 77, + 'm', 174, + 'p', 196, + 'r', 17, + 's', 108, + 'v', 92, + ); END_STATE(); case 469: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(593); - if (lookahead == 'o') ADVANCE(503); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(124); END_STATE(); case 470: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(562); - if (lookahead == 'h') ADVANCE(421); - if (lookahead == 'i') ADVANCE(506); - if (lookahead == 'q') ADVANCE(649); + ADVANCE_MAP( + '!', 381, + 'c', 441, + 'e', 587, + 'h', 437, + 'i', 536, + 'o', 679, + 'p', 409, + 'q', 681, + 't', 678, + ); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 471: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(579); - if (lookahead == 'o') ADVANCE(508); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(701); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 472: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(799); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(495); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 473: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(361); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(323); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 474: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(483); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 475: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(554); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(903); + if (lookahead == 'm') ADVANCE(521); + if (lookahead == 'n') ADVANCE(485); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 476: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(546); - if (lookahead == 'i') ADVANCE(678); - if (lookahead == 'o') ADVANCE(679); - if (lookahead == 'r') ADVANCE(380); - if (lookahead == 'u') ADVANCE(680); - if (lookahead == 'y') ADVANCE(1073); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(788); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 477: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(566); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(864); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 478: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(777); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(782); + if (lookahead == 'f') ADVANCE(807); + if (lookahead == 's') ADVANCE(796); + if (lookahead == 'v') ADVANCE(792); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 479: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(793); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(257); + if (lookahead == 's') ADVANCE(103); END_STATE(); case 480: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(673); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(264); END_STATE(); case 481: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(601); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(696); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 482: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(516); - if (lookahead == 'h') ADVANCE(612); - if (lookahead == 'l') ADVANCE(392); - if (lookahead == 'o') ADVANCE(564); - if (lookahead == 'r') ADVANCE(625); - if (lookahead == 's') ADVANCE(704); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(562); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 483: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(175); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(505); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 484: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(641); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(517); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 485: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(479); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(43); + if (lookahead == 's') ADVANCE(87); END_STATE(); case 486: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(642); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(76); END_STATE(); case 487: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(585); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(439); + if (lookahead == 'o') ADVANCE(537); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 488: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(596); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(473); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 489: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(197); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(660); + if (lookahead == 'k') ADVANCE(563); + if (lookahead == 'u') ADVANCE(556); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 490: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(484); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(336); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 491: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(139); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(328); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 492: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(669); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(345); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 493: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(487); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(346); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 494: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(695); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(321); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 495: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(360); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(338); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 496: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'f') ADVANCE(818); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(324); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 497: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'f') ADVANCE(271); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(370); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 498: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'f') ADVANCE(741); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(329); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 499: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'f') ADVANCE(41); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(358); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 500: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(967); - if (lookahead == 'k') ADVANCE(45); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(359); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 501: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(368); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(552); + if (lookahead == 'h') ADVANCE(659); + if (lookahead == 'l') ADVANCE(446); + if (lookahead == 'o') ADVANCE(604); + if (lookahead == 's') ADVANCE(743); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 502: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(357); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(609); + if (lookahead == 'i') ADVANCE(531); + if (lookahead == 'r') ADVANCE(440); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 503: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(14); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(593); + if (lookahead == 'h') ADVANCE(454); + if (lookahead == 'i') ADVANCE(538); + if (lookahead == 'o') ADVANCE(684); + if (lookahead == 'q') ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 504: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(781); - if (lookahead == 'n') ADVANCE(744); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(846); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 505: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(606); - if (lookahead == 'r') ADVANCE(477); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(388); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 506: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(145); - if (lookahead == 'n') ADVANCE(44); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(514); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 507: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(462); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(585); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 508: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(725); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(823); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 509: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(488); - if (lookahead == 'x') ADVANCE(363); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(597); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 510: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'g') ADVANCE(539); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(633); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 511: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'h') ADVANCE(328); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(840); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 512: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'h') ADVANCE(355); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(548); + if (lookahead == 'h') ADVANCE(645); + if (lookahead == 'l') ADVANCE(419); + if (lookahead == 'o') ADVANCE(595); + if (lookahead == 'r') ADVANCE(658); + if (lookahead == 's') ADVANCE(744); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 513: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'h') ADVANCE(358); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(712); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 514: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'h') ADVANCE(530); - if (lookahead == 'r') ADVANCE(414); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(186); END_STATE(); case 515: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(307); - if (lookahead == 'l') ADVANCE(391); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(674); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 516: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(769); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(511); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 517: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(692); - if (lookahead == 'o') ADVANCE(708); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(675); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 518: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(184); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(617); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 519: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(510); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(628); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 520: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(807); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(515); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 521: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(429); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(148); END_STATE(); case 522: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(121); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(705); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 523: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(778); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(518); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 524: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(449); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(735); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 525: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(693); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(208); END_STATE(); case 526: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(549); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(387); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 527: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(440); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'f') ADVANCE(1100); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 528: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(697); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'f') ADVANCE(868); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 529: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(640); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'f') ADVANCE(295); END_STATE(); case 530: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(659); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'f') ADVANCE(781); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 531: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(402); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'f') ADVANCE(42); END_STATE(); case 532: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(584); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(1017); + if (lookahead == 'k') ADVANCE(46); END_STATE(); case 533: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(643); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(395); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 534: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(644); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(384); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 535: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(589); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(15); END_STATE(); case 536: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(140); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(827); + if (lookahead == 'n') ADVANCE(784); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 537: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(215); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(639); + if (lookahead == 'r') ADVANCE(509); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 538: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(755); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(154); + if (lookahead == 'n') ADVANCE(45); END_STATE(); case 539: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(696); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(496); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 540: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(561); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(766); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 541: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(416); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(519); + if (lookahead == 'x') ADVANCE(390); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 542: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'i') ADVANCE(83); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'g') ADVANCE(570); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 543: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'k') ADVANCE(296); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'h') ADVANCE(354); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 544: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'k') ADVANCE(535); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'h') ADVANCE(382); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 545: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(359); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'h') ADVANCE(385); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 546: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(787); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'h') ADVANCE(561); + if (lookahead == 'r') ADVANCE(447); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 547: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(734); - if (lookahead == 'r') ADVANCE(766); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(333); + if (lookahead == 'l') ADVANCE(418); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 548: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(771); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(814); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 549: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(713); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(195); END_STATE(); case 550: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(657); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(542); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 551: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(772); - if (lookahead == 'n') ADVANCE(733); - if (lookahead == 'r') ADVANCE(803); - if (lookahead == 'x') ADVANCE(980); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(463); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 552: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(129); END_STATE(); case 553: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(122); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(824); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 554: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(557); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(856); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 555: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(675); - if (lookahead == 'm') ADVANCE(526); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(483); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 556: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(749); - if (lookahead == 'n') ADVANCE(736); - if (lookahead == 't') ADVANCE(764); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(734); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 557: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(607); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(580); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 558: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(403); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(474); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 559: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(463); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(737); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 560: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(464); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(673); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 561: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(465); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(695); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 562: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'l') ADVANCE(73); - if (lookahead == 'n') ADVANCE(32); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(432); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 563: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(369); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(616); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 564: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(794); - if (lookahead == 'n') ADVANCE(808); - if (lookahead == 'o') ADVANCE(798); - if (lookahead == 'u') ADVANCE(796); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(676); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 565: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(730); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(677); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 566: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(325); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(621); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 567: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(22); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(149); END_STATE(); case 568: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(792); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(230); END_STATE(); case 569: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(174); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(797); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 570: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(466); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(736); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 571: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(492); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(592); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 572: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'm') ADVANCE(177); - if (lookahead == 'u') ADVANCE(183); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(449); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 573: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(424); - if (lookahead == 'x') ADVANCE(495); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'i') ADVANCE(89); END_STATE(); case 574: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(1028); - if (lookahead == 'r') ADVANCE(538); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'k') ADVANCE(322); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 575: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(1026); - if (lookahead == 't') ADVANCE(496); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'k') ADVANCE(566); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 576: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(309); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(386); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 577: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(966); - if (lookahead == 't') ADVANCE(987); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(833); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 578: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(966); - if (lookahead == 't') ADVANCE(987); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(774); + if (lookahead == 'r') ADVANCE(811); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 579: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(756); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(816); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 580: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(735); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(754); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 581: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(301); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(817); + if (lookahead == 'n') ADVANCE(773); + if (lookahead == 'r') ADVANCE(850); + if (lookahead == 'x') ADVANCE(1030); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 582: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(366); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(693); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 583: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(342); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(130); END_STATE(); case 584: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(343); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(708); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 585: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(300); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(588); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 586: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(713); + if (lookahead == 'm') ADVANCE(557); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 587: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(31); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(791); + if (lookahead == 'n') ADVANCE(776); + if (lookahead == 't') ADVANCE(808); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 588: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(507); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(640); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 589: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(502); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(433); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 590: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(737); - if (lookahead == 't') ADVANCE(760); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(497); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 591: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(518); - if (lookahead == 't') ADVANCE(497); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(498); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 592: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(688); - if (lookahead == 'o') ADVANCE(583); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(499); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 593: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(92); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'l') ADVANCE(78); + if (lookahead == 'n') ADVANCE(33); END_STATE(); case 594: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(30); - if (lookahead == 'r') ADVANCE(207); - if (lookahead == 'x') ADVANCE(980); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(396); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 595: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(34); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(841); + if (lookahead == 'n') ADVANCE(857); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 'u') ADVANCE(843); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 596: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(694); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(770); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 597: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(687); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(351); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 598: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(663); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(23); END_STATE(); case 599: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(689); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(838); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 600: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(494); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(184); END_STATE(); case 601: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(450); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(786); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 602: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(765); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(500); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 603: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'n') ADVANCE(114); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(47); END_STATE(); case 604: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(684); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(188); + if (lookahead == 'u') ADVANCE(194); END_STATE(); case 605: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(815); - if (lookahead == 's') ADVANCE(786); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'm') ADVANCE(522); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 606: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(322); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(458); + if (lookahead == 'x') ADVANCE(526); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 607: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(705); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(1084); + if (lookahead == 't') ADVANCE(528); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 608: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(683); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(335); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 609: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(448); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(1016); + if (lookahead == 't') ADVANCE(1037); END_STATE(); case 610: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(791); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(1016); + if (lookahead == 't') ADVANCE(1037); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 611: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(536); - if (lookahead == 's') ADVANCE(622); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(799); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 612: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(788); - if (lookahead == 'u') ADVANCE(782); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(775); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 613: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(790); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(327); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 614: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(632); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(393); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 615: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(773); - if (lookahead == 'w') ADVANCE(751); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(368); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 616: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(173); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(369); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 617: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(437); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(326); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 618: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(779); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(332); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 619: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(523); - if (lookahead == 's') ADVANCE(618); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(32); END_STATE(); case 620: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(169); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(539); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 621: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(599); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(534); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 622: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(141); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(777); + if (lookahead == 't') ADVANCE(803); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 623: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(810); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(549); + if (lookahead == 't') ADVANCE(529); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 624: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(813); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(728); + if (lookahead == 'o') ADVANCE(615); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 625: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(804); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(99); END_STATE(); case 626: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'o') ADVANCE(164); - if (lookahead == 'u') ADVANCE(147); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(31); + if (lookahead == 'r') ADVANCE(219); + if (lookahead == 'x') ADVANCE(1030); END_STATE(); case 627: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(331); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(37); END_STATE(); case 628: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(1019); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(733); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 629: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(1021); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(727); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 630: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(985); - if (lookahead == 's') ADVANCE(767); - if (lookahead == 't') ADVANCE(732); - if (lookahead == 'x') ADVANCE(762); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(729); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 631: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(985); - if (lookahead == 's') ADVANCE(115); - if (lookahead == 't') ADVANCE(23); - if (lookahead == 'x') ADVANCE(101); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(699); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 632: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(559); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(524); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 633: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(746); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(484); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 634: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(46); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(810); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 635: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'p') ADVANCE(560); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'n') ADVANCE(122); END_STATE(); case 636: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(544); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(724); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 637: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(805); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(865); + if (lookahead == 's') ADVANCE(832); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 638: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(775); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(860); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 639: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(728); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(348); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 640: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(345); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(746); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 641: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(315); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(723); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 642: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(316); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(482); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 643: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(335); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(837); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 644: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(334); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(567); + if (lookahead == 's') ADVANCE(656); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 645: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(806); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(834); + if (lookahead == 'u') ADVANCE(828); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 646: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(542); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(836); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 647: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(447); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(818); + if (lookahead == 'w') ADVANCE(794); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 648: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(617); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(183); END_STATE(); case 649: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(214); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(665); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 650: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(130); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(471); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 651: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(410); - if (lookahead == 's') ADVANCE(326); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(825); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 652: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(208); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(256); END_STATE(); case 653: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'r') ADVANCE(635); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(553); + if (lookahead == 's') ADVANCE(651); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 654: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(738); - if (lookahead == 't') ADVANCE(723); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(178); END_STATE(); case 655: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(986); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(630); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 656: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(986); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(150); END_STATE(); case 657: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(817); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(859); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 658: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(291); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(851); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 659: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(362); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'o') ADVANCE(173); END_STATE(); case 660: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(340); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(357); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 661: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(341); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(1077); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 662: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(339); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(1079); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 663: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(308); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(1035); + if (lookahead == 's') ADVANCE(812); + if (lookahead == 't') ADVANCE(772); + if (lookahead == 'x') ADVANCE(806); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 664: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(337); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(1035); + if (lookahead == 's') ADVANCE(123); + if (lookahead == 't') ADVANCE(24); + if (lookahead == 'x') ADVANCE(109); END_STATE(); case 665: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(336); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(590); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 666: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(846); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(787); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 667: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(293); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(48); END_STATE(); case 668: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(294); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(820); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 669: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(318); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'p') ADVANCE(591); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 670: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(258); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(575); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 671: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(163); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(852); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 672: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(743); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(821); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 673: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(661); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(371); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 674: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(521); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 675: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(459); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(342); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 676: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(38); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(361); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 677: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 's') ADVANCE(43); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(360); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 678: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(800); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(809); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 679: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(757); - if (lookahead == 'x') ADVANCE(931); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(854); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 680: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(1040); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(573); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 681: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(1008); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(855); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 682: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(1008); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(481); + if (lookahead == 't') ADVANCE(372); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 683: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(855); - if (lookahead == 'w') ADVANCE(968); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(650); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 684: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(855); - if (lookahead == 'w') ADVANCE(968); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(228); END_STATE(); case 685: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(330); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(229); END_STATE(); case 686: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(329); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(138); END_STATE(); case 687: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(845); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(443); + if (lookahead == 's') ADVANCE(352); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 688: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(512); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(220); END_STATE(); case 689: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(513); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'r') ADVANCE(669); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 690: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(740); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(778); + if (lookahead == 't') ADVANCE(764); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 691: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(727); - if (lookahead == 'u') ADVANCE(783); - if (lookahead == 'w') ADVANCE(801); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(1036); END_STATE(); case 692: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(201); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(1036); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 693: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(662); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(867); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 694: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(384); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(317); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 695: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(664); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(389); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 696: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(666); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(366); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 697: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(460); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(367); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 698: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(40); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(365); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 699: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 't') ADVANCE(16); - if (lookahead == 'u') ADVANCE(148); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(334); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 700: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'u') ADVANCE(490); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(363); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 701: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'u') ADVANCE(623); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(362); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 702: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'u') ADVANCE(527); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(896); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 703: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'v') ADVANCE(993); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(319); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 704: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'v') ADVANCE(993); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(320); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 705: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'w') ADVANCE(299); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(344); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 706: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'w') ADVANCE(76); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(853); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 707: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'x') ADVANCE(356); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(779); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 708: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'x') ADVANCE(931); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(274); END_STATE(); case 709: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'x') ADVANCE(685); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(172); END_STATE(); case 710: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'x') ADVANCE(686); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(783); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 711: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'y') ADVANCE(305); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(551); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 712: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'y') ADVANCE(313); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(697); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 713: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'y') ADVANCE(327); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(493); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 714: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'y') ADVANCE(658); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(227); END_STATE(); case 715: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'y') ADVANCE(667); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(39); END_STATE(); case 716: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'y') ADVANCE(668); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(40); END_STATE(); case 717: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(354); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 's') ADVANCE(44); END_STATE(); case 718: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(805); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 719: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(847); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 720: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(800); + if (lookahead == 'x') ADVANCE(981); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 721: ACCEPT_TOKEN(sym_identifier); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(820); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(1057); END_STATE(); case 722: - ACCEPT_TOKEN(sym_identifierDeprecated); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(1057); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 723: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(186); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(905); + if (lookahead == 'w') ADVANCE(1018); END_STATE(); case 724: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(25); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(905); + if (lookahead == 'w') ADVANCE(1018); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 725: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(200); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(356); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 726: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(151); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(355); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 727: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(235); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(895); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 728: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(155); - if (lookahead == 'i') ADVANCE(146); - if (lookahead == 'u') ADVANCE(27); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(544); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 729: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(150); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(545); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 730: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'b') ADVANCE(78); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(767); + if (lookahead == 'u') ADVANCE(829); + if (lookahead == 'w') ADVANCE(848); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 731: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'c') ADVANCE(120); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(780); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 732: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'c') ADVANCE(97); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(212); END_STATE(); case 733: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(955); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(411); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 734: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(1048); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(698); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 735: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(167); - if (lookahead == 'g') ADVANCE(50); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(700); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 736: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(973); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(702); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 737: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(166); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(494); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 738: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(193); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(41); END_STATE(); case 739: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(142); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 't') ADVANCE(16); + if (lookahead == 'u') ADVANCE(156); END_STATE(); case 740: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(229); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'u') ADVANCE(520); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 741: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(999); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'u') ADVANCE(657); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 742: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(261); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'u') ADVANCE(558); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 743: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(921); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'v') ADVANCE(1043); END_STATE(); case 744: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(868); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'v') ADVANCE(1043); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 745: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(945); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'v') ADVANCE(793); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 746: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(969); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'w') ADVANCE(325); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 747: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(17); - if (lookahead == 'r') ADVANCE(990); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'w') ADVANCE(82); END_STATE(); case 748: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(259); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'x') ADVANCE(383); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 749: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(26); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'x') ADVANCE(981); END_STATE(); case 750: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(156); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'x') ADVANCE(725); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 751: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(188); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'x') ADVANCE(726); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 752: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(199); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'y') ADVANCE(331); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 753: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(189); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'y') ADVANCE(339); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 754: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(195); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'y') ADVANCE(353); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 755: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(157); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'y') ADVANCE(694); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 756: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'g') ADVANCE(226); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'y') ADVANCE(703); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 757: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(1056); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'y') ADVANCE(704); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 758: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(13); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(381); END_STATE(); case 759: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(1013); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); case 760: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(1042); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); case 761: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(18); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(381); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 762: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(135); + ACCEPT_TOKEN(sym_identifier); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(870); END_STATE(); case 763: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(162); END_STATE(); case 764: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(149); - if (lookahead == 'u') ADVANCE(152); + if (lookahead == 'a') ADVANCE(197); END_STATE(); case 765: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(137); + if (lookahead == 'a') ADVANCE(26); END_STATE(); case 766: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'k') ADVANCE(1060); + if (lookahead == 'a') ADVANCE(205); END_STATE(); case 767: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'k') ADVANCE(991); + if (lookahead == 'a') ADVANCE(250); END_STATE(); case 768: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'k') ADVANCE(941); + if (lookahead == 'a') ADVANCE(159); END_STATE(); case 769: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(106); + if (lookahead == 'a') ADVANCE(158); END_STATE(); case 770: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(1090); + if (lookahead == 'b') ADVANCE(83); END_STATE(); case 771: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(923); + if (lookahead == 'c') ADVANCE(128); END_STATE(); case 772: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(1064); + if (lookahead == 'c') ADVANCE(104); END_STATE(); case 773: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(1034); + if (lookahead == 'd') ADVANCE(1005); END_STATE(); case 774: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(52); + if (lookahead == 'd') ADVANCE(1112); END_STATE(); case 775: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'm') ADVANCE(249); + if (lookahead == 'd') ADVANCE(176); + if (lookahead == 'g') ADVANCE(52); END_STATE(); case 776: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(95); + if (lookahead == 'd') ADVANCE(1023); END_STATE(); case 777: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(998); + if (lookahead == 'd') ADVANCE(175); END_STATE(); case 778: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(937); + if (lookahead == 'e') ADVANCE(203); END_STATE(); case 779: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(994); + if (lookahead == 'e') ADVANCE(1062); END_STATE(); case 780: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(1011); + if (lookahead == 'e') ADVANCE(243); END_STATE(); case 781: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(858); + if (lookahead == 'e') ADVANCE(1049); END_STATE(); case 782: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(117); + if (lookahead == 'e') ADVANCE(277); END_STATE(); case 783: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(33); + if (lookahead == 'e') ADVANCE(971); END_STATE(); case 784: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(209); + if (lookahead == 'e') ADVANCE(918); END_STATE(); case 785: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(232); + if (lookahead == 'e') ADVANCE(995); END_STATE(); case 786: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(129); + if (lookahead == 'e') ADVANCE(284); END_STATE(); case 787: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(256); + if (lookahead == 'e') ADVANCE(1019); END_STATE(); case 788: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(210); + if (lookahead == 'e') ADVANCE(151); END_STATE(); case 789: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(255); + if (lookahead == 'e') ADVANCE(18); + if (lookahead == 'r') ADVANCE(1040); END_STATE(); case 790: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(187); + if (lookahead == 'e') ADVANCE(275); END_STATE(); case 791: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(947); + if (lookahead == 'e') ADVANCE(27); END_STATE(); case 792: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(971); + if (lookahead == 'e') ADVANCE(164); END_STATE(); case 793: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(953); + if (lookahead == 'e') ADVANCE(210); END_STATE(); case 794: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(125); + if (lookahead == 'e') ADVANCE(199); END_STATE(); case 795: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(51); + if (lookahead == 'e') ADVANCE(200); END_STATE(); case 796: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(126); + if (lookahead == 'e') ADVANCE(206); END_STATE(); case 797: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'q') ADVANCE(246); + if (lookahead == 'e') ADVANCE(165); END_STATE(); case 798: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'r') ADVANCE(36); + if (lookahead == 'e') ADVANCE(211); END_STATE(); case 799: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'r') ADVANCE(53); + if (lookahead == 'g') ADVANCE(241); END_STATE(); case 800: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(917); + if (lookahead == 'h') ADVANCE(1120); END_STATE(); case 801: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(1015); + if (lookahead == 'h') ADVANCE(14); END_STATE(); case 802: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(213); + if (lookahead == 'h') ADVANCE(1071); END_STATE(); case 803: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(216); + if (lookahead == 'h') ADVANCE(1098); END_STATE(); case 804: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(202); + if (lookahead == 'h') ADVANCE(19); END_STATE(); case 805: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(48); - if (lookahead == 't') ADVANCE(112); + if (lookahead == 'i') ADVANCE(1106); END_STATE(); case 806: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(866); + if (lookahead == 'i') ADVANCE(143); END_STATE(); case 807: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(961); + if (lookahead == 'i') ADVANCE(171); END_STATE(); case 808: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(84); + if (lookahead == 'i') ADVANCE(157); + if (lookahead == 'u') ADVANCE(163); END_STATE(); case 809: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(102); - if (lookahead == 'v') ADVANCE(974); + if (lookahead == 'i') ADVANCE(155); + if (lookahead == 'u') ADVANCE(28); END_STATE(); case 810: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(49); + if (lookahead == 'i') ADVANCE(146); END_STATE(); case 811: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(178); + if (lookahead == 'k') ADVANCE(1124); END_STATE(); case 812: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(28); + if (lookahead == 'k') ADVANCE(1041); END_STATE(); case 813: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(176); + if (lookahead == 'k') ADVANCE(991); END_STATE(); case 814: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(123); + if (lookahead == 'l') ADVANCE(113); END_STATE(); case 815: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'v') ADVANCE(47); + if (lookahead == 'l') ADVANCE(1151); END_STATE(); case 816: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'w') ADVANCE(143); + if (lookahead == 'l') ADVANCE(973); END_STATE(); case 817: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'x') ADVANCE(995); + if (lookahead == 'l') ADVANCE(1128); END_STATE(); case 818: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 0x2088) ADVANCE(1001); + if (lookahead == 'l') ADVANCE(1092); END_STATE(); case 819: - ACCEPT_TOKEN(sym_system); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(819); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'l') ADVANCE(54); END_STATE(); case 820: - ACCEPT_TOKEN(sym_comment); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(820); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'l') ADVANCE(81); END_STATE(); case 821: - ACCEPT_TOKEN(sym_tripleMinus); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'm') ADVANCE(265); END_STATE(); case 822: - ACCEPT_TOKEN(sym_openParen); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(102); END_STATE(); case 823: - ACCEPT_TOKEN(sym_closeParen); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(1048); END_STATE(); case 824: - ACCEPT_TOKEN(sym_openCurly); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(987); END_STATE(); case 825: - ACCEPT_TOKEN(sym_closeCurly); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(1044); END_STATE(); case 826: - ACCEPT_TOKEN(sym_openBracket); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(1069); END_STATE(); case 827: - ACCEPT_TOKEN(sym_closeBracket); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(908); END_STATE(); case 828: - ACCEPT_TOKEN(sym_underscore); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(125); END_STATE(); case 829: - ACCEPT_TOKEN(sym_leftArrow); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(34); END_STATE(); case 830: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(221); END_STATE(); case 831: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (lookahead == '\'') ADVANCE(832); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'n') ADVANCE(246); END_STATE(); case 832: - ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'o') ADVANCE(137); END_STATE(); case 833: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'o') ADVANCE(272); + END_STATE(); + case 834: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'o') ADVANCE(222); + END_STATE(); + case 835: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'o') ADVANCE(271); + END_STATE(); + case 836: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'o') ADVANCE(198); + END_STATE(); + case 837: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(997); + END_STATE(); + case 838: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(1021); + END_STATE(); + case 839: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(107); + END_STATE(); + case 840: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(1003); + END_STATE(); + case 841: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(133); + END_STATE(); + case 842: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(53); + END_STATE(); + case 843: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'p') ADVANCE(134); + END_STATE(); + case 844: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'q') ADVANCE(262); + END_STATE(); + case 845: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'r') ADVANCE(38); + END_STATE(); + case 846: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'r') ADVANCE(55); + END_STATE(); + case 847: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(967); + END_STATE(); + case 848: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(1073); + END_STATE(); + case 849: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(226); + END_STATE(); + case 850: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(231); + END_STATE(); + case 851: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(213); + END_STATE(); + case 852: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(50); + if (lookahead == 't') ADVANCE(120); + END_STATE(); + case 853: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(1065); + END_STATE(); + case 854: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(1063); + END_STATE(); + case 855: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(916); + END_STATE(); + case 856: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(1011); + END_STATE(); + case 857: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(90); + END_STATE(); + case 858: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(110); + if (lookahead == 'v') ADVANCE(1024); + END_STATE(); + case 859: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(51); + END_STATE(); + case 860: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(160); + END_STATE(); + case 861: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(189); + END_STATE(); + case 862: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(29); + END_STATE(); + case 863: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(187); + END_STATE(); + case 864: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(131); + END_STATE(); + case 865: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'v') ADVANCE(49); + END_STATE(); + case 866: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'w') ADVANCE(152); + END_STATE(); + case 867: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'x') ADVANCE(1045); + END_STATE(); + case 868: + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 0x2088) ADVANCE(1051); + END_STATE(); + case 869: + ACCEPT_TOKEN(sym_system); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(869); + END_STATE(); + case 870: + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(870); + END_STATE(); + case 871: + ACCEPT_TOKEN(sym_tripleMinus); + END_STATE(); + case 872: + ACCEPT_TOKEN(sym_openParen); + END_STATE(); + case 873: + ACCEPT_TOKEN(sym_closeParen); + END_STATE(); + case 874: + ACCEPT_TOKEN(sym_openCurly); + END_STATE(); + case 875: + ACCEPT_TOKEN(sym_closeCurly); + END_STATE(); + case 876: + ACCEPT_TOKEN(sym_openBracket); + if (lookahead == 0x2081) ADVANCE(289); + END_STATE(); + case 877: + ACCEPT_TOKEN(sym_closeBracket); + END_STATE(); + case 878: + ACCEPT_TOKEN(sym_underscore); + END_STATE(); + case 879: + ACCEPT_TOKEN(sym_leftArrow); + END_STATE(); + case 880: + ACCEPT_TOKEN(anon_sym_CARET); + END_STATE(); + case 881: + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (lookahead == '\'') ADVANCE(882); + END_STATE(); + case 882: + ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE); + END_STATE(); + case 883: ACCEPT_TOKEN(anon_sym_e); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(432); - if (lookahead == 't') ADVANCE(381); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(466); + if (lookahead == 't') ADVANCE(408); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); - case 834: + case 884: ACCEPT_TOKEN(anon_sym_NaN); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 835: + case 885: ACCEPT_TOKEN(anon_sym_eta); END_STATE(); - case 836: + case 886: ACCEPT_TOKEN(anon_sym_u03b7); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); + lookahead == 'e') ADVANCE(287); END_STATE(); - case 837: + case 887: ACCEPT_TOKEN(anon_sym_pi); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'c') ADVANCE(768); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'c') ADVANCE(813); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); - case 838: + case 888: ACCEPT_TOKEN(anon_sym_u03c0); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); + lookahead == 'e') ADVANCE(287); END_STATE(); - case 839: + case 889: ACCEPT_TOKEN(anon_sym_tau); END_STATE(); - case 840: + case 890: ACCEPT_TOKEN(anon_sym_u03c4); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(270); + lookahead == 'e') ADVANCE(287); END_STATE(); - case 841: + case 891: ACCEPT_TOKEN(anon_sym_infinity); END_STATE(); - case 842: + case 892: ACCEPT_TOKEN(anon_sym_u221e); END_STATE(); - case 843: + case 893: ACCEPT_TOKEN(anon_sym_W); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'h') ADVANCE(528); - if (lookahead == 'o') ADVANCE(636); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'h') ADVANCE(559); + if (lookahead == 'o') ADVANCE(670); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 844: + case 894: ACCEPT_TOKEN(anon_sym_i); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(852); - if (lookahead == 'm') ADVANCE(478); - if (lookahead == 'n') ADVANCE(444); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(902); + if (lookahead == 'm') ADVANCE(508); + if (lookahead == 'n') ADVANCE(478); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); - case 845: + case 895: ACCEPT_TOKEN(anon_sym_MaxInt); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 846: + case 896: ACCEPT_TOKEN(anon_sym_HexDigits); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(720); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 847: + case 897: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 848: + case 898: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 849: + case 899: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 850: + case 900: ACCEPT_TOKEN(anon_sym_u25cc); END_STATE(); - case 851: + case 901: ACCEPT_TOKEN(anon_sym_identity); END_STATE(); - case 852: + case 902: ACCEPT_TOKEN(anon_sym_id); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(785); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(831); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); - case 853: + case 903: ACCEPT_TOKEN(anon_sym_id); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'e') ADVANCE(160); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'e') ADVANCE(169); END_STATE(); - case 854: + case 904: ACCEPT_TOKEN(anon_sym_u2218); END_STATE(); - case 855: + case 905: ACCEPT_TOKEN(anon_sym_not); END_STATE(); - case 856: + case 906: ACCEPT_TOKEN(anon_sym_u00ac); END_STATE(); - case 857: + case 907: ACCEPT_TOKEN(anon_sym_sign); END_STATE(); - case 858: + case 908: ACCEPT_TOKEN(anon_sym_sign); - if (lookahead == 'a') ADVANCE(233); + if (lookahead == 'a') ADVANCE(247); END_STATE(); - case 859: + case 909: ACCEPT_TOKEN(anon_sym_u00b1); END_STATE(); - case 860: + case 910: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 861: + case 911: ACCEPT_TOKEN(anon_sym_u00af); END_STATE(); - case 862: + case 912: ACCEPT_TOKEN(anon_sym_u00af); if (lookahead == 0x3b7 || lookahead == 0x3c0 || - lookahead == 0x3c4) ADVANCE(287); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(286); + lookahead == 0x3c4) ADVANCE(313); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(312); END_STATE(); - case 863: + case 913: ACCEPT_TOKEN(anon_sym_u00af); if (lookahead == 0x3b7 || lookahead == 0x3c0 || - lookahead == 0x3c4) ADVANCE(287); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(285); + lookahead == 0x3c4) ADVANCE(313); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(311); END_STATE(); - case 864: + case 914: ACCEPT_TOKEN(anon_sym_absolutevalue); END_STATE(); - case 865: + case 915: ACCEPT_TOKEN(anon_sym_u2335); END_STATE(); - case 866: + case 916: ACCEPT_TOKEN(anon_sym_sqrt); END_STATE(); - case 867: + case 917: ACCEPT_TOKEN(anon_sym_u221a); END_STATE(); - case 868: + case 918: ACCEPT_TOKEN(anon_sym_sine); END_STATE(); - case 869: + case 919: ACCEPT_TOKEN(anon_sym_u25cb); END_STATE(); - case 870: + case 920: ACCEPT_TOKEN(anon_sym_u223f); END_STATE(); - case 871: + case 921: ACCEPT_TOKEN(anon_sym_floor); END_STATE(); - case 872: + case 922: ACCEPT_TOKEN(anon_sym_u230a); END_STATE(); - case 873: + case 923: ACCEPT_TOKEN(anon_sym_ceiling); END_STATE(); - case 874: + case 924: ACCEPT_TOKEN(anon_sym_u2308); END_STATE(); - case 875: + case 925: ACCEPT_TOKEN(anon_sym_round); END_STATE(); - case 876: + case 926: ACCEPT_TOKEN(anon_sym_u2045); END_STATE(); - case 877: + case 927: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 878: + case 928: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 879: + case 929: ACCEPT_TOKEN(anon_sym_u2260); END_STATE(); - case 880: + case 930: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(881); + if (lookahead == '=') ADVANCE(931); END_STATE(); - case 881: + case 931: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 882: + case 932: ACCEPT_TOKEN(anon_sym_u2264); END_STATE(); - case 883: + case 933: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(884); + if (lookahead == '=') ADVANCE(934); END_STATE(); - case 884: + case 934: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 885: + case 935: ACCEPT_TOKEN(anon_sym_u2265); END_STATE(); - case 886: + case 936: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); - case 887: + case 937: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 888: + case 938: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(9); END_STATE(); - case 889: + case 939: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 890: + case 940: ACCEPT_TOKEN(anon_sym_u00d7); END_STATE(); - case 891: + case 941: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); - case 892: + case 942: ACCEPT_TOKEN(anon_sym_u00f7); END_STATE(); - case 893: + case 943: ACCEPT_TOKEN(anon_sym_modulus); END_STATE(); - case 894: + case 944: ACCEPT_TOKEN(anon_sym_u25ff); END_STATE(); - case 895: + case 945: ACCEPT_TOKEN(anon_sym_power); END_STATE(); - case 896: + case 946: ACCEPT_TOKEN(anon_sym_u207f); END_STATE(); - case 897: + case 947: ACCEPT_TOKEN(anon_sym_logarithm); END_STATE(); - case 898: + case 948: ACCEPT_TOKEN(anon_sym_u2099); END_STATE(); - case 899: + case 949: ACCEPT_TOKEN(anon_sym_minimum); END_STATE(); - case 900: + case 950: ACCEPT_TOKEN(anon_sym_u21a7); END_STATE(); - case 901: + case 951: ACCEPT_TOKEN(anon_sym_maximum); END_STATE(); - case 902: + case 952: ACCEPT_TOKEN(anon_sym_u21a5); END_STATE(); - case 903: + case 953: ACCEPT_TOKEN(anon_sym_atangent); END_STATE(); - case 904: + case 954: ACCEPT_TOKEN(anon_sym_u2220); END_STATE(); - case 905: + case 955: ACCEPT_TOKEN(anon_sym_length); END_STATE(); - case 906: + case 956: ACCEPT_TOKEN(anon_sym_u29fb); END_STATE(); - case 907: + case 957: ACCEPT_TOKEN(anon_sym_shape); END_STATE(); - case 908: + case 958: ACCEPT_TOKEN(anon_sym_u25b3); END_STATE(); - case 909: + case 959: ACCEPT_TOKEN(anon_sym_range); END_STATE(); - case 910: + case 960: ACCEPT_TOKEN(anon_sym_u21e1); END_STATE(); - case 911: + case 961: ACCEPT_TOKEN(anon_sym_first); END_STATE(); - case 912: + case 962: ACCEPT_TOKEN(anon_sym_u22a2); END_STATE(); - case 913: + case 963: ACCEPT_TOKEN(anon_sym_reverse); END_STATE(); - case 914: + case 964: ACCEPT_TOKEN(anon_sym_u21cc); END_STATE(); - case 915: + case 965: ACCEPT_TOKEN(anon_sym_deshape); END_STATE(); - case 916: + case 966: ACCEPT_TOKEN(anon_sym_u266d); END_STATE(); - case 917: + case 967: ACCEPT_TOKEN(anon_sym_bits); END_STATE(); - case 918: + case 968: ACCEPT_TOKEN(anon_sym_u22ef); END_STATE(); - case 919: + case 969: ACCEPT_TOKEN(anon_sym_transpose); END_STATE(); - case 920: + case 970: ACCEPT_TOKEN(anon_sym_u2349); END_STATE(); - case 921: + case 971: ACCEPT_TOKEN(anon_sym_rise); END_STATE(); - case 922: + case 972: ACCEPT_TOKEN(anon_sym_u234f); END_STATE(); - case 923: + case 973: ACCEPT_TOKEN(anon_sym_fall); END_STATE(); - case 924: + case 974: ACCEPT_TOKEN(anon_sym_u2356); END_STATE(); - case 925: + case 975: ACCEPT_TOKEN(anon_sym_where); END_STATE(); - case 926: + case 976: ACCEPT_TOKEN(anon_sym_u229a); END_STATE(); - case 927: + case 977: ACCEPT_TOKEN(anon_sym_classify); END_STATE(); - case 928: + case 978: ACCEPT_TOKEN(anon_sym_u229b); END_STATE(); - case 929: + case 979: ACCEPT_TOKEN(anon_sym_deduplicate); END_STATE(); - case 930: + case 980: ACCEPT_TOKEN(anon_sym_u25f4); END_STATE(); - case 931: + case 981: ACCEPT_TOKEN(anon_sym_box); END_STATE(); - case 932: + case 982: ACCEPT_TOKEN(anon_sym_u25a1); END_STATE(); - case 933: + case 983: ACCEPT_TOKEN(anon_sym_match); END_STATE(); - case 934: + case 984: ACCEPT_TOKEN(anon_sym_u224d); END_STATE(); - case 935: + case 985: ACCEPT_TOKEN(anon_sym_couple); END_STATE(); - case 936: + case 986: ACCEPT_TOKEN(anon_sym_u229f); END_STATE(); - case 937: + case 987: ACCEPT_TOKEN(anon_sym_join); END_STATE(); - case 938: + case 988: ACCEPT_TOKEN(anon_sym_u2282); END_STATE(); - case 939: + case 989: ACCEPT_TOKEN(anon_sym_select); END_STATE(); - case 940: + case 990: ACCEPT_TOKEN(anon_sym_u228f); END_STATE(); - case 941: + case 991: ACCEPT_TOKEN(anon_sym_pick); END_STATE(); - case 942: + case 992: ACCEPT_TOKEN(anon_sym_u22a1); END_STATE(); - case 943: + case 993: ACCEPT_TOKEN(anon_sym_reshape); END_STATE(); - case 944: + case 994: ACCEPT_TOKEN(anon_sym_u21af); END_STATE(); - case 945: + case 995: ACCEPT_TOKEN(anon_sym_take); END_STATE(); - case 946: + case 996: ACCEPT_TOKEN(anon_sym_u2199); END_STATE(); - case 947: + case 997: ACCEPT_TOKEN(anon_sym_drop); END_STATE(); - case 948: + case 998: ACCEPT_TOKEN(anon_sym_u2198); END_STATE(); - case 949: + case 999: ACCEPT_TOKEN(anon_sym_rotate); END_STATE(); - case 950: + case 1000: ACCEPT_TOKEN(anon_sym_u21bb); END_STATE(); - case 951: + case 1001: ACCEPT_TOKEN(anon_sym_windows); END_STATE(); - case 952: + case 1002: ACCEPT_TOKEN(anon_sym_u25eb); END_STATE(); - case 953: + case 1003: ACCEPT_TOKEN(anon_sym_keep); END_STATE(); - case 954: + case 1004: ACCEPT_TOKEN(anon_sym_u25bd); END_STATE(); - case 955: + case 1005: ACCEPT_TOKEN(anon_sym_find); END_STATE(); - case 956: + case 1006: ACCEPT_TOKEN(anon_sym_u2315); END_STATE(); - case 957: + case 1007: ACCEPT_TOKEN(anon_sym_indexof); END_STATE(); - case 958: + case 1008: ACCEPT_TOKEN(anon_sym_u2297); END_STATE(); - case 959: + case 1009: ACCEPT_TOKEN(anon_sym_assert); END_STATE(); - case 960: + case 1010: ACCEPT_TOKEN(anon_sym_u2364); END_STATE(); - case 961: + case 1011: ACCEPT_TOKEN(anon_sym_wait); END_STATE(); - case 962: + case 1012: ACCEPT_TOKEN(anon_sym_parse); END_STATE(); - case 963: + case 1013: ACCEPT_TOKEN(anon_sym_u22d5); END_STATE(); - case 964: + case 1014: ACCEPT_TOKEN(anon_sym_random); END_STATE(); - case 965: + case 1015: ACCEPT_TOKEN(anon_sym_u2682); END_STATE(); - case 966: + case 1016: ACCEPT_TOKEN(anon_sym_gen); END_STATE(); - case 967: + case 1017: ACCEPT_TOKEN(anon_sym_tag); END_STATE(); - case 968: + case 1018: ACCEPT_TOKEN(anon_sym_now); END_STATE(); - case 969: + case 1019: ACCEPT_TOKEN(anon_sym_type); END_STATE(); - case 970: + case 1020: ACCEPT_TOKEN(anon_sym_u2e2e); END_STATE(); - case 971: + case 1021: ACCEPT_TOKEN(anon_sym_dump); END_STATE(); - case 972: + case 1022: ACCEPT_TOKEN(anon_sym_regex); END_STATE(); - case 973: + case 1023: ACCEPT_TOKEN(anon_sym_send); END_STATE(); - case 974: + case 1024: ACCEPT_TOKEN(anon_sym_recv); END_STATE(); - case 975: + case 1025: ACCEPT_TOKEN(anon_sym_tryrecv); END_STATE(); - case 976: + case 1026: ACCEPT_TOKEN(anon_sym_complex); END_STATE(); - case 977: + case 1027: ACCEPT_TOKEN(anon_sym_u2102); END_STATE(); - case 978: + case 1028: ACCEPT_TOKEN(anon_sym_rerank); END_STATE(); - case 979: + case 1029: ACCEPT_TOKEN(anon_sym_u2607); END_STATE(); - case 980: + case 1030: ACCEPT_TOKEN(anon_sym_fix); END_STATE(); - case 981: + case 1031: ACCEPT_TOKEN(anon_sym_u00a4); END_STATE(); - case 982: + case 1032: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 983: + case 1033: ACCEPT_TOKEN(anon_sym_unique); END_STATE(); - case 984: + case 1034: ACCEPT_TOKEN(anon_sym_u25f0); END_STATE(); - case 985: + case 1035: ACCEPT_TOKEN(anon_sym_map); END_STATE(); - case 986: + case 1036: ACCEPT_TOKEN(anon_sym_has); END_STATE(); - case 987: + case 1037: ACCEPT_TOKEN(anon_sym_get); END_STATE(); - case 988: + case 1038: ACCEPT_TOKEN(anon_sym_insert); END_STATE(); - case 989: + case 1039: ACCEPT_TOKEN(anon_sym_remove); END_STATE(); - case 990: + case 1040: ACCEPT_TOKEN(anon_sym_repr); END_STATE(); - case 991: + case 1041: ACCEPT_TOKEN(anon_sym_mask); END_STATE(); - case 992: + case 1042: ACCEPT_TOKEN(anon_sym_u29b7); END_STATE(); - case 993: + case 1043: ACCEPT_TOKEN(anon_sym_csv); END_STATE(); - case 994: + case 1044: ACCEPT_TOKEN(anon_sym_json); END_STATE(); - case 995: + case 1045: ACCEPT_TOKEN(anon_sym_xlsx); END_STATE(); - case 996: + case 1046: ACCEPT_TOKEN(anon_sym_memberOf); END_STATE(); - case 997: + case 1047: ACCEPT_TOKEN(anon_sym_u2208); END_STATE(); - case 998: + case 1048: ACCEPT_TOKEN(anon_sym_imen); END_STATE(); - case 999: + case 1049: ACCEPT_TOKEN(anon_sym_gife); END_STATE(); - case 1000: + case 1050: ACCEPT_TOKEN(anon_sym_auden); END_STATE(); - case 1001: + case 1051: ACCEPT_TOKEN(anon_sym_utfu2088); END_STATE(); - case 1002: + case 1052: ACCEPT_TOKEN(anon_sym_datetime); END_STATE(); - case 1003: - ACCEPT_TOKEN(anon_sym_chunk); - END_STATE(); - case 1004: - ACCEPT_TOKEN(anon_sym_u2444); - END_STATE(); - case 1005: + case 1053: ACCEPT_TOKEN(anon_sym_choose); END_STATE(); - case 1006: + case 1054: ACCEPT_TOKEN(anon_sym_permute); END_STATE(); - case 1007: + case 1055: ACCEPT_TOKEN(anon_sym_orient); END_STATE(); - case 1008: + case 1056: + ACCEPT_TOKEN(anon_sym_u2938); + END_STATE(); + case 1057: ACCEPT_TOKEN(anon_sym_fft); END_STATE(); - case 1009: + case 1058: + ACCEPT_TOKEN(anon_sym_graphemes); + END_STATE(); + case 1059: + ACCEPT_TOKEN(anon_sym_timezone); + END_STATE(); + case 1060: + ACCEPT_TOKEN(anon_sym_around); + END_STATE(); + case 1061: + ACCEPT_TOKEN(anon_sym_u2019); + END_STATE(); + case 1062: + ACCEPT_TOKEN(anon_sym_base); + END_STATE(); + case 1063: + ACCEPT_TOKEN(anon_sym_sort); + END_STATE(); + case 1064: + ACCEPT_TOKEN(anon_sym_u2346); + END_STATE(); + case 1065: + ACCEPT_TOKEN(anon_sym_last); + END_STATE(); + case 1066: + ACCEPT_TOKEN(anon_sym_u22a3); + END_STATE(); + case 1067: ACCEPT_TOKEN(anon_sym_reduce); END_STATE(); - case 1010: + case 1068: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); - case 1011: + case 1069: ACCEPT_TOKEN(anon_sym_scan); END_STATE(); - case 1012: + case 1070: ACCEPT_TOKEN(anon_sym_BSLASH); END_STATE(); - case 1013: + case 1071: ACCEPT_TOKEN(anon_sym_each); END_STATE(); - case 1014: + case 1072: ACCEPT_TOKEN(anon_sym_u2235); END_STATE(); - case 1015: + case 1073: ACCEPT_TOKEN(anon_sym_rows); END_STATE(); - case 1016: + case 1074: ACCEPT_TOKEN(anon_sym_u2261); END_STATE(); - case 1017: + case 1075: ACCEPT_TOKEN(anon_sym_repeat); END_STATE(); - case 1018: + case 1076: ACCEPT_TOKEN(anon_sym_u2365); END_STATE(); - case 1019: + case 1077: ACCEPT_TOKEN(anon_sym_dip); END_STATE(); - case 1020: + case 1078: ACCEPT_TOKEN(anon_sym_u2299); END_STATE(); - case 1021: + case 1079: ACCEPT_TOKEN(anon_sym_gap); END_STATE(); - case 1022: + case 1080: ACCEPT_TOKEN(anon_sym_u22c5); END_STATE(); - case 1023: + case 1081: ACCEPT_TOKEN(anon_sym_spawn); END_STATE(); - case 1024: + case 1082: ACCEPT_TOKEN(anon_sym_rectify); END_STATE(); - case 1025: + case 1083: ACCEPT_TOKEN(anon_sym_u2305); END_STATE(); - case 1026: + case 1084: ACCEPT_TOKEN(anon_sym_un); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'd') ADVANCE(753); - if (lookahead == 'i') ADVANCE(797); - if (lookahead == 'p') ADVANCE(724); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'd') ADVANCE(795); + if (lookahead == 'i') ADVANCE(844); + if (lookahead == 'p') ADVANCE(765); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); - case 1027: + case 1085: ACCEPT_TOKEN(anon_sym_u00b0); END_STATE(); - case 1028: + case 1086: ACCEPT_TOKEN(anon_sym_on); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); - case 1029: + case 1087: ACCEPT_TOKEN(anon_sym_u27dc); END_STATE(); - case 1030: + case 1088: ACCEPT_TOKEN(anon_sym_inventory); END_STATE(); - case 1031: + case 1089: ACCEPT_TOKEN(anon_sym_u235a); END_STATE(); - case 1032: + case 1090: ACCEPT_TOKEN(anon_sym_content); END_STATE(); - case 1033: + case 1091: ACCEPT_TOKEN(anon_sym_u25c7); END_STATE(); - case 1034: + case 1092: ACCEPT_TOKEN(anon_sym_pool); END_STATE(); - case 1035: + case 1093: ACCEPT_TOKEN(anon_sym_stringify); END_STATE(); - case 1036: + case 1094: ACCEPT_TOKEN(anon_sym_signature); END_STATE(); - case 1037: + case 1095: ACCEPT_TOKEN(anon_sym_triangle); END_STATE(); - case 1038: + case 1096: ACCEPT_TOKEN(anon_sym_u25f9); END_STATE(); - case 1039: + case 1097: ACCEPT_TOKEN(anon_sym_astar); END_STATE(); - case 1040: - ACCEPT_TOKEN(anon_sym_but); + case 1098: + ACCEPT_TOKEN(anon_sym_with); END_STATE(); - case 1041: + case 1099: ACCEPT_TOKEN(anon_sym_u2919); END_STATE(); - case 1042: - ACCEPT_TOKEN(anon_sym_with); + case 1100: + ACCEPT_TOKEN(anon_sym_off); END_STATE(); - case 1043: + case 1101: ACCEPT_TOKEN(anon_sym_u291a); END_STATE(); - case 1044: + case 1102: ACCEPT_TOKEN(anon_sym_above); END_STATE(); - case 1045: + case 1103: ACCEPT_TOKEN(anon_sym_u25e0); END_STATE(); - case 1046: + case 1104: ACCEPT_TOKEN(anon_sym_below); END_STATE(); - case 1047: + case 1105: ACCEPT_TOKEN(anon_sym_u25e1); END_STATE(); - case 1048: + case 1106: + ACCEPT_TOKEN(anon_sym_anti); + END_STATE(); + case 1107: + ACCEPT_TOKEN(anon_sym_u231d); + END_STATE(); + case 1108: + ACCEPT_TOKEN(anon_sym_obverse); + END_STATE(); + case 1109: + ACCEPT_TOKEN(anon_sym_toples); + END_STATE(); + case 1110: + ACCEPT_TOKEN(anon_sym_u29c5); + END_STATE(); + case 1111: + ACCEPT_TOKEN(anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK); + END_STATE(); + case 1112: ACCEPT_TOKEN(anon_sym_fold); END_STATE(); - case 1049: + case 1113: ACCEPT_TOKEN(anon_sym_u2227); END_STATE(); - case 1050: + case 1114: ACCEPT_TOKEN(anon_sym_table); END_STATE(); - case 1051: + case 1115: ACCEPT_TOKEN(anon_sym_u229e); END_STATE(); - case 1052: + case 1116: ACCEPT_TOKEN(anon_sym_group); END_STATE(); - case 1053: + case 1117: ACCEPT_TOKEN(anon_sym_u2295); END_STATE(); - case 1054: + case 1118: ACCEPT_TOKEN(anon_sym_partition); END_STATE(); - case 1055: + case 1119: ACCEPT_TOKEN(anon_sym_u229c); END_STATE(); - case 1056: + case 1120: ACCEPT_TOKEN(anon_sym_both); END_STATE(); - case 1057: + case 1121: ACCEPT_TOKEN(anon_sym_u2229); END_STATE(); - case 1058: + case 1122: ACCEPT_TOKEN(anon_sym_bracket); END_STATE(); - case 1059: + case 1123: ACCEPT_TOKEN(anon_sym_u2293); END_STATE(); - case 1060: + case 1124: ACCEPT_TOKEN(anon_sym_fork); END_STATE(); - case 1061: + case 1125: ACCEPT_TOKEN(anon_sym_u2283); END_STATE(); - case 1062: + case 1126: ACCEPT_TOKEN(anon_sym_under); END_STATE(); - case 1063: + case 1127: ACCEPT_TOKEN(anon_sym_u235c); END_STATE(); - case 1064: + case 1128: ACCEPT_TOKEN(anon_sym_fill); END_STATE(); - case 1065: + case 1129: ACCEPT_TOKEN(anon_sym_u2b1a); END_STATE(); - case 1066: + case 1130: ACCEPT_TOKEN(anon_sym_try); - if (lookahead == 'r') ADVANCE(75); + if (lookahead == 'r') ADVANCE(80); END_STATE(); - case 1067: + case 1131: ACCEPT_TOKEN(anon_sym_u2363); END_STATE(); - case 1068: + case 1132: ACCEPT_TOKEN(anon_sym_do); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); - END_STATE(); - case 1069: - ACCEPT_TOKEN(anon_sym_u2362); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); - case 1070: - ACCEPT_TOKEN(anon_sym_setinv); - END_STATE(); - case 1071: - ACCEPT_TOKEN(anon_sym_setunder); + case 1133: + ACCEPT_TOKEN(anon_sym_u2362); END_STATE(); - case 1072: + case 1134: ACCEPT_TOKEN(anon_sym_f); - if (lookahead == '!') ADVANCE(354); - if (lookahead == 'a') ADVANCE(548); - if (lookahead == 'f') ADVANCE(682); - if (lookahead == 'i') ADVANCE(551); - if (lookahead == 'l') ADVANCE(613); - if (lookahead == 'o') ADVANCE(547); + if (lookahead == '!') ADVANCE(381); + if (lookahead == 'a') ADVANCE(579); + if (lookahead == 'f') ADVANCE(722); + if (lookahead == 'i') ADVANCE(581); + if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'o') ADVANCE(578); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(718); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(759); END_STATE(); - case 1073: + case 1135: ACCEPT_TOKEN(anon_sym_by); - if (lookahead == '!') ADVANCE(354); + if (lookahead == '!') ADVANCE(381); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(722); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(763); END_STATE(); - case 1074: + case 1136: ACCEPT_TOKEN(anon_sym_u22b8); END_STATE(); - case 1075: + case 1137: ACCEPT_TOKEN(anon_sym_quote); END_STATE(); - case 1076: - ACCEPT_TOKEN(anon_sym_struct); - END_STATE(); - case 1077: + case 1138: ACCEPT_TOKEN(anon_sym_u2765); END_STATE(); - case 1078: + case 1139: ACCEPT_TOKEN(anon_sym_u2192); END_STATE(); - case 1079: + case 1140: ACCEPT_TOKEN(anon_sym_u2237); END_STATE(); - case 1080: + case 1141: ACCEPT_TOKEN(anon_sym_u00b7); END_STATE(); - case 1081: + case 1142: ACCEPT_TOKEN(anon_sym_u235b); END_STATE(); - case 1082: + case 1143: ACCEPT_TOKEN(anon_sym_u2302); END_STATE(); - case 1083: + case 1144: ACCEPT_TOKEN(anon_sym_u21b0); END_STATE(); - case 1084: + case 1145: ACCEPT_TOKEN(anon_sym_unpack); END_STATE(); - case 1085: + case 1146: ACCEPT_TOKEN(anon_sym_u2290); END_STATE(); - case 1086: + case 1147: ACCEPT_TOKEN(anon_sym_u229d); END_STATE(); - case 1087: + case 1148: ACCEPT_TOKEN(anon_sym_cross); END_STATE(); - case 1088: + case 1149: ACCEPT_TOKEN(anon_sym_u22a0); END_STATE(); - case 1089: + case 1150: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 1090: + case 1151: ACCEPT_TOKEN(anon_sym_deal); END_STATE(); - case 1091: - ACCEPT_TOKEN(anon_sym_strands); - END_STATE(); - case 1092: - ACCEPT_TOKEN(anon_sym_u203f); - END_STATE(); - case 1093: + case 1152: ACCEPT_TOKEN(anon_sym_member); - if (lookahead == 'O') ADVANCE(88); + if (lookahead == 'O') ADVANCE(95); END_STATE(); - case 1094: + case 1153: ACCEPT_TOKEN(anon_sym_u220a); END_STATE(); - case 1095: + case 1154: ACCEPT_TOKEN(anon_sym_coordinate); END_STATE(); - case 1096: + case 1155: ACCEPT_TOKEN(anon_sym_u27d4); END_STATE(); - case 1097: + case 1156: ACCEPT_TOKEN(anon_sym_u03bb); END_STATE(); - case 1098: + case 1157: ACCEPT_TOKEN(anon_sym_u22ca); END_STATE(); - case 1099: + case 1158: + ACCEPT_TOKEN(anon_sym_chunk); + END_STATE(); + case 1159: + ACCEPT_TOKEN(anon_sym_u2444); + END_STATE(); + case 1160: + ACCEPT_TOKEN(anon_sym_setinv); + END_STATE(); + case 1161: + ACCEPT_TOKEN(anon_sym_setund); + END_STATE(); + case 1162: + ACCEPT_TOKEN(anon_sym_struct); + END_STATE(); + case 1163: ACCEPT_TOKEN(sym_emptyMultiLineString); END_STATE(); - case 1100: + case 1164: ACCEPT_TOKEN(sym__endOfLine); END_STATE(); default: @@ -8861,177 +9237,177 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 281}, - [2] = {.lex_state = 281}, - [3] = {.lex_state = 281}, - [4] = {.lex_state = 282}, - [5] = {.lex_state = 282}, - [6] = {.lex_state = 282}, - [7] = {.lex_state = 282}, - [8] = {.lex_state = 282}, - [9] = {.lex_state = 282}, - [10] = {.lex_state = 282}, - [11] = {.lex_state = 282}, - [12] = {.lex_state = 282}, - [13] = {.lex_state = 282}, - [14] = {.lex_state = 282}, - [15] = {.lex_state = 282}, - [16] = {.lex_state = 282}, - [17] = {.lex_state = 282}, - [18] = {.lex_state = 282}, - [19] = {.lex_state = 282}, - [20] = {.lex_state = 282}, - [21] = {.lex_state = 282}, - [22] = {.lex_state = 282}, - [23] = {.lex_state = 282}, - [24] = {.lex_state = 282}, - [25] = {.lex_state = 282}, - [26] = {.lex_state = 282}, - [27] = {.lex_state = 282}, - [28] = {.lex_state = 282}, - [29] = {.lex_state = 282}, - [30] = {.lex_state = 282}, - [31] = {.lex_state = 282}, - [32] = {.lex_state = 282}, - [33] = {.lex_state = 282}, - [34] = {.lex_state = 282}, - [35] = {.lex_state = 282}, - [36] = {.lex_state = 282}, - [37] = {.lex_state = 282}, - [38] = {.lex_state = 282}, - [39] = {.lex_state = 282}, - [40] = {.lex_state = 282}, - [41] = {.lex_state = 282}, - [42] = {.lex_state = 282}, - [43] = {.lex_state = 282}, - [44] = {.lex_state = 282}, - [45] = {.lex_state = 282}, - [46] = {.lex_state = 282}, - [47] = {.lex_state = 282}, - [48] = {.lex_state = 282}, - [49] = {.lex_state = 282}, - [50] = {.lex_state = 282}, - [51] = {.lex_state = 282}, - [52] = {.lex_state = 282}, - [53] = {.lex_state = 282}, - [54] = {.lex_state = 282}, - [55] = {.lex_state = 282}, - [56] = {.lex_state = 282}, - [57] = {.lex_state = 282}, - [58] = {.lex_state = 282}, - [59] = {.lex_state = 282}, - [60] = {.lex_state = 282}, - [61] = {.lex_state = 282}, - [62] = {.lex_state = 282}, - [63] = {.lex_state = 282}, - [64] = {.lex_state = 282}, - [65] = {.lex_state = 282}, - [66] = {.lex_state = 282}, - [67] = {.lex_state = 282}, - [68] = {.lex_state = 282}, - [69] = {.lex_state = 282}, - [70] = {.lex_state = 282}, - [71] = {.lex_state = 282}, - [72] = {.lex_state = 282}, - [73] = {.lex_state = 282}, - [74] = {.lex_state = 282}, - [75] = {.lex_state = 282}, - [76] = {.lex_state = 282}, - [77] = {.lex_state = 282}, - [78] = {.lex_state = 282}, - [79] = {.lex_state = 282}, - [80] = {.lex_state = 282}, - [81] = {.lex_state = 282}, - [82] = {.lex_state = 282}, - [83] = {.lex_state = 282}, - [84] = {.lex_state = 282}, - [85] = {.lex_state = 282}, - [86] = {.lex_state = 282}, - [87] = {.lex_state = 282}, - [88] = {.lex_state = 282}, - [89] = {.lex_state = 282}, - [90] = {.lex_state = 282}, - [91] = {.lex_state = 282}, - [92] = {.lex_state = 282}, - [93] = {.lex_state = 282}, - [94] = {.lex_state = 282}, - [95] = {.lex_state = 282}, - [96] = {.lex_state = 282}, - [97] = {.lex_state = 282}, - [98] = {.lex_state = 282}, - [99] = {.lex_state = 282}, - [100] = {.lex_state = 282}, - [101] = {.lex_state = 282}, - [102] = {.lex_state = 282}, - [103] = {.lex_state = 282}, - [104] = {.lex_state = 282}, - [105] = {.lex_state = 282}, - [106] = {.lex_state = 282}, - [107] = {.lex_state = 282}, - [108] = {.lex_state = 282}, - [109] = {.lex_state = 282}, - [110] = {.lex_state = 282}, - [111] = {.lex_state = 282}, - [112] = {.lex_state = 282}, - [113] = {.lex_state = 281}, - [114] = {.lex_state = 281}, - [115] = {.lex_state = 281}, - [116] = {.lex_state = 282}, - [117] = {.lex_state = 281}, - [118] = {.lex_state = 282}, - [119] = {.lex_state = 282}, - [120] = {.lex_state = 282}, - [121] = {.lex_state = 282}, - [122] = {.lex_state = 282}, - [123] = {.lex_state = 282}, - [124] = {.lex_state = 282}, - [125] = {.lex_state = 282}, - [126] = {.lex_state = 282}, - [127] = {.lex_state = 282}, - [128] = {.lex_state = 282}, - [129] = {.lex_state = 282}, - [130] = {.lex_state = 282}, - [131] = {.lex_state = 282}, - [132] = {.lex_state = 282}, - [133] = {.lex_state = 282}, - [134] = {.lex_state = 282}, - [135] = {.lex_state = 282}, - [136] = {.lex_state = 282}, - [137] = {.lex_state = 282}, - [138] = {.lex_state = 282}, - [139] = {.lex_state = 282}, - [140] = {.lex_state = 282}, - [141] = {.lex_state = 282}, - [142] = {.lex_state = 281}, - [143] = {.lex_state = 282}, - [144] = {.lex_state = 282}, - [145] = {.lex_state = 282}, - [146] = {.lex_state = 282}, - [147] = {.lex_state = 282}, - [148] = {.lex_state = 282}, - [149] = {.lex_state = 282}, - [150] = {.lex_state = 281}, - [151] = {.lex_state = 282}, - [152] = {.lex_state = 282}, - [153] = {.lex_state = 282}, - [154] = {.lex_state = 282}, - [155] = {.lex_state = 282}, - [156] = {.lex_state = 282}, - [157] = {.lex_state = 282}, - [158] = {.lex_state = 282}, - [159] = {.lex_state = 282}, - [160] = {.lex_state = 282}, - [161] = {.lex_state = 282}, - [162] = {.lex_state = 282}, - [163] = {.lex_state = 282}, - [164] = {.lex_state = 281}, - [165] = {.lex_state = 282}, - [166] = {.lex_state = 282}, - [167] = {.lex_state = 282}, - [168] = {.lex_state = 282}, - [169] = {.lex_state = 282}, - [170] = {.lex_state = 282}, - [171] = {.lex_state = 282}, + [1] = {.lex_state = 307}, + [2] = {.lex_state = 307}, + [3] = {.lex_state = 307}, + [4] = {.lex_state = 308}, + [5] = {.lex_state = 308}, + [6] = {.lex_state = 308}, + [7] = {.lex_state = 308}, + [8] = {.lex_state = 308}, + [9] = {.lex_state = 308}, + [10] = {.lex_state = 308}, + [11] = {.lex_state = 308}, + [12] = {.lex_state = 308}, + [13] = {.lex_state = 308}, + [14] = {.lex_state = 308}, + [15] = {.lex_state = 308}, + [16] = {.lex_state = 308}, + [17] = {.lex_state = 308}, + [18] = {.lex_state = 308}, + [19] = {.lex_state = 308}, + [20] = {.lex_state = 308}, + [21] = {.lex_state = 308}, + [22] = {.lex_state = 308}, + [23] = {.lex_state = 308}, + [24] = {.lex_state = 308}, + [25] = {.lex_state = 308}, + [26] = {.lex_state = 308}, + [27] = {.lex_state = 308}, + [28] = {.lex_state = 308}, + [29] = {.lex_state = 308}, + [30] = {.lex_state = 308}, + [31] = {.lex_state = 308}, + [32] = {.lex_state = 308}, + [33] = {.lex_state = 308}, + [34] = {.lex_state = 308}, + [35] = {.lex_state = 308}, + [36] = {.lex_state = 308}, + [37] = {.lex_state = 308}, + [38] = {.lex_state = 308}, + [39] = {.lex_state = 308}, + [40] = {.lex_state = 308}, + [41] = {.lex_state = 308}, + [42] = {.lex_state = 308}, + [43] = {.lex_state = 308}, + [44] = {.lex_state = 308}, + [45] = {.lex_state = 308}, + [46] = {.lex_state = 308}, + [47] = {.lex_state = 308}, + [48] = {.lex_state = 308}, + [49] = {.lex_state = 308}, + [50] = {.lex_state = 308}, + [51] = {.lex_state = 308}, + [52] = {.lex_state = 308}, + [53] = {.lex_state = 308}, + [54] = {.lex_state = 308}, + [55] = {.lex_state = 308}, + [56] = {.lex_state = 308}, + [57] = {.lex_state = 308}, + [58] = {.lex_state = 308}, + [59] = {.lex_state = 308}, + [60] = {.lex_state = 308}, + [61] = {.lex_state = 308}, + [62] = {.lex_state = 308}, + [63] = {.lex_state = 308}, + [64] = {.lex_state = 308}, + [65] = {.lex_state = 308}, + [66] = {.lex_state = 308}, + [67] = {.lex_state = 308}, + [68] = {.lex_state = 308}, + [69] = {.lex_state = 308}, + [70] = {.lex_state = 308}, + [71] = {.lex_state = 308}, + [72] = {.lex_state = 308}, + [73] = {.lex_state = 308}, + [74] = {.lex_state = 308}, + [75] = {.lex_state = 308}, + [76] = {.lex_state = 308}, + [77] = {.lex_state = 308}, + [78] = {.lex_state = 308}, + [79] = {.lex_state = 308}, + [80] = {.lex_state = 308}, + [81] = {.lex_state = 308}, + [82] = {.lex_state = 308}, + [83] = {.lex_state = 308}, + [84] = {.lex_state = 308}, + [85] = {.lex_state = 308}, + [86] = {.lex_state = 308}, + [87] = {.lex_state = 308}, + [88] = {.lex_state = 308}, + [89] = {.lex_state = 308}, + [90] = {.lex_state = 308}, + [91] = {.lex_state = 308}, + [92] = {.lex_state = 308}, + [93] = {.lex_state = 308}, + [94] = {.lex_state = 308}, + [95] = {.lex_state = 308}, + [96] = {.lex_state = 308}, + [97] = {.lex_state = 308}, + [98] = {.lex_state = 308}, + [99] = {.lex_state = 308}, + [100] = {.lex_state = 308}, + [101] = {.lex_state = 308}, + [102] = {.lex_state = 308}, + [103] = {.lex_state = 308}, + [104] = {.lex_state = 308}, + [105] = {.lex_state = 308}, + [106] = {.lex_state = 308}, + [107] = {.lex_state = 308}, + [108] = {.lex_state = 308}, + [109] = {.lex_state = 308}, + [110] = {.lex_state = 308}, + [111] = {.lex_state = 308}, + [112] = {.lex_state = 307}, + [113] = {.lex_state = 307}, + [114] = {.lex_state = 308}, + [115] = {.lex_state = 307}, + [116] = {.lex_state = 307}, + [117] = {.lex_state = 308}, + [118] = {.lex_state = 308}, + [119] = {.lex_state = 308}, + [120] = {.lex_state = 308}, + [121] = {.lex_state = 308}, + [122] = {.lex_state = 308}, + [123] = {.lex_state = 308}, + [124] = {.lex_state = 308}, + [125] = {.lex_state = 308}, + [126] = {.lex_state = 308}, + [127] = {.lex_state = 308}, + [128] = {.lex_state = 308}, + [129] = {.lex_state = 308}, + [130] = {.lex_state = 308}, + [131] = {.lex_state = 308}, + [132] = {.lex_state = 308}, + [133] = {.lex_state = 308}, + [134] = {.lex_state = 308}, + [135] = {.lex_state = 308}, + [136] = {.lex_state = 308}, + [137] = {.lex_state = 308}, + [138] = {.lex_state = 308}, + [139] = {.lex_state = 308}, + [140] = {.lex_state = 308}, + [141] = {.lex_state = 308}, + [142] = {.lex_state = 308}, + [143] = {.lex_state = 308}, + [144] = {.lex_state = 308}, + [145] = {.lex_state = 307}, + [146] = {.lex_state = 308}, + [147] = {.lex_state = 308}, + [148] = {.lex_state = 308}, + [149] = {.lex_state = 308}, + [150] = {.lex_state = 308}, + [151] = {.lex_state = 308}, + [152] = {.lex_state = 308}, + [153] = {.lex_state = 308}, + [154] = {.lex_state = 308}, + [155] = {.lex_state = 308}, + [156] = {.lex_state = 308}, + [157] = {.lex_state = 307}, + [158] = {.lex_state = 308}, + [159] = {.lex_state = 307}, + [160] = {.lex_state = 308}, + [161] = {.lex_state = 308}, + [162] = {.lex_state = 308}, + [163] = {.lex_state = 308}, + [164] = {.lex_state = 308}, + [165] = {.lex_state = 308}, + [166] = {.lex_state = 308}, + [167] = {.lex_state = 308}, + [168] = {.lex_state = 308}, + [169] = {.lex_state = 308}, + [170] = {.lex_state = 2}, + [171] = {.lex_state = 2}, [172] = {.lex_state = 2}, [173] = {.lex_state = 2}, [174] = {.lex_state = 2}, @@ -9040,78 +9416,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [177] = {.lex_state = 2}, [178] = {.lex_state = 2}, [179] = {.lex_state = 2}, - [180] = {.lex_state = 2}, - [181] = {.lex_state = 2}, - [182] = {.lex_state = 283}, - [183] = {.lex_state = 283}, - [184] = {.lex_state = 283}, - [185] = {.lex_state = 283}, - [186] = {.lex_state = 283}, - [187] = {.lex_state = 283}, - [188] = {.lex_state = 283}, - [189] = {.lex_state = 283}, - [190] = {.lex_state = 283}, - [191] = {.lex_state = 283}, - [192] = {.lex_state = 283}, - [193] = {.lex_state = 283}, - [194] = {.lex_state = 283}, - [195] = {.lex_state = 283}, - [196] = {.lex_state = 283}, - [197] = {.lex_state = 283}, - [198] = {.lex_state = 283}, - [199] = {.lex_state = 283}, - [200] = {.lex_state = 283}, - [201] = {.lex_state = 283}, - [202] = {.lex_state = 283}, - [203] = {.lex_state = 283}, - [204] = {.lex_state = 283}, - [205] = {.lex_state = 283}, - [206] = {.lex_state = 283}, - [207] = {.lex_state = 283}, - [208] = {.lex_state = 283}, - [209] = {.lex_state = 283}, - [210] = {.lex_state = 283}, - [211] = {.lex_state = 283}, - [212] = {.lex_state = 283}, - [213] = {.lex_state = 283}, - [214] = {.lex_state = 283}, - [215] = {.lex_state = 283}, - [216] = {.lex_state = 283}, - [217] = {.lex_state = 283}, - [218] = {.lex_state = 283}, - [219] = {.lex_state = 283}, - [220] = {.lex_state = 283}, - [221] = {.lex_state = 283}, - [222] = {.lex_state = 283}, - [223] = {.lex_state = 283}, - [224] = {.lex_state = 283}, - [225] = {.lex_state = 283}, - [226] = {.lex_state = 283}, - [227] = {.lex_state = 283}, - [228] = {.lex_state = 283}, - [229] = {.lex_state = 283}, - [230] = {.lex_state = 283}, - [231] = {.lex_state = 283}, - [232] = {.lex_state = 283}, - [233] = {.lex_state = 283}, - [234] = {.lex_state = 283}, - [235] = {.lex_state = 283}, - [236] = {.lex_state = 283}, - [237] = {.lex_state = 283}, - [238] = {.lex_state = 283}, - [239] = {.lex_state = 283}, - [240] = {.lex_state = 283}, - [241] = {.lex_state = 283}, - [242] = {.lex_state = 283}, - [243] = {.lex_state = 283}, - [244] = {.lex_state = 283}, - [245] = {.lex_state = 283}, - [246] = {.lex_state = 283}, - [247] = {.lex_state = 283}, - [248] = {.lex_state = 283}, - [249] = {.lex_state = 283}, - [250] = {.lex_state = 283}, - [251] = {.lex_state = 283}, + [180] = {.lex_state = 309}, + [181] = {.lex_state = 309}, + [182] = {.lex_state = 309}, + [183] = {.lex_state = 309}, + [184] = {.lex_state = 309}, + [185] = {.lex_state = 309}, + [186] = {.lex_state = 309}, + [187] = {.lex_state = 309}, + [188] = {.lex_state = 309}, + [189] = {.lex_state = 309}, + [190] = {.lex_state = 309}, + [191] = {.lex_state = 309}, + [192] = {.lex_state = 309}, + [193] = {.lex_state = 309}, + [194] = {.lex_state = 309}, + [195] = {.lex_state = 309}, + [196] = {.lex_state = 309}, + [197] = {.lex_state = 309}, + [198] = {.lex_state = 309}, + [199] = {.lex_state = 309}, + [200] = {.lex_state = 309}, + [201] = {.lex_state = 309}, + [202] = {.lex_state = 309}, + [203] = {.lex_state = 309}, + [204] = {.lex_state = 309}, + [205] = {.lex_state = 309}, + [206] = {.lex_state = 309}, + [207] = {.lex_state = 309}, + [208] = {.lex_state = 309}, + [209] = {.lex_state = 309}, + [210] = {.lex_state = 309}, + [211] = {.lex_state = 309}, + [212] = {.lex_state = 309}, + [213] = {.lex_state = 309}, + [214] = {.lex_state = 309}, + [215] = {.lex_state = 309}, + [216] = {.lex_state = 309}, + [217] = {.lex_state = 309}, + [218] = {.lex_state = 309}, + [219] = {.lex_state = 309}, + [220] = {.lex_state = 309}, + [221] = {.lex_state = 309}, + [222] = {.lex_state = 309}, + [223] = {.lex_state = 309}, + [224] = {.lex_state = 309}, + [225] = {.lex_state = 309}, + [226] = {.lex_state = 309}, + [227] = {.lex_state = 309}, + [228] = {.lex_state = 309}, + [229] = {.lex_state = 309}, + [230] = {.lex_state = 309}, + [231] = {.lex_state = 309}, + [232] = {.lex_state = 309}, + [233] = {.lex_state = 309}, + [234] = {.lex_state = 309}, + [235] = {.lex_state = 309}, + [236] = {.lex_state = 309}, + [237] = {.lex_state = 309}, + [238] = {.lex_state = 309}, + [239] = {.lex_state = 309}, + [240] = {.lex_state = 309}, + [241] = {.lex_state = 309}, + [242] = {.lex_state = 309}, + [243] = {.lex_state = 309}, + [244] = {.lex_state = 309}, + [245] = {.lex_state = 309}, + [246] = {.lex_state = 309}, + [247] = {.lex_state = 309}, + [248] = {.lex_state = 309}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -9173,6 +9546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(1), [anon_sym_People] = ACTIONS(1), [anon_sym_Hair] = ACTIONS(1), + [anon_sym_Cat] = ACTIONS(1), [aux_sym_character_token1] = ACTIONS(1), [sym_string] = ACTIONS(1), [sym_multiLineString] = ACTIONS(1), @@ -9359,12 +9733,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(1), [anon_sym_utfu2088] = ACTIONS(1), [anon_sym_datetime] = ACTIONS(1), - [anon_sym_chunk] = ACTIONS(1), - [anon_sym_u2444] = ACTIONS(1), [anon_sym_choose] = ACTIONS(1), [anon_sym_permute] = ACTIONS(1), [anon_sym_orient] = ACTIONS(1), + [anon_sym_u2938] = ACTIONS(1), [anon_sym_fft] = ACTIONS(1), + [anon_sym_graphemes] = ACTIONS(1), + [anon_sym_timezone] = ACTIONS(1), + [anon_sym_around] = ACTIONS(1), + [anon_sym_u2019] = ACTIONS(1), + [anon_sym_base] = ACTIONS(1), + [anon_sym_sort] = ACTIONS(1), + [anon_sym_u2346] = ACTIONS(1), + [anon_sym_last] = ACTIONS(1), + [anon_sym_u22a3] = ACTIONS(1), [anon_sym_reduce] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_scan] = ACTIONS(1), @@ -9396,14 +9778,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(1), [anon_sym_u25f9] = ACTIONS(1), [anon_sym_astar] = ACTIONS(1), - [anon_sym_but] = ACTIONS(1), - [anon_sym_u2919] = ACTIONS(1), [anon_sym_with] = ACTIONS(1), + [anon_sym_u2919] = ACTIONS(1), + [anon_sym_off] = ACTIONS(1), [anon_sym_u291a] = ACTIONS(1), [anon_sym_above] = ACTIONS(1), [anon_sym_u25e0] = ACTIONS(1), [anon_sym_below] = ACTIONS(1), [anon_sym_u25e1] = ACTIONS(1), + [anon_sym_anti] = ACTIONS(1), + [anon_sym_u231d] = ACTIONS(1), + [anon_sym_obverse] = ACTIONS(1), + [anon_sym_toples] = ACTIONS(1), + [anon_sym_u29c5] = ACTIONS(1), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(1), [anon_sym_fold] = ACTIONS(1), [anon_sym_u2227] = ACTIONS(1), [anon_sym_table] = ACTIONS(1), @@ -9426,13 +9814,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(1), [anon_sym_do] = ACTIONS(1), [anon_sym_u2362] = ACTIONS(1), - [anon_sym_setinv] = ACTIONS(1), - [anon_sym_setunder] = ACTIONS(1), [anon_sym_f] = ACTIONS(1), [anon_sym_by] = ACTIONS(1), [anon_sym_u22b8] = ACTIONS(1), [anon_sym_quote] = ACTIONS(1), - [anon_sym_struct] = ACTIONS(1), [anon_sym_u2765] = ACTIONS(1), [anon_sym_u2192] = ACTIONS(1), [anon_sym_u2237] = ACTIONS(1), @@ -9447,39 +9832,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u22a0] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_deal] = ACTIONS(1), - [anon_sym_strands] = ACTIONS(1), - [anon_sym_u203f] = ACTIONS(1), [anon_sym_member] = ACTIONS(1), [anon_sym_u220a] = ACTIONS(1), [anon_sym_coordinate] = ACTIONS(1), [anon_sym_u27d4] = ACTIONS(1), [anon_sym_u03bb] = ACTIONS(1), [anon_sym_u22ca] = ACTIONS(1), + [anon_sym_chunk] = ACTIONS(1), + [anon_sym_u2444] = ACTIONS(1), + [anon_sym_setinv] = ACTIONS(1), + [anon_sym_setund] = ACTIONS(1), + [anon_sym_struct] = ACTIONS(1), [sym_emptyMultiLineString] = ACTIONS(1), [sym__endOfLine] = ACTIONS(5), }, [1] = { - [sym_source_file] = STATE(240), - [sym_PROGRAM] = STATE(245), - [sym_binding] = STATE(219), - [sym_module] = STATE(219), - [sym_segment] = STATE(219), + [sym_source_file] = STATE(236), + [sym_PROGRAM] = STATE(238), + [sym_binding] = STATE(220), + [sym_module] = STATE(220), + [sym_segment] = STATE(220), [sym_term] = STATE(49), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_PROGRAM_repeat1] = STATE(3), [aux_sym_array_repeat1] = STATE(76), [aux_sym_number_token1] = ACTIONS(7), @@ -9539,6 +9926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -9718,12 +10106,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -9755,14 +10151,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -9785,415 +10187,428 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym_emptyMultiLineString] = ACTIONS(59), + [sym_emptyMultiLineString] = ACTIONS(57), [sym__endOfLine] = ACTIONS(5), }, [2] = { - [sym_binding] = STATE(248), - [sym_module] = STATE(248), - [sym_segment] = STATE(248), + [sym_binding] = STATE(245), + [sym_module] = STATE(245), + [sym_segment] = STATE(245), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), + [sym_deprecated] = STATE(86), [aux_sym_PROGRAM_repeat1] = STATE(2), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(61), - [sym_fraction] = ACTIONS(64), - [anon_sym_Days] = ACTIONS(67), - [anon_sym_Months] = ACTIONS(67), - [anon_sym_MonthDays] = ACTIONS(67), - [anon_sym_LeanMonthDays] = ACTIONS(67), - [anon_sym_White] = ACTIONS(67), - [anon_sym_Black] = ACTIONS(67), - [anon_sym_Red] = ACTIONS(67), - [anon_sym_Orange] = ACTIONS(67), - [anon_sym_Yellow] = ACTIONS(67), - [anon_sym_Green] = ACTIONS(67), - [anon_sym_Cyan] = ACTIONS(67), - [anon_sym_Blue] = ACTIONS(67), - [anon_sym_Purple] = ACTIONS(67), - [anon_sym_Magenta] = ACTIONS(67), - [anon_sym_Gay] = ACTIONS(67), - [anon_sym_Lesbian] = ACTIONS(67), - [anon_sym_Bi] = ACTIONS(67), - [anon_sym_Trans] = ACTIONS(67), - [anon_sym_Pan] = ACTIONS(67), - [anon_sym_Ace] = ACTIONS(67), - [anon_sym_Aro] = ACTIONS(67), - [anon_sym_Aroace] = ACTIONS(67), - [anon_sym_Enby] = ACTIONS(67), - [anon_sym_Fluid] = ACTIONS(67), - [anon_sym_Queer] = ACTIONS(67), - [anon_sym_Agender] = ACTIONS(67), - [anon_sym_PrideFlags] = ACTIONS(67), - [anon_sym_PrideFlagNames] = ACTIONS(67), - [anon_sym_True] = ACTIONS(67), - [anon_sym_False] = ACTIONS(67), - [anon_sym_NULL] = ACTIONS(67), - [anon_sym_Logo] = ACTIONS(67), - [anon_sym_Lena] = ACTIONS(67), - [anon_sym_Music] = ACTIONS(67), - [anon_sym_Lorem] = ACTIONS(67), - [anon_sym_Os] = ACTIONS(67), - [anon_sym_Family] = ACTIONS(67), - [anon_sym_Arch] = ACTIONS(67), - [anon_sym_ExeExt] = ACTIONS(67), - [anon_sym_DllExt] = ACTIONS(67), - [anon_sym_Sep] = ACTIONS(67), - [anon_sym_ThisFile] = ACTIONS(67), - [anon_sym_ThisFileName] = ACTIONS(67), - [anon_sym_ThisFileDir] = ACTIONS(67), - [anon_sym_WorkingDir] = ACTIONS(67), - [anon_sym_NumProcs] = ACTIONS(67), - [anon_sym_Planets] = ACTIONS(67), - [anon_sym_Zodiac] = ACTIONS(67), - [anon_sym_Suits] = ACTIONS(67), - [anon_sym_Cards] = ACTIONS(67), - [anon_sym_Chess] = ACTIONS(67), - [anon_sym_Moon] = ACTIONS(67), - [anon_sym_Skin] = ACTIONS(67), - [anon_sym_People] = ACTIONS(67), - [anon_sym_Hair] = ACTIONS(67), - [aux_sym_character_token1] = ACTIONS(70), - [sym_string] = ACTIONS(73), - [sym_multiLineString] = ACTIONS(73), - [sym_identifier] = ACTIONS(76), - [sym_identifierDeprecated] = ACTIONS(79), - [sym_system] = ACTIONS(73), - [sym_comment] = ACTIONS(82), - [sym_tripleMinus] = ACTIONS(85), - [sym_openParen] = ACTIONS(88), - [sym_openCurly] = ACTIONS(91), - [sym_openBracket] = ACTIONS(94), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(100), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(103), - [anon_sym_e] = ACTIONS(106), - [anon_sym_NaN] = ACTIONS(106), - [anon_sym_eta] = ACTIONS(109), - [anon_sym_u03b7] = ACTIONS(106), - [anon_sym_pi] = ACTIONS(106), - [anon_sym_u03c0] = ACTIONS(106), - [anon_sym_tau] = ACTIONS(109), - [anon_sym_u03c4] = ACTIONS(106), - [anon_sym_infinity] = ACTIONS(109), - [anon_sym_u221e] = ACTIONS(109), - [anon_sym_W] = ACTIONS(106), - [anon_sym_i] = ACTIONS(106), - [anon_sym_MaxInt] = ACTIONS(106), - [anon_sym_HexDigits] = ACTIONS(106), - [anon_sym_DOT] = ACTIONS(112), - [anon_sym_COMMA] = ACTIONS(112), - [anon_sym_COLON] = ACTIONS(112), - [anon_sym_u25cc] = ACTIONS(112), - [anon_sym_identity] = ACTIONS(112), - [anon_sym_id] = ACTIONS(115), - [anon_sym_u2218] = ACTIONS(112), - [anon_sym_not] = ACTIONS(112), - [anon_sym_u00ac] = ACTIONS(112), - [anon_sym_sign] = ACTIONS(115), - [anon_sym_u00b1] = ACTIONS(112), - [anon_sym_BQUOTE] = ACTIONS(112), - [anon_sym_u00af] = ACTIONS(115), - [anon_sym_absolutevalue] = ACTIONS(112), - [anon_sym_u2335] = ACTIONS(112), - [anon_sym_sqrt] = ACTIONS(112), - [anon_sym_u221a] = ACTIONS(112), - [anon_sym_sine] = ACTIONS(112), - [anon_sym_u25cb] = ACTIONS(112), - [anon_sym_u223f] = ACTIONS(112), - [anon_sym_floor] = ACTIONS(112), - [anon_sym_u230a] = ACTIONS(112), - [anon_sym_ceiling] = ACTIONS(112), - [anon_sym_u2308] = ACTIONS(112), - [anon_sym_round] = ACTIONS(112), - [anon_sym_u2045] = ACTIONS(112), - [anon_sym_EQ] = ACTIONS(112), - [anon_sym_BANG_EQ] = ACTIONS(112), - [anon_sym_u2260] = ACTIONS(112), - [anon_sym_LT] = ACTIONS(115), - [anon_sym_LT_EQ] = ACTIONS(112), - [anon_sym_u2264] = ACTIONS(112), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_GT_EQ] = ACTIONS(112), - [anon_sym_u2265] = ACTIONS(112), - [anon_sym_PLUS] = ACTIONS(112), - [anon_sym_DASH] = ACTIONS(115), - [anon_sym_STAR] = ACTIONS(112), - [anon_sym_u00d7] = ACTIONS(112), - [anon_sym_PERCENT] = ACTIONS(112), - [anon_sym_u00f7] = ACTIONS(112), - [anon_sym_modulus] = ACTIONS(112), - [anon_sym_u25ff] = ACTIONS(112), - [anon_sym_power] = ACTIONS(112), - [anon_sym_u207f] = ACTIONS(112), - [anon_sym_logarithm] = ACTIONS(112), - [anon_sym_u2099] = ACTIONS(112), - [anon_sym_minimum] = ACTIONS(112), - [anon_sym_u21a7] = ACTIONS(112), - [anon_sym_maximum] = ACTIONS(112), - [anon_sym_u21a5] = ACTIONS(112), - [anon_sym_atangent] = ACTIONS(112), - [anon_sym_u2220] = ACTIONS(112), - [anon_sym_length] = ACTIONS(112), - [anon_sym_u29fb] = ACTIONS(112), - [anon_sym_shape] = ACTIONS(112), - [anon_sym_u25b3] = ACTIONS(112), - [anon_sym_range] = ACTIONS(112), - [anon_sym_u21e1] = ACTIONS(112), - [anon_sym_first] = ACTIONS(112), - [anon_sym_u22a2] = ACTIONS(112), - [anon_sym_reverse] = ACTIONS(112), - [anon_sym_u21cc] = ACTIONS(112), - [anon_sym_deshape] = ACTIONS(112), - [anon_sym_u266d] = ACTIONS(112), - [anon_sym_bits] = ACTIONS(112), - [anon_sym_u22ef] = ACTIONS(112), - [anon_sym_transpose] = ACTIONS(112), - [anon_sym_u2349] = ACTIONS(112), - [anon_sym_rise] = ACTIONS(112), - [anon_sym_u234f] = ACTIONS(112), - [anon_sym_fall] = ACTIONS(112), - [anon_sym_u2356] = ACTIONS(112), - [anon_sym_where] = ACTIONS(112), - [anon_sym_u229a] = ACTIONS(112), - [anon_sym_classify] = ACTIONS(112), - [anon_sym_u229b] = ACTIONS(112), - [anon_sym_deduplicate] = ACTIONS(112), - [anon_sym_u25f4] = ACTIONS(112), - [anon_sym_box] = ACTIONS(112), - [anon_sym_u25a1] = ACTIONS(112), - [anon_sym_match] = ACTIONS(112), - [anon_sym_u224d] = ACTIONS(112), - [anon_sym_couple] = ACTIONS(112), - [anon_sym_u229f] = ACTIONS(112), - [anon_sym_join] = ACTIONS(112), - [anon_sym_u2282] = ACTIONS(112), - [anon_sym_select] = ACTIONS(112), - [anon_sym_u228f] = ACTIONS(112), - [anon_sym_pick] = ACTIONS(112), - [anon_sym_u22a1] = ACTIONS(112), - [anon_sym_reshape] = ACTIONS(112), - [anon_sym_u21af] = ACTIONS(112), - [anon_sym_take] = ACTIONS(112), - [anon_sym_u2199] = ACTIONS(112), - [anon_sym_drop] = ACTIONS(112), - [anon_sym_u2198] = ACTIONS(112), - [anon_sym_rotate] = ACTIONS(112), - [anon_sym_u21bb] = ACTIONS(112), - [anon_sym_windows] = ACTIONS(112), - [anon_sym_u25eb] = ACTIONS(112), - [anon_sym_keep] = ACTIONS(112), - [anon_sym_u25bd] = ACTIONS(112), - [anon_sym_find] = ACTIONS(112), - [anon_sym_u2315] = ACTIONS(112), - [anon_sym_indexof] = ACTIONS(112), - [anon_sym_u2297] = ACTIONS(112), - [anon_sym_assert] = ACTIONS(112), - [anon_sym_u2364] = ACTIONS(112), - [anon_sym_wait] = ACTIONS(112), - [anon_sym_parse] = ACTIONS(112), - [anon_sym_u22d5] = ACTIONS(112), - [anon_sym_random] = ACTIONS(112), - [anon_sym_u2682] = ACTIONS(112), - [anon_sym_gen] = ACTIONS(112), - [anon_sym_tag] = ACTIONS(112), - [anon_sym_now] = ACTIONS(112), - [anon_sym_type] = ACTIONS(112), - [anon_sym_u2e2e] = ACTIONS(112), - [anon_sym_dump] = ACTIONS(112), - [anon_sym_regex] = ACTIONS(112), - [anon_sym_send] = ACTIONS(112), - [anon_sym_recv] = ACTIONS(112), - [anon_sym_tryrecv] = ACTIONS(112), - [anon_sym_complex] = ACTIONS(112), - [anon_sym_u2102] = ACTIONS(112), - [anon_sym_rerank] = ACTIONS(112), - [anon_sym_u2607] = ACTIONS(112), - [anon_sym_fix] = ACTIONS(112), - [anon_sym_u00a4] = ACTIONS(112), - [anon_sym_QMARK] = ACTIONS(112), - [anon_sym_unique] = ACTIONS(112), - [anon_sym_u25f0] = ACTIONS(112), - [anon_sym_map] = ACTIONS(112), - [anon_sym_has] = ACTIONS(112), - [anon_sym_get] = ACTIONS(112), - [anon_sym_insert] = ACTIONS(112), - [anon_sym_remove] = ACTIONS(112), - [anon_sym_repr] = ACTIONS(112), - [anon_sym_mask] = ACTIONS(112), - [anon_sym_u29b7] = ACTIONS(112), - [anon_sym_csv] = ACTIONS(112), - [anon_sym_json] = ACTIONS(112), - [anon_sym_xlsx] = ACTIONS(112), - [anon_sym_memberOf] = ACTIONS(112), - [anon_sym_u2208] = ACTIONS(112), - [anon_sym_imen] = ACTIONS(112), - [anon_sym_gife] = ACTIONS(112), - [anon_sym_auden] = ACTIONS(112), - [anon_sym_utfu2088] = ACTIONS(112), - [anon_sym_datetime] = ACTIONS(112), - [anon_sym_chunk] = ACTIONS(112), - [anon_sym_u2444] = ACTIONS(112), - [anon_sym_choose] = ACTIONS(112), - [anon_sym_permute] = ACTIONS(112), - [anon_sym_orient] = ACTIONS(112), - [anon_sym_fft] = ACTIONS(112), - [anon_sym_reduce] = ACTIONS(118), - [anon_sym_SLASH] = ACTIONS(118), - [anon_sym_scan] = ACTIONS(118), - [anon_sym_BSLASH] = ACTIONS(118), - [anon_sym_each] = ACTIONS(118), - [anon_sym_u2235] = ACTIONS(118), - [anon_sym_rows] = ACTIONS(118), - [anon_sym_u2261] = ACTIONS(118), - [anon_sym_repeat] = ACTIONS(118), - [anon_sym_u2365] = ACTIONS(118), - [anon_sym_dip] = ACTIONS(118), - [anon_sym_u2299] = ACTIONS(118), - [anon_sym_gap] = ACTIONS(118), - [anon_sym_u22c5] = ACTIONS(118), - [anon_sym_spawn] = ACTIONS(118), - [anon_sym_rectify] = ACTIONS(118), - [anon_sym_u2305] = ACTIONS(118), - [anon_sym_un] = ACTIONS(121), - [anon_sym_u00b0] = ACTIONS(118), - [anon_sym_on] = ACTIONS(121), - [anon_sym_u27dc] = ACTIONS(118), - [anon_sym_inventory] = ACTIONS(118), - [anon_sym_u235a] = ACTIONS(118), - [anon_sym_content] = ACTIONS(118), - [anon_sym_u25c7] = ACTIONS(118), - [anon_sym_pool] = ACTIONS(118), - [anon_sym_stringify] = ACTIONS(118), - [anon_sym_signature] = ACTIONS(118), - [anon_sym_triangle] = ACTIONS(118), - [anon_sym_u25f9] = ACTIONS(118), - [anon_sym_astar] = ACTIONS(118), - [anon_sym_but] = ACTIONS(118), - [anon_sym_u2919] = ACTIONS(118), - [anon_sym_with] = ACTIONS(118), - [anon_sym_u291a] = ACTIONS(118), - [anon_sym_above] = ACTIONS(118), - [anon_sym_u25e0] = ACTIONS(118), - [anon_sym_below] = ACTIONS(118), - [anon_sym_u25e1] = ACTIONS(118), - [anon_sym_fold] = ACTIONS(124), - [anon_sym_u2227] = ACTIONS(124), - [anon_sym_table] = ACTIONS(124), - [anon_sym_u229e] = ACTIONS(124), - [anon_sym_group] = ACTIONS(124), - [anon_sym_u2295] = ACTIONS(124), - [anon_sym_partition] = ACTIONS(124), - [anon_sym_u229c] = ACTIONS(124), - [anon_sym_both] = ACTIONS(124), - [anon_sym_u2229] = ACTIONS(124), - [anon_sym_bracket] = ACTIONS(124), - [anon_sym_u2293] = ACTIONS(124), - [anon_sym_fork] = ACTIONS(124), - [anon_sym_u2283] = ACTIONS(124), - [anon_sym_under] = ACTIONS(124), - [anon_sym_u235c] = ACTIONS(124), - [anon_sym_fill] = ACTIONS(124), - [anon_sym_u2b1a] = ACTIONS(124), - [anon_sym_try] = ACTIONS(127), - [anon_sym_u2363] = ACTIONS(124), - [anon_sym_do] = ACTIONS(127), - [anon_sym_u2362] = ACTIONS(124), - [anon_sym_setinv] = ACTIONS(124), - [anon_sym_setunder] = ACTIONS(124), - [anon_sym_f] = ACTIONS(127), - [anon_sym_by] = ACTIONS(127), - [anon_sym_u22b8] = ACTIONS(124), - [anon_sym_quote] = ACTIONS(124), - [anon_sym_struct] = ACTIONS(130), - [anon_sym_u2765] = ACTIONS(133), - [anon_sym_u2192] = ACTIONS(133), - [anon_sym_u2237] = ACTIONS(133), - [anon_sym_u00b7] = ACTIONS(133), - [anon_sym_u235b] = ACTIONS(133), - [anon_sym_u2302] = ACTIONS(133), - [anon_sym_u21b0] = ACTIONS(133), - [anon_sym_unpack] = ACTIONS(133), - [anon_sym_u2290] = ACTIONS(133), - [anon_sym_u229d] = ACTIONS(133), - [anon_sym_cross] = ACTIONS(133), - [anon_sym_u22a0] = ACTIONS(133), - [anon_sym_SEMI] = ACTIONS(133), - [anon_sym_deal] = ACTIONS(133), - [anon_sym_strands] = ACTIONS(133), - [anon_sym_u203f] = ACTIONS(133), - [anon_sym_member] = ACTIONS(136), - [anon_sym_u220a] = ACTIONS(133), - [anon_sym_coordinate] = ACTIONS(133), - [anon_sym_u27d4] = ACTIONS(133), - [anon_sym_u03bb] = ACTIONS(133), - [anon_sym_u22ca] = ACTIONS(133), - [sym_emptyMultiLineString] = ACTIONS(139), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(59), + [sym_fraction] = ACTIONS(62), + [anon_sym_Days] = ACTIONS(65), + [anon_sym_Months] = ACTIONS(65), + [anon_sym_MonthDays] = ACTIONS(65), + [anon_sym_LeanMonthDays] = ACTIONS(65), + [anon_sym_White] = ACTIONS(65), + [anon_sym_Black] = ACTIONS(65), + [anon_sym_Red] = ACTIONS(65), + [anon_sym_Orange] = ACTIONS(65), + [anon_sym_Yellow] = ACTIONS(65), + [anon_sym_Green] = ACTIONS(65), + [anon_sym_Cyan] = ACTIONS(65), + [anon_sym_Blue] = ACTIONS(65), + [anon_sym_Purple] = ACTIONS(65), + [anon_sym_Magenta] = ACTIONS(65), + [anon_sym_Gay] = ACTIONS(65), + [anon_sym_Lesbian] = ACTIONS(65), + [anon_sym_Bi] = ACTIONS(65), + [anon_sym_Trans] = ACTIONS(65), + [anon_sym_Pan] = ACTIONS(65), + [anon_sym_Ace] = ACTIONS(65), + [anon_sym_Aro] = ACTIONS(65), + [anon_sym_Aroace] = ACTIONS(65), + [anon_sym_Enby] = ACTIONS(65), + [anon_sym_Fluid] = ACTIONS(65), + [anon_sym_Queer] = ACTIONS(65), + [anon_sym_Agender] = ACTIONS(65), + [anon_sym_PrideFlags] = ACTIONS(65), + [anon_sym_PrideFlagNames] = ACTIONS(65), + [anon_sym_True] = ACTIONS(65), + [anon_sym_False] = ACTIONS(65), + [anon_sym_NULL] = ACTIONS(65), + [anon_sym_Logo] = ACTIONS(65), + [anon_sym_Lena] = ACTIONS(65), + [anon_sym_Music] = ACTIONS(65), + [anon_sym_Lorem] = ACTIONS(65), + [anon_sym_Os] = ACTIONS(65), + [anon_sym_Family] = ACTIONS(65), + [anon_sym_Arch] = ACTIONS(65), + [anon_sym_ExeExt] = ACTIONS(65), + [anon_sym_DllExt] = ACTIONS(65), + [anon_sym_Sep] = ACTIONS(65), + [anon_sym_ThisFile] = ACTIONS(65), + [anon_sym_ThisFileName] = ACTIONS(65), + [anon_sym_ThisFileDir] = ACTIONS(65), + [anon_sym_WorkingDir] = ACTIONS(65), + [anon_sym_NumProcs] = ACTIONS(65), + [anon_sym_Planets] = ACTIONS(65), + [anon_sym_Zodiac] = ACTIONS(65), + [anon_sym_Suits] = ACTIONS(65), + [anon_sym_Cards] = ACTIONS(65), + [anon_sym_Chess] = ACTIONS(65), + [anon_sym_Moon] = ACTIONS(65), + [anon_sym_Skin] = ACTIONS(65), + [anon_sym_People] = ACTIONS(65), + [anon_sym_Hair] = ACTIONS(65), + [anon_sym_Cat] = ACTIONS(65), + [aux_sym_character_token1] = ACTIONS(68), + [sym_string] = ACTIONS(71), + [sym_multiLineString] = ACTIONS(71), + [sym_identifier] = ACTIONS(74), + [sym_identifierDeprecated] = ACTIONS(77), + [sym_system] = ACTIONS(71), + [sym_comment] = ACTIONS(80), + [sym_tripleMinus] = ACTIONS(83), + [sym_openParen] = ACTIONS(86), + [sym_openCurly] = ACTIONS(89), + [sym_openBracket] = ACTIONS(92), + [anon_sym_CARET] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(98), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(101), + [anon_sym_e] = ACTIONS(104), + [anon_sym_NaN] = ACTIONS(104), + [anon_sym_eta] = ACTIONS(107), + [anon_sym_u03b7] = ACTIONS(104), + [anon_sym_pi] = ACTIONS(104), + [anon_sym_u03c0] = ACTIONS(104), + [anon_sym_tau] = ACTIONS(107), + [anon_sym_u03c4] = ACTIONS(104), + [anon_sym_infinity] = ACTIONS(107), + [anon_sym_u221e] = ACTIONS(107), + [anon_sym_W] = ACTIONS(104), + [anon_sym_i] = ACTIONS(104), + [anon_sym_MaxInt] = ACTIONS(104), + [anon_sym_HexDigits] = ACTIONS(104), + [anon_sym_DOT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(110), + [anon_sym_COLON] = ACTIONS(110), + [anon_sym_u25cc] = ACTIONS(110), + [anon_sym_identity] = ACTIONS(110), + [anon_sym_id] = ACTIONS(113), + [anon_sym_u2218] = ACTIONS(110), + [anon_sym_not] = ACTIONS(110), + [anon_sym_u00ac] = ACTIONS(110), + [anon_sym_sign] = ACTIONS(113), + [anon_sym_u00b1] = ACTIONS(110), + [anon_sym_BQUOTE] = ACTIONS(110), + [anon_sym_u00af] = ACTIONS(113), + [anon_sym_absolutevalue] = ACTIONS(110), + [anon_sym_u2335] = ACTIONS(110), + [anon_sym_sqrt] = ACTIONS(110), + [anon_sym_u221a] = ACTIONS(110), + [anon_sym_sine] = ACTIONS(110), + [anon_sym_u25cb] = ACTIONS(110), + [anon_sym_u223f] = ACTIONS(110), + [anon_sym_floor] = ACTIONS(110), + [anon_sym_u230a] = ACTIONS(110), + [anon_sym_ceiling] = ACTIONS(110), + [anon_sym_u2308] = ACTIONS(110), + [anon_sym_round] = ACTIONS(110), + [anon_sym_u2045] = ACTIONS(110), + [anon_sym_EQ] = ACTIONS(110), + [anon_sym_BANG_EQ] = ACTIONS(110), + [anon_sym_u2260] = ACTIONS(110), + [anon_sym_LT] = ACTIONS(113), + [anon_sym_LT_EQ] = ACTIONS(110), + [anon_sym_u2264] = ACTIONS(110), + [anon_sym_GT] = ACTIONS(113), + [anon_sym_GT_EQ] = ACTIONS(110), + [anon_sym_u2265] = ACTIONS(110), + [anon_sym_PLUS] = ACTIONS(110), + [anon_sym_DASH] = ACTIONS(113), + [anon_sym_STAR] = ACTIONS(110), + [anon_sym_u00d7] = ACTIONS(110), + [anon_sym_PERCENT] = ACTIONS(110), + [anon_sym_u00f7] = ACTIONS(110), + [anon_sym_modulus] = ACTIONS(110), + [anon_sym_u25ff] = ACTIONS(110), + [anon_sym_power] = ACTIONS(110), + [anon_sym_u207f] = ACTIONS(110), + [anon_sym_logarithm] = ACTIONS(110), + [anon_sym_u2099] = ACTIONS(110), + [anon_sym_minimum] = ACTIONS(110), + [anon_sym_u21a7] = ACTIONS(110), + [anon_sym_maximum] = ACTIONS(110), + [anon_sym_u21a5] = ACTIONS(110), + [anon_sym_atangent] = ACTIONS(110), + [anon_sym_u2220] = ACTIONS(110), + [anon_sym_length] = ACTIONS(110), + [anon_sym_u29fb] = ACTIONS(110), + [anon_sym_shape] = ACTIONS(110), + [anon_sym_u25b3] = ACTIONS(110), + [anon_sym_range] = ACTIONS(110), + [anon_sym_u21e1] = ACTIONS(110), + [anon_sym_first] = ACTIONS(110), + [anon_sym_u22a2] = ACTIONS(110), + [anon_sym_reverse] = ACTIONS(110), + [anon_sym_u21cc] = ACTIONS(110), + [anon_sym_deshape] = ACTIONS(110), + [anon_sym_u266d] = ACTIONS(110), + [anon_sym_bits] = ACTIONS(110), + [anon_sym_u22ef] = ACTIONS(110), + [anon_sym_transpose] = ACTIONS(110), + [anon_sym_u2349] = ACTIONS(110), + [anon_sym_rise] = ACTIONS(110), + [anon_sym_u234f] = ACTIONS(110), + [anon_sym_fall] = ACTIONS(110), + [anon_sym_u2356] = ACTIONS(110), + [anon_sym_where] = ACTIONS(110), + [anon_sym_u229a] = ACTIONS(110), + [anon_sym_classify] = ACTIONS(110), + [anon_sym_u229b] = ACTIONS(110), + [anon_sym_deduplicate] = ACTIONS(110), + [anon_sym_u25f4] = ACTIONS(110), + [anon_sym_box] = ACTIONS(110), + [anon_sym_u25a1] = ACTIONS(110), + [anon_sym_match] = ACTIONS(110), + [anon_sym_u224d] = ACTIONS(110), + [anon_sym_couple] = ACTIONS(110), + [anon_sym_u229f] = ACTIONS(110), + [anon_sym_join] = ACTIONS(110), + [anon_sym_u2282] = ACTIONS(110), + [anon_sym_select] = ACTIONS(110), + [anon_sym_u228f] = ACTIONS(110), + [anon_sym_pick] = ACTIONS(110), + [anon_sym_u22a1] = ACTIONS(110), + [anon_sym_reshape] = ACTIONS(110), + [anon_sym_u21af] = ACTIONS(110), + [anon_sym_take] = ACTIONS(110), + [anon_sym_u2199] = ACTIONS(110), + [anon_sym_drop] = ACTIONS(110), + [anon_sym_u2198] = ACTIONS(110), + [anon_sym_rotate] = ACTIONS(110), + [anon_sym_u21bb] = ACTIONS(110), + [anon_sym_windows] = ACTIONS(110), + [anon_sym_u25eb] = ACTIONS(110), + [anon_sym_keep] = ACTIONS(110), + [anon_sym_u25bd] = ACTIONS(110), + [anon_sym_find] = ACTIONS(110), + [anon_sym_u2315] = ACTIONS(110), + [anon_sym_indexof] = ACTIONS(110), + [anon_sym_u2297] = ACTIONS(110), + [anon_sym_assert] = ACTIONS(110), + [anon_sym_u2364] = ACTIONS(110), + [anon_sym_wait] = ACTIONS(110), + [anon_sym_parse] = ACTIONS(110), + [anon_sym_u22d5] = ACTIONS(110), + [anon_sym_random] = ACTIONS(110), + [anon_sym_u2682] = ACTIONS(110), + [anon_sym_gen] = ACTIONS(110), + [anon_sym_tag] = ACTIONS(110), + [anon_sym_now] = ACTIONS(110), + [anon_sym_type] = ACTIONS(110), + [anon_sym_u2e2e] = ACTIONS(110), + [anon_sym_dump] = ACTIONS(110), + [anon_sym_regex] = ACTIONS(110), + [anon_sym_send] = ACTIONS(110), + [anon_sym_recv] = ACTIONS(110), + [anon_sym_tryrecv] = ACTIONS(110), + [anon_sym_complex] = ACTIONS(110), + [anon_sym_u2102] = ACTIONS(110), + [anon_sym_rerank] = ACTIONS(110), + [anon_sym_u2607] = ACTIONS(110), + [anon_sym_fix] = ACTIONS(110), + [anon_sym_u00a4] = ACTIONS(110), + [anon_sym_QMARK] = ACTIONS(110), + [anon_sym_unique] = ACTIONS(110), + [anon_sym_u25f0] = ACTIONS(110), + [anon_sym_map] = ACTIONS(110), + [anon_sym_has] = ACTIONS(110), + [anon_sym_get] = ACTIONS(110), + [anon_sym_insert] = ACTIONS(110), + [anon_sym_remove] = ACTIONS(110), + [anon_sym_repr] = ACTIONS(110), + [anon_sym_mask] = ACTIONS(110), + [anon_sym_u29b7] = ACTIONS(110), + [anon_sym_csv] = ACTIONS(110), + [anon_sym_json] = ACTIONS(110), + [anon_sym_xlsx] = ACTIONS(110), + [anon_sym_memberOf] = ACTIONS(110), + [anon_sym_u2208] = ACTIONS(110), + [anon_sym_imen] = ACTIONS(110), + [anon_sym_gife] = ACTIONS(110), + [anon_sym_auden] = ACTIONS(110), + [anon_sym_utfu2088] = ACTIONS(110), + [anon_sym_datetime] = ACTIONS(110), + [anon_sym_choose] = ACTIONS(110), + [anon_sym_permute] = ACTIONS(110), + [anon_sym_orient] = ACTIONS(110), + [anon_sym_u2938] = ACTIONS(110), + [anon_sym_fft] = ACTIONS(110), + [anon_sym_graphemes] = ACTIONS(110), + [anon_sym_timezone] = ACTIONS(110), + [anon_sym_around] = ACTIONS(110), + [anon_sym_u2019] = ACTIONS(110), + [anon_sym_base] = ACTIONS(110), + [anon_sym_sort] = ACTIONS(110), + [anon_sym_u2346] = ACTIONS(110), + [anon_sym_last] = ACTIONS(110), + [anon_sym_u22a3] = ACTIONS(110), + [anon_sym_reduce] = ACTIONS(116), + [anon_sym_SLASH] = ACTIONS(116), + [anon_sym_scan] = ACTIONS(116), + [anon_sym_BSLASH] = ACTIONS(116), + [anon_sym_each] = ACTIONS(116), + [anon_sym_u2235] = ACTIONS(116), + [anon_sym_rows] = ACTIONS(116), + [anon_sym_u2261] = ACTIONS(116), + [anon_sym_repeat] = ACTIONS(116), + [anon_sym_u2365] = ACTIONS(116), + [anon_sym_dip] = ACTIONS(116), + [anon_sym_u2299] = ACTIONS(116), + [anon_sym_gap] = ACTIONS(116), + [anon_sym_u22c5] = ACTIONS(116), + [anon_sym_spawn] = ACTIONS(116), + [anon_sym_rectify] = ACTIONS(116), + [anon_sym_u2305] = ACTIONS(116), + [anon_sym_un] = ACTIONS(119), + [anon_sym_u00b0] = ACTIONS(116), + [anon_sym_on] = ACTIONS(119), + [anon_sym_u27dc] = ACTIONS(116), + [anon_sym_inventory] = ACTIONS(116), + [anon_sym_u235a] = ACTIONS(116), + [anon_sym_content] = ACTIONS(116), + [anon_sym_u25c7] = ACTIONS(116), + [anon_sym_pool] = ACTIONS(116), + [anon_sym_stringify] = ACTIONS(116), + [anon_sym_signature] = ACTIONS(116), + [anon_sym_triangle] = ACTIONS(116), + [anon_sym_u25f9] = ACTIONS(116), + [anon_sym_astar] = ACTIONS(116), + [anon_sym_with] = ACTIONS(116), + [anon_sym_u2919] = ACTIONS(116), + [anon_sym_off] = ACTIONS(116), + [anon_sym_u291a] = ACTIONS(116), + [anon_sym_above] = ACTIONS(116), + [anon_sym_u25e0] = ACTIONS(116), + [anon_sym_below] = ACTIONS(116), + [anon_sym_u25e1] = ACTIONS(116), + [anon_sym_anti] = ACTIONS(116), + [anon_sym_u231d] = ACTIONS(116), + [anon_sym_obverse] = ACTIONS(116), + [anon_sym_toples] = ACTIONS(116), + [anon_sym_u29c5] = ACTIONS(116), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(116), + [anon_sym_fold] = ACTIONS(122), + [anon_sym_u2227] = ACTIONS(122), + [anon_sym_table] = ACTIONS(122), + [anon_sym_u229e] = ACTIONS(122), + [anon_sym_group] = ACTIONS(122), + [anon_sym_u2295] = ACTIONS(122), + [anon_sym_partition] = ACTIONS(122), + [anon_sym_u229c] = ACTIONS(122), + [anon_sym_both] = ACTIONS(122), + [anon_sym_u2229] = ACTIONS(122), + [anon_sym_bracket] = ACTIONS(122), + [anon_sym_u2293] = ACTIONS(122), + [anon_sym_fork] = ACTIONS(122), + [anon_sym_u2283] = ACTIONS(122), + [anon_sym_under] = ACTIONS(122), + [anon_sym_u235c] = ACTIONS(122), + [anon_sym_fill] = ACTIONS(122), + [anon_sym_u2b1a] = ACTIONS(122), + [anon_sym_try] = ACTIONS(125), + [anon_sym_u2363] = ACTIONS(122), + [anon_sym_do] = ACTIONS(125), + [anon_sym_u2362] = ACTIONS(122), + [anon_sym_f] = ACTIONS(125), + [anon_sym_by] = ACTIONS(125), + [anon_sym_u22b8] = ACTIONS(122), + [anon_sym_quote] = ACTIONS(122), + [anon_sym_u2765] = ACTIONS(128), + [anon_sym_u2192] = ACTIONS(128), + [anon_sym_u2237] = ACTIONS(128), + [anon_sym_u00b7] = ACTIONS(128), + [anon_sym_u235b] = ACTIONS(128), + [anon_sym_u2302] = ACTIONS(128), + [anon_sym_u21b0] = ACTIONS(128), + [anon_sym_unpack] = ACTIONS(128), + [anon_sym_u2290] = ACTIONS(128), + [anon_sym_u229d] = ACTIONS(128), + [anon_sym_cross] = ACTIONS(128), + [anon_sym_u22a0] = ACTIONS(128), + [anon_sym_SEMI] = ACTIONS(128), + [anon_sym_deal] = ACTIONS(128), + [anon_sym_member] = ACTIONS(131), + [anon_sym_u220a] = ACTIONS(128), + [anon_sym_coordinate] = ACTIONS(128), + [anon_sym_u27d4] = ACTIONS(128), + [anon_sym_u03bb] = ACTIONS(128), + [anon_sym_u22ca] = ACTIONS(128), + [anon_sym_chunk] = ACTIONS(128), + [anon_sym_u2444] = ACTIONS(128), + [anon_sym_setinv] = ACTIONS(128), + [anon_sym_setund] = ACTIONS(128), + [anon_sym_struct] = ACTIONS(128), + [sym_emptyMultiLineString] = ACTIONS(134), [sym__endOfLine] = ACTIONS(5), }, [3] = { - [sym_binding] = STATE(233), - [sym_module] = STATE(233), - [sym_segment] = STATE(233), + [sym_binding] = STATE(212), + [sym_module] = STATE(212), + [sym_segment] = STATE(212), [sym_term] = STATE(49), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_PROGRAM_repeat1] = STATE(2), [aux_sym_array_repeat1] = STATE(76), [aux_sym_number_token1] = ACTIONS(7), @@ -10253,6 +10668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -10432,12 +10848,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -10469,14 +10893,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -10499,1482 +10929,1537 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym_emptyMultiLineString] = ACTIONS(142), + [sym_emptyMultiLineString] = ACTIONS(137), [sym__endOfLine] = ACTIONS(5), }, [4] = { - [sym_segment] = STATE(213), + [sym_segment] = STATE(210), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_branchSeparator] = STATE(165), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_branchSeparator] = STATE(163), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(154), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_closeParen] = ACTIONS(162), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_underscore] = ACTIONS(168), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(162), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(149), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_closeParen] = ACTIONS(157), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_underscore] = ACTIONS(163), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(157), }, [5] = { - [sym_segment] = STATE(213), + [sym_segment] = STATE(210), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_branchSeparator] = STATE(151), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_branchSeparator] = STATE(165), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(154), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_closeParen] = ACTIONS(162), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_underscore] = ACTIONS(168), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(162), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(149), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_closeParen] = ACTIONS(157), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_underscore] = ACTIONS(163), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(157), }, [6] = { - [sym_segment] = STATE(229), + [sym_segment] = STATE(244), [sym_term] = STATE(5), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(51), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(53), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(50), - [aux_sym_switchFunctions_repeat1] = STATE(48), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(61), + [aux_sym_switchFunctions_repeat1] = STATE(47), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [7] = { - [sym_segment] = STATE(229), + [sym_segment] = STATE(244), [sym_term] = STATE(5), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(51), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(53), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(50), - [aux_sym_switchFunctions_repeat1] = STATE(42), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(61), + [aux_sym_switchFunctions_repeat1] = STATE(41), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [8] = { - [sym_segment] = STATE(242), + [sym_segment] = STATE(237), [sym_term] = STATE(49), - [sym_inlineFunction] = STATE(242), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_signature] = STATE(53), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), + [sym_inlineFunction] = STATE(237), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_signature] = STATE(60), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_array_repeat1] = STATE(76), [aux_sym_number_token1] = ACTIONS(7), [sym_fraction] = ACTIONS(9), @@ -12033,15 +12518,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), - [anon_sym_PIPE] = ACTIONS(198), + [anon_sym_PIPE] = ACTIONS(191), [sym_identifier] = ACTIONS(19), [sym_identifierDeprecated] = ACTIONS(19), [sym_system] = ACTIONS(15), [sym_comment] = ACTIONS(21), - [sym_openParen] = ACTIONS(200), + [sym_openParen] = ACTIONS(193), [sym_openCurly] = ACTIONS(27), [sym_openBracket] = ACTIONS(29), [anon_sym_CARET] = ACTIONS(31), @@ -12212,12 +12698,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -12249,14 +12743,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -12279,14224 +12779,14783 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), [sym__endOfLine] = ACTIONS(5), }, [9] = { - [sym_segment] = STATE(235), + [sym_segment] = STATE(219), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(61), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(67), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(65), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(70), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [10] = { - [sym_segment] = STATE(242), + [sym_segment] = STATE(231), [sym_term] = STATE(20), - [sym_inlineFunction] = STATE(242), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(56), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(52), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(202), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(71), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [11] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(237), + [sym_term] = STATE(20), + [sym_inlineFunction] = STATE(237), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(57), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(204), - [sym_fraction] = ACTIONS(207), - [anon_sym_Days] = ACTIONS(210), - [anon_sym_Months] = ACTIONS(210), - [anon_sym_MonthDays] = ACTIONS(210), - [anon_sym_LeanMonthDays] = ACTIONS(210), - [anon_sym_White] = ACTIONS(210), - [anon_sym_Black] = ACTIONS(210), - [anon_sym_Red] = ACTIONS(210), - [anon_sym_Orange] = ACTIONS(210), - [anon_sym_Yellow] = ACTIONS(210), - [anon_sym_Green] = ACTIONS(210), - [anon_sym_Cyan] = ACTIONS(210), - [anon_sym_Blue] = ACTIONS(210), - [anon_sym_Purple] = ACTIONS(210), - [anon_sym_Magenta] = ACTIONS(210), - [anon_sym_Gay] = ACTIONS(210), - [anon_sym_Lesbian] = ACTIONS(210), - [anon_sym_Bi] = ACTIONS(210), - [anon_sym_Trans] = ACTIONS(210), - [anon_sym_Pan] = ACTIONS(210), - [anon_sym_Ace] = ACTIONS(210), - [anon_sym_Aro] = ACTIONS(210), - [anon_sym_Aroace] = ACTIONS(210), - [anon_sym_Enby] = ACTIONS(210), - [anon_sym_Fluid] = ACTIONS(210), - [anon_sym_Queer] = ACTIONS(210), - [anon_sym_Agender] = ACTIONS(210), - [anon_sym_PrideFlags] = ACTIONS(210), - [anon_sym_PrideFlagNames] = ACTIONS(210), - [anon_sym_True] = ACTIONS(210), - [anon_sym_False] = ACTIONS(210), - [anon_sym_NULL] = ACTIONS(210), - [anon_sym_Logo] = ACTIONS(210), - [anon_sym_Lena] = ACTIONS(210), - [anon_sym_Music] = ACTIONS(210), - [anon_sym_Lorem] = ACTIONS(210), - [anon_sym_Os] = ACTIONS(210), - [anon_sym_Family] = ACTIONS(210), - [anon_sym_Arch] = ACTIONS(210), - [anon_sym_ExeExt] = ACTIONS(210), - [anon_sym_DllExt] = ACTIONS(210), - [anon_sym_Sep] = ACTIONS(210), - [anon_sym_ThisFile] = ACTIONS(210), - [anon_sym_ThisFileName] = ACTIONS(210), - [anon_sym_ThisFileDir] = ACTIONS(210), - [anon_sym_WorkingDir] = ACTIONS(210), - [anon_sym_NumProcs] = ACTIONS(210), - [anon_sym_Planets] = ACTIONS(210), - [anon_sym_Zodiac] = ACTIONS(210), - [anon_sym_Suits] = ACTIONS(210), - [anon_sym_Cards] = ACTIONS(210), - [anon_sym_Chess] = ACTIONS(210), - [anon_sym_Moon] = ACTIONS(210), - [anon_sym_Skin] = ACTIONS(210), - [anon_sym_People] = ACTIONS(210), - [anon_sym_Hair] = ACTIONS(210), - [aux_sym_character_token1] = ACTIONS(213), - [sym_string] = ACTIONS(216), - [sym_multiLineString] = ACTIONS(216), - [sym_identifier] = ACTIONS(219), - [sym_identifierDeprecated] = ACTIONS(219), - [sym_system] = ACTIONS(216), - [sym_comment] = ACTIONS(222), - [sym_openParen] = ACTIONS(225), - [sym_openCurly] = ACTIONS(228), - [sym_closeCurly] = ACTIONS(231), - [sym_openBracket] = ACTIONS(233), - [sym_closeBracket] = ACTIONS(231), - [anon_sym_CARET] = ACTIONS(236), - [anon_sym_SQUOTE] = ACTIONS(239), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(242), - [anon_sym_e] = ACTIONS(245), - [anon_sym_NaN] = ACTIONS(245), - [anon_sym_eta] = ACTIONS(248), - [anon_sym_u03b7] = ACTIONS(245), - [anon_sym_pi] = ACTIONS(245), - [anon_sym_u03c0] = ACTIONS(245), - [anon_sym_tau] = ACTIONS(248), - [anon_sym_u03c4] = ACTIONS(245), - [anon_sym_infinity] = ACTIONS(248), - [anon_sym_u221e] = ACTIONS(248), - [anon_sym_W] = ACTIONS(245), - [anon_sym_i] = ACTIONS(245), - [anon_sym_MaxInt] = ACTIONS(245), - [anon_sym_HexDigits] = ACTIONS(245), - [anon_sym_DOT] = ACTIONS(251), - [anon_sym_COMMA] = ACTIONS(251), - [anon_sym_COLON] = ACTIONS(251), - [anon_sym_u25cc] = ACTIONS(251), - [anon_sym_identity] = ACTIONS(251), - [anon_sym_id] = ACTIONS(254), - [anon_sym_u2218] = ACTIONS(251), - [anon_sym_not] = ACTIONS(251), - [anon_sym_u00ac] = ACTIONS(251), - [anon_sym_sign] = ACTIONS(254), - [anon_sym_u00b1] = ACTIONS(251), - [anon_sym_BQUOTE] = ACTIONS(251), - [anon_sym_u00af] = ACTIONS(254), - [anon_sym_absolutevalue] = ACTIONS(251), - [anon_sym_u2335] = ACTIONS(251), - [anon_sym_sqrt] = ACTIONS(251), - [anon_sym_u221a] = ACTIONS(251), - [anon_sym_sine] = ACTIONS(251), - [anon_sym_u25cb] = ACTIONS(251), - [anon_sym_u223f] = ACTIONS(251), - [anon_sym_floor] = ACTIONS(251), - [anon_sym_u230a] = ACTIONS(251), - [anon_sym_ceiling] = ACTIONS(251), - [anon_sym_u2308] = ACTIONS(251), - [anon_sym_round] = ACTIONS(251), - [anon_sym_u2045] = ACTIONS(251), - [anon_sym_EQ] = ACTIONS(251), - [anon_sym_BANG_EQ] = ACTIONS(251), - [anon_sym_u2260] = ACTIONS(251), - [anon_sym_LT] = ACTIONS(254), - [anon_sym_LT_EQ] = ACTIONS(251), - [anon_sym_u2264] = ACTIONS(251), - [anon_sym_GT] = ACTIONS(254), - [anon_sym_GT_EQ] = ACTIONS(251), - [anon_sym_u2265] = ACTIONS(251), - [anon_sym_PLUS] = ACTIONS(251), - [anon_sym_DASH] = ACTIONS(251), - [anon_sym_STAR] = ACTIONS(251), - [anon_sym_u00d7] = ACTIONS(251), - [anon_sym_PERCENT] = ACTIONS(251), - [anon_sym_u00f7] = ACTIONS(251), - [anon_sym_modulus] = ACTIONS(251), - [anon_sym_u25ff] = ACTIONS(251), - [anon_sym_power] = ACTIONS(251), - [anon_sym_u207f] = ACTIONS(251), - [anon_sym_logarithm] = ACTIONS(251), - [anon_sym_u2099] = ACTIONS(251), - [anon_sym_minimum] = ACTIONS(251), - [anon_sym_u21a7] = ACTIONS(251), - [anon_sym_maximum] = ACTIONS(251), - [anon_sym_u21a5] = ACTIONS(251), - [anon_sym_atangent] = ACTIONS(251), - [anon_sym_u2220] = ACTIONS(251), - [anon_sym_length] = ACTIONS(251), - [anon_sym_u29fb] = ACTIONS(251), - [anon_sym_shape] = ACTIONS(251), - [anon_sym_u25b3] = ACTIONS(251), - [anon_sym_range] = ACTIONS(251), - [anon_sym_u21e1] = ACTIONS(251), - [anon_sym_first] = ACTIONS(251), - [anon_sym_u22a2] = ACTIONS(251), - [anon_sym_reverse] = ACTIONS(251), - [anon_sym_u21cc] = ACTIONS(251), - [anon_sym_deshape] = ACTIONS(251), - [anon_sym_u266d] = ACTIONS(251), - [anon_sym_bits] = ACTIONS(251), - [anon_sym_u22ef] = ACTIONS(251), - [anon_sym_transpose] = ACTIONS(251), - [anon_sym_u2349] = ACTIONS(251), - [anon_sym_rise] = ACTIONS(251), - [anon_sym_u234f] = ACTIONS(251), - [anon_sym_fall] = ACTIONS(251), - [anon_sym_u2356] = ACTIONS(251), - [anon_sym_where] = ACTIONS(251), - [anon_sym_u229a] = ACTIONS(251), - [anon_sym_classify] = ACTIONS(251), - [anon_sym_u229b] = ACTIONS(251), - [anon_sym_deduplicate] = ACTIONS(251), - [anon_sym_u25f4] = ACTIONS(251), - [anon_sym_box] = ACTIONS(251), - [anon_sym_u25a1] = ACTIONS(251), - [anon_sym_match] = ACTIONS(251), - [anon_sym_u224d] = ACTIONS(251), - [anon_sym_couple] = ACTIONS(251), - [anon_sym_u229f] = ACTIONS(251), - [anon_sym_join] = ACTIONS(251), - [anon_sym_u2282] = ACTIONS(251), - [anon_sym_select] = ACTIONS(251), - [anon_sym_u228f] = ACTIONS(251), - [anon_sym_pick] = ACTIONS(251), - [anon_sym_u22a1] = ACTIONS(251), - [anon_sym_reshape] = ACTIONS(251), - [anon_sym_u21af] = ACTIONS(251), - [anon_sym_take] = ACTIONS(251), - [anon_sym_u2199] = ACTIONS(251), - [anon_sym_drop] = ACTIONS(251), - [anon_sym_u2198] = ACTIONS(251), - [anon_sym_rotate] = ACTIONS(251), - [anon_sym_u21bb] = ACTIONS(251), - [anon_sym_windows] = ACTIONS(251), - [anon_sym_u25eb] = ACTIONS(251), - [anon_sym_keep] = ACTIONS(251), - [anon_sym_u25bd] = ACTIONS(251), - [anon_sym_find] = ACTIONS(251), - [anon_sym_u2315] = ACTIONS(251), - [anon_sym_indexof] = ACTIONS(251), - [anon_sym_u2297] = ACTIONS(251), - [anon_sym_assert] = ACTIONS(251), - [anon_sym_u2364] = ACTIONS(251), - [anon_sym_wait] = ACTIONS(251), - [anon_sym_parse] = ACTIONS(251), - [anon_sym_u22d5] = ACTIONS(251), - [anon_sym_random] = ACTIONS(251), - [anon_sym_u2682] = ACTIONS(251), - [anon_sym_gen] = ACTIONS(251), - [anon_sym_tag] = ACTIONS(251), - [anon_sym_now] = ACTIONS(251), - [anon_sym_type] = ACTIONS(251), - [anon_sym_u2e2e] = ACTIONS(251), - [anon_sym_dump] = ACTIONS(251), - [anon_sym_regex] = ACTIONS(251), - [anon_sym_send] = ACTIONS(251), - [anon_sym_recv] = ACTIONS(251), - [anon_sym_tryrecv] = ACTIONS(251), - [anon_sym_complex] = ACTIONS(251), - [anon_sym_u2102] = ACTIONS(251), - [anon_sym_rerank] = ACTIONS(251), - [anon_sym_u2607] = ACTIONS(251), - [anon_sym_fix] = ACTIONS(251), - [anon_sym_u00a4] = ACTIONS(251), - [anon_sym_QMARK] = ACTIONS(251), - [anon_sym_unique] = ACTIONS(251), - [anon_sym_u25f0] = ACTIONS(251), - [anon_sym_map] = ACTIONS(251), - [anon_sym_has] = ACTIONS(251), - [anon_sym_get] = ACTIONS(251), - [anon_sym_insert] = ACTIONS(251), - [anon_sym_remove] = ACTIONS(251), - [anon_sym_repr] = ACTIONS(251), - [anon_sym_mask] = ACTIONS(251), - [anon_sym_u29b7] = ACTIONS(251), - [anon_sym_csv] = ACTIONS(251), - [anon_sym_json] = ACTIONS(251), - [anon_sym_xlsx] = ACTIONS(251), - [anon_sym_memberOf] = ACTIONS(251), - [anon_sym_u2208] = ACTIONS(251), - [anon_sym_imen] = ACTIONS(251), - [anon_sym_gife] = ACTIONS(251), - [anon_sym_auden] = ACTIONS(251), - [anon_sym_utfu2088] = ACTIONS(251), - [anon_sym_datetime] = ACTIONS(251), - [anon_sym_chunk] = ACTIONS(251), - [anon_sym_u2444] = ACTIONS(251), - [anon_sym_choose] = ACTIONS(251), - [anon_sym_permute] = ACTIONS(251), - [anon_sym_orient] = ACTIONS(251), - [anon_sym_fft] = ACTIONS(251), - [anon_sym_reduce] = ACTIONS(257), - [anon_sym_SLASH] = ACTIONS(257), - [anon_sym_scan] = ACTIONS(257), - [anon_sym_BSLASH] = ACTIONS(257), - [anon_sym_each] = ACTIONS(257), - [anon_sym_u2235] = ACTIONS(257), - [anon_sym_rows] = ACTIONS(257), - [anon_sym_u2261] = ACTIONS(257), - [anon_sym_repeat] = ACTIONS(257), - [anon_sym_u2365] = ACTIONS(257), - [anon_sym_dip] = ACTIONS(257), - [anon_sym_u2299] = ACTIONS(257), - [anon_sym_gap] = ACTIONS(257), - [anon_sym_u22c5] = ACTIONS(257), - [anon_sym_spawn] = ACTIONS(257), - [anon_sym_rectify] = ACTIONS(257), - [anon_sym_u2305] = ACTIONS(257), - [anon_sym_un] = ACTIONS(260), - [anon_sym_u00b0] = ACTIONS(257), - [anon_sym_on] = ACTIONS(260), - [anon_sym_u27dc] = ACTIONS(257), - [anon_sym_inventory] = ACTIONS(257), - [anon_sym_u235a] = ACTIONS(257), - [anon_sym_content] = ACTIONS(257), - [anon_sym_u25c7] = ACTIONS(257), - [anon_sym_pool] = ACTIONS(257), - [anon_sym_stringify] = ACTIONS(257), - [anon_sym_signature] = ACTIONS(257), - [anon_sym_triangle] = ACTIONS(257), - [anon_sym_u25f9] = ACTIONS(257), - [anon_sym_astar] = ACTIONS(257), - [anon_sym_but] = ACTIONS(257), - [anon_sym_u2919] = ACTIONS(257), - [anon_sym_with] = ACTIONS(257), - [anon_sym_u291a] = ACTIONS(257), - [anon_sym_above] = ACTIONS(257), - [anon_sym_u25e0] = ACTIONS(257), - [anon_sym_below] = ACTIONS(257), - [anon_sym_u25e1] = ACTIONS(257), - [anon_sym_fold] = ACTIONS(263), - [anon_sym_u2227] = ACTIONS(263), - [anon_sym_table] = ACTIONS(263), - [anon_sym_u229e] = ACTIONS(263), - [anon_sym_group] = ACTIONS(263), - [anon_sym_u2295] = ACTIONS(263), - [anon_sym_partition] = ACTIONS(263), - [anon_sym_u229c] = ACTIONS(263), - [anon_sym_both] = ACTIONS(263), - [anon_sym_u2229] = ACTIONS(263), - [anon_sym_bracket] = ACTIONS(263), - [anon_sym_u2293] = ACTIONS(263), - [anon_sym_fork] = ACTIONS(263), - [anon_sym_u2283] = ACTIONS(263), - [anon_sym_under] = ACTIONS(263), - [anon_sym_u235c] = ACTIONS(263), - [anon_sym_fill] = ACTIONS(263), - [anon_sym_u2b1a] = ACTIONS(263), - [anon_sym_try] = ACTIONS(266), - [anon_sym_u2363] = ACTIONS(263), - [anon_sym_do] = ACTIONS(266), - [anon_sym_u2362] = ACTIONS(263), - [anon_sym_setinv] = ACTIONS(263), - [anon_sym_setunder] = ACTIONS(263), - [anon_sym_f] = ACTIONS(266), - [anon_sym_by] = ACTIONS(266), - [anon_sym_u22b8] = ACTIONS(263), - [anon_sym_quote] = ACTIONS(263), - [anon_sym_struct] = ACTIONS(269), - [anon_sym_u2765] = ACTIONS(272), - [anon_sym_u2192] = ACTIONS(272), - [anon_sym_u2237] = ACTIONS(272), - [anon_sym_u00b7] = ACTIONS(272), - [anon_sym_u235b] = ACTIONS(272), - [anon_sym_u2302] = ACTIONS(272), - [anon_sym_u21b0] = ACTIONS(272), - [anon_sym_unpack] = ACTIONS(272), - [anon_sym_u2290] = ACTIONS(272), - [anon_sym_u229d] = ACTIONS(272), - [anon_sym_cross] = ACTIONS(272), - [anon_sym_u22a0] = ACTIONS(272), - [anon_sym_SEMI] = ACTIONS(272), - [anon_sym_deal] = ACTIONS(272), - [anon_sym_strands] = ACTIONS(272), - [anon_sym_u203f] = ACTIONS(272), - [anon_sym_member] = ACTIONS(275), - [anon_sym_u220a] = ACTIONS(272), - [anon_sym_coordinate] = ACTIONS(272), - [anon_sym_u27d4] = ACTIONS(272), - [anon_sym_u03bb] = ACTIONS(272), - [anon_sym_u22ca] = ACTIONS(272), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(195), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [12] = { - [sym_segment] = STATE(123), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(162), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(162), - [sym_underscore] = ACTIONS(168), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(162), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(197), + [sym_fraction] = ACTIONS(200), + [anon_sym_Days] = ACTIONS(203), + [anon_sym_Months] = ACTIONS(203), + [anon_sym_MonthDays] = ACTIONS(203), + [anon_sym_LeanMonthDays] = ACTIONS(203), + [anon_sym_White] = ACTIONS(203), + [anon_sym_Black] = ACTIONS(203), + [anon_sym_Red] = ACTIONS(203), + [anon_sym_Orange] = ACTIONS(203), + [anon_sym_Yellow] = ACTIONS(203), + [anon_sym_Green] = ACTIONS(203), + [anon_sym_Cyan] = ACTIONS(203), + [anon_sym_Blue] = ACTIONS(203), + [anon_sym_Purple] = ACTIONS(203), + [anon_sym_Magenta] = ACTIONS(203), + [anon_sym_Gay] = ACTIONS(203), + [anon_sym_Lesbian] = ACTIONS(203), + [anon_sym_Bi] = ACTIONS(203), + [anon_sym_Trans] = ACTIONS(203), + [anon_sym_Pan] = ACTIONS(203), + [anon_sym_Ace] = ACTIONS(203), + [anon_sym_Aro] = ACTIONS(203), + [anon_sym_Aroace] = ACTIONS(203), + [anon_sym_Enby] = ACTIONS(203), + [anon_sym_Fluid] = ACTIONS(203), + [anon_sym_Queer] = ACTIONS(203), + [anon_sym_Agender] = ACTIONS(203), + [anon_sym_PrideFlags] = ACTIONS(203), + [anon_sym_PrideFlagNames] = ACTIONS(203), + [anon_sym_True] = ACTIONS(203), + [anon_sym_False] = ACTIONS(203), + [anon_sym_NULL] = ACTIONS(203), + [anon_sym_Logo] = ACTIONS(203), + [anon_sym_Lena] = ACTIONS(203), + [anon_sym_Music] = ACTIONS(203), + [anon_sym_Lorem] = ACTIONS(203), + [anon_sym_Os] = ACTIONS(203), + [anon_sym_Family] = ACTIONS(203), + [anon_sym_Arch] = ACTIONS(203), + [anon_sym_ExeExt] = ACTIONS(203), + [anon_sym_DllExt] = ACTIONS(203), + [anon_sym_Sep] = ACTIONS(203), + [anon_sym_ThisFile] = ACTIONS(203), + [anon_sym_ThisFileName] = ACTIONS(203), + [anon_sym_ThisFileDir] = ACTIONS(203), + [anon_sym_WorkingDir] = ACTIONS(203), + [anon_sym_NumProcs] = ACTIONS(203), + [anon_sym_Planets] = ACTIONS(203), + [anon_sym_Zodiac] = ACTIONS(203), + [anon_sym_Suits] = ACTIONS(203), + [anon_sym_Cards] = ACTIONS(203), + [anon_sym_Chess] = ACTIONS(203), + [anon_sym_Moon] = ACTIONS(203), + [anon_sym_Skin] = ACTIONS(203), + [anon_sym_People] = ACTIONS(203), + [anon_sym_Hair] = ACTIONS(203), + [anon_sym_Cat] = ACTIONS(203), + [aux_sym_character_token1] = ACTIONS(206), + [sym_string] = ACTIONS(209), + [sym_multiLineString] = ACTIONS(209), + [sym_identifier] = ACTIONS(212), + [sym_identifierDeprecated] = ACTIONS(212), + [sym_system] = ACTIONS(209), + [sym_comment] = ACTIONS(215), + [sym_openParen] = ACTIONS(218), + [sym_openCurly] = ACTIONS(221), + [sym_closeCurly] = ACTIONS(224), + [sym_openBracket] = ACTIONS(226), + [sym_closeBracket] = ACTIONS(224), + [anon_sym_CARET] = ACTIONS(229), + [anon_sym_SQUOTE] = ACTIONS(232), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(235), + [anon_sym_e] = ACTIONS(238), + [anon_sym_NaN] = ACTIONS(238), + [anon_sym_eta] = ACTIONS(241), + [anon_sym_u03b7] = ACTIONS(238), + [anon_sym_pi] = ACTIONS(238), + [anon_sym_u03c0] = ACTIONS(238), + [anon_sym_tau] = ACTIONS(241), + [anon_sym_u03c4] = ACTIONS(238), + [anon_sym_infinity] = ACTIONS(241), + [anon_sym_u221e] = ACTIONS(241), + [anon_sym_W] = ACTIONS(238), + [anon_sym_i] = ACTIONS(238), + [anon_sym_MaxInt] = ACTIONS(238), + [anon_sym_HexDigits] = ACTIONS(238), + [anon_sym_DOT] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(244), + [anon_sym_COLON] = ACTIONS(244), + [anon_sym_u25cc] = ACTIONS(244), + [anon_sym_identity] = ACTIONS(244), + [anon_sym_id] = ACTIONS(247), + [anon_sym_u2218] = ACTIONS(244), + [anon_sym_not] = ACTIONS(244), + [anon_sym_u00ac] = ACTIONS(244), + [anon_sym_sign] = ACTIONS(247), + [anon_sym_u00b1] = ACTIONS(244), + [anon_sym_BQUOTE] = ACTIONS(244), + [anon_sym_u00af] = ACTIONS(247), + [anon_sym_absolutevalue] = ACTIONS(244), + [anon_sym_u2335] = ACTIONS(244), + [anon_sym_sqrt] = ACTIONS(244), + [anon_sym_u221a] = ACTIONS(244), + [anon_sym_sine] = ACTIONS(244), + [anon_sym_u25cb] = ACTIONS(244), + [anon_sym_u223f] = ACTIONS(244), + [anon_sym_floor] = ACTIONS(244), + [anon_sym_u230a] = ACTIONS(244), + [anon_sym_ceiling] = ACTIONS(244), + [anon_sym_u2308] = ACTIONS(244), + [anon_sym_round] = ACTIONS(244), + [anon_sym_u2045] = ACTIONS(244), + [anon_sym_EQ] = ACTIONS(244), + [anon_sym_BANG_EQ] = ACTIONS(244), + [anon_sym_u2260] = ACTIONS(244), + [anon_sym_LT] = ACTIONS(247), + [anon_sym_LT_EQ] = ACTIONS(244), + [anon_sym_u2264] = ACTIONS(244), + [anon_sym_GT] = ACTIONS(247), + [anon_sym_GT_EQ] = ACTIONS(244), + [anon_sym_u2265] = ACTIONS(244), + [anon_sym_PLUS] = ACTIONS(244), + [anon_sym_DASH] = ACTIONS(244), + [anon_sym_STAR] = ACTIONS(244), + [anon_sym_u00d7] = ACTIONS(244), + [anon_sym_PERCENT] = ACTIONS(244), + [anon_sym_u00f7] = ACTIONS(244), + [anon_sym_modulus] = ACTIONS(244), + [anon_sym_u25ff] = ACTIONS(244), + [anon_sym_power] = ACTIONS(244), + [anon_sym_u207f] = ACTIONS(244), + [anon_sym_logarithm] = ACTIONS(244), + [anon_sym_u2099] = ACTIONS(244), + [anon_sym_minimum] = ACTIONS(244), + [anon_sym_u21a7] = ACTIONS(244), + [anon_sym_maximum] = ACTIONS(244), + [anon_sym_u21a5] = ACTIONS(244), + [anon_sym_atangent] = ACTIONS(244), + [anon_sym_u2220] = ACTIONS(244), + [anon_sym_length] = ACTIONS(244), + [anon_sym_u29fb] = ACTIONS(244), + [anon_sym_shape] = ACTIONS(244), + [anon_sym_u25b3] = ACTIONS(244), + [anon_sym_range] = ACTIONS(244), + [anon_sym_u21e1] = ACTIONS(244), + [anon_sym_first] = ACTIONS(244), + [anon_sym_u22a2] = ACTIONS(244), + [anon_sym_reverse] = ACTIONS(244), + [anon_sym_u21cc] = ACTIONS(244), + [anon_sym_deshape] = ACTIONS(244), + [anon_sym_u266d] = ACTIONS(244), + [anon_sym_bits] = ACTIONS(244), + [anon_sym_u22ef] = ACTIONS(244), + [anon_sym_transpose] = ACTIONS(244), + [anon_sym_u2349] = ACTIONS(244), + [anon_sym_rise] = ACTIONS(244), + [anon_sym_u234f] = ACTIONS(244), + [anon_sym_fall] = ACTIONS(244), + [anon_sym_u2356] = ACTIONS(244), + [anon_sym_where] = ACTIONS(244), + [anon_sym_u229a] = ACTIONS(244), + [anon_sym_classify] = ACTIONS(244), + [anon_sym_u229b] = ACTIONS(244), + [anon_sym_deduplicate] = ACTIONS(244), + [anon_sym_u25f4] = ACTIONS(244), + [anon_sym_box] = ACTIONS(244), + [anon_sym_u25a1] = ACTIONS(244), + [anon_sym_match] = ACTIONS(244), + [anon_sym_u224d] = ACTIONS(244), + [anon_sym_couple] = ACTIONS(244), + [anon_sym_u229f] = ACTIONS(244), + [anon_sym_join] = ACTIONS(244), + [anon_sym_u2282] = ACTIONS(244), + [anon_sym_select] = ACTIONS(244), + [anon_sym_u228f] = ACTIONS(244), + [anon_sym_pick] = ACTIONS(244), + [anon_sym_u22a1] = ACTIONS(244), + [anon_sym_reshape] = ACTIONS(244), + [anon_sym_u21af] = ACTIONS(244), + [anon_sym_take] = ACTIONS(244), + [anon_sym_u2199] = ACTIONS(244), + [anon_sym_drop] = ACTIONS(244), + [anon_sym_u2198] = ACTIONS(244), + [anon_sym_rotate] = ACTIONS(244), + [anon_sym_u21bb] = ACTIONS(244), + [anon_sym_windows] = ACTIONS(244), + [anon_sym_u25eb] = ACTIONS(244), + [anon_sym_keep] = ACTIONS(244), + [anon_sym_u25bd] = ACTIONS(244), + [anon_sym_find] = ACTIONS(244), + [anon_sym_u2315] = ACTIONS(244), + [anon_sym_indexof] = ACTIONS(244), + [anon_sym_u2297] = ACTIONS(244), + [anon_sym_assert] = ACTIONS(244), + [anon_sym_u2364] = ACTIONS(244), + [anon_sym_wait] = ACTIONS(244), + [anon_sym_parse] = ACTIONS(244), + [anon_sym_u22d5] = ACTIONS(244), + [anon_sym_random] = ACTIONS(244), + [anon_sym_u2682] = ACTIONS(244), + [anon_sym_gen] = ACTIONS(244), + [anon_sym_tag] = ACTIONS(244), + [anon_sym_now] = ACTIONS(244), + [anon_sym_type] = ACTIONS(244), + [anon_sym_u2e2e] = ACTIONS(244), + [anon_sym_dump] = ACTIONS(244), + [anon_sym_regex] = ACTIONS(244), + [anon_sym_send] = ACTIONS(244), + [anon_sym_recv] = ACTIONS(244), + [anon_sym_tryrecv] = ACTIONS(244), + [anon_sym_complex] = ACTIONS(244), + [anon_sym_u2102] = ACTIONS(244), + [anon_sym_rerank] = ACTIONS(244), + [anon_sym_u2607] = ACTIONS(244), + [anon_sym_fix] = ACTIONS(244), + [anon_sym_u00a4] = ACTIONS(244), + [anon_sym_QMARK] = ACTIONS(244), + [anon_sym_unique] = ACTIONS(244), + [anon_sym_u25f0] = ACTIONS(244), + [anon_sym_map] = ACTIONS(244), + [anon_sym_has] = ACTIONS(244), + [anon_sym_get] = ACTIONS(244), + [anon_sym_insert] = ACTIONS(244), + [anon_sym_remove] = ACTIONS(244), + [anon_sym_repr] = ACTIONS(244), + [anon_sym_mask] = ACTIONS(244), + [anon_sym_u29b7] = ACTIONS(244), + [anon_sym_csv] = ACTIONS(244), + [anon_sym_json] = ACTIONS(244), + [anon_sym_xlsx] = ACTIONS(244), + [anon_sym_memberOf] = ACTIONS(244), + [anon_sym_u2208] = ACTIONS(244), + [anon_sym_imen] = ACTIONS(244), + [anon_sym_gife] = ACTIONS(244), + [anon_sym_auden] = ACTIONS(244), + [anon_sym_utfu2088] = ACTIONS(244), + [anon_sym_datetime] = ACTIONS(244), + [anon_sym_choose] = ACTIONS(244), + [anon_sym_permute] = ACTIONS(244), + [anon_sym_orient] = ACTIONS(244), + [anon_sym_u2938] = ACTIONS(244), + [anon_sym_fft] = ACTIONS(244), + [anon_sym_graphemes] = ACTIONS(244), + [anon_sym_timezone] = ACTIONS(244), + [anon_sym_around] = ACTIONS(244), + [anon_sym_u2019] = ACTIONS(244), + [anon_sym_base] = ACTIONS(244), + [anon_sym_sort] = ACTIONS(244), + [anon_sym_u2346] = ACTIONS(244), + [anon_sym_last] = ACTIONS(244), + [anon_sym_u22a3] = ACTIONS(244), + [anon_sym_reduce] = ACTIONS(250), + [anon_sym_SLASH] = ACTIONS(250), + [anon_sym_scan] = ACTIONS(250), + [anon_sym_BSLASH] = ACTIONS(250), + [anon_sym_each] = ACTIONS(250), + [anon_sym_u2235] = ACTIONS(250), + [anon_sym_rows] = ACTIONS(250), + [anon_sym_u2261] = ACTIONS(250), + [anon_sym_repeat] = ACTIONS(250), + [anon_sym_u2365] = ACTIONS(250), + [anon_sym_dip] = ACTIONS(250), + [anon_sym_u2299] = ACTIONS(250), + [anon_sym_gap] = ACTIONS(250), + [anon_sym_u22c5] = ACTIONS(250), + [anon_sym_spawn] = ACTIONS(250), + [anon_sym_rectify] = ACTIONS(250), + [anon_sym_u2305] = ACTIONS(250), + [anon_sym_un] = ACTIONS(253), + [anon_sym_u00b0] = ACTIONS(250), + [anon_sym_on] = ACTIONS(253), + [anon_sym_u27dc] = ACTIONS(250), + [anon_sym_inventory] = ACTIONS(250), + [anon_sym_u235a] = ACTIONS(250), + [anon_sym_content] = ACTIONS(250), + [anon_sym_u25c7] = ACTIONS(250), + [anon_sym_pool] = ACTIONS(250), + [anon_sym_stringify] = ACTIONS(250), + [anon_sym_signature] = ACTIONS(250), + [anon_sym_triangle] = ACTIONS(250), + [anon_sym_u25f9] = ACTIONS(250), + [anon_sym_astar] = ACTIONS(250), + [anon_sym_with] = ACTIONS(250), + [anon_sym_u2919] = ACTIONS(250), + [anon_sym_off] = ACTIONS(250), + [anon_sym_u291a] = ACTIONS(250), + [anon_sym_above] = ACTIONS(250), + [anon_sym_u25e0] = ACTIONS(250), + [anon_sym_below] = ACTIONS(250), + [anon_sym_u25e1] = ACTIONS(250), + [anon_sym_anti] = ACTIONS(250), + [anon_sym_u231d] = ACTIONS(250), + [anon_sym_obverse] = ACTIONS(250), + [anon_sym_toples] = ACTIONS(250), + [anon_sym_u29c5] = ACTIONS(250), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(250), + [anon_sym_fold] = ACTIONS(256), + [anon_sym_u2227] = ACTIONS(256), + [anon_sym_table] = ACTIONS(256), + [anon_sym_u229e] = ACTIONS(256), + [anon_sym_group] = ACTIONS(256), + [anon_sym_u2295] = ACTIONS(256), + [anon_sym_partition] = ACTIONS(256), + [anon_sym_u229c] = ACTIONS(256), + [anon_sym_both] = ACTIONS(256), + [anon_sym_u2229] = ACTIONS(256), + [anon_sym_bracket] = ACTIONS(256), + [anon_sym_u2293] = ACTIONS(256), + [anon_sym_fork] = ACTIONS(256), + [anon_sym_u2283] = ACTIONS(256), + [anon_sym_under] = ACTIONS(256), + [anon_sym_u235c] = ACTIONS(256), + [anon_sym_fill] = ACTIONS(256), + [anon_sym_u2b1a] = ACTIONS(256), + [anon_sym_try] = ACTIONS(259), + [anon_sym_u2363] = ACTIONS(256), + [anon_sym_do] = ACTIONS(259), + [anon_sym_u2362] = ACTIONS(256), + [anon_sym_f] = ACTIONS(259), + [anon_sym_by] = ACTIONS(259), + [anon_sym_u22b8] = ACTIONS(256), + [anon_sym_quote] = ACTIONS(256), + [anon_sym_u2765] = ACTIONS(262), + [anon_sym_u2192] = ACTIONS(262), + [anon_sym_u2237] = ACTIONS(262), + [anon_sym_u00b7] = ACTIONS(262), + [anon_sym_u235b] = ACTIONS(262), + [anon_sym_u2302] = ACTIONS(262), + [anon_sym_u21b0] = ACTIONS(262), + [anon_sym_unpack] = ACTIONS(262), + [anon_sym_u2290] = ACTIONS(262), + [anon_sym_u229d] = ACTIONS(262), + [anon_sym_cross] = ACTIONS(262), + [anon_sym_u22a0] = ACTIONS(262), + [anon_sym_SEMI] = ACTIONS(262), + [anon_sym_deal] = ACTIONS(262), + [anon_sym_member] = ACTIONS(265), + [anon_sym_u220a] = ACTIONS(262), + [anon_sym_coordinate] = ACTIONS(262), + [anon_sym_u27d4] = ACTIONS(262), + [anon_sym_u03bb] = ACTIONS(262), + [anon_sym_u22ca] = ACTIONS(262), + [anon_sym_chunk] = ACTIONS(262), + [anon_sym_u2444] = ACTIONS(262), + [anon_sym_setinv] = ACTIONS(262), + [anon_sym_setund] = ACTIONS(262), + [anon_sym_struct] = ACTIONS(262), + [sym__endOfLine] = ACTIONS(5), }, [13] = { - [sym_segment] = STATE(224), - [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(66), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(131), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(69), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(5), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(157), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(157), + [sym_underscore] = ACTIONS(163), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(157), }, [14] = { - [sym_segment] = STATE(244), + [sym_segment] = STATE(232), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(58), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(50), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(63), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(65), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [15] = { - [sym_segment] = STATE(218), + [sym_segment] = STATE(215), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_signature] = STATE(62), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_signature] = STATE(64), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(67), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [anon_sym_PIPE] = ACTIONS(198), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(68), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(191), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [16] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(26), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(280), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(282), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(270), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(272), }, [17] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(284), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(274), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [18] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(47), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(286), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(46), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(276), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [19] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(286), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(276), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [20] = { - [sym_segment] = STATE(213), + [sym_segment] = STATE(210), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_closeParen] = ACTIONS(162), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_underscore] = ACTIONS(168), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(162), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_closeParen] = ACTIONS(157), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_underscore] = ACTIONS(163), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(157), }, [21] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(17), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(286), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(276), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [22] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(286), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(276), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [23] = { [sym_term] = STATE(205), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(78), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_switchFunctions_repeat1] = STATE(42), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [anon_sym_PIPE] = ACTIONS(298), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(73), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_switchFunctions_repeat1] = STATE(45), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(288), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [24] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(28), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(280), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(336), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(270), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(324), }, [25] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(29), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(338), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(326), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [26] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(338), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(326), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [27] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(30), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(338), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(326), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [28] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(338), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(326), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [29] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(340), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(328), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [30] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(340), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(328), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [31] = { - [sym_segment] = STATE(123), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(131), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(162), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(162), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(162), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(157), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(157), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(157), }, [32] = { [sym_term] = STATE(205), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(78), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_switchFunctions_repeat1] = STATE(48), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [anon_sym_PIPE] = ACTIONS(298), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(73), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_switchFunctions_repeat1] = STATE(47), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(288), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [33] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(36), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(342), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(344), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(330), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(332), }, [34] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(38), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(342), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(346), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(330), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(334), }, [35] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(39), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(348), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(336), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [36] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(348), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(336), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [37] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(40), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(348), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(336), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [38] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(348), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(336), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [39] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(350), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(338), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [40] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(350), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(338), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [41] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(19), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(352), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(354), - }, - [42] = { - [sym_term] = STATE(186), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(80), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), + [sym_term] = STATE(184), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(81), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), [aux_sym_switchFunctions_repeat1] = STATE(44), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [anon_sym_PIPE] = ACTIONS(298), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(288), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, + [42] = { + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(19), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(340), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(342), + }, [43] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), [aux_sym_array_repeat2] = STATE(22), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [sym_closeBracket] = ACTIONS(352), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(356), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [sym_closeBracket] = ACTIONS(340), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(344), }, [44] = { [sym_term] = STATE(205), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(78), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(73), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), [aux_sym_switchFunctions_repeat1] = STATE(44), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(358), - [sym_fraction] = ACTIONS(361), - [anon_sym_Days] = ACTIONS(364), - [anon_sym_Months] = ACTIONS(364), - [anon_sym_MonthDays] = ACTIONS(364), - [anon_sym_LeanMonthDays] = ACTIONS(364), - [anon_sym_White] = ACTIONS(364), - [anon_sym_Black] = ACTIONS(364), - [anon_sym_Red] = ACTIONS(364), - [anon_sym_Orange] = ACTIONS(364), - [anon_sym_Yellow] = ACTIONS(364), - [anon_sym_Green] = ACTIONS(364), - [anon_sym_Cyan] = ACTIONS(364), - [anon_sym_Blue] = ACTIONS(364), - [anon_sym_Purple] = ACTIONS(364), - [anon_sym_Magenta] = ACTIONS(364), - [anon_sym_Gay] = ACTIONS(364), - [anon_sym_Lesbian] = ACTIONS(364), - [anon_sym_Bi] = ACTIONS(364), - [anon_sym_Trans] = ACTIONS(364), - [anon_sym_Pan] = ACTIONS(364), - [anon_sym_Ace] = ACTIONS(364), - [anon_sym_Aro] = ACTIONS(364), - [anon_sym_Aroace] = ACTIONS(364), - [anon_sym_Enby] = ACTIONS(364), - [anon_sym_Fluid] = ACTIONS(364), - [anon_sym_Queer] = ACTIONS(364), - [anon_sym_Agender] = ACTIONS(364), - [anon_sym_PrideFlags] = ACTIONS(364), - [anon_sym_PrideFlagNames] = ACTIONS(364), - [anon_sym_True] = ACTIONS(364), - [anon_sym_False] = ACTIONS(364), - [anon_sym_NULL] = ACTIONS(364), - [anon_sym_Logo] = ACTIONS(364), - [anon_sym_Lena] = ACTIONS(364), - [anon_sym_Music] = ACTIONS(364), - [anon_sym_Lorem] = ACTIONS(364), - [anon_sym_Os] = ACTIONS(364), - [anon_sym_Family] = ACTIONS(364), - [anon_sym_Arch] = ACTIONS(364), - [anon_sym_ExeExt] = ACTIONS(364), - [anon_sym_DllExt] = ACTIONS(364), - [anon_sym_Sep] = ACTIONS(364), - [anon_sym_ThisFile] = ACTIONS(364), - [anon_sym_ThisFileName] = ACTIONS(364), - [anon_sym_ThisFileDir] = ACTIONS(364), - [anon_sym_WorkingDir] = ACTIONS(364), - [anon_sym_NumProcs] = ACTIONS(364), - [anon_sym_Planets] = ACTIONS(364), - [anon_sym_Zodiac] = ACTIONS(364), - [anon_sym_Suits] = ACTIONS(364), - [anon_sym_Cards] = ACTIONS(364), - [anon_sym_Chess] = ACTIONS(364), - [anon_sym_Moon] = ACTIONS(364), - [anon_sym_Skin] = ACTIONS(364), - [anon_sym_People] = ACTIONS(364), - [anon_sym_Hair] = ACTIONS(364), - [aux_sym_character_token1] = ACTIONS(367), - [sym_string] = ACTIONS(370), - [sym_multiLineString] = ACTIONS(370), - [anon_sym_PIPE] = ACTIONS(373), - [sym_identifier] = ACTIONS(376), - [sym_identifierDeprecated] = ACTIONS(376), - [sym_system] = ACTIONS(370), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(346), + [sym_fraction] = ACTIONS(349), + [anon_sym_Days] = ACTIONS(352), + [anon_sym_Months] = ACTIONS(352), + [anon_sym_MonthDays] = ACTIONS(352), + [anon_sym_LeanMonthDays] = ACTIONS(352), + [anon_sym_White] = ACTIONS(352), + [anon_sym_Black] = ACTIONS(352), + [anon_sym_Red] = ACTIONS(352), + [anon_sym_Orange] = ACTIONS(352), + [anon_sym_Yellow] = ACTIONS(352), + [anon_sym_Green] = ACTIONS(352), + [anon_sym_Cyan] = ACTIONS(352), + [anon_sym_Blue] = ACTIONS(352), + [anon_sym_Purple] = ACTIONS(352), + [anon_sym_Magenta] = ACTIONS(352), + [anon_sym_Gay] = ACTIONS(352), + [anon_sym_Lesbian] = ACTIONS(352), + [anon_sym_Bi] = ACTIONS(352), + [anon_sym_Trans] = ACTIONS(352), + [anon_sym_Pan] = ACTIONS(352), + [anon_sym_Ace] = ACTIONS(352), + [anon_sym_Aro] = ACTIONS(352), + [anon_sym_Aroace] = ACTIONS(352), + [anon_sym_Enby] = ACTIONS(352), + [anon_sym_Fluid] = ACTIONS(352), + [anon_sym_Queer] = ACTIONS(352), + [anon_sym_Agender] = ACTIONS(352), + [anon_sym_PrideFlags] = ACTIONS(352), + [anon_sym_PrideFlagNames] = ACTIONS(352), + [anon_sym_True] = ACTIONS(352), + [anon_sym_False] = ACTIONS(352), + [anon_sym_NULL] = ACTIONS(352), + [anon_sym_Logo] = ACTIONS(352), + [anon_sym_Lena] = ACTIONS(352), + [anon_sym_Music] = ACTIONS(352), + [anon_sym_Lorem] = ACTIONS(352), + [anon_sym_Os] = ACTIONS(352), + [anon_sym_Family] = ACTIONS(352), + [anon_sym_Arch] = ACTIONS(352), + [anon_sym_ExeExt] = ACTIONS(352), + [anon_sym_DllExt] = ACTIONS(352), + [anon_sym_Sep] = ACTIONS(352), + [anon_sym_ThisFile] = ACTIONS(352), + [anon_sym_ThisFileName] = ACTIONS(352), + [anon_sym_ThisFileDir] = ACTIONS(352), + [anon_sym_WorkingDir] = ACTIONS(352), + [anon_sym_NumProcs] = ACTIONS(352), + [anon_sym_Planets] = ACTIONS(352), + [anon_sym_Zodiac] = ACTIONS(352), + [anon_sym_Suits] = ACTIONS(352), + [anon_sym_Cards] = ACTIONS(352), + [anon_sym_Chess] = ACTIONS(352), + [anon_sym_Moon] = ACTIONS(352), + [anon_sym_Skin] = ACTIONS(352), + [anon_sym_People] = ACTIONS(352), + [anon_sym_Hair] = ACTIONS(352), + [anon_sym_Cat] = ACTIONS(352), + [aux_sym_character_token1] = ACTIONS(355), + [sym_string] = ACTIONS(358), + [sym_multiLineString] = ACTIONS(358), + [anon_sym_PIPE] = ACTIONS(361), + [sym_identifier] = ACTIONS(364), + [sym_identifierDeprecated] = ACTIONS(364), + [sym_system] = ACTIONS(358), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(379), - [sym_openCurly] = ACTIONS(382), - [sym_openBracket] = ACTIONS(385), - [anon_sym_CARET] = ACTIONS(388), - [anon_sym_SQUOTE] = ACTIONS(391), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(394), - [anon_sym_e] = ACTIONS(397), - [anon_sym_NaN] = ACTIONS(397), - [anon_sym_eta] = ACTIONS(400), - [anon_sym_u03b7] = ACTIONS(397), - [anon_sym_pi] = ACTIONS(397), - [anon_sym_u03c0] = ACTIONS(397), - [anon_sym_tau] = ACTIONS(400), - [anon_sym_u03c4] = ACTIONS(397), - [anon_sym_infinity] = ACTIONS(400), - [anon_sym_u221e] = ACTIONS(400), - [anon_sym_W] = ACTIONS(397), - [anon_sym_i] = ACTIONS(397), - [anon_sym_MaxInt] = ACTIONS(397), - [anon_sym_HexDigits] = ACTIONS(397), - [anon_sym_DOT] = ACTIONS(403), - [anon_sym_COMMA] = ACTIONS(403), - [anon_sym_COLON] = ACTIONS(403), - [anon_sym_u25cc] = ACTIONS(403), - [anon_sym_identity] = ACTIONS(403), - [anon_sym_id] = ACTIONS(406), - [anon_sym_u2218] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_u00ac] = ACTIONS(403), - [anon_sym_sign] = ACTIONS(406), - [anon_sym_u00b1] = ACTIONS(403), - [anon_sym_BQUOTE] = ACTIONS(403), - [anon_sym_u00af] = ACTIONS(406), - [anon_sym_absolutevalue] = ACTIONS(403), - [anon_sym_u2335] = ACTIONS(403), - [anon_sym_sqrt] = ACTIONS(403), - [anon_sym_u221a] = ACTIONS(403), - [anon_sym_sine] = ACTIONS(403), - [anon_sym_u25cb] = ACTIONS(403), - [anon_sym_u223f] = ACTIONS(403), - [anon_sym_floor] = ACTIONS(403), - [anon_sym_u230a] = ACTIONS(403), - [anon_sym_ceiling] = ACTIONS(403), - [anon_sym_u2308] = ACTIONS(403), - [anon_sym_round] = ACTIONS(403), - [anon_sym_u2045] = ACTIONS(403), - [anon_sym_EQ] = ACTIONS(403), - [anon_sym_BANG_EQ] = ACTIONS(403), - [anon_sym_u2260] = ACTIONS(403), - [anon_sym_LT] = ACTIONS(406), - [anon_sym_LT_EQ] = ACTIONS(403), - [anon_sym_u2264] = ACTIONS(403), - [anon_sym_GT] = ACTIONS(406), - [anon_sym_GT_EQ] = ACTIONS(403), - [anon_sym_u2265] = ACTIONS(403), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(403), - [anon_sym_u00d7] = ACTIONS(403), - [anon_sym_PERCENT] = ACTIONS(403), - [anon_sym_u00f7] = ACTIONS(403), - [anon_sym_modulus] = ACTIONS(403), - [anon_sym_u25ff] = ACTIONS(403), - [anon_sym_power] = ACTIONS(403), - [anon_sym_u207f] = ACTIONS(403), - [anon_sym_logarithm] = ACTIONS(403), - [anon_sym_u2099] = ACTIONS(403), - [anon_sym_minimum] = ACTIONS(403), - [anon_sym_u21a7] = ACTIONS(403), - [anon_sym_maximum] = ACTIONS(403), - [anon_sym_u21a5] = ACTIONS(403), - [anon_sym_atangent] = ACTIONS(403), - [anon_sym_u2220] = ACTIONS(403), - [anon_sym_length] = ACTIONS(403), - [anon_sym_u29fb] = ACTIONS(403), - [anon_sym_shape] = ACTIONS(403), - [anon_sym_u25b3] = ACTIONS(403), - [anon_sym_range] = ACTIONS(403), - [anon_sym_u21e1] = ACTIONS(403), - [anon_sym_first] = ACTIONS(403), - [anon_sym_u22a2] = ACTIONS(403), - [anon_sym_reverse] = ACTIONS(403), - [anon_sym_u21cc] = ACTIONS(403), - [anon_sym_deshape] = ACTIONS(403), - [anon_sym_u266d] = ACTIONS(403), - [anon_sym_bits] = ACTIONS(403), - [anon_sym_u22ef] = ACTIONS(403), - [anon_sym_transpose] = ACTIONS(403), - [anon_sym_u2349] = ACTIONS(403), - [anon_sym_rise] = ACTIONS(403), - [anon_sym_u234f] = ACTIONS(403), - [anon_sym_fall] = ACTIONS(403), - [anon_sym_u2356] = ACTIONS(403), - [anon_sym_where] = ACTIONS(403), - [anon_sym_u229a] = ACTIONS(403), - [anon_sym_classify] = ACTIONS(403), - [anon_sym_u229b] = ACTIONS(403), - [anon_sym_deduplicate] = ACTIONS(403), - [anon_sym_u25f4] = ACTIONS(403), - [anon_sym_box] = ACTIONS(403), - [anon_sym_u25a1] = ACTIONS(403), - [anon_sym_match] = ACTIONS(403), - [anon_sym_u224d] = ACTIONS(403), - [anon_sym_couple] = ACTIONS(403), - [anon_sym_u229f] = ACTIONS(403), - [anon_sym_join] = ACTIONS(403), - [anon_sym_u2282] = ACTIONS(403), - [anon_sym_select] = ACTIONS(403), - [anon_sym_u228f] = ACTIONS(403), - [anon_sym_pick] = ACTIONS(403), - [anon_sym_u22a1] = ACTIONS(403), - [anon_sym_reshape] = ACTIONS(403), - [anon_sym_u21af] = ACTIONS(403), - [anon_sym_take] = ACTIONS(403), - [anon_sym_u2199] = ACTIONS(403), - [anon_sym_drop] = ACTIONS(403), - [anon_sym_u2198] = ACTIONS(403), - [anon_sym_rotate] = ACTIONS(403), - [anon_sym_u21bb] = ACTIONS(403), - [anon_sym_windows] = ACTIONS(403), - [anon_sym_u25eb] = ACTIONS(403), - [anon_sym_keep] = ACTIONS(403), - [anon_sym_u25bd] = ACTIONS(403), - [anon_sym_find] = ACTIONS(403), - [anon_sym_u2315] = ACTIONS(403), - [anon_sym_indexof] = ACTIONS(403), - [anon_sym_u2297] = ACTIONS(403), - [anon_sym_assert] = ACTIONS(403), - [anon_sym_u2364] = ACTIONS(403), - [anon_sym_wait] = ACTIONS(403), - [anon_sym_parse] = ACTIONS(403), - [anon_sym_u22d5] = ACTIONS(403), - [anon_sym_random] = ACTIONS(403), - [anon_sym_u2682] = ACTIONS(403), - [anon_sym_gen] = ACTIONS(403), - [anon_sym_tag] = ACTIONS(403), - [anon_sym_now] = ACTIONS(403), - [anon_sym_type] = ACTIONS(403), - [anon_sym_u2e2e] = ACTIONS(403), - [anon_sym_dump] = ACTIONS(403), - [anon_sym_regex] = ACTIONS(403), - [anon_sym_send] = ACTIONS(403), - [anon_sym_recv] = ACTIONS(403), - [anon_sym_tryrecv] = ACTIONS(403), - [anon_sym_complex] = ACTIONS(403), - [anon_sym_u2102] = ACTIONS(403), - [anon_sym_rerank] = ACTIONS(403), - [anon_sym_u2607] = ACTIONS(403), - [anon_sym_fix] = ACTIONS(403), - [anon_sym_u00a4] = ACTIONS(403), - [anon_sym_QMARK] = ACTIONS(403), - [anon_sym_unique] = ACTIONS(403), - [anon_sym_u25f0] = ACTIONS(403), - [anon_sym_map] = ACTIONS(403), - [anon_sym_has] = ACTIONS(403), - [anon_sym_get] = ACTIONS(403), - [anon_sym_insert] = ACTIONS(403), - [anon_sym_remove] = ACTIONS(403), - [anon_sym_repr] = ACTIONS(403), - [anon_sym_mask] = ACTIONS(403), - [anon_sym_u29b7] = ACTIONS(403), - [anon_sym_csv] = ACTIONS(403), - [anon_sym_json] = ACTIONS(403), - [anon_sym_xlsx] = ACTIONS(403), - [anon_sym_memberOf] = ACTIONS(403), - [anon_sym_u2208] = ACTIONS(403), - [anon_sym_imen] = ACTIONS(403), - [anon_sym_gife] = ACTIONS(403), - [anon_sym_auden] = ACTIONS(403), - [anon_sym_utfu2088] = ACTIONS(403), - [anon_sym_datetime] = ACTIONS(403), - [anon_sym_chunk] = ACTIONS(403), - [anon_sym_u2444] = ACTIONS(403), - [anon_sym_choose] = ACTIONS(403), - [anon_sym_permute] = ACTIONS(403), - [anon_sym_orient] = ACTIONS(403), - [anon_sym_fft] = ACTIONS(403), - [anon_sym_reduce] = ACTIONS(409), - [anon_sym_SLASH] = ACTIONS(409), - [anon_sym_scan] = ACTIONS(409), - [anon_sym_BSLASH] = ACTIONS(409), - [anon_sym_each] = ACTIONS(409), - [anon_sym_u2235] = ACTIONS(409), - [anon_sym_rows] = ACTIONS(409), - [anon_sym_u2261] = ACTIONS(409), - [anon_sym_repeat] = ACTIONS(409), - [anon_sym_u2365] = ACTIONS(409), - [anon_sym_dip] = ACTIONS(409), - [anon_sym_u2299] = ACTIONS(409), - [anon_sym_gap] = ACTIONS(409), - [anon_sym_u22c5] = ACTIONS(409), - [anon_sym_spawn] = ACTIONS(409), - [anon_sym_rectify] = ACTIONS(409), - [anon_sym_u2305] = ACTIONS(409), - [anon_sym_un] = ACTIONS(412), - [anon_sym_u00b0] = ACTIONS(409), - [anon_sym_on] = ACTIONS(412), - [anon_sym_u27dc] = ACTIONS(409), - [anon_sym_inventory] = ACTIONS(409), - [anon_sym_u235a] = ACTIONS(409), - [anon_sym_content] = ACTIONS(409), - [anon_sym_u25c7] = ACTIONS(409), - [anon_sym_pool] = ACTIONS(409), - [anon_sym_stringify] = ACTIONS(409), - [anon_sym_signature] = ACTIONS(409), - [anon_sym_triangle] = ACTIONS(409), - [anon_sym_u25f9] = ACTIONS(409), - [anon_sym_astar] = ACTIONS(409), - [anon_sym_but] = ACTIONS(409), - [anon_sym_u2919] = ACTIONS(409), - [anon_sym_with] = ACTIONS(409), - [anon_sym_u291a] = ACTIONS(409), - [anon_sym_above] = ACTIONS(409), - [anon_sym_u25e0] = ACTIONS(409), - [anon_sym_below] = ACTIONS(409), - [anon_sym_u25e1] = ACTIONS(409), - [anon_sym_fold] = ACTIONS(415), - [anon_sym_u2227] = ACTIONS(415), - [anon_sym_table] = ACTIONS(415), - [anon_sym_u229e] = ACTIONS(415), - [anon_sym_group] = ACTIONS(415), - [anon_sym_u2295] = ACTIONS(415), - [anon_sym_partition] = ACTIONS(415), - [anon_sym_u229c] = ACTIONS(415), - [anon_sym_both] = ACTIONS(415), - [anon_sym_u2229] = ACTIONS(415), - [anon_sym_bracket] = ACTIONS(415), - [anon_sym_u2293] = ACTIONS(415), - [anon_sym_fork] = ACTIONS(415), - [anon_sym_u2283] = ACTIONS(415), - [anon_sym_under] = ACTIONS(415), - [anon_sym_u235c] = ACTIONS(415), - [anon_sym_fill] = ACTIONS(415), - [anon_sym_u2b1a] = ACTIONS(415), - [anon_sym_try] = ACTIONS(418), - [anon_sym_u2363] = ACTIONS(415), - [anon_sym_do] = ACTIONS(418), - [anon_sym_u2362] = ACTIONS(415), - [anon_sym_setinv] = ACTIONS(415), - [anon_sym_setunder] = ACTIONS(415), - [anon_sym_f] = ACTIONS(418), - [anon_sym_by] = ACTIONS(418), - [anon_sym_u22b8] = ACTIONS(415), - [anon_sym_quote] = ACTIONS(415), - [anon_sym_struct] = ACTIONS(421), - [anon_sym_u2765] = ACTIONS(424), - [anon_sym_u2192] = ACTIONS(424), - [anon_sym_u2237] = ACTIONS(424), - [anon_sym_u00b7] = ACTIONS(424), - [anon_sym_u235b] = ACTIONS(424), - [anon_sym_u2302] = ACTIONS(424), - [anon_sym_u21b0] = ACTIONS(424), - [anon_sym_unpack] = ACTIONS(424), - [anon_sym_u2290] = ACTIONS(424), - [anon_sym_u229d] = ACTIONS(424), - [anon_sym_cross] = ACTIONS(424), - [anon_sym_u22a0] = ACTIONS(424), - [anon_sym_SEMI] = ACTIONS(424), - [anon_sym_deal] = ACTIONS(424), - [anon_sym_strands] = ACTIONS(424), - [anon_sym_u203f] = ACTIONS(424), - [anon_sym_member] = ACTIONS(427), - [anon_sym_u220a] = ACTIONS(424), - [anon_sym_coordinate] = ACTIONS(424), - [anon_sym_u27d4] = ACTIONS(424), - [anon_sym_u03bb] = ACTIONS(424), - [anon_sym_u22ca] = ACTIONS(424), + [sym_openParen] = ACTIONS(367), + [sym_openCurly] = ACTIONS(370), + [sym_openBracket] = ACTIONS(373), + [anon_sym_CARET] = ACTIONS(376), + [anon_sym_SQUOTE] = ACTIONS(379), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(382), + [anon_sym_e] = ACTIONS(385), + [anon_sym_NaN] = ACTIONS(385), + [anon_sym_eta] = ACTIONS(388), + [anon_sym_u03b7] = ACTIONS(385), + [anon_sym_pi] = ACTIONS(385), + [anon_sym_u03c0] = ACTIONS(385), + [anon_sym_tau] = ACTIONS(388), + [anon_sym_u03c4] = ACTIONS(385), + [anon_sym_infinity] = ACTIONS(388), + [anon_sym_u221e] = ACTIONS(388), + [anon_sym_W] = ACTIONS(385), + [anon_sym_i] = ACTIONS(385), + [anon_sym_MaxInt] = ACTIONS(385), + [anon_sym_HexDigits] = ACTIONS(385), + [anon_sym_DOT] = ACTIONS(391), + [anon_sym_COMMA] = ACTIONS(391), + [anon_sym_COLON] = ACTIONS(391), + [anon_sym_u25cc] = ACTIONS(391), + [anon_sym_identity] = ACTIONS(391), + [anon_sym_id] = ACTIONS(394), + [anon_sym_u2218] = ACTIONS(391), + [anon_sym_not] = ACTIONS(391), + [anon_sym_u00ac] = ACTIONS(391), + [anon_sym_sign] = ACTIONS(394), + [anon_sym_u00b1] = ACTIONS(391), + [anon_sym_BQUOTE] = ACTIONS(391), + [anon_sym_u00af] = ACTIONS(394), + [anon_sym_absolutevalue] = ACTIONS(391), + [anon_sym_u2335] = ACTIONS(391), + [anon_sym_sqrt] = ACTIONS(391), + [anon_sym_u221a] = ACTIONS(391), + [anon_sym_sine] = ACTIONS(391), + [anon_sym_u25cb] = ACTIONS(391), + [anon_sym_u223f] = ACTIONS(391), + [anon_sym_floor] = ACTIONS(391), + [anon_sym_u230a] = ACTIONS(391), + [anon_sym_ceiling] = ACTIONS(391), + [anon_sym_u2308] = ACTIONS(391), + [anon_sym_round] = ACTIONS(391), + [anon_sym_u2045] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(391), + [anon_sym_BANG_EQ] = ACTIONS(391), + [anon_sym_u2260] = ACTIONS(391), + [anon_sym_LT] = ACTIONS(394), + [anon_sym_LT_EQ] = ACTIONS(391), + [anon_sym_u2264] = ACTIONS(391), + [anon_sym_GT] = ACTIONS(394), + [anon_sym_GT_EQ] = ACTIONS(391), + [anon_sym_u2265] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(391), + [anon_sym_DASH] = ACTIONS(391), + [anon_sym_STAR] = ACTIONS(391), + [anon_sym_u00d7] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(391), + [anon_sym_u00f7] = ACTIONS(391), + [anon_sym_modulus] = ACTIONS(391), + [anon_sym_u25ff] = ACTIONS(391), + [anon_sym_power] = ACTIONS(391), + [anon_sym_u207f] = ACTIONS(391), + [anon_sym_logarithm] = ACTIONS(391), + [anon_sym_u2099] = ACTIONS(391), + [anon_sym_minimum] = ACTIONS(391), + [anon_sym_u21a7] = ACTIONS(391), + [anon_sym_maximum] = ACTIONS(391), + [anon_sym_u21a5] = ACTIONS(391), + [anon_sym_atangent] = ACTIONS(391), + [anon_sym_u2220] = ACTIONS(391), + [anon_sym_length] = ACTIONS(391), + [anon_sym_u29fb] = ACTIONS(391), + [anon_sym_shape] = ACTIONS(391), + [anon_sym_u25b3] = ACTIONS(391), + [anon_sym_range] = ACTIONS(391), + [anon_sym_u21e1] = ACTIONS(391), + [anon_sym_first] = ACTIONS(391), + [anon_sym_u22a2] = ACTIONS(391), + [anon_sym_reverse] = ACTIONS(391), + [anon_sym_u21cc] = ACTIONS(391), + [anon_sym_deshape] = ACTIONS(391), + [anon_sym_u266d] = ACTIONS(391), + [anon_sym_bits] = ACTIONS(391), + [anon_sym_u22ef] = ACTIONS(391), + [anon_sym_transpose] = ACTIONS(391), + [anon_sym_u2349] = ACTIONS(391), + [anon_sym_rise] = ACTIONS(391), + [anon_sym_u234f] = ACTIONS(391), + [anon_sym_fall] = ACTIONS(391), + [anon_sym_u2356] = ACTIONS(391), + [anon_sym_where] = ACTIONS(391), + [anon_sym_u229a] = ACTIONS(391), + [anon_sym_classify] = ACTIONS(391), + [anon_sym_u229b] = ACTIONS(391), + [anon_sym_deduplicate] = ACTIONS(391), + [anon_sym_u25f4] = ACTIONS(391), + [anon_sym_box] = ACTIONS(391), + [anon_sym_u25a1] = ACTIONS(391), + [anon_sym_match] = ACTIONS(391), + [anon_sym_u224d] = ACTIONS(391), + [anon_sym_couple] = ACTIONS(391), + [anon_sym_u229f] = ACTIONS(391), + [anon_sym_join] = ACTIONS(391), + [anon_sym_u2282] = ACTIONS(391), + [anon_sym_select] = ACTIONS(391), + [anon_sym_u228f] = ACTIONS(391), + [anon_sym_pick] = ACTIONS(391), + [anon_sym_u22a1] = ACTIONS(391), + [anon_sym_reshape] = ACTIONS(391), + [anon_sym_u21af] = ACTIONS(391), + [anon_sym_take] = ACTIONS(391), + [anon_sym_u2199] = ACTIONS(391), + [anon_sym_drop] = ACTIONS(391), + [anon_sym_u2198] = ACTIONS(391), + [anon_sym_rotate] = ACTIONS(391), + [anon_sym_u21bb] = ACTIONS(391), + [anon_sym_windows] = ACTIONS(391), + [anon_sym_u25eb] = ACTIONS(391), + [anon_sym_keep] = ACTIONS(391), + [anon_sym_u25bd] = ACTIONS(391), + [anon_sym_find] = ACTIONS(391), + [anon_sym_u2315] = ACTIONS(391), + [anon_sym_indexof] = ACTIONS(391), + [anon_sym_u2297] = ACTIONS(391), + [anon_sym_assert] = ACTIONS(391), + [anon_sym_u2364] = ACTIONS(391), + [anon_sym_wait] = ACTIONS(391), + [anon_sym_parse] = ACTIONS(391), + [anon_sym_u22d5] = ACTIONS(391), + [anon_sym_random] = ACTIONS(391), + [anon_sym_u2682] = ACTIONS(391), + [anon_sym_gen] = ACTIONS(391), + [anon_sym_tag] = ACTIONS(391), + [anon_sym_now] = ACTIONS(391), + [anon_sym_type] = ACTIONS(391), + [anon_sym_u2e2e] = ACTIONS(391), + [anon_sym_dump] = ACTIONS(391), + [anon_sym_regex] = ACTIONS(391), + [anon_sym_send] = ACTIONS(391), + [anon_sym_recv] = ACTIONS(391), + [anon_sym_tryrecv] = ACTIONS(391), + [anon_sym_complex] = ACTIONS(391), + [anon_sym_u2102] = ACTIONS(391), + [anon_sym_rerank] = ACTIONS(391), + [anon_sym_u2607] = ACTIONS(391), + [anon_sym_fix] = ACTIONS(391), + [anon_sym_u00a4] = ACTIONS(391), + [anon_sym_QMARK] = ACTIONS(391), + [anon_sym_unique] = ACTIONS(391), + [anon_sym_u25f0] = ACTIONS(391), + [anon_sym_map] = ACTIONS(391), + [anon_sym_has] = ACTIONS(391), + [anon_sym_get] = ACTIONS(391), + [anon_sym_insert] = ACTIONS(391), + [anon_sym_remove] = ACTIONS(391), + [anon_sym_repr] = ACTIONS(391), + [anon_sym_mask] = ACTIONS(391), + [anon_sym_u29b7] = ACTIONS(391), + [anon_sym_csv] = ACTIONS(391), + [anon_sym_json] = ACTIONS(391), + [anon_sym_xlsx] = ACTIONS(391), + [anon_sym_memberOf] = ACTIONS(391), + [anon_sym_u2208] = ACTIONS(391), + [anon_sym_imen] = ACTIONS(391), + [anon_sym_gife] = ACTIONS(391), + [anon_sym_auden] = ACTIONS(391), + [anon_sym_utfu2088] = ACTIONS(391), + [anon_sym_datetime] = ACTIONS(391), + [anon_sym_choose] = ACTIONS(391), + [anon_sym_permute] = ACTIONS(391), + [anon_sym_orient] = ACTIONS(391), + [anon_sym_u2938] = ACTIONS(391), + [anon_sym_fft] = ACTIONS(391), + [anon_sym_graphemes] = ACTIONS(391), + [anon_sym_timezone] = ACTIONS(391), + [anon_sym_around] = ACTIONS(391), + [anon_sym_u2019] = ACTIONS(391), + [anon_sym_base] = ACTIONS(391), + [anon_sym_sort] = ACTIONS(391), + [anon_sym_u2346] = ACTIONS(391), + [anon_sym_last] = ACTIONS(391), + [anon_sym_u22a3] = ACTIONS(391), + [anon_sym_reduce] = ACTIONS(397), + [anon_sym_SLASH] = ACTIONS(397), + [anon_sym_scan] = ACTIONS(397), + [anon_sym_BSLASH] = ACTIONS(397), + [anon_sym_each] = ACTIONS(397), + [anon_sym_u2235] = ACTIONS(397), + [anon_sym_rows] = ACTIONS(397), + [anon_sym_u2261] = ACTIONS(397), + [anon_sym_repeat] = ACTIONS(397), + [anon_sym_u2365] = ACTIONS(397), + [anon_sym_dip] = ACTIONS(397), + [anon_sym_u2299] = ACTIONS(397), + [anon_sym_gap] = ACTIONS(397), + [anon_sym_u22c5] = ACTIONS(397), + [anon_sym_spawn] = ACTIONS(397), + [anon_sym_rectify] = ACTIONS(397), + [anon_sym_u2305] = ACTIONS(397), + [anon_sym_un] = ACTIONS(400), + [anon_sym_u00b0] = ACTIONS(397), + [anon_sym_on] = ACTIONS(400), + [anon_sym_u27dc] = ACTIONS(397), + [anon_sym_inventory] = ACTIONS(397), + [anon_sym_u235a] = ACTIONS(397), + [anon_sym_content] = ACTIONS(397), + [anon_sym_u25c7] = ACTIONS(397), + [anon_sym_pool] = ACTIONS(397), + [anon_sym_stringify] = ACTIONS(397), + [anon_sym_signature] = ACTIONS(397), + [anon_sym_triangle] = ACTIONS(397), + [anon_sym_u25f9] = ACTIONS(397), + [anon_sym_astar] = ACTIONS(397), + [anon_sym_with] = ACTIONS(397), + [anon_sym_u2919] = ACTIONS(397), + [anon_sym_off] = ACTIONS(397), + [anon_sym_u291a] = ACTIONS(397), + [anon_sym_above] = ACTIONS(397), + [anon_sym_u25e0] = ACTIONS(397), + [anon_sym_below] = ACTIONS(397), + [anon_sym_u25e1] = ACTIONS(397), + [anon_sym_anti] = ACTIONS(397), + [anon_sym_u231d] = ACTIONS(397), + [anon_sym_obverse] = ACTIONS(397), + [anon_sym_toples] = ACTIONS(397), + [anon_sym_u29c5] = ACTIONS(397), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(397), + [anon_sym_fold] = ACTIONS(403), + [anon_sym_u2227] = ACTIONS(403), + [anon_sym_table] = ACTIONS(403), + [anon_sym_u229e] = ACTIONS(403), + [anon_sym_group] = ACTIONS(403), + [anon_sym_u2295] = ACTIONS(403), + [anon_sym_partition] = ACTIONS(403), + [anon_sym_u229c] = ACTIONS(403), + [anon_sym_both] = ACTIONS(403), + [anon_sym_u2229] = ACTIONS(403), + [anon_sym_bracket] = ACTIONS(403), + [anon_sym_u2293] = ACTIONS(403), + [anon_sym_fork] = ACTIONS(403), + [anon_sym_u2283] = ACTIONS(403), + [anon_sym_under] = ACTIONS(403), + [anon_sym_u235c] = ACTIONS(403), + [anon_sym_fill] = ACTIONS(403), + [anon_sym_u2b1a] = ACTIONS(403), + [anon_sym_try] = ACTIONS(406), + [anon_sym_u2363] = ACTIONS(403), + [anon_sym_do] = ACTIONS(406), + [anon_sym_u2362] = ACTIONS(403), + [anon_sym_f] = ACTIONS(406), + [anon_sym_by] = ACTIONS(406), + [anon_sym_u22b8] = ACTIONS(403), + [anon_sym_quote] = ACTIONS(403), + [anon_sym_u2765] = ACTIONS(409), + [anon_sym_u2192] = ACTIONS(409), + [anon_sym_u2237] = ACTIONS(409), + [anon_sym_u00b7] = ACTIONS(409), + [anon_sym_u235b] = ACTIONS(409), + [anon_sym_u2302] = ACTIONS(409), + [anon_sym_u21b0] = ACTIONS(409), + [anon_sym_unpack] = ACTIONS(409), + [anon_sym_u2290] = ACTIONS(409), + [anon_sym_u229d] = ACTIONS(409), + [anon_sym_cross] = ACTIONS(409), + [anon_sym_u22a0] = ACTIONS(409), + [anon_sym_SEMI] = ACTIONS(409), + [anon_sym_deal] = ACTIONS(409), + [anon_sym_member] = ACTIONS(412), + [anon_sym_u220a] = ACTIONS(409), + [anon_sym_coordinate] = ACTIONS(409), + [anon_sym_u27d4] = ACTIONS(409), + [anon_sym_u03bb] = ACTIONS(409), + [anon_sym_u22ca] = ACTIONS(409), + [anon_sym_chunk] = ACTIONS(409), + [anon_sym_u2444] = ACTIONS(409), + [anon_sym_setinv] = ACTIONS(409), + [anon_sym_setund] = ACTIONS(409), + [anon_sym_struct] = ACTIONS(409), [sym__endOfLine] = ACTIONS(5), }, [45] = { - [sym_term] = STATE(205), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(78), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_switchFunctions_repeat1] = STATE(46), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [anon_sym_PIPE] = ACTIONS(298), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_term] = STATE(181), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(72), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_switchFunctions_repeat1] = STATE(44), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(288), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [46] = { - [sym_term] = STATE(184), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(74), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_switchFunctions_repeat1] = STATE(44), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [anon_sym_PIPE] = ACTIONS(298), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_segment] = STATE(126), + [sym_term] = STATE(13), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_array_repeat2] = STATE(12), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(268), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_closeCurly] = ACTIONS(274), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [47] = { - [sym_segment] = STATE(141), - [sym_term] = STATE(12), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_array_repeat2] = STATE(11), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(278), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_closeCurly] = ACTIONS(284), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_term] = STATE(185), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(79), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_switchFunctions_repeat1] = STATE(44), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(288), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [48] = { - [sym_term] = STATE(183), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_signature] = STATE(81), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_switchFunctions_repeat1] = STATE(44), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [anon_sym_PIPE] = ACTIONS(298), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_term] = STATE(205), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_signature] = STATE(73), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_switchFunctions_repeat1] = STATE(41), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [anon_sym_PIPE] = ACTIONS(288), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [49] = { - [sym_segment] = STATE(213), + [sym_segment] = STATE(210), [sym_term] = STATE(49), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_array_repeat1] = STATE(76), - [ts_builtin_sym_end] = ACTIONS(162), + [ts_builtin_sym_end] = ACTIONS(157), [aux_sym_number_token1] = ACTIONS(7), [sym_fraction] = ACTIONS(9), [anon_sym_Days] = ACTIONS(11), @@ -26554,6 +27613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -26564,7 +27624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_openParen] = ACTIONS(25), [sym_openCurly] = ACTIONS(27), [sym_openBracket] = ACTIONS(29), - [sym_underscore] = ACTIONS(168), + [sym_underscore] = ACTIONS(163), [anon_sym_CARET] = ACTIONS(31), [anon_sym_SQUOTE] = ACTIONS(33), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(35), @@ -26733,12 +27793,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -26770,14 +27838,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -26800,1116 +27874,2258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym__endOfLine] = ACTIONS(162), + [sym__endOfLine] = ACTIONS(157), }, [50] = { - [sym_segment] = STATE(231), + [sym_segment] = STATE(241), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(66), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [51] = { - [sym_segment] = STATE(231), - [sym_term] = STATE(4), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_segment] = STATE(223), + [sym_term] = STATE(20), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(60), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [52] = { - [sym_segment] = STATE(228), + [sym_segment] = STATE(243), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(54), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [53] = { - [sym_segment] = STATE(227), + [sym_segment] = STATE(233), + [sym_term] = STATE(4), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(62), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(5), + }, + [54] = { + [sym_segment] = STATE(224), + [sym_term] = STATE(20), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(5), + }, + [55] = { + [sym_segment] = STATE(210), + [sym_term] = STATE(20), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_closeParen] = ACTIONS(157), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(157), + }, + [56] = { + [sym_segment] = STATE(210), [sym_term] = STATE(49), - [sym_inlineFunction] = STATE(227), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_array_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(157), [aux_sym_number_token1] = ACTIONS(7), [sym_fraction] = ACTIONS(9), [anon_sym_Days] = ACTIONS(11), @@ -27967,6 +30183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -27974,7 +30191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifierDeprecated] = ACTIONS(19), [sym_system] = ACTIONS(15), [sym_comment] = ACTIONS(21), - [sym_openParen] = ACTIONS(200), + [sym_openParen] = ACTIONS(25), [sym_openCurly] = ACTIONS(27), [sym_openBracket] = ACTIONS(29), [anon_sym_CARET] = ACTIONS(31), @@ -28145,12 +30362,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -28182,14 +30407,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -28212,1116 +30443,1157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym__endOfLine] = ACTIONS(5), + [sym__endOfLine] = ACTIONS(157), }, - [54] = { - [sym_segment] = STATE(213), + [57] = { + [sym_segment] = STATE(228), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_inlineFunction] = STATE(228), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_closeParen] = ACTIONS(162), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(162), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(195), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(5), }, - [55] = { - [sym_segment] = STATE(250), + [58] = { + [sym_segment] = STATE(247), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(430), - [sym_fraction] = ACTIONS(433), - [anon_sym_Days] = ACTIONS(436), - [anon_sym_Months] = ACTIONS(436), - [anon_sym_MonthDays] = ACTIONS(436), - [anon_sym_LeanMonthDays] = ACTIONS(436), - [anon_sym_White] = ACTIONS(436), - [anon_sym_Black] = ACTIONS(436), - [anon_sym_Red] = ACTIONS(436), - [anon_sym_Orange] = ACTIONS(436), - [anon_sym_Yellow] = ACTIONS(436), - [anon_sym_Green] = ACTIONS(436), - [anon_sym_Cyan] = ACTIONS(436), - [anon_sym_Blue] = ACTIONS(436), - [anon_sym_Purple] = ACTIONS(436), - [anon_sym_Magenta] = ACTIONS(436), - [anon_sym_Gay] = ACTIONS(436), - [anon_sym_Lesbian] = ACTIONS(436), - [anon_sym_Bi] = ACTIONS(436), - [anon_sym_Trans] = ACTIONS(436), - [anon_sym_Pan] = ACTIONS(436), - [anon_sym_Ace] = ACTIONS(436), - [anon_sym_Aro] = ACTIONS(436), - [anon_sym_Aroace] = ACTIONS(436), - [anon_sym_Enby] = ACTIONS(436), - [anon_sym_Fluid] = ACTIONS(436), - [anon_sym_Queer] = ACTIONS(436), - [anon_sym_Agender] = ACTIONS(436), - [anon_sym_PrideFlags] = ACTIONS(436), - [anon_sym_PrideFlagNames] = ACTIONS(436), - [anon_sym_True] = ACTIONS(436), - [anon_sym_False] = ACTIONS(436), - [anon_sym_NULL] = ACTIONS(436), - [anon_sym_Logo] = ACTIONS(436), - [anon_sym_Lena] = ACTIONS(436), - [anon_sym_Music] = ACTIONS(436), - [anon_sym_Lorem] = ACTIONS(436), - [anon_sym_Os] = ACTIONS(436), - [anon_sym_Family] = ACTIONS(436), - [anon_sym_Arch] = ACTIONS(436), - [anon_sym_ExeExt] = ACTIONS(436), - [anon_sym_DllExt] = ACTIONS(436), - [anon_sym_Sep] = ACTIONS(436), - [anon_sym_ThisFile] = ACTIONS(436), - [anon_sym_ThisFileName] = ACTIONS(436), - [anon_sym_ThisFileDir] = ACTIONS(436), - [anon_sym_WorkingDir] = ACTIONS(436), - [anon_sym_NumProcs] = ACTIONS(436), - [anon_sym_Planets] = ACTIONS(436), - [anon_sym_Zodiac] = ACTIONS(436), - [anon_sym_Suits] = ACTIONS(436), - [anon_sym_Cards] = ACTIONS(436), - [anon_sym_Chess] = ACTIONS(436), - [anon_sym_Moon] = ACTIONS(436), - [anon_sym_Skin] = ACTIONS(436), - [anon_sym_People] = ACTIONS(436), - [anon_sym_Hair] = ACTIONS(436), - [aux_sym_character_token1] = ACTIONS(439), - [sym_string] = ACTIONS(442), - [sym_multiLineString] = ACTIONS(442), - [sym_identifier] = ACTIONS(445), - [sym_identifierDeprecated] = ACTIONS(445), - [sym_system] = ACTIONS(442), - [sym_comment] = ACTIONS(448), - [sym_openParen] = ACTIONS(451), - [sym_openCurly] = ACTIONS(454), - [sym_openBracket] = ACTIONS(457), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_SQUOTE] = ACTIONS(463), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(466), - [anon_sym_e] = ACTIONS(469), - [anon_sym_NaN] = ACTIONS(469), - [anon_sym_eta] = ACTIONS(472), - [anon_sym_u03b7] = ACTIONS(469), - [anon_sym_pi] = ACTIONS(469), - [anon_sym_u03c0] = ACTIONS(469), - [anon_sym_tau] = ACTIONS(472), - [anon_sym_u03c4] = ACTIONS(469), - [anon_sym_infinity] = ACTIONS(472), - [anon_sym_u221e] = ACTIONS(472), - [anon_sym_W] = ACTIONS(469), - [anon_sym_i] = ACTIONS(469), - [anon_sym_MaxInt] = ACTIONS(469), - [anon_sym_HexDigits] = ACTIONS(469), - [anon_sym_DOT] = ACTIONS(475), - [anon_sym_COMMA] = ACTIONS(475), - [anon_sym_COLON] = ACTIONS(475), - [anon_sym_u25cc] = ACTIONS(475), - [anon_sym_identity] = ACTIONS(475), - [anon_sym_id] = ACTIONS(478), - [anon_sym_u2218] = ACTIONS(475), - [anon_sym_not] = ACTIONS(475), - [anon_sym_u00ac] = ACTIONS(475), - [anon_sym_sign] = ACTIONS(478), - [anon_sym_u00b1] = ACTIONS(475), - [anon_sym_BQUOTE] = ACTIONS(475), - [anon_sym_u00af] = ACTIONS(478), - [anon_sym_absolutevalue] = ACTIONS(475), - [anon_sym_u2335] = ACTIONS(475), - [anon_sym_sqrt] = ACTIONS(475), - [anon_sym_u221a] = ACTIONS(475), - [anon_sym_sine] = ACTIONS(475), - [anon_sym_u25cb] = ACTIONS(475), - [anon_sym_u223f] = ACTIONS(475), - [anon_sym_floor] = ACTIONS(475), - [anon_sym_u230a] = ACTIONS(475), - [anon_sym_ceiling] = ACTIONS(475), - [anon_sym_u2308] = ACTIONS(475), - [anon_sym_round] = ACTIONS(475), - [anon_sym_u2045] = ACTIONS(475), - [anon_sym_EQ] = ACTIONS(475), - [anon_sym_BANG_EQ] = ACTIONS(475), - [anon_sym_u2260] = ACTIONS(475), - [anon_sym_LT] = ACTIONS(478), - [anon_sym_LT_EQ] = ACTIONS(475), - [anon_sym_u2264] = ACTIONS(475), - [anon_sym_GT] = ACTIONS(478), - [anon_sym_GT_EQ] = ACTIONS(475), - [anon_sym_u2265] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(475), - [anon_sym_STAR] = ACTIONS(475), - [anon_sym_u00d7] = ACTIONS(475), - [anon_sym_PERCENT] = ACTIONS(475), - [anon_sym_u00f7] = ACTIONS(475), - [anon_sym_modulus] = ACTIONS(475), - [anon_sym_u25ff] = ACTIONS(475), - [anon_sym_power] = ACTIONS(475), - [anon_sym_u207f] = ACTIONS(475), - [anon_sym_logarithm] = ACTIONS(475), - [anon_sym_u2099] = ACTIONS(475), - [anon_sym_minimum] = ACTIONS(475), - [anon_sym_u21a7] = ACTIONS(475), - [anon_sym_maximum] = ACTIONS(475), - [anon_sym_u21a5] = ACTIONS(475), - [anon_sym_atangent] = ACTIONS(475), - [anon_sym_u2220] = ACTIONS(475), - [anon_sym_length] = ACTIONS(475), - [anon_sym_u29fb] = ACTIONS(475), - [anon_sym_shape] = ACTIONS(475), - [anon_sym_u25b3] = ACTIONS(475), - [anon_sym_range] = ACTIONS(475), - [anon_sym_u21e1] = ACTIONS(475), - [anon_sym_first] = ACTIONS(475), - [anon_sym_u22a2] = ACTIONS(475), - [anon_sym_reverse] = ACTIONS(475), - [anon_sym_u21cc] = ACTIONS(475), - [anon_sym_deshape] = ACTIONS(475), - [anon_sym_u266d] = ACTIONS(475), - [anon_sym_bits] = ACTIONS(475), - [anon_sym_u22ef] = ACTIONS(475), - [anon_sym_transpose] = ACTIONS(475), - [anon_sym_u2349] = ACTIONS(475), - [anon_sym_rise] = ACTIONS(475), - [anon_sym_u234f] = ACTIONS(475), - [anon_sym_fall] = ACTIONS(475), - [anon_sym_u2356] = ACTIONS(475), - [anon_sym_where] = ACTIONS(475), - [anon_sym_u229a] = ACTIONS(475), - [anon_sym_classify] = ACTIONS(475), - [anon_sym_u229b] = ACTIONS(475), - [anon_sym_deduplicate] = ACTIONS(475), - [anon_sym_u25f4] = ACTIONS(475), - [anon_sym_box] = ACTIONS(475), - [anon_sym_u25a1] = ACTIONS(475), - [anon_sym_match] = ACTIONS(475), - [anon_sym_u224d] = ACTIONS(475), - [anon_sym_couple] = ACTIONS(475), - [anon_sym_u229f] = ACTIONS(475), - [anon_sym_join] = ACTIONS(475), - [anon_sym_u2282] = ACTIONS(475), - [anon_sym_select] = ACTIONS(475), - [anon_sym_u228f] = ACTIONS(475), - [anon_sym_pick] = ACTIONS(475), - [anon_sym_u22a1] = ACTIONS(475), - [anon_sym_reshape] = ACTIONS(475), - [anon_sym_u21af] = ACTIONS(475), - [anon_sym_take] = ACTIONS(475), - [anon_sym_u2199] = ACTIONS(475), - [anon_sym_drop] = ACTIONS(475), - [anon_sym_u2198] = ACTIONS(475), - [anon_sym_rotate] = ACTIONS(475), - [anon_sym_u21bb] = ACTIONS(475), - [anon_sym_windows] = ACTIONS(475), - [anon_sym_u25eb] = ACTIONS(475), - [anon_sym_keep] = ACTIONS(475), - [anon_sym_u25bd] = ACTIONS(475), - [anon_sym_find] = ACTIONS(475), - [anon_sym_u2315] = ACTIONS(475), - [anon_sym_indexof] = ACTIONS(475), - [anon_sym_u2297] = ACTIONS(475), - [anon_sym_assert] = ACTIONS(475), - [anon_sym_u2364] = ACTIONS(475), - [anon_sym_wait] = ACTIONS(475), - [anon_sym_parse] = ACTIONS(475), - [anon_sym_u22d5] = ACTIONS(475), - [anon_sym_random] = ACTIONS(475), - [anon_sym_u2682] = ACTIONS(475), - [anon_sym_gen] = ACTIONS(475), - [anon_sym_tag] = ACTIONS(475), - [anon_sym_now] = ACTIONS(475), - [anon_sym_type] = ACTIONS(475), - [anon_sym_u2e2e] = ACTIONS(475), - [anon_sym_dump] = ACTIONS(475), - [anon_sym_regex] = ACTIONS(475), - [anon_sym_send] = ACTIONS(475), - [anon_sym_recv] = ACTIONS(475), - [anon_sym_tryrecv] = ACTIONS(475), - [anon_sym_complex] = ACTIONS(475), - [anon_sym_u2102] = ACTIONS(475), - [anon_sym_rerank] = ACTIONS(475), - [anon_sym_u2607] = ACTIONS(475), - [anon_sym_fix] = ACTIONS(475), - [anon_sym_u00a4] = ACTIONS(475), - [anon_sym_QMARK] = ACTIONS(475), - [anon_sym_unique] = ACTIONS(475), - [anon_sym_u25f0] = ACTIONS(475), - [anon_sym_map] = ACTIONS(475), - [anon_sym_has] = ACTIONS(475), - [anon_sym_get] = ACTIONS(475), - [anon_sym_insert] = ACTIONS(475), - [anon_sym_remove] = ACTIONS(475), - [anon_sym_repr] = ACTIONS(475), - [anon_sym_mask] = ACTIONS(475), - [anon_sym_u29b7] = ACTIONS(475), - [anon_sym_csv] = ACTIONS(475), - [anon_sym_json] = ACTIONS(475), - [anon_sym_xlsx] = ACTIONS(475), - [anon_sym_memberOf] = ACTIONS(475), - [anon_sym_u2208] = ACTIONS(475), - [anon_sym_imen] = ACTIONS(475), - [anon_sym_gife] = ACTIONS(475), - [anon_sym_auden] = ACTIONS(475), - [anon_sym_utfu2088] = ACTIONS(475), - [anon_sym_datetime] = ACTIONS(475), - [anon_sym_chunk] = ACTIONS(475), - [anon_sym_u2444] = ACTIONS(475), - [anon_sym_choose] = ACTIONS(475), - [anon_sym_permute] = ACTIONS(475), - [anon_sym_orient] = ACTIONS(475), - [anon_sym_fft] = ACTIONS(475), - [anon_sym_reduce] = ACTIONS(481), - [anon_sym_SLASH] = ACTIONS(481), - [anon_sym_scan] = ACTIONS(481), - [anon_sym_BSLASH] = ACTIONS(481), - [anon_sym_each] = ACTIONS(481), - [anon_sym_u2235] = ACTIONS(481), - [anon_sym_rows] = ACTIONS(481), - [anon_sym_u2261] = ACTIONS(481), - [anon_sym_repeat] = ACTIONS(481), - [anon_sym_u2365] = ACTIONS(481), - [anon_sym_dip] = ACTIONS(481), - [anon_sym_u2299] = ACTIONS(481), - [anon_sym_gap] = ACTIONS(481), - [anon_sym_u22c5] = ACTIONS(481), - [anon_sym_spawn] = ACTIONS(481), - [anon_sym_rectify] = ACTIONS(481), - [anon_sym_u2305] = ACTIONS(481), - [anon_sym_un] = ACTIONS(484), - [anon_sym_u00b0] = ACTIONS(481), - [anon_sym_on] = ACTIONS(484), - [anon_sym_u27dc] = ACTIONS(481), - [anon_sym_inventory] = ACTIONS(481), - [anon_sym_u235a] = ACTIONS(481), - [anon_sym_content] = ACTIONS(481), - [anon_sym_u25c7] = ACTIONS(481), - [anon_sym_pool] = ACTIONS(481), - [anon_sym_stringify] = ACTIONS(481), - [anon_sym_signature] = ACTIONS(481), - [anon_sym_triangle] = ACTIONS(481), - [anon_sym_u25f9] = ACTIONS(481), - [anon_sym_astar] = ACTIONS(481), - [anon_sym_but] = ACTIONS(481), - [anon_sym_u2919] = ACTIONS(481), - [anon_sym_with] = ACTIONS(481), - [anon_sym_u291a] = ACTIONS(481), - [anon_sym_above] = ACTIONS(481), - [anon_sym_u25e0] = ACTIONS(481), - [anon_sym_below] = ACTIONS(481), - [anon_sym_u25e1] = ACTIONS(481), - [anon_sym_fold] = ACTIONS(487), - [anon_sym_u2227] = ACTIONS(487), - [anon_sym_table] = ACTIONS(487), - [anon_sym_u229e] = ACTIONS(487), - [anon_sym_group] = ACTIONS(487), - [anon_sym_u2295] = ACTIONS(487), - [anon_sym_partition] = ACTIONS(487), - [anon_sym_u229c] = ACTIONS(487), - [anon_sym_both] = ACTIONS(487), - [anon_sym_u2229] = ACTIONS(487), - [anon_sym_bracket] = ACTIONS(487), - [anon_sym_u2293] = ACTIONS(487), - [anon_sym_fork] = ACTIONS(487), - [anon_sym_u2283] = ACTIONS(487), - [anon_sym_under] = ACTIONS(487), - [anon_sym_u235c] = ACTIONS(487), - [anon_sym_fill] = ACTIONS(487), - [anon_sym_u2b1a] = ACTIONS(487), - [anon_sym_try] = ACTIONS(490), - [anon_sym_u2363] = ACTIONS(487), - [anon_sym_do] = ACTIONS(490), - [anon_sym_u2362] = ACTIONS(487), - [anon_sym_setinv] = ACTIONS(487), - [anon_sym_setunder] = ACTIONS(487), - [anon_sym_f] = ACTIONS(490), - [anon_sym_by] = ACTIONS(490), - [anon_sym_u22b8] = ACTIONS(487), - [anon_sym_quote] = ACTIONS(487), - [anon_sym_struct] = ACTIONS(493), - [anon_sym_u2765] = ACTIONS(496), - [anon_sym_u2192] = ACTIONS(496), - [anon_sym_u2237] = ACTIONS(496), - [anon_sym_u00b7] = ACTIONS(496), - [anon_sym_u235b] = ACTIONS(496), - [anon_sym_u2302] = ACTIONS(496), - [anon_sym_u21b0] = ACTIONS(496), - [anon_sym_unpack] = ACTIONS(496), - [anon_sym_u2290] = ACTIONS(496), - [anon_sym_u229d] = ACTIONS(496), - [anon_sym_cross] = ACTIONS(496), - [anon_sym_u22a0] = ACTIONS(496), - [anon_sym_SEMI] = ACTIONS(496), - [anon_sym_deal] = ACTIONS(496), - [anon_sym_strands] = ACTIONS(496), - [anon_sym_u203f] = ACTIONS(496), - [anon_sym_member] = ACTIONS(499), - [anon_sym_u220a] = ACTIONS(496), - [anon_sym_coordinate] = ACTIONS(496), - [anon_sym_u27d4] = ACTIONS(496), - [anon_sym_u03bb] = ACTIONS(496), - [anon_sym_u22ca] = ACTIONS(496), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(59), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, - [56] = { - [sym_segment] = STATE(227), + [59] = { + [sym_segment] = STATE(246), [sym_term] = STATE(20), - [sym_inlineFunction] = STATE(227), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(202), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, - [57] = { - [sym_segment] = STATE(213), + [60] = { + [sym_segment] = STATE(228), [sym_term] = STATE(49), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), + [sym_inlineFunction] = STATE(228), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_array_repeat1] = STATE(76), - [ts_builtin_sym_end] = ACTIONS(162), [aux_sym_number_token1] = ACTIONS(7), [sym_fraction] = ACTIONS(9), [anon_sym_Days] = ACTIONS(11), @@ -29379,6 +31651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -29386,7 +31659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifierDeprecated] = ACTIONS(19), [sym_system] = ACTIONS(15), [sym_comment] = ACTIONS(21), - [sym_openParen] = ACTIONS(25), + [sym_openParen] = ACTIONS(193), [sym_openCurly] = ACTIONS(27), [sym_openBracket] = ACTIONS(29), [anon_sym_CARET] = ACTIONS(31), @@ -29557,12 +31830,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -29594,14 +31875,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -29624,4997 +31911,5551 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), - [anon_sym_u22b8] = ACTIONS(49), - [anon_sym_quote] = ACTIONS(49), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym__endOfLine] = ACTIONS(162), - }, - [58] = { - [sym_segment] = STATE(230), - [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(64), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(5), - }, - [59] = { - [sym_segment] = STATE(251), - [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), - [sym__endOfLine] = ACTIONS(5), - }, - [60] = { - [sym_segment] = STATE(232), - [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [anon_sym_u22b8] = ACTIONS(49), + [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), + [anon_sym_struct] = ACTIONS(53), [sym__endOfLine] = ACTIONS(5), }, [61] = { - [sym_segment] = STATE(239), + [sym_segment] = STATE(233), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(52), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [62] = { - [sym_segment] = STATE(220), + [sym_segment] = STATE(222), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(68), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [63] = { - [sym_segment] = STATE(230), + [sym_segment] = STATE(248), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(415), + [sym_fraction] = ACTIONS(418), + [anon_sym_Days] = ACTIONS(421), + [anon_sym_Months] = ACTIONS(421), + [anon_sym_MonthDays] = ACTIONS(421), + [anon_sym_LeanMonthDays] = ACTIONS(421), + [anon_sym_White] = ACTIONS(421), + [anon_sym_Black] = ACTIONS(421), + [anon_sym_Red] = ACTIONS(421), + [anon_sym_Orange] = ACTIONS(421), + [anon_sym_Yellow] = ACTIONS(421), + [anon_sym_Green] = ACTIONS(421), + [anon_sym_Cyan] = ACTIONS(421), + [anon_sym_Blue] = ACTIONS(421), + [anon_sym_Purple] = ACTIONS(421), + [anon_sym_Magenta] = ACTIONS(421), + [anon_sym_Gay] = ACTIONS(421), + [anon_sym_Lesbian] = ACTIONS(421), + [anon_sym_Bi] = ACTIONS(421), + [anon_sym_Trans] = ACTIONS(421), + [anon_sym_Pan] = ACTIONS(421), + [anon_sym_Ace] = ACTIONS(421), + [anon_sym_Aro] = ACTIONS(421), + [anon_sym_Aroace] = ACTIONS(421), + [anon_sym_Enby] = ACTIONS(421), + [anon_sym_Fluid] = ACTIONS(421), + [anon_sym_Queer] = ACTIONS(421), + [anon_sym_Agender] = ACTIONS(421), + [anon_sym_PrideFlags] = ACTIONS(421), + [anon_sym_PrideFlagNames] = ACTIONS(421), + [anon_sym_True] = ACTIONS(421), + [anon_sym_False] = ACTIONS(421), + [anon_sym_NULL] = ACTIONS(421), + [anon_sym_Logo] = ACTIONS(421), + [anon_sym_Lena] = ACTIONS(421), + [anon_sym_Music] = ACTIONS(421), + [anon_sym_Lorem] = ACTIONS(421), + [anon_sym_Os] = ACTIONS(421), + [anon_sym_Family] = ACTIONS(421), + [anon_sym_Arch] = ACTIONS(421), + [anon_sym_ExeExt] = ACTIONS(421), + [anon_sym_DllExt] = ACTIONS(421), + [anon_sym_Sep] = ACTIONS(421), + [anon_sym_ThisFile] = ACTIONS(421), + [anon_sym_ThisFileName] = ACTIONS(421), + [anon_sym_ThisFileDir] = ACTIONS(421), + [anon_sym_WorkingDir] = ACTIONS(421), + [anon_sym_NumProcs] = ACTIONS(421), + [anon_sym_Planets] = ACTIONS(421), + [anon_sym_Zodiac] = ACTIONS(421), + [anon_sym_Suits] = ACTIONS(421), + [anon_sym_Cards] = ACTIONS(421), + [anon_sym_Chess] = ACTIONS(421), + [anon_sym_Moon] = ACTIONS(421), + [anon_sym_Skin] = ACTIONS(421), + [anon_sym_People] = ACTIONS(421), + [anon_sym_Hair] = ACTIONS(421), + [anon_sym_Cat] = ACTIONS(421), + [aux_sym_character_token1] = ACTIONS(424), + [sym_string] = ACTIONS(427), + [sym_multiLineString] = ACTIONS(427), + [sym_identifier] = ACTIONS(430), + [sym_identifierDeprecated] = ACTIONS(430), + [sym_system] = ACTIONS(427), + [sym_comment] = ACTIONS(433), + [sym_openParen] = ACTIONS(436), + [sym_openCurly] = ACTIONS(439), + [sym_openBracket] = ACTIONS(442), + [anon_sym_CARET] = ACTIONS(445), + [anon_sym_SQUOTE] = ACTIONS(448), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(451), + [anon_sym_e] = ACTIONS(454), + [anon_sym_NaN] = ACTIONS(454), + [anon_sym_eta] = ACTIONS(457), + [anon_sym_u03b7] = ACTIONS(454), + [anon_sym_pi] = ACTIONS(454), + [anon_sym_u03c0] = ACTIONS(454), + [anon_sym_tau] = ACTIONS(457), + [anon_sym_u03c4] = ACTIONS(454), + [anon_sym_infinity] = ACTIONS(457), + [anon_sym_u221e] = ACTIONS(457), + [anon_sym_W] = ACTIONS(454), + [anon_sym_i] = ACTIONS(454), + [anon_sym_MaxInt] = ACTIONS(454), + [anon_sym_HexDigits] = ACTIONS(454), + [anon_sym_DOT] = ACTIONS(460), + [anon_sym_COMMA] = ACTIONS(460), + [anon_sym_COLON] = ACTIONS(460), + [anon_sym_u25cc] = ACTIONS(460), + [anon_sym_identity] = ACTIONS(460), + [anon_sym_id] = ACTIONS(463), + [anon_sym_u2218] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_u00ac] = ACTIONS(460), + [anon_sym_sign] = ACTIONS(463), + [anon_sym_u00b1] = ACTIONS(460), + [anon_sym_BQUOTE] = ACTIONS(460), + [anon_sym_u00af] = ACTIONS(463), + [anon_sym_absolutevalue] = ACTIONS(460), + [anon_sym_u2335] = ACTIONS(460), + [anon_sym_sqrt] = ACTIONS(460), + [anon_sym_u221a] = ACTIONS(460), + [anon_sym_sine] = ACTIONS(460), + [anon_sym_u25cb] = ACTIONS(460), + [anon_sym_u223f] = ACTIONS(460), + [anon_sym_floor] = ACTIONS(460), + [anon_sym_u230a] = ACTIONS(460), + [anon_sym_ceiling] = ACTIONS(460), + [anon_sym_u2308] = ACTIONS(460), + [anon_sym_round] = ACTIONS(460), + [anon_sym_u2045] = ACTIONS(460), + [anon_sym_EQ] = ACTIONS(460), + [anon_sym_BANG_EQ] = ACTIONS(460), + [anon_sym_u2260] = ACTIONS(460), + [anon_sym_LT] = ACTIONS(463), + [anon_sym_LT_EQ] = ACTIONS(460), + [anon_sym_u2264] = ACTIONS(460), + [anon_sym_GT] = ACTIONS(463), + [anon_sym_GT_EQ] = ACTIONS(460), + [anon_sym_u2265] = ACTIONS(460), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_STAR] = ACTIONS(460), + [anon_sym_u00d7] = ACTIONS(460), + [anon_sym_PERCENT] = ACTIONS(460), + [anon_sym_u00f7] = ACTIONS(460), + [anon_sym_modulus] = ACTIONS(460), + [anon_sym_u25ff] = ACTIONS(460), + [anon_sym_power] = ACTIONS(460), + [anon_sym_u207f] = ACTIONS(460), + [anon_sym_logarithm] = ACTIONS(460), + [anon_sym_u2099] = ACTIONS(460), + [anon_sym_minimum] = ACTIONS(460), + [anon_sym_u21a7] = ACTIONS(460), + [anon_sym_maximum] = ACTIONS(460), + [anon_sym_u21a5] = ACTIONS(460), + [anon_sym_atangent] = ACTIONS(460), + [anon_sym_u2220] = ACTIONS(460), + [anon_sym_length] = ACTIONS(460), + [anon_sym_u29fb] = ACTIONS(460), + [anon_sym_shape] = ACTIONS(460), + [anon_sym_u25b3] = ACTIONS(460), + [anon_sym_range] = ACTIONS(460), + [anon_sym_u21e1] = ACTIONS(460), + [anon_sym_first] = ACTIONS(460), + [anon_sym_u22a2] = ACTIONS(460), + [anon_sym_reverse] = ACTIONS(460), + [anon_sym_u21cc] = ACTIONS(460), + [anon_sym_deshape] = ACTIONS(460), + [anon_sym_u266d] = ACTIONS(460), + [anon_sym_bits] = ACTIONS(460), + [anon_sym_u22ef] = ACTIONS(460), + [anon_sym_transpose] = ACTIONS(460), + [anon_sym_u2349] = ACTIONS(460), + [anon_sym_rise] = ACTIONS(460), + [anon_sym_u234f] = ACTIONS(460), + [anon_sym_fall] = ACTIONS(460), + [anon_sym_u2356] = ACTIONS(460), + [anon_sym_where] = ACTIONS(460), + [anon_sym_u229a] = ACTIONS(460), + [anon_sym_classify] = ACTIONS(460), + [anon_sym_u229b] = ACTIONS(460), + [anon_sym_deduplicate] = ACTIONS(460), + [anon_sym_u25f4] = ACTIONS(460), + [anon_sym_box] = ACTIONS(460), + [anon_sym_u25a1] = ACTIONS(460), + [anon_sym_match] = ACTIONS(460), + [anon_sym_u224d] = ACTIONS(460), + [anon_sym_couple] = ACTIONS(460), + [anon_sym_u229f] = ACTIONS(460), + [anon_sym_join] = ACTIONS(460), + [anon_sym_u2282] = ACTIONS(460), + [anon_sym_select] = ACTIONS(460), + [anon_sym_u228f] = ACTIONS(460), + [anon_sym_pick] = ACTIONS(460), + [anon_sym_u22a1] = ACTIONS(460), + [anon_sym_reshape] = ACTIONS(460), + [anon_sym_u21af] = ACTIONS(460), + [anon_sym_take] = ACTIONS(460), + [anon_sym_u2199] = ACTIONS(460), + [anon_sym_drop] = ACTIONS(460), + [anon_sym_u2198] = ACTIONS(460), + [anon_sym_rotate] = ACTIONS(460), + [anon_sym_u21bb] = ACTIONS(460), + [anon_sym_windows] = ACTIONS(460), + [anon_sym_u25eb] = ACTIONS(460), + [anon_sym_keep] = ACTIONS(460), + [anon_sym_u25bd] = ACTIONS(460), + [anon_sym_find] = ACTIONS(460), + [anon_sym_u2315] = ACTIONS(460), + [anon_sym_indexof] = ACTIONS(460), + [anon_sym_u2297] = ACTIONS(460), + [anon_sym_assert] = ACTIONS(460), + [anon_sym_u2364] = ACTIONS(460), + [anon_sym_wait] = ACTIONS(460), + [anon_sym_parse] = ACTIONS(460), + [anon_sym_u22d5] = ACTIONS(460), + [anon_sym_random] = ACTIONS(460), + [anon_sym_u2682] = ACTIONS(460), + [anon_sym_gen] = ACTIONS(460), + [anon_sym_tag] = ACTIONS(460), + [anon_sym_now] = ACTIONS(460), + [anon_sym_type] = ACTIONS(460), + [anon_sym_u2e2e] = ACTIONS(460), + [anon_sym_dump] = ACTIONS(460), + [anon_sym_regex] = ACTIONS(460), + [anon_sym_send] = ACTIONS(460), + [anon_sym_recv] = ACTIONS(460), + [anon_sym_tryrecv] = ACTIONS(460), + [anon_sym_complex] = ACTIONS(460), + [anon_sym_u2102] = ACTIONS(460), + [anon_sym_rerank] = ACTIONS(460), + [anon_sym_u2607] = ACTIONS(460), + [anon_sym_fix] = ACTIONS(460), + [anon_sym_u00a4] = ACTIONS(460), + [anon_sym_QMARK] = ACTIONS(460), + [anon_sym_unique] = ACTIONS(460), + [anon_sym_u25f0] = ACTIONS(460), + [anon_sym_map] = ACTIONS(460), + [anon_sym_has] = ACTIONS(460), + [anon_sym_get] = ACTIONS(460), + [anon_sym_insert] = ACTIONS(460), + [anon_sym_remove] = ACTIONS(460), + [anon_sym_repr] = ACTIONS(460), + [anon_sym_mask] = ACTIONS(460), + [anon_sym_u29b7] = ACTIONS(460), + [anon_sym_csv] = ACTIONS(460), + [anon_sym_json] = ACTIONS(460), + [anon_sym_xlsx] = ACTIONS(460), + [anon_sym_memberOf] = ACTIONS(460), + [anon_sym_u2208] = ACTIONS(460), + [anon_sym_imen] = ACTIONS(460), + [anon_sym_gife] = ACTIONS(460), + [anon_sym_auden] = ACTIONS(460), + [anon_sym_utfu2088] = ACTIONS(460), + [anon_sym_datetime] = ACTIONS(460), + [anon_sym_choose] = ACTIONS(460), + [anon_sym_permute] = ACTIONS(460), + [anon_sym_orient] = ACTIONS(460), + [anon_sym_u2938] = ACTIONS(460), + [anon_sym_fft] = ACTIONS(460), + [anon_sym_graphemes] = ACTIONS(460), + [anon_sym_timezone] = ACTIONS(460), + [anon_sym_around] = ACTIONS(460), + [anon_sym_u2019] = ACTIONS(460), + [anon_sym_base] = ACTIONS(460), + [anon_sym_sort] = ACTIONS(460), + [anon_sym_u2346] = ACTIONS(460), + [anon_sym_last] = ACTIONS(460), + [anon_sym_u22a3] = ACTIONS(460), + [anon_sym_reduce] = ACTIONS(466), + [anon_sym_SLASH] = ACTIONS(466), + [anon_sym_scan] = ACTIONS(466), + [anon_sym_BSLASH] = ACTIONS(466), + [anon_sym_each] = ACTIONS(466), + [anon_sym_u2235] = ACTIONS(466), + [anon_sym_rows] = ACTIONS(466), + [anon_sym_u2261] = ACTIONS(466), + [anon_sym_repeat] = ACTIONS(466), + [anon_sym_u2365] = ACTIONS(466), + [anon_sym_dip] = ACTIONS(466), + [anon_sym_u2299] = ACTIONS(466), + [anon_sym_gap] = ACTIONS(466), + [anon_sym_u22c5] = ACTIONS(466), + [anon_sym_spawn] = ACTIONS(466), + [anon_sym_rectify] = ACTIONS(466), + [anon_sym_u2305] = ACTIONS(466), + [anon_sym_un] = ACTIONS(469), + [anon_sym_u00b0] = ACTIONS(466), + [anon_sym_on] = ACTIONS(469), + [anon_sym_u27dc] = ACTIONS(466), + [anon_sym_inventory] = ACTIONS(466), + [anon_sym_u235a] = ACTIONS(466), + [anon_sym_content] = ACTIONS(466), + [anon_sym_u25c7] = ACTIONS(466), + [anon_sym_pool] = ACTIONS(466), + [anon_sym_stringify] = ACTIONS(466), + [anon_sym_signature] = ACTIONS(466), + [anon_sym_triangle] = ACTIONS(466), + [anon_sym_u25f9] = ACTIONS(466), + [anon_sym_astar] = ACTIONS(466), + [anon_sym_with] = ACTIONS(466), + [anon_sym_u2919] = ACTIONS(466), + [anon_sym_off] = ACTIONS(466), + [anon_sym_u291a] = ACTIONS(466), + [anon_sym_above] = ACTIONS(466), + [anon_sym_u25e0] = ACTIONS(466), + [anon_sym_below] = ACTIONS(466), + [anon_sym_u25e1] = ACTIONS(466), + [anon_sym_anti] = ACTIONS(466), + [anon_sym_u231d] = ACTIONS(466), + [anon_sym_obverse] = ACTIONS(466), + [anon_sym_toples] = ACTIONS(466), + [anon_sym_u29c5] = ACTIONS(466), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(466), + [anon_sym_fold] = ACTIONS(472), + [anon_sym_u2227] = ACTIONS(472), + [anon_sym_table] = ACTIONS(472), + [anon_sym_u229e] = ACTIONS(472), + [anon_sym_group] = ACTIONS(472), + [anon_sym_u2295] = ACTIONS(472), + [anon_sym_partition] = ACTIONS(472), + [anon_sym_u229c] = ACTIONS(472), + [anon_sym_both] = ACTIONS(472), + [anon_sym_u2229] = ACTIONS(472), + [anon_sym_bracket] = ACTIONS(472), + [anon_sym_u2293] = ACTIONS(472), + [anon_sym_fork] = ACTIONS(472), + [anon_sym_u2283] = ACTIONS(472), + [anon_sym_under] = ACTIONS(472), + [anon_sym_u235c] = ACTIONS(472), + [anon_sym_fill] = ACTIONS(472), + [anon_sym_u2b1a] = ACTIONS(472), + [anon_sym_try] = ACTIONS(475), + [anon_sym_u2363] = ACTIONS(472), + [anon_sym_do] = ACTIONS(475), + [anon_sym_u2362] = ACTIONS(472), + [anon_sym_f] = ACTIONS(475), + [anon_sym_by] = ACTIONS(475), + [anon_sym_u22b8] = ACTIONS(472), + [anon_sym_quote] = ACTIONS(472), + [anon_sym_u2765] = ACTIONS(478), + [anon_sym_u2192] = ACTIONS(478), + [anon_sym_u2237] = ACTIONS(478), + [anon_sym_u00b7] = ACTIONS(478), + [anon_sym_u235b] = ACTIONS(478), + [anon_sym_u2302] = ACTIONS(478), + [anon_sym_u21b0] = ACTIONS(478), + [anon_sym_unpack] = ACTIONS(478), + [anon_sym_u2290] = ACTIONS(478), + [anon_sym_u229d] = ACTIONS(478), + [anon_sym_cross] = ACTIONS(478), + [anon_sym_u22a0] = ACTIONS(478), + [anon_sym_SEMI] = ACTIONS(478), + [anon_sym_deal] = ACTIONS(478), + [anon_sym_member] = ACTIONS(481), + [anon_sym_u220a] = ACTIONS(478), + [anon_sym_coordinate] = ACTIONS(478), + [anon_sym_u27d4] = ACTIONS(478), + [anon_sym_u03bb] = ACTIONS(478), + [anon_sym_u22ca] = ACTIONS(478), + [anon_sym_chunk] = ACTIONS(478), + [anon_sym_u2444] = ACTIONS(478), + [anon_sym_setinv] = ACTIONS(478), + [anon_sym_setund] = ACTIONS(478), + [anon_sym_struct] = ACTIONS(478), [sym__endOfLine] = ACTIONS(5), }, [64] = { [sym_segment] = STATE(216), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(69), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [65] = { - [sym_segment] = STATE(239), + [sym_segment] = STATE(241), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [66] = { - [sym_segment] = STATE(226), + [sym_segment] = STATE(213), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(70), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [67] = { - [sym_segment] = STATE(220), + [sym_segment] = STATE(221), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(51), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [68] = { - [sym_segment] = STATE(222), + [sym_segment] = STATE(216), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [69] = { - [sym_segment] = STATE(226), + [sym_segment] = STATE(217), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [70] = { - [sym_segment] = STATE(214), + [sym_segment] = STATE(221), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(55), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [71] = { - [sym_segment] = STATE(249), + [sym_segment] = STATE(243), [sym_term] = STATE(20), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), [sym_modifier1] = STATE(83), [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_module_repeat1] = STATE(59), - [aux_sym_array_repeat1] = STATE(79), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(158), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_deprecated] = STATE(86), + [aux_sym_module_repeat1] = STATE(63), + [aux_sym_array_repeat1] = STATE(75), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(153), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [72] = { - [sym_term] = STATE(120), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), - [aux_sym_array_repeat1] = STATE(72), + [sym_term] = STATE(183), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), + [sym__endOfLine] = ACTIONS(5), + }, + [73] = { + [sym_term] = STATE(204), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), + [sym__endOfLine] = ACTIONS(5), + }, + [74] = { + [sym_term] = STATE(209), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_array_repeat1] = STATE(74), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), + [sym__endOfLine] = ACTIONS(5), + }, + [75] = { + [sym_term] = STATE(92), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(78), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), + [sym__endOfLine] = ACTIONS(5), + }, + [76] = { + [sym_term] = STATE(136), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), + [aux_sym_array_repeat1] = STATE(77), [aux_sym_number_token1] = ACTIONS(7), [sym_fraction] = ACTIONS(9), [anon_sym_Days] = ACTIONS(11), @@ -34672,6 +37513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -34850,12 +37692,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -34887,14 +37737,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -34917,1108 +37773,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym__endOfLine] = ACTIONS(5), - }, - [73] = { - [sym_term] = STATE(100), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(73), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), [sym__endOfLine] = ACTIONS(5), }, - [74] = { - [sym_term] = STATE(182), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), + [77] = { + [sym_term] = STATE(136), + [sym_switchFunctions] = STATE(127), + [sym_array] = STATE(127), + [sym_number] = STATE(127), + [sym_otherConstant] = STATE(127), + [sym_character] = STATE(127), + [sym_placeHolder] = STATE(127), + [sym_formatter] = STATE(127), + [sym_compound] = STATE(127), + [sym_primitive] = STATE(127), + [sym_constant] = STATE(117), + [sym_function] = STATE(140), + [sym_modifier1] = STATE(111), + [sym_modifier2] = STATE(109), + [sym_deprecated] = STATE(140), [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), - [sym__endOfLine] = ACTIONS(5), - }, - [75] = { - [sym_term] = STATE(194), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_array_repeat1] = STATE(75), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), - [sym__endOfLine] = ACTIONS(5), - }, - [76] = { - [sym_term] = STATE(120), - [sym_switchFunctions] = STATE(126), - [sym_array] = STATE(126), - [sym_number] = STATE(126), - [sym_otherConstant] = STATE(126), - [sym_character] = STATE(126), - [sym_placeHolder] = STATE(126), - [sym_formatter] = STATE(126), - [sym_compound] = STATE(126), - [sym_primitive] = STATE(126), - [sym_constant] = STATE(138), - [sym_function] = STATE(121), - [sym_modifier1] = STATE(112), - [sym_modifier2] = STATE(111), - [sym_macro] = STATE(121), - [sym_deprecated] = STATE(121), - [aux_sym_array_repeat1] = STATE(72), [aux_sym_number_token1] = ACTIONS(7), [sym_fraction] = ACTIONS(9), [anon_sym_Days] = ACTIONS(11), @@ -36076,6 +37878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Skin] = ACTIONS(11), [anon_sym_People] = ACTIONS(11), [anon_sym_Hair] = ACTIONS(11), + [anon_sym_Cat] = ACTIONS(11), [aux_sym_character_token1] = ACTIONS(13), [sym_string] = ACTIONS(15), [sym_multiLineString] = ACTIONS(15), @@ -36254,12 +38057,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), [anon_sym_reduce] = ACTIONS(45), [anon_sym_SLASH] = ACTIONS(45), [anon_sym_scan] = ACTIONS(45), @@ -36291,14 +38102,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_triangle] = ACTIONS(45), [anon_sym_u25f9] = ACTIONS(45), [anon_sym_astar] = ACTIONS(45), - [anon_sym_but] = ACTIONS(45), - [anon_sym_u2919] = ACTIONS(45), [anon_sym_with] = ACTIONS(45), + [anon_sym_u2919] = ACTIONS(45), + [anon_sym_off] = ACTIONS(45), [anon_sym_u291a] = ACTIONS(45), [anon_sym_above] = ACTIONS(45), [anon_sym_u25e0] = ACTIONS(45), [anon_sym_below] = ACTIONS(45), [anon_sym_u25e1] = ACTIONS(45), + [anon_sym_anti] = ACTIONS(45), + [anon_sym_u231d] = ACTIONS(45), + [anon_sym_obverse] = ACTIONS(45), + [anon_sym_toples] = ACTIONS(45), + [anon_sym_u29c5] = ACTIONS(45), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(45), [anon_sym_fold] = ACTIONS(49), [anon_sym_u2227] = ACTIONS(49), [anon_sym_table] = ACTIONS(49), @@ -36321,11379 +38138,11151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u2363] = ACTIONS(49), [anon_sym_do] = ACTIONS(51), [anon_sym_u2362] = ACTIONS(49), - [anon_sym_setinv] = ACTIONS(49), - [anon_sym_setunder] = ACTIONS(49), [anon_sym_f] = ACTIONS(51), [anon_sym_by] = ACTIONS(51), [anon_sym_u22b8] = ACTIONS(49), [anon_sym_quote] = ACTIONS(49), + [anon_sym_u2765] = ACTIONS(53), + [anon_sym_u2192] = ACTIONS(53), + [anon_sym_u2237] = ACTIONS(53), + [anon_sym_u00b7] = ACTIONS(53), + [anon_sym_u235b] = ACTIONS(53), + [anon_sym_u2302] = ACTIONS(53), + [anon_sym_u21b0] = ACTIONS(53), + [anon_sym_unpack] = ACTIONS(53), + [anon_sym_u2290] = ACTIONS(53), + [anon_sym_u229d] = ACTIONS(53), + [anon_sym_cross] = ACTIONS(53), + [anon_sym_u22a0] = ACTIONS(53), + [anon_sym_SEMI] = ACTIONS(53), + [anon_sym_deal] = ACTIONS(53), + [anon_sym_member] = ACTIONS(55), + [anon_sym_u220a] = ACTIONS(53), + [anon_sym_coordinate] = ACTIONS(53), + [anon_sym_u27d4] = ACTIONS(53), + [anon_sym_u03bb] = ACTIONS(53), + [anon_sym_u22ca] = ACTIONS(53), + [anon_sym_chunk] = ACTIONS(53), + [anon_sym_u2444] = ACTIONS(53), + [anon_sym_setinv] = ACTIONS(53), + [anon_sym_setund] = ACTIONS(53), [anon_sym_struct] = ACTIONS(53), - [anon_sym_u2765] = ACTIONS(55), - [anon_sym_u2192] = ACTIONS(55), - [anon_sym_u2237] = ACTIONS(55), - [anon_sym_u00b7] = ACTIONS(55), - [anon_sym_u235b] = ACTIONS(55), - [anon_sym_u2302] = ACTIONS(55), - [anon_sym_u21b0] = ACTIONS(55), - [anon_sym_unpack] = ACTIONS(55), - [anon_sym_u2290] = ACTIONS(55), - [anon_sym_u229d] = ACTIONS(55), - [anon_sym_cross] = ACTIONS(55), - [anon_sym_u22a0] = ACTIONS(55), - [anon_sym_SEMI] = ACTIONS(55), - [anon_sym_deal] = ACTIONS(55), - [anon_sym_strands] = ACTIONS(55), - [anon_sym_u203f] = ACTIONS(55), - [anon_sym_member] = ACTIONS(57), - [anon_sym_u220a] = ACTIONS(55), - [anon_sym_coordinate] = ACTIONS(55), - [anon_sym_u27d4] = ACTIONS(55), - [anon_sym_u03bb] = ACTIONS(55), - [anon_sym_u22ca] = ACTIONS(55), - [sym__endOfLine] = ACTIONS(5), - }, - [77] = { - [sym_term] = STATE(194), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_array_repeat1] = STATE(75), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), [sym__endOfLine] = ACTIONS(5), }, [78] = { - [sym_term] = STATE(195), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_term] = STATE(92), + [sym_switchFunctions] = STATE(85), + [sym_array] = STATE(85), + [sym_number] = STATE(85), + [sym_otherConstant] = STATE(85), + [sym_character] = STATE(85), + [sym_placeHolder] = STATE(85), + [sym_formatter] = STATE(85), + [sym_compound] = STATE(85), + [sym_primitive] = STATE(85), + [sym_constant] = STATE(100), + [sym_function] = STATE(86), + [sym_modifier1] = STATE(83), + [sym_modifier2] = STATE(82), + [sym_deprecated] = STATE(86), + [aux_sym_array_repeat1] = STATE(78), + [aux_sym_number_token1] = ACTIONS(139), + [sym_fraction] = ACTIONS(141), + [anon_sym_Days] = ACTIONS(143), + [anon_sym_Months] = ACTIONS(143), + [anon_sym_MonthDays] = ACTIONS(143), + [anon_sym_LeanMonthDays] = ACTIONS(143), + [anon_sym_White] = ACTIONS(143), + [anon_sym_Black] = ACTIONS(143), + [anon_sym_Red] = ACTIONS(143), + [anon_sym_Orange] = ACTIONS(143), + [anon_sym_Yellow] = ACTIONS(143), + [anon_sym_Green] = ACTIONS(143), + [anon_sym_Cyan] = ACTIONS(143), + [anon_sym_Blue] = ACTIONS(143), + [anon_sym_Purple] = ACTIONS(143), + [anon_sym_Magenta] = ACTIONS(143), + [anon_sym_Gay] = ACTIONS(143), + [anon_sym_Lesbian] = ACTIONS(143), + [anon_sym_Bi] = ACTIONS(143), + [anon_sym_Trans] = ACTIONS(143), + [anon_sym_Pan] = ACTIONS(143), + [anon_sym_Ace] = ACTIONS(143), + [anon_sym_Aro] = ACTIONS(143), + [anon_sym_Aroace] = ACTIONS(143), + [anon_sym_Enby] = ACTIONS(143), + [anon_sym_Fluid] = ACTIONS(143), + [anon_sym_Queer] = ACTIONS(143), + [anon_sym_Agender] = ACTIONS(143), + [anon_sym_PrideFlags] = ACTIONS(143), + [anon_sym_PrideFlagNames] = ACTIONS(143), + [anon_sym_True] = ACTIONS(143), + [anon_sym_False] = ACTIONS(143), + [anon_sym_NULL] = ACTIONS(143), + [anon_sym_Logo] = ACTIONS(143), + [anon_sym_Lena] = ACTIONS(143), + [anon_sym_Music] = ACTIONS(143), + [anon_sym_Lorem] = ACTIONS(143), + [anon_sym_Os] = ACTIONS(143), + [anon_sym_Family] = ACTIONS(143), + [anon_sym_Arch] = ACTIONS(143), + [anon_sym_ExeExt] = ACTIONS(143), + [anon_sym_DllExt] = ACTIONS(143), + [anon_sym_Sep] = ACTIONS(143), + [anon_sym_ThisFile] = ACTIONS(143), + [anon_sym_ThisFileName] = ACTIONS(143), + [anon_sym_ThisFileDir] = ACTIONS(143), + [anon_sym_WorkingDir] = ACTIONS(143), + [anon_sym_NumProcs] = ACTIONS(143), + [anon_sym_Planets] = ACTIONS(143), + [anon_sym_Zodiac] = ACTIONS(143), + [anon_sym_Suits] = ACTIONS(143), + [anon_sym_Cards] = ACTIONS(143), + [anon_sym_Chess] = ACTIONS(143), + [anon_sym_Moon] = ACTIONS(143), + [anon_sym_Skin] = ACTIONS(143), + [anon_sym_People] = ACTIONS(143), + [anon_sym_Hair] = ACTIONS(143), + [anon_sym_Cat] = ACTIONS(143), + [aux_sym_character_token1] = ACTIONS(145), + [sym_string] = ACTIONS(147), + [sym_multiLineString] = ACTIONS(147), + [sym_identifier] = ACTIONS(151), + [sym_identifierDeprecated] = ACTIONS(151), + [sym_system] = ACTIONS(147), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(155), + [sym_openCurly] = ACTIONS(159), + [sym_openBracket] = ACTIONS(161), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_SQUOTE] = ACTIONS(167), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(169), + [anon_sym_e] = ACTIONS(171), + [anon_sym_NaN] = ACTIONS(171), + [anon_sym_eta] = ACTIONS(173), + [anon_sym_u03b7] = ACTIONS(171), + [anon_sym_pi] = ACTIONS(171), + [anon_sym_u03c0] = ACTIONS(171), + [anon_sym_tau] = ACTIONS(173), + [anon_sym_u03c4] = ACTIONS(171), + [anon_sym_infinity] = ACTIONS(173), + [anon_sym_u221e] = ACTIONS(173), + [anon_sym_W] = ACTIONS(171), + [anon_sym_i] = ACTIONS(171), + [anon_sym_MaxInt] = ACTIONS(171), + [anon_sym_HexDigits] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(179), + [anon_sym_SLASH] = ACTIONS(179), + [anon_sym_scan] = ACTIONS(179), + [anon_sym_BSLASH] = ACTIONS(179), + [anon_sym_each] = ACTIONS(179), + [anon_sym_u2235] = ACTIONS(179), + [anon_sym_rows] = ACTIONS(179), + [anon_sym_u2261] = ACTIONS(179), + [anon_sym_repeat] = ACTIONS(179), + [anon_sym_u2365] = ACTIONS(179), + [anon_sym_dip] = ACTIONS(179), + [anon_sym_u2299] = ACTIONS(179), + [anon_sym_gap] = ACTIONS(179), + [anon_sym_u22c5] = ACTIONS(179), + [anon_sym_spawn] = ACTIONS(179), + [anon_sym_rectify] = ACTIONS(179), + [anon_sym_u2305] = ACTIONS(179), + [anon_sym_un] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(179), + [anon_sym_on] = ACTIONS(181), + [anon_sym_u27dc] = ACTIONS(179), + [anon_sym_inventory] = ACTIONS(179), + [anon_sym_u235a] = ACTIONS(179), + [anon_sym_content] = ACTIONS(179), + [anon_sym_u25c7] = ACTIONS(179), + [anon_sym_pool] = ACTIONS(179), + [anon_sym_stringify] = ACTIONS(179), + [anon_sym_signature] = ACTIONS(179), + [anon_sym_triangle] = ACTIONS(179), + [anon_sym_u25f9] = ACTIONS(179), + [anon_sym_astar] = ACTIONS(179), + [anon_sym_with] = ACTIONS(179), + [anon_sym_u2919] = ACTIONS(179), + [anon_sym_off] = ACTIONS(179), + [anon_sym_u291a] = ACTIONS(179), + [anon_sym_above] = ACTIONS(179), + [anon_sym_u25e0] = ACTIONS(179), + [anon_sym_below] = ACTIONS(179), + [anon_sym_u25e1] = ACTIONS(179), + [anon_sym_anti] = ACTIONS(179), + [anon_sym_u231d] = ACTIONS(179), + [anon_sym_obverse] = ACTIONS(179), + [anon_sym_toples] = ACTIONS(179), + [anon_sym_u29c5] = ACTIONS(179), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(179), + [anon_sym_fold] = ACTIONS(183), + [anon_sym_u2227] = ACTIONS(183), + [anon_sym_table] = ACTIONS(183), + [anon_sym_u229e] = ACTIONS(183), + [anon_sym_group] = ACTIONS(183), + [anon_sym_u2295] = ACTIONS(183), + [anon_sym_partition] = ACTIONS(183), + [anon_sym_u229c] = ACTIONS(183), + [anon_sym_both] = ACTIONS(183), + [anon_sym_u2229] = ACTIONS(183), + [anon_sym_bracket] = ACTIONS(183), + [anon_sym_u2293] = ACTIONS(183), + [anon_sym_fork] = ACTIONS(183), + [anon_sym_u2283] = ACTIONS(183), + [anon_sym_under] = ACTIONS(183), + [anon_sym_u235c] = ACTIONS(183), + [anon_sym_fill] = ACTIONS(183), + [anon_sym_u2b1a] = ACTIONS(183), + [anon_sym_try] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(183), + [anon_sym_do] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(183), + [anon_sym_f] = ACTIONS(185), + [anon_sym_by] = ACTIONS(185), + [anon_sym_u22b8] = ACTIONS(183), + [anon_sym_quote] = ACTIONS(183), + [anon_sym_u2765] = ACTIONS(187), + [anon_sym_u2192] = ACTIONS(187), + [anon_sym_u2237] = ACTIONS(187), + [anon_sym_u00b7] = ACTIONS(187), + [anon_sym_u235b] = ACTIONS(187), + [anon_sym_u2302] = ACTIONS(187), + [anon_sym_u21b0] = ACTIONS(187), + [anon_sym_unpack] = ACTIONS(187), + [anon_sym_u2290] = ACTIONS(187), + [anon_sym_u229d] = ACTIONS(187), + [anon_sym_cross] = ACTIONS(187), + [anon_sym_u22a0] = ACTIONS(187), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_deal] = ACTIONS(187), + [anon_sym_member] = ACTIONS(189), + [anon_sym_u220a] = ACTIONS(187), + [anon_sym_coordinate] = ACTIONS(187), + [anon_sym_u27d4] = ACTIONS(187), + [anon_sym_u03bb] = ACTIONS(187), + [anon_sym_u22ca] = ACTIONS(187), + [anon_sym_chunk] = ACTIONS(187), + [anon_sym_u2444] = ACTIONS(187), + [anon_sym_setinv] = ACTIONS(187), + [anon_sym_setund] = ACTIONS(187), + [anon_sym_struct] = ACTIONS(187), [sym__endOfLine] = ACTIONS(5), }, [79] = { - [sym_term] = STATE(100), - [sym_switchFunctions] = STATE(88), - [sym_array] = STATE(88), - [sym_number] = STATE(88), - [sym_otherConstant] = STATE(88), - [sym_character] = STATE(88), - [sym_placeHolder] = STATE(88), - [sym_formatter] = STATE(88), - [sym_compound] = STATE(88), - [sym_primitive] = STATE(88), - [sym_constant] = STATE(109), - [sym_function] = STATE(96), - [sym_modifier1] = STATE(83), - [sym_modifier2] = STATE(82), - [sym_macro] = STATE(96), - [sym_deprecated] = STATE(96), - [aux_sym_array_repeat1] = STATE(73), - [aux_sym_number_token1] = ACTIONS(144), - [sym_fraction] = ACTIONS(146), - [anon_sym_Days] = ACTIONS(148), - [anon_sym_Months] = ACTIONS(148), - [anon_sym_MonthDays] = ACTIONS(148), - [anon_sym_LeanMonthDays] = ACTIONS(148), - [anon_sym_White] = ACTIONS(148), - [anon_sym_Black] = ACTIONS(148), - [anon_sym_Red] = ACTIONS(148), - [anon_sym_Orange] = ACTIONS(148), - [anon_sym_Yellow] = ACTIONS(148), - [anon_sym_Green] = ACTIONS(148), - [anon_sym_Cyan] = ACTIONS(148), - [anon_sym_Blue] = ACTIONS(148), - [anon_sym_Purple] = ACTIONS(148), - [anon_sym_Magenta] = ACTIONS(148), - [anon_sym_Gay] = ACTIONS(148), - [anon_sym_Lesbian] = ACTIONS(148), - [anon_sym_Bi] = ACTIONS(148), - [anon_sym_Trans] = ACTIONS(148), - [anon_sym_Pan] = ACTIONS(148), - [anon_sym_Ace] = ACTIONS(148), - [anon_sym_Aro] = ACTIONS(148), - [anon_sym_Aroace] = ACTIONS(148), - [anon_sym_Enby] = ACTIONS(148), - [anon_sym_Fluid] = ACTIONS(148), - [anon_sym_Queer] = ACTIONS(148), - [anon_sym_Agender] = ACTIONS(148), - [anon_sym_PrideFlags] = ACTIONS(148), - [anon_sym_PrideFlagNames] = ACTIONS(148), - [anon_sym_True] = ACTIONS(148), - [anon_sym_False] = ACTIONS(148), - [anon_sym_NULL] = ACTIONS(148), - [anon_sym_Logo] = ACTIONS(148), - [anon_sym_Lena] = ACTIONS(148), - [anon_sym_Music] = ACTIONS(148), - [anon_sym_Lorem] = ACTIONS(148), - [anon_sym_Os] = ACTIONS(148), - [anon_sym_Family] = ACTIONS(148), - [anon_sym_Arch] = ACTIONS(148), - [anon_sym_ExeExt] = ACTIONS(148), - [anon_sym_DllExt] = ACTIONS(148), - [anon_sym_Sep] = ACTIONS(148), - [anon_sym_ThisFile] = ACTIONS(148), - [anon_sym_ThisFileName] = ACTIONS(148), - [anon_sym_ThisFileDir] = ACTIONS(148), - [anon_sym_WorkingDir] = ACTIONS(148), - [anon_sym_NumProcs] = ACTIONS(148), - [anon_sym_Planets] = ACTIONS(148), - [anon_sym_Zodiac] = ACTIONS(148), - [anon_sym_Suits] = ACTIONS(148), - [anon_sym_Cards] = ACTIONS(148), - [anon_sym_Chess] = ACTIONS(148), - [anon_sym_Moon] = ACTIONS(148), - [anon_sym_Skin] = ACTIONS(148), - [anon_sym_People] = ACTIONS(148), - [anon_sym_Hair] = ACTIONS(148), - [aux_sym_character_token1] = ACTIONS(150), - [sym_string] = ACTIONS(152), - [sym_multiLineString] = ACTIONS(152), - [sym_identifier] = ACTIONS(156), - [sym_identifierDeprecated] = ACTIONS(156), - [sym_system] = ACTIONS(152), + [sym_term] = STATE(180), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(160), - [sym_openCurly] = ACTIONS(164), - [sym_openBracket] = ACTIONS(166), - [anon_sym_CARET] = ACTIONS(170), - [anon_sym_SQUOTE] = ACTIONS(172), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(174), - [anon_sym_e] = ACTIONS(176), - [anon_sym_NaN] = ACTIONS(176), - [anon_sym_eta] = ACTIONS(178), - [anon_sym_u03b7] = ACTIONS(176), - [anon_sym_pi] = ACTIONS(176), - [anon_sym_u03c0] = ACTIONS(176), - [anon_sym_tau] = ACTIONS(178), - [anon_sym_u03c4] = ACTIONS(176), - [anon_sym_infinity] = ACTIONS(178), - [anon_sym_u221e] = ACTIONS(178), - [anon_sym_W] = ACTIONS(176), - [anon_sym_i] = ACTIONS(176), - [anon_sym_MaxInt] = ACTIONS(176), - [anon_sym_HexDigits] = ACTIONS(176), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(184), - [anon_sym_SLASH] = ACTIONS(184), - [anon_sym_scan] = ACTIONS(184), - [anon_sym_BSLASH] = ACTIONS(184), - [anon_sym_each] = ACTIONS(184), - [anon_sym_u2235] = ACTIONS(184), - [anon_sym_rows] = ACTIONS(184), - [anon_sym_u2261] = ACTIONS(184), - [anon_sym_repeat] = ACTIONS(184), - [anon_sym_u2365] = ACTIONS(184), - [anon_sym_dip] = ACTIONS(184), - [anon_sym_u2299] = ACTIONS(184), - [anon_sym_gap] = ACTIONS(184), - [anon_sym_u22c5] = ACTIONS(184), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_rectify] = ACTIONS(184), - [anon_sym_u2305] = ACTIONS(184), - [anon_sym_un] = ACTIONS(186), - [anon_sym_u00b0] = ACTIONS(184), - [anon_sym_on] = ACTIONS(186), - [anon_sym_u27dc] = ACTIONS(184), - [anon_sym_inventory] = ACTIONS(184), - [anon_sym_u235a] = ACTIONS(184), - [anon_sym_content] = ACTIONS(184), - [anon_sym_u25c7] = ACTIONS(184), - [anon_sym_pool] = ACTIONS(184), - [anon_sym_stringify] = ACTIONS(184), - [anon_sym_signature] = ACTIONS(184), - [anon_sym_triangle] = ACTIONS(184), - [anon_sym_u25f9] = ACTIONS(184), - [anon_sym_astar] = ACTIONS(184), - [anon_sym_but] = ACTIONS(184), - [anon_sym_u2919] = ACTIONS(184), - [anon_sym_with] = ACTIONS(184), - [anon_sym_u291a] = ACTIONS(184), - [anon_sym_above] = ACTIONS(184), - [anon_sym_u25e0] = ACTIONS(184), - [anon_sym_below] = ACTIONS(184), - [anon_sym_u25e1] = ACTIONS(184), - [anon_sym_fold] = ACTIONS(188), - [anon_sym_u2227] = ACTIONS(188), - [anon_sym_table] = ACTIONS(188), - [anon_sym_u229e] = ACTIONS(188), - [anon_sym_group] = ACTIONS(188), - [anon_sym_u2295] = ACTIONS(188), - [anon_sym_partition] = ACTIONS(188), - [anon_sym_u229c] = ACTIONS(188), - [anon_sym_both] = ACTIONS(188), - [anon_sym_u2229] = ACTIONS(188), - [anon_sym_bracket] = ACTIONS(188), - [anon_sym_u2293] = ACTIONS(188), - [anon_sym_fork] = ACTIONS(188), - [anon_sym_u2283] = ACTIONS(188), - [anon_sym_under] = ACTIONS(188), - [anon_sym_u235c] = ACTIONS(188), - [anon_sym_fill] = ACTIONS(188), - [anon_sym_u2b1a] = ACTIONS(188), - [anon_sym_try] = ACTIONS(190), - [anon_sym_u2363] = ACTIONS(188), - [anon_sym_do] = ACTIONS(190), - [anon_sym_u2362] = ACTIONS(188), - [anon_sym_setinv] = ACTIONS(188), - [anon_sym_setunder] = ACTIONS(188), - [anon_sym_f] = ACTIONS(190), - [anon_sym_by] = ACTIONS(190), - [anon_sym_u22b8] = ACTIONS(188), - [anon_sym_quote] = ACTIONS(188), - [anon_sym_struct] = ACTIONS(192), - [anon_sym_u2765] = ACTIONS(194), - [anon_sym_u2192] = ACTIONS(194), - [anon_sym_u2237] = ACTIONS(194), - [anon_sym_u00b7] = ACTIONS(194), - [anon_sym_u235b] = ACTIONS(194), - [anon_sym_u2302] = ACTIONS(194), - [anon_sym_u21b0] = ACTIONS(194), - [anon_sym_unpack] = ACTIONS(194), - [anon_sym_u2290] = ACTIONS(194), - [anon_sym_u229d] = ACTIONS(194), - [anon_sym_cross] = ACTIONS(194), - [anon_sym_u22a0] = ACTIONS(194), - [anon_sym_SEMI] = ACTIONS(194), - [anon_sym_deal] = ACTIONS(194), - [anon_sym_strands] = ACTIONS(194), - [anon_sym_u203f] = ACTIONS(194), - [anon_sym_member] = ACTIONS(196), - [anon_sym_u220a] = ACTIONS(194), - [anon_sym_coordinate] = ACTIONS(194), - [anon_sym_u27d4] = ACTIONS(194), - [anon_sym_u03bb] = ACTIONS(194), - [anon_sym_u22ca] = ACTIONS(194), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [80] = { - [sym_term] = STATE(185), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_term] = STATE(209), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_array_repeat1] = STATE(74), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [81] = { - [sym_term] = STATE(187), - [sym_switchFunctions] = STATE(197), - [sym_array] = STATE(197), - [sym_number] = STATE(197), - [sym_otherConstant] = STATE(197), - [sym_character] = STATE(197), - [sym_placeHolder] = STATE(197), - [sym_formatter] = STATE(197), - [sym_compound] = STATE(197), - [sym_primitive] = STATE(197), - [sym_constant] = STATE(190), - [sym_function] = STATE(212), - [sym_modifier1] = STATE(173), - [sym_modifier2] = STATE(172), - [sym_macro] = STATE(212), - [sym_deprecated] = STATE(212), - [aux_sym_array_repeat1] = STATE(77), - [aux_sym_number_token1] = ACTIONS(288), - [sym_fraction] = ACTIONS(290), - [anon_sym_Days] = ACTIONS(292), - [anon_sym_Months] = ACTIONS(292), - [anon_sym_MonthDays] = ACTIONS(292), - [anon_sym_LeanMonthDays] = ACTIONS(292), - [anon_sym_White] = ACTIONS(292), - [anon_sym_Black] = ACTIONS(292), - [anon_sym_Red] = ACTIONS(292), - [anon_sym_Orange] = ACTIONS(292), - [anon_sym_Yellow] = ACTIONS(292), - [anon_sym_Green] = ACTIONS(292), - [anon_sym_Cyan] = ACTIONS(292), - [anon_sym_Blue] = ACTIONS(292), - [anon_sym_Purple] = ACTIONS(292), - [anon_sym_Magenta] = ACTIONS(292), - [anon_sym_Gay] = ACTIONS(292), - [anon_sym_Lesbian] = ACTIONS(292), - [anon_sym_Bi] = ACTIONS(292), - [anon_sym_Trans] = ACTIONS(292), - [anon_sym_Pan] = ACTIONS(292), - [anon_sym_Ace] = ACTIONS(292), - [anon_sym_Aro] = ACTIONS(292), - [anon_sym_Aroace] = ACTIONS(292), - [anon_sym_Enby] = ACTIONS(292), - [anon_sym_Fluid] = ACTIONS(292), - [anon_sym_Queer] = ACTIONS(292), - [anon_sym_Agender] = ACTIONS(292), - [anon_sym_PrideFlags] = ACTIONS(292), - [anon_sym_PrideFlagNames] = ACTIONS(292), - [anon_sym_True] = ACTIONS(292), - [anon_sym_False] = ACTIONS(292), - [anon_sym_NULL] = ACTIONS(292), - [anon_sym_Logo] = ACTIONS(292), - [anon_sym_Lena] = ACTIONS(292), - [anon_sym_Music] = ACTIONS(292), - [anon_sym_Lorem] = ACTIONS(292), - [anon_sym_Os] = ACTIONS(292), - [anon_sym_Family] = ACTIONS(292), - [anon_sym_Arch] = ACTIONS(292), - [anon_sym_ExeExt] = ACTIONS(292), - [anon_sym_DllExt] = ACTIONS(292), - [anon_sym_Sep] = ACTIONS(292), - [anon_sym_ThisFile] = ACTIONS(292), - [anon_sym_ThisFileName] = ACTIONS(292), - [anon_sym_ThisFileDir] = ACTIONS(292), - [anon_sym_WorkingDir] = ACTIONS(292), - [anon_sym_NumProcs] = ACTIONS(292), - [anon_sym_Planets] = ACTIONS(292), - [anon_sym_Zodiac] = ACTIONS(292), - [anon_sym_Suits] = ACTIONS(292), - [anon_sym_Cards] = ACTIONS(292), - [anon_sym_Chess] = ACTIONS(292), - [anon_sym_Moon] = ACTIONS(292), - [anon_sym_Skin] = ACTIONS(292), - [anon_sym_People] = ACTIONS(292), - [anon_sym_Hair] = ACTIONS(292), - [aux_sym_character_token1] = ACTIONS(294), - [sym_string] = ACTIONS(296), - [sym_multiLineString] = ACTIONS(296), - [sym_identifier] = ACTIONS(300), - [sym_identifierDeprecated] = ACTIONS(300), - [sym_system] = ACTIONS(296), + [sym_term] = STATE(182), + [sym_switchFunctions] = STATE(191), + [sym_array] = STATE(191), + [sym_number] = STATE(191), + [sym_otherConstant] = STATE(191), + [sym_character] = STATE(191), + [sym_placeHolder] = STATE(191), + [sym_formatter] = STATE(191), + [sym_compound] = STATE(191), + [sym_primitive] = STATE(191), + [sym_constant] = STATE(188), + [sym_function] = STATE(195), + [sym_modifier1] = STATE(172), + [sym_modifier2] = STATE(170), + [sym_deprecated] = STATE(195), + [aux_sym_array_repeat1] = STATE(80), + [aux_sym_number_token1] = ACTIONS(278), + [sym_fraction] = ACTIONS(280), + [anon_sym_Days] = ACTIONS(282), + [anon_sym_Months] = ACTIONS(282), + [anon_sym_MonthDays] = ACTIONS(282), + [anon_sym_LeanMonthDays] = ACTIONS(282), + [anon_sym_White] = ACTIONS(282), + [anon_sym_Black] = ACTIONS(282), + [anon_sym_Red] = ACTIONS(282), + [anon_sym_Orange] = ACTIONS(282), + [anon_sym_Yellow] = ACTIONS(282), + [anon_sym_Green] = ACTIONS(282), + [anon_sym_Cyan] = ACTIONS(282), + [anon_sym_Blue] = ACTIONS(282), + [anon_sym_Purple] = ACTIONS(282), + [anon_sym_Magenta] = ACTIONS(282), + [anon_sym_Gay] = ACTIONS(282), + [anon_sym_Lesbian] = ACTIONS(282), + [anon_sym_Bi] = ACTIONS(282), + [anon_sym_Trans] = ACTIONS(282), + [anon_sym_Pan] = ACTIONS(282), + [anon_sym_Ace] = ACTIONS(282), + [anon_sym_Aro] = ACTIONS(282), + [anon_sym_Aroace] = ACTIONS(282), + [anon_sym_Enby] = ACTIONS(282), + [anon_sym_Fluid] = ACTIONS(282), + [anon_sym_Queer] = ACTIONS(282), + [anon_sym_Agender] = ACTIONS(282), + [anon_sym_PrideFlags] = ACTIONS(282), + [anon_sym_PrideFlagNames] = ACTIONS(282), + [anon_sym_True] = ACTIONS(282), + [anon_sym_False] = ACTIONS(282), + [anon_sym_NULL] = ACTIONS(282), + [anon_sym_Logo] = ACTIONS(282), + [anon_sym_Lena] = ACTIONS(282), + [anon_sym_Music] = ACTIONS(282), + [anon_sym_Lorem] = ACTIONS(282), + [anon_sym_Os] = ACTIONS(282), + [anon_sym_Family] = ACTIONS(282), + [anon_sym_Arch] = ACTIONS(282), + [anon_sym_ExeExt] = ACTIONS(282), + [anon_sym_DllExt] = ACTIONS(282), + [anon_sym_Sep] = ACTIONS(282), + [anon_sym_ThisFile] = ACTIONS(282), + [anon_sym_ThisFileName] = ACTIONS(282), + [anon_sym_ThisFileDir] = ACTIONS(282), + [anon_sym_WorkingDir] = ACTIONS(282), + [anon_sym_NumProcs] = ACTIONS(282), + [anon_sym_Planets] = ACTIONS(282), + [anon_sym_Zodiac] = ACTIONS(282), + [anon_sym_Suits] = ACTIONS(282), + [anon_sym_Cards] = ACTIONS(282), + [anon_sym_Chess] = ACTIONS(282), + [anon_sym_Moon] = ACTIONS(282), + [anon_sym_Skin] = ACTIONS(282), + [anon_sym_People] = ACTIONS(282), + [anon_sym_Hair] = ACTIONS(282), + [anon_sym_Cat] = ACTIONS(282), + [aux_sym_character_token1] = ACTIONS(284), + [sym_string] = ACTIONS(286), + [sym_multiLineString] = ACTIONS(286), + [sym_identifier] = ACTIONS(290), + [sym_identifierDeprecated] = ACTIONS(290), + [sym_system] = ACTIONS(286), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(302), - [sym_openCurly] = ACTIONS(304), - [sym_openBracket] = ACTIONS(306), - [anon_sym_CARET] = ACTIONS(308), - [anon_sym_SQUOTE] = ACTIONS(310), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(312), - [anon_sym_e] = ACTIONS(314), - [anon_sym_NaN] = ACTIONS(314), - [anon_sym_eta] = ACTIONS(316), - [anon_sym_u03b7] = ACTIONS(314), - [anon_sym_pi] = ACTIONS(314), - [anon_sym_u03c0] = ACTIONS(314), - [anon_sym_tau] = ACTIONS(316), - [anon_sym_u03c4] = ACTIONS(314), - [anon_sym_infinity] = ACTIONS(316), - [anon_sym_u221e] = ACTIONS(316), - [anon_sym_W] = ACTIONS(314), - [anon_sym_i] = ACTIONS(314), - [anon_sym_MaxInt] = ACTIONS(314), - [anon_sym_HexDigits] = ACTIONS(314), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(320), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(320), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), - [anon_sym_reduce] = ACTIONS(322), - [anon_sym_SLASH] = ACTIONS(322), - [anon_sym_scan] = ACTIONS(322), - [anon_sym_BSLASH] = ACTIONS(322), - [anon_sym_each] = ACTIONS(322), - [anon_sym_u2235] = ACTIONS(322), - [anon_sym_rows] = ACTIONS(322), - [anon_sym_u2261] = ACTIONS(322), - [anon_sym_repeat] = ACTIONS(322), - [anon_sym_u2365] = ACTIONS(322), - [anon_sym_dip] = ACTIONS(322), - [anon_sym_u2299] = ACTIONS(322), - [anon_sym_gap] = ACTIONS(322), - [anon_sym_u22c5] = ACTIONS(322), - [anon_sym_spawn] = ACTIONS(322), - [anon_sym_rectify] = ACTIONS(322), - [anon_sym_u2305] = ACTIONS(322), - [anon_sym_un] = ACTIONS(324), - [anon_sym_u00b0] = ACTIONS(322), - [anon_sym_on] = ACTIONS(324), - [anon_sym_u27dc] = ACTIONS(322), - [anon_sym_inventory] = ACTIONS(322), - [anon_sym_u235a] = ACTIONS(322), - [anon_sym_content] = ACTIONS(322), - [anon_sym_u25c7] = ACTIONS(322), - [anon_sym_pool] = ACTIONS(322), - [anon_sym_stringify] = ACTIONS(322), - [anon_sym_signature] = ACTIONS(322), - [anon_sym_triangle] = ACTIONS(322), - [anon_sym_u25f9] = ACTIONS(322), - [anon_sym_astar] = ACTIONS(322), - [anon_sym_but] = ACTIONS(322), - [anon_sym_u2919] = ACTIONS(322), - [anon_sym_with] = ACTIONS(322), - [anon_sym_u291a] = ACTIONS(322), - [anon_sym_above] = ACTIONS(322), - [anon_sym_u25e0] = ACTIONS(322), - [anon_sym_below] = ACTIONS(322), - [anon_sym_u25e1] = ACTIONS(322), - [anon_sym_fold] = ACTIONS(326), - [anon_sym_u2227] = ACTIONS(326), - [anon_sym_table] = ACTIONS(326), - [anon_sym_u229e] = ACTIONS(326), - [anon_sym_group] = ACTIONS(326), - [anon_sym_u2295] = ACTIONS(326), - [anon_sym_partition] = ACTIONS(326), - [anon_sym_u229c] = ACTIONS(326), - [anon_sym_both] = ACTIONS(326), - [anon_sym_u2229] = ACTIONS(326), - [anon_sym_bracket] = ACTIONS(326), - [anon_sym_u2293] = ACTIONS(326), - [anon_sym_fork] = ACTIONS(326), - [anon_sym_u2283] = ACTIONS(326), - [anon_sym_under] = ACTIONS(326), - [anon_sym_u235c] = ACTIONS(326), - [anon_sym_fill] = ACTIONS(326), - [anon_sym_u2b1a] = ACTIONS(326), - [anon_sym_try] = ACTIONS(328), - [anon_sym_u2363] = ACTIONS(326), - [anon_sym_do] = ACTIONS(328), - [anon_sym_u2362] = ACTIONS(326), - [anon_sym_setinv] = ACTIONS(326), - [anon_sym_setunder] = ACTIONS(326), - [anon_sym_f] = ACTIONS(328), - [anon_sym_by] = ACTIONS(328), - [anon_sym_u22b8] = ACTIONS(326), - [anon_sym_quote] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(330), - [anon_sym_u2765] = ACTIONS(332), - [anon_sym_u2192] = ACTIONS(332), - [anon_sym_u2237] = ACTIONS(332), - [anon_sym_u00b7] = ACTIONS(332), - [anon_sym_u235b] = ACTIONS(332), - [anon_sym_u2302] = ACTIONS(332), - [anon_sym_u21b0] = ACTIONS(332), - [anon_sym_unpack] = ACTIONS(332), - [anon_sym_u2290] = ACTIONS(332), - [anon_sym_u229d] = ACTIONS(332), - [anon_sym_cross] = ACTIONS(332), - [anon_sym_u22a0] = ACTIONS(332), - [anon_sym_SEMI] = ACTIONS(332), - [anon_sym_deal] = ACTIONS(332), - [anon_sym_strands] = ACTIONS(332), - [anon_sym_u203f] = ACTIONS(332), - [anon_sym_member] = ACTIONS(334), - [anon_sym_u220a] = ACTIONS(332), - [anon_sym_coordinate] = ACTIONS(332), - [anon_sym_u27d4] = ACTIONS(332), - [anon_sym_u03bb] = ACTIONS(332), - [anon_sym_u22ca] = ACTIONS(332), + [sym_openParen] = ACTIONS(292), + [sym_openCurly] = ACTIONS(294), + [sym_openBracket] = ACTIONS(296), + [anon_sym_CARET] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(302), + [anon_sym_e] = ACTIONS(304), + [anon_sym_NaN] = ACTIONS(304), + [anon_sym_eta] = ACTIONS(306), + [anon_sym_u03b7] = ACTIONS(304), + [anon_sym_pi] = ACTIONS(304), + [anon_sym_u03c0] = ACTIONS(304), + [anon_sym_tau] = ACTIONS(306), + [anon_sym_u03c4] = ACTIONS(304), + [anon_sym_infinity] = ACTIONS(306), + [anon_sym_u221e] = ACTIONS(306), + [anon_sym_W] = ACTIONS(304), + [anon_sym_i] = ACTIONS(304), + [anon_sym_MaxInt] = ACTIONS(304), + [anon_sym_HexDigits] = ACTIONS(304), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(310), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), + [anon_sym_reduce] = ACTIONS(312), + [anon_sym_SLASH] = ACTIONS(312), + [anon_sym_scan] = ACTIONS(312), + [anon_sym_BSLASH] = ACTIONS(312), + [anon_sym_each] = ACTIONS(312), + [anon_sym_u2235] = ACTIONS(312), + [anon_sym_rows] = ACTIONS(312), + [anon_sym_u2261] = ACTIONS(312), + [anon_sym_repeat] = ACTIONS(312), + [anon_sym_u2365] = ACTIONS(312), + [anon_sym_dip] = ACTIONS(312), + [anon_sym_u2299] = ACTIONS(312), + [anon_sym_gap] = ACTIONS(312), + [anon_sym_u22c5] = ACTIONS(312), + [anon_sym_spawn] = ACTIONS(312), + [anon_sym_rectify] = ACTIONS(312), + [anon_sym_u2305] = ACTIONS(312), + [anon_sym_un] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(312), + [anon_sym_on] = ACTIONS(314), + [anon_sym_u27dc] = ACTIONS(312), + [anon_sym_inventory] = ACTIONS(312), + [anon_sym_u235a] = ACTIONS(312), + [anon_sym_content] = ACTIONS(312), + [anon_sym_u25c7] = ACTIONS(312), + [anon_sym_pool] = ACTIONS(312), + [anon_sym_stringify] = ACTIONS(312), + [anon_sym_signature] = ACTIONS(312), + [anon_sym_triangle] = ACTIONS(312), + [anon_sym_u25f9] = ACTIONS(312), + [anon_sym_astar] = ACTIONS(312), + [anon_sym_with] = ACTIONS(312), + [anon_sym_u2919] = ACTIONS(312), + [anon_sym_off] = ACTIONS(312), + [anon_sym_u291a] = ACTIONS(312), + [anon_sym_above] = ACTIONS(312), + [anon_sym_u25e0] = ACTIONS(312), + [anon_sym_below] = ACTIONS(312), + [anon_sym_u25e1] = ACTIONS(312), + [anon_sym_anti] = ACTIONS(312), + [anon_sym_u231d] = ACTIONS(312), + [anon_sym_obverse] = ACTIONS(312), + [anon_sym_toples] = ACTIONS(312), + [anon_sym_u29c5] = ACTIONS(312), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(312), + [anon_sym_fold] = ACTIONS(316), + [anon_sym_u2227] = ACTIONS(316), + [anon_sym_table] = ACTIONS(316), + [anon_sym_u229e] = ACTIONS(316), + [anon_sym_group] = ACTIONS(316), + [anon_sym_u2295] = ACTIONS(316), + [anon_sym_partition] = ACTIONS(316), + [anon_sym_u229c] = ACTIONS(316), + [anon_sym_both] = ACTIONS(316), + [anon_sym_u2229] = ACTIONS(316), + [anon_sym_bracket] = ACTIONS(316), + [anon_sym_u2293] = ACTIONS(316), + [anon_sym_fork] = ACTIONS(316), + [anon_sym_u2283] = ACTIONS(316), + [anon_sym_under] = ACTIONS(316), + [anon_sym_u235c] = ACTIONS(316), + [anon_sym_fill] = ACTIONS(316), + [anon_sym_u2b1a] = ACTIONS(316), + [anon_sym_try] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(316), + [anon_sym_do] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(316), + [anon_sym_f] = ACTIONS(318), + [anon_sym_by] = ACTIONS(318), + [anon_sym_u22b8] = ACTIONS(316), + [anon_sym_quote] = ACTIONS(316), + [anon_sym_u2765] = ACTIONS(320), + [anon_sym_u2192] = ACTIONS(320), + [anon_sym_u2237] = ACTIONS(320), + [anon_sym_u00b7] = ACTIONS(320), + [anon_sym_u235b] = ACTIONS(320), + [anon_sym_u2302] = ACTIONS(320), + [anon_sym_u21b0] = ACTIONS(320), + [anon_sym_unpack] = ACTIONS(320), + [anon_sym_u2290] = ACTIONS(320), + [anon_sym_u229d] = ACTIONS(320), + [anon_sym_cross] = ACTIONS(320), + [anon_sym_u22a0] = ACTIONS(320), + [anon_sym_SEMI] = ACTIONS(320), + [anon_sym_deal] = ACTIONS(320), + [anon_sym_member] = ACTIONS(322), + [anon_sym_u220a] = ACTIONS(320), + [anon_sym_coordinate] = ACTIONS(320), + [anon_sym_u27d4] = ACTIONS(320), + [anon_sym_u03bb] = ACTIONS(320), + [anon_sym_u22ca] = ACTIONS(320), + [anon_sym_chunk] = ACTIONS(320), + [anon_sym_u2444] = ACTIONS(320), + [anon_sym_setinv] = ACTIONS(320), + [anon_sym_setund] = ACTIONS(320), + [anon_sym_struct] = ACTIONS(320), [sym__endOfLine] = ACTIONS(5), }, [82] = { [sym_inlineFunction] = STATE(84), [sym_function] = STATE(84), - [aux_sym_number_token1] = ACTIONS(502), - [sym_fraction] = ACTIONS(504), - [anon_sym_Days] = ACTIONS(502), - [anon_sym_Months] = ACTIONS(502), - [anon_sym_MonthDays] = ACTIONS(502), - [anon_sym_LeanMonthDays] = ACTIONS(502), - [anon_sym_White] = ACTIONS(502), - [anon_sym_Black] = ACTIONS(502), - [anon_sym_Red] = ACTIONS(502), - [anon_sym_Orange] = ACTIONS(502), - [anon_sym_Yellow] = ACTIONS(502), - [anon_sym_Green] = ACTIONS(502), - [anon_sym_Cyan] = ACTIONS(502), - [anon_sym_Blue] = ACTIONS(502), - [anon_sym_Purple] = ACTIONS(502), - [anon_sym_Magenta] = ACTIONS(502), - [anon_sym_Gay] = ACTIONS(502), - [anon_sym_Lesbian] = ACTIONS(502), - [anon_sym_Bi] = ACTIONS(502), - [anon_sym_Trans] = ACTIONS(502), - [anon_sym_Pan] = ACTIONS(502), - [anon_sym_Ace] = ACTIONS(502), - [anon_sym_Aro] = ACTIONS(502), - [anon_sym_Aroace] = ACTIONS(502), - [anon_sym_Enby] = ACTIONS(502), - [anon_sym_Fluid] = ACTIONS(502), - [anon_sym_Queer] = ACTIONS(502), - [anon_sym_Agender] = ACTIONS(502), - [anon_sym_PrideFlags] = ACTIONS(502), - [anon_sym_PrideFlagNames] = ACTIONS(502), - [anon_sym_True] = ACTIONS(502), - [anon_sym_False] = ACTIONS(502), - [anon_sym_NULL] = ACTIONS(502), - [anon_sym_Logo] = ACTIONS(502), - [anon_sym_Lena] = ACTIONS(502), - [anon_sym_Music] = ACTIONS(502), - [anon_sym_Lorem] = ACTIONS(502), - [anon_sym_Os] = ACTIONS(502), - [anon_sym_Family] = ACTIONS(502), - [anon_sym_Arch] = ACTIONS(502), - [anon_sym_ExeExt] = ACTIONS(502), - [anon_sym_DllExt] = ACTIONS(502), - [anon_sym_Sep] = ACTIONS(502), - [anon_sym_ThisFile] = ACTIONS(502), - [anon_sym_ThisFileName] = ACTIONS(502), - [anon_sym_ThisFileDir] = ACTIONS(502), - [anon_sym_WorkingDir] = ACTIONS(502), - [anon_sym_NumProcs] = ACTIONS(502), - [anon_sym_Planets] = ACTIONS(502), - [anon_sym_Zodiac] = ACTIONS(502), - [anon_sym_Suits] = ACTIONS(502), - [anon_sym_Cards] = ACTIONS(502), - [anon_sym_Chess] = ACTIONS(502), - [anon_sym_Moon] = ACTIONS(502), - [anon_sym_Skin] = ACTIONS(502), - [anon_sym_People] = ACTIONS(502), - [anon_sym_Hair] = ACTIONS(502), - [aux_sym_character_token1] = ACTIONS(504), - [sym_string] = ACTIONS(504), - [sym_multiLineString] = ACTIONS(504), - [anon_sym_PIPE] = ACTIONS(504), - [sym_identifier] = ACTIONS(506), - [sym_identifierDeprecated] = ACTIONS(502), - [sym_system] = ACTIONS(508), - [sym_comment] = ACTIONS(502), - [sym_openParen] = ACTIONS(510), - [sym_closeParen] = ACTIONS(504), - [sym_openCurly] = ACTIONS(504), - [sym_closeCurly] = ACTIONS(504), - [sym_openBracket] = ACTIONS(504), - [sym_closeBracket] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_CARET] = ACTIONS(504), - [anon_sym_SQUOTE] = ACTIONS(502), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(504), - [anon_sym_e] = ACTIONS(502), - [anon_sym_NaN] = ACTIONS(502), - [anon_sym_eta] = ACTIONS(504), - [anon_sym_u03b7] = ACTIONS(502), - [anon_sym_pi] = ACTIONS(502), - [anon_sym_u03c0] = ACTIONS(502), - [anon_sym_tau] = ACTIONS(504), - [anon_sym_u03c4] = ACTIONS(502), - [anon_sym_infinity] = ACTIONS(504), - [anon_sym_u221e] = ACTIONS(504), - [anon_sym_W] = ACTIONS(502), - [anon_sym_i] = ACTIONS(502), - [anon_sym_MaxInt] = ACTIONS(502), - [anon_sym_HexDigits] = ACTIONS(502), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(504), - [anon_sym_SLASH] = ACTIONS(504), - [anon_sym_scan] = ACTIONS(504), - [anon_sym_BSLASH] = ACTIONS(504), - [anon_sym_each] = ACTIONS(504), - [anon_sym_u2235] = ACTIONS(504), - [anon_sym_rows] = ACTIONS(504), - [anon_sym_u2261] = ACTIONS(504), - [anon_sym_repeat] = ACTIONS(504), - [anon_sym_u2365] = ACTIONS(504), - [anon_sym_dip] = ACTIONS(504), - [anon_sym_u2299] = ACTIONS(504), - [anon_sym_gap] = ACTIONS(504), - [anon_sym_u22c5] = ACTIONS(504), - [anon_sym_spawn] = ACTIONS(504), - [anon_sym_rectify] = ACTIONS(504), - [anon_sym_u2305] = ACTIONS(504), - [anon_sym_un] = ACTIONS(502), - [anon_sym_u00b0] = ACTIONS(504), - [anon_sym_on] = ACTIONS(502), - [anon_sym_u27dc] = ACTIONS(504), - [anon_sym_inventory] = ACTIONS(504), - [anon_sym_u235a] = ACTIONS(504), - [anon_sym_content] = ACTIONS(504), - [anon_sym_u25c7] = ACTIONS(504), - [anon_sym_pool] = ACTIONS(504), - [anon_sym_stringify] = ACTIONS(504), - [anon_sym_signature] = ACTIONS(504), - [anon_sym_triangle] = ACTIONS(504), - [anon_sym_u25f9] = ACTIONS(504), - [anon_sym_astar] = ACTIONS(504), - [anon_sym_but] = ACTIONS(504), - [anon_sym_u2919] = ACTIONS(504), - [anon_sym_with] = ACTIONS(504), - [anon_sym_u291a] = ACTIONS(504), - [anon_sym_above] = ACTIONS(504), - [anon_sym_u25e0] = ACTIONS(504), - [anon_sym_below] = ACTIONS(504), - [anon_sym_u25e1] = ACTIONS(504), - [anon_sym_fold] = ACTIONS(504), - [anon_sym_u2227] = ACTIONS(504), - [anon_sym_table] = ACTIONS(504), - [anon_sym_u229e] = ACTIONS(504), - [anon_sym_group] = ACTIONS(504), - [anon_sym_u2295] = ACTIONS(504), - [anon_sym_partition] = ACTIONS(504), - [anon_sym_u229c] = ACTIONS(504), - [anon_sym_both] = ACTIONS(504), - [anon_sym_u2229] = ACTIONS(504), - [anon_sym_bracket] = ACTIONS(504), - [anon_sym_u2293] = ACTIONS(504), - [anon_sym_fork] = ACTIONS(504), - [anon_sym_u2283] = ACTIONS(504), - [anon_sym_under] = ACTIONS(504), - [anon_sym_u235c] = ACTIONS(504), - [anon_sym_fill] = ACTIONS(504), - [anon_sym_u2b1a] = ACTIONS(504), - [anon_sym_try] = ACTIONS(502), - [anon_sym_u2363] = ACTIONS(504), - [anon_sym_do] = ACTIONS(502), - [anon_sym_u2362] = ACTIONS(504), - [anon_sym_setinv] = ACTIONS(504), - [anon_sym_setunder] = ACTIONS(504), - [anon_sym_f] = ACTIONS(502), - [anon_sym_by] = ACTIONS(502), - [anon_sym_u22b8] = ACTIONS(504), - [anon_sym_quote] = ACTIONS(504), - [anon_sym_struct] = ACTIONS(504), - [anon_sym_u2765] = ACTIONS(504), - [anon_sym_u2192] = ACTIONS(504), - [anon_sym_u2237] = ACTIONS(504), - [anon_sym_u00b7] = ACTIONS(504), - [anon_sym_u235b] = ACTIONS(504), - [anon_sym_u2302] = ACTIONS(504), - [anon_sym_u21b0] = ACTIONS(504), - [anon_sym_unpack] = ACTIONS(504), - [anon_sym_u2290] = ACTIONS(504), - [anon_sym_u229d] = ACTIONS(504), - [anon_sym_cross] = ACTIONS(504), - [anon_sym_u22a0] = ACTIONS(504), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_deal] = ACTIONS(504), - [anon_sym_strands] = ACTIONS(504), - [anon_sym_u203f] = ACTIONS(504), - [anon_sym_member] = ACTIONS(502), - [anon_sym_u220a] = ACTIONS(504), - [anon_sym_coordinate] = ACTIONS(504), - [anon_sym_u27d4] = ACTIONS(504), - [anon_sym_u03bb] = ACTIONS(504), - [anon_sym_u22ca] = ACTIONS(504), - [sym__endOfLine] = ACTIONS(504), + [aux_sym_number_token1] = ACTIONS(484), + [sym_fraction] = ACTIONS(486), + [anon_sym_Days] = ACTIONS(484), + [anon_sym_Months] = ACTIONS(484), + [anon_sym_MonthDays] = ACTIONS(484), + [anon_sym_LeanMonthDays] = ACTIONS(484), + [anon_sym_White] = ACTIONS(484), + [anon_sym_Black] = ACTIONS(484), + [anon_sym_Red] = ACTIONS(484), + [anon_sym_Orange] = ACTIONS(484), + [anon_sym_Yellow] = ACTIONS(484), + [anon_sym_Green] = ACTIONS(484), + [anon_sym_Cyan] = ACTIONS(484), + [anon_sym_Blue] = ACTIONS(484), + [anon_sym_Purple] = ACTIONS(484), + [anon_sym_Magenta] = ACTIONS(484), + [anon_sym_Gay] = ACTIONS(484), + [anon_sym_Lesbian] = ACTIONS(484), + [anon_sym_Bi] = ACTIONS(484), + [anon_sym_Trans] = ACTIONS(484), + [anon_sym_Pan] = ACTIONS(484), + [anon_sym_Ace] = ACTIONS(484), + [anon_sym_Aro] = ACTIONS(484), + [anon_sym_Aroace] = ACTIONS(484), + [anon_sym_Enby] = ACTIONS(484), + [anon_sym_Fluid] = ACTIONS(484), + [anon_sym_Queer] = ACTIONS(484), + [anon_sym_Agender] = ACTIONS(484), + [anon_sym_PrideFlags] = ACTIONS(484), + [anon_sym_PrideFlagNames] = ACTIONS(484), + [anon_sym_True] = ACTIONS(484), + [anon_sym_False] = ACTIONS(484), + [anon_sym_NULL] = ACTIONS(484), + [anon_sym_Logo] = ACTIONS(484), + [anon_sym_Lena] = ACTIONS(484), + [anon_sym_Music] = ACTIONS(484), + [anon_sym_Lorem] = ACTIONS(484), + [anon_sym_Os] = ACTIONS(484), + [anon_sym_Family] = ACTIONS(484), + [anon_sym_Arch] = ACTIONS(484), + [anon_sym_ExeExt] = ACTIONS(484), + [anon_sym_DllExt] = ACTIONS(484), + [anon_sym_Sep] = ACTIONS(484), + [anon_sym_ThisFile] = ACTIONS(484), + [anon_sym_ThisFileName] = ACTIONS(484), + [anon_sym_ThisFileDir] = ACTIONS(484), + [anon_sym_WorkingDir] = ACTIONS(484), + [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_Planets] = ACTIONS(484), + [anon_sym_Zodiac] = ACTIONS(484), + [anon_sym_Suits] = ACTIONS(484), + [anon_sym_Cards] = ACTIONS(484), + [anon_sym_Chess] = ACTIONS(484), + [anon_sym_Moon] = ACTIONS(484), + [anon_sym_Skin] = ACTIONS(484), + [anon_sym_People] = ACTIONS(484), + [anon_sym_Hair] = ACTIONS(484), + [anon_sym_Cat] = ACTIONS(484), + [aux_sym_character_token1] = ACTIONS(486), + [sym_string] = ACTIONS(486), + [sym_multiLineString] = ACTIONS(486), + [anon_sym_PIPE] = ACTIONS(486), + [sym_identifier] = ACTIONS(488), + [sym_identifierDeprecated] = ACTIONS(484), + [sym_system] = ACTIONS(490), + [sym_comment] = ACTIONS(484), + [sym_openParen] = ACTIONS(492), + [sym_closeParen] = ACTIONS(486), + [sym_openCurly] = ACTIONS(486), + [sym_closeCurly] = ACTIONS(486), + [sym_openBracket] = ACTIONS(484), + [sym_closeBracket] = ACTIONS(486), + [sym_underscore] = ACTIONS(486), + [anon_sym_CARET] = ACTIONS(486), + [anon_sym_SQUOTE] = ACTIONS(484), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(486), + [anon_sym_e] = ACTIONS(484), + [anon_sym_NaN] = ACTIONS(484), + [anon_sym_eta] = ACTIONS(486), + [anon_sym_u03b7] = ACTIONS(484), + [anon_sym_pi] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), + [anon_sym_tau] = ACTIONS(486), + [anon_sym_u03c4] = ACTIONS(484), + [anon_sym_infinity] = ACTIONS(486), + [anon_sym_u221e] = ACTIONS(486), + [anon_sym_W] = ACTIONS(484), + [anon_sym_i] = ACTIONS(484), + [anon_sym_MaxInt] = ACTIONS(484), + [anon_sym_HexDigits] = ACTIONS(484), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(486), + [anon_sym_SLASH] = ACTIONS(486), + [anon_sym_scan] = ACTIONS(486), + [anon_sym_BSLASH] = ACTIONS(486), + [anon_sym_each] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), + [anon_sym_rows] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), + [anon_sym_repeat] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), + [anon_sym_dip] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), + [anon_sym_gap] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), + [anon_sym_spawn] = ACTIONS(486), + [anon_sym_rectify] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), + [anon_sym_un] = ACTIONS(484), + [anon_sym_u00b0] = ACTIONS(486), + [anon_sym_on] = ACTIONS(484), + [anon_sym_u27dc] = ACTIONS(486), + [anon_sym_inventory] = ACTIONS(486), + [anon_sym_u235a] = ACTIONS(486), + [anon_sym_content] = ACTIONS(486), + [anon_sym_u25c7] = ACTIONS(486), + [anon_sym_pool] = ACTIONS(486), + [anon_sym_stringify] = ACTIONS(486), + [anon_sym_signature] = ACTIONS(486), + [anon_sym_triangle] = ACTIONS(486), + [anon_sym_u25f9] = ACTIONS(486), + [anon_sym_astar] = ACTIONS(486), + [anon_sym_with] = ACTIONS(486), + [anon_sym_u2919] = ACTIONS(486), + [anon_sym_off] = ACTIONS(486), + [anon_sym_u291a] = ACTIONS(486), + [anon_sym_above] = ACTIONS(486), + [anon_sym_u25e0] = ACTIONS(486), + [anon_sym_below] = ACTIONS(486), + [anon_sym_u25e1] = ACTIONS(486), + [anon_sym_anti] = ACTIONS(486), + [anon_sym_u231d] = ACTIONS(486), + [anon_sym_obverse] = ACTIONS(486), + [anon_sym_toples] = ACTIONS(486), + [anon_sym_u29c5] = ACTIONS(486), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(486), + [anon_sym_fold] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), + [anon_sym_table] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), + [anon_sym_group] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), + [anon_sym_partition] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), + [anon_sym_both] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), + [anon_sym_bracket] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), + [anon_sym_fork] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), + [anon_sym_under] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), + [anon_sym_fill] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), + [anon_sym_try] = ACTIONS(484), + [anon_sym_u2363] = ACTIONS(486), + [anon_sym_do] = ACTIONS(484), + [anon_sym_u2362] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [anon_sym_by] = ACTIONS(484), + [anon_sym_u22b8] = ACTIONS(486), + [anon_sym_quote] = ACTIONS(486), + [anon_sym_u2765] = ACTIONS(486), + [anon_sym_u2192] = ACTIONS(486), + [anon_sym_u2237] = ACTIONS(486), + [anon_sym_u00b7] = ACTIONS(486), + [anon_sym_u235b] = ACTIONS(486), + [anon_sym_u2302] = ACTIONS(486), + [anon_sym_u21b0] = ACTIONS(486), + [anon_sym_unpack] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), + [anon_sym_cross] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_deal] = ACTIONS(486), + [anon_sym_member] = ACTIONS(484), + [anon_sym_u220a] = ACTIONS(486), + [anon_sym_coordinate] = ACTIONS(486), + [anon_sym_u27d4] = ACTIONS(486), + [anon_sym_u03bb] = ACTIONS(486), + [anon_sym_u22ca] = ACTIONS(486), + [anon_sym_chunk] = ACTIONS(486), + [anon_sym_u2444] = ACTIONS(486), + [anon_sym_setinv] = ACTIONS(486), + [anon_sym_setund] = ACTIONS(486), + [anon_sym_struct] = ACTIONS(486), + [sym__endOfLine] = ACTIONS(486), }, [83] = { - [sym_inlineFunction] = STATE(99), - [sym_function] = STATE(99), - [aux_sym_number_token1] = ACTIONS(502), - [sym_fraction] = ACTIONS(504), - [anon_sym_Days] = ACTIONS(502), - [anon_sym_Months] = ACTIONS(502), - [anon_sym_MonthDays] = ACTIONS(502), - [anon_sym_LeanMonthDays] = ACTIONS(502), - [anon_sym_White] = ACTIONS(502), - [anon_sym_Black] = ACTIONS(502), - [anon_sym_Red] = ACTIONS(502), - [anon_sym_Orange] = ACTIONS(502), - [anon_sym_Yellow] = ACTIONS(502), - [anon_sym_Green] = ACTIONS(502), - [anon_sym_Cyan] = ACTIONS(502), - [anon_sym_Blue] = ACTIONS(502), - [anon_sym_Purple] = ACTIONS(502), - [anon_sym_Magenta] = ACTIONS(502), - [anon_sym_Gay] = ACTIONS(502), - [anon_sym_Lesbian] = ACTIONS(502), - [anon_sym_Bi] = ACTIONS(502), - [anon_sym_Trans] = ACTIONS(502), - [anon_sym_Pan] = ACTIONS(502), - [anon_sym_Ace] = ACTIONS(502), - [anon_sym_Aro] = ACTIONS(502), - [anon_sym_Aroace] = ACTIONS(502), - [anon_sym_Enby] = ACTIONS(502), - [anon_sym_Fluid] = ACTIONS(502), - [anon_sym_Queer] = ACTIONS(502), - [anon_sym_Agender] = ACTIONS(502), - [anon_sym_PrideFlags] = ACTIONS(502), - [anon_sym_PrideFlagNames] = ACTIONS(502), - [anon_sym_True] = ACTIONS(502), - [anon_sym_False] = ACTIONS(502), - [anon_sym_NULL] = ACTIONS(502), - [anon_sym_Logo] = ACTIONS(502), - [anon_sym_Lena] = ACTIONS(502), - [anon_sym_Music] = ACTIONS(502), - [anon_sym_Lorem] = ACTIONS(502), - [anon_sym_Os] = ACTIONS(502), - [anon_sym_Family] = ACTIONS(502), - [anon_sym_Arch] = ACTIONS(502), - [anon_sym_ExeExt] = ACTIONS(502), - [anon_sym_DllExt] = ACTIONS(502), - [anon_sym_Sep] = ACTIONS(502), - [anon_sym_ThisFile] = ACTIONS(502), - [anon_sym_ThisFileName] = ACTIONS(502), - [anon_sym_ThisFileDir] = ACTIONS(502), - [anon_sym_WorkingDir] = ACTIONS(502), - [anon_sym_NumProcs] = ACTIONS(502), - [anon_sym_Planets] = ACTIONS(502), - [anon_sym_Zodiac] = ACTIONS(502), - [anon_sym_Suits] = ACTIONS(502), - [anon_sym_Cards] = ACTIONS(502), - [anon_sym_Chess] = ACTIONS(502), - [anon_sym_Moon] = ACTIONS(502), - [anon_sym_Skin] = ACTIONS(502), - [anon_sym_People] = ACTIONS(502), - [anon_sym_Hair] = ACTIONS(502), - [aux_sym_character_token1] = ACTIONS(504), - [sym_string] = ACTIONS(504), - [sym_multiLineString] = ACTIONS(504), - [anon_sym_PIPE] = ACTIONS(504), - [sym_identifier] = ACTIONS(512), - [sym_identifierDeprecated] = ACTIONS(502), - [sym_system] = ACTIONS(514), - [sym_comment] = ACTIONS(502), - [sym_openParen] = ACTIONS(510), - [sym_closeParen] = ACTIONS(504), - [sym_openCurly] = ACTIONS(504), - [sym_closeCurly] = ACTIONS(504), - [sym_openBracket] = ACTIONS(504), - [sym_closeBracket] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_CARET] = ACTIONS(504), - [anon_sym_SQUOTE] = ACTIONS(502), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(504), - [anon_sym_e] = ACTIONS(502), - [anon_sym_NaN] = ACTIONS(502), - [anon_sym_eta] = ACTIONS(504), - [anon_sym_u03b7] = ACTIONS(502), - [anon_sym_pi] = ACTIONS(502), - [anon_sym_u03c0] = ACTIONS(502), - [anon_sym_tau] = ACTIONS(504), - [anon_sym_u03c4] = ACTIONS(502), - [anon_sym_infinity] = ACTIONS(504), - [anon_sym_u221e] = ACTIONS(504), - [anon_sym_W] = ACTIONS(502), - [anon_sym_i] = ACTIONS(502), - [anon_sym_MaxInt] = ACTIONS(502), - [anon_sym_HexDigits] = ACTIONS(502), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(504), - [anon_sym_SLASH] = ACTIONS(504), - [anon_sym_scan] = ACTIONS(504), - [anon_sym_BSLASH] = ACTIONS(504), - [anon_sym_each] = ACTIONS(504), - [anon_sym_u2235] = ACTIONS(504), - [anon_sym_rows] = ACTIONS(504), - [anon_sym_u2261] = ACTIONS(504), - [anon_sym_repeat] = ACTIONS(504), - [anon_sym_u2365] = ACTIONS(504), - [anon_sym_dip] = ACTIONS(504), - [anon_sym_u2299] = ACTIONS(504), - [anon_sym_gap] = ACTIONS(504), - [anon_sym_u22c5] = ACTIONS(504), - [anon_sym_spawn] = ACTIONS(504), - [anon_sym_rectify] = ACTIONS(504), - [anon_sym_u2305] = ACTIONS(504), - [anon_sym_un] = ACTIONS(502), - [anon_sym_u00b0] = ACTIONS(504), - [anon_sym_on] = ACTIONS(502), - [anon_sym_u27dc] = ACTIONS(504), - [anon_sym_inventory] = ACTIONS(504), - [anon_sym_u235a] = ACTIONS(504), - [anon_sym_content] = ACTIONS(504), - [anon_sym_u25c7] = ACTIONS(504), - [anon_sym_pool] = ACTIONS(504), - [anon_sym_stringify] = ACTIONS(504), - [anon_sym_signature] = ACTIONS(504), - [anon_sym_triangle] = ACTIONS(504), - [anon_sym_u25f9] = ACTIONS(504), - [anon_sym_astar] = ACTIONS(504), - [anon_sym_but] = ACTIONS(504), - [anon_sym_u2919] = ACTIONS(504), - [anon_sym_with] = ACTIONS(504), - [anon_sym_u291a] = ACTIONS(504), - [anon_sym_above] = ACTIONS(504), - [anon_sym_u25e0] = ACTIONS(504), - [anon_sym_below] = ACTIONS(504), - [anon_sym_u25e1] = ACTIONS(504), - [anon_sym_fold] = ACTIONS(504), - [anon_sym_u2227] = ACTIONS(504), - [anon_sym_table] = ACTIONS(504), - [anon_sym_u229e] = ACTIONS(504), - [anon_sym_group] = ACTIONS(504), - [anon_sym_u2295] = ACTIONS(504), - [anon_sym_partition] = ACTIONS(504), - [anon_sym_u229c] = ACTIONS(504), - [anon_sym_both] = ACTIONS(504), - [anon_sym_u2229] = ACTIONS(504), - [anon_sym_bracket] = ACTIONS(504), - [anon_sym_u2293] = ACTIONS(504), - [anon_sym_fork] = ACTIONS(504), - [anon_sym_u2283] = ACTIONS(504), - [anon_sym_under] = ACTIONS(504), - [anon_sym_u235c] = ACTIONS(504), - [anon_sym_fill] = ACTIONS(504), - [anon_sym_u2b1a] = ACTIONS(504), - [anon_sym_try] = ACTIONS(502), - [anon_sym_u2363] = ACTIONS(504), - [anon_sym_do] = ACTIONS(502), - [anon_sym_u2362] = ACTIONS(504), - [anon_sym_setinv] = ACTIONS(504), - [anon_sym_setunder] = ACTIONS(504), - [anon_sym_f] = ACTIONS(502), - [anon_sym_by] = ACTIONS(502), - [anon_sym_u22b8] = ACTIONS(504), - [anon_sym_quote] = ACTIONS(504), - [anon_sym_struct] = ACTIONS(504), - [anon_sym_u2765] = ACTIONS(504), - [anon_sym_u2192] = ACTIONS(504), - [anon_sym_u2237] = ACTIONS(504), - [anon_sym_u00b7] = ACTIONS(504), - [anon_sym_u235b] = ACTIONS(504), - [anon_sym_u2302] = ACTIONS(504), - [anon_sym_u21b0] = ACTIONS(504), - [anon_sym_unpack] = ACTIONS(504), - [anon_sym_u2290] = ACTIONS(504), - [anon_sym_u229d] = ACTIONS(504), - [anon_sym_cross] = ACTIONS(504), - [anon_sym_u22a0] = ACTIONS(504), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_deal] = ACTIONS(504), - [anon_sym_strands] = ACTIONS(504), - [anon_sym_u203f] = ACTIONS(504), - [anon_sym_member] = ACTIONS(502), - [anon_sym_u220a] = ACTIONS(504), - [anon_sym_coordinate] = ACTIONS(504), - [anon_sym_u27d4] = ACTIONS(504), - [anon_sym_u03bb] = ACTIONS(504), - [anon_sym_u22ca] = ACTIONS(504), - [sym__endOfLine] = ACTIONS(504), + [sym_inlineFunction] = STATE(90), + [sym_function] = STATE(90), + [aux_sym_number_token1] = ACTIONS(484), + [sym_fraction] = ACTIONS(486), + [anon_sym_Days] = ACTIONS(484), + [anon_sym_Months] = ACTIONS(484), + [anon_sym_MonthDays] = ACTIONS(484), + [anon_sym_LeanMonthDays] = ACTIONS(484), + [anon_sym_White] = ACTIONS(484), + [anon_sym_Black] = ACTIONS(484), + [anon_sym_Red] = ACTIONS(484), + [anon_sym_Orange] = ACTIONS(484), + [anon_sym_Yellow] = ACTIONS(484), + [anon_sym_Green] = ACTIONS(484), + [anon_sym_Cyan] = ACTIONS(484), + [anon_sym_Blue] = ACTIONS(484), + [anon_sym_Purple] = ACTIONS(484), + [anon_sym_Magenta] = ACTIONS(484), + [anon_sym_Gay] = ACTIONS(484), + [anon_sym_Lesbian] = ACTIONS(484), + [anon_sym_Bi] = ACTIONS(484), + [anon_sym_Trans] = ACTIONS(484), + [anon_sym_Pan] = ACTIONS(484), + [anon_sym_Ace] = ACTIONS(484), + [anon_sym_Aro] = ACTIONS(484), + [anon_sym_Aroace] = ACTIONS(484), + [anon_sym_Enby] = ACTIONS(484), + [anon_sym_Fluid] = ACTIONS(484), + [anon_sym_Queer] = ACTIONS(484), + [anon_sym_Agender] = ACTIONS(484), + [anon_sym_PrideFlags] = ACTIONS(484), + [anon_sym_PrideFlagNames] = ACTIONS(484), + [anon_sym_True] = ACTIONS(484), + [anon_sym_False] = ACTIONS(484), + [anon_sym_NULL] = ACTIONS(484), + [anon_sym_Logo] = ACTIONS(484), + [anon_sym_Lena] = ACTIONS(484), + [anon_sym_Music] = ACTIONS(484), + [anon_sym_Lorem] = ACTIONS(484), + [anon_sym_Os] = ACTIONS(484), + [anon_sym_Family] = ACTIONS(484), + [anon_sym_Arch] = ACTIONS(484), + [anon_sym_ExeExt] = ACTIONS(484), + [anon_sym_DllExt] = ACTIONS(484), + [anon_sym_Sep] = ACTIONS(484), + [anon_sym_ThisFile] = ACTIONS(484), + [anon_sym_ThisFileName] = ACTIONS(484), + [anon_sym_ThisFileDir] = ACTIONS(484), + [anon_sym_WorkingDir] = ACTIONS(484), + [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_Planets] = ACTIONS(484), + [anon_sym_Zodiac] = ACTIONS(484), + [anon_sym_Suits] = ACTIONS(484), + [anon_sym_Cards] = ACTIONS(484), + [anon_sym_Chess] = ACTIONS(484), + [anon_sym_Moon] = ACTIONS(484), + [anon_sym_Skin] = ACTIONS(484), + [anon_sym_People] = ACTIONS(484), + [anon_sym_Hair] = ACTIONS(484), + [anon_sym_Cat] = ACTIONS(484), + [aux_sym_character_token1] = ACTIONS(486), + [sym_string] = ACTIONS(486), + [sym_multiLineString] = ACTIONS(486), + [anon_sym_PIPE] = ACTIONS(486), + [sym_identifier] = ACTIONS(494), + [sym_identifierDeprecated] = ACTIONS(484), + [sym_system] = ACTIONS(496), + [sym_comment] = ACTIONS(484), + [sym_openParen] = ACTIONS(492), + [sym_closeParen] = ACTIONS(486), + [sym_openCurly] = ACTIONS(486), + [sym_closeCurly] = ACTIONS(486), + [sym_openBracket] = ACTIONS(484), + [sym_closeBracket] = ACTIONS(486), + [sym_underscore] = ACTIONS(486), + [anon_sym_CARET] = ACTIONS(486), + [anon_sym_SQUOTE] = ACTIONS(484), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(486), + [anon_sym_e] = ACTIONS(484), + [anon_sym_NaN] = ACTIONS(484), + [anon_sym_eta] = ACTIONS(486), + [anon_sym_u03b7] = ACTIONS(484), + [anon_sym_pi] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), + [anon_sym_tau] = ACTIONS(486), + [anon_sym_u03c4] = ACTIONS(484), + [anon_sym_infinity] = ACTIONS(486), + [anon_sym_u221e] = ACTIONS(486), + [anon_sym_W] = ACTIONS(484), + [anon_sym_i] = ACTIONS(484), + [anon_sym_MaxInt] = ACTIONS(484), + [anon_sym_HexDigits] = ACTIONS(484), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(486), + [anon_sym_SLASH] = ACTIONS(486), + [anon_sym_scan] = ACTIONS(486), + [anon_sym_BSLASH] = ACTIONS(486), + [anon_sym_each] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), + [anon_sym_rows] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), + [anon_sym_repeat] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), + [anon_sym_dip] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), + [anon_sym_gap] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), + [anon_sym_spawn] = ACTIONS(486), + [anon_sym_rectify] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), + [anon_sym_un] = ACTIONS(484), + [anon_sym_u00b0] = ACTIONS(486), + [anon_sym_on] = ACTIONS(484), + [anon_sym_u27dc] = ACTIONS(486), + [anon_sym_inventory] = ACTIONS(486), + [anon_sym_u235a] = ACTIONS(486), + [anon_sym_content] = ACTIONS(486), + [anon_sym_u25c7] = ACTIONS(486), + [anon_sym_pool] = ACTIONS(486), + [anon_sym_stringify] = ACTIONS(486), + [anon_sym_signature] = ACTIONS(486), + [anon_sym_triangle] = ACTIONS(486), + [anon_sym_u25f9] = ACTIONS(486), + [anon_sym_astar] = ACTIONS(486), + [anon_sym_with] = ACTIONS(486), + [anon_sym_u2919] = ACTIONS(486), + [anon_sym_off] = ACTIONS(486), + [anon_sym_u291a] = ACTIONS(486), + [anon_sym_above] = ACTIONS(486), + [anon_sym_u25e0] = ACTIONS(486), + [anon_sym_below] = ACTIONS(486), + [anon_sym_u25e1] = ACTIONS(486), + [anon_sym_anti] = ACTIONS(486), + [anon_sym_u231d] = ACTIONS(486), + [anon_sym_obverse] = ACTIONS(486), + [anon_sym_toples] = ACTIONS(486), + [anon_sym_u29c5] = ACTIONS(486), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(486), + [anon_sym_fold] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), + [anon_sym_table] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), + [anon_sym_group] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), + [anon_sym_partition] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), + [anon_sym_both] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), + [anon_sym_bracket] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), + [anon_sym_fork] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), + [anon_sym_under] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), + [anon_sym_fill] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), + [anon_sym_try] = ACTIONS(484), + [anon_sym_u2363] = ACTIONS(486), + [anon_sym_do] = ACTIONS(484), + [anon_sym_u2362] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [anon_sym_by] = ACTIONS(484), + [anon_sym_u22b8] = ACTIONS(486), + [anon_sym_quote] = ACTIONS(486), + [anon_sym_u2765] = ACTIONS(486), + [anon_sym_u2192] = ACTIONS(486), + [anon_sym_u2237] = ACTIONS(486), + [anon_sym_u00b7] = ACTIONS(486), + [anon_sym_u235b] = ACTIONS(486), + [anon_sym_u2302] = ACTIONS(486), + [anon_sym_u21b0] = ACTIONS(486), + [anon_sym_unpack] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), + [anon_sym_cross] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_deal] = ACTIONS(486), + [anon_sym_member] = ACTIONS(484), + [anon_sym_u220a] = ACTIONS(486), + [anon_sym_coordinate] = ACTIONS(486), + [anon_sym_u27d4] = ACTIONS(486), + [anon_sym_u03bb] = ACTIONS(486), + [anon_sym_u22ca] = ACTIONS(486), + [anon_sym_chunk] = ACTIONS(486), + [anon_sym_u2444] = ACTIONS(486), + [anon_sym_setinv] = ACTIONS(486), + [anon_sym_setund] = ACTIONS(486), + [anon_sym_struct] = ACTIONS(486), + [sym__endOfLine] = ACTIONS(486), }, [84] = { - [sym_inlineFunction] = STATE(104), - [sym_function] = STATE(104), - [aux_sym_number_token1] = ACTIONS(516), - [sym_fraction] = ACTIONS(518), - [anon_sym_Days] = ACTIONS(516), - [anon_sym_Months] = ACTIONS(516), - [anon_sym_MonthDays] = ACTIONS(516), - [anon_sym_LeanMonthDays] = ACTIONS(516), - [anon_sym_White] = ACTIONS(516), - [anon_sym_Black] = ACTIONS(516), - [anon_sym_Red] = ACTIONS(516), - [anon_sym_Orange] = ACTIONS(516), - [anon_sym_Yellow] = ACTIONS(516), - [anon_sym_Green] = ACTIONS(516), - [anon_sym_Cyan] = ACTIONS(516), - [anon_sym_Blue] = ACTIONS(516), - [anon_sym_Purple] = ACTIONS(516), - [anon_sym_Magenta] = ACTIONS(516), - [anon_sym_Gay] = ACTIONS(516), - [anon_sym_Lesbian] = ACTIONS(516), - [anon_sym_Bi] = ACTIONS(516), - [anon_sym_Trans] = ACTIONS(516), - [anon_sym_Pan] = ACTIONS(516), - [anon_sym_Ace] = ACTIONS(516), - [anon_sym_Aro] = ACTIONS(516), - [anon_sym_Aroace] = ACTIONS(516), - [anon_sym_Enby] = ACTIONS(516), - [anon_sym_Fluid] = ACTIONS(516), - [anon_sym_Queer] = ACTIONS(516), - [anon_sym_Agender] = ACTIONS(516), - [anon_sym_PrideFlags] = ACTIONS(516), - [anon_sym_PrideFlagNames] = ACTIONS(516), - [anon_sym_True] = ACTIONS(516), - [anon_sym_False] = ACTIONS(516), - [anon_sym_NULL] = ACTIONS(516), - [anon_sym_Logo] = ACTIONS(516), - [anon_sym_Lena] = ACTIONS(516), - [anon_sym_Music] = ACTIONS(516), - [anon_sym_Lorem] = ACTIONS(516), - [anon_sym_Os] = ACTIONS(516), - [anon_sym_Family] = ACTIONS(516), - [anon_sym_Arch] = ACTIONS(516), - [anon_sym_ExeExt] = ACTIONS(516), - [anon_sym_DllExt] = ACTIONS(516), - [anon_sym_Sep] = ACTIONS(516), - [anon_sym_ThisFile] = ACTIONS(516), - [anon_sym_ThisFileName] = ACTIONS(516), - [anon_sym_ThisFileDir] = ACTIONS(516), - [anon_sym_WorkingDir] = ACTIONS(516), - [anon_sym_NumProcs] = ACTIONS(516), - [anon_sym_Planets] = ACTIONS(516), - [anon_sym_Zodiac] = ACTIONS(516), - [anon_sym_Suits] = ACTIONS(516), - [anon_sym_Cards] = ACTIONS(516), - [anon_sym_Chess] = ACTIONS(516), - [anon_sym_Moon] = ACTIONS(516), - [anon_sym_Skin] = ACTIONS(516), - [anon_sym_People] = ACTIONS(516), - [anon_sym_Hair] = ACTIONS(516), - [aux_sym_character_token1] = ACTIONS(518), - [sym_string] = ACTIONS(518), - [sym_multiLineString] = ACTIONS(518), - [anon_sym_PIPE] = ACTIONS(518), - [sym_identifier] = ACTIONS(520), - [sym_identifierDeprecated] = ACTIONS(516), - [sym_system] = ACTIONS(522), - [sym_comment] = ACTIONS(516), - [sym_openParen] = ACTIONS(510), - [sym_closeParen] = ACTIONS(518), - [sym_openCurly] = ACTIONS(518), - [sym_closeCurly] = ACTIONS(518), - [sym_openBracket] = ACTIONS(518), - [sym_closeBracket] = ACTIONS(518), - [sym_underscore] = ACTIONS(518), - [anon_sym_CARET] = ACTIONS(518), - [anon_sym_SQUOTE] = ACTIONS(516), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(518), - [anon_sym_e] = ACTIONS(516), - [anon_sym_NaN] = ACTIONS(516), - [anon_sym_eta] = ACTIONS(518), - [anon_sym_u03b7] = ACTIONS(516), - [anon_sym_pi] = ACTIONS(516), - [anon_sym_u03c0] = ACTIONS(516), - [anon_sym_tau] = ACTIONS(518), - [anon_sym_u03c4] = ACTIONS(516), - [anon_sym_infinity] = ACTIONS(518), - [anon_sym_u221e] = ACTIONS(518), - [anon_sym_W] = ACTIONS(516), - [anon_sym_i] = ACTIONS(516), - [anon_sym_MaxInt] = ACTIONS(516), - [anon_sym_HexDigits] = ACTIONS(516), - [anon_sym_DOT] = ACTIONS(180), - [anon_sym_COMMA] = ACTIONS(180), - [anon_sym_COLON] = ACTIONS(180), - [anon_sym_u25cc] = ACTIONS(180), - [anon_sym_identity] = ACTIONS(180), - [anon_sym_id] = ACTIONS(182), - [anon_sym_u2218] = ACTIONS(180), - [anon_sym_not] = ACTIONS(180), - [anon_sym_u00ac] = ACTIONS(180), - [anon_sym_sign] = ACTIONS(182), - [anon_sym_u00b1] = ACTIONS(180), - [anon_sym_BQUOTE] = ACTIONS(180), - [anon_sym_u00af] = ACTIONS(182), - [anon_sym_absolutevalue] = ACTIONS(180), - [anon_sym_u2335] = ACTIONS(180), - [anon_sym_sqrt] = ACTIONS(180), - [anon_sym_u221a] = ACTIONS(180), - [anon_sym_sine] = ACTIONS(180), - [anon_sym_u25cb] = ACTIONS(180), - [anon_sym_u223f] = ACTIONS(180), - [anon_sym_floor] = ACTIONS(180), - [anon_sym_u230a] = ACTIONS(180), - [anon_sym_ceiling] = ACTIONS(180), - [anon_sym_u2308] = ACTIONS(180), - [anon_sym_round] = ACTIONS(180), - [anon_sym_u2045] = ACTIONS(180), - [anon_sym_EQ] = ACTIONS(180), - [anon_sym_BANG_EQ] = ACTIONS(180), - [anon_sym_u2260] = ACTIONS(180), - [anon_sym_LT] = ACTIONS(182), - [anon_sym_LT_EQ] = ACTIONS(180), - [anon_sym_u2264] = ACTIONS(180), - [anon_sym_GT] = ACTIONS(182), - [anon_sym_GT_EQ] = ACTIONS(180), - [anon_sym_u2265] = ACTIONS(180), - [anon_sym_PLUS] = ACTIONS(180), - [anon_sym_DASH] = ACTIONS(180), - [anon_sym_STAR] = ACTIONS(180), - [anon_sym_u00d7] = ACTIONS(180), - [anon_sym_PERCENT] = ACTIONS(180), - [anon_sym_u00f7] = ACTIONS(180), - [anon_sym_modulus] = ACTIONS(180), - [anon_sym_u25ff] = ACTIONS(180), - [anon_sym_power] = ACTIONS(180), - [anon_sym_u207f] = ACTIONS(180), - [anon_sym_logarithm] = ACTIONS(180), - [anon_sym_u2099] = ACTIONS(180), - [anon_sym_minimum] = ACTIONS(180), - [anon_sym_u21a7] = ACTIONS(180), - [anon_sym_maximum] = ACTIONS(180), - [anon_sym_u21a5] = ACTIONS(180), - [anon_sym_atangent] = ACTIONS(180), - [anon_sym_u2220] = ACTIONS(180), - [anon_sym_length] = ACTIONS(180), - [anon_sym_u29fb] = ACTIONS(180), - [anon_sym_shape] = ACTIONS(180), - [anon_sym_u25b3] = ACTIONS(180), - [anon_sym_range] = ACTIONS(180), - [anon_sym_u21e1] = ACTIONS(180), - [anon_sym_first] = ACTIONS(180), - [anon_sym_u22a2] = ACTIONS(180), - [anon_sym_reverse] = ACTIONS(180), - [anon_sym_u21cc] = ACTIONS(180), - [anon_sym_deshape] = ACTIONS(180), - [anon_sym_u266d] = ACTIONS(180), - [anon_sym_bits] = ACTIONS(180), - [anon_sym_u22ef] = ACTIONS(180), - [anon_sym_transpose] = ACTIONS(180), - [anon_sym_u2349] = ACTIONS(180), - [anon_sym_rise] = ACTIONS(180), - [anon_sym_u234f] = ACTIONS(180), - [anon_sym_fall] = ACTIONS(180), - [anon_sym_u2356] = ACTIONS(180), - [anon_sym_where] = ACTIONS(180), - [anon_sym_u229a] = ACTIONS(180), - [anon_sym_classify] = ACTIONS(180), - [anon_sym_u229b] = ACTIONS(180), - [anon_sym_deduplicate] = ACTIONS(180), - [anon_sym_u25f4] = ACTIONS(180), - [anon_sym_box] = ACTIONS(180), - [anon_sym_u25a1] = ACTIONS(180), - [anon_sym_match] = ACTIONS(180), - [anon_sym_u224d] = ACTIONS(180), - [anon_sym_couple] = ACTIONS(180), - [anon_sym_u229f] = ACTIONS(180), - [anon_sym_join] = ACTIONS(180), - [anon_sym_u2282] = ACTIONS(180), - [anon_sym_select] = ACTIONS(180), - [anon_sym_u228f] = ACTIONS(180), - [anon_sym_pick] = ACTIONS(180), - [anon_sym_u22a1] = ACTIONS(180), - [anon_sym_reshape] = ACTIONS(180), - [anon_sym_u21af] = ACTIONS(180), - [anon_sym_take] = ACTIONS(180), - [anon_sym_u2199] = ACTIONS(180), - [anon_sym_drop] = ACTIONS(180), - [anon_sym_u2198] = ACTIONS(180), - [anon_sym_rotate] = ACTIONS(180), - [anon_sym_u21bb] = ACTIONS(180), - [anon_sym_windows] = ACTIONS(180), - [anon_sym_u25eb] = ACTIONS(180), - [anon_sym_keep] = ACTIONS(180), - [anon_sym_u25bd] = ACTIONS(180), - [anon_sym_find] = ACTIONS(180), - [anon_sym_u2315] = ACTIONS(180), - [anon_sym_indexof] = ACTIONS(180), - [anon_sym_u2297] = ACTIONS(180), - [anon_sym_assert] = ACTIONS(180), - [anon_sym_u2364] = ACTIONS(180), - [anon_sym_wait] = ACTIONS(180), - [anon_sym_parse] = ACTIONS(180), - [anon_sym_u22d5] = ACTIONS(180), - [anon_sym_random] = ACTIONS(180), - [anon_sym_u2682] = ACTIONS(180), - [anon_sym_gen] = ACTIONS(180), - [anon_sym_tag] = ACTIONS(180), - [anon_sym_now] = ACTIONS(180), - [anon_sym_type] = ACTIONS(180), - [anon_sym_u2e2e] = ACTIONS(180), - [anon_sym_dump] = ACTIONS(180), - [anon_sym_regex] = ACTIONS(180), - [anon_sym_send] = ACTIONS(180), - [anon_sym_recv] = ACTIONS(180), - [anon_sym_tryrecv] = ACTIONS(180), - [anon_sym_complex] = ACTIONS(180), - [anon_sym_u2102] = ACTIONS(180), - [anon_sym_rerank] = ACTIONS(180), - [anon_sym_u2607] = ACTIONS(180), - [anon_sym_fix] = ACTIONS(180), - [anon_sym_u00a4] = ACTIONS(180), - [anon_sym_QMARK] = ACTIONS(180), - [anon_sym_unique] = ACTIONS(180), - [anon_sym_u25f0] = ACTIONS(180), - [anon_sym_map] = ACTIONS(180), - [anon_sym_has] = ACTIONS(180), - [anon_sym_get] = ACTIONS(180), - [anon_sym_insert] = ACTIONS(180), - [anon_sym_remove] = ACTIONS(180), - [anon_sym_repr] = ACTIONS(180), - [anon_sym_mask] = ACTIONS(180), - [anon_sym_u29b7] = ACTIONS(180), - [anon_sym_csv] = ACTIONS(180), - [anon_sym_json] = ACTIONS(180), - [anon_sym_xlsx] = ACTIONS(180), - [anon_sym_memberOf] = ACTIONS(180), - [anon_sym_u2208] = ACTIONS(180), - [anon_sym_imen] = ACTIONS(180), - [anon_sym_gife] = ACTIONS(180), - [anon_sym_auden] = ACTIONS(180), - [anon_sym_utfu2088] = ACTIONS(180), - [anon_sym_datetime] = ACTIONS(180), - [anon_sym_chunk] = ACTIONS(180), - [anon_sym_u2444] = ACTIONS(180), - [anon_sym_choose] = ACTIONS(180), - [anon_sym_permute] = ACTIONS(180), - [anon_sym_orient] = ACTIONS(180), - [anon_sym_fft] = ACTIONS(180), - [anon_sym_reduce] = ACTIONS(518), - [anon_sym_SLASH] = ACTIONS(518), - [anon_sym_scan] = ACTIONS(518), - [anon_sym_BSLASH] = ACTIONS(518), - [anon_sym_each] = ACTIONS(518), - [anon_sym_u2235] = ACTIONS(518), - [anon_sym_rows] = ACTIONS(518), - [anon_sym_u2261] = ACTIONS(518), - [anon_sym_repeat] = ACTIONS(518), - [anon_sym_u2365] = ACTIONS(518), - [anon_sym_dip] = ACTIONS(518), - [anon_sym_u2299] = ACTIONS(518), - [anon_sym_gap] = ACTIONS(518), - [anon_sym_u22c5] = ACTIONS(518), - [anon_sym_spawn] = ACTIONS(518), - [anon_sym_rectify] = ACTIONS(518), - [anon_sym_u2305] = ACTIONS(518), - [anon_sym_un] = ACTIONS(516), - [anon_sym_u00b0] = ACTIONS(518), - [anon_sym_on] = ACTIONS(516), - [anon_sym_u27dc] = ACTIONS(518), - [anon_sym_inventory] = ACTIONS(518), - [anon_sym_u235a] = ACTIONS(518), - [anon_sym_content] = ACTIONS(518), - [anon_sym_u25c7] = ACTIONS(518), - [anon_sym_pool] = ACTIONS(518), - [anon_sym_stringify] = ACTIONS(518), - [anon_sym_signature] = ACTIONS(518), - [anon_sym_triangle] = ACTIONS(518), - [anon_sym_u25f9] = ACTIONS(518), - [anon_sym_astar] = ACTIONS(518), - [anon_sym_but] = ACTIONS(518), - [anon_sym_u2919] = ACTIONS(518), - [anon_sym_with] = ACTIONS(518), - [anon_sym_u291a] = ACTIONS(518), - [anon_sym_above] = ACTIONS(518), - [anon_sym_u25e0] = ACTIONS(518), - [anon_sym_below] = ACTIONS(518), - [anon_sym_u25e1] = ACTIONS(518), - [anon_sym_fold] = ACTIONS(518), - [anon_sym_u2227] = ACTIONS(518), - [anon_sym_table] = ACTIONS(518), - [anon_sym_u229e] = ACTIONS(518), - [anon_sym_group] = ACTIONS(518), - [anon_sym_u2295] = ACTIONS(518), - [anon_sym_partition] = ACTIONS(518), - [anon_sym_u229c] = ACTIONS(518), - [anon_sym_both] = ACTIONS(518), - [anon_sym_u2229] = ACTIONS(518), - [anon_sym_bracket] = ACTIONS(518), - [anon_sym_u2293] = ACTIONS(518), - [anon_sym_fork] = ACTIONS(518), - [anon_sym_u2283] = ACTIONS(518), - [anon_sym_under] = ACTIONS(518), - [anon_sym_u235c] = ACTIONS(518), - [anon_sym_fill] = ACTIONS(518), - [anon_sym_u2b1a] = ACTIONS(518), - [anon_sym_try] = ACTIONS(516), - [anon_sym_u2363] = ACTIONS(518), - [anon_sym_do] = ACTIONS(516), - [anon_sym_u2362] = ACTIONS(518), - [anon_sym_setinv] = ACTIONS(518), - [anon_sym_setunder] = ACTIONS(518), - [anon_sym_f] = ACTIONS(516), - [anon_sym_by] = ACTIONS(516), - [anon_sym_u22b8] = ACTIONS(518), - [anon_sym_quote] = ACTIONS(518), - [anon_sym_struct] = ACTIONS(518), - [anon_sym_u2765] = ACTIONS(518), - [anon_sym_u2192] = ACTIONS(518), - [anon_sym_u2237] = ACTIONS(518), - [anon_sym_u00b7] = ACTIONS(518), - [anon_sym_u235b] = ACTIONS(518), - [anon_sym_u2302] = ACTIONS(518), - [anon_sym_u21b0] = ACTIONS(518), - [anon_sym_unpack] = ACTIONS(518), - [anon_sym_u2290] = ACTIONS(518), - [anon_sym_u229d] = ACTIONS(518), - [anon_sym_cross] = ACTIONS(518), - [anon_sym_u22a0] = ACTIONS(518), - [anon_sym_SEMI] = ACTIONS(518), - [anon_sym_deal] = ACTIONS(518), - [anon_sym_strands] = ACTIONS(518), - [anon_sym_u203f] = ACTIONS(518), - [anon_sym_member] = ACTIONS(516), - [anon_sym_u220a] = ACTIONS(518), - [anon_sym_coordinate] = ACTIONS(518), - [anon_sym_u27d4] = ACTIONS(518), - [anon_sym_u03bb] = ACTIONS(518), - [anon_sym_u22ca] = ACTIONS(518), - [sym__endOfLine] = ACTIONS(518), + [sym_inlineFunction] = STATE(105), + [sym_function] = STATE(105), + [aux_sym_number_token1] = ACTIONS(498), + [sym_fraction] = ACTIONS(500), + [anon_sym_Days] = ACTIONS(498), + [anon_sym_Months] = ACTIONS(498), + [anon_sym_MonthDays] = ACTIONS(498), + [anon_sym_LeanMonthDays] = ACTIONS(498), + [anon_sym_White] = ACTIONS(498), + [anon_sym_Black] = ACTIONS(498), + [anon_sym_Red] = ACTIONS(498), + [anon_sym_Orange] = ACTIONS(498), + [anon_sym_Yellow] = ACTIONS(498), + [anon_sym_Green] = ACTIONS(498), + [anon_sym_Cyan] = ACTIONS(498), + [anon_sym_Blue] = ACTIONS(498), + [anon_sym_Purple] = ACTIONS(498), + [anon_sym_Magenta] = ACTIONS(498), + [anon_sym_Gay] = ACTIONS(498), + [anon_sym_Lesbian] = ACTIONS(498), + [anon_sym_Bi] = ACTIONS(498), + [anon_sym_Trans] = ACTIONS(498), + [anon_sym_Pan] = ACTIONS(498), + [anon_sym_Ace] = ACTIONS(498), + [anon_sym_Aro] = ACTIONS(498), + [anon_sym_Aroace] = ACTIONS(498), + [anon_sym_Enby] = ACTIONS(498), + [anon_sym_Fluid] = ACTIONS(498), + [anon_sym_Queer] = ACTIONS(498), + [anon_sym_Agender] = ACTIONS(498), + [anon_sym_PrideFlags] = ACTIONS(498), + [anon_sym_PrideFlagNames] = ACTIONS(498), + [anon_sym_True] = ACTIONS(498), + [anon_sym_False] = ACTIONS(498), + [anon_sym_NULL] = ACTIONS(498), + [anon_sym_Logo] = ACTIONS(498), + [anon_sym_Lena] = ACTIONS(498), + [anon_sym_Music] = ACTIONS(498), + [anon_sym_Lorem] = ACTIONS(498), + [anon_sym_Os] = ACTIONS(498), + [anon_sym_Family] = ACTIONS(498), + [anon_sym_Arch] = ACTIONS(498), + [anon_sym_ExeExt] = ACTIONS(498), + [anon_sym_DllExt] = ACTIONS(498), + [anon_sym_Sep] = ACTIONS(498), + [anon_sym_ThisFile] = ACTIONS(498), + [anon_sym_ThisFileName] = ACTIONS(498), + [anon_sym_ThisFileDir] = ACTIONS(498), + [anon_sym_WorkingDir] = ACTIONS(498), + [anon_sym_NumProcs] = ACTIONS(498), + [anon_sym_Planets] = ACTIONS(498), + [anon_sym_Zodiac] = ACTIONS(498), + [anon_sym_Suits] = ACTIONS(498), + [anon_sym_Cards] = ACTIONS(498), + [anon_sym_Chess] = ACTIONS(498), + [anon_sym_Moon] = ACTIONS(498), + [anon_sym_Skin] = ACTIONS(498), + [anon_sym_People] = ACTIONS(498), + [anon_sym_Hair] = ACTIONS(498), + [anon_sym_Cat] = ACTIONS(498), + [aux_sym_character_token1] = ACTIONS(500), + [sym_string] = ACTIONS(500), + [sym_multiLineString] = ACTIONS(500), + [anon_sym_PIPE] = ACTIONS(500), + [sym_identifier] = ACTIONS(502), + [sym_identifierDeprecated] = ACTIONS(498), + [sym_system] = ACTIONS(504), + [sym_comment] = ACTIONS(498), + [sym_openParen] = ACTIONS(492), + [sym_closeParen] = ACTIONS(500), + [sym_openCurly] = ACTIONS(500), + [sym_closeCurly] = ACTIONS(500), + [sym_openBracket] = ACTIONS(498), + [sym_closeBracket] = ACTIONS(500), + [sym_underscore] = ACTIONS(500), + [anon_sym_CARET] = ACTIONS(500), + [anon_sym_SQUOTE] = ACTIONS(498), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(500), + [anon_sym_e] = ACTIONS(498), + [anon_sym_NaN] = ACTIONS(498), + [anon_sym_eta] = ACTIONS(500), + [anon_sym_u03b7] = ACTIONS(498), + [anon_sym_pi] = ACTIONS(498), + [anon_sym_u03c0] = ACTIONS(498), + [anon_sym_tau] = ACTIONS(500), + [anon_sym_u03c4] = ACTIONS(498), + [anon_sym_infinity] = ACTIONS(500), + [anon_sym_u221e] = ACTIONS(500), + [anon_sym_W] = ACTIONS(498), + [anon_sym_i] = ACTIONS(498), + [anon_sym_MaxInt] = ACTIONS(498), + [anon_sym_HexDigits] = ACTIONS(498), + [anon_sym_DOT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_COLON] = ACTIONS(175), + [anon_sym_u25cc] = ACTIONS(175), + [anon_sym_identity] = ACTIONS(175), + [anon_sym_id] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(175), + [anon_sym_not] = ACTIONS(175), + [anon_sym_u00ac] = ACTIONS(175), + [anon_sym_sign] = ACTIONS(177), + [anon_sym_u00b1] = ACTIONS(175), + [anon_sym_BQUOTE] = ACTIONS(175), + [anon_sym_u00af] = ACTIONS(177), + [anon_sym_absolutevalue] = ACTIONS(175), + [anon_sym_u2335] = ACTIONS(175), + [anon_sym_sqrt] = ACTIONS(175), + [anon_sym_u221a] = ACTIONS(175), + [anon_sym_sine] = ACTIONS(175), + [anon_sym_u25cb] = ACTIONS(175), + [anon_sym_u223f] = ACTIONS(175), + [anon_sym_floor] = ACTIONS(175), + [anon_sym_u230a] = ACTIONS(175), + [anon_sym_ceiling] = ACTIONS(175), + [anon_sym_u2308] = ACTIONS(175), + [anon_sym_round] = ACTIONS(175), + [anon_sym_u2045] = ACTIONS(175), + [anon_sym_EQ] = ACTIONS(175), + [anon_sym_BANG_EQ] = ACTIONS(175), + [anon_sym_u2260] = ACTIONS(175), + [anon_sym_LT] = ACTIONS(177), + [anon_sym_LT_EQ] = ACTIONS(175), + [anon_sym_u2264] = ACTIONS(175), + [anon_sym_GT] = ACTIONS(177), + [anon_sym_GT_EQ] = ACTIONS(175), + [anon_sym_u2265] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_STAR] = ACTIONS(175), + [anon_sym_u00d7] = ACTIONS(175), + [anon_sym_PERCENT] = ACTIONS(175), + [anon_sym_u00f7] = ACTIONS(175), + [anon_sym_modulus] = ACTIONS(175), + [anon_sym_u25ff] = ACTIONS(175), + [anon_sym_power] = ACTIONS(175), + [anon_sym_u207f] = ACTIONS(175), + [anon_sym_logarithm] = ACTIONS(175), + [anon_sym_u2099] = ACTIONS(175), + [anon_sym_minimum] = ACTIONS(175), + [anon_sym_u21a7] = ACTIONS(175), + [anon_sym_maximum] = ACTIONS(175), + [anon_sym_u21a5] = ACTIONS(175), + [anon_sym_atangent] = ACTIONS(175), + [anon_sym_u2220] = ACTIONS(175), + [anon_sym_length] = ACTIONS(175), + [anon_sym_u29fb] = ACTIONS(175), + [anon_sym_shape] = ACTIONS(175), + [anon_sym_u25b3] = ACTIONS(175), + [anon_sym_range] = ACTIONS(175), + [anon_sym_u21e1] = ACTIONS(175), + [anon_sym_first] = ACTIONS(175), + [anon_sym_u22a2] = ACTIONS(175), + [anon_sym_reverse] = ACTIONS(175), + [anon_sym_u21cc] = ACTIONS(175), + [anon_sym_deshape] = ACTIONS(175), + [anon_sym_u266d] = ACTIONS(175), + [anon_sym_bits] = ACTIONS(175), + [anon_sym_u22ef] = ACTIONS(175), + [anon_sym_transpose] = ACTIONS(175), + [anon_sym_u2349] = ACTIONS(175), + [anon_sym_rise] = ACTIONS(175), + [anon_sym_u234f] = ACTIONS(175), + [anon_sym_fall] = ACTIONS(175), + [anon_sym_u2356] = ACTIONS(175), + [anon_sym_where] = ACTIONS(175), + [anon_sym_u229a] = ACTIONS(175), + [anon_sym_classify] = ACTIONS(175), + [anon_sym_u229b] = ACTIONS(175), + [anon_sym_deduplicate] = ACTIONS(175), + [anon_sym_u25f4] = ACTIONS(175), + [anon_sym_box] = ACTIONS(175), + [anon_sym_u25a1] = ACTIONS(175), + [anon_sym_match] = ACTIONS(175), + [anon_sym_u224d] = ACTIONS(175), + [anon_sym_couple] = ACTIONS(175), + [anon_sym_u229f] = ACTIONS(175), + [anon_sym_join] = ACTIONS(175), + [anon_sym_u2282] = ACTIONS(175), + [anon_sym_select] = ACTIONS(175), + [anon_sym_u228f] = ACTIONS(175), + [anon_sym_pick] = ACTIONS(175), + [anon_sym_u22a1] = ACTIONS(175), + [anon_sym_reshape] = ACTIONS(175), + [anon_sym_u21af] = ACTIONS(175), + [anon_sym_take] = ACTIONS(175), + [anon_sym_u2199] = ACTIONS(175), + [anon_sym_drop] = ACTIONS(175), + [anon_sym_u2198] = ACTIONS(175), + [anon_sym_rotate] = ACTIONS(175), + [anon_sym_u21bb] = ACTIONS(175), + [anon_sym_windows] = ACTIONS(175), + [anon_sym_u25eb] = ACTIONS(175), + [anon_sym_keep] = ACTIONS(175), + [anon_sym_u25bd] = ACTIONS(175), + [anon_sym_find] = ACTIONS(175), + [anon_sym_u2315] = ACTIONS(175), + [anon_sym_indexof] = ACTIONS(175), + [anon_sym_u2297] = ACTIONS(175), + [anon_sym_assert] = ACTIONS(175), + [anon_sym_u2364] = ACTIONS(175), + [anon_sym_wait] = ACTIONS(175), + [anon_sym_parse] = ACTIONS(175), + [anon_sym_u22d5] = ACTIONS(175), + [anon_sym_random] = ACTIONS(175), + [anon_sym_u2682] = ACTIONS(175), + [anon_sym_gen] = ACTIONS(175), + [anon_sym_tag] = ACTIONS(175), + [anon_sym_now] = ACTIONS(175), + [anon_sym_type] = ACTIONS(175), + [anon_sym_u2e2e] = ACTIONS(175), + [anon_sym_dump] = ACTIONS(175), + [anon_sym_regex] = ACTIONS(175), + [anon_sym_send] = ACTIONS(175), + [anon_sym_recv] = ACTIONS(175), + [anon_sym_tryrecv] = ACTIONS(175), + [anon_sym_complex] = ACTIONS(175), + [anon_sym_u2102] = ACTIONS(175), + [anon_sym_rerank] = ACTIONS(175), + [anon_sym_u2607] = ACTIONS(175), + [anon_sym_fix] = ACTIONS(175), + [anon_sym_u00a4] = ACTIONS(175), + [anon_sym_QMARK] = ACTIONS(175), + [anon_sym_unique] = ACTIONS(175), + [anon_sym_u25f0] = ACTIONS(175), + [anon_sym_map] = ACTIONS(175), + [anon_sym_has] = ACTIONS(175), + [anon_sym_get] = ACTIONS(175), + [anon_sym_insert] = ACTIONS(175), + [anon_sym_remove] = ACTIONS(175), + [anon_sym_repr] = ACTIONS(175), + [anon_sym_mask] = ACTIONS(175), + [anon_sym_u29b7] = ACTIONS(175), + [anon_sym_csv] = ACTIONS(175), + [anon_sym_json] = ACTIONS(175), + [anon_sym_xlsx] = ACTIONS(175), + [anon_sym_memberOf] = ACTIONS(175), + [anon_sym_u2208] = ACTIONS(175), + [anon_sym_imen] = ACTIONS(175), + [anon_sym_gife] = ACTIONS(175), + [anon_sym_auden] = ACTIONS(175), + [anon_sym_utfu2088] = ACTIONS(175), + [anon_sym_datetime] = ACTIONS(175), + [anon_sym_choose] = ACTIONS(175), + [anon_sym_permute] = ACTIONS(175), + [anon_sym_orient] = ACTIONS(175), + [anon_sym_u2938] = ACTIONS(175), + [anon_sym_fft] = ACTIONS(175), + [anon_sym_graphemes] = ACTIONS(175), + [anon_sym_timezone] = ACTIONS(175), + [anon_sym_around] = ACTIONS(175), + [anon_sym_u2019] = ACTIONS(175), + [anon_sym_base] = ACTIONS(175), + [anon_sym_sort] = ACTIONS(175), + [anon_sym_u2346] = ACTIONS(175), + [anon_sym_last] = ACTIONS(175), + [anon_sym_u22a3] = ACTIONS(175), + [anon_sym_reduce] = ACTIONS(500), + [anon_sym_SLASH] = ACTIONS(500), + [anon_sym_scan] = ACTIONS(500), + [anon_sym_BSLASH] = ACTIONS(500), + [anon_sym_each] = ACTIONS(500), + [anon_sym_u2235] = ACTIONS(500), + [anon_sym_rows] = ACTIONS(500), + [anon_sym_u2261] = ACTIONS(500), + [anon_sym_repeat] = ACTIONS(500), + [anon_sym_u2365] = ACTIONS(500), + [anon_sym_dip] = ACTIONS(500), + [anon_sym_u2299] = ACTIONS(500), + [anon_sym_gap] = ACTIONS(500), + [anon_sym_u22c5] = ACTIONS(500), + [anon_sym_spawn] = ACTIONS(500), + [anon_sym_rectify] = ACTIONS(500), + [anon_sym_u2305] = ACTIONS(500), + [anon_sym_un] = ACTIONS(498), + [anon_sym_u00b0] = ACTIONS(500), + [anon_sym_on] = ACTIONS(498), + [anon_sym_u27dc] = ACTIONS(500), + [anon_sym_inventory] = ACTIONS(500), + [anon_sym_u235a] = ACTIONS(500), + [anon_sym_content] = ACTIONS(500), + [anon_sym_u25c7] = ACTIONS(500), + [anon_sym_pool] = ACTIONS(500), + [anon_sym_stringify] = ACTIONS(500), + [anon_sym_signature] = ACTIONS(500), + [anon_sym_triangle] = ACTIONS(500), + [anon_sym_u25f9] = ACTIONS(500), + [anon_sym_astar] = ACTIONS(500), + [anon_sym_with] = ACTIONS(500), + [anon_sym_u2919] = ACTIONS(500), + [anon_sym_off] = ACTIONS(500), + [anon_sym_u291a] = ACTIONS(500), + [anon_sym_above] = ACTIONS(500), + [anon_sym_u25e0] = ACTIONS(500), + [anon_sym_below] = ACTIONS(500), + [anon_sym_u25e1] = ACTIONS(500), + [anon_sym_anti] = ACTIONS(500), + [anon_sym_u231d] = ACTIONS(500), + [anon_sym_obverse] = ACTIONS(500), + [anon_sym_toples] = ACTIONS(500), + [anon_sym_u29c5] = ACTIONS(500), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(500), + [anon_sym_fold] = ACTIONS(500), + [anon_sym_u2227] = ACTIONS(500), + [anon_sym_table] = ACTIONS(500), + [anon_sym_u229e] = ACTIONS(500), + [anon_sym_group] = ACTIONS(500), + [anon_sym_u2295] = ACTIONS(500), + [anon_sym_partition] = ACTIONS(500), + [anon_sym_u229c] = ACTIONS(500), + [anon_sym_both] = ACTIONS(500), + [anon_sym_u2229] = ACTIONS(500), + [anon_sym_bracket] = ACTIONS(500), + [anon_sym_u2293] = ACTIONS(500), + [anon_sym_fork] = ACTIONS(500), + [anon_sym_u2283] = ACTIONS(500), + [anon_sym_under] = ACTIONS(500), + [anon_sym_u235c] = ACTIONS(500), + [anon_sym_fill] = ACTIONS(500), + [anon_sym_u2b1a] = ACTIONS(500), + [anon_sym_try] = ACTIONS(498), + [anon_sym_u2363] = ACTIONS(500), + [anon_sym_do] = ACTIONS(498), + [anon_sym_u2362] = ACTIONS(500), + [anon_sym_f] = ACTIONS(498), + [anon_sym_by] = ACTIONS(498), + [anon_sym_u22b8] = ACTIONS(500), + [anon_sym_quote] = ACTIONS(500), + [anon_sym_u2765] = ACTIONS(500), + [anon_sym_u2192] = ACTIONS(500), + [anon_sym_u2237] = ACTIONS(500), + [anon_sym_u00b7] = ACTIONS(500), + [anon_sym_u235b] = ACTIONS(500), + [anon_sym_u2302] = ACTIONS(500), + [anon_sym_u21b0] = ACTIONS(500), + [anon_sym_unpack] = ACTIONS(500), + [anon_sym_u2290] = ACTIONS(500), + [anon_sym_u229d] = ACTIONS(500), + [anon_sym_cross] = ACTIONS(500), + [anon_sym_u22a0] = ACTIONS(500), + [anon_sym_SEMI] = ACTIONS(500), + [anon_sym_deal] = ACTIONS(500), + [anon_sym_member] = ACTIONS(498), + [anon_sym_u220a] = ACTIONS(500), + [anon_sym_coordinate] = ACTIONS(500), + [anon_sym_u27d4] = ACTIONS(500), + [anon_sym_u03bb] = ACTIONS(500), + [anon_sym_u22ca] = ACTIONS(500), + [anon_sym_chunk] = ACTIONS(500), + [anon_sym_u2444] = ACTIONS(500), + [anon_sym_setinv] = ACTIONS(500), + [anon_sym_setund] = ACTIONS(500), + [anon_sym_struct] = ACTIONS(500), + [sym__endOfLine] = ACTIONS(500), }, [85] = { - [aux_sym_number_token1] = ACTIONS(524), - [sym_fraction] = ACTIONS(526), - [anon_sym_Days] = ACTIONS(524), - [anon_sym_Months] = ACTIONS(524), - [anon_sym_MonthDays] = ACTIONS(524), - [anon_sym_LeanMonthDays] = ACTIONS(524), - [anon_sym_White] = ACTIONS(524), - [anon_sym_Black] = ACTIONS(524), - [anon_sym_Red] = ACTIONS(524), - [anon_sym_Orange] = ACTIONS(524), - [anon_sym_Yellow] = ACTIONS(524), - [anon_sym_Green] = ACTIONS(524), - [anon_sym_Cyan] = ACTIONS(524), - [anon_sym_Blue] = ACTIONS(524), - [anon_sym_Purple] = ACTIONS(524), - [anon_sym_Magenta] = ACTIONS(524), - [anon_sym_Gay] = ACTIONS(524), - [anon_sym_Lesbian] = ACTIONS(524), - [anon_sym_Bi] = ACTIONS(524), - [anon_sym_Trans] = ACTIONS(524), - [anon_sym_Pan] = ACTIONS(524), - [anon_sym_Ace] = ACTIONS(524), - [anon_sym_Aro] = ACTIONS(524), - [anon_sym_Aroace] = ACTIONS(524), - [anon_sym_Enby] = ACTIONS(524), - [anon_sym_Fluid] = ACTIONS(524), - [anon_sym_Queer] = ACTIONS(524), - [anon_sym_Agender] = ACTIONS(524), - [anon_sym_PrideFlags] = ACTIONS(524), - [anon_sym_PrideFlagNames] = ACTIONS(524), - [anon_sym_True] = ACTIONS(524), - [anon_sym_False] = ACTIONS(524), - [anon_sym_NULL] = ACTIONS(524), - [anon_sym_Logo] = ACTIONS(524), - [anon_sym_Lena] = ACTIONS(524), - [anon_sym_Music] = ACTIONS(524), - [anon_sym_Lorem] = ACTIONS(524), - [anon_sym_Os] = ACTIONS(524), - [anon_sym_Family] = ACTIONS(524), - [anon_sym_Arch] = ACTIONS(524), - [anon_sym_ExeExt] = ACTIONS(524), - [anon_sym_DllExt] = ACTIONS(524), - [anon_sym_Sep] = ACTIONS(524), - [anon_sym_ThisFile] = ACTIONS(524), - [anon_sym_ThisFileName] = ACTIONS(524), - [anon_sym_ThisFileDir] = ACTIONS(524), - [anon_sym_WorkingDir] = ACTIONS(524), - [anon_sym_NumProcs] = ACTIONS(524), - [anon_sym_Planets] = ACTIONS(524), - [anon_sym_Zodiac] = ACTIONS(524), - [anon_sym_Suits] = ACTIONS(524), - [anon_sym_Cards] = ACTIONS(524), - [anon_sym_Chess] = ACTIONS(524), - [anon_sym_Moon] = ACTIONS(524), - [anon_sym_Skin] = ACTIONS(524), - [anon_sym_People] = ACTIONS(524), - [anon_sym_Hair] = ACTIONS(524), - [aux_sym_character_token1] = ACTIONS(526), - [sym_string] = ACTIONS(526), - [sym_multiLineString] = ACTIONS(526), - [anon_sym_PIPE] = ACTIONS(526), - [sym_identifier] = ACTIONS(524), - [sym_identifierDeprecated] = ACTIONS(524), - [sym_system] = ACTIONS(526), - [sym_comment] = ACTIONS(524), - [sym_openParen] = ACTIONS(526), - [sym_closeParen] = ACTIONS(526), - [sym_openCurly] = ACTIONS(526), - [sym_closeCurly] = ACTIONS(526), - [sym_openBracket] = ACTIONS(526), - [sym_closeBracket] = ACTIONS(526), - [sym_underscore] = ACTIONS(526), - [anon_sym_CARET] = ACTIONS(526), - [anon_sym_SQUOTE] = ACTIONS(524), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(526), - [anon_sym_e] = ACTIONS(524), - [anon_sym_NaN] = ACTIONS(524), - [anon_sym_eta] = ACTIONS(526), - [anon_sym_u03b7] = ACTIONS(524), - [anon_sym_pi] = ACTIONS(524), - [anon_sym_u03c0] = ACTIONS(524), - [anon_sym_tau] = ACTIONS(526), - [anon_sym_u03c4] = ACTIONS(524), - [anon_sym_infinity] = ACTIONS(526), - [anon_sym_u221e] = ACTIONS(526), - [anon_sym_W] = ACTIONS(524), - [anon_sym_i] = ACTIONS(524), - [anon_sym_MaxInt] = ACTIONS(524), - [anon_sym_HexDigits] = ACTIONS(524), - [anon_sym_DOT] = ACTIONS(526), - [anon_sym_COMMA] = ACTIONS(526), - [anon_sym_COLON] = ACTIONS(526), - [anon_sym_u25cc] = ACTIONS(526), - [anon_sym_identity] = ACTIONS(526), - [anon_sym_id] = ACTIONS(524), - [anon_sym_u2218] = ACTIONS(526), - [anon_sym_not] = ACTIONS(526), - [anon_sym_u00ac] = ACTIONS(526), - [anon_sym_sign] = ACTIONS(524), - [anon_sym_u00b1] = ACTIONS(526), - [anon_sym_BQUOTE] = ACTIONS(526), - [anon_sym_u00af] = ACTIONS(524), - [anon_sym_absolutevalue] = ACTIONS(526), - [anon_sym_u2335] = ACTIONS(526), - [anon_sym_sqrt] = ACTIONS(526), - [anon_sym_u221a] = ACTIONS(526), - [anon_sym_sine] = ACTIONS(526), - [anon_sym_u25cb] = ACTIONS(526), - [anon_sym_u223f] = ACTIONS(526), - [anon_sym_floor] = ACTIONS(526), - [anon_sym_u230a] = ACTIONS(526), - [anon_sym_ceiling] = ACTIONS(526), - [anon_sym_u2308] = ACTIONS(526), - [anon_sym_round] = ACTIONS(526), - [anon_sym_u2045] = ACTIONS(526), - [anon_sym_EQ] = ACTIONS(526), - [anon_sym_BANG_EQ] = ACTIONS(526), - [anon_sym_u2260] = ACTIONS(526), - [anon_sym_LT] = ACTIONS(524), - [anon_sym_LT_EQ] = ACTIONS(526), - [anon_sym_u2264] = ACTIONS(526), - [anon_sym_GT] = ACTIONS(524), - [anon_sym_GT_EQ] = ACTIONS(526), - [anon_sym_u2265] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(526), - [anon_sym_DASH] = ACTIONS(526), - [anon_sym_STAR] = ACTIONS(526), - [anon_sym_u00d7] = ACTIONS(526), - [anon_sym_PERCENT] = ACTIONS(526), - [anon_sym_u00f7] = ACTIONS(526), - [anon_sym_modulus] = ACTIONS(526), - [anon_sym_u25ff] = ACTIONS(526), - [anon_sym_power] = ACTIONS(526), - [anon_sym_u207f] = ACTIONS(526), - [anon_sym_logarithm] = ACTIONS(526), - [anon_sym_u2099] = ACTIONS(526), - [anon_sym_minimum] = ACTIONS(526), - [anon_sym_u21a7] = ACTIONS(526), - [anon_sym_maximum] = ACTIONS(526), - [anon_sym_u21a5] = ACTIONS(526), - [anon_sym_atangent] = ACTIONS(526), - [anon_sym_u2220] = ACTIONS(526), - [anon_sym_length] = ACTIONS(526), - [anon_sym_u29fb] = ACTIONS(526), - [anon_sym_shape] = ACTIONS(526), - [anon_sym_u25b3] = ACTIONS(526), - [anon_sym_range] = ACTIONS(526), - [anon_sym_u21e1] = ACTIONS(526), - [anon_sym_first] = ACTIONS(526), - [anon_sym_u22a2] = ACTIONS(526), - [anon_sym_reverse] = ACTIONS(526), - [anon_sym_u21cc] = ACTIONS(526), - [anon_sym_deshape] = ACTIONS(526), - [anon_sym_u266d] = ACTIONS(526), - [anon_sym_bits] = ACTIONS(526), - [anon_sym_u22ef] = ACTIONS(526), - [anon_sym_transpose] = ACTIONS(526), - [anon_sym_u2349] = ACTIONS(526), - [anon_sym_rise] = ACTIONS(526), - [anon_sym_u234f] = ACTIONS(526), - [anon_sym_fall] = ACTIONS(526), - [anon_sym_u2356] = ACTIONS(526), - [anon_sym_where] = ACTIONS(526), - [anon_sym_u229a] = ACTIONS(526), - [anon_sym_classify] = ACTIONS(526), - [anon_sym_u229b] = ACTIONS(526), - [anon_sym_deduplicate] = ACTIONS(526), - [anon_sym_u25f4] = ACTIONS(526), - [anon_sym_box] = ACTIONS(526), - [anon_sym_u25a1] = ACTIONS(526), - [anon_sym_match] = ACTIONS(526), - [anon_sym_u224d] = ACTIONS(526), - [anon_sym_couple] = ACTIONS(526), - [anon_sym_u229f] = ACTIONS(526), - [anon_sym_join] = ACTIONS(526), - [anon_sym_u2282] = ACTIONS(526), - [anon_sym_select] = ACTIONS(526), - [anon_sym_u228f] = ACTIONS(526), - [anon_sym_pick] = ACTIONS(526), - [anon_sym_u22a1] = ACTIONS(526), - [anon_sym_reshape] = ACTIONS(526), - [anon_sym_u21af] = ACTIONS(526), - [anon_sym_take] = ACTIONS(526), - [anon_sym_u2199] = ACTIONS(526), - [anon_sym_drop] = ACTIONS(526), - [anon_sym_u2198] = ACTIONS(526), - [anon_sym_rotate] = ACTIONS(526), - [anon_sym_u21bb] = ACTIONS(526), - [anon_sym_windows] = ACTIONS(526), - [anon_sym_u25eb] = ACTIONS(526), - [anon_sym_keep] = ACTIONS(526), - [anon_sym_u25bd] = ACTIONS(526), - [anon_sym_find] = ACTIONS(526), - [anon_sym_u2315] = ACTIONS(526), - [anon_sym_indexof] = ACTIONS(526), - [anon_sym_u2297] = ACTIONS(526), - [anon_sym_assert] = ACTIONS(526), - [anon_sym_u2364] = ACTIONS(526), - [anon_sym_wait] = ACTIONS(526), - [anon_sym_parse] = ACTIONS(526), - [anon_sym_u22d5] = ACTIONS(526), - [anon_sym_random] = ACTIONS(526), - [anon_sym_u2682] = ACTIONS(526), - [anon_sym_gen] = ACTIONS(526), - [anon_sym_tag] = ACTIONS(526), - [anon_sym_now] = ACTIONS(526), - [anon_sym_type] = ACTIONS(526), - [anon_sym_u2e2e] = ACTIONS(526), - [anon_sym_dump] = ACTIONS(526), - [anon_sym_regex] = ACTIONS(526), - [anon_sym_send] = ACTIONS(526), - [anon_sym_recv] = ACTIONS(526), - [anon_sym_tryrecv] = ACTIONS(526), - [anon_sym_complex] = ACTIONS(526), - [anon_sym_u2102] = ACTIONS(526), - [anon_sym_rerank] = ACTIONS(526), - [anon_sym_u2607] = ACTIONS(526), - [anon_sym_fix] = ACTIONS(526), - [anon_sym_u00a4] = ACTIONS(526), - [anon_sym_QMARK] = ACTIONS(526), - [anon_sym_unique] = ACTIONS(526), - [anon_sym_u25f0] = ACTIONS(526), - [anon_sym_map] = ACTIONS(526), - [anon_sym_has] = ACTIONS(526), - [anon_sym_get] = ACTIONS(526), - [anon_sym_insert] = ACTIONS(526), - [anon_sym_remove] = ACTIONS(526), - [anon_sym_repr] = ACTIONS(526), - [anon_sym_mask] = ACTIONS(526), - [anon_sym_u29b7] = ACTIONS(526), - [anon_sym_csv] = ACTIONS(526), - [anon_sym_json] = ACTIONS(526), - [anon_sym_xlsx] = ACTIONS(526), - [anon_sym_memberOf] = ACTIONS(526), - [anon_sym_u2208] = ACTIONS(526), - [anon_sym_imen] = ACTIONS(526), - [anon_sym_gife] = ACTIONS(526), - [anon_sym_auden] = ACTIONS(526), - [anon_sym_utfu2088] = ACTIONS(526), - [anon_sym_datetime] = ACTIONS(526), - [anon_sym_chunk] = ACTIONS(526), - [anon_sym_u2444] = ACTIONS(526), - [anon_sym_choose] = ACTIONS(526), - [anon_sym_permute] = ACTIONS(526), - [anon_sym_orient] = ACTIONS(526), - [anon_sym_fft] = ACTIONS(526), - [anon_sym_reduce] = ACTIONS(526), - [anon_sym_SLASH] = ACTIONS(526), - [anon_sym_scan] = ACTIONS(526), - [anon_sym_BSLASH] = ACTIONS(526), - [anon_sym_each] = ACTIONS(526), - [anon_sym_u2235] = ACTIONS(526), - [anon_sym_rows] = ACTIONS(526), - [anon_sym_u2261] = ACTIONS(526), - [anon_sym_repeat] = ACTIONS(526), - [anon_sym_u2365] = ACTIONS(526), - [anon_sym_dip] = ACTIONS(526), - [anon_sym_u2299] = ACTIONS(526), - [anon_sym_gap] = ACTIONS(526), - [anon_sym_u22c5] = ACTIONS(526), - [anon_sym_spawn] = ACTIONS(526), - [anon_sym_rectify] = ACTIONS(526), - [anon_sym_u2305] = ACTIONS(526), - [anon_sym_un] = ACTIONS(524), - [anon_sym_u00b0] = ACTIONS(526), - [anon_sym_on] = ACTIONS(524), - [anon_sym_u27dc] = ACTIONS(526), - [anon_sym_inventory] = ACTIONS(526), - [anon_sym_u235a] = ACTIONS(526), - [anon_sym_content] = ACTIONS(526), - [anon_sym_u25c7] = ACTIONS(526), - [anon_sym_pool] = ACTIONS(526), - [anon_sym_stringify] = ACTIONS(526), - [anon_sym_signature] = ACTIONS(526), - [anon_sym_triangle] = ACTIONS(526), - [anon_sym_u25f9] = ACTIONS(526), - [anon_sym_astar] = ACTIONS(526), - [anon_sym_but] = ACTIONS(526), - [anon_sym_u2919] = ACTIONS(526), - [anon_sym_with] = ACTIONS(526), - [anon_sym_u291a] = ACTIONS(526), - [anon_sym_above] = ACTIONS(526), - [anon_sym_u25e0] = ACTIONS(526), - [anon_sym_below] = ACTIONS(526), - [anon_sym_u25e1] = ACTIONS(526), - [anon_sym_fold] = ACTIONS(526), - [anon_sym_u2227] = ACTIONS(526), - [anon_sym_table] = ACTIONS(526), - [anon_sym_u229e] = ACTIONS(526), - [anon_sym_group] = ACTIONS(526), - [anon_sym_u2295] = ACTIONS(526), - [anon_sym_partition] = ACTIONS(526), - [anon_sym_u229c] = ACTIONS(526), - [anon_sym_both] = ACTIONS(526), - [anon_sym_u2229] = ACTIONS(526), - [anon_sym_bracket] = ACTIONS(526), - [anon_sym_u2293] = ACTIONS(526), - [anon_sym_fork] = ACTIONS(526), - [anon_sym_u2283] = ACTIONS(526), - [anon_sym_under] = ACTIONS(526), - [anon_sym_u235c] = ACTIONS(526), - [anon_sym_fill] = ACTIONS(526), - [anon_sym_u2b1a] = ACTIONS(526), - [anon_sym_try] = ACTIONS(524), - [anon_sym_u2363] = ACTIONS(526), - [anon_sym_do] = ACTIONS(524), - [anon_sym_u2362] = ACTIONS(526), - [anon_sym_setinv] = ACTIONS(526), - [anon_sym_setunder] = ACTIONS(526), - [anon_sym_f] = ACTIONS(524), - [anon_sym_by] = ACTIONS(524), - [anon_sym_u22b8] = ACTIONS(526), - [anon_sym_quote] = ACTIONS(526), - [anon_sym_struct] = ACTIONS(526), - [anon_sym_u2765] = ACTIONS(526), - [anon_sym_u2192] = ACTIONS(526), - [anon_sym_u2237] = ACTIONS(526), - [anon_sym_u00b7] = ACTIONS(526), - [anon_sym_u235b] = ACTIONS(526), - [anon_sym_u2302] = ACTIONS(526), - [anon_sym_u21b0] = ACTIONS(526), - [anon_sym_unpack] = ACTIONS(526), - [anon_sym_u2290] = ACTIONS(526), - [anon_sym_u229d] = ACTIONS(526), - [anon_sym_cross] = ACTIONS(526), - [anon_sym_u22a0] = ACTIONS(526), - [anon_sym_SEMI] = ACTIONS(526), - [anon_sym_deal] = ACTIONS(526), - [anon_sym_strands] = ACTIONS(526), - [anon_sym_u203f] = ACTIONS(526), - [anon_sym_member] = ACTIONS(524), - [anon_sym_u220a] = ACTIONS(526), - [anon_sym_coordinate] = ACTIONS(526), - [anon_sym_u27d4] = ACTIONS(526), - [anon_sym_u03bb] = ACTIONS(526), - [anon_sym_u22ca] = ACTIONS(526), - [sym__endOfLine] = ACTIONS(526), + [aux_sym_number_token1] = ACTIONS(506), + [sym_fraction] = ACTIONS(508), + [anon_sym_Days] = ACTIONS(506), + [anon_sym_Months] = ACTIONS(506), + [anon_sym_MonthDays] = ACTIONS(506), + [anon_sym_LeanMonthDays] = ACTIONS(506), + [anon_sym_White] = ACTIONS(506), + [anon_sym_Black] = ACTIONS(506), + [anon_sym_Red] = ACTIONS(506), + [anon_sym_Orange] = ACTIONS(506), + [anon_sym_Yellow] = ACTIONS(506), + [anon_sym_Green] = ACTIONS(506), + [anon_sym_Cyan] = ACTIONS(506), + [anon_sym_Blue] = ACTIONS(506), + [anon_sym_Purple] = ACTIONS(506), + [anon_sym_Magenta] = ACTIONS(506), + [anon_sym_Gay] = ACTIONS(506), + [anon_sym_Lesbian] = ACTIONS(506), + [anon_sym_Bi] = ACTIONS(506), + [anon_sym_Trans] = ACTIONS(506), + [anon_sym_Pan] = ACTIONS(506), + [anon_sym_Ace] = ACTIONS(506), + [anon_sym_Aro] = ACTIONS(506), + [anon_sym_Aroace] = ACTIONS(506), + [anon_sym_Enby] = ACTIONS(506), + [anon_sym_Fluid] = ACTIONS(506), + [anon_sym_Queer] = ACTIONS(506), + [anon_sym_Agender] = ACTIONS(506), + [anon_sym_PrideFlags] = ACTIONS(506), + [anon_sym_PrideFlagNames] = ACTIONS(506), + [anon_sym_True] = ACTIONS(506), + [anon_sym_False] = ACTIONS(506), + [anon_sym_NULL] = ACTIONS(506), + [anon_sym_Logo] = ACTIONS(506), + [anon_sym_Lena] = ACTIONS(506), + [anon_sym_Music] = ACTIONS(506), + [anon_sym_Lorem] = ACTIONS(506), + [anon_sym_Os] = ACTIONS(506), + [anon_sym_Family] = ACTIONS(506), + [anon_sym_Arch] = ACTIONS(506), + [anon_sym_ExeExt] = ACTIONS(506), + [anon_sym_DllExt] = ACTIONS(506), + [anon_sym_Sep] = ACTIONS(506), + [anon_sym_ThisFile] = ACTIONS(506), + [anon_sym_ThisFileName] = ACTIONS(506), + [anon_sym_ThisFileDir] = ACTIONS(506), + [anon_sym_WorkingDir] = ACTIONS(506), + [anon_sym_NumProcs] = ACTIONS(506), + [anon_sym_Planets] = ACTIONS(506), + [anon_sym_Zodiac] = ACTIONS(506), + [anon_sym_Suits] = ACTIONS(506), + [anon_sym_Cards] = ACTIONS(506), + [anon_sym_Chess] = ACTIONS(506), + [anon_sym_Moon] = ACTIONS(506), + [anon_sym_Skin] = ACTIONS(506), + [anon_sym_People] = ACTIONS(506), + [anon_sym_Hair] = ACTIONS(506), + [anon_sym_Cat] = ACTIONS(506), + [aux_sym_character_token1] = ACTIONS(508), + [sym_string] = ACTIONS(508), + [sym_multiLineString] = ACTIONS(508), + [anon_sym_PIPE] = ACTIONS(508), + [sym_identifier] = ACTIONS(506), + [sym_identifierDeprecated] = ACTIONS(506), + [sym_system] = ACTIONS(508), + [sym_comment] = ACTIONS(506), + [sym_openParen] = ACTIONS(508), + [sym_closeParen] = ACTIONS(508), + [sym_openCurly] = ACTIONS(508), + [sym_closeCurly] = ACTIONS(508), + [sym_openBracket] = ACTIONS(506), + [sym_closeBracket] = ACTIONS(508), + [sym_underscore] = ACTIONS(508), + [anon_sym_CARET] = ACTIONS(508), + [anon_sym_SQUOTE] = ACTIONS(506), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(508), + [anon_sym_e] = ACTIONS(506), + [anon_sym_NaN] = ACTIONS(506), + [anon_sym_eta] = ACTIONS(508), + [anon_sym_u03b7] = ACTIONS(506), + [anon_sym_pi] = ACTIONS(506), + [anon_sym_u03c0] = ACTIONS(506), + [anon_sym_tau] = ACTIONS(508), + [anon_sym_u03c4] = ACTIONS(506), + [anon_sym_infinity] = ACTIONS(508), + [anon_sym_u221e] = ACTIONS(508), + [anon_sym_W] = ACTIONS(506), + [anon_sym_i] = ACTIONS(506), + [anon_sym_MaxInt] = ACTIONS(506), + [anon_sym_HexDigits] = ACTIONS(506), + [anon_sym_DOT] = ACTIONS(508), + [anon_sym_COMMA] = ACTIONS(508), + [anon_sym_COLON] = ACTIONS(508), + [anon_sym_u25cc] = ACTIONS(508), + [anon_sym_identity] = ACTIONS(508), + [anon_sym_id] = ACTIONS(506), + [anon_sym_u2218] = ACTIONS(508), + [anon_sym_not] = ACTIONS(508), + [anon_sym_u00ac] = ACTIONS(508), + [anon_sym_sign] = ACTIONS(506), + [anon_sym_u00b1] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(508), + [anon_sym_u00af] = ACTIONS(506), + [anon_sym_absolutevalue] = ACTIONS(508), + [anon_sym_u2335] = ACTIONS(508), + [anon_sym_sqrt] = ACTIONS(508), + [anon_sym_u221a] = ACTIONS(508), + [anon_sym_sine] = ACTIONS(508), + [anon_sym_u25cb] = ACTIONS(508), + [anon_sym_u223f] = ACTIONS(508), + [anon_sym_floor] = ACTIONS(508), + [anon_sym_u230a] = ACTIONS(508), + [anon_sym_ceiling] = ACTIONS(508), + [anon_sym_u2308] = ACTIONS(508), + [anon_sym_round] = ACTIONS(508), + [anon_sym_u2045] = ACTIONS(508), + [anon_sym_EQ] = ACTIONS(508), + [anon_sym_BANG_EQ] = ACTIONS(508), + [anon_sym_u2260] = ACTIONS(508), + [anon_sym_LT] = ACTIONS(506), + [anon_sym_LT_EQ] = ACTIONS(508), + [anon_sym_u2264] = ACTIONS(508), + [anon_sym_GT] = ACTIONS(506), + [anon_sym_GT_EQ] = ACTIONS(508), + [anon_sym_u2265] = ACTIONS(508), + [anon_sym_PLUS] = ACTIONS(508), + [anon_sym_DASH] = ACTIONS(508), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_u00d7] = ACTIONS(508), + [anon_sym_PERCENT] = ACTIONS(508), + [anon_sym_u00f7] = ACTIONS(508), + [anon_sym_modulus] = ACTIONS(508), + [anon_sym_u25ff] = ACTIONS(508), + [anon_sym_power] = ACTIONS(508), + [anon_sym_u207f] = ACTIONS(508), + [anon_sym_logarithm] = ACTIONS(508), + [anon_sym_u2099] = ACTIONS(508), + [anon_sym_minimum] = ACTIONS(508), + [anon_sym_u21a7] = ACTIONS(508), + [anon_sym_maximum] = ACTIONS(508), + [anon_sym_u21a5] = ACTIONS(508), + [anon_sym_atangent] = ACTIONS(508), + [anon_sym_u2220] = ACTIONS(508), + [anon_sym_length] = ACTIONS(508), + [anon_sym_u29fb] = ACTIONS(508), + [anon_sym_shape] = ACTIONS(508), + [anon_sym_u25b3] = ACTIONS(508), + [anon_sym_range] = ACTIONS(508), + [anon_sym_u21e1] = ACTIONS(508), + [anon_sym_first] = ACTIONS(508), + [anon_sym_u22a2] = ACTIONS(508), + [anon_sym_reverse] = ACTIONS(508), + [anon_sym_u21cc] = ACTIONS(508), + [anon_sym_deshape] = ACTIONS(508), + [anon_sym_u266d] = ACTIONS(508), + [anon_sym_bits] = ACTIONS(508), + [anon_sym_u22ef] = ACTIONS(508), + [anon_sym_transpose] = ACTIONS(508), + [anon_sym_u2349] = ACTIONS(508), + [anon_sym_rise] = ACTIONS(508), + [anon_sym_u234f] = ACTIONS(508), + [anon_sym_fall] = ACTIONS(508), + [anon_sym_u2356] = ACTIONS(508), + [anon_sym_where] = ACTIONS(508), + [anon_sym_u229a] = ACTIONS(508), + [anon_sym_classify] = ACTIONS(508), + [anon_sym_u229b] = ACTIONS(508), + [anon_sym_deduplicate] = ACTIONS(508), + [anon_sym_u25f4] = ACTIONS(508), + [anon_sym_box] = ACTIONS(508), + [anon_sym_u25a1] = ACTIONS(508), + [anon_sym_match] = ACTIONS(508), + [anon_sym_u224d] = ACTIONS(508), + [anon_sym_couple] = ACTIONS(508), + [anon_sym_u229f] = ACTIONS(508), + [anon_sym_join] = ACTIONS(508), + [anon_sym_u2282] = ACTIONS(508), + [anon_sym_select] = ACTIONS(508), + [anon_sym_u228f] = ACTIONS(508), + [anon_sym_pick] = ACTIONS(508), + [anon_sym_u22a1] = ACTIONS(508), + [anon_sym_reshape] = ACTIONS(508), + [anon_sym_u21af] = ACTIONS(508), + [anon_sym_take] = ACTIONS(508), + [anon_sym_u2199] = ACTIONS(508), + [anon_sym_drop] = ACTIONS(508), + [anon_sym_u2198] = ACTIONS(508), + [anon_sym_rotate] = ACTIONS(508), + [anon_sym_u21bb] = ACTIONS(508), + [anon_sym_windows] = ACTIONS(508), + [anon_sym_u25eb] = ACTIONS(508), + [anon_sym_keep] = ACTIONS(508), + [anon_sym_u25bd] = ACTIONS(508), + [anon_sym_find] = ACTIONS(508), + [anon_sym_u2315] = ACTIONS(508), + [anon_sym_indexof] = ACTIONS(508), + [anon_sym_u2297] = ACTIONS(508), + [anon_sym_assert] = ACTIONS(508), + [anon_sym_u2364] = ACTIONS(508), + [anon_sym_wait] = ACTIONS(508), + [anon_sym_parse] = ACTIONS(508), + [anon_sym_u22d5] = ACTIONS(508), + [anon_sym_random] = ACTIONS(508), + [anon_sym_u2682] = ACTIONS(508), + [anon_sym_gen] = ACTIONS(508), + [anon_sym_tag] = ACTIONS(508), + [anon_sym_now] = ACTIONS(508), + [anon_sym_type] = ACTIONS(508), + [anon_sym_u2e2e] = ACTIONS(508), + [anon_sym_dump] = ACTIONS(508), + [anon_sym_regex] = ACTIONS(508), + [anon_sym_send] = ACTIONS(508), + [anon_sym_recv] = ACTIONS(508), + [anon_sym_tryrecv] = ACTIONS(508), + [anon_sym_complex] = ACTIONS(508), + [anon_sym_u2102] = ACTIONS(508), + [anon_sym_rerank] = ACTIONS(508), + [anon_sym_u2607] = ACTIONS(508), + [anon_sym_fix] = ACTIONS(508), + [anon_sym_u00a4] = ACTIONS(508), + [anon_sym_QMARK] = ACTIONS(508), + [anon_sym_unique] = ACTIONS(508), + [anon_sym_u25f0] = ACTIONS(508), + [anon_sym_map] = ACTIONS(508), + [anon_sym_has] = ACTIONS(508), + [anon_sym_get] = ACTIONS(508), + [anon_sym_insert] = ACTIONS(508), + [anon_sym_remove] = ACTIONS(508), + [anon_sym_repr] = ACTIONS(508), + [anon_sym_mask] = ACTIONS(508), + [anon_sym_u29b7] = ACTIONS(508), + [anon_sym_csv] = ACTIONS(508), + [anon_sym_json] = ACTIONS(508), + [anon_sym_xlsx] = ACTIONS(508), + [anon_sym_memberOf] = ACTIONS(508), + [anon_sym_u2208] = ACTIONS(508), + [anon_sym_imen] = ACTIONS(508), + [anon_sym_gife] = ACTIONS(508), + [anon_sym_auden] = ACTIONS(508), + [anon_sym_utfu2088] = ACTIONS(508), + [anon_sym_datetime] = ACTIONS(508), + [anon_sym_choose] = ACTIONS(508), + [anon_sym_permute] = ACTIONS(508), + [anon_sym_orient] = ACTIONS(508), + [anon_sym_u2938] = ACTIONS(508), + [anon_sym_fft] = ACTIONS(508), + [anon_sym_graphemes] = ACTIONS(508), + [anon_sym_timezone] = ACTIONS(508), + [anon_sym_around] = ACTIONS(508), + [anon_sym_u2019] = ACTIONS(508), + [anon_sym_base] = ACTIONS(508), + [anon_sym_sort] = ACTIONS(508), + [anon_sym_u2346] = ACTIONS(508), + [anon_sym_last] = ACTIONS(508), + [anon_sym_u22a3] = ACTIONS(508), + [anon_sym_reduce] = ACTIONS(508), + [anon_sym_SLASH] = ACTIONS(508), + [anon_sym_scan] = ACTIONS(508), + [anon_sym_BSLASH] = ACTIONS(508), + [anon_sym_each] = ACTIONS(508), + [anon_sym_u2235] = ACTIONS(508), + [anon_sym_rows] = ACTIONS(508), + [anon_sym_u2261] = ACTIONS(508), + [anon_sym_repeat] = ACTIONS(508), + [anon_sym_u2365] = ACTIONS(508), + [anon_sym_dip] = ACTIONS(508), + [anon_sym_u2299] = ACTIONS(508), + [anon_sym_gap] = ACTIONS(508), + [anon_sym_u22c5] = ACTIONS(508), + [anon_sym_spawn] = ACTIONS(508), + [anon_sym_rectify] = ACTIONS(508), + [anon_sym_u2305] = ACTIONS(508), + [anon_sym_un] = ACTIONS(506), + [anon_sym_u00b0] = ACTIONS(508), + [anon_sym_on] = ACTIONS(506), + [anon_sym_u27dc] = ACTIONS(508), + [anon_sym_inventory] = ACTIONS(508), + [anon_sym_u235a] = ACTIONS(508), + [anon_sym_content] = ACTIONS(508), + [anon_sym_u25c7] = ACTIONS(508), + [anon_sym_pool] = ACTIONS(508), + [anon_sym_stringify] = ACTIONS(508), + [anon_sym_signature] = ACTIONS(508), + [anon_sym_triangle] = ACTIONS(508), + [anon_sym_u25f9] = ACTIONS(508), + [anon_sym_astar] = ACTIONS(508), + [anon_sym_with] = ACTIONS(508), + [anon_sym_u2919] = ACTIONS(508), + [anon_sym_off] = ACTIONS(508), + [anon_sym_u291a] = ACTIONS(508), + [anon_sym_above] = ACTIONS(508), + [anon_sym_u25e0] = ACTIONS(508), + [anon_sym_below] = ACTIONS(508), + [anon_sym_u25e1] = ACTIONS(508), + [anon_sym_anti] = ACTIONS(508), + [anon_sym_u231d] = ACTIONS(508), + [anon_sym_obverse] = ACTIONS(508), + [anon_sym_toples] = ACTIONS(508), + [anon_sym_u29c5] = ACTIONS(508), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(508), + [anon_sym_fold] = ACTIONS(508), + [anon_sym_u2227] = ACTIONS(508), + [anon_sym_table] = ACTIONS(508), + [anon_sym_u229e] = ACTIONS(508), + [anon_sym_group] = ACTIONS(508), + [anon_sym_u2295] = ACTIONS(508), + [anon_sym_partition] = ACTIONS(508), + [anon_sym_u229c] = ACTIONS(508), + [anon_sym_both] = ACTIONS(508), + [anon_sym_u2229] = ACTIONS(508), + [anon_sym_bracket] = ACTIONS(508), + [anon_sym_u2293] = ACTIONS(508), + [anon_sym_fork] = ACTIONS(508), + [anon_sym_u2283] = ACTIONS(508), + [anon_sym_under] = ACTIONS(508), + [anon_sym_u235c] = ACTIONS(508), + [anon_sym_fill] = ACTIONS(508), + [anon_sym_u2b1a] = ACTIONS(508), + [anon_sym_try] = ACTIONS(506), + [anon_sym_u2363] = ACTIONS(508), + [anon_sym_do] = ACTIONS(506), + [anon_sym_u2362] = ACTIONS(508), + [anon_sym_f] = ACTIONS(506), + [anon_sym_by] = ACTIONS(506), + [anon_sym_u22b8] = ACTIONS(508), + [anon_sym_quote] = ACTIONS(508), + [anon_sym_u2765] = ACTIONS(508), + [anon_sym_u2192] = ACTIONS(508), + [anon_sym_u2237] = ACTIONS(508), + [anon_sym_u00b7] = ACTIONS(508), + [anon_sym_u235b] = ACTIONS(508), + [anon_sym_u2302] = ACTIONS(508), + [anon_sym_u21b0] = ACTIONS(508), + [anon_sym_unpack] = ACTIONS(508), + [anon_sym_u2290] = ACTIONS(508), + [anon_sym_u229d] = ACTIONS(508), + [anon_sym_cross] = ACTIONS(508), + [anon_sym_u22a0] = ACTIONS(508), + [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_deal] = ACTIONS(508), + [anon_sym_member] = ACTIONS(506), + [anon_sym_u220a] = ACTIONS(508), + [anon_sym_coordinate] = ACTIONS(508), + [anon_sym_u27d4] = ACTIONS(508), + [anon_sym_u03bb] = ACTIONS(508), + [anon_sym_u22ca] = ACTIONS(508), + [anon_sym_chunk] = ACTIONS(508), + [anon_sym_u2444] = ACTIONS(508), + [anon_sym_setinv] = ACTIONS(508), + [anon_sym_setund] = ACTIONS(508), + [anon_sym_struct] = ACTIONS(508), + [sym__endOfLine] = ACTIONS(508), }, [86] = { - [aux_sym_number_token1] = ACTIONS(528), - [sym_fraction] = ACTIONS(530), - [anon_sym_Days] = ACTIONS(528), - [anon_sym_Months] = ACTIONS(528), - [anon_sym_MonthDays] = ACTIONS(528), - [anon_sym_LeanMonthDays] = ACTIONS(528), - [anon_sym_White] = ACTIONS(528), - [anon_sym_Black] = ACTIONS(528), - [anon_sym_Red] = ACTIONS(528), - [anon_sym_Orange] = ACTIONS(528), - [anon_sym_Yellow] = ACTIONS(528), - [anon_sym_Green] = ACTIONS(528), - [anon_sym_Cyan] = ACTIONS(528), - [anon_sym_Blue] = ACTIONS(528), - [anon_sym_Purple] = ACTIONS(528), - [anon_sym_Magenta] = ACTIONS(528), - [anon_sym_Gay] = ACTIONS(528), - [anon_sym_Lesbian] = ACTIONS(528), - [anon_sym_Bi] = ACTIONS(528), - [anon_sym_Trans] = ACTIONS(528), - [anon_sym_Pan] = ACTIONS(528), - [anon_sym_Ace] = ACTIONS(528), - [anon_sym_Aro] = ACTIONS(528), - [anon_sym_Aroace] = ACTIONS(528), - [anon_sym_Enby] = ACTIONS(528), - [anon_sym_Fluid] = ACTIONS(528), - [anon_sym_Queer] = ACTIONS(528), - [anon_sym_Agender] = ACTIONS(528), - [anon_sym_PrideFlags] = ACTIONS(528), - [anon_sym_PrideFlagNames] = ACTIONS(528), - [anon_sym_True] = ACTIONS(528), - [anon_sym_False] = ACTIONS(528), - [anon_sym_NULL] = ACTIONS(528), - [anon_sym_Logo] = ACTIONS(528), - [anon_sym_Lena] = ACTIONS(528), - [anon_sym_Music] = ACTIONS(528), - [anon_sym_Lorem] = ACTIONS(528), - [anon_sym_Os] = ACTIONS(528), - [anon_sym_Family] = ACTIONS(528), - [anon_sym_Arch] = ACTIONS(528), - [anon_sym_ExeExt] = ACTIONS(528), - [anon_sym_DllExt] = ACTIONS(528), - [anon_sym_Sep] = ACTIONS(528), - [anon_sym_ThisFile] = ACTIONS(528), - [anon_sym_ThisFileName] = ACTIONS(528), - [anon_sym_ThisFileDir] = ACTIONS(528), - [anon_sym_WorkingDir] = ACTIONS(528), - [anon_sym_NumProcs] = ACTIONS(528), - [anon_sym_Planets] = ACTIONS(528), - [anon_sym_Zodiac] = ACTIONS(528), - [anon_sym_Suits] = ACTIONS(528), - [anon_sym_Cards] = ACTIONS(528), - [anon_sym_Chess] = ACTIONS(528), - [anon_sym_Moon] = ACTIONS(528), - [anon_sym_Skin] = ACTIONS(528), - [anon_sym_People] = ACTIONS(528), - [anon_sym_Hair] = ACTIONS(528), - [aux_sym_character_token1] = ACTIONS(530), - [sym_string] = ACTIONS(530), - [sym_multiLineString] = ACTIONS(530), - [anon_sym_PIPE] = ACTIONS(530), - [sym_identifier] = ACTIONS(528), - [sym_identifierDeprecated] = ACTIONS(528), - [sym_system] = ACTIONS(530), - [sym_comment] = ACTIONS(528), - [sym_openParen] = ACTIONS(530), - [sym_closeParen] = ACTIONS(530), - [sym_openCurly] = ACTIONS(530), - [sym_closeCurly] = ACTIONS(530), - [sym_openBracket] = ACTIONS(530), - [sym_closeBracket] = ACTIONS(530), - [sym_underscore] = ACTIONS(530), - [anon_sym_CARET] = ACTIONS(530), - [anon_sym_SQUOTE] = ACTIONS(528), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(530), - [anon_sym_e] = ACTIONS(528), - [anon_sym_NaN] = ACTIONS(528), - [anon_sym_eta] = ACTIONS(530), - [anon_sym_u03b7] = ACTIONS(528), - [anon_sym_pi] = ACTIONS(528), - [anon_sym_u03c0] = ACTIONS(528), - [anon_sym_tau] = ACTIONS(530), - [anon_sym_u03c4] = ACTIONS(528), - [anon_sym_infinity] = ACTIONS(530), - [anon_sym_u221e] = ACTIONS(530), - [anon_sym_W] = ACTIONS(528), - [anon_sym_i] = ACTIONS(528), - [anon_sym_MaxInt] = ACTIONS(528), - [anon_sym_HexDigits] = ACTIONS(528), - [anon_sym_DOT] = ACTIONS(530), - [anon_sym_COMMA] = ACTIONS(530), - [anon_sym_COLON] = ACTIONS(530), - [anon_sym_u25cc] = ACTIONS(530), - [anon_sym_identity] = ACTIONS(530), - [anon_sym_id] = ACTIONS(528), - [anon_sym_u2218] = ACTIONS(530), - [anon_sym_not] = ACTIONS(530), - [anon_sym_u00ac] = ACTIONS(530), - [anon_sym_sign] = ACTIONS(528), - [anon_sym_u00b1] = ACTIONS(530), - [anon_sym_BQUOTE] = ACTIONS(530), - [anon_sym_u00af] = ACTIONS(528), - [anon_sym_absolutevalue] = ACTIONS(530), - [anon_sym_u2335] = ACTIONS(530), - [anon_sym_sqrt] = ACTIONS(530), - [anon_sym_u221a] = ACTIONS(530), - [anon_sym_sine] = ACTIONS(530), - [anon_sym_u25cb] = ACTIONS(530), - [anon_sym_u223f] = ACTIONS(530), - [anon_sym_floor] = ACTIONS(530), - [anon_sym_u230a] = ACTIONS(530), - [anon_sym_ceiling] = ACTIONS(530), - [anon_sym_u2308] = ACTIONS(530), - [anon_sym_round] = ACTIONS(530), - [anon_sym_u2045] = ACTIONS(530), - [anon_sym_EQ] = ACTIONS(530), - [anon_sym_BANG_EQ] = ACTIONS(530), - [anon_sym_u2260] = ACTIONS(530), - [anon_sym_LT] = ACTIONS(528), - [anon_sym_LT_EQ] = ACTIONS(530), - [anon_sym_u2264] = ACTIONS(530), - [anon_sym_GT] = ACTIONS(528), - [anon_sym_GT_EQ] = ACTIONS(530), - [anon_sym_u2265] = ACTIONS(530), - [anon_sym_PLUS] = ACTIONS(530), - [anon_sym_DASH] = ACTIONS(530), - [anon_sym_STAR] = ACTIONS(530), - [anon_sym_u00d7] = ACTIONS(530), - [anon_sym_PERCENT] = ACTIONS(530), - [anon_sym_u00f7] = ACTIONS(530), - [anon_sym_modulus] = ACTIONS(530), - [anon_sym_u25ff] = ACTIONS(530), - [anon_sym_power] = ACTIONS(530), - [anon_sym_u207f] = ACTIONS(530), - [anon_sym_logarithm] = ACTIONS(530), - [anon_sym_u2099] = ACTIONS(530), - [anon_sym_minimum] = ACTIONS(530), - [anon_sym_u21a7] = ACTIONS(530), - [anon_sym_maximum] = ACTIONS(530), - [anon_sym_u21a5] = ACTIONS(530), - [anon_sym_atangent] = ACTIONS(530), - [anon_sym_u2220] = ACTIONS(530), - [anon_sym_length] = ACTIONS(530), - [anon_sym_u29fb] = ACTIONS(530), - [anon_sym_shape] = ACTIONS(530), - [anon_sym_u25b3] = ACTIONS(530), - [anon_sym_range] = ACTIONS(530), - [anon_sym_u21e1] = ACTIONS(530), - [anon_sym_first] = ACTIONS(530), - [anon_sym_u22a2] = ACTIONS(530), - [anon_sym_reverse] = ACTIONS(530), - [anon_sym_u21cc] = ACTIONS(530), - [anon_sym_deshape] = ACTIONS(530), - [anon_sym_u266d] = ACTIONS(530), - [anon_sym_bits] = ACTIONS(530), - [anon_sym_u22ef] = ACTIONS(530), - [anon_sym_transpose] = ACTIONS(530), - [anon_sym_u2349] = ACTIONS(530), - [anon_sym_rise] = ACTIONS(530), - [anon_sym_u234f] = ACTIONS(530), - [anon_sym_fall] = ACTIONS(530), - [anon_sym_u2356] = ACTIONS(530), - [anon_sym_where] = ACTIONS(530), - [anon_sym_u229a] = ACTIONS(530), - [anon_sym_classify] = ACTIONS(530), - [anon_sym_u229b] = ACTIONS(530), - [anon_sym_deduplicate] = ACTIONS(530), - [anon_sym_u25f4] = ACTIONS(530), - [anon_sym_box] = ACTIONS(530), - [anon_sym_u25a1] = ACTIONS(530), - [anon_sym_match] = ACTIONS(530), - [anon_sym_u224d] = ACTIONS(530), - [anon_sym_couple] = ACTIONS(530), - [anon_sym_u229f] = ACTIONS(530), - [anon_sym_join] = ACTIONS(530), - [anon_sym_u2282] = ACTIONS(530), - [anon_sym_select] = ACTIONS(530), - [anon_sym_u228f] = ACTIONS(530), - [anon_sym_pick] = ACTIONS(530), - [anon_sym_u22a1] = ACTIONS(530), - [anon_sym_reshape] = ACTIONS(530), - [anon_sym_u21af] = ACTIONS(530), - [anon_sym_take] = ACTIONS(530), - [anon_sym_u2199] = ACTIONS(530), - [anon_sym_drop] = ACTIONS(530), - [anon_sym_u2198] = ACTIONS(530), - [anon_sym_rotate] = ACTIONS(530), - [anon_sym_u21bb] = ACTIONS(530), - [anon_sym_windows] = ACTIONS(530), - [anon_sym_u25eb] = ACTIONS(530), - [anon_sym_keep] = ACTIONS(530), - [anon_sym_u25bd] = ACTIONS(530), - [anon_sym_find] = ACTIONS(530), - [anon_sym_u2315] = ACTIONS(530), - [anon_sym_indexof] = ACTIONS(530), - [anon_sym_u2297] = ACTIONS(530), - [anon_sym_assert] = ACTIONS(530), - [anon_sym_u2364] = ACTIONS(530), - [anon_sym_wait] = ACTIONS(530), - [anon_sym_parse] = ACTIONS(530), - [anon_sym_u22d5] = ACTIONS(530), - [anon_sym_random] = ACTIONS(530), - [anon_sym_u2682] = ACTIONS(530), - [anon_sym_gen] = ACTIONS(530), - [anon_sym_tag] = ACTIONS(530), - [anon_sym_now] = ACTIONS(530), - [anon_sym_type] = ACTIONS(530), - [anon_sym_u2e2e] = ACTIONS(530), - [anon_sym_dump] = ACTIONS(530), - [anon_sym_regex] = ACTIONS(530), - [anon_sym_send] = ACTIONS(530), - [anon_sym_recv] = ACTIONS(530), - [anon_sym_tryrecv] = ACTIONS(530), - [anon_sym_complex] = ACTIONS(530), - [anon_sym_u2102] = ACTIONS(530), - [anon_sym_rerank] = ACTIONS(530), - [anon_sym_u2607] = ACTIONS(530), - [anon_sym_fix] = ACTIONS(530), - [anon_sym_u00a4] = ACTIONS(530), - [anon_sym_QMARK] = ACTIONS(530), - [anon_sym_unique] = ACTIONS(530), - [anon_sym_u25f0] = ACTIONS(530), - [anon_sym_map] = ACTIONS(530), - [anon_sym_has] = ACTIONS(530), - [anon_sym_get] = ACTIONS(530), - [anon_sym_insert] = ACTIONS(530), - [anon_sym_remove] = ACTIONS(530), - [anon_sym_repr] = ACTIONS(530), - [anon_sym_mask] = ACTIONS(530), - [anon_sym_u29b7] = ACTIONS(530), - [anon_sym_csv] = ACTIONS(530), - [anon_sym_json] = ACTIONS(530), - [anon_sym_xlsx] = ACTIONS(530), - [anon_sym_memberOf] = ACTIONS(530), - [anon_sym_u2208] = ACTIONS(530), - [anon_sym_imen] = ACTIONS(530), - [anon_sym_gife] = ACTIONS(530), - [anon_sym_auden] = ACTIONS(530), - [anon_sym_utfu2088] = ACTIONS(530), - [anon_sym_datetime] = ACTIONS(530), - [anon_sym_chunk] = ACTIONS(530), - [anon_sym_u2444] = ACTIONS(530), - [anon_sym_choose] = ACTIONS(530), - [anon_sym_permute] = ACTIONS(530), - [anon_sym_orient] = ACTIONS(530), - [anon_sym_fft] = ACTIONS(530), - [anon_sym_reduce] = ACTIONS(530), - [anon_sym_SLASH] = ACTIONS(530), - [anon_sym_scan] = ACTIONS(530), - [anon_sym_BSLASH] = ACTIONS(530), - [anon_sym_each] = ACTIONS(530), - [anon_sym_u2235] = ACTIONS(530), - [anon_sym_rows] = ACTIONS(530), - [anon_sym_u2261] = ACTIONS(530), - [anon_sym_repeat] = ACTIONS(530), - [anon_sym_u2365] = ACTIONS(530), - [anon_sym_dip] = ACTIONS(530), - [anon_sym_u2299] = ACTIONS(530), - [anon_sym_gap] = ACTIONS(530), - [anon_sym_u22c5] = ACTIONS(530), - [anon_sym_spawn] = ACTIONS(530), - [anon_sym_rectify] = ACTIONS(530), - [anon_sym_u2305] = ACTIONS(530), - [anon_sym_un] = ACTIONS(528), - [anon_sym_u00b0] = ACTIONS(530), - [anon_sym_on] = ACTIONS(528), - [anon_sym_u27dc] = ACTIONS(530), - [anon_sym_inventory] = ACTIONS(530), - [anon_sym_u235a] = ACTIONS(530), - [anon_sym_content] = ACTIONS(530), - [anon_sym_u25c7] = ACTIONS(530), - [anon_sym_pool] = ACTIONS(530), - [anon_sym_stringify] = ACTIONS(530), - [anon_sym_signature] = ACTIONS(530), - [anon_sym_triangle] = ACTIONS(530), - [anon_sym_u25f9] = ACTIONS(530), - [anon_sym_astar] = ACTIONS(530), - [anon_sym_but] = ACTIONS(530), - [anon_sym_u2919] = ACTIONS(530), - [anon_sym_with] = ACTIONS(530), - [anon_sym_u291a] = ACTIONS(530), - [anon_sym_above] = ACTIONS(530), - [anon_sym_u25e0] = ACTIONS(530), - [anon_sym_below] = ACTIONS(530), - [anon_sym_u25e1] = ACTIONS(530), - [anon_sym_fold] = ACTIONS(530), - [anon_sym_u2227] = ACTIONS(530), - [anon_sym_table] = ACTIONS(530), - [anon_sym_u229e] = ACTIONS(530), - [anon_sym_group] = ACTIONS(530), - [anon_sym_u2295] = ACTIONS(530), - [anon_sym_partition] = ACTIONS(530), - [anon_sym_u229c] = ACTIONS(530), - [anon_sym_both] = ACTIONS(530), - [anon_sym_u2229] = ACTIONS(530), - [anon_sym_bracket] = ACTIONS(530), - [anon_sym_u2293] = ACTIONS(530), - [anon_sym_fork] = ACTIONS(530), - [anon_sym_u2283] = ACTIONS(530), - [anon_sym_under] = ACTIONS(530), - [anon_sym_u235c] = ACTIONS(530), - [anon_sym_fill] = ACTIONS(530), - [anon_sym_u2b1a] = ACTIONS(530), - [anon_sym_try] = ACTIONS(528), - [anon_sym_u2363] = ACTIONS(530), - [anon_sym_do] = ACTIONS(528), - [anon_sym_u2362] = ACTIONS(530), - [anon_sym_setinv] = ACTIONS(530), - [anon_sym_setunder] = ACTIONS(530), - [anon_sym_f] = ACTIONS(528), - [anon_sym_by] = ACTIONS(528), - [anon_sym_u22b8] = ACTIONS(530), - [anon_sym_quote] = ACTIONS(530), - [anon_sym_struct] = ACTIONS(530), - [anon_sym_u2765] = ACTIONS(530), - [anon_sym_u2192] = ACTIONS(530), - [anon_sym_u2237] = ACTIONS(530), - [anon_sym_u00b7] = ACTIONS(530), - [anon_sym_u235b] = ACTIONS(530), - [anon_sym_u2302] = ACTIONS(530), - [anon_sym_u21b0] = ACTIONS(530), - [anon_sym_unpack] = ACTIONS(530), - [anon_sym_u2290] = ACTIONS(530), - [anon_sym_u229d] = ACTIONS(530), - [anon_sym_cross] = ACTIONS(530), - [anon_sym_u22a0] = ACTIONS(530), - [anon_sym_SEMI] = ACTIONS(530), - [anon_sym_deal] = ACTIONS(530), - [anon_sym_strands] = ACTIONS(530), - [anon_sym_u203f] = ACTIONS(530), - [anon_sym_member] = ACTIONS(528), - [anon_sym_u220a] = ACTIONS(530), - [anon_sym_coordinate] = ACTIONS(530), - [anon_sym_u27d4] = ACTIONS(530), - [anon_sym_u03bb] = ACTIONS(530), - [anon_sym_u22ca] = ACTIONS(530), - [sym__endOfLine] = ACTIONS(530), + [aux_sym_number_token1] = ACTIONS(484), + [sym_fraction] = ACTIONS(486), + [anon_sym_Days] = ACTIONS(484), + [anon_sym_Months] = ACTIONS(484), + [anon_sym_MonthDays] = ACTIONS(484), + [anon_sym_LeanMonthDays] = ACTIONS(484), + [anon_sym_White] = ACTIONS(484), + [anon_sym_Black] = ACTIONS(484), + [anon_sym_Red] = ACTIONS(484), + [anon_sym_Orange] = ACTIONS(484), + [anon_sym_Yellow] = ACTIONS(484), + [anon_sym_Green] = ACTIONS(484), + [anon_sym_Cyan] = ACTIONS(484), + [anon_sym_Blue] = ACTIONS(484), + [anon_sym_Purple] = ACTIONS(484), + [anon_sym_Magenta] = ACTIONS(484), + [anon_sym_Gay] = ACTIONS(484), + [anon_sym_Lesbian] = ACTIONS(484), + [anon_sym_Bi] = ACTIONS(484), + [anon_sym_Trans] = ACTIONS(484), + [anon_sym_Pan] = ACTIONS(484), + [anon_sym_Ace] = ACTIONS(484), + [anon_sym_Aro] = ACTIONS(484), + [anon_sym_Aroace] = ACTIONS(484), + [anon_sym_Enby] = ACTIONS(484), + [anon_sym_Fluid] = ACTIONS(484), + [anon_sym_Queer] = ACTIONS(484), + [anon_sym_Agender] = ACTIONS(484), + [anon_sym_PrideFlags] = ACTIONS(484), + [anon_sym_PrideFlagNames] = ACTIONS(484), + [anon_sym_True] = ACTIONS(484), + [anon_sym_False] = ACTIONS(484), + [anon_sym_NULL] = ACTIONS(484), + [anon_sym_Logo] = ACTIONS(484), + [anon_sym_Lena] = ACTIONS(484), + [anon_sym_Music] = ACTIONS(484), + [anon_sym_Lorem] = ACTIONS(484), + [anon_sym_Os] = ACTIONS(484), + [anon_sym_Family] = ACTIONS(484), + [anon_sym_Arch] = ACTIONS(484), + [anon_sym_ExeExt] = ACTIONS(484), + [anon_sym_DllExt] = ACTIONS(484), + [anon_sym_Sep] = ACTIONS(484), + [anon_sym_ThisFile] = ACTIONS(484), + [anon_sym_ThisFileName] = ACTIONS(484), + [anon_sym_ThisFileDir] = ACTIONS(484), + [anon_sym_WorkingDir] = ACTIONS(484), + [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_Planets] = ACTIONS(484), + [anon_sym_Zodiac] = ACTIONS(484), + [anon_sym_Suits] = ACTIONS(484), + [anon_sym_Cards] = ACTIONS(484), + [anon_sym_Chess] = ACTIONS(484), + [anon_sym_Moon] = ACTIONS(484), + [anon_sym_Skin] = ACTIONS(484), + [anon_sym_People] = ACTIONS(484), + [anon_sym_Hair] = ACTIONS(484), + [anon_sym_Cat] = ACTIONS(484), + [aux_sym_character_token1] = ACTIONS(486), + [sym_string] = ACTIONS(486), + [sym_multiLineString] = ACTIONS(486), + [anon_sym_PIPE] = ACTIONS(486), + [sym_identifier] = ACTIONS(484), + [sym_identifierDeprecated] = ACTIONS(484), + [sym_system] = ACTIONS(486), + [sym_comment] = ACTIONS(484), + [sym_openParen] = ACTIONS(486), + [sym_closeParen] = ACTIONS(486), + [sym_openCurly] = ACTIONS(486), + [sym_closeCurly] = ACTIONS(486), + [sym_openBracket] = ACTIONS(484), + [sym_closeBracket] = ACTIONS(486), + [sym_underscore] = ACTIONS(486), + [anon_sym_CARET] = ACTIONS(486), + [anon_sym_SQUOTE] = ACTIONS(484), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(486), + [anon_sym_e] = ACTIONS(484), + [anon_sym_NaN] = ACTIONS(484), + [anon_sym_eta] = ACTIONS(486), + [anon_sym_u03b7] = ACTIONS(484), + [anon_sym_pi] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), + [anon_sym_tau] = ACTIONS(486), + [anon_sym_u03c4] = ACTIONS(484), + [anon_sym_infinity] = ACTIONS(486), + [anon_sym_u221e] = ACTIONS(486), + [anon_sym_W] = ACTIONS(484), + [anon_sym_i] = ACTIONS(484), + [anon_sym_MaxInt] = ACTIONS(484), + [anon_sym_HexDigits] = ACTIONS(484), + [anon_sym_DOT] = ACTIONS(486), + [anon_sym_COMMA] = ACTIONS(486), + [anon_sym_COLON] = ACTIONS(486), + [anon_sym_u25cc] = ACTIONS(486), + [anon_sym_identity] = ACTIONS(486), + [anon_sym_id] = ACTIONS(484), + [anon_sym_u2218] = ACTIONS(486), + [anon_sym_not] = ACTIONS(486), + [anon_sym_u00ac] = ACTIONS(486), + [anon_sym_sign] = ACTIONS(484), + [anon_sym_u00b1] = ACTIONS(486), + [anon_sym_BQUOTE] = ACTIONS(486), + [anon_sym_u00af] = ACTIONS(484), + [anon_sym_absolutevalue] = ACTIONS(486), + [anon_sym_u2335] = ACTIONS(486), + [anon_sym_sqrt] = ACTIONS(486), + [anon_sym_u221a] = ACTIONS(486), + [anon_sym_sine] = ACTIONS(486), + [anon_sym_u25cb] = ACTIONS(486), + [anon_sym_u223f] = ACTIONS(486), + [anon_sym_floor] = ACTIONS(486), + [anon_sym_u230a] = ACTIONS(486), + [anon_sym_ceiling] = ACTIONS(486), + [anon_sym_u2308] = ACTIONS(486), + [anon_sym_round] = ACTIONS(486), + [anon_sym_u2045] = ACTIONS(486), + [anon_sym_EQ] = ACTIONS(486), + [anon_sym_BANG_EQ] = ACTIONS(486), + [anon_sym_u2260] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(484), + [anon_sym_LT_EQ] = ACTIONS(486), + [anon_sym_u2264] = ACTIONS(486), + [anon_sym_GT] = ACTIONS(484), + [anon_sym_GT_EQ] = ACTIONS(486), + [anon_sym_u2265] = ACTIONS(486), + [anon_sym_PLUS] = ACTIONS(486), + [anon_sym_DASH] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(486), + [anon_sym_u00d7] = ACTIONS(486), + [anon_sym_PERCENT] = ACTIONS(486), + [anon_sym_u00f7] = ACTIONS(486), + [anon_sym_modulus] = ACTIONS(486), + [anon_sym_u25ff] = ACTIONS(486), + [anon_sym_power] = ACTIONS(486), + [anon_sym_u207f] = ACTIONS(486), + [anon_sym_logarithm] = ACTIONS(486), + [anon_sym_u2099] = ACTIONS(486), + [anon_sym_minimum] = ACTIONS(486), + [anon_sym_u21a7] = ACTIONS(486), + [anon_sym_maximum] = ACTIONS(486), + [anon_sym_u21a5] = ACTIONS(486), + [anon_sym_atangent] = ACTIONS(486), + [anon_sym_u2220] = ACTIONS(486), + [anon_sym_length] = ACTIONS(486), + [anon_sym_u29fb] = ACTIONS(486), + [anon_sym_shape] = ACTIONS(486), + [anon_sym_u25b3] = ACTIONS(486), + [anon_sym_range] = ACTIONS(486), + [anon_sym_u21e1] = ACTIONS(486), + [anon_sym_first] = ACTIONS(486), + [anon_sym_u22a2] = ACTIONS(486), + [anon_sym_reverse] = ACTIONS(486), + [anon_sym_u21cc] = ACTIONS(486), + [anon_sym_deshape] = ACTIONS(486), + [anon_sym_u266d] = ACTIONS(486), + [anon_sym_bits] = ACTIONS(486), + [anon_sym_u22ef] = ACTIONS(486), + [anon_sym_transpose] = ACTIONS(486), + [anon_sym_u2349] = ACTIONS(486), + [anon_sym_rise] = ACTIONS(486), + [anon_sym_u234f] = ACTIONS(486), + [anon_sym_fall] = ACTIONS(486), + [anon_sym_u2356] = ACTIONS(486), + [anon_sym_where] = ACTIONS(486), + [anon_sym_u229a] = ACTIONS(486), + [anon_sym_classify] = ACTIONS(486), + [anon_sym_u229b] = ACTIONS(486), + [anon_sym_deduplicate] = ACTIONS(486), + [anon_sym_u25f4] = ACTIONS(486), + [anon_sym_box] = ACTIONS(486), + [anon_sym_u25a1] = ACTIONS(486), + [anon_sym_match] = ACTIONS(486), + [anon_sym_u224d] = ACTIONS(486), + [anon_sym_couple] = ACTIONS(486), + [anon_sym_u229f] = ACTIONS(486), + [anon_sym_join] = ACTIONS(486), + [anon_sym_u2282] = ACTIONS(486), + [anon_sym_select] = ACTIONS(486), + [anon_sym_u228f] = ACTIONS(486), + [anon_sym_pick] = ACTIONS(486), + [anon_sym_u22a1] = ACTIONS(486), + [anon_sym_reshape] = ACTIONS(486), + [anon_sym_u21af] = ACTIONS(486), + [anon_sym_take] = ACTIONS(486), + [anon_sym_u2199] = ACTIONS(486), + [anon_sym_drop] = ACTIONS(486), + [anon_sym_u2198] = ACTIONS(486), + [anon_sym_rotate] = ACTIONS(486), + [anon_sym_u21bb] = ACTIONS(486), + [anon_sym_windows] = ACTIONS(486), + [anon_sym_u25eb] = ACTIONS(486), + [anon_sym_keep] = ACTIONS(486), + [anon_sym_u25bd] = ACTIONS(486), + [anon_sym_find] = ACTIONS(486), + [anon_sym_u2315] = ACTIONS(486), + [anon_sym_indexof] = ACTIONS(486), + [anon_sym_u2297] = ACTIONS(486), + [anon_sym_assert] = ACTIONS(486), + [anon_sym_u2364] = ACTIONS(486), + [anon_sym_wait] = ACTIONS(486), + [anon_sym_parse] = ACTIONS(486), + [anon_sym_u22d5] = ACTIONS(486), + [anon_sym_random] = ACTIONS(486), + [anon_sym_u2682] = ACTIONS(486), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_tag] = ACTIONS(486), + [anon_sym_now] = ACTIONS(486), + [anon_sym_type] = ACTIONS(486), + [anon_sym_u2e2e] = ACTIONS(486), + [anon_sym_dump] = ACTIONS(486), + [anon_sym_regex] = ACTIONS(486), + [anon_sym_send] = ACTIONS(486), + [anon_sym_recv] = ACTIONS(486), + [anon_sym_tryrecv] = ACTIONS(486), + [anon_sym_complex] = ACTIONS(486), + [anon_sym_u2102] = ACTIONS(486), + [anon_sym_rerank] = ACTIONS(486), + [anon_sym_u2607] = ACTIONS(486), + [anon_sym_fix] = ACTIONS(486), + [anon_sym_u00a4] = ACTIONS(486), + [anon_sym_QMARK] = ACTIONS(486), + [anon_sym_unique] = ACTIONS(486), + [anon_sym_u25f0] = ACTIONS(486), + [anon_sym_map] = ACTIONS(486), + [anon_sym_has] = ACTIONS(486), + [anon_sym_get] = ACTIONS(486), + [anon_sym_insert] = ACTIONS(486), + [anon_sym_remove] = ACTIONS(486), + [anon_sym_repr] = ACTIONS(486), + [anon_sym_mask] = ACTIONS(486), + [anon_sym_u29b7] = ACTIONS(486), + [anon_sym_csv] = ACTIONS(486), + [anon_sym_json] = ACTIONS(486), + [anon_sym_xlsx] = ACTIONS(486), + [anon_sym_memberOf] = ACTIONS(486), + [anon_sym_u2208] = ACTIONS(486), + [anon_sym_imen] = ACTIONS(486), + [anon_sym_gife] = ACTIONS(486), + [anon_sym_auden] = ACTIONS(486), + [anon_sym_utfu2088] = ACTIONS(486), + [anon_sym_datetime] = ACTIONS(486), + [anon_sym_choose] = ACTIONS(486), + [anon_sym_permute] = ACTIONS(486), + [anon_sym_orient] = ACTIONS(486), + [anon_sym_u2938] = ACTIONS(486), + [anon_sym_fft] = ACTIONS(486), + [anon_sym_graphemes] = ACTIONS(486), + [anon_sym_timezone] = ACTIONS(486), + [anon_sym_around] = ACTIONS(486), + [anon_sym_u2019] = ACTIONS(486), + [anon_sym_base] = ACTIONS(486), + [anon_sym_sort] = ACTIONS(486), + [anon_sym_u2346] = ACTIONS(486), + [anon_sym_last] = ACTIONS(486), + [anon_sym_u22a3] = ACTIONS(486), + [anon_sym_reduce] = ACTIONS(486), + [anon_sym_SLASH] = ACTIONS(486), + [anon_sym_scan] = ACTIONS(486), + [anon_sym_BSLASH] = ACTIONS(486), + [anon_sym_each] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), + [anon_sym_rows] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), + [anon_sym_repeat] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), + [anon_sym_dip] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), + [anon_sym_gap] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), + [anon_sym_spawn] = ACTIONS(486), + [anon_sym_rectify] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), + [anon_sym_un] = ACTIONS(484), + [anon_sym_u00b0] = ACTIONS(486), + [anon_sym_on] = ACTIONS(484), + [anon_sym_u27dc] = ACTIONS(486), + [anon_sym_inventory] = ACTIONS(486), + [anon_sym_u235a] = ACTIONS(486), + [anon_sym_content] = ACTIONS(486), + [anon_sym_u25c7] = ACTIONS(486), + [anon_sym_pool] = ACTIONS(486), + [anon_sym_stringify] = ACTIONS(486), + [anon_sym_signature] = ACTIONS(486), + [anon_sym_triangle] = ACTIONS(486), + [anon_sym_u25f9] = ACTIONS(486), + [anon_sym_astar] = ACTIONS(486), + [anon_sym_with] = ACTIONS(486), + [anon_sym_u2919] = ACTIONS(486), + [anon_sym_off] = ACTIONS(486), + [anon_sym_u291a] = ACTIONS(486), + [anon_sym_above] = ACTIONS(486), + [anon_sym_u25e0] = ACTIONS(486), + [anon_sym_below] = ACTIONS(486), + [anon_sym_u25e1] = ACTIONS(486), + [anon_sym_anti] = ACTIONS(486), + [anon_sym_u231d] = ACTIONS(486), + [anon_sym_obverse] = ACTIONS(486), + [anon_sym_toples] = ACTIONS(486), + [anon_sym_u29c5] = ACTIONS(486), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(486), + [anon_sym_fold] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), + [anon_sym_table] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), + [anon_sym_group] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), + [anon_sym_partition] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), + [anon_sym_both] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), + [anon_sym_bracket] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), + [anon_sym_fork] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), + [anon_sym_under] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), + [anon_sym_fill] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), + [anon_sym_try] = ACTIONS(484), + [anon_sym_u2363] = ACTIONS(486), + [anon_sym_do] = ACTIONS(484), + [anon_sym_u2362] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [anon_sym_by] = ACTIONS(484), + [anon_sym_u22b8] = ACTIONS(486), + [anon_sym_quote] = ACTIONS(486), + [anon_sym_u2765] = ACTIONS(486), + [anon_sym_u2192] = ACTIONS(486), + [anon_sym_u2237] = ACTIONS(486), + [anon_sym_u00b7] = ACTIONS(486), + [anon_sym_u235b] = ACTIONS(486), + [anon_sym_u2302] = ACTIONS(486), + [anon_sym_u21b0] = ACTIONS(486), + [anon_sym_unpack] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), + [anon_sym_cross] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_deal] = ACTIONS(486), + [anon_sym_member] = ACTIONS(484), + [anon_sym_u220a] = ACTIONS(486), + [anon_sym_coordinate] = ACTIONS(486), + [anon_sym_u27d4] = ACTIONS(486), + [anon_sym_u03bb] = ACTIONS(486), + [anon_sym_u22ca] = ACTIONS(486), + [anon_sym_chunk] = ACTIONS(486), + [anon_sym_u2444] = ACTIONS(486), + [anon_sym_setinv] = ACTIONS(486), + [anon_sym_setund] = ACTIONS(486), + [anon_sym_struct] = ACTIONS(486), + [sym__endOfLine] = ACTIONS(486), }, [87] = { - [aux_sym_number_token1] = ACTIONS(532), - [sym_fraction] = ACTIONS(534), - [anon_sym_Days] = ACTIONS(532), - [anon_sym_Months] = ACTIONS(532), - [anon_sym_MonthDays] = ACTIONS(532), - [anon_sym_LeanMonthDays] = ACTIONS(532), - [anon_sym_White] = ACTIONS(532), - [anon_sym_Black] = ACTIONS(532), - [anon_sym_Red] = ACTIONS(532), - [anon_sym_Orange] = ACTIONS(532), - [anon_sym_Yellow] = ACTIONS(532), - [anon_sym_Green] = ACTIONS(532), - [anon_sym_Cyan] = ACTIONS(532), - [anon_sym_Blue] = ACTIONS(532), - [anon_sym_Purple] = ACTIONS(532), - [anon_sym_Magenta] = ACTIONS(532), - [anon_sym_Gay] = ACTIONS(532), - [anon_sym_Lesbian] = ACTIONS(532), - [anon_sym_Bi] = ACTIONS(532), - [anon_sym_Trans] = ACTIONS(532), - [anon_sym_Pan] = ACTIONS(532), - [anon_sym_Ace] = ACTIONS(532), - [anon_sym_Aro] = ACTIONS(532), - [anon_sym_Aroace] = ACTIONS(532), - [anon_sym_Enby] = ACTIONS(532), - [anon_sym_Fluid] = ACTIONS(532), - [anon_sym_Queer] = ACTIONS(532), - [anon_sym_Agender] = ACTIONS(532), - [anon_sym_PrideFlags] = ACTIONS(532), - [anon_sym_PrideFlagNames] = ACTIONS(532), - [anon_sym_True] = ACTIONS(532), - [anon_sym_False] = ACTIONS(532), - [anon_sym_NULL] = ACTIONS(532), - [anon_sym_Logo] = ACTIONS(532), - [anon_sym_Lena] = ACTIONS(532), - [anon_sym_Music] = ACTIONS(532), - [anon_sym_Lorem] = ACTIONS(532), - [anon_sym_Os] = ACTIONS(532), - [anon_sym_Family] = ACTIONS(532), - [anon_sym_Arch] = ACTIONS(532), - [anon_sym_ExeExt] = ACTIONS(532), - [anon_sym_DllExt] = ACTIONS(532), - [anon_sym_Sep] = ACTIONS(532), - [anon_sym_ThisFile] = ACTIONS(532), - [anon_sym_ThisFileName] = ACTIONS(532), - [anon_sym_ThisFileDir] = ACTIONS(532), - [anon_sym_WorkingDir] = ACTIONS(532), - [anon_sym_NumProcs] = ACTIONS(532), - [anon_sym_Planets] = ACTIONS(532), - [anon_sym_Zodiac] = ACTIONS(532), - [anon_sym_Suits] = ACTIONS(532), - [anon_sym_Cards] = ACTIONS(532), - [anon_sym_Chess] = ACTIONS(532), - [anon_sym_Moon] = ACTIONS(532), - [anon_sym_Skin] = ACTIONS(532), - [anon_sym_People] = ACTIONS(532), - [anon_sym_Hair] = ACTIONS(532), - [aux_sym_character_token1] = ACTIONS(534), - [sym_string] = ACTIONS(534), - [sym_multiLineString] = ACTIONS(534), - [anon_sym_PIPE] = ACTIONS(534), - [sym_identifier] = ACTIONS(532), - [sym_identifierDeprecated] = ACTIONS(532), - [sym_system] = ACTIONS(534), - [sym_comment] = ACTIONS(532), - [sym_openParen] = ACTIONS(534), - [sym_closeParen] = ACTIONS(534), - [sym_openCurly] = ACTIONS(534), - [sym_closeCurly] = ACTIONS(534), - [sym_openBracket] = ACTIONS(534), - [sym_closeBracket] = ACTIONS(534), - [sym_underscore] = ACTIONS(534), - [anon_sym_CARET] = ACTIONS(534), - [anon_sym_SQUOTE] = ACTIONS(532), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(534), - [anon_sym_e] = ACTIONS(532), - [anon_sym_NaN] = ACTIONS(532), - [anon_sym_eta] = ACTIONS(534), - [anon_sym_u03b7] = ACTIONS(532), - [anon_sym_pi] = ACTIONS(532), - [anon_sym_u03c0] = ACTIONS(532), - [anon_sym_tau] = ACTIONS(534), - [anon_sym_u03c4] = ACTIONS(532), - [anon_sym_infinity] = ACTIONS(534), - [anon_sym_u221e] = ACTIONS(534), - [anon_sym_W] = ACTIONS(532), - [anon_sym_i] = ACTIONS(532), - [anon_sym_MaxInt] = ACTIONS(532), - [anon_sym_HexDigits] = ACTIONS(532), - [anon_sym_DOT] = ACTIONS(534), - [anon_sym_COMMA] = ACTIONS(534), - [anon_sym_COLON] = ACTIONS(534), - [anon_sym_u25cc] = ACTIONS(534), - [anon_sym_identity] = ACTIONS(534), - [anon_sym_id] = ACTIONS(532), - [anon_sym_u2218] = ACTIONS(534), - [anon_sym_not] = ACTIONS(534), - [anon_sym_u00ac] = ACTIONS(534), - [anon_sym_sign] = ACTIONS(532), - [anon_sym_u00b1] = ACTIONS(534), - [anon_sym_BQUOTE] = ACTIONS(534), - [anon_sym_u00af] = ACTIONS(532), - [anon_sym_absolutevalue] = ACTIONS(534), - [anon_sym_u2335] = ACTIONS(534), - [anon_sym_sqrt] = ACTIONS(534), - [anon_sym_u221a] = ACTIONS(534), - [anon_sym_sine] = ACTIONS(534), - [anon_sym_u25cb] = ACTIONS(534), - [anon_sym_u223f] = ACTIONS(534), - [anon_sym_floor] = ACTIONS(534), - [anon_sym_u230a] = ACTIONS(534), - [anon_sym_ceiling] = ACTIONS(534), - [anon_sym_u2308] = ACTIONS(534), - [anon_sym_round] = ACTIONS(534), - [anon_sym_u2045] = ACTIONS(534), - [anon_sym_EQ] = ACTIONS(534), - [anon_sym_BANG_EQ] = ACTIONS(534), - [anon_sym_u2260] = ACTIONS(534), - [anon_sym_LT] = ACTIONS(532), - [anon_sym_LT_EQ] = ACTIONS(534), - [anon_sym_u2264] = ACTIONS(534), - [anon_sym_GT] = ACTIONS(532), - [anon_sym_GT_EQ] = ACTIONS(534), - [anon_sym_u2265] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(534), - [anon_sym_DASH] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_u00d7] = ACTIONS(534), - [anon_sym_PERCENT] = ACTIONS(534), - [anon_sym_u00f7] = ACTIONS(534), - [anon_sym_modulus] = ACTIONS(534), - [anon_sym_u25ff] = ACTIONS(534), - [anon_sym_power] = ACTIONS(534), - [anon_sym_u207f] = ACTIONS(534), - [anon_sym_logarithm] = ACTIONS(534), - [anon_sym_u2099] = ACTIONS(534), - [anon_sym_minimum] = ACTIONS(534), - [anon_sym_u21a7] = ACTIONS(534), - [anon_sym_maximum] = ACTIONS(534), - [anon_sym_u21a5] = ACTIONS(534), - [anon_sym_atangent] = ACTIONS(534), - [anon_sym_u2220] = ACTIONS(534), - [anon_sym_length] = ACTIONS(534), - [anon_sym_u29fb] = ACTIONS(534), - [anon_sym_shape] = ACTIONS(534), - [anon_sym_u25b3] = ACTIONS(534), - [anon_sym_range] = ACTIONS(534), - [anon_sym_u21e1] = ACTIONS(534), - [anon_sym_first] = ACTIONS(534), - [anon_sym_u22a2] = ACTIONS(534), - [anon_sym_reverse] = ACTIONS(534), - [anon_sym_u21cc] = ACTIONS(534), - [anon_sym_deshape] = ACTIONS(534), - [anon_sym_u266d] = ACTIONS(534), - [anon_sym_bits] = ACTIONS(534), - [anon_sym_u22ef] = ACTIONS(534), - [anon_sym_transpose] = ACTIONS(534), - [anon_sym_u2349] = ACTIONS(534), - [anon_sym_rise] = ACTIONS(534), - [anon_sym_u234f] = ACTIONS(534), - [anon_sym_fall] = ACTIONS(534), - [anon_sym_u2356] = ACTIONS(534), - [anon_sym_where] = ACTIONS(534), - [anon_sym_u229a] = ACTIONS(534), - [anon_sym_classify] = ACTIONS(534), - [anon_sym_u229b] = ACTIONS(534), - [anon_sym_deduplicate] = ACTIONS(534), - [anon_sym_u25f4] = ACTIONS(534), - [anon_sym_box] = ACTIONS(534), - [anon_sym_u25a1] = ACTIONS(534), - [anon_sym_match] = ACTIONS(534), - [anon_sym_u224d] = ACTIONS(534), - [anon_sym_couple] = ACTIONS(534), - [anon_sym_u229f] = ACTIONS(534), - [anon_sym_join] = ACTIONS(534), - [anon_sym_u2282] = ACTIONS(534), - [anon_sym_select] = ACTIONS(534), - [anon_sym_u228f] = ACTIONS(534), - [anon_sym_pick] = ACTIONS(534), - [anon_sym_u22a1] = ACTIONS(534), - [anon_sym_reshape] = ACTIONS(534), - [anon_sym_u21af] = ACTIONS(534), - [anon_sym_take] = ACTIONS(534), - [anon_sym_u2199] = ACTIONS(534), - [anon_sym_drop] = ACTIONS(534), - [anon_sym_u2198] = ACTIONS(534), - [anon_sym_rotate] = ACTIONS(534), - [anon_sym_u21bb] = ACTIONS(534), - [anon_sym_windows] = ACTIONS(534), - [anon_sym_u25eb] = ACTIONS(534), - [anon_sym_keep] = ACTIONS(534), - [anon_sym_u25bd] = ACTIONS(534), - [anon_sym_find] = ACTIONS(534), - [anon_sym_u2315] = ACTIONS(534), - [anon_sym_indexof] = ACTIONS(534), - [anon_sym_u2297] = ACTIONS(534), - [anon_sym_assert] = ACTIONS(534), - [anon_sym_u2364] = ACTIONS(534), - [anon_sym_wait] = ACTIONS(534), - [anon_sym_parse] = ACTIONS(534), - [anon_sym_u22d5] = ACTIONS(534), - [anon_sym_random] = ACTIONS(534), - [anon_sym_u2682] = ACTIONS(534), - [anon_sym_gen] = ACTIONS(534), - [anon_sym_tag] = ACTIONS(534), - [anon_sym_now] = ACTIONS(534), - [anon_sym_type] = ACTIONS(534), - [anon_sym_u2e2e] = ACTIONS(534), - [anon_sym_dump] = ACTIONS(534), - [anon_sym_regex] = ACTIONS(534), - [anon_sym_send] = ACTIONS(534), - [anon_sym_recv] = ACTIONS(534), - [anon_sym_tryrecv] = ACTIONS(534), - [anon_sym_complex] = ACTIONS(534), - [anon_sym_u2102] = ACTIONS(534), - [anon_sym_rerank] = ACTIONS(534), - [anon_sym_u2607] = ACTIONS(534), - [anon_sym_fix] = ACTIONS(534), - [anon_sym_u00a4] = ACTIONS(534), - [anon_sym_QMARK] = ACTIONS(534), - [anon_sym_unique] = ACTIONS(534), - [anon_sym_u25f0] = ACTIONS(534), - [anon_sym_map] = ACTIONS(534), - [anon_sym_has] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_insert] = ACTIONS(534), - [anon_sym_remove] = ACTIONS(534), - [anon_sym_repr] = ACTIONS(534), - [anon_sym_mask] = ACTIONS(534), - [anon_sym_u29b7] = ACTIONS(534), - [anon_sym_csv] = ACTIONS(534), - [anon_sym_json] = ACTIONS(534), - [anon_sym_xlsx] = ACTIONS(534), - [anon_sym_memberOf] = ACTIONS(534), - [anon_sym_u2208] = ACTIONS(534), - [anon_sym_imen] = ACTIONS(534), - [anon_sym_gife] = ACTIONS(534), - [anon_sym_auden] = ACTIONS(534), - [anon_sym_utfu2088] = ACTIONS(534), - [anon_sym_datetime] = ACTIONS(534), - [anon_sym_chunk] = ACTIONS(534), - [anon_sym_u2444] = ACTIONS(534), - [anon_sym_choose] = ACTIONS(534), - [anon_sym_permute] = ACTIONS(534), - [anon_sym_orient] = ACTIONS(534), - [anon_sym_fft] = ACTIONS(534), - [anon_sym_reduce] = ACTIONS(534), - [anon_sym_SLASH] = ACTIONS(534), - [anon_sym_scan] = ACTIONS(534), - [anon_sym_BSLASH] = ACTIONS(534), - [anon_sym_each] = ACTIONS(534), - [anon_sym_u2235] = ACTIONS(534), - [anon_sym_rows] = ACTIONS(534), - [anon_sym_u2261] = ACTIONS(534), - [anon_sym_repeat] = ACTIONS(534), - [anon_sym_u2365] = ACTIONS(534), - [anon_sym_dip] = ACTIONS(534), - [anon_sym_u2299] = ACTIONS(534), - [anon_sym_gap] = ACTIONS(534), - [anon_sym_u22c5] = ACTIONS(534), - [anon_sym_spawn] = ACTIONS(534), - [anon_sym_rectify] = ACTIONS(534), - [anon_sym_u2305] = ACTIONS(534), - [anon_sym_un] = ACTIONS(532), - [anon_sym_u00b0] = ACTIONS(534), - [anon_sym_on] = ACTIONS(532), - [anon_sym_u27dc] = ACTIONS(534), - [anon_sym_inventory] = ACTIONS(534), - [anon_sym_u235a] = ACTIONS(534), - [anon_sym_content] = ACTIONS(534), - [anon_sym_u25c7] = ACTIONS(534), - [anon_sym_pool] = ACTIONS(534), - [anon_sym_stringify] = ACTIONS(534), - [anon_sym_signature] = ACTIONS(534), - [anon_sym_triangle] = ACTIONS(534), - [anon_sym_u25f9] = ACTIONS(534), - [anon_sym_astar] = ACTIONS(534), - [anon_sym_but] = ACTIONS(534), - [anon_sym_u2919] = ACTIONS(534), - [anon_sym_with] = ACTIONS(534), - [anon_sym_u291a] = ACTIONS(534), - [anon_sym_above] = ACTIONS(534), - [anon_sym_u25e0] = ACTIONS(534), - [anon_sym_below] = ACTIONS(534), - [anon_sym_u25e1] = ACTIONS(534), - [anon_sym_fold] = ACTIONS(534), - [anon_sym_u2227] = ACTIONS(534), - [anon_sym_table] = ACTIONS(534), - [anon_sym_u229e] = ACTIONS(534), - [anon_sym_group] = ACTIONS(534), - [anon_sym_u2295] = ACTIONS(534), - [anon_sym_partition] = ACTIONS(534), - [anon_sym_u229c] = ACTIONS(534), - [anon_sym_both] = ACTIONS(534), - [anon_sym_u2229] = ACTIONS(534), - [anon_sym_bracket] = ACTIONS(534), - [anon_sym_u2293] = ACTIONS(534), - [anon_sym_fork] = ACTIONS(534), - [anon_sym_u2283] = ACTIONS(534), - [anon_sym_under] = ACTIONS(534), - [anon_sym_u235c] = ACTIONS(534), - [anon_sym_fill] = ACTIONS(534), - [anon_sym_u2b1a] = ACTIONS(534), - [anon_sym_try] = ACTIONS(532), - [anon_sym_u2363] = ACTIONS(534), - [anon_sym_do] = ACTIONS(532), - [anon_sym_u2362] = ACTIONS(534), - [anon_sym_setinv] = ACTIONS(534), - [anon_sym_setunder] = ACTIONS(534), - [anon_sym_f] = ACTIONS(532), - [anon_sym_by] = ACTIONS(532), - [anon_sym_u22b8] = ACTIONS(534), - [anon_sym_quote] = ACTIONS(534), - [anon_sym_struct] = ACTIONS(534), - [anon_sym_u2765] = ACTIONS(534), - [anon_sym_u2192] = ACTIONS(534), - [anon_sym_u2237] = ACTIONS(534), - [anon_sym_u00b7] = ACTIONS(534), - [anon_sym_u235b] = ACTIONS(534), - [anon_sym_u2302] = ACTIONS(534), - [anon_sym_u21b0] = ACTIONS(534), - [anon_sym_unpack] = ACTIONS(534), - [anon_sym_u2290] = ACTIONS(534), - [anon_sym_u229d] = ACTIONS(534), - [anon_sym_cross] = ACTIONS(534), - [anon_sym_u22a0] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_deal] = ACTIONS(534), - [anon_sym_strands] = ACTIONS(534), - [anon_sym_u203f] = ACTIONS(534), - [anon_sym_member] = ACTIONS(532), - [anon_sym_u220a] = ACTIONS(534), - [anon_sym_coordinate] = ACTIONS(534), - [anon_sym_u27d4] = ACTIONS(534), - [anon_sym_u03bb] = ACTIONS(534), - [anon_sym_u22ca] = ACTIONS(534), - [sym__endOfLine] = ACTIONS(534), + [aux_sym_number_token1] = ACTIONS(510), + [sym_fraction] = ACTIONS(512), + [anon_sym_Days] = ACTIONS(510), + [anon_sym_Months] = ACTIONS(510), + [anon_sym_MonthDays] = ACTIONS(510), + [anon_sym_LeanMonthDays] = ACTIONS(510), + [anon_sym_White] = ACTIONS(510), + [anon_sym_Black] = ACTIONS(510), + [anon_sym_Red] = ACTIONS(510), + [anon_sym_Orange] = ACTIONS(510), + [anon_sym_Yellow] = ACTIONS(510), + [anon_sym_Green] = ACTIONS(510), + [anon_sym_Cyan] = ACTIONS(510), + [anon_sym_Blue] = ACTIONS(510), + [anon_sym_Purple] = ACTIONS(510), + [anon_sym_Magenta] = ACTIONS(510), + [anon_sym_Gay] = ACTIONS(510), + [anon_sym_Lesbian] = ACTIONS(510), + [anon_sym_Bi] = ACTIONS(510), + [anon_sym_Trans] = ACTIONS(510), + [anon_sym_Pan] = ACTIONS(510), + [anon_sym_Ace] = ACTIONS(510), + [anon_sym_Aro] = ACTIONS(510), + [anon_sym_Aroace] = ACTIONS(510), + [anon_sym_Enby] = ACTIONS(510), + [anon_sym_Fluid] = ACTIONS(510), + [anon_sym_Queer] = ACTIONS(510), + [anon_sym_Agender] = ACTIONS(510), + [anon_sym_PrideFlags] = ACTIONS(510), + [anon_sym_PrideFlagNames] = ACTIONS(510), + [anon_sym_True] = ACTIONS(510), + [anon_sym_False] = ACTIONS(510), + [anon_sym_NULL] = ACTIONS(510), + [anon_sym_Logo] = ACTIONS(510), + [anon_sym_Lena] = ACTIONS(510), + [anon_sym_Music] = ACTIONS(510), + [anon_sym_Lorem] = ACTIONS(510), + [anon_sym_Os] = ACTIONS(510), + [anon_sym_Family] = ACTIONS(510), + [anon_sym_Arch] = ACTIONS(510), + [anon_sym_ExeExt] = ACTIONS(510), + [anon_sym_DllExt] = ACTIONS(510), + [anon_sym_Sep] = ACTIONS(510), + [anon_sym_ThisFile] = ACTIONS(510), + [anon_sym_ThisFileName] = ACTIONS(510), + [anon_sym_ThisFileDir] = ACTIONS(510), + [anon_sym_WorkingDir] = ACTIONS(510), + [anon_sym_NumProcs] = ACTIONS(510), + [anon_sym_Planets] = ACTIONS(510), + [anon_sym_Zodiac] = ACTIONS(510), + [anon_sym_Suits] = ACTIONS(510), + [anon_sym_Cards] = ACTIONS(510), + [anon_sym_Chess] = ACTIONS(510), + [anon_sym_Moon] = ACTIONS(510), + [anon_sym_Skin] = ACTIONS(510), + [anon_sym_People] = ACTIONS(510), + [anon_sym_Hair] = ACTIONS(510), + [anon_sym_Cat] = ACTIONS(510), + [aux_sym_character_token1] = ACTIONS(512), + [sym_string] = ACTIONS(512), + [sym_multiLineString] = ACTIONS(512), + [anon_sym_PIPE] = ACTIONS(512), + [sym_identifier] = ACTIONS(510), + [sym_identifierDeprecated] = ACTIONS(510), + [sym_system] = ACTIONS(512), + [sym_comment] = ACTIONS(510), + [sym_openParen] = ACTIONS(512), + [sym_closeParen] = ACTIONS(512), + [sym_openCurly] = ACTIONS(512), + [sym_closeCurly] = ACTIONS(512), + [sym_openBracket] = ACTIONS(510), + [sym_closeBracket] = ACTIONS(512), + [sym_underscore] = ACTIONS(512), + [anon_sym_CARET] = ACTIONS(512), + [anon_sym_SQUOTE] = ACTIONS(510), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(512), + [anon_sym_e] = ACTIONS(510), + [anon_sym_NaN] = ACTIONS(510), + [anon_sym_eta] = ACTIONS(512), + [anon_sym_u03b7] = ACTIONS(510), + [anon_sym_pi] = ACTIONS(510), + [anon_sym_u03c0] = ACTIONS(510), + [anon_sym_tau] = ACTIONS(512), + [anon_sym_u03c4] = ACTIONS(510), + [anon_sym_infinity] = ACTIONS(512), + [anon_sym_u221e] = ACTIONS(512), + [anon_sym_W] = ACTIONS(510), + [anon_sym_i] = ACTIONS(510), + [anon_sym_MaxInt] = ACTIONS(510), + [anon_sym_HexDigits] = ACTIONS(510), + [anon_sym_DOT] = ACTIONS(512), + [anon_sym_COMMA] = ACTIONS(512), + [anon_sym_COLON] = ACTIONS(512), + [anon_sym_u25cc] = ACTIONS(512), + [anon_sym_identity] = ACTIONS(512), + [anon_sym_id] = ACTIONS(510), + [anon_sym_u2218] = ACTIONS(512), + [anon_sym_not] = ACTIONS(512), + [anon_sym_u00ac] = ACTIONS(512), + [anon_sym_sign] = ACTIONS(510), + [anon_sym_u00b1] = ACTIONS(512), + [anon_sym_BQUOTE] = ACTIONS(512), + [anon_sym_u00af] = ACTIONS(510), + [anon_sym_absolutevalue] = ACTIONS(512), + [anon_sym_u2335] = ACTIONS(512), + [anon_sym_sqrt] = ACTIONS(512), + [anon_sym_u221a] = ACTIONS(512), + [anon_sym_sine] = ACTIONS(512), + [anon_sym_u25cb] = ACTIONS(512), + [anon_sym_u223f] = ACTIONS(512), + [anon_sym_floor] = ACTIONS(512), + [anon_sym_u230a] = ACTIONS(512), + [anon_sym_ceiling] = ACTIONS(512), + [anon_sym_u2308] = ACTIONS(512), + [anon_sym_round] = ACTIONS(512), + [anon_sym_u2045] = ACTIONS(512), + [anon_sym_EQ] = ACTIONS(512), + [anon_sym_BANG_EQ] = ACTIONS(512), + [anon_sym_u2260] = ACTIONS(512), + [anon_sym_LT] = ACTIONS(510), + [anon_sym_LT_EQ] = ACTIONS(512), + [anon_sym_u2264] = ACTIONS(512), + [anon_sym_GT] = ACTIONS(510), + [anon_sym_GT_EQ] = ACTIONS(512), + [anon_sym_u2265] = ACTIONS(512), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(512), + [anon_sym_STAR] = ACTIONS(512), + [anon_sym_u00d7] = ACTIONS(512), + [anon_sym_PERCENT] = ACTIONS(512), + [anon_sym_u00f7] = ACTIONS(512), + [anon_sym_modulus] = ACTIONS(512), + [anon_sym_u25ff] = ACTIONS(512), + [anon_sym_power] = ACTIONS(512), + [anon_sym_u207f] = ACTIONS(512), + [anon_sym_logarithm] = ACTIONS(512), + [anon_sym_u2099] = ACTIONS(512), + [anon_sym_minimum] = ACTIONS(512), + [anon_sym_u21a7] = ACTIONS(512), + [anon_sym_maximum] = ACTIONS(512), + [anon_sym_u21a5] = ACTIONS(512), + [anon_sym_atangent] = ACTIONS(512), + [anon_sym_u2220] = ACTIONS(512), + [anon_sym_length] = ACTIONS(512), + [anon_sym_u29fb] = ACTIONS(512), + [anon_sym_shape] = ACTIONS(512), + [anon_sym_u25b3] = ACTIONS(512), + [anon_sym_range] = ACTIONS(512), + [anon_sym_u21e1] = ACTIONS(512), + [anon_sym_first] = ACTIONS(512), + [anon_sym_u22a2] = ACTIONS(512), + [anon_sym_reverse] = ACTIONS(512), + [anon_sym_u21cc] = ACTIONS(512), + [anon_sym_deshape] = ACTIONS(512), + [anon_sym_u266d] = ACTIONS(512), + [anon_sym_bits] = ACTIONS(512), + [anon_sym_u22ef] = ACTIONS(512), + [anon_sym_transpose] = ACTIONS(512), + [anon_sym_u2349] = ACTIONS(512), + [anon_sym_rise] = ACTIONS(512), + [anon_sym_u234f] = ACTIONS(512), + [anon_sym_fall] = ACTIONS(512), + [anon_sym_u2356] = ACTIONS(512), + [anon_sym_where] = ACTIONS(512), + [anon_sym_u229a] = ACTIONS(512), + [anon_sym_classify] = ACTIONS(512), + [anon_sym_u229b] = ACTIONS(512), + [anon_sym_deduplicate] = ACTIONS(512), + [anon_sym_u25f4] = ACTIONS(512), + [anon_sym_box] = ACTIONS(512), + [anon_sym_u25a1] = ACTIONS(512), + [anon_sym_match] = ACTIONS(512), + [anon_sym_u224d] = ACTIONS(512), + [anon_sym_couple] = ACTIONS(512), + [anon_sym_u229f] = ACTIONS(512), + [anon_sym_join] = ACTIONS(512), + [anon_sym_u2282] = ACTIONS(512), + [anon_sym_select] = ACTIONS(512), + [anon_sym_u228f] = ACTIONS(512), + [anon_sym_pick] = ACTIONS(512), + [anon_sym_u22a1] = ACTIONS(512), + [anon_sym_reshape] = ACTIONS(512), + [anon_sym_u21af] = ACTIONS(512), + [anon_sym_take] = ACTIONS(512), + [anon_sym_u2199] = ACTIONS(512), + [anon_sym_drop] = ACTIONS(512), + [anon_sym_u2198] = ACTIONS(512), + [anon_sym_rotate] = ACTIONS(512), + [anon_sym_u21bb] = ACTIONS(512), + [anon_sym_windows] = ACTIONS(512), + [anon_sym_u25eb] = ACTIONS(512), + [anon_sym_keep] = ACTIONS(512), + [anon_sym_u25bd] = ACTIONS(512), + [anon_sym_find] = ACTIONS(512), + [anon_sym_u2315] = ACTIONS(512), + [anon_sym_indexof] = ACTIONS(512), + [anon_sym_u2297] = ACTIONS(512), + [anon_sym_assert] = ACTIONS(512), + [anon_sym_u2364] = ACTIONS(512), + [anon_sym_wait] = ACTIONS(512), + [anon_sym_parse] = ACTIONS(512), + [anon_sym_u22d5] = ACTIONS(512), + [anon_sym_random] = ACTIONS(512), + [anon_sym_u2682] = ACTIONS(512), + [anon_sym_gen] = ACTIONS(512), + [anon_sym_tag] = ACTIONS(512), + [anon_sym_now] = ACTIONS(512), + [anon_sym_type] = ACTIONS(512), + [anon_sym_u2e2e] = ACTIONS(512), + [anon_sym_dump] = ACTIONS(512), + [anon_sym_regex] = ACTIONS(512), + [anon_sym_send] = ACTIONS(512), + [anon_sym_recv] = ACTIONS(512), + [anon_sym_tryrecv] = ACTIONS(512), + [anon_sym_complex] = ACTIONS(512), + [anon_sym_u2102] = ACTIONS(512), + [anon_sym_rerank] = ACTIONS(512), + [anon_sym_u2607] = ACTIONS(512), + [anon_sym_fix] = ACTIONS(512), + [anon_sym_u00a4] = ACTIONS(512), + [anon_sym_QMARK] = ACTIONS(512), + [anon_sym_unique] = ACTIONS(512), + [anon_sym_u25f0] = ACTIONS(512), + [anon_sym_map] = ACTIONS(512), + [anon_sym_has] = ACTIONS(512), + [anon_sym_get] = ACTIONS(512), + [anon_sym_insert] = ACTIONS(512), + [anon_sym_remove] = ACTIONS(512), + [anon_sym_repr] = ACTIONS(512), + [anon_sym_mask] = ACTIONS(512), + [anon_sym_u29b7] = ACTIONS(512), + [anon_sym_csv] = ACTIONS(512), + [anon_sym_json] = ACTIONS(512), + [anon_sym_xlsx] = ACTIONS(512), + [anon_sym_memberOf] = ACTIONS(512), + [anon_sym_u2208] = ACTIONS(512), + [anon_sym_imen] = ACTIONS(512), + [anon_sym_gife] = ACTIONS(512), + [anon_sym_auden] = ACTIONS(512), + [anon_sym_utfu2088] = ACTIONS(512), + [anon_sym_datetime] = ACTIONS(512), + [anon_sym_choose] = ACTIONS(512), + [anon_sym_permute] = ACTIONS(512), + [anon_sym_orient] = ACTIONS(512), + [anon_sym_u2938] = ACTIONS(512), + [anon_sym_fft] = ACTIONS(512), + [anon_sym_graphemes] = ACTIONS(512), + [anon_sym_timezone] = ACTIONS(512), + [anon_sym_around] = ACTIONS(512), + [anon_sym_u2019] = ACTIONS(512), + [anon_sym_base] = ACTIONS(512), + [anon_sym_sort] = ACTIONS(512), + [anon_sym_u2346] = ACTIONS(512), + [anon_sym_last] = ACTIONS(512), + [anon_sym_u22a3] = ACTIONS(512), + [anon_sym_reduce] = ACTIONS(512), + [anon_sym_SLASH] = ACTIONS(512), + [anon_sym_scan] = ACTIONS(512), + [anon_sym_BSLASH] = ACTIONS(512), + [anon_sym_each] = ACTIONS(512), + [anon_sym_u2235] = ACTIONS(512), + [anon_sym_rows] = ACTIONS(512), + [anon_sym_u2261] = ACTIONS(512), + [anon_sym_repeat] = ACTIONS(512), + [anon_sym_u2365] = ACTIONS(512), + [anon_sym_dip] = ACTIONS(512), + [anon_sym_u2299] = ACTIONS(512), + [anon_sym_gap] = ACTIONS(512), + [anon_sym_u22c5] = ACTIONS(512), + [anon_sym_spawn] = ACTIONS(512), + [anon_sym_rectify] = ACTIONS(512), + [anon_sym_u2305] = ACTIONS(512), + [anon_sym_un] = ACTIONS(510), + [anon_sym_u00b0] = ACTIONS(512), + [anon_sym_on] = ACTIONS(510), + [anon_sym_u27dc] = ACTIONS(512), + [anon_sym_inventory] = ACTIONS(512), + [anon_sym_u235a] = ACTIONS(512), + [anon_sym_content] = ACTIONS(512), + [anon_sym_u25c7] = ACTIONS(512), + [anon_sym_pool] = ACTIONS(512), + [anon_sym_stringify] = ACTIONS(512), + [anon_sym_signature] = ACTIONS(512), + [anon_sym_triangle] = ACTIONS(512), + [anon_sym_u25f9] = ACTIONS(512), + [anon_sym_astar] = ACTIONS(512), + [anon_sym_with] = ACTIONS(512), + [anon_sym_u2919] = ACTIONS(512), + [anon_sym_off] = ACTIONS(512), + [anon_sym_u291a] = ACTIONS(512), + [anon_sym_above] = ACTIONS(512), + [anon_sym_u25e0] = ACTIONS(512), + [anon_sym_below] = ACTIONS(512), + [anon_sym_u25e1] = ACTIONS(512), + [anon_sym_anti] = ACTIONS(512), + [anon_sym_u231d] = ACTIONS(512), + [anon_sym_obverse] = ACTIONS(512), + [anon_sym_toples] = ACTIONS(512), + [anon_sym_u29c5] = ACTIONS(512), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(512), + [anon_sym_fold] = ACTIONS(512), + [anon_sym_u2227] = ACTIONS(512), + [anon_sym_table] = ACTIONS(512), + [anon_sym_u229e] = ACTIONS(512), + [anon_sym_group] = ACTIONS(512), + [anon_sym_u2295] = ACTIONS(512), + [anon_sym_partition] = ACTIONS(512), + [anon_sym_u229c] = ACTIONS(512), + [anon_sym_both] = ACTIONS(512), + [anon_sym_u2229] = ACTIONS(512), + [anon_sym_bracket] = ACTIONS(512), + [anon_sym_u2293] = ACTIONS(512), + [anon_sym_fork] = ACTIONS(512), + [anon_sym_u2283] = ACTIONS(512), + [anon_sym_under] = ACTIONS(512), + [anon_sym_u235c] = ACTIONS(512), + [anon_sym_fill] = ACTIONS(512), + [anon_sym_u2b1a] = ACTIONS(512), + [anon_sym_try] = ACTIONS(510), + [anon_sym_u2363] = ACTIONS(512), + [anon_sym_do] = ACTIONS(510), + [anon_sym_u2362] = ACTIONS(512), + [anon_sym_f] = ACTIONS(510), + [anon_sym_by] = ACTIONS(510), + [anon_sym_u22b8] = ACTIONS(512), + [anon_sym_quote] = ACTIONS(512), + [anon_sym_u2765] = ACTIONS(512), + [anon_sym_u2192] = ACTIONS(512), + [anon_sym_u2237] = ACTIONS(512), + [anon_sym_u00b7] = ACTIONS(512), + [anon_sym_u235b] = ACTIONS(512), + [anon_sym_u2302] = ACTIONS(512), + [anon_sym_u21b0] = ACTIONS(512), + [anon_sym_unpack] = ACTIONS(512), + [anon_sym_u2290] = ACTIONS(512), + [anon_sym_u229d] = ACTIONS(512), + [anon_sym_cross] = ACTIONS(512), + [anon_sym_u22a0] = ACTIONS(512), + [anon_sym_SEMI] = ACTIONS(512), + [anon_sym_deal] = ACTIONS(512), + [anon_sym_member] = ACTIONS(510), + [anon_sym_u220a] = ACTIONS(512), + [anon_sym_coordinate] = ACTIONS(512), + [anon_sym_u27d4] = ACTIONS(512), + [anon_sym_u03bb] = ACTIONS(512), + [anon_sym_u22ca] = ACTIONS(512), + [anon_sym_chunk] = ACTIONS(512), + [anon_sym_u2444] = ACTIONS(512), + [anon_sym_setinv] = ACTIONS(512), + [anon_sym_setund] = ACTIONS(512), + [anon_sym_struct] = ACTIONS(512), + [sym__endOfLine] = ACTIONS(512), }, [88] = { - [aux_sym_number_token1] = ACTIONS(536), - [sym_fraction] = ACTIONS(538), - [anon_sym_Days] = ACTIONS(536), - [anon_sym_Months] = ACTIONS(536), - [anon_sym_MonthDays] = ACTIONS(536), - [anon_sym_LeanMonthDays] = ACTIONS(536), - [anon_sym_White] = ACTIONS(536), - [anon_sym_Black] = ACTIONS(536), - [anon_sym_Red] = ACTIONS(536), - [anon_sym_Orange] = ACTIONS(536), - [anon_sym_Yellow] = ACTIONS(536), - [anon_sym_Green] = ACTIONS(536), - [anon_sym_Cyan] = ACTIONS(536), - [anon_sym_Blue] = ACTIONS(536), - [anon_sym_Purple] = ACTIONS(536), - [anon_sym_Magenta] = ACTIONS(536), - [anon_sym_Gay] = ACTIONS(536), - [anon_sym_Lesbian] = ACTIONS(536), - [anon_sym_Bi] = ACTIONS(536), - [anon_sym_Trans] = ACTIONS(536), - [anon_sym_Pan] = ACTIONS(536), - [anon_sym_Ace] = ACTIONS(536), - [anon_sym_Aro] = ACTIONS(536), - [anon_sym_Aroace] = ACTIONS(536), - [anon_sym_Enby] = ACTIONS(536), - [anon_sym_Fluid] = ACTIONS(536), - [anon_sym_Queer] = ACTIONS(536), - [anon_sym_Agender] = ACTIONS(536), - [anon_sym_PrideFlags] = ACTIONS(536), - [anon_sym_PrideFlagNames] = ACTIONS(536), - [anon_sym_True] = ACTIONS(536), - [anon_sym_False] = ACTIONS(536), - [anon_sym_NULL] = ACTIONS(536), - [anon_sym_Logo] = ACTIONS(536), - [anon_sym_Lena] = ACTIONS(536), - [anon_sym_Music] = ACTIONS(536), - [anon_sym_Lorem] = ACTIONS(536), - [anon_sym_Os] = ACTIONS(536), - [anon_sym_Family] = ACTIONS(536), - [anon_sym_Arch] = ACTIONS(536), - [anon_sym_ExeExt] = ACTIONS(536), - [anon_sym_DllExt] = ACTIONS(536), - [anon_sym_Sep] = ACTIONS(536), - [anon_sym_ThisFile] = ACTIONS(536), - [anon_sym_ThisFileName] = ACTIONS(536), - [anon_sym_ThisFileDir] = ACTIONS(536), - [anon_sym_WorkingDir] = ACTIONS(536), - [anon_sym_NumProcs] = ACTIONS(536), - [anon_sym_Planets] = ACTIONS(536), - [anon_sym_Zodiac] = ACTIONS(536), - [anon_sym_Suits] = ACTIONS(536), - [anon_sym_Cards] = ACTIONS(536), - [anon_sym_Chess] = ACTIONS(536), - [anon_sym_Moon] = ACTIONS(536), - [anon_sym_Skin] = ACTIONS(536), - [anon_sym_People] = ACTIONS(536), - [anon_sym_Hair] = ACTIONS(536), - [aux_sym_character_token1] = ACTIONS(538), - [sym_string] = ACTIONS(538), - [sym_multiLineString] = ACTIONS(538), - [anon_sym_PIPE] = ACTIONS(538), - [sym_identifier] = ACTIONS(536), - [sym_identifierDeprecated] = ACTIONS(536), - [sym_system] = ACTIONS(538), - [sym_comment] = ACTIONS(536), - [sym_openParen] = ACTIONS(538), - [sym_closeParen] = ACTIONS(538), - [sym_openCurly] = ACTIONS(538), - [sym_closeCurly] = ACTIONS(538), - [sym_openBracket] = ACTIONS(538), - [sym_closeBracket] = ACTIONS(538), - [sym_underscore] = ACTIONS(538), - [anon_sym_CARET] = ACTIONS(538), - [anon_sym_SQUOTE] = ACTIONS(536), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(538), - [anon_sym_e] = ACTIONS(536), - [anon_sym_NaN] = ACTIONS(536), - [anon_sym_eta] = ACTIONS(538), - [anon_sym_u03b7] = ACTIONS(536), - [anon_sym_pi] = ACTIONS(536), - [anon_sym_u03c0] = ACTIONS(536), - [anon_sym_tau] = ACTIONS(538), - [anon_sym_u03c4] = ACTIONS(536), - [anon_sym_infinity] = ACTIONS(538), - [anon_sym_u221e] = ACTIONS(538), - [anon_sym_W] = ACTIONS(536), - [anon_sym_i] = ACTIONS(536), - [anon_sym_MaxInt] = ACTIONS(536), - [anon_sym_HexDigits] = ACTIONS(536), - [anon_sym_DOT] = ACTIONS(538), - [anon_sym_COMMA] = ACTIONS(538), - [anon_sym_COLON] = ACTIONS(538), - [anon_sym_u25cc] = ACTIONS(538), - [anon_sym_identity] = ACTIONS(538), - [anon_sym_id] = ACTIONS(536), - [anon_sym_u2218] = ACTIONS(538), - [anon_sym_not] = ACTIONS(538), - [anon_sym_u00ac] = ACTIONS(538), - [anon_sym_sign] = ACTIONS(536), - [anon_sym_u00b1] = ACTIONS(538), - [anon_sym_BQUOTE] = ACTIONS(538), - [anon_sym_u00af] = ACTIONS(536), - [anon_sym_absolutevalue] = ACTIONS(538), - [anon_sym_u2335] = ACTIONS(538), - [anon_sym_sqrt] = ACTIONS(538), - [anon_sym_u221a] = ACTIONS(538), - [anon_sym_sine] = ACTIONS(538), - [anon_sym_u25cb] = ACTIONS(538), - [anon_sym_u223f] = ACTIONS(538), - [anon_sym_floor] = ACTIONS(538), - [anon_sym_u230a] = ACTIONS(538), - [anon_sym_ceiling] = ACTIONS(538), - [anon_sym_u2308] = ACTIONS(538), - [anon_sym_round] = ACTIONS(538), - [anon_sym_u2045] = ACTIONS(538), - [anon_sym_EQ] = ACTIONS(538), - [anon_sym_BANG_EQ] = ACTIONS(538), - [anon_sym_u2260] = ACTIONS(538), - [anon_sym_LT] = ACTIONS(536), - [anon_sym_LT_EQ] = ACTIONS(538), - [anon_sym_u2264] = ACTIONS(538), - [anon_sym_GT] = ACTIONS(536), - [anon_sym_GT_EQ] = ACTIONS(538), - [anon_sym_u2265] = ACTIONS(538), - [anon_sym_PLUS] = ACTIONS(538), - [anon_sym_DASH] = ACTIONS(538), - [anon_sym_STAR] = ACTIONS(538), - [anon_sym_u00d7] = ACTIONS(538), - [anon_sym_PERCENT] = ACTIONS(538), - [anon_sym_u00f7] = ACTIONS(538), - [anon_sym_modulus] = ACTIONS(538), - [anon_sym_u25ff] = ACTIONS(538), - [anon_sym_power] = ACTIONS(538), - [anon_sym_u207f] = ACTIONS(538), - [anon_sym_logarithm] = ACTIONS(538), - [anon_sym_u2099] = ACTIONS(538), - [anon_sym_minimum] = ACTIONS(538), - [anon_sym_u21a7] = ACTIONS(538), - [anon_sym_maximum] = ACTIONS(538), - [anon_sym_u21a5] = ACTIONS(538), - [anon_sym_atangent] = ACTIONS(538), - [anon_sym_u2220] = ACTIONS(538), - [anon_sym_length] = ACTIONS(538), - [anon_sym_u29fb] = ACTIONS(538), - [anon_sym_shape] = ACTIONS(538), - [anon_sym_u25b3] = ACTIONS(538), - [anon_sym_range] = ACTIONS(538), - [anon_sym_u21e1] = ACTIONS(538), - [anon_sym_first] = ACTIONS(538), - [anon_sym_u22a2] = ACTIONS(538), - [anon_sym_reverse] = ACTIONS(538), - [anon_sym_u21cc] = ACTIONS(538), - [anon_sym_deshape] = ACTIONS(538), - [anon_sym_u266d] = ACTIONS(538), - [anon_sym_bits] = ACTIONS(538), - [anon_sym_u22ef] = ACTIONS(538), - [anon_sym_transpose] = ACTIONS(538), - [anon_sym_u2349] = ACTIONS(538), - [anon_sym_rise] = ACTIONS(538), - [anon_sym_u234f] = ACTIONS(538), - [anon_sym_fall] = ACTIONS(538), - [anon_sym_u2356] = ACTIONS(538), - [anon_sym_where] = ACTIONS(538), - [anon_sym_u229a] = ACTIONS(538), - [anon_sym_classify] = ACTIONS(538), - [anon_sym_u229b] = ACTIONS(538), - [anon_sym_deduplicate] = ACTIONS(538), - [anon_sym_u25f4] = ACTIONS(538), - [anon_sym_box] = ACTIONS(538), - [anon_sym_u25a1] = ACTIONS(538), - [anon_sym_match] = ACTIONS(538), - [anon_sym_u224d] = ACTIONS(538), - [anon_sym_couple] = ACTIONS(538), - [anon_sym_u229f] = ACTIONS(538), - [anon_sym_join] = ACTIONS(538), - [anon_sym_u2282] = ACTIONS(538), - [anon_sym_select] = ACTIONS(538), - [anon_sym_u228f] = ACTIONS(538), - [anon_sym_pick] = ACTIONS(538), - [anon_sym_u22a1] = ACTIONS(538), - [anon_sym_reshape] = ACTIONS(538), - [anon_sym_u21af] = ACTIONS(538), - [anon_sym_take] = ACTIONS(538), - [anon_sym_u2199] = ACTIONS(538), - [anon_sym_drop] = ACTIONS(538), - [anon_sym_u2198] = ACTIONS(538), - [anon_sym_rotate] = ACTIONS(538), - [anon_sym_u21bb] = ACTIONS(538), - [anon_sym_windows] = ACTIONS(538), - [anon_sym_u25eb] = ACTIONS(538), - [anon_sym_keep] = ACTIONS(538), - [anon_sym_u25bd] = ACTIONS(538), - [anon_sym_find] = ACTIONS(538), - [anon_sym_u2315] = ACTIONS(538), - [anon_sym_indexof] = ACTIONS(538), - [anon_sym_u2297] = ACTIONS(538), - [anon_sym_assert] = ACTIONS(538), - [anon_sym_u2364] = ACTIONS(538), - [anon_sym_wait] = ACTIONS(538), - [anon_sym_parse] = ACTIONS(538), - [anon_sym_u22d5] = ACTIONS(538), - [anon_sym_random] = ACTIONS(538), - [anon_sym_u2682] = ACTIONS(538), - [anon_sym_gen] = ACTIONS(538), - [anon_sym_tag] = ACTIONS(538), - [anon_sym_now] = ACTIONS(538), - [anon_sym_type] = ACTIONS(538), - [anon_sym_u2e2e] = ACTIONS(538), - [anon_sym_dump] = ACTIONS(538), - [anon_sym_regex] = ACTIONS(538), - [anon_sym_send] = ACTIONS(538), - [anon_sym_recv] = ACTIONS(538), - [anon_sym_tryrecv] = ACTIONS(538), - [anon_sym_complex] = ACTIONS(538), - [anon_sym_u2102] = ACTIONS(538), - [anon_sym_rerank] = ACTIONS(538), - [anon_sym_u2607] = ACTIONS(538), - [anon_sym_fix] = ACTIONS(538), - [anon_sym_u00a4] = ACTIONS(538), - [anon_sym_QMARK] = ACTIONS(538), - [anon_sym_unique] = ACTIONS(538), - [anon_sym_u25f0] = ACTIONS(538), - [anon_sym_map] = ACTIONS(538), - [anon_sym_has] = ACTIONS(538), - [anon_sym_get] = ACTIONS(538), - [anon_sym_insert] = ACTIONS(538), - [anon_sym_remove] = ACTIONS(538), - [anon_sym_repr] = ACTIONS(538), - [anon_sym_mask] = ACTIONS(538), - [anon_sym_u29b7] = ACTIONS(538), - [anon_sym_csv] = ACTIONS(538), - [anon_sym_json] = ACTIONS(538), - [anon_sym_xlsx] = ACTIONS(538), - [anon_sym_memberOf] = ACTIONS(538), - [anon_sym_u2208] = ACTIONS(538), - [anon_sym_imen] = ACTIONS(538), - [anon_sym_gife] = ACTIONS(538), - [anon_sym_auden] = ACTIONS(538), - [anon_sym_utfu2088] = ACTIONS(538), - [anon_sym_datetime] = ACTIONS(538), - [anon_sym_chunk] = ACTIONS(538), - [anon_sym_u2444] = ACTIONS(538), - [anon_sym_choose] = ACTIONS(538), - [anon_sym_permute] = ACTIONS(538), - [anon_sym_orient] = ACTIONS(538), - [anon_sym_fft] = ACTIONS(538), - [anon_sym_reduce] = ACTIONS(538), - [anon_sym_SLASH] = ACTIONS(538), - [anon_sym_scan] = ACTIONS(538), - [anon_sym_BSLASH] = ACTIONS(538), - [anon_sym_each] = ACTIONS(538), - [anon_sym_u2235] = ACTIONS(538), - [anon_sym_rows] = ACTIONS(538), - [anon_sym_u2261] = ACTIONS(538), - [anon_sym_repeat] = ACTIONS(538), - [anon_sym_u2365] = ACTIONS(538), - [anon_sym_dip] = ACTIONS(538), - [anon_sym_u2299] = ACTIONS(538), - [anon_sym_gap] = ACTIONS(538), - [anon_sym_u22c5] = ACTIONS(538), - [anon_sym_spawn] = ACTIONS(538), - [anon_sym_rectify] = ACTIONS(538), - [anon_sym_u2305] = ACTIONS(538), - [anon_sym_un] = ACTIONS(536), - [anon_sym_u00b0] = ACTIONS(538), - [anon_sym_on] = ACTIONS(536), - [anon_sym_u27dc] = ACTIONS(538), - [anon_sym_inventory] = ACTIONS(538), - [anon_sym_u235a] = ACTIONS(538), - [anon_sym_content] = ACTIONS(538), - [anon_sym_u25c7] = ACTIONS(538), - [anon_sym_pool] = ACTIONS(538), - [anon_sym_stringify] = ACTIONS(538), - [anon_sym_signature] = ACTIONS(538), - [anon_sym_triangle] = ACTIONS(538), - [anon_sym_u25f9] = ACTIONS(538), - [anon_sym_astar] = ACTIONS(538), - [anon_sym_but] = ACTIONS(538), - [anon_sym_u2919] = ACTIONS(538), - [anon_sym_with] = ACTIONS(538), - [anon_sym_u291a] = ACTIONS(538), - [anon_sym_above] = ACTIONS(538), - [anon_sym_u25e0] = ACTIONS(538), - [anon_sym_below] = ACTIONS(538), - [anon_sym_u25e1] = ACTIONS(538), - [anon_sym_fold] = ACTIONS(538), - [anon_sym_u2227] = ACTIONS(538), - [anon_sym_table] = ACTIONS(538), - [anon_sym_u229e] = ACTIONS(538), - [anon_sym_group] = ACTIONS(538), - [anon_sym_u2295] = ACTIONS(538), - [anon_sym_partition] = ACTIONS(538), - [anon_sym_u229c] = ACTIONS(538), - [anon_sym_both] = ACTIONS(538), - [anon_sym_u2229] = ACTIONS(538), - [anon_sym_bracket] = ACTIONS(538), - [anon_sym_u2293] = ACTIONS(538), - [anon_sym_fork] = ACTIONS(538), - [anon_sym_u2283] = ACTIONS(538), - [anon_sym_under] = ACTIONS(538), - [anon_sym_u235c] = ACTIONS(538), - [anon_sym_fill] = ACTIONS(538), - [anon_sym_u2b1a] = ACTIONS(538), - [anon_sym_try] = ACTIONS(536), - [anon_sym_u2363] = ACTIONS(538), - [anon_sym_do] = ACTIONS(536), - [anon_sym_u2362] = ACTIONS(538), - [anon_sym_setinv] = ACTIONS(538), - [anon_sym_setunder] = ACTIONS(538), - [anon_sym_f] = ACTIONS(536), - [anon_sym_by] = ACTIONS(536), - [anon_sym_u22b8] = ACTIONS(538), - [anon_sym_quote] = ACTIONS(538), - [anon_sym_struct] = ACTIONS(538), - [anon_sym_u2765] = ACTIONS(538), - [anon_sym_u2192] = ACTIONS(538), - [anon_sym_u2237] = ACTIONS(538), - [anon_sym_u00b7] = ACTIONS(538), - [anon_sym_u235b] = ACTIONS(538), - [anon_sym_u2302] = ACTIONS(538), - [anon_sym_u21b0] = ACTIONS(538), - [anon_sym_unpack] = ACTIONS(538), - [anon_sym_u2290] = ACTIONS(538), - [anon_sym_u229d] = ACTIONS(538), - [anon_sym_cross] = ACTIONS(538), - [anon_sym_u22a0] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(538), - [anon_sym_deal] = ACTIONS(538), - [anon_sym_strands] = ACTIONS(538), - [anon_sym_u203f] = ACTIONS(538), - [anon_sym_member] = ACTIONS(536), - [anon_sym_u220a] = ACTIONS(538), - [anon_sym_coordinate] = ACTIONS(538), - [anon_sym_u27d4] = ACTIONS(538), - [anon_sym_u03bb] = ACTIONS(538), - [anon_sym_u22ca] = ACTIONS(538), - [sym__endOfLine] = ACTIONS(538), + [aux_sym_number_token1] = ACTIONS(514), + [sym_fraction] = ACTIONS(516), + [anon_sym_Days] = ACTIONS(514), + [anon_sym_Months] = ACTIONS(514), + [anon_sym_MonthDays] = ACTIONS(514), + [anon_sym_LeanMonthDays] = ACTIONS(514), + [anon_sym_White] = ACTIONS(514), + [anon_sym_Black] = ACTIONS(514), + [anon_sym_Red] = ACTIONS(514), + [anon_sym_Orange] = ACTIONS(514), + [anon_sym_Yellow] = ACTIONS(514), + [anon_sym_Green] = ACTIONS(514), + [anon_sym_Cyan] = ACTIONS(514), + [anon_sym_Blue] = ACTIONS(514), + [anon_sym_Purple] = ACTIONS(514), + [anon_sym_Magenta] = ACTIONS(514), + [anon_sym_Gay] = ACTIONS(514), + [anon_sym_Lesbian] = ACTIONS(514), + [anon_sym_Bi] = ACTIONS(514), + [anon_sym_Trans] = ACTIONS(514), + [anon_sym_Pan] = ACTIONS(514), + [anon_sym_Ace] = ACTIONS(514), + [anon_sym_Aro] = ACTIONS(514), + [anon_sym_Aroace] = ACTIONS(514), + [anon_sym_Enby] = ACTIONS(514), + [anon_sym_Fluid] = ACTIONS(514), + [anon_sym_Queer] = ACTIONS(514), + [anon_sym_Agender] = ACTIONS(514), + [anon_sym_PrideFlags] = ACTIONS(514), + [anon_sym_PrideFlagNames] = ACTIONS(514), + [anon_sym_True] = ACTIONS(514), + [anon_sym_False] = ACTIONS(514), + [anon_sym_NULL] = ACTIONS(514), + [anon_sym_Logo] = ACTIONS(514), + [anon_sym_Lena] = ACTIONS(514), + [anon_sym_Music] = ACTIONS(514), + [anon_sym_Lorem] = ACTIONS(514), + [anon_sym_Os] = ACTIONS(514), + [anon_sym_Family] = ACTIONS(514), + [anon_sym_Arch] = ACTIONS(514), + [anon_sym_ExeExt] = ACTIONS(514), + [anon_sym_DllExt] = ACTIONS(514), + [anon_sym_Sep] = ACTIONS(514), + [anon_sym_ThisFile] = ACTIONS(514), + [anon_sym_ThisFileName] = ACTIONS(514), + [anon_sym_ThisFileDir] = ACTIONS(514), + [anon_sym_WorkingDir] = ACTIONS(514), + [anon_sym_NumProcs] = ACTIONS(514), + [anon_sym_Planets] = ACTIONS(514), + [anon_sym_Zodiac] = ACTIONS(514), + [anon_sym_Suits] = ACTIONS(514), + [anon_sym_Cards] = ACTIONS(514), + [anon_sym_Chess] = ACTIONS(514), + [anon_sym_Moon] = ACTIONS(514), + [anon_sym_Skin] = ACTIONS(514), + [anon_sym_People] = ACTIONS(514), + [anon_sym_Hair] = ACTIONS(514), + [anon_sym_Cat] = ACTIONS(514), + [aux_sym_character_token1] = ACTIONS(516), + [sym_string] = ACTIONS(516), + [sym_multiLineString] = ACTIONS(516), + [anon_sym_PIPE] = ACTIONS(516), + [sym_identifier] = ACTIONS(514), + [sym_identifierDeprecated] = ACTIONS(514), + [sym_system] = ACTIONS(516), + [sym_comment] = ACTIONS(514), + [sym_openParen] = ACTIONS(516), + [sym_closeParen] = ACTIONS(516), + [sym_openCurly] = ACTIONS(516), + [sym_closeCurly] = ACTIONS(516), + [sym_openBracket] = ACTIONS(514), + [sym_closeBracket] = ACTIONS(516), + [sym_underscore] = ACTIONS(516), + [anon_sym_CARET] = ACTIONS(516), + [anon_sym_SQUOTE] = ACTIONS(514), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(516), + [anon_sym_e] = ACTIONS(514), + [anon_sym_NaN] = ACTIONS(514), + [anon_sym_eta] = ACTIONS(516), + [anon_sym_u03b7] = ACTIONS(514), + [anon_sym_pi] = ACTIONS(514), + [anon_sym_u03c0] = ACTIONS(514), + [anon_sym_tau] = ACTIONS(516), + [anon_sym_u03c4] = ACTIONS(514), + [anon_sym_infinity] = ACTIONS(516), + [anon_sym_u221e] = ACTIONS(516), + [anon_sym_W] = ACTIONS(514), + [anon_sym_i] = ACTIONS(514), + [anon_sym_MaxInt] = ACTIONS(514), + [anon_sym_HexDigits] = ACTIONS(514), + [anon_sym_DOT] = ACTIONS(516), + [anon_sym_COMMA] = ACTIONS(516), + [anon_sym_COLON] = ACTIONS(516), + [anon_sym_u25cc] = ACTIONS(516), + [anon_sym_identity] = ACTIONS(516), + [anon_sym_id] = ACTIONS(514), + [anon_sym_u2218] = ACTIONS(516), + [anon_sym_not] = ACTIONS(516), + [anon_sym_u00ac] = ACTIONS(516), + [anon_sym_sign] = ACTIONS(514), + [anon_sym_u00b1] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_u00af] = ACTIONS(514), + [anon_sym_absolutevalue] = ACTIONS(516), + [anon_sym_u2335] = ACTIONS(516), + [anon_sym_sqrt] = ACTIONS(516), + [anon_sym_u221a] = ACTIONS(516), + [anon_sym_sine] = ACTIONS(516), + [anon_sym_u25cb] = ACTIONS(516), + [anon_sym_u223f] = ACTIONS(516), + [anon_sym_floor] = ACTIONS(516), + [anon_sym_u230a] = ACTIONS(516), + [anon_sym_ceiling] = ACTIONS(516), + [anon_sym_u2308] = ACTIONS(516), + [anon_sym_round] = ACTIONS(516), + [anon_sym_u2045] = ACTIONS(516), + [anon_sym_EQ] = ACTIONS(516), + [anon_sym_BANG_EQ] = ACTIONS(516), + [anon_sym_u2260] = ACTIONS(516), + [anon_sym_LT] = ACTIONS(514), + [anon_sym_LT_EQ] = ACTIONS(516), + [anon_sym_u2264] = ACTIONS(516), + [anon_sym_GT] = ACTIONS(514), + [anon_sym_GT_EQ] = ACTIONS(516), + [anon_sym_u2265] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(516), + [anon_sym_DASH] = ACTIONS(516), + [anon_sym_STAR] = ACTIONS(516), + [anon_sym_u00d7] = ACTIONS(516), + [anon_sym_PERCENT] = ACTIONS(516), + [anon_sym_u00f7] = ACTIONS(516), + [anon_sym_modulus] = ACTIONS(516), + [anon_sym_u25ff] = ACTIONS(516), + [anon_sym_power] = ACTIONS(516), + [anon_sym_u207f] = ACTIONS(516), + [anon_sym_logarithm] = ACTIONS(516), + [anon_sym_u2099] = ACTIONS(516), + [anon_sym_minimum] = ACTIONS(516), + [anon_sym_u21a7] = ACTIONS(516), + [anon_sym_maximum] = ACTIONS(516), + [anon_sym_u21a5] = ACTIONS(516), + [anon_sym_atangent] = ACTIONS(516), + [anon_sym_u2220] = ACTIONS(516), + [anon_sym_length] = ACTIONS(516), + [anon_sym_u29fb] = ACTIONS(516), + [anon_sym_shape] = ACTIONS(516), + [anon_sym_u25b3] = ACTIONS(516), + [anon_sym_range] = ACTIONS(516), + [anon_sym_u21e1] = ACTIONS(516), + [anon_sym_first] = ACTIONS(516), + [anon_sym_u22a2] = ACTIONS(516), + [anon_sym_reverse] = ACTIONS(516), + [anon_sym_u21cc] = ACTIONS(516), + [anon_sym_deshape] = ACTIONS(516), + [anon_sym_u266d] = ACTIONS(516), + [anon_sym_bits] = ACTIONS(516), + [anon_sym_u22ef] = ACTIONS(516), + [anon_sym_transpose] = ACTIONS(516), + [anon_sym_u2349] = ACTIONS(516), + [anon_sym_rise] = ACTIONS(516), + [anon_sym_u234f] = ACTIONS(516), + [anon_sym_fall] = ACTIONS(516), + [anon_sym_u2356] = ACTIONS(516), + [anon_sym_where] = ACTIONS(516), + [anon_sym_u229a] = ACTIONS(516), + [anon_sym_classify] = ACTIONS(516), + [anon_sym_u229b] = ACTIONS(516), + [anon_sym_deduplicate] = ACTIONS(516), + [anon_sym_u25f4] = ACTIONS(516), + [anon_sym_box] = ACTIONS(516), + [anon_sym_u25a1] = ACTIONS(516), + [anon_sym_match] = ACTIONS(516), + [anon_sym_u224d] = ACTIONS(516), + [anon_sym_couple] = ACTIONS(516), + [anon_sym_u229f] = ACTIONS(516), + [anon_sym_join] = ACTIONS(516), + [anon_sym_u2282] = ACTIONS(516), + [anon_sym_select] = ACTIONS(516), + [anon_sym_u228f] = ACTIONS(516), + [anon_sym_pick] = ACTIONS(516), + [anon_sym_u22a1] = ACTIONS(516), + [anon_sym_reshape] = ACTIONS(516), + [anon_sym_u21af] = ACTIONS(516), + [anon_sym_take] = ACTIONS(516), + [anon_sym_u2199] = ACTIONS(516), + [anon_sym_drop] = ACTIONS(516), + [anon_sym_u2198] = ACTIONS(516), + [anon_sym_rotate] = ACTIONS(516), + [anon_sym_u21bb] = ACTIONS(516), + [anon_sym_windows] = ACTIONS(516), + [anon_sym_u25eb] = ACTIONS(516), + [anon_sym_keep] = ACTIONS(516), + [anon_sym_u25bd] = ACTIONS(516), + [anon_sym_find] = ACTIONS(516), + [anon_sym_u2315] = ACTIONS(516), + [anon_sym_indexof] = ACTIONS(516), + [anon_sym_u2297] = ACTIONS(516), + [anon_sym_assert] = ACTIONS(516), + [anon_sym_u2364] = ACTIONS(516), + [anon_sym_wait] = ACTIONS(516), + [anon_sym_parse] = ACTIONS(516), + [anon_sym_u22d5] = ACTIONS(516), + [anon_sym_random] = ACTIONS(516), + [anon_sym_u2682] = ACTIONS(516), + [anon_sym_gen] = ACTIONS(516), + [anon_sym_tag] = ACTIONS(516), + [anon_sym_now] = ACTIONS(516), + [anon_sym_type] = ACTIONS(516), + [anon_sym_u2e2e] = ACTIONS(516), + [anon_sym_dump] = ACTIONS(516), + [anon_sym_regex] = ACTIONS(516), + [anon_sym_send] = ACTIONS(516), + [anon_sym_recv] = ACTIONS(516), + [anon_sym_tryrecv] = ACTIONS(516), + [anon_sym_complex] = ACTIONS(516), + [anon_sym_u2102] = ACTIONS(516), + [anon_sym_rerank] = ACTIONS(516), + [anon_sym_u2607] = ACTIONS(516), + [anon_sym_fix] = ACTIONS(516), + [anon_sym_u00a4] = ACTIONS(516), + [anon_sym_QMARK] = ACTIONS(516), + [anon_sym_unique] = ACTIONS(516), + [anon_sym_u25f0] = ACTIONS(516), + [anon_sym_map] = ACTIONS(516), + [anon_sym_has] = ACTIONS(516), + [anon_sym_get] = ACTIONS(516), + [anon_sym_insert] = ACTIONS(516), + [anon_sym_remove] = ACTIONS(516), + [anon_sym_repr] = ACTIONS(516), + [anon_sym_mask] = ACTIONS(516), + [anon_sym_u29b7] = ACTIONS(516), + [anon_sym_csv] = ACTIONS(516), + [anon_sym_json] = ACTIONS(516), + [anon_sym_xlsx] = ACTIONS(516), + [anon_sym_memberOf] = ACTIONS(516), + [anon_sym_u2208] = ACTIONS(516), + [anon_sym_imen] = ACTIONS(516), + [anon_sym_gife] = ACTIONS(516), + [anon_sym_auden] = ACTIONS(516), + [anon_sym_utfu2088] = ACTIONS(516), + [anon_sym_datetime] = ACTIONS(516), + [anon_sym_choose] = ACTIONS(516), + [anon_sym_permute] = ACTIONS(516), + [anon_sym_orient] = ACTIONS(516), + [anon_sym_u2938] = ACTIONS(516), + [anon_sym_fft] = ACTIONS(516), + [anon_sym_graphemes] = ACTIONS(516), + [anon_sym_timezone] = ACTIONS(516), + [anon_sym_around] = ACTIONS(516), + [anon_sym_u2019] = ACTIONS(516), + [anon_sym_base] = ACTIONS(516), + [anon_sym_sort] = ACTIONS(516), + [anon_sym_u2346] = ACTIONS(516), + [anon_sym_last] = ACTIONS(516), + [anon_sym_u22a3] = ACTIONS(516), + [anon_sym_reduce] = ACTIONS(516), + [anon_sym_SLASH] = ACTIONS(516), + [anon_sym_scan] = ACTIONS(516), + [anon_sym_BSLASH] = ACTIONS(516), + [anon_sym_each] = ACTIONS(516), + [anon_sym_u2235] = ACTIONS(516), + [anon_sym_rows] = ACTIONS(516), + [anon_sym_u2261] = ACTIONS(516), + [anon_sym_repeat] = ACTIONS(516), + [anon_sym_u2365] = ACTIONS(516), + [anon_sym_dip] = ACTIONS(516), + [anon_sym_u2299] = ACTIONS(516), + [anon_sym_gap] = ACTIONS(516), + [anon_sym_u22c5] = ACTIONS(516), + [anon_sym_spawn] = ACTIONS(516), + [anon_sym_rectify] = ACTIONS(516), + [anon_sym_u2305] = ACTIONS(516), + [anon_sym_un] = ACTIONS(514), + [anon_sym_u00b0] = ACTIONS(516), + [anon_sym_on] = ACTIONS(514), + [anon_sym_u27dc] = ACTIONS(516), + [anon_sym_inventory] = ACTIONS(516), + [anon_sym_u235a] = ACTIONS(516), + [anon_sym_content] = ACTIONS(516), + [anon_sym_u25c7] = ACTIONS(516), + [anon_sym_pool] = ACTIONS(516), + [anon_sym_stringify] = ACTIONS(516), + [anon_sym_signature] = ACTIONS(516), + [anon_sym_triangle] = ACTIONS(516), + [anon_sym_u25f9] = ACTIONS(516), + [anon_sym_astar] = ACTIONS(516), + [anon_sym_with] = ACTIONS(516), + [anon_sym_u2919] = ACTIONS(516), + [anon_sym_off] = ACTIONS(516), + [anon_sym_u291a] = ACTIONS(516), + [anon_sym_above] = ACTIONS(516), + [anon_sym_u25e0] = ACTIONS(516), + [anon_sym_below] = ACTIONS(516), + [anon_sym_u25e1] = ACTIONS(516), + [anon_sym_anti] = ACTIONS(516), + [anon_sym_u231d] = ACTIONS(516), + [anon_sym_obverse] = ACTIONS(516), + [anon_sym_toples] = ACTIONS(516), + [anon_sym_u29c5] = ACTIONS(516), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(516), + [anon_sym_fold] = ACTIONS(516), + [anon_sym_u2227] = ACTIONS(516), + [anon_sym_table] = ACTIONS(516), + [anon_sym_u229e] = ACTIONS(516), + [anon_sym_group] = ACTIONS(516), + [anon_sym_u2295] = ACTIONS(516), + [anon_sym_partition] = ACTIONS(516), + [anon_sym_u229c] = ACTIONS(516), + [anon_sym_both] = ACTIONS(516), + [anon_sym_u2229] = ACTIONS(516), + [anon_sym_bracket] = ACTIONS(516), + [anon_sym_u2293] = ACTIONS(516), + [anon_sym_fork] = ACTIONS(516), + [anon_sym_u2283] = ACTIONS(516), + [anon_sym_under] = ACTIONS(516), + [anon_sym_u235c] = ACTIONS(516), + [anon_sym_fill] = ACTIONS(516), + [anon_sym_u2b1a] = ACTIONS(516), + [anon_sym_try] = ACTIONS(514), + [anon_sym_u2363] = ACTIONS(516), + [anon_sym_do] = ACTIONS(514), + [anon_sym_u2362] = ACTIONS(516), + [anon_sym_f] = ACTIONS(514), + [anon_sym_by] = ACTIONS(514), + [anon_sym_u22b8] = ACTIONS(516), + [anon_sym_quote] = ACTIONS(516), + [anon_sym_u2765] = ACTIONS(516), + [anon_sym_u2192] = ACTIONS(516), + [anon_sym_u2237] = ACTIONS(516), + [anon_sym_u00b7] = ACTIONS(516), + [anon_sym_u235b] = ACTIONS(516), + [anon_sym_u2302] = ACTIONS(516), + [anon_sym_u21b0] = ACTIONS(516), + [anon_sym_unpack] = ACTIONS(516), + [anon_sym_u2290] = ACTIONS(516), + [anon_sym_u229d] = ACTIONS(516), + [anon_sym_cross] = ACTIONS(516), + [anon_sym_u22a0] = ACTIONS(516), + [anon_sym_SEMI] = ACTIONS(516), + [anon_sym_deal] = ACTIONS(516), + [anon_sym_member] = ACTIONS(514), + [anon_sym_u220a] = ACTIONS(516), + [anon_sym_coordinate] = ACTIONS(516), + [anon_sym_u27d4] = ACTIONS(516), + [anon_sym_u03bb] = ACTIONS(516), + [anon_sym_u22ca] = ACTIONS(516), + [anon_sym_chunk] = ACTIONS(516), + [anon_sym_u2444] = ACTIONS(516), + [anon_sym_setinv] = ACTIONS(516), + [anon_sym_setund] = ACTIONS(516), + [anon_sym_struct] = ACTIONS(516), + [sym__endOfLine] = ACTIONS(516), }, [89] = { - [aux_sym_number_token1] = ACTIONS(540), - [sym_fraction] = ACTIONS(542), - [anon_sym_Days] = ACTIONS(540), - [anon_sym_Months] = ACTIONS(540), - [anon_sym_MonthDays] = ACTIONS(540), - [anon_sym_LeanMonthDays] = ACTIONS(540), - [anon_sym_White] = ACTIONS(540), - [anon_sym_Black] = ACTIONS(540), - [anon_sym_Red] = ACTIONS(540), - [anon_sym_Orange] = ACTIONS(540), - [anon_sym_Yellow] = ACTIONS(540), - [anon_sym_Green] = ACTIONS(540), - [anon_sym_Cyan] = ACTIONS(540), - [anon_sym_Blue] = ACTIONS(540), - [anon_sym_Purple] = ACTIONS(540), - [anon_sym_Magenta] = ACTIONS(540), - [anon_sym_Gay] = ACTIONS(540), - [anon_sym_Lesbian] = ACTIONS(540), - [anon_sym_Bi] = ACTIONS(540), - [anon_sym_Trans] = ACTIONS(540), - [anon_sym_Pan] = ACTIONS(540), - [anon_sym_Ace] = ACTIONS(540), - [anon_sym_Aro] = ACTIONS(540), - [anon_sym_Aroace] = ACTIONS(540), - [anon_sym_Enby] = ACTIONS(540), - [anon_sym_Fluid] = ACTIONS(540), - [anon_sym_Queer] = ACTIONS(540), - [anon_sym_Agender] = ACTIONS(540), - [anon_sym_PrideFlags] = ACTIONS(540), - [anon_sym_PrideFlagNames] = ACTIONS(540), - [anon_sym_True] = ACTIONS(540), - [anon_sym_False] = ACTIONS(540), - [anon_sym_NULL] = ACTIONS(540), - [anon_sym_Logo] = ACTIONS(540), - [anon_sym_Lena] = ACTIONS(540), - [anon_sym_Music] = ACTIONS(540), - [anon_sym_Lorem] = ACTIONS(540), - [anon_sym_Os] = ACTIONS(540), - [anon_sym_Family] = ACTIONS(540), - [anon_sym_Arch] = ACTIONS(540), - [anon_sym_ExeExt] = ACTIONS(540), - [anon_sym_DllExt] = ACTIONS(540), - [anon_sym_Sep] = ACTIONS(540), - [anon_sym_ThisFile] = ACTIONS(540), - [anon_sym_ThisFileName] = ACTIONS(540), - [anon_sym_ThisFileDir] = ACTIONS(540), - [anon_sym_WorkingDir] = ACTIONS(540), - [anon_sym_NumProcs] = ACTIONS(540), - [anon_sym_Planets] = ACTIONS(540), - [anon_sym_Zodiac] = ACTIONS(540), - [anon_sym_Suits] = ACTIONS(540), - [anon_sym_Cards] = ACTIONS(540), - [anon_sym_Chess] = ACTIONS(540), - [anon_sym_Moon] = ACTIONS(540), - [anon_sym_Skin] = ACTIONS(540), - [anon_sym_People] = ACTIONS(540), - [anon_sym_Hair] = ACTIONS(540), - [aux_sym_character_token1] = ACTIONS(542), - [sym_string] = ACTIONS(542), - [sym_multiLineString] = ACTIONS(542), - [anon_sym_PIPE] = ACTIONS(542), - [sym_identifier] = ACTIONS(540), - [sym_identifierDeprecated] = ACTIONS(540), - [sym_system] = ACTIONS(542), - [sym_comment] = ACTIONS(540), - [sym_openParen] = ACTIONS(542), - [sym_closeParen] = ACTIONS(542), - [sym_openCurly] = ACTIONS(542), - [sym_closeCurly] = ACTIONS(542), - [sym_openBracket] = ACTIONS(542), - [sym_closeBracket] = ACTIONS(542), - [sym_underscore] = ACTIONS(542), - [anon_sym_CARET] = ACTIONS(542), - [anon_sym_SQUOTE] = ACTIONS(540), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(542), - [anon_sym_e] = ACTIONS(540), - [anon_sym_NaN] = ACTIONS(540), - [anon_sym_eta] = ACTIONS(542), - [anon_sym_u03b7] = ACTIONS(540), - [anon_sym_pi] = ACTIONS(540), - [anon_sym_u03c0] = ACTIONS(540), - [anon_sym_tau] = ACTIONS(542), - [anon_sym_u03c4] = ACTIONS(540), - [anon_sym_infinity] = ACTIONS(542), - [anon_sym_u221e] = ACTIONS(542), - [anon_sym_W] = ACTIONS(540), - [anon_sym_i] = ACTIONS(540), - [anon_sym_MaxInt] = ACTIONS(540), - [anon_sym_HexDigits] = ACTIONS(540), - [anon_sym_DOT] = ACTIONS(542), - [anon_sym_COMMA] = ACTIONS(542), - [anon_sym_COLON] = ACTIONS(542), - [anon_sym_u25cc] = ACTIONS(542), - [anon_sym_identity] = ACTIONS(542), - [anon_sym_id] = ACTIONS(540), - [anon_sym_u2218] = ACTIONS(542), - [anon_sym_not] = ACTIONS(542), - [anon_sym_u00ac] = ACTIONS(542), - [anon_sym_sign] = ACTIONS(540), - [anon_sym_u00b1] = ACTIONS(542), - [anon_sym_BQUOTE] = ACTIONS(542), - [anon_sym_u00af] = ACTIONS(540), - [anon_sym_absolutevalue] = ACTIONS(542), - [anon_sym_u2335] = ACTIONS(542), - [anon_sym_sqrt] = ACTIONS(542), - [anon_sym_u221a] = ACTIONS(542), - [anon_sym_sine] = ACTIONS(542), - [anon_sym_u25cb] = ACTIONS(542), - [anon_sym_u223f] = ACTIONS(542), - [anon_sym_floor] = ACTIONS(542), - [anon_sym_u230a] = ACTIONS(542), - [anon_sym_ceiling] = ACTIONS(542), - [anon_sym_u2308] = ACTIONS(542), - [anon_sym_round] = ACTIONS(542), - [anon_sym_u2045] = ACTIONS(542), - [anon_sym_EQ] = ACTIONS(542), - [anon_sym_BANG_EQ] = ACTIONS(542), - [anon_sym_u2260] = ACTIONS(542), - [anon_sym_LT] = ACTIONS(540), - [anon_sym_LT_EQ] = ACTIONS(542), - [anon_sym_u2264] = ACTIONS(542), - [anon_sym_GT] = ACTIONS(540), - [anon_sym_GT_EQ] = ACTIONS(542), - [anon_sym_u2265] = ACTIONS(542), - [anon_sym_PLUS] = ACTIONS(542), - [anon_sym_DASH] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(542), - [anon_sym_u00d7] = ACTIONS(542), - [anon_sym_PERCENT] = ACTIONS(542), - [anon_sym_u00f7] = ACTIONS(542), - [anon_sym_modulus] = ACTIONS(542), - [anon_sym_u25ff] = ACTIONS(542), - [anon_sym_power] = ACTIONS(542), - [anon_sym_u207f] = ACTIONS(542), - [anon_sym_logarithm] = ACTIONS(542), - [anon_sym_u2099] = ACTIONS(542), - [anon_sym_minimum] = ACTIONS(542), - [anon_sym_u21a7] = ACTIONS(542), - [anon_sym_maximum] = ACTIONS(542), - [anon_sym_u21a5] = ACTIONS(542), - [anon_sym_atangent] = ACTIONS(542), - [anon_sym_u2220] = ACTIONS(542), - [anon_sym_length] = ACTIONS(542), - [anon_sym_u29fb] = ACTIONS(542), - [anon_sym_shape] = ACTIONS(542), - [anon_sym_u25b3] = ACTIONS(542), - [anon_sym_range] = ACTIONS(542), - [anon_sym_u21e1] = ACTIONS(542), - [anon_sym_first] = ACTIONS(542), - [anon_sym_u22a2] = ACTIONS(542), - [anon_sym_reverse] = ACTIONS(542), - [anon_sym_u21cc] = ACTIONS(542), - [anon_sym_deshape] = ACTIONS(542), - [anon_sym_u266d] = ACTIONS(542), - [anon_sym_bits] = ACTIONS(542), - [anon_sym_u22ef] = ACTIONS(542), - [anon_sym_transpose] = ACTIONS(542), - [anon_sym_u2349] = ACTIONS(542), - [anon_sym_rise] = ACTIONS(542), - [anon_sym_u234f] = ACTIONS(542), - [anon_sym_fall] = ACTIONS(542), - [anon_sym_u2356] = ACTIONS(542), - [anon_sym_where] = ACTIONS(542), - [anon_sym_u229a] = ACTIONS(542), - [anon_sym_classify] = ACTIONS(542), - [anon_sym_u229b] = ACTIONS(542), - [anon_sym_deduplicate] = ACTIONS(542), - [anon_sym_u25f4] = ACTIONS(542), - [anon_sym_box] = ACTIONS(542), - [anon_sym_u25a1] = ACTIONS(542), - [anon_sym_match] = ACTIONS(542), - [anon_sym_u224d] = ACTIONS(542), - [anon_sym_couple] = ACTIONS(542), - [anon_sym_u229f] = ACTIONS(542), - [anon_sym_join] = ACTIONS(542), - [anon_sym_u2282] = ACTIONS(542), - [anon_sym_select] = ACTIONS(542), - [anon_sym_u228f] = ACTIONS(542), - [anon_sym_pick] = ACTIONS(542), - [anon_sym_u22a1] = ACTIONS(542), - [anon_sym_reshape] = ACTIONS(542), - [anon_sym_u21af] = ACTIONS(542), - [anon_sym_take] = ACTIONS(542), - [anon_sym_u2199] = ACTIONS(542), - [anon_sym_drop] = ACTIONS(542), - [anon_sym_u2198] = ACTIONS(542), - [anon_sym_rotate] = ACTIONS(542), - [anon_sym_u21bb] = ACTIONS(542), - [anon_sym_windows] = ACTIONS(542), - [anon_sym_u25eb] = ACTIONS(542), - [anon_sym_keep] = ACTIONS(542), - [anon_sym_u25bd] = ACTIONS(542), - [anon_sym_find] = ACTIONS(542), - [anon_sym_u2315] = ACTIONS(542), - [anon_sym_indexof] = ACTIONS(542), - [anon_sym_u2297] = ACTIONS(542), - [anon_sym_assert] = ACTIONS(542), - [anon_sym_u2364] = ACTIONS(542), - [anon_sym_wait] = ACTIONS(542), - [anon_sym_parse] = ACTIONS(542), - [anon_sym_u22d5] = ACTIONS(542), - [anon_sym_random] = ACTIONS(542), - [anon_sym_u2682] = ACTIONS(542), - [anon_sym_gen] = ACTIONS(542), - [anon_sym_tag] = ACTIONS(542), - [anon_sym_now] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_u2e2e] = ACTIONS(542), - [anon_sym_dump] = ACTIONS(542), - [anon_sym_regex] = ACTIONS(542), - [anon_sym_send] = ACTIONS(542), - [anon_sym_recv] = ACTIONS(542), - [anon_sym_tryrecv] = ACTIONS(542), - [anon_sym_complex] = ACTIONS(542), - [anon_sym_u2102] = ACTIONS(542), - [anon_sym_rerank] = ACTIONS(542), - [anon_sym_u2607] = ACTIONS(542), - [anon_sym_fix] = ACTIONS(542), - [anon_sym_u00a4] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(542), - [anon_sym_unique] = ACTIONS(542), - [anon_sym_u25f0] = ACTIONS(542), - [anon_sym_map] = ACTIONS(542), - [anon_sym_has] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_insert] = ACTIONS(542), - [anon_sym_remove] = ACTIONS(542), - [anon_sym_repr] = ACTIONS(542), - [anon_sym_mask] = ACTIONS(542), - [anon_sym_u29b7] = ACTIONS(542), - [anon_sym_csv] = ACTIONS(542), - [anon_sym_json] = ACTIONS(542), - [anon_sym_xlsx] = ACTIONS(542), - [anon_sym_memberOf] = ACTIONS(542), - [anon_sym_u2208] = ACTIONS(542), - [anon_sym_imen] = ACTIONS(542), - [anon_sym_gife] = ACTIONS(542), - [anon_sym_auden] = ACTIONS(542), - [anon_sym_utfu2088] = ACTIONS(542), - [anon_sym_datetime] = ACTIONS(542), - [anon_sym_chunk] = ACTIONS(542), - [anon_sym_u2444] = ACTIONS(542), - [anon_sym_choose] = ACTIONS(542), - [anon_sym_permute] = ACTIONS(542), - [anon_sym_orient] = ACTIONS(542), - [anon_sym_fft] = ACTIONS(542), - [anon_sym_reduce] = ACTIONS(542), - [anon_sym_SLASH] = ACTIONS(542), - [anon_sym_scan] = ACTIONS(542), - [anon_sym_BSLASH] = ACTIONS(542), - [anon_sym_each] = ACTIONS(542), - [anon_sym_u2235] = ACTIONS(542), - [anon_sym_rows] = ACTIONS(542), - [anon_sym_u2261] = ACTIONS(542), - [anon_sym_repeat] = ACTIONS(542), - [anon_sym_u2365] = ACTIONS(542), - [anon_sym_dip] = ACTIONS(542), - [anon_sym_u2299] = ACTIONS(542), - [anon_sym_gap] = ACTIONS(542), - [anon_sym_u22c5] = ACTIONS(542), - [anon_sym_spawn] = ACTIONS(542), - [anon_sym_rectify] = ACTIONS(542), - [anon_sym_u2305] = ACTIONS(542), - [anon_sym_un] = ACTIONS(540), - [anon_sym_u00b0] = ACTIONS(542), - [anon_sym_on] = ACTIONS(540), - [anon_sym_u27dc] = ACTIONS(542), - [anon_sym_inventory] = ACTIONS(542), - [anon_sym_u235a] = ACTIONS(542), - [anon_sym_content] = ACTIONS(542), - [anon_sym_u25c7] = ACTIONS(542), - [anon_sym_pool] = ACTIONS(542), - [anon_sym_stringify] = ACTIONS(542), - [anon_sym_signature] = ACTIONS(542), - [anon_sym_triangle] = ACTIONS(542), - [anon_sym_u25f9] = ACTIONS(542), - [anon_sym_astar] = ACTIONS(542), - [anon_sym_but] = ACTIONS(542), - [anon_sym_u2919] = ACTIONS(542), - [anon_sym_with] = ACTIONS(542), - [anon_sym_u291a] = ACTIONS(542), - [anon_sym_above] = ACTIONS(542), - [anon_sym_u25e0] = ACTIONS(542), - [anon_sym_below] = ACTIONS(542), - [anon_sym_u25e1] = ACTIONS(542), - [anon_sym_fold] = ACTIONS(542), - [anon_sym_u2227] = ACTIONS(542), - [anon_sym_table] = ACTIONS(542), - [anon_sym_u229e] = ACTIONS(542), - [anon_sym_group] = ACTIONS(542), - [anon_sym_u2295] = ACTIONS(542), - [anon_sym_partition] = ACTIONS(542), - [anon_sym_u229c] = ACTIONS(542), - [anon_sym_both] = ACTIONS(542), - [anon_sym_u2229] = ACTIONS(542), - [anon_sym_bracket] = ACTIONS(542), - [anon_sym_u2293] = ACTIONS(542), - [anon_sym_fork] = ACTIONS(542), - [anon_sym_u2283] = ACTIONS(542), - [anon_sym_under] = ACTIONS(542), - [anon_sym_u235c] = ACTIONS(542), - [anon_sym_fill] = ACTIONS(542), - [anon_sym_u2b1a] = ACTIONS(542), - [anon_sym_try] = ACTIONS(540), - [anon_sym_u2363] = ACTIONS(542), - [anon_sym_do] = ACTIONS(540), - [anon_sym_u2362] = ACTIONS(542), - [anon_sym_setinv] = ACTIONS(542), - [anon_sym_setunder] = ACTIONS(542), - [anon_sym_f] = ACTIONS(540), - [anon_sym_by] = ACTIONS(540), - [anon_sym_u22b8] = ACTIONS(542), - [anon_sym_quote] = ACTIONS(542), - [anon_sym_struct] = ACTIONS(542), - [anon_sym_u2765] = ACTIONS(542), - [anon_sym_u2192] = ACTIONS(542), - [anon_sym_u2237] = ACTIONS(542), - [anon_sym_u00b7] = ACTIONS(542), - [anon_sym_u235b] = ACTIONS(542), - [anon_sym_u2302] = ACTIONS(542), - [anon_sym_u21b0] = ACTIONS(542), - [anon_sym_unpack] = ACTIONS(542), - [anon_sym_u2290] = ACTIONS(542), - [anon_sym_u229d] = ACTIONS(542), - [anon_sym_cross] = ACTIONS(542), - [anon_sym_u22a0] = ACTIONS(542), - [anon_sym_SEMI] = ACTIONS(542), - [anon_sym_deal] = ACTIONS(542), - [anon_sym_strands] = ACTIONS(542), - [anon_sym_u203f] = ACTIONS(542), - [anon_sym_member] = ACTIONS(540), - [anon_sym_u220a] = ACTIONS(542), - [anon_sym_coordinate] = ACTIONS(542), - [anon_sym_u27d4] = ACTIONS(542), - [anon_sym_u03bb] = ACTIONS(542), - [anon_sym_u22ca] = ACTIONS(542), - [sym__endOfLine] = ACTIONS(542), + [aux_sym_number_token1] = ACTIONS(518), + [sym_fraction] = ACTIONS(520), + [anon_sym_Days] = ACTIONS(518), + [anon_sym_Months] = ACTIONS(518), + [anon_sym_MonthDays] = ACTIONS(518), + [anon_sym_LeanMonthDays] = ACTIONS(518), + [anon_sym_White] = ACTIONS(518), + [anon_sym_Black] = ACTIONS(518), + [anon_sym_Red] = ACTIONS(518), + [anon_sym_Orange] = ACTIONS(518), + [anon_sym_Yellow] = ACTIONS(518), + [anon_sym_Green] = ACTIONS(518), + [anon_sym_Cyan] = ACTIONS(518), + [anon_sym_Blue] = ACTIONS(518), + [anon_sym_Purple] = ACTIONS(518), + [anon_sym_Magenta] = ACTIONS(518), + [anon_sym_Gay] = ACTIONS(518), + [anon_sym_Lesbian] = ACTIONS(518), + [anon_sym_Bi] = ACTIONS(518), + [anon_sym_Trans] = ACTIONS(518), + [anon_sym_Pan] = ACTIONS(518), + [anon_sym_Ace] = ACTIONS(518), + [anon_sym_Aro] = ACTIONS(518), + [anon_sym_Aroace] = ACTIONS(518), + [anon_sym_Enby] = ACTIONS(518), + [anon_sym_Fluid] = ACTIONS(518), + [anon_sym_Queer] = ACTIONS(518), + [anon_sym_Agender] = ACTIONS(518), + [anon_sym_PrideFlags] = ACTIONS(518), + [anon_sym_PrideFlagNames] = ACTIONS(518), + [anon_sym_True] = ACTIONS(518), + [anon_sym_False] = ACTIONS(518), + [anon_sym_NULL] = ACTIONS(518), + [anon_sym_Logo] = ACTIONS(518), + [anon_sym_Lena] = ACTIONS(518), + [anon_sym_Music] = ACTIONS(518), + [anon_sym_Lorem] = ACTIONS(518), + [anon_sym_Os] = ACTIONS(518), + [anon_sym_Family] = ACTIONS(518), + [anon_sym_Arch] = ACTIONS(518), + [anon_sym_ExeExt] = ACTIONS(518), + [anon_sym_DllExt] = ACTIONS(518), + [anon_sym_Sep] = ACTIONS(518), + [anon_sym_ThisFile] = ACTIONS(518), + [anon_sym_ThisFileName] = ACTIONS(518), + [anon_sym_ThisFileDir] = ACTIONS(518), + [anon_sym_WorkingDir] = ACTIONS(518), + [anon_sym_NumProcs] = ACTIONS(518), + [anon_sym_Planets] = ACTIONS(518), + [anon_sym_Zodiac] = ACTIONS(518), + [anon_sym_Suits] = ACTIONS(518), + [anon_sym_Cards] = ACTIONS(518), + [anon_sym_Chess] = ACTIONS(518), + [anon_sym_Moon] = ACTIONS(518), + [anon_sym_Skin] = ACTIONS(518), + [anon_sym_People] = ACTIONS(518), + [anon_sym_Hair] = ACTIONS(518), + [anon_sym_Cat] = ACTIONS(518), + [aux_sym_character_token1] = ACTIONS(520), + [sym_string] = ACTIONS(520), + [sym_multiLineString] = ACTIONS(520), + [anon_sym_PIPE] = ACTIONS(520), + [sym_identifier] = ACTIONS(518), + [sym_identifierDeprecated] = ACTIONS(518), + [sym_system] = ACTIONS(520), + [sym_comment] = ACTIONS(518), + [sym_openParen] = ACTIONS(520), + [sym_closeParen] = ACTIONS(520), + [sym_openCurly] = ACTIONS(520), + [sym_closeCurly] = ACTIONS(520), + [sym_openBracket] = ACTIONS(518), + [sym_closeBracket] = ACTIONS(520), + [sym_underscore] = ACTIONS(520), + [anon_sym_CARET] = ACTIONS(520), + [anon_sym_SQUOTE] = ACTIONS(518), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(520), + [anon_sym_e] = ACTIONS(518), + [anon_sym_NaN] = ACTIONS(518), + [anon_sym_eta] = ACTIONS(520), + [anon_sym_u03b7] = ACTIONS(518), + [anon_sym_pi] = ACTIONS(518), + [anon_sym_u03c0] = ACTIONS(518), + [anon_sym_tau] = ACTIONS(520), + [anon_sym_u03c4] = ACTIONS(518), + [anon_sym_infinity] = ACTIONS(520), + [anon_sym_u221e] = ACTIONS(520), + [anon_sym_W] = ACTIONS(518), + [anon_sym_i] = ACTIONS(518), + [anon_sym_MaxInt] = ACTIONS(518), + [anon_sym_HexDigits] = ACTIONS(518), + [anon_sym_DOT] = ACTIONS(520), + [anon_sym_COMMA] = ACTIONS(520), + [anon_sym_COLON] = ACTIONS(520), + [anon_sym_u25cc] = ACTIONS(520), + [anon_sym_identity] = ACTIONS(520), + [anon_sym_id] = ACTIONS(518), + [anon_sym_u2218] = ACTIONS(520), + [anon_sym_not] = ACTIONS(520), + [anon_sym_u00ac] = ACTIONS(520), + [anon_sym_sign] = ACTIONS(518), + [anon_sym_u00b1] = ACTIONS(520), + [anon_sym_BQUOTE] = ACTIONS(520), + [anon_sym_u00af] = ACTIONS(518), + [anon_sym_absolutevalue] = ACTIONS(520), + [anon_sym_u2335] = ACTIONS(520), + [anon_sym_sqrt] = ACTIONS(520), + [anon_sym_u221a] = ACTIONS(520), + [anon_sym_sine] = ACTIONS(520), + [anon_sym_u25cb] = ACTIONS(520), + [anon_sym_u223f] = ACTIONS(520), + [anon_sym_floor] = ACTIONS(520), + [anon_sym_u230a] = ACTIONS(520), + [anon_sym_ceiling] = ACTIONS(520), + [anon_sym_u2308] = ACTIONS(520), + [anon_sym_round] = ACTIONS(520), + [anon_sym_u2045] = ACTIONS(520), + [anon_sym_EQ] = ACTIONS(520), + [anon_sym_BANG_EQ] = ACTIONS(520), + [anon_sym_u2260] = ACTIONS(520), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_LT_EQ] = ACTIONS(520), + [anon_sym_u2264] = ACTIONS(520), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_EQ] = ACTIONS(520), + [anon_sym_u2265] = ACTIONS(520), + [anon_sym_PLUS] = ACTIONS(520), + [anon_sym_DASH] = ACTIONS(520), + [anon_sym_STAR] = ACTIONS(520), + [anon_sym_u00d7] = ACTIONS(520), + [anon_sym_PERCENT] = ACTIONS(520), + [anon_sym_u00f7] = ACTIONS(520), + [anon_sym_modulus] = ACTIONS(520), + [anon_sym_u25ff] = ACTIONS(520), + [anon_sym_power] = ACTIONS(520), + [anon_sym_u207f] = ACTIONS(520), + [anon_sym_logarithm] = ACTIONS(520), + [anon_sym_u2099] = ACTIONS(520), + [anon_sym_minimum] = ACTIONS(520), + [anon_sym_u21a7] = ACTIONS(520), + [anon_sym_maximum] = ACTIONS(520), + [anon_sym_u21a5] = ACTIONS(520), + [anon_sym_atangent] = ACTIONS(520), + [anon_sym_u2220] = ACTIONS(520), + [anon_sym_length] = ACTIONS(520), + [anon_sym_u29fb] = ACTIONS(520), + [anon_sym_shape] = ACTIONS(520), + [anon_sym_u25b3] = ACTIONS(520), + [anon_sym_range] = ACTIONS(520), + [anon_sym_u21e1] = ACTIONS(520), + [anon_sym_first] = ACTIONS(520), + [anon_sym_u22a2] = ACTIONS(520), + [anon_sym_reverse] = ACTIONS(520), + [anon_sym_u21cc] = ACTIONS(520), + [anon_sym_deshape] = ACTIONS(520), + [anon_sym_u266d] = ACTIONS(520), + [anon_sym_bits] = ACTIONS(520), + [anon_sym_u22ef] = ACTIONS(520), + [anon_sym_transpose] = ACTIONS(520), + [anon_sym_u2349] = ACTIONS(520), + [anon_sym_rise] = ACTIONS(520), + [anon_sym_u234f] = ACTIONS(520), + [anon_sym_fall] = ACTIONS(520), + [anon_sym_u2356] = ACTIONS(520), + [anon_sym_where] = ACTIONS(520), + [anon_sym_u229a] = ACTIONS(520), + [anon_sym_classify] = ACTIONS(520), + [anon_sym_u229b] = ACTIONS(520), + [anon_sym_deduplicate] = ACTIONS(520), + [anon_sym_u25f4] = ACTIONS(520), + [anon_sym_box] = ACTIONS(520), + [anon_sym_u25a1] = ACTIONS(520), + [anon_sym_match] = ACTIONS(520), + [anon_sym_u224d] = ACTIONS(520), + [anon_sym_couple] = ACTIONS(520), + [anon_sym_u229f] = ACTIONS(520), + [anon_sym_join] = ACTIONS(520), + [anon_sym_u2282] = ACTIONS(520), + [anon_sym_select] = ACTIONS(520), + [anon_sym_u228f] = ACTIONS(520), + [anon_sym_pick] = ACTIONS(520), + [anon_sym_u22a1] = ACTIONS(520), + [anon_sym_reshape] = ACTIONS(520), + [anon_sym_u21af] = ACTIONS(520), + [anon_sym_take] = ACTIONS(520), + [anon_sym_u2199] = ACTIONS(520), + [anon_sym_drop] = ACTIONS(520), + [anon_sym_u2198] = ACTIONS(520), + [anon_sym_rotate] = ACTIONS(520), + [anon_sym_u21bb] = ACTIONS(520), + [anon_sym_windows] = ACTIONS(520), + [anon_sym_u25eb] = ACTIONS(520), + [anon_sym_keep] = ACTIONS(520), + [anon_sym_u25bd] = ACTIONS(520), + [anon_sym_find] = ACTIONS(520), + [anon_sym_u2315] = ACTIONS(520), + [anon_sym_indexof] = ACTIONS(520), + [anon_sym_u2297] = ACTIONS(520), + [anon_sym_assert] = ACTIONS(520), + [anon_sym_u2364] = ACTIONS(520), + [anon_sym_wait] = ACTIONS(520), + [anon_sym_parse] = ACTIONS(520), + [anon_sym_u22d5] = ACTIONS(520), + [anon_sym_random] = ACTIONS(520), + [anon_sym_u2682] = ACTIONS(520), + [anon_sym_gen] = ACTIONS(520), + [anon_sym_tag] = ACTIONS(520), + [anon_sym_now] = ACTIONS(520), + [anon_sym_type] = ACTIONS(520), + [anon_sym_u2e2e] = ACTIONS(520), + [anon_sym_dump] = ACTIONS(520), + [anon_sym_regex] = ACTIONS(520), + [anon_sym_send] = ACTIONS(520), + [anon_sym_recv] = ACTIONS(520), + [anon_sym_tryrecv] = ACTIONS(520), + [anon_sym_complex] = ACTIONS(520), + [anon_sym_u2102] = ACTIONS(520), + [anon_sym_rerank] = ACTIONS(520), + [anon_sym_u2607] = ACTIONS(520), + [anon_sym_fix] = ACTIONS(520), + [anon_sym_u00a4] = ACTIONS(520), + [anon_sym_QMARK] = ACTIONS(520), + [anon_sym_unique] = ACTIONS(520), + [anon_sym_u25f0] = ACTIONS(520), + [anon_sym_map] = ACTIONS(520), + [anon_sym_has] = ACTIONS(520), + [anon_sym_get] = ACTIONS(520), + [anon_sym_insert] = ACTIONS(520), + [anon_sym_remove] = ACTIONS(520), + [anon_sym_repr] = ACTIONS(520), + [anon_sym_mask] = ACTIONS(520), + [anon_sym_u29b7] = ACTIONS(520), + [anon_sym_csv] = ACTIONS(520), + [anon_sym_json] = ACTIONS(520), + [anon_sym_xlsx] = ACTIONS(520), + [anon_sym_memberOf] = ACTIONS(520), + [anon_sym_u2208] = ACTIONS(520), + [anon_sym_imen] = ACTIONS(520), + [anon_sym_gife] = ACTIONS(520), + [anon_sym_auden] = ACTIONS(520), + [anon_sym_utfu2088] = ACTIONS(520), + [anon_sym_datetime] = ACTIONS(520), + [anon_sym_choose] = ACTIONS(520), + [anon_sym_permute] = ACTIONS(520), + [anon_sym_orient] = ACTIONS(520), + [anon_sym_u2938] = ACTIONS(520), + [anon_sym_fft] = ACTIONS(520), + [anon_sym_graphemes] = ACTIONS(520), + [anon_sym_timezone] = ACTIONS(520), + [anon_sym_around] = ACTIONS(520), + [anon_sym_u2019] = ACTIONS(520), + [anon_sym_base] = ACTIONS(520), + [anon_sym_sort] = ACTIONS(520), + [anon_sym_u2346] = ACTIONS(520), + [anon_sym_last] = ACTIONS(520), + [anon_sym_u22a3] = ACTIONS(520), + [anon_sym_reduce] = ACTIONS(520), + [anon_sym_SLASH] = ACTIONS(520), + [anon_sym_scan] = ACTIONS(520), + [anon_sym_BSLASH] = ACTIONS(520), + [anon_sym_each] = ACTIONS(520), + [anon_sym_u2235] = ACTIONS(520), + [anon_sym_rows] = ACTIONS(520), + [anon_sym_u2261] = ACTIONS(520), + [anon_sym_repeat] = ACTIONS(520), + [anon_sym_u2365] = ACTIONS(520), + [anon_sym_dip] = ACTIONS(520), + [anon_sym_u2299] = ACTIONS(520), + [anon_sym_gap] = ACTIONS(520), + [anon_sym_u22c5] = ACTIONS(520), + [anon_sym_spawn] = ACTIONS(520), + [anon_sym_rectify] = ACTIONS(520), + [anon_sym_u2305] = ACTIONS(520), + [anon_sym_un] = ACTIONS(518), + [anon_sym_u00b0] = ACTIONS(520), + [anon_sym_on] = ACTIONS(518), + [anon_sym_u27dc] = ACTIONS(520), + [anon_sym_inventory] = ACTIONS(520), + [anon_sym_u235a] = ACTIONS(520), + [anon_sym_content] = ACTIONS(520), + [anon_sym_u25c7] = ACTIONS(520), + [anon_sym_pool] = ACTIONS(520), + [anon_sym_stringify] = ACTIONS(520), + [anon_sym_signature] = ACTIONS(520), + [anon_sym_triangle] = ACTIONS(520), + [anon_sym_u25f9] = ACTIONS(520), + [anon_sym_astar] = ACTIONS(520), + [anon_sym_with] = ACTIONS(520), + [anon_sym_u2919] = ACTIONS(520), + [anon_sym_off] = ACTIONS(520), + [anon_sym_u291a] = ACTIONS(520), + [anon_sym_above] = ACTIONS(520), + [anon_sym_u25e0] = ACTIONS(520), + [anon_sym_below] = ACTIONS(520), + [anon_sym_u25e1] = ACTIONS(520), + [anon_sym_anti] = ACTIONS(520), + [anon_sym_u231d] = ACTIONS(520), + [anon_sym_obverse] = ACTIONS(520), + [anon_sym_toples] = ACTIONS(520), + [anon_sym_u29c5] = ACTIONS(520), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(520), + [anon_sym_fold] = ACTIONS(520), + [anon_sym_u2227] = ACTIONS(520), + [anon_sym_table] = ACTIONS(520), + [anon_sym_u229e] = ACTIONS(520), + [anon_sym_group] = ACTIONS(520), + [anon_sym_u2295] = ACTIONS(520), + [anon_sym_partition] = ACTIONS(520), + [anon_sym_u229c] = ACTIONS(520), + [anon_sym_both] = ACTIONS(520), + [anon_sym_u2229] = ACTIONS(520), + [anon_sym_bracket] = ACTIONS(520), + [anon_sym_u2293] = ACTIONS(520), + [anon_sym_fork] = ACTIONS(520), + [anon_sym_u2283] = ACTIONS(520), + [anon_sym_under] = ACTIONS(520), + [anon_sym_u235c] = ACTIONS(520), + [anon_sym_fill] = ACTIONS(520), + [anon_sym_u2b1a] = ACTIONS(520), + [anon_sym_try] = ACTIONS(518), + [anon_sym_u2363] = ACTIONS(520), + [anon_sym_do] = ACTIONS(518), + [anon_sym_u2362] = ACTIONS(520), + [anon_sym_f] = ACTIONS(518), + [anon_sym_by] = ACTIONS(518), + [anon_sym_u22b8] = ACTIONS(520), + [anon_sym_quote] = ACTIONS(520), + [anon_sym_u2765] = ACTIONS(520), + [anon_sym_u2192] = ACTIONS(520), + [anon_sym_u2237] = ACTIONS(520), + [anon_sym_u00b7] = ACTIONS(520), + [anon_sym_u235b] = ACTIONS(520), + [anon_sym_u2302] = ACTIONS(520), + [anon_sym_u21b0] = ACTIONS(520), + [anon_sym_unpack] = ACTIONS(520), + [anon_sym_u2290] = ACTIONS(520), + [anon_sym_u229d] = ACTIONS(520), + [anon_sym_cross] = ACTIONS(520), + [anon_sym_u22a0] = ACTIONS(520), + [anon_sym_SEMI] = ACTIONS(520), + [anon_sym_deal] = ACTIONS(520), + [anon_sym_member] = ACTIONS(518), + [anon_sym_u220a] = ACTIONS(520), + [anon_sym_coordinate] = ACTIONS(520), + [anon_sym_u27d4] = ACTIONS(520), + [anon_sym_u03bb] = ACTIONS(520), + [anon_sym_u22ca] = ACTIONS(520), + [anon_sym_chunk] = ACTIONS(520), + [anon_sym_u2444] = ACTIONS(520), + [anon_sym_setinv] = ACTIONS(520), + [anon_sym_setund] = ACTIONS(520), + [anon_sym_struct] = ACTIONS(520), + [sym__endOfLine] = ACTIONS(520), }, [90] = { - [aux_sym_number_token1] = ACTIONS(544), - [sym_fraction] = ACTIONS(546), - [anon_sym_Days] = ACTIONS(544), - [anon_sym_Months] = ACTIONS(544), - [anon_sym_MonthDays] = ACTIONS(544), - [anon_sym_LeanMonthDays] = ACTIONS(544), - [anon_sym_White] = ACTIONS(544), - [anon_sym_Black] = ACTIONS(544), - [anon_sym_Red] = ACTIONS(544), - [anon_sym_Orange] = ACTIONS(544), - [anon_sym_Yellow] = ACTIONS(544), - [anon_sym_Green] = ACTIONS(544), - [anon_sym_Cyan] = ACTIONS(544), - [anon_sym_Blue] = ACTIONS(544), - [anon_sym_Purple] = ACTIONS(544), - [anon_sym_Magenta] = ACTIONS(544), - [anon_sym_Gay] = ACTIONS(544), - [anon_sym_Lesbian] = ACTIONS(544), - [anon_sym_Bi] = ACTIONS(544), - [anon_sym_Trans] = ACTIONS(544), - [anon_sym_Pan] = ACTIONS(544), - [anon_sym_Ace] = ACTIONS(544), - [anon_sym_Aro] = ACTIONS(544), - [anon_sym_Aroace] = ACTIONS(544), - [anon_sym_Enby] = ACTIONS(544), - [anon_sym_Fluid] = ACTIONS(544), - [anon_sym_Queer] = ACTIONS(544), - [anon_sym_Agender] = ACTIONS(544), - [anon_sym_PrideFlags] = ACTIONS(544), - [anon_sym_PrideFlagNames] = ACTIONS(544), - [anon_sym_True] = ACTIONS(544), - [anon_sym_False] = ACTIONS(544), - [anon_sym_NULL] = ACTIONS(544), - [anon_sym_Logo] = ACTIONS(544), - [anon_sym_Lena] = ACTIONS(544), - [anon_sym_Music] = ACTIONS(544), - [anon_sym_Lorem] = ACTIONS(544), - [anon_sym_Os] = ACTIONS(544), - [anon_sym_Family] = ACTIONS(544), - [anon_sym_Arch] = ACTIONS(544), - [anon_sym_ExeExt] = ACTIONS(544), - [anon_sym_DllExt] = ACTIONS(544), - [anon_sym_Sep] = ACTIONS(544), - [anon_sym_ThisFile] = ACTIONS(544), - [anon_sym_ThisFileName] = ACTIONS(544), - [anon_sym_ThisFileDir] = ACTIONS(544), - [anon_sym_WorkingDir] = ACTIONS(544), - [anon_sym_NumProcs] = ACTIONS(544), - [anon_sym_Planets] = ACTIONS(544), - [anon_sym_Zodiac] = ACTIONS(544), - [anon_sym_Suits] = ACTIONS(544), - [anon_sym_Cards] = ACTIONS(544), - [anon_sym_Chess] = ACTIONS(544), - [anon_sym_Moon] = ACTIONS(544), - [anon_sym_Skin] = ACTIONS(544), - [anon_sym_People] = ACTIONS(544), - [anon_sym_Hair] = ACTIONS(544), - [aux_sym_character_token1] = ACTIONS(546), - [sym_string] = ACTIONS(546), - [sym_multiLineString] = ACTIONS(546), - [anon_sym_PIPE] = ACTIONS(546), - [sym_identifier] = ACTIONS(544), - [sym_identifierDeprecated] = ACTIONS(544), - [sym_system] = ACTIONS(546), - [sym_comment] = ACTIONS(544), - [sym_openParen] = ACTIONS(546), - [sym_closeParen] = ACTIONS(546), - [sym_openCurly] = ACTIONS(546), - [sym_closeCurly] = ACTIONS(546), - [sym_openBracket] = ACTIONS(546), - [sym_closeBracket] = ACTIONS(546), - [sym_underscore] = ACTIONS(546), - [anon_sym_CARET] = ACTIONS(546), - [anon_sym_SQUOTE] = ACTIONS(544), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(546), - [anon_sym_e] = ACTIONS(544), - [anon_sym_NaN] = ACTIONS(544), - [anon_sym_eta] = ACTIONS(546), - [anon_sym_u03b7] = ACTIONS(544), - [anon_sym_pi] = ACTIONS(544), - [anon_sym_u03c0] = ACTIONS(544), - [anon_sym_tau] = ACTIONS(546), - [anon_sym_u03c4] = ACTIONS(544), - [anon_sym_infinity] = ACTIONS(546), - [anon_sym_u221e] = ACTIONS(546), - [anon_sym_W] = ACTIONS(544), - [anon_sym_i] = ACTIONS(544), - [anon_sym_MaxInt] = ACTIONS(544), - [anon_sym_HexDigits] = ACTIONS(544), - [anon_sym_DOT] = ACTIONS(546), - [anon_sym_COMMA] = ACTIONS(546), - [anon_sym_COLON] = ACTIONS(546), - [anon_sym_u25cc] = ACTIONS(546), - [anon_sym_identity] = ACTIONS(546), - [anon_sym_id] = ACTIONS(544), - [anon_sym_u2218] = ACTIONS(546), - [anon_sym_not] = ACTIONS(546), - [anon_sym_u00ac] = ACTIONS(546), - [anon_sym_sign] = ACTIONS(544), - [anon_sym_u00b1] = ACTIONS(546), - [anon_sym_BQUOTE] = ACTIONS(546), - [anon_sym_u00af] = ACTIONS(544), - [anon_sym_absolutevalue] = ACTIONS(546), - [anon_sym_u2335] = ACTIONS(546), - [anon_sym_sqrt] = ACTIONS(546), - [anon_sym_u221a] = ACTIONS(546), - [anon_sym_sine] = ACTIONS(546), - [anon_sym_u25cb] = ACTIONS(546), - [anon_sym_u223f] = ACTIONS(546), - [anon_sym_floor] = ACTIONS(546), - [anon_sym_u230a] = ACTIONS(546), - [anon_sym_ceiling] = ACTIONS(546), - [anon_sym_u2308] = ACTIONS(546), - [anon_sym_round] = ACTIONS(546), - [anon_sym_u2045] = ACTIONS(546), - [anon_sym_EQ] = ACTIONS(546), - [anon_sym_BANG_EQ] = ACTIONS(546), - [anon_sym_u2260] = ACTIONS(546), - [anon_sym_LT] = ACTIONS(544), - [anon_sym_LT_EQ] = ACTIONS(546), - [anon_sym_u2264] = ACTIONS(546), - [anon_sym_GT] = ACTIONS(544), - [anon_sym_GT_EQ] = ACTIONS(546), - [anon_sym_u2265] = ACTIONS(546), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_STAR] = ACTIONS(546), - [anon_sym_u00d7] = ACTIONS(546), - [anon_sym_PERCENT] = ACTIONS(546), - [anon_sym_u00f7] = ACTIONS(546), - [anon_sym_modulus] = ACTIONS(546), - [anon_sym_u25ff] = ACTIONS(546), - [anon_sym_power] = ACTIONS(546), - [anon_sym_u207f] = ACTIONS(546), - [anon_sym_logarithm] = ACTIONS(546), - [anon_sym_u2099] = ACTIONS(546), - [anon_sym_minimum] = ACTIONS(546), - [anon_sym_u21a7] = ACTIONS(546), - [anon_sym_maximum] = ACTIONS(546), - [anon_sym_u21a5] = ACTIONS(546), - [anon_sym_atangent] = ACTIONS(546), - [anon_sym_u2220] = ACTIONS(546), - [anon_sym_length] = ACTIONS(546), - [anon_sym_u29fb] = ACTIONS(546), - [anon_sym_shape] = ACTIONS(546), - [anon_sym_u25b3] = ACTIONS(546), - [anon_sym_range] = ACTIONS(546), - [anon_sym_u21e1] = ACTIONS(546), - [anon_sym_first] = ACTIONS(546), - [anon_sym_u22a2] = ACTIONS(546), - [anon_sym_reverse] = ACTIONS(546), - [anon_sym_u21cc] = ACTIONS(546), - [anon_sym_deshape] = ACTIONS(546), - [anon_sym_u266d] = ACTIONS(546), - [anon_sym_bits] = ACTIONS(546), - [anon_sym_u22ef] = ACTIONS(546), - [anon_sym_transpose] = ACTIONS(546), - [anon_sym_u2349] = ACTIONS(546), - [anon_sym_rise] = ACTIONS(546), - [anon_sym_u234f] = ACTIONS(546), - [anon_sym_fall] = ACTIONS(546), - [anon_sym_u2356] = ACTIONS(546), - [anon_sym_where] = ACTIONS(546), - [anon_sym_u229a] = ACTIONS(546), - [anon_sym_classify] = ACTIONS(546), - [anon_sym_u229b] = ACTIONS(546), - [anon_sym_deduplicate] = ACTIONS(546), - [anon_sym_u25f4] = ACTIONS(546), - [anon_sym_box] = ACTIONS(546), - [anon_sym_u25a1] = ACTIONS(546), - [anon_sym_match] = ACTIONS(546), - [anon_sym_u224d] = ACTIONS(546), - [anon_sym_couple] = ACTIONS(546), - [anon_sym_u229f] = ACTIONS(546), - [anon_sym_join] = ACTIONS(546), - [anon_sym_u2282] = ACTIONS(546), - [anon_sym_select] = ACTIONS(546), - [anon_sym_u228f] = ACTIONS(546), - [anon_sym_pick] = ACTIONS(546), - [anon_sym_u22a1] = ACTIONS(546), - [anon_sym_reshape] = ACTIONS(546), - [anon_sym_u21af] = ACTIONS(546), - [anon_sym_take] = ACTIONS(546), - [anon_sym_u2199] = ACTIONS(546), - [anon_sym_drop] = ACTIONS(546), - [anon_sym_u2198] = ACTIONS(546), - [anon_sym_rotate] = ACTIONS(546), - [anon_sym_u21bb] = ACTIONS(546), - [anon_sym_windows] = ACTIONS(546), - [anon_sym_u25eb] = ACTIONS(546), - [anon_sym_keep] = ACTIONS(546), - [anon_sym_u25bd] = ACTIONS(546), - [anon_sym_find] = ACTIONS(546), - [anon_sym_u2315] = ACTIONS(546), - [anon_sym_indexof] = ACTIONS(546), - [anon_sym_u2297] = ACTIONS(546), - [anon_sym_assert] = ACTIONS(546), - [anon_sym_u2364] = ACTIONS(546), - [anon_sym_wait] = ACTIONS(546), - [anon_sym_parse] = ACTIONS(546), - [anon_sym_u22d5] = ACTIONS(546), - [anon_sym_random] = ACTIONS(546), - [anon_sym_u2682] = ACTIONS(546), - [anon_sym_gen] = ACTIONS(546), - [anon_sym_tag] = ACTIONS(546), - [anon_sym_now] = ACTIONS(546), - [anon_sym_type] = ACTIONS(546), - [anon_sym_u2e2e] = ACTIONS(546), - [anon_sym_dump] = ACTIONS(546), - [anon_sym_regex] = ACTIONS(546), - [anon_sym_send] = ACTIONS(546), - [anon_sym_recv] = ACTIONS(546), - [anon_sym_tryrecv] = ACTIONS(546), - [anon_sym_complex] = ACTIONS(546), - [anon_sym_u2102] = ACTIONS(546), - [anon_sym_rerank] = ACTIONS(546), - [anon_sym_u2607] = ACTIONS(546), - [anon_sym_fix] = ACTIONS(546), - [anon_sym_u00a4] = ACTIONS(546), - [anon_sym_QMARK] = ACTIONS(546), - [anon_sym_unique] = ACTIONS(546), - [anon_sym_u25f0] = ACTIONS(546), - [anon_sym_map] = ACTIONS(546), - [anon_sym_has] = ACTIONS(546), - [anon_sym_get] = ACTIONS(546), - [anon_sym_insert] = ACTIONS(546), - [anon_sym_remove] = ACTIONS(546), - [anon_sym_repr] = ACTIONS(546), - [anon_sym_mask] = ACTIONS(546), - [anon_sym_u29b7] = ACTIONS(546), - [anon_sym_csv] = ACTIONS(546), - [anon_sym_json] = ACTIONS(546), - [anon_sym_xlsx] = ACTIONS(546), - [anon_sym_memberOf] = ACTIONS(546), - [anon_sym_u2208] = ACTIONS(546), - [anon_sym_imen] = ACTIONS(546), - [anon_sym_gife] = ACTIONS(546), - [anon_sym_auden] = ACTIONS(546), - [anon_sym_utfu2088] = ACTIONS(546), - [anon_sym_datetime] = ACTIONS(546), - [anon_sym_chunk] = ACTIONS(546), - [anon_sym_u2444] = ACTIONS(546), - [anon_sym_choose] = ACTIONS(546), - [anon_sym_permute] = ACTIONS(546), - [anon_sym_orient] = ACTIONS(546), - [anon_sym_fft] = ACTIONS(546), - [anon_sym_reduce] = ACTIONS(546), - [anon_sym_SLASH] = ACTIONS(546), - [anon_sym_scan] = ACTIONS(546), - [anon_sym_BSLASH] = ACTIONS(546), - [anon_sym_each] = ACTIONS(546), - [anon_sym_u2235] = ACTIONS(546), - [anon_sym_rows] = ACTIONS(546), - [anon_sym_u2261] = ACTIONS(546), - [anon_sym_repeat] = ACTIONS(546), - [anon_sym_u2365] = ACTIONS(546), - [anon_sym_dip] = ACTIONS(546), - [anon_sym_u2299] = ACTIONS(546), - [anon_sym_gap] = ACTIONS(546), - [anon_sym_u22c5] = ACTIONS(546), - [anon_sym_spawn] = ACTIONS(546), - [anon_sym_rectify] = ACTIONS(546), - [anon_sym_u2305] = ACTIONS(546), - [anon_sym_un] = ACTIONS(544), - [anon_sym_u00b0] = ACTIONS(546), - [anon_sym_on] = ACTIONS(544), - [anon_sym_u27dc] = ACTIONS(546), - [anon_sym_inventory] = ACTIONS(546), - [anon_sym_u235a] = ACTIONS(546), - [anon_sym_content] = ACTIONS(546), - [anon_sym_u25c7] = ACTIONS(546), - [anon_sym_pool] = ACTIONS(546), - [anon_sym_stringify] = ACTIONS(546), - [anon_sym_signature] = ACTIONS(546), - [anon_sym_triangle] = ACTIONS(546), - [anon_sym_u25f9] = ACTIONS(546), - [anon_sym_astar] = ACTIONS(546), - [anon_sym_but] = ACTIONS(546), - [anon_sym_u2919] = ACTIONS(546), - [anon_sym_with] = ACTIONS(546), - [anon_sym_u291a] = ACTIONS(546), - [anon_sym_above] = ACTIONS(546), - [anon_sym_u25e0] = ACTIONS(546), - [anon_sym_below] = ACTIONS(546), - [anon_sym_u25e1] = ACTIONS(546), - [anon_sym_fold] = ACTIONS(546), - [anon_sym_u2227] = ACTIONS(546), - [anon_sym_table] = ACTIONS(546), - [anon_sym_u229e] = ACTIONS(546), - [anon_sym_group] = ACTIONS(546), - [anon_sym_u2295] = ACTIONS(546), - [anon_sym_partition] = ACTIONS(546), - [anon_sym_u229c] = ACTIONS(546), - [anon_sym_both] = ACTIONS(546), - [anon_sym_u2229] = ACTIONS(546), - [anon_sym_bracket] = ACTIONS(546), - [anon_sym_u2293] = ACTIONS(546), - [anon_sym_fork] = ACTIONS(546), - [anon_sym_u2283] = ACTIONS(546), - [anon_sym_under] = ACTIONS(546), - [anon_sym_u235c] = ACTIONS(546), - [anon_sym_fill] = ACTIONS(546), - [anon_sym_u2b1a] = ACTIONS(546), - [anon_sym_try] = ACTIONS(544), - [anon_sym_u2363] = ACTIONS(546), - [anon_sym_do] = ACTIONS(544), - [anon_sym_u2362] = ACTIONS(546), - [anon_sym_setinv] = ACTIONS(546), - [anon_sym_setunder] = ACTIONS(546), - [anon_sym_f] = ACTIONS(544), - [anon_sym_by] = ACTIONS(544), - [anon_sym_u22b8] = ACTIONS(546), - [anon_sym_quote] = ACTIONS(546), - [anon_sym_struct] = ACTIONS(546), - [anon_sym_u2765] = ACTIONS(546), - [anon_sym_u2192] = ACTIONS(546), - [anon_sym_u2237] = ACTIONS(546), - [anon_sym_u00b7] = ACTIONS(546), - [anon_sym_u235b] = ACTIONS(546), - [anon_sym_u2302] = ACTIONS(546), - [anon_sym_u21b0] = ACTIONS(546), - [anon_sym_unpack] = ACTIONS(546), - [anon_sym_u2290] = ACTIONS(546), - [anon_sym_u229d] = ACTIONS(546), - [anon_sym_cross] = ACTIONS(546), - [anon_sym_u22a0] = ACTIONS(546), - [anon_sym_SEMI] = ACTIONS(546), - [anon_sym_deal] = ACTIONS(546), - [anon_sym_strands] = ACTIONS(546), - [anon_sym_u203f] = ACTIONS(546), - [anon_sym_member] = ACTIONS(544), - [anon_sym_u220a] = ACTIONS(546), - [anon_sym_coordinate] = ACTIONS(546), - [anon_sym_u27d4] = ACTIONS(546), - [anon_sym_u03bb] = ACTIONS(546), - [anon_sym_u22ca] = ACTIONS(546), - [sym__endOfLine] = ACTIONS(546), + [aux_sym_number_token1] = ACTIONS(498), + [sym_fraction] = ACTIONS(500), + [anon_sym_Days] = ACTIONS(498), + [anon_sym_Months] = ACTIONS(498), + [anon_sym_MonthDays] = ACTIONS(498), + [anon_sym_LeanMonthDays] = ACTIONS(498), + [anon_sym_White] = ACTIONS(498), + [anon_sym_Black] = ACTIONS(498), + [anon_sym_Red] = ACTIONS(498), + [anon_sym_Orange] = ACTIONS(498), + [anon_sym_Yellow] = ACTIONS(498), + [anon_sym_Green] = ACTIONS(498), + [anon_sym_Cyan] = ACTIONS(498), + [anon_sym_Blue] = ACTIONS(498), + [anon_sym_Purple] = ACTIONS(498), + [anon_sym_Magenta] = ACTIONS(498), + [anon_sym_Gay] = ACTIONS(498), + [anon_sym_Lesbian] = ACTIONS(498), + [anon_sym_Bi] = ACTIONS(498), + [anon_sym_Trans] = ACTIONS(498), + [anon_sym_Pan] = ACTIONS(498), + [anon_sym_Ace] = ACTIONS(498), + [anon_sym_Aro] = ACTIONS(498), + [anon_sym_Aroace] = ACTIONS(498), + [anon_sym_Enby] = ACTIONS(498), + [anon_sym_Fluid] = ACTIONS(498), + [anon_sym_Queer] = ACTIONS(498), + [anon_sym_Agender] = ACTIONS(498), + [anon_sym_PrideFlags] = ACTIONS(498), + [anon_sym_PrideFlagNames] = ACTIONS(498), + [anon_sym_True] = ACTIONS(498), + [anon_sym_False] = ACTIONS(498), + [anon_sym_NULL] = ACTIONS(498), + [anon_sym_Logo] = ACTIONS(498), + [anon_sym_Lena] = ACTIONS(498), + [anon_sym_Music] = ACTIONS(498), + [anon_sym_Lorem] = ACTIONS(498), + [anon_sym_Os] = ACTIONS(498), + [anon_sym_Family] = ACTIONS(498), + [anon_sym_Arch] = ACTIONS(498), + [anon_sym_ExeExt] = ACTIONS(498), + [anon_sym_DllExt] = ACTIONS(498), + [anon_sym_Sep] = ACTIONS(498), + [anon_sym_ThisFile] = ACTIONS(498), + [anon_sym_ThisFileName] = ACTIONS(498), + [anon_sym_ThisFileDir] = ACTIONS(498), + [anon_sym_WorkingDir] = ACTIONS(498), + [anon_sym_NumProcs] = ACTIONS(498), + [anon_sym_Planets] = ACTIONS(498), + [anon_sym_Zodiac] = ACTIONS(498), + [anon_sym_Suits] = ACTIONS(498), + [anon_sym_Cards] = ACTIONS(498), + [anon_sym_Chess] = ACTIONS(498), + [anon_sym_Moon] = ACTIONS(498), + [anon_sym_Skin] = ACTIONS(498), + [anon_sym_People] = ACTIONS(498), + [anon_sym_Hair] = ACTIONS(498), + [anon_sym_Cat] = ACTIONS(498), + [aux_sym_character_token1] = ACTIONS(500), + [sym_string] = ACTIONS(500), + [sym_multiLineString] = ACTIONS(500), + [anon_sym_PIPE] = ACTIONS(500), + [sym_identifier] = ACTIONS(498), + [sym_identifierDeprecated] = ACTIONS(498), + [sym_system] = ACTIONS(500), + [sym_comment] = ACTIONS(498), + [sym_openParen] = ACTIONS(500), + [sym_closeParen] = ACTIONS(500), + [sym_openCurly] = ACTIONS(500), + [sym_closeCurly] = ACTIONS(500), + [sym_openBracket] = ACTIONS(498), + [sym_closeBracket] = ACTIONS(500), + [sym_underscore] = ACTIONS(500), + [anon_sym_CARET] = ACTIONS(500), + [anon_sym_SQUOTE] = ACTIONS(498), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(500), + [anon_sym_e] = ACTIONS(498), + [anon_sym_NaN] = ACTIONS(498), + [anon_sym_eta] = ACTIONS(500), + [anon_sym_u03b7] = ACTIONS(498), + [anon_sym_pi] = ACTIONS(498), + [anon_sym_u03c0] = ACTIONS(498), + [anon_sym_tau] = ACTIONS(500), + [anon_sym_u03c4] = ACTIONS(498), + [anon_sym_infinity] = ACTIONS(500), + [anon_sym_u221e] = ACTIONS(500), + [anon_sym_W] = ACTIONS(498), + [anon_sym_i] = ACTIONS(498), + [anon_sym_MaxInt] = ACTIONS(498), + [anon_sym_HexDigits] = ACTIONS(498), + [anon_sym_DOT] = ACTIONS(500), + [anon_sym_COMMA] = ACTIONS(500), + [anon_sym_COLON] = ACTIONS(500), + [anon_sym_u25cc] = ACTIONS(500), + [anon_sym_identity] = ACTIONS(500), + [anon_sym_id] = ACTIONS(498), + [anon_sym_u2218] = ACTIONS(500), + [anon_sym_not] = ACTIONS(500), + [anon_sym_u00ac] = ACTIONS(500), + [anon_sym_sign] = ACTIONS(498), + [anon_sym_u00b1] = ACTIONS(500), + [anon_sym_BQUOTE] = ACTIONS(500), + [anon_sym_u00af] = ACTIONS(498), + [anon_sym_absolutevalue] = ACTIONS(500), + [anon_sym_u2335] = ACTIONS(500), + [anon_sym_sqrt] = ACTIONS(500), + [anon_sym_u221a] = ACTIONS(500), + [anon_sym_sine] = ACTIONS(500), + [anon_sym_u25cb] = ACTIONS(500), + [anon_sym_u223f] = ACTIONS(500), + [anon_sym_floor] = ACTIONS(500), + [anon_sym_u230a] = ACTIONS(500), + [anon_sym_ceiling] = ACTIONS(500), + [anon_sym_u2308] = ACTIONS(500), + [anon_sym_round] = ACTIONS(500), + [anon_sym_u2045] = ACTIONS(500), + [anon_sym_EQ] = ACTIONS(500), + [anon_sym_BANG_EQ] = ACTIONS(500), + [anon_sym_u2260] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(498), + [anon_sym_LT_EQ] = ACTIONS(500), + [anon_sym_u2264] = ACTIONS(500), + [anon_sym_GT] = ACTIONS(498), + [anon_sym_GT_EQ] = ACTIONS(500), + [anon_sym_u2265] = ACTIONS(500), + [anon_sym_PLUS] = ACTIONS(500), + [anon_sym_DASH] = ACTIONS(500), + [anon_sym_STAR] = ACTIONS(500), + [anon_sym_u00d7] = ACTIONS(500), + [anon_sym_PERCENT] = ACTIONS(500), + [anon_sym_u00f7] = ACTIONS(500), + [anon_sym_modulus] = ACTIONS(500), + [anon_sym_u25ff] = ACTIONS(500), + [anon_sym_power] = ACTIONS(500), + [anon_sym_u207f] = ACTIONS(500), + [anon_sym_logarithm] = ACTIONS(500), + [anon_sym_u2099] = ACTIONS(500), + [anon_sym_minimum] = ACTIONS(500), + [anon_sym_u21a7] = ACTIONS(500), + [anon_sym_maximum] = ACTIONS(500), + [anon_sym_u21a5] = ACTIONS(500), + [anon_sym_atangent] = ACTIONS(500), + [anon_sym_u2220] = ACTIONS(500), + [anon_sym_length] = ACTIONS(500), + [anon_sym_u29fb] = ACTIONS(500), + [anon_sym_shape] = ACTIONS(500), + [anon_sym_u25b3] = ACTIONS(500), + [anon_sym_range] = ACTIONS(500), + [anon_sym_u21e1] = ACTIONS(500), + [anon_sym_first] = ACTIONS(500), + [anon_sym_u22a2] = ACTIONS(500), + [anon_sym_reverse] = ACTIONS(500), + [anon_sym_u21cc] = ACTIONS(500), + [anon_sym_deshape] = ACTIONS(500), + [anon_sym_u266d] = ACTIONS(500), + [anon_sym_bits] = ACTIONS(500), + [anon_sym_u22ef] = ACTIONS(500), + [anon_sym_transpose] = ACTIONS(500), + [anon_sym_u2349] = ACTIONS(500), + [anon_sym_rise] = ACTIONS(500), + [anon_sym_u234f] = ACTIONS(500), + [anon_sym_fall] = ACTIONS(500), + [anon_sym_u2356] = ACTIONS(500), + [anon_sym_where] = ACTIONS(500), + [anon_sym_u229a] = ACTIONS(500), + [anon_sym_classify] = ACTIONS(500), + [anon_sym_u229b] = ACTIONS(500), + [anon_sym_deduplicate] = ACTIONS(500), + [anon_sym_u25f4] = ACTIONS(500), + [anon_sym_box] = ACTIONS(500), + [anon_sym_u25a1] = ACTIONS(500), + [anon_sym_match] = ACTIONS(500), + [anon_sym_u224d] = ACTIONS(500), + [anon_sym_couple] = ACTIONS(500), + [anon_sym_u229f] = ACTIONS(500), + [anon_sym_join] = ACTIONS(500), + [anon_sym_u2282] = ACTIONS(500), + [anon_sym_select] = ACTIONS(500), + [anon_sym_u228f] = ACTIONS(500), + [anon_sym_pick] = ACTIONS(500), + [anon_sym_u22a1] = ACTIONS(500), + [anon_sym_reshape] = ACTIONS(500), + [anon_sym_u21af] = ACTIONS(500), + [anon_sym_take] = ACTIONS(500), + [anon_sym_u2199] = ACTIONS(500), + [anon_sym_drop] = ACTIONS(500), + [anon_sym_u2198] = ACTIONS(500), + [anon_sym_rotate] = ACTIONS(500), + [anon_sym_u21bb] = ACTIONS(500), + [anon_sym_windows] = ACTIONS(500), + [anon_sym_u25eb] = ACTIONS(500), + [anon_sym_keep] = ACTIONS(500), + [anon_sym_u25bd] = ACTIONS(500), + [anon_sym_find] = ACTIONS(500), + [anon_sym_u2315] = ACTIONS(500), + [anon_sym_indexof] = ACTIONS(500), + [anon_sym_u2297] = ACTIONS(500), + [anon_sym_assert] = ACTIONS(500), + [anon_sym_u2364] = ACTIONS(500), + [anon_sym_wait] = ACTIONS(500), + [anon_sym_parse] = ACTIONS(500), + [anon_sym_u22d5] = ACTIONS(500), + [anon_sym_random] = ACTIONS(500), + [anon_sym_u2682] = ACTIONS(500), + [anon_sym_gen] = ACTIONS(500), + [anon_sym_tag] = ACTIONS(500), + [anon_sym_now] = ACTIONS(500), + [anon_sym_type] = ACTIONS(500), + [anon_sym_u2e2e] = ACTIONS(500), + [anon_sym_dump] = ACTIONS(500), + [anon_sym_regex] = ACTIONS(500), + [anon_sym_send] = ACTIONS(500), + [anon_sym_recv] = ACTIONS(500), + [anon_sym_tryrecv] = ACTIONS(500), + [anon_sym_complex] = ACTIONS(500), + [anon_sym_u2102] = ACTIONS(500), + [anon_sym_rerank] = ACTIONS(500), + [anon_sym_u2607] = ACTIONS(500), + [anon_sym_fix] = ACTIONS(500), + [anon_sym_u00a4] = ACTIONS(500), + [anon_sym_QMARK] = ACTIONS(500), + [anon_sym_unique] = ACTIONS(500), + [anon_sym_u25f0] = ACTIONS(500), + [anon_sym_map] = ACTIONS(500), + [anon_sym_has] = ACTIONS(500), + [anon_sym_get] = ACTIONS(500), + [anon_sym_insert] = ACTIONS(500), + [anon_sym_remove] = ACTIONS(500), + [anon_sym_repr] = ACTIONS(500), + [anon_sym_mask] = ACTIONS(500), + [anon_sym_u29b7] = ACTIONS(500), + [anon_sym_csv] = ACTIONS(500), + [anon_sym_json] = ACTIONS(500), + [anon_sym_xlsx] = ACTIONS(500), + [anon_sym_memberOf] = ACTIONS(500), + [anon_sym_u2208] = ACTIONS(500), + [anon_sym_imen] = ACTIONS(500), + [anon_sym_gife] = ACTIONS(500), + [anon_sym_auden] = ACTIONS(500), + [anon_sym_utfu2088] = ACTIONS(500), + [anon_sym_datetime] = ACTIONS(500), + [anon_sym_choose] = ACTIONS(500), + [anon_sym_permute] = ACTIONS(500), + [anon_sym_orient] = ACTIONS(500), + [anon_sym_u2938] = ACTIONS(500), + [anon_sym_fft] = ACTIONS(500), + [anon_sym_graphemes] = ACTIONS(500), + [anon_sym_timezone] = ACTIONS(500), + [anon_sym_around] = ACTIONS(500), + [anon_sym_u2019] = ACTIONS(500), + [anon_sym_base] = ACTIONS(500), + [anon_sym_sort] = ACTIONS(500), + [anon_sym_u2346] = ACTIONS(500), + [anon_sym_last] = ACTIONS(500), + [anon_sym_u22a3] = ACTIONS(500), + [anon_sym_reduce] = ACTIONS(500), + [anon_sym_SLASH] = ACTIONS(500), + [anon_sym_scan] = ACTIONS(500), + [anon_sym_BSLASH] = ACTIONS(500), + [anon_sym_each] = ACTIONS(500), + [anon_sym_u2235] = ACTIONS(500), + [anon_sym_rows] = ACTIONS(500), + [anon_sym_u2261] = ACTIONS(500), + [anon_sym_repeat] = ACTIONS(500), + [anon_sym_u2365] = ACTIONS(500), + [anon_sym_dip] = ACTIONS(500), + [anon_sym_u2299] = ACTIONS(500), + [anon_sym_gap] = ACTIONS(500), + [anon_sym_u22c5] = ACTIONS(500), + [anon_sym_spawn] = ACTIONS(500), + [anon_sym_rectify] = ACTIONS(500), + [anon_sym_u2305] = ACTIONS(500), + [anon_sym_un] = ACTIONS(498), + [anon_sym_u00b0] = ACTIONS(500), + [anon_sym_on] = ACTIONS(498), + [anon_sym_u27dc] = ACTIONS(500), + [anon_sym_inventory] = ACTIONS(500), + [anon_sym_u235a] = ACTIONS(500), + [anon_sym_content] = ACTIONS(500), + [anon_sym_u25c7] = ACTIONS(500), + [anon_sym_pool] = ACTIONS(500), + [anon_sym_stringify] = ACTIONS(500), + [anon_sym_signature] = ACTIONS(500), + [anon_sym_triangle] = ACTIONS(500), + [anon_sym_u25f9] = ACTIONS(500), + [anon_sym_astar] = ACTIONS(500), + [anon_sym_with] = ACTIONS(500), + [anon_sym_u2919] = ACTIONS(500), + [anon_sym_off] = ACTIONS(500), + [anon_sym_u291a] = ACTIONS(500), + [anon_sym_above] = ACTIONS(500), + [anon_sym_u25e0] = ACTIONS(500), + [anon_sym_below] = ACTIONS(500), + [anon_sym_u25e1] = ACTIONS(500), + [anon_sym_anti] = ACTIONS(500), + [anon_sym_u231d] = ACTIONS(500), + [anon_sym_obverse] = ACTIONS(500), + [anon_sym_toples] = ACTIONS(500), + [anon_sym_u29c5] = ACTIONS(500), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(500), + [anon_sym_fold] = ACTIONS(500), + [anon_sym_u2227] = ACTIONS(500), + [anon_sym_table] = ACTIONS(500), + [anon_sym_u229e] = ACTIONS(500), + [anon_sym_group] = ACTIONS(500), + [anon_sym_u2295] = ACTIONS(500), + [anon_sym_partition] = ACTIONS(500), + [anon_sym_u229c] = ACTIONS(500), + [anon_sym_both] = ACTIONS(500), + [anon_sym_u2229] = ACTIONS(500), + [anon_sym_bracket] = ACTIONS(500), + [anon_sym_u2293] = ACTIONS(500), + [anon_sym_fork] = ACTIONS(500), + [anon_sym_u2283] = ACTIONS(500), + [anon_sym_under] = ACTIONS(500), + [anon_sym_u235c] = ACTIONS(500), + [anon_sym_fill] = ACTIONS(500), + [anon_sym_u2b1a] = ACTIONS(500), + [anon_sym_try] = ACTIONS(498), + [anon_sym_u2363] = ACTIONS(500), + [anon_sym_do] = ACTIONS(498), + [anon_sym_u2362] = ACTIONS(500), + [anon_sym_f] = ACTIONS(498), + [anon_sym_by] = ACTIONS(498), + [anon_sym_u22b8] = ACTIONS(500), + [anon_sym_quote] = ACTIONS(500), + [anon_sym_u2765] = ACTIONS(500), + [anon_sym_u2192] = ACTIONS(500), + [anon_sym_u2237] = ACTIONS(500), + [anon_sym_u00b7] = ACTIONS(500), + [anon_sym_u235b] = ACTIONS(500), + [anon_sym_u2302] = ACTIONS(500), + [anon_sym_u21b0] = ACTIONS(500), + [anon_sym_unpack] = ACTIONS(500), + [anon_sym_u2290] = ACTIONS(500), + [anon_sym_u229d] = ACTIONS(500), + [anon_sym_cross] = ACTIONS(500), + [anon_sym_u22a0] = ACTIONS(500), + [anon_sym_SEMI] = ACTIONS(500), + [anon_sym_deal] = ACTIONS(500), + [anon_sym_member] = ACTIONS(498), + [anon_sym_u220a] = ACTIONS(500), + [anon_sym_coordinate] = ACTIONS(500), + [anon_sym_u27d4] = ACTIONS(500), + [anon_sym_u03bb] = ACTIONS(500), + [anon_sym_u22ca] = ACTIONS(500), + [anon_sym_chunk] = ACTIONS(500), + [anon_sym_u2444] = ACTIONS(500), + [anon_sym_setinv] = ACTIONS(500), + [anon_sym_setund] = ACTIONS(500), + [anon_sym_struct] = ACTIONS(500), + [sym__endOfLine] = ACTIONS(500), }, [91] = { - [aux_sym_number_token1] = ACTIONS(548), - [sym_fraction] = ACTIONS(550), - [anon_sym_Days] = ACTIONS(548), - [anon_sym_Months] = ACTIONS(548), - [anon_sym_MonthDays] = ACTIONS(548), - [anon_sym_LeanMonthDays] = ACTIONS(548), - [anon_sym_White] = ACTIONS(548), - [anon_sym_Black] = ACTIONS(548), - [anon_sym_Red] = ACTIONS(548), - [anon_sym_Orange] = ACTIONS(548), - [anon_sym_Yellow] = ACTIONS(548), - [anon_sym_Green] = ACTIONS(548), - [anon_sym_Cyan] = ACTIONS(548), - [anon_sym_Blue] = ACTIONS(548), - [anon_sym_Purple] = ACTIONS(548), - [anon_sym_Magenta] = ACTIONS(548), - [anon_sym_Gay] = ACTIONS(548), - [anon_sym_Lesbian] = ACTIONS(548), - [anon_sym_Bi] = ACTIONS(548), - [anon_sym_Trans] = ACTIONS(548), - [anon_sym_Pan] = ACTIONS(548), - [anon_sym_Ace] = ACTIONS(548), - [anon_sym_Aro] = ACTIONS(548), - [anon_sym_Aroace] = ACTIONS(548), - [anon_sym_Enby] = ACTIONS(548), - [anon_sym_Fluid] = ACTIONS(548), - [anon_sym_Queer] = ACTIONS(548), - [anon_sym_Agender] = ACTIONS(548), - [anon_sym_PrideFlags] = ACTIONS(548), - [anon_sym_PrideFlagNames] = ACTIONS(548), - [anon_sym_True] = ACTIONS(548), - [anon_sym_False] = ACTIONS(548), - [anon_sym_NULL] = ACTIONS(548), - [anon_sym_Logo] = ACTIONS(548), - [anon_sym_Lena] = ACTIONS(548), - [anon_sym_Music] = ACTIONS(548), - [anon_sym_Lorem] = ACTIONS(548), - [anon_sym_Os] = ACTIONS(548), - [anon_sym_Family] = ACTIONS(548), - [anon_sym_Arch] = ACTIONS(548), - [anon_sym_ExeExt] = ACTIONS(548), - [anon_sym_DllExt] = ACTIONS(548), - [anon_sym_Sep] = ACTIONS(548), - [anon_sym_ThisFile] = ACTIONS(548), - [anon_sym_ThisFileName] = ACTIONS(548), - [anon_sym_ThisFileDir] = ACTIONS(548), - [anon_sym_WorkingDir] = ACTIONS(548), - [anon_sym_NumProcs] = ACTIONS(548), - [anon_sym_Planets] = ACTIONS(548), - [anon_sym_Zodiac] = ACTIONS(548), - [anon_sym_Suits] = ACTIONS(548), - [anon_sym_Cards] = ACTIONS(548), - [anon_sym_Chess] = ACTIONS(548), - [anon_sym_Moon] = ACTIONS(548), - [anon_sym_Skin] = ACTIONS(548), - [anon_sym_People] = ACTIONS(548), - [anon_sym_Hair] = ACTIONS(548), - [aux_sym_character_token1] = ACTIONS(550), - [sym_string] = ACTIONS(550), - [sym_multiLineString] = ACTIONS(550), - [anon_sym_PIPE] = ACTIONS(550), - [sym_identifier] = ACTIONS(548), - [sym_identifierDeprecated] = ACTIONS(548), - [sym_system] = ACTIONS(550), - [sym_comment] = ACTIONS(548), - [sym_openParen] = ACTIONS(550), - [sym_closeParen] = ACTIONS(550), - [sym_openCurly] = ACTIONS(550), - [sym_closeCurly] = ACTIONS(550), - [sym_openBracket] = ACTIONS(550), - [sym_closeBracket] = ACTIONS(550), - [sym_underscore] = ACTIONS(550), - [anon_sym_CARET] = ACTIONS(550), - [anon_sym_SQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(550), - [anon_sym_e] = ACTIONS(548), - [anon_sym_NaN] = ACTIONS(548), - [anon_sym_eta] = ACTIONS(550), - [anon_sym_u03b7] = ACTIONS(548), - [anon_sym_pi] = ACTIONS(548), - [anon_sym_u03c0] = ACTIONS(548), - [anon_sym_tau] = ACTIONS(550), - [anon_sym_u03c4] = ACTIONS(548), - [anon_sym_infinity] = ACTIONS(550), - [anon_sym_u221e] = ACTIONS(550), - [anon_sym_W] = ACTIONS(548), - [anon_sym_i] = ACTIONS(548), - [anon_sym_MaxInt] = ACTIONS(548), - [anon_sym_HexDigits] = ACTIONS(548), - [anon_sym_DOT] = ACTIONS(550), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_COLON] = ACTIONS(550), - [anon_sym_u25cc] = ACTIONS(550), - [anon_sym_identity] = ACTIONS(550), - [anon_sym_id] = ACTIONS(548), - [anon_sym_u2218] = ACTIONS(550), - [anon_sym_not] = ACTIONS(550), - [anon_sym_u00ac] = ACTIONS(550), - [anon_sym_sign] = ACTIONS(548), - [anon_sym_u00b1] = ACTIONS(550), - [anon_sym_BQUOTE] = ACTIONS(550), - [anon_sym_u00af] = ACTIONS(548), - [anon_sym_absolutevalue] = ACTIONS(550), - [anon_sym_u2335] = ACTIONS(550), - [anon_sym_sqrt] = ACTIONS(550), - [anon_sym_u221a] = ACTIONS(550), - [anon_sym_sine] = ACTIONS(550), - [anon_sym_u25cb] = ACTIONS(550), - [anon_sym_u223f] = ACTIONS(550), - [anon_sym_floor] = ACTIONS(550), - [anon_sym_u230a] = ACTIONS(550), - [anon_sym_ceiling] = ACTIONS(550), - [anon_sym_u2308] = ACTIONS(550), - [anon_sym_round] = ACTIONS(550), - [anon_sym_u2045] = ACTIONS(550), - [anon_sym_EQ] = ACTIONS(550), - [anon_sym_BANG_EQ] = ACTIONS(550), - [anon_sym_u2260] = ACTIONS(550), - [anon_sym_LT] = ACTIONS(548), - [anon_sym_LT_EQ] = ACTIONS(550), - [anon_sym_u2264] = ACTIONS(550), - [anon_sym_GT] = ACTIONS(548), - [anon_sym_GT_EQ] = ACTIONS(550), - [anon_sym_u2265] = ACTIONS(550), - [anon_sym_PLUS] = ACTIONS(550), - [anon_sym_DASH] = ACTIONS(550), - [anon_sym_STAR] = ACTIONS(550), - [anon_sym_u00d7] = ACTIONS(550), - [anon_sym_PERCENT] = ACTIONS(550), - [anon_sym_u00f7] = ACTIONS(550), - [anon_sym_modulus] = ACTIONS(550), - [anon_sym_u25ff] = ACTIONS(550), - [anon_sym_power] = ACTIONS(550), - [anon_sym_u207f] = ACTIONS(550), - [anon_sym_logarithm] = ACTIONS(550), - [anon_sym_u2099] = ACTIONS(550), - [anon_sym_minimum] = ACTIONS(550), - [anon_sym_u21a7] = ACTIONS(550), - [anon_sym_maximum] = ACTIONS(550), - [anon_sym_u21a5] = ACTIONS(550), - [anon_sym_atangent] = ACTIONS(550), - [anon_sym_u2220] = ACTIONS(550), - [anon_sym_length] = ACTIONS(550), - [anon_sym_u29fb] = ACTIONS(550), - [anon_sym_shape] = ACTIONS(550), - [anon_sym_u25b3] = ACTIONS(550), - [anon_sym_range] = ACTIONS(550), - [anon_sym_u21e1] = ACTIONS(550), - [anon_sym_first] = ACTIONS(550), - [anon_sym_u22a2] = ACTIONS(550), - [anon_sym_reverse] = ACTIONS(550), - [anon_sym_u21cc] = ACTIONS(550), - [anon_sym_deshape] = ACTIONS(550), - [anon_sym_u266d] = ACTIONS(550), - [anon_sym_bits] = ACTIONS(550), - [anon_sym_u22ef] = ACTIONS(550), - [anon_sym_transpose] = ACTIONS(550), - [anon_sym_u2349] = ACTIONS(550), - [anon_sym_rise] = ACTIONS(550), - [anon_sym_u234f] = ACTIONS(550), - [anon_sym_fall] = ACTIONS(550), - [anon_sym_u2356] = ACTIONS(550), - [anon_sym_where] = ACTIONS(550), - [anon_sym_u229a] = ACTIONS(550), - [anon_sym_classify] = ACTIONS(550), - [anon_sym_u229b] = ACTIONS(550), - [anon_sym_deduplicate] = ACTIONS(550), - [anon_sym_u25f4] = ACTIONS(550), - [anon_sym_box] = ACTIONS(550), - [anon_sym_u25a1] = ACTIONS(550), - [anon_sym_match] = ACTIONS(550), - [anon_sym_u224d] = ACTIONS(550), - [anon_sym_couple] = ACTIONS(550), - [anon_sym_u229f] = ACTIONS(550), - [anon_sym_join] = ACTIONS(550), - [anon_sym_u2282] = ACTIONS(550), - [anon_sym_select] = ACTIONS(550), - [anon_sym_u228f] = ACTIONS(550), - [anon_sym_pick] = ACTIONS(550), - [anon_sym_u22a1] = ACTIONS(550), - [anon_sym_reshape] = ACTIONS(550), - [anon_sym_u21af] = ACTIONS(550), - [anon_sym_take] = ACTIONS(550), - [anon_sym_u2199] = ACTIONS(550), - [anon_sym_drop] = ACTIONS(550), - [anon_sym_u2198] = ACTIONS(550), - [anon_sym_rotate] = ACTIONS(550), - [anon_sym_u21bb] = ACTIONS(550), - [anon_sym_windows] = ACTIONS(550), - [anon_sym_u25eb] = ACTIONS(550), - [anon_sym_keep] = ACTIONS(550), - [anon_sym_u25bd] = ACTIONS(550), - [anon_sym_find] = ACTIONS(550), - [anon_sym_u2315] = ACTIONS(550), - [anon_sym_indexof] = ACTIONS(550), - [anon_sym_u2297] = ACTIONS(550), - [anon_sym_assert] = ACTIONS(550), - [anon_sym_u2364] = ACTIONS(550), - [anon_sym_wait] = ACTIONS(550), - [anon_sym_parse] = ACTIONS(550), - [anon_sym_u22d5] = ACTIONS(550), - [anon_sym_random] = ACTIONS(550), - [anon_sym_u2682] = ACTIONS(550), - [anon_sym_gen] = ACTIONS(550), - [anon_sym_tag] = ACTIONS(550), - [anon_sym_now] = ACTIONS(550), - [anon_sym_type] = ACTIONS(550), - [anon_sym_u2e2e] = ACTIONS(550), - [anon_sym_dump] = ACTIONS(550), - [anon_sym_regex] = ACTIONS(550), - [anon_sym_send] = ACTIONS(550), - [anon_sym_recv] = ACTIONS(550), - [anon_sym_tryrecv] = ACTIONS(550), - [anon_sym_complex] = ACTIONS(550), - [anon_sym_u2102] = ACTIONS(550), - [anon_sym_rerank] = ACTIONS(550), - [anon_sym_u2607] = ACTIONS(550), - [anon_sym_fix] = ACTIONS(550), - [anon_sym_u00a4] = ACTIONS(550), - [anon_sym_QMARK] = ACTIONS(550), - [anon_sym_unique] = ACTIONS(550), - [anon_sym_u25f0] = ACTIONS(550), - [anon_sym_map] = ACTIONS(550), - [anon_sym_has] = ACTIONS(550), - [anon_sym_get] = ACTIONS(550), - [anon_sym_insert] = ACTIONS(550), - [anon_sym_remove] = ACTIONS(550), - [anon_sym_repr] = ACTIONS(550), - [anon_sym_mask] = ACTIONS(550), - [anon_sym_u29b7] = ACTIONS(550), - [anon_sym_csv] = ACTIONS(550), - [anon_sym_json] = ACTIONS(550), - [anon_sym_xlsx] = ACTIONS(550), - [anon_sym_memberOf] = ACTIONS(550), - [anon_sym_u2208] = ACTIONS(550), - [anon_sym_imen] = ACTIONS(550), - [anon_sym_gife] = ACTIONS(550), - [anon_sym_auden] = ACTIONS(550), - [anon_sym_utfu2088] = ACTIONS(550), - [anon_sym_datetime] = ACTIONS(550), - [anon_sym_chunk] = ACTIONS(550), - [anon_sym_u2444] = ACTIONS(550), - [anon_sym_choose] = ACTIONS(550), - [anon_sym_permute] = ACTIONS(550), - [anon_sym_orient] = ACTIONS(550), - [anon_sym_fft] = ACTIONS(550), - [anon_sym_reduce] = ACTIONS(550), - [anon_sym_SLASH] = ACTIONS(550), - [anon_sym_scan] = ACTIONS(550), - [anon_sym_BSLASH] = ACTIONS(550), - [anon_sym_each] = ACTIONS(550), - [anon_sym_u2235] = ACTIONS(550), - [anon_sym_rows] = ACTIONS(550), - [anon_sym_u2261] = ACTIONS(550), - [anon_sym_repeat] = ACTIONS(550), - [anon_sym_u2365] = ACTIONS(550), - [anon_sym_dip] = ACTIONS(550), - [anon_sym_u2299] = ACTIONS(550), - [anon_sym_gap] = ACTIONS(550), - [anon_sym_u22c5] = ACTIONS(550), - [anon_sym_spawn] = ACTIONS(550), - [anon_sym_rectify] = ACTIONS(550), - [anon_sym_u2305] = ACTIONS(550), - [anon_sym_un] = ACTIONS(548), - [anon_sym_u00b0] = ACTIONS(550), - [anon_sym_on] = ACTIONS(548), - [anon_sym_u27dc] = ACTIONS(550), - [anon_sym_inventory] = ACTIONS(550), - [anon_sym_u235a] = ACTIONS(550), - [anon_sym_content] = ACTIONS(550), - [anon_sym_u25c7] = ACTIONS(550), - [anon_sym_pool] = ACTIONS(550), - [anon_sym_stringify] = ACTIONS(550), - [anon_sym_signature] = ACTIONS(550), - [anon_sym_triangle] = ACTIONS(550), - [anon_sym_u25f9] = ACTIONS(550), - [anon_sym_astar] = ACTIONS(550), - [anon_sym_but] = ACTIONS(550), - [anon_sym_u2919] = ACTIONS(550), - [anon_sym_with] = ACTIONS(550), - [anon_sym_u291a] = ACTIONS(550), - [anon_sym_above] = ACTIONS(550), - [anon_sym_u25e0] = ACTIONS(550), - [anon_sym_below] = ACTIONS(550), - [anon_sym_u25e1] = ACTIONS(550), - [anon_sym_fold] = ACTIONS(550), - [anon_sym_u2227] = ACTIONS(550), - [anon_sym_table] = ACTIONS(550), - [anon_sym_u229e] = ACTIONS(550), - [anon_sym_group] = ACTIONS(550), - [anon_sym_u2295] = ACTIONS(550), - [anon_sym_partition] = ACTIONS(550), - [anon_sym_u229c] = ACTIONS(550), - [anon_sym_both] = ACTIONS(550), - [anon_sym_u2229] = ACTIONS(550), - [anon_sym_bracket] = ACTIONS(550), - [anon_sym_u2293] = ACTIONS(550), - [anon_sym_fork] = ACTIONS(550), - [anon_sym_u2283] = ACTIONS(550), - [anon_sym_under] = ACTIONS(550), - [anon_sym_u235c] = ACTIONS(550), - [anon_sym_fill] = ACTIONS(550), - [anon_sym_u2b1a] = ACTIONS(550), - [anon_sym_try] = ACTIONS(548), - [anon_sym_u2363] = ACTIONS(550), - [anon_sym_do] = ACTIONS(548), - [anon_sym_u2362] = ACTIONS(550), - [anon_sym_setinv] = ACTIONS(550), - [anon_sym_setunder] = ACTIONS(550), - [anon_sym_f] = ACTIONS(548), - [anon_sym_by] = ACTIONS(548), - [anon_sym_u22b8] = ACTIONS(550), - [anon_sym_quote] = ACTIONS(550), - [anon_sym_struct] = ACTIONS(550), - [anon_sym_u2765] = ACTIONS(550), - [anon_sym_u2192] = ACTIONS(550), - [anon_sym_u2237] = ACTIONS(550), - [anon_sym_u00b7] = ACTIONS(550), - [anon_sym_u235b] = ACTIONS(550), - [anon_sym_u2302] = ACTIONS(550), - [anon_sym_u21b0] = ACTIONS(550), - [anon_sym_unpack] = ACTIONS(550), - [anon_sym_u2290] = ACTIONS(550), - [anon_sym_u229d] = ACTIONS(550), - [anon_sym_cross] = ACTIONS(550), - [anon_sym_u22a0] = ACTIONS(550), - [anon_sym_SEMI] = ACTIONS(550), - [anon_sym_deal] = ACTIONS(550), - [anon_sym_strands] = ACTIONS(550), - [anon_sym_u203f] = ACTIONS(550), - [anon_sym_member] = ACTIONS(548), - [anon_sym_u220a] = ACTIONS(550), - [anon_sym_coordinate] = ACTIONS(550), - [anon_sym_u27d4] = ACTIONS(550), - [anon_sym_u03bb] = ACTIONS(550), - [anon_sym_u22ca] = ACTIONS(550), - [sym__endOfLine] = ACTIONS(550), + [aux_sym_number_token1] = ACTIONS(522), + [sym_fraction] = ACTIONS(524), + [anon_sym_Days] = ACTIONS(522), + [anon_sym_Months] = ACTIONS(522), + [anon_sym_MonthDays] = ACTIONS(522), + [anon_sym_LeanMonthDays] = ACTIONS(522), + [anon_sym_White] = ACTIONS(522), + [anon_sym_Black] = ACTIONS(522), + [anon_sym_Red] = ACTIONS(522), + [anon_sym_Orange] = ACTIONS(522), + [anon_sym_Yellow] = ACTIONS(522), + [anon_sym_Green] = ACTIONS(522), + [anon_sym_Cyan] = ACTIONS(522), + [anon_sym_Blue] = ACTIONS(522), + [anon_sym_Purple] = ACTIONS(522), + [anon_sym_Magenta] = ACTIONS(522), + [anon_sym_Gay] = ACTIONS(522), + [anon_sym_Lesbian] = ACTIONS(522), + [anon_sym_Bi] = ACTIONS(522), + [anon_sym_Trans] = ACTIONS(522), + [anon_sym_Pan] = ACTIONS(522), + [anon_sym_Ace] = ACTIONS(522), + [anon_sym_Aro] = ACTIONS(522), + [anon_sym_Aroace] = ACTIONS(522), + [anon_sym_Enby] = ACTIONS(522), + [anon_sym_Fluid] = ACTIONS(522), + [anon_sym_Queer] = ACTIONS(522), + [anon_sym_Agender] = ACTIONS(522), + [anon_sym_PrideFlags] = ACTIONS(522), + [anon_sym_PrideFlagNames] = ACTIONS(522), + [anon_sym_True] = ACTIONS(522), + [anon_sym_False] = ACTIONS(522), + [anon_sym_NULL] = ACTIONS(522), + [anon_sym_Logo] = ACTIONS(522), + [anon_sym_Lena] = ACTIONS(522), + [anon_sym_Music] = ACTIONS(522), + [anon_sym_Lorem] = ACTIONS(522), + [anon_sym_Os] = ACTIONS(522), + [anon_sym_Family] = ACTIONS(522), + [anon_sym_Arch] = ACTIONS(522), + [anon_sym_ExeExt] = ACTIONS(522), + [anon_sym_DllExt] = ACTIONS(522), + [anon_sym_Sep] = ACTIONS(522), + [anon_sym_ThisFile] = ACTIONS(522), + [anon_sym_ThisFileName] = ACTIONS(522), + [anon_sym_ThisFileDir] = ACTIONS(522), + [anon_sym_WorkingDir] = ACTIONS(522), + [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_Planets] = ACTIONS(522), + [anon_sym_Zodiac] = ACTIONS(522), + [anon_sym_Suits] = ACTIONS(522), + [anon_sym_Cards] = ACTIONS(522), + [anon_sym_Chess] = ACTIONS(522), + [anon_sym_Moon] = ACTIONS(522), + [anon_sym_Skin] = ACTIONS(522), + [anon_sym_People] = ACTIONS(522), + [anon_sym_Hair] = ACTIONS(522), + [anon_sym_Cat] = ACTIONS(522), + [aux_sym_character_token1] = ACTIONS(524), + [sym_string] = ACTIONS(524), + [sym_multiLineString] = ACTIONS(524), + [anon_sym_PIPE] = ACTIONS(524), + [sym_identifier] = ACTIONS(522), + [sym_identifierDeprecated] = ACTIONS(522), + [sym_system] = ACTIONS(524), + [sym_comment] = ACTIONS(522), + [sym_openParen] = ACTIONS(524), + [sym_closeParen] = ACTIONS(524), + [sym_openCurly] = ACTIONS(524), + [sym_closeCurly] = ACTIONS(524), + [sym_openBracket] = ACTIONS(522), + [sym_closeBracket] = ACTIONS(524), + [sym_underscore] = ACTIONS(524), + [anon_sym_CARET] = ACTIONS(524), + [anon_sym_SQUOTE] = ACTIONS(522), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(524), + [anon_sym_e] = ACTIONS(522), + [anon_sym_NaN] = ACTIONS(522), + [anon_sym_eta] = ACTIONS(524), + [anon_sym_u03b7] = ACTIONS(522), + [anon_sym_pi] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), + [anon_sym_tau] = ACTIONS(524), + [anon_sym_u03c4] = ACTIONS(522), + [anon_sym_infinity] = ACTIONS(524), + [anon_sym_u221e] = ACTIONS(524), + [anon_sym_W] = ACTIONS(522), + [anon_sym_i] = ACTIONS(522), + [anon_sym_MaxInt] = ACTIONS(522), + [anon_sym_HexDigits] = ACTIONS(522), + [anon_sym_DOT] = ACTIONS(524), + [anon_sym_COMMA] = ACTIONS(524), + [anon_sym_COLON] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), + [anon_sym_identity] = ACTIONS(524), + [anon_sym_id] = ACTIONS(522), + [anon_sym_u2218] = ACTIONS(524), + [anon_sym_not] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), + [anon_sym_BQUOTE] = ACTIONS(524), + [anon_sym_u00af] = ACTIONS(522), + [anon_sym_absolutevalue] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), + [anon_sym_sqrt] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), + [anon_sym_sine] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), + [anon_sym_u223f] = ACTIONS(524), + [anon_sym_floor] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), + [anon_sym_ceiling] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), + [anon_sym_round] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), + [anon_sym_EQ] = ACTIONS(524), + [anon_sym_BANG_EQ] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), + [anon_sym_LT] = ACTIONS(522), + [anon_sym_LT_EQ] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), + [anon_sym_GT] = ACTIONS(522), + [anon_sym_GT_EQ] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), + [anon_sym_PERCENT] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), + [anon_sym_modulus] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), + [anon_sym_power] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), + [anon_sym_logarithm] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), + [anon_sym_minimum] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), + [anon_sym_maximum] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), + [anon_sym_atangent] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), + [anon_sym_length] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(524), + [anon_sym_u25b3] = ACTIONS(524), + [anon_sym_range] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), + [anon_sym_first] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), + [anon_sym_reverse] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), + [anon_sym_deshape] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), + [anon_sym_bits] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), + [anon_sym_transpose] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), + [anon_sym_rise] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), + [anon_sym_fall] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), + [anon_sym_where] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), + [anon_sym_classify] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), + [anon_sym_deduplicate] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), + [anon_sym_box] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), + [anon_sym_match] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), + [anon_sym_couple] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), + [anon_sym_join] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), + [anon_sym_select] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), + [anon_sym_pick] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), + [anon_sym_reshape] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), + [anon_sym_take] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), + [anon_sym_drop] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), + [anon_sym_rotate] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), + [anon_sym_windows] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), + [anon_sym_keep] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), + [anon_sym_find] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), + [anon_sym_indexof] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), + [anon_sym_assert] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), + [anon_sym_wait] = ACTIONS(524), + [anon_sym_parse] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), + [anon_sym_random] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), + [anon_sym_gen] = ACTIONS(524), + [anon_sym_tag] = ACTIONS(524), + [anon_sym_now] = ACTIONS(524), + [anon_sym_type] = ACTIONS(524), + [anon_sym_u2e2e] = ACTIONS(524), + [anon_sym_dump] = ACTIONS(524), + [anon_sym_regex] = ACTIONS(524), + [anon_sym_send] = ACTIONS(524), + [anon_sym_recv] = ACTIONS(524), + [anon_sym_tryrecv] = ACTIONS(524), + [anon_sym_complex] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), + [anon_sym_rerank] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), + [anon_sym_fix] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), + [anon_sym_QMARK] = ACTIONS(524), + [anon_sym_unique] = ACTIONS(524), + [anon_sym_u25f0] = ACTIONS(524), + [anon_sym_map] = ACTIONS(524), + [anon_sym_has] = ACTIONS(524), + [anon_sym_get] = ACTIONS(524), + [anon_sym_insert] = ACTIONS(524), + [anon_sym_remove] = ACTIONS(524), + [anon_sym_repr] = ACTIONS(524), + [anon_sym_mask] = ACTIONS(524), + [anon_sym_u29b7] = ACTIONS(524), + [anon_sym_csv] = ACTIONS(524), + [anon_sym_json] = ACTIONS(524), + [anon_sym_xlsx] = ACTIONS(524), + [anon_sym_memberOf] = ACTIONS(524), + [anon_sym_u2208] = ACTIONS(524), + [anon_sym_imen] = ACTIONS(524), + [anon_sym_gife] = ACTIONS(524), + [anon_sym_auden] = ACTIONS(524), + [anon_sym_utfu2088] = ACTIONS(524), + [anon_sym_datetime] = ACTIONS(524), + [anon_sym_choose] = ACTIONS(524), + [anon_sym_permute] = ACTIONS(524), + [anon_sym_orient] = ACTIONS(524), + [anon_sym_u2938] = ACTIONS(524), + [anon_sym_fft] = ACTIONS(524), + [anon_sym_graphemes] = ACTIONS(524), + [anon_sym_timezone] = ACTIONS(524), + [anon_sym_around] = ACTIONS(524), + [anon_sym_u2019] = ACTIONS(524), + [anon_sym_base] = ACTIONS(524), + [anon_sym_sort] = ACTIONS(524), + [anon_sym_u2346] = ACTIONS(524), + [anon_sym_last] = ACTIONS(524), + [anon_sym_u22a3] = ACTIONS(524), + [anon_sym_reduce] = ACTIONS(524), + [anon_sym_SLASH] = ACTIONS(524), + [anon_sym_scan] = ACTIONS(524), + [anon_sym_BSLASH] = ACTIONS(524), + [anon_sym_each] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), + [anon_sym_rows] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), + [anon_sym_repeat] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), + [anon_sym_dip] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), + [anon_sym_gap] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), + [anon_sym_spawn] = ACTIONS(524), + [anon_sym_rectify] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), + [anon_sym_un] = ACTIONS(522), + [anon_sym_u00b0] = ACTIONS(524), + [anon_sym_on] = ACTIONS(522), + [anon_sym_u27dc] = ACTIONS(524), + [anon_sym_inventory] = ACTIONS(524), + [anon_sym_u235a] = ACTIONS(524), + [anon_sym_content] = ACTIONS(524), + [anon_sym_u25c7] = ACTIONS(524), + [anon_sym_pool] = ACTIONS(524), + [anon_sym_stringify] = ACTIONS(524), + [anon_sym_signature] = ACTIONS(524), + [anon_sym_triangle] = ACTIONS(524), + [anon_sym_u25f9] = ACTIONS(524), + [anon_sym_astar] = ACTIONS(524), + [anon_sym_with] = ACTIONS(524), + [anon_sym_u2919] = ACTIONS(524), + [anon_sym_off] = ACTIONS(524), + [anon_sym_u291a] = ACTIONS(524), + [anon_sym_above] = ACTIONS(524), + [anon_sym_u25e0] = ACTIONS(524), + [anon_sym_below] = ACTIONS(524), + [anon_sym_u25e1] = ACTIONS(524), + [anon_sym_anti] = ACTIONS(524), + [anon_sym_u231d] = ACTIONS(524), + [anon_sym_obverse] = ACTIONS(524), + [anon_sym_toples] = ACTIONS(524), + [anon_sym_u29c5] = ACTIONS(524), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(524), + [anon_sym_fold] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), + [anon_sym_table] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), + [anon_sym_group] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), + [anon_sym_partition] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), + [anon_sym_both] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), + [anon_sym_bracket] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), + [anon_sym_fork] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), + [anon_sym_under] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), + [anon_sym_fill] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), + [anon_sym_try] = ACTIONS(522), + [anon_sym_u2363] = ACTIONS(524), + [anon_sym_do] = ACTIONS(522), + [anon_sym_u2362] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [anon_sym_by] = ACTIONS(522), + [anon_sym_u22b8] = ACTIONS(524), + [anon_sym_quote] = ACTIONS(524), + [anon_sym_u2765] = ACTIONS(524), + [anon_sym_u2192] = ACTIONS(524), + [anon_sym_u2237] = ACTIONS(524), + [anon_sym_u00b7] = ACTIONS(524), + [anon_sym_u235b] = ACTIONS(524), + [anon_sym_u2302] = ACTIONS(524), + [anon_sym_u21b0] = ACTIONS(524), + [anon_sym_unpack] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), + [anon_sym_cross] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_deal] = ACTIONS(524), + [anon_sym_member] = ACTIONS(522), + [anon_sym_u220a] = ACTIONS(524), + [anon_sym_coordinate] = ACTIONS(524), + [anon_sym_u27d4] = ACTIONS(524), + [anon_sym_u03bb] = ACTIONS(524), + [anon_sym_u22ca] = ACTIONS(524), + [anon_sym_chunk] = ACTIONS(524), + [anon_sym_u2444] = ACTIONS(524), + [anon_sym_setinv] = ACTIONS(524), + [anon_sym_setund] = ACTIONS(524), + [anon_sym_struct] = ACTIONS(524), + [sym__endOfLine] = ACTIONS(524), }, [92] = { - [aux_sym_number_token1] = ACTIONS(552), - [sym_fraction] = ACTIONS(554), - [anon_sym_Days] = ACTIONS(552), - [anon_sym_Months] = ACTIONS(552), - [anon_sym_MonthDays] = ACTIONS(552), - [anon_sym_LeanMonthDays] = ACTIONS(552), - [anon_sym_White] = ACTIONS(552), - [anon_sym_Black] = ACTIONS(552), - [anon_sym_Red] = ACTIONS(552), - [anon_sym_Orange] = ACTIONS(552), - [anon_sym_Yellow] = ACTIONS(552), - [anon_sym_Green] = ACTIONS(552), - [anon_sym_Cyan] = ACTIONS(552), - [anon_sym_Blue] = ACTIONS(552), - [anon_sym_Purple] = ACTIONS(552), - [anon_sym_Magenta] = ACTIONS(552), - [anon_sym_Gay] = ACTIONS(552), - [anon_sym_Lesbian] = ACTIONS(552), - [anon_sym_Bi] = ACTIONS(552), - [anon_sym_Trans] = ACTIONS(552), - [anon_sym_Pan] = ACTIONS(552), - [anon_sym_Ace] = ACTIONS(552), - [anon_sym_Aro] = ACTIONS(552), - [anon_sym_Aroace] = ACTIONS(552), - [anon_sym_Enby] = ACTIONS(552), - [anon_sym_Fluid] = ACTIONS(552), - [anon_sym_Queer] = ACTIONS(552), - [anon_sym_Agender] = ACTIONS(552), - [anon_sym_PrideFlags] = ACTIONS(552), - [anon_sym_PrideFlagNames] = ACTIONS(552), - [anon_sym_True] = ACTIONS(552), - [anon_sym_False] = ACTIONS(552), - [anon_sym_NULL] = ACTIONS(552), - [anon_sym_Logo] = ACTIONS(552), - [anon_sym_Lena] = ACTIONS(552), - [anon_sym_Music] = ACTIONS(552), - [anon_sym_Lorem] = ACTIONS(552), - [anon_sym_Os] = ACTIONS(552), - [anon_sym_Family] = ACTIONS(552), - [anon_sym_Arch] = ACTIONS(552), - [anon_sym_ExeExt] = ACTIONS(552), - [anon_sym_DllExt] = ACTIONS(552), - [anon_sym_Sep] = ACTIONS(552), - [anon_sym_ThisFile] = ACTIONS(552), - [anon_sym_ThisFileName] = ACTIONS(552), - [anon_sym_ThisFileDir] = ACTIONS(552), - [anon_sym_WorkingDir] = ACTIONS(552), - [anon_sym_NumProcs] = ACTIONS(552), - [anon_sym_Planets] = ACTIONS(552), - [anon_sym_Zodiac] = ACTIONS(552), - [anon_sym_Suits] = ACTIONS(552), - [anon_sym_Cards] = ACTIONS(552), - [anon_sym_Chess] = ACTIONS(552), - [anon_sym_Moon] = ACTIONS(552), - [anon_sym_Skin] = ACTIONS(552), - [anon_sym_People] = ACTIONS(552), - [anon_sym_Hair] = ACTIONS(552), - [aux_sym_character_token1] = ACTIONS(554), - [sym_string] = ACTIONS(554), - [sym_multiLineString] = ACTIONS(554), - [anon_sym_PIPE] = ACTIONS(554), - [sym_identifier] = ACTIONS(552), - [sym_identifierDeprecated] = ACTIONS(552), - [sym_system] = ACTIONS(554), - [sym_comment] = ACTIONS(552), - [sym_openParen] = ACTIONS(554), - [sym_closeParen] = ACTIONS(554), - [sym_openCurly] = ACTIONS(554), - [sym_closeCurly] = ACTIONS(554), - [sym_openBracket] = ACTIONS(554), - [sym_closeBracket] = ACTIONS(554), - [sym_underscore] = ACTIONS(554), - [anon_sym_CARET] = ACTIONS(554), - [anon_sym_SQUOTE] = ACTIONS(552), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(554), - [anon_sym_e] = ACTIONS(552), - [anon_sym_NaN] = ACTIONS(552), - [anon_sym_eta] = ACTIONS(554), - [anon_sym_u03b7] = ACTIONS(552), - [anon_sym_pi] = ACTIONS(552), - [anon_sym_u03c0] = ACTIONS(552), - [anon_sym_tau] = ACTIONS(554), - [anon_sym_u03c4] = ACTIONS(552), - [anon_sym_infinity] = ACTIONS(554), - [anon_sym_u221e] = ACTIONS(554), - [anon_sym_W] = ACTIONS(552), - [anon_sym_i] = ACTIONS(552), - [anon_sym_MaxInt] = ACTIONS(552), - [anon_sym_HexDigits] = ACTIONS(552), - [anon_sym_DOT] = ACTIONS(554), - [anon_sym_COMMA] = ACTIONS(554), - [anon_sym_COLON] = ACTIONS(554), - [anon_sym_u25cc] = ACTIONS(554), - [anon_sym_identity] = ACTIONS(554), - [anon_sym_id] = ACTIONS(552), - [anon_sym_u2218] = ACTIONS(554), - [anon_sym_not] = ACTIONS(554), - [anon_sym_u00ac] = ACTIONS(554), - [anon_sym_sign] = ACTIONS(552), - [anon_sym_u00b1] = ACTIONS(554), - [anon_sym_BQUOTE] = ACTIONS(554), - [anon_sym_u00af] = ACTIONS(552), - [anon_sym_absolutevalue] = ACTIONS(554), - [anon_sym_u2335] = ACTIONS(554), - [anon_sym_sqrt] = ACTIONS(554), - [anon_sym_u221a] = ACTIONS(554), - [anon_sym_sine] = ACTIONS(554), - [anon_sym_u25cb] = ACTIONS(554), - [anon_sym_u223f] = ACTIONS(554), - [anon_sym_floor] = ACTIONS(554), - [anon_sym_u230a] = ACTIONS(554), - [anon_sym_ceiling] = ACTIONS(554), - [anon_sym_u2308] = ACTIONS(554), - [anon_sym_round] = ACTIONS(554), - [anon_sym_u2045] = ACTIONS(554), - [anon_sym_EQ] = ACTIONS(554), - [anon_sym_BANG_EQ] = ACTIONS(554), - [anon_sym_u2260] = ACTIONS(554), - [anon_sym_LT] = ACTIONS(552), - [anon_sym_LT_EQ] = ACTIONS(554), - [anon_sym_u2264] = ACTIONS(554), - [anon_sym_GT] = ACTIONS(552), - [anon_sym_GT_EQ] = ACTIONS(554), - [anon_sym_u2265] = ACTIONS(554), - [anon_sym_PLUS] = ACTIONS(554), - [anon_sym_DASH] = ACTIONS(554), - [anon_sym_STAR] = ACTIONS(554), - [anon_sym_u00d7] = ACTIONS(554), - [anon_sym_PERCENT] = ACTIONS(554), - [anon_sym_u00f7] = ACTIONS(554), - [anon_sym_modulus] = ACTIONS(554), - [anon_sym_u25ff] = ACTIONS(554), - [anon_sym_power] = ACTIONS(554), - [anon_sym_u207f] = ACTIONS(554), - [anon_sym_logarithm] = ACTIONS(554), - [anon_sym_u2099] = ACTIONS(554), - [anon_sym_minimum] = ACTIONS(554), - [anon_sym_u21a7] = ACTIONS(554), - [anon_sym_maximum] = ACTIONS(554), - [anon_sym_u21a5] = ACTIONS(554), - [anon_sym_atangent] = ACTIONS(554), - [anon_sym_u2220] = ACTIONS(554), - [anon_sym_length] = ACTIONS(554), - [anon_sym_u29fb] = ACTIONS(554), - [anon_sym_shape] = ACTIONS(554), - [anon_sym_u25b3] = ACTIONS(554), - [anon_sym_range] = ACTIONS(554), - [anon_sym_u21e1] = ACTIONS(554), - [anon_sym_first] = ACTIONS(554), - [anon_sym_u22a2] = ACTIONS(554), - [anon_sym_reverse] = ACTIONS(554), - [anon_sym_u21cc] = ACTIONS(554), - [anon_sym_deshape] = ACTIONS(554), - [anon_sym_u266d] = ACTIONS(554), - [anon_sym_bits] = ACTIONS(554), - [anon_sym_u22ef] = ACTIONS(554), - [anon_sym_transpose] = ACTIONS(554), - [anon_sym_u2349] = ACTIONS(554), - [anon_sym_rise] = ACTIONS(554), - [anon_sym_u234f] = ACTIONS(554), - [anon_sym_fall] = ACTIONS(554), - [anon_sym_u2356] = ACTIONS(554), - [anon_sym_where] = ACTIONS(554), - [anon_sym_u229a] = ACTIONS(554), - [anon_sym_classify] = ACTIONS(554), - [anon_sym_u229b] = ACTIONS(554), - [anon_sym_deduplicate] = ACTIONS(554), - [anon_sym_u25f4] = ACTIONS(554), - [anon_sym_box] = ACTIONS(554), - [anon_sym_u25a1] = ACTIONS(554), - [anon_sym_match] = ACTIONS(554), - [anon_sym_u224d] = ACTIONS(554), - [anon_sym_couple] = ACTIONS(554), - [anon_sym_u229f] = ACTIONS(554), - [anon_sym_join] = ACTIONS(554), - [anon_sym_u2282] = ACTIONS(554), - [anon_sym_select] = ACTIONS(554), - [anon_sym_u228f] = ACTIONS(554), - [anon_sym_pick] = ACTIONS(554), - [anon_sym_u22a1] = ACTIONS(554), - [anon_sym_reshape] = ACTIONS(554), - [anon_sym_u21af] = ACTIONS(554), - [anon_sym_take] = ACTIONS(554), - [anon_sym_u2199] = ACTIONS(554), - [anon_sym_drop] = ACTIONS(554), - [anon_sym_u2198] = ACTIONS(554), - [anon_sym_rotate] = ACTIONS(554), - [anon_sym_u21bb] = ACTIONS(554), - [anon_sym_windows] = ACTIONS(554), - [anon_sym_u25eb] = ACTIONS(554), - [anon_sym_keep] = ACTIONS(554), - [anon_sym_u25bd] = ACTIONS(554), - [anon_sym_find] = ACTIONS(554), - [anon_sym_u2315] = ACTIONS(554), - [anon_sym_indexof] = ACTIONS(554), - [anon_sym_u2297] = ACTIONS(554), - [anon_sym_assert] = ACTIONS(554), - [anon_sym_u2364] = ACTIONS(554), - [anon_sym_wait] = ACTIONS(554), - [anon_sym_parse] = ACTIONS(554), - [anon_sym_u22d5] = ACTIONS(554), - [anon_sym_random] = ACTIONS(554), - [anon_sym_u2682] = ACTIONS(554), - [anon_sym_gen] = ACTIONS(554), - [anon_sym_tag] = ACTIONS(554), - [anon_sym_now] = ACTIONS(554), - [anon_sym_type] = ACTIONS(554), - [anon_sym_u2e2e] = ACTIONS(554), - [anon_sym_dump] = ACTIONS(554), - [anon_sym_regex] = ACTIONS(554), - [anon_sym_send] = ACTIONS(554), - [anon_sym_recv] = ACTIONS(554), - [anon_sym_tryrecv] = ACTIONS(554), - [anon_sym_complex] = ACTIONS(554), - [anon_sym_u2102] = ACTIONS(554), - [anon_sym_rerank] = ACTIONS(554), - [anon_sym_u2607] = ACTIONS(554), - [anon_sym_fix] = ACTIONS(554), - [anon_sym_u00a4] = ACTIONS(554), - [anon_sym_QMARK] = ACTIONS(554), - [anon_sym_unique] = ACTIONS(554), - [anon_sym_u25f0] = ACTIONS(554), - [anon_sym_map] = ACTIONS(554), - [anon_sym_has] = ACTIONS(554), - [anon_sym_get] = ACTIONS(554), - [anon_sym_insert] = ACTIONS(554), - [anon_sym_remove] = ACTIONS(554), - [anon_sym_repr] = ACTIONS(554), - [anon_sym_mask] = ACTIONS(554), - [anon_sym_u29b7] = ACTIONS(554), - [anon_sym_csv] = ACTIONS(554), - [anon_sym_json] = ACTIONS(554), - [anon_sym_xlsx] = ACTIONS(554), - [anon_sym_memberOf] = ACTIONS(554), - [anon_sym_u2208] = ACTIONS(554), - [anon_sym_imen] = ACTIONS(554), - [anon_sym_gife] = ACTIONS(554), - [anon_sym_auden] = ACTIONS(554), - [anon_sym_utfu2088] = ACTIONS(554), - [anon_sym_datetime] = ACTIONS(554), - [anon_sym_chunk] = ACTIONS(554), - [anon_sym_u2444] = ACTIONS(554), - [anon_sym_choose] = ACTIONS(554), - [anon_sym_permute] = ACTIONS(554), - [anon_sym_orient] = ACTIONS(554), - [anon_sym_fft] = ACTIONS(554), - [anon_sym_reduce] = ACTIONS(554), - [anon_sym_SLASH] = ACTIONS(554), - [anon_sym_scan] = ACTIONS(554), - [anon_sym_BSLASH] = ACTIONS(554), - [anon_sym_each] = ACTIONS(554), - [anon_sym_u2235] = ACTIONS(554), - [anon_sym_rows] = ACTIONS(554), - [anon_sym_u2261] = ACTIONS(554), - [anon_sym_repeat] = ACTIONS(554), - [anon_sym_u2365] = ACTIONS(554), - [anon_sym_dip] = ACTIONS(554), - [anon_sym_u2299] = ACTIONS(554), - [anon_sym_gap] = ACTIONS(554), - [anon_sym_u22c5] = ACTIONS(554), - [anon_sym_spawn] = ACTIONS(554), - [anon_sym_rectify] = ACTIONS(554), - [anon_sym_u2305] = ACTIONS(554), - [anon_sym_un] = ACTIONS(552), - [anon_sym_u00b0] = ACTIONS(554), - [anon_sym_on] = ACTIONS(552), - [anon_sym_u27dc] = ACTIONS(554), - [anon_sym_inventory] = ACTIONS(554), - [anon_sym_u235a] = ACTIONS(554), - [anon_sym_content] = ACTIONS(554), - [anon_sym_u25c7] = ACTIONS(554), - [anon_sym_pool] = ACTIONS(554), - [anon_sym_stringify] = ACTIONS(554), - [anon_sym_signature] = ACTIONS(554), - [anon_sym_triangle] = ACTIONS(554), - [anon_sym_u25f9] = ACTIONS(554), - [anon_sym_astar] = ACTIONS(554), - [anon_sym_but] = ACTIONS(554), - [anon_sym_u2919] = ACTIONS(554), - [anon_sym_with] = ACTIONS(554), - [anon_sym_u291a] = ACTIONS(554), - [anon_sym_above] = ACTIONS(554), - [anon_sym_u25e0] = ACTIONS(554), - [anon_sym_below] = ACTIONS(554), - [anon_sym_u25e1] = ACTIONS(554), - [anon_sym_fold] = ACTIONS(554), - [anon_sym_u2227] = ACTIONS(554), - [anon_sym_table] = ACTIONS(554), - [anon_sym_u229e] = ACTIONS(554), - [anon_sym_group] = ACTIONS(554), - [anon_sym_u2295] = ACTIONS(554), - [anon_sym_partition] = ACTIONS(554), - [anon_sym_u229c] = ACTIONS(554), - [anon_sym_both] = ACTIONS(554), - [anon_sym_u2229] = ACTIONS(554), - [anon_sym_bracket] = ACTIONS(554), - [anon_sym_u2293] = ACTIONS(554), - [anon_sym_fork] = ACTIONS(554), - [anon_sym_u2283] = ACTIONS(554), - [anon_sym_under] = ACTIONS(554), - [anon_sym_u235c] = ACTIONS(554), - [anon_sym_fill] = ACTIONS(554), - [anon_sym_u2b1a] = ACTIONS(554), - [anon_sym_try] = ACTIONS(552), - [anon_sym_u2363] = ACTIONS(554), - [anon_sym_do] = ACTIONS(552), - [anon_sym_u2362] = ACTIONS(554), - [anon_sym_setinv] = ACTIONS(554), - [anon_sym_setunder] = ACTIONS(554), - [anon_sym_f] = ACTIONS(552), - [anon_sym_by] = ACTIONS(552), - [anon_sym_u22b8] = ACTIONS(554), - [anon_sym_quote] = ACTIONS(554), - [anon_sym_struct] = ACTIONS(554), - [anon_sym_u2765] = ACTIONS(554), - [anon_sym_u2192] = ACTIONS(554), - [anon_sym_u2237] = ACTIONS(554), - [anon_sym_u00b7] = ACTIONS(554), - [anon_sym_u235b] = ACTIONS(554), - [anon_sym_u2302] = ACTIONS(554), - [anon_sym_u21b0] = ACTIONS(554), - [anon_sym_unpack] = ACTIONS(554), - [anon_sym_u2290] = ACTIONS(554), - [anon_sym_u229d] = ACTIONS(554), - [anon_sym_cross] = ACTIONS(554), - [anon_sym_u22a0] = ACTIONS(554), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_deal] = ACTIONS(554), - [anon_sym_strands] = ACTIONS(554), - [anon_sym_u203f] = ACTIONS(554), - [anon_sym_member] = ACTIONS(552), - [anon_sym_u220a] = ACTIONS(554), - [anon_sym_coordinate] = ACTIONS(554), - [anon_sym_u27d4] = ACTIONS(554), - [anon_sym_u03bb] = ACTIONS(554), - [anon_sym_u22ca] = ACTIONS(554), - [sym__endOfLine] = ACTIONS(554), + [aux_sym_number_token1] = ACTIONS(522), + [sym_fraction] = ACTIONS(524), + [anon_sym_Days] = ACTIONS(522), + [anon_sym_Months] = ACTIONS(522), + [anon_sym_MonthDays] = ACTIONS(522), + [anon_sym_LeanMonthDays] = ACTIONS(522), + [anon_sym_White] = ACTIONS(522), + [anon_sym_Black] = ACTIONS(522), + [anon_sym_Red] = ACTIONS(522), + [anon_sym_Orange] = ACTIONS(522), + [anon_sym_Yellow] = ACTIONS(522), + [anon_sym_Green] = ACTIONS(522), + [anon_sym_Cyan] = ACTIONS(522), + [anon_sym_Blue] = ACTIONS(522), + [anon_sym_Purple] = ACTIONS(522), + [anon_sym_Magenta] = ACTIONS(522), + [anon_sym_Gay] = ACTIONS(522), + [anon_sym_Lesbian] = ACTIONS(522), + [anon_sym_Bi] = ACTIONS(522), + [anon_sym_Trans] = ACTIONS(522), + [anon_sym_Pan] = ACTIONS(522), + [anon_sym_Ace] = ACTIONS(522), + [anon_sym_Aro] = ACTIONS(522), + [anon_sym_Aroace] = ACTIONS(522), + [anon_sym_Enby] = ACTIONS(522), + [anon_sym_Fluid] = ACTIONS(522), + [anon_sym_Queer] = ACTIONS(522), + [anon_sym_Agender] = ACTIONS(522), + [anon_sym_PrideFlags] = ACTIONS(522), + [anon_sym_PrideFlagNames] = ACTIONS(522), + [anon_sym_True] = ACTIONS(522), + [anon_sym_False] = ACTIONS(522), + [anon_sym_NULL] = ACTIONS(522), + [anon_sym_Logo] = ACTIONS(522), + [anon_sym_Lena] = ACTIONS(522), + [anon_sym_Music] = ACTIONS(522), + [anon_sym_Lorem] = ACTIONS(522), + [anon_sym_Os] = ACTIONS(522), + [anon_sym_Family] = ACTIONS(522), + [anon_sym_Arch] = ACTIONS(522), + [anon_sym_ExeExt] = ACTIONS(522), + [anon_sym_DllExt] = ACTIONS(522), + [anon_sym_Sep] = ACTIONS(522), + [anon_sym_ThisFile] = ACTIONS(522), + [anon_sym_ThisFileName] = ACTIONS(522), + [anon_sym_ThisFileDir] = ACTIONS(522), + [anon_sym_WorkingDir] = ACTIONS(522), + [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_Planets] = ACTIONS(522), + [anon_sym_Zodiac] = ACTIONS(522), + [anon_sym_Suits] = ACTIONS(522), + [anon_sym_Cards] = ACTIONS(522), + [anon_sym_Chess] = ACTIONS(522), + [anon_sym_Moon] = ACTIONS(522), + [anon_sym_Skin] = ACTIONS(522), + [anon_sym_People] = ACTIONS(522), + [anon_sym_Hair] = ACTIONS(522), + [anon_sym_Cat] = ACTIONS(522), + [aux_sym_character_token1] = ACTIONS(524), + [sym_string] = ACTIONS(524), + [sym_multiLineString] = ACTIONS(524), + [anon_sym_PIPE] = ACTIONS(524), + [sym_identifier] = ACTIONS(522), + [sym_identifierDeprecated] = ACTIONS(522), + [sym_system] = ACTIONS(524), + [sym_comment] = ACTIONS(522), + [sym_openParen] = ACTIONS(524), + [sym_closeParen] = ACTIONS(524), + [sym_openCurly] = ACTIONS(524), + [sym_closeCurly] = ACTIONS(524), + [sym_openBracket] = ACTIONS(522), + [sym_closeBracket] = ACTIONS(524), + [sym_underscore] = ACTIONS(524), + [anon_sym_CARET] = ACTIONS(524), + [anon_sym_SQUOTE] = ACTIONS(522), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(524), + [anon_sym_e] = ACTIONS(522), + [anon_sym_NaN] = ACTIONS(522), + [anon_sym_eta] = ACTIONS(524), + [anon_sym_u03b7] = ACTIONS(522), + [anon_sym_pi] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), + [anon_sym_tau] = ACTIONS(524), + [anon_sym_u03c4] = ACTIONS(522), + [anon_sym_infinity] = ACTIONS(524), + [anon_sym_u221e] = ACTIONS(524), + [anon_sym_W] = ACTIONS(522), + [anon_sym_i] = ACTIONS(522), + [anon_sym_MaxInt] = ACTIONS(522), + [anon_sym_HexDigits] = ACTIONS(522), + [anon_sym_DOT] = ACTIONS(524), + [anon_sym_COMMA] = ACTIONS(524), + [anon_sym_COLON] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), + [anon_sym_identity] = ACTIONS(524), + [anon_sym_id] = ACTIONS(522), + [anon_sym_u2218] = ACTIONS(524), + [anon_sym_not] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), + [anon_sym_BQUOTE] = ACTIONS(524), + [anon_sym_u00af] = ACTIONS(522), + [anon_sym_absolutevalue] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), + [anon_sym_sqrt] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), + [anon_sym_sine] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), + [anon_sym_u223f] = ACTIONS(524), + [anon_sym_floor] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), + [anon_sym_ceiling] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), + [anon_sym_round] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), + [anon_sym_EQ] = ACTIONS(524), + [anon_sym_BANG_EQ] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), + [anon_sym_LT] = ACTIONS(522), + [anon_sym_LT_EQ] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), + [anon_sym_GT] = ACTIONS(522), + [anon_sym_GT_EQ] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), + [anon_sym_PERCENT] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), + [anon_sym_modulus] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), + [anon_sym_power] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), + [anon_sym_logarithm] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), + [anon_sym_minimum] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), + [anon_sym_maximum] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), + [anon_sym_atangent] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), + [anon_sym_length] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(524), + [anon_sym_u25b3] = ACTIONS(524), + [anon_sym_range] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), + [anon_sym_first] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), + [anon_sym_reverse] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), + [anon_sym_deshape] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), + [anon_sym_bits] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), + [anon_sym_transpose] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), + [anon_sym_rise] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), + [anon_sym_fall] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), + [anon_sym_where] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), + [anon_sym_classify] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), + [anon_sym_deduplicate] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), + [anon_sym_box] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), + [anon_sym_match] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), + [anon_sym_couple] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), + [anon_sym_join] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), + [anon_sym_select] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), + [anon_sym_pick] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), + [anon_sym_reshape] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), + [anon_sym_take] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), + [anon_sym_drop] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), + [anon_sym_rotate] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), + [anon_sym_windows] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), + [anon_sym_keep] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), + [anon_sym_find] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), + [anon_sym_indexof] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), + [anon_sym_assert] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), + [anon_sym_wait] = ACTIONS(524), + [anon_sym_parse] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), + [anon_sym_random] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), + [anon_sym_gen] = ACTIONS(524), + [anon_sym_tag] = ACTIONS(524), + [anon_sym_now] = ACTIONS(524), + [anon_sym_type] = ACTIONS(524), + [anon_sym_u2e2e] = ACTIONS(524), + [anon_sym_dump] = ACTIONS(524), + [anon_sym_regex] = ACTIONS(524), + [anon_sym_send] = ACTIONS(524), + [anon_sym_recv] = ACTIONS(524), + [anon_sym_tryrecv] = ACTIONS(524), + [anon_sym_complex] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), + [anon_sym_rerank] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), + [anon_sym_fix] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), + [anon_sym_QMARK] = ACTIONS(524), + [anon_sym_unique] = ACTIONS(524), + [anon_sym_u25f0] = ACTIONS(524), + [anon_sym_map] = ACTIONS(524), + [anon_sym_has] = ACTIONS(524), + [anon_sym_get] = ACTIONS(524), + [anon_sym_insert] = ACTIONS(524), + [anon_sym_remove] = ACTIONS(524), + [anon_sym_repr] = ACTIONS(524), + [anon_sym_mask] = ACTIONS(524), + [anon_sym_u29b7] = ACTIONS(524), + [anon_sym_csv] = ACTIONS(524), + [anon_sym_json] = ACTIONS(524), + [anon_sym_xlsx] = ACTIONS(524), + [anon_sym_memberOf] = ACTIONS(524), + [anon_sym_u2208] = ACTIONS(524), + [anon_sym_imen] = ACTIONS(524), + [anon_sym_gife] = ACTIONS(524), + [anon_sym_auden] = ACTIONS(524), + [anon_sym_utfu2088] = ACTIONS(524), + [anon_sym_datetime] = ACTIONS(524), + [anon_sym_choose] = ACTIONS(524), + [anon_sym_permute] = ACTIONS(524), + [anon_sym_orient] = ACTIONS(524), + [anon_sym_u2938] = ACTIONS(524), + [anon_sym_fft] = ACTIONS(524), + [anon_sym_graphemes] = ACTIONS(524), + [anon_sym_timezone] = ACTIONS(524), + [anon_sym_around] = ACTIONS(524), + [anon_sym_u2019] = ACTIONS(524), + [anon_sym_base] = ACTIONS(524), + [anon_sym_sort] = ACTIONS(524), + [anon_sym_u2346] = ACTIONS(524), + [anon_sym_last] = ACTIONS(524), + [anon_sym_u22a3] = ACTIONS(524), + [anon_sym_reduce] = ACTIONS(524), + [anon_sym_SLASH] = ACTIONS(524), + [anon_sym_scan] = ACTIONS(524), + [anon_sym_BSLASH] = ACTIONS(524), + [anon_sym_each] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), + [anon_sym_rows] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), + [anon_sym_repeat] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), + [anon_sym_dip] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), + [anon_sym_gap] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), + [anon_sym_spawn] = ACTIONS(524), + [anon_sym_rectify] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), + [anon_sym_un] = ACTIONS(522), + [anon_sym_u00b0] = ACTIONS(524), + [anon_sym_on] = ACTIONS(522), + [anon_sym_u27dc] = ACTIONS(524), + [anon_sym_inventory] = ACTIONS(524), + [anon_sym_u235a] = ACTIONS(524), + [anon_sym_content] = ACTIONS(524), + [anon_sym_u25c7] = ACTIONS(524), + [anon_sym_pool] = ACTIONS(524), + [anon_sym_stringify] = ACTIONS(524), + [anon_sym_signature] = ACTIONS(524), + [anon_sym_triangle] = ACTIONS(524), + [anon_sym_u25f9] = ACTIONS(524), + [anon_sym_astar] = ACTIONS(524), + [anon_sym_with] = ACTIONS(524), + [anon_sym_u2919] = ACTIONS(524), + [anon_sym_off] = ACTIONS(524), + [anon_sym_u291a] = ACTIONS(524), + [anon_sym_above] = ACTIONS(524), + [anon_sym_u25e0] = ACTIONS(524), + [anon_sym_below] = ACTIONS(524), + [anon_sym_u25e1] = ACTIONS(524), + [anon_sym_anti] = ACTIONS(524), + [anon_sym_u231d] = ACTIONS(524), + [anon_sym_obverse] = ACTIONS(524), + [anon_sym_toples] = ACTIONS(524), + [anon_sym_u29c5] = ACTIONS(524), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(524), + [anon_sym_fold] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), + [anon_sym_table] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), + [anon_sym_group] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), + [anon_sym_partition] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), + [anon_sym_both] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), + [anon_sym_bracket] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), + [anon_sym_fork] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), + [anon_sym_under] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), + [anon_sym_fill] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), + [anon_sym_try] = ACTIONS(522), + [anon_sym_u2363] = ACTIONS(524), + [anon_sym_do] = ACTIONS(522), + [anon_sym_u2362] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [anon_sym_by] = ACTIONS(522), + [anon_sym_u22b8] = ACTIONS(524), + [anon_sym_quote] = ACTIONS(524), + [anon_sym_u2765] = ACTIONS(524), + [anon_sym_u2192] = ACTIONS(524), + [anon_sym_u2237] = ACTIONS(524), + [anon_sym_u00b7] = ACTIONS(524), + [anon_sym_u235b] = ACTIONS(524), + [anon_sym_u2302] = ACTIONS(524), + [anon_sym_u21b0] = ACTIONS(524), + [anon_sym_unpack] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), + [anon_sym_cross] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_deal] = ACTIONS(524), + [anon_sym_member] = ACTIONS(522), + [anon_sym_u220a] = ACTIONS(524), + [anon_sym_coordinate] = ACTIONS(524), + [anon_sym_u27d4] = ACTIONS(524), + [anon_sym_u03bb] = ACTIONS(524), + [anon_sym_u22ca] = ACTIONS(524), + [anon_sym_chunk] = ACTIONS(524), + [anon_sym_u2444] = ACTIONS(524), + [anon_sym_setinv] = ACTIONS(524), + [anon_sym_setund] = ACTIONS(524), + [anon_sym_struct] = ACTIONS(524), + [sym__endOfLine] = ACTIONS(524), }, [93] = { - [aux_sym_number_token1] = ACTIONS(556), - [sym_fraction] = ACTIONS(558), - [anon_sym_Days] = ACTIONS(556), - [anon_sym_Months] = ACTIONS(556), - [anon_sym_MonthDays] = ACTIONS(556), - [anon_sym_LeanMonthDays] = ACTIONS(556), - [anon_sym_White] = ACTIONS(556), - [anon_sym_Black] = ACTIONS(556), - [anon_sym_Red] = ACTIONS(556), - [anon_sym_Orange] = ACTIONS(556), - [anon_sym_Yellow] = ACTIONS(556), - [anon_sym_Green] = ACTIONS(556), - [anon_sym_Cyan] = ACTIONS(556), - [anon_sym_Blue] = ACTIONS(556), - [anon_sym_Purple] = ACTIONS(556), - [anon_sym_Magenta] = ACTIONS(556), - [anon_sym_Gay] = ACTIONS(556), - [anon_sym_Lesbian] = ACTIONS(556), - [anon_sym_Bi] = ACTIONS(556), - [anon_sym_Trans] = ACTIONS(556), - [anon_sym_Pan] = ACTIONS(556), - [anon_sym_Ace] = ACTIONS(556), - [anon_sym_Aro] = ACTIONS(556), - [anon_sym_Aroace] = ACTIONS(556), - [anon_sym_Enby] = ACTIONS(556), - [anon_sym_Fluid] = ACTIONS(556), - [anon_sym_Queer] = ACTIONS(556), - [anon_sym_Agender] = ACTIONS(556), - [anon_sym_PrideFlags] = ACTIONS(556), - [anon_sym_PrideFlagNames] = ACTIONS(556), - [anon_sym_True] = ACTIONS(556), - [anon_sym_False] = ACTIONS(556), - [anon_sym_NULL] = ACTIONS(556), - [anon_sym_Logo] = ACTIONS(556), - [anon_sym_Lena] = ACTIONS(556), - [anon_sym_Music] = ACTIONS(556), - [anon_sym_Lorem] = ACTIONS(556), - [anon_sym_Os] = ACTIONS(556), - [anon_sym_Family] = ACTIONS(556), - [anon_sym_Arch] = ACTIONS(556), - [anon_sym_ExeExt] = ACTIONS(556), - [anon_sym_DllExt] = ACTIONS(556), - [anon_sym_Sep] = ACTIONS(556), - [anon_sym_ThisFile] = ACTIONS(556), - [anon_sym_ThisFileName] = ACTIONS(556), - [anon_sym_ThisFileDir] = ACTIONS(556), - [anon_sym_WorkingDir] = ACTIONS(556), - [anon_sym_NumProcs] = ACTIONS(556), - [anon_sym_Planets] = ACTIONS(556), - [anon_sym_Zodiac] = ACTIONS(556), - [anon_sym_Suits] = ACTIONS(556), - [anon_sym_Cards] = ACTIONS(556), - [anon_sym_Chess] = ACTIONS(556), - [anon_sym_Moon] = ACTIONS(556), - [anon_sym_Skin] = ACTIONS(556), - [anon_sym_People] = ACTIONS(556), - [anon_sym_Hair] = ACTIONS(556), - [aux_sym_character_token1] = ACTIONS(558), - [sym_string] = ACTIONS(558), - [sym_multiLineString] = ACTIONS(558), - [anon_sym_PIPE] = ACTIONS(558), - [sym_identifier] = ACTIONS(556), - [sym_identifierDeprecated] = ACTIONS(556), - [sym_system] = ACTIONS(558), - [sym_comment] = ACTIONS(556), - [sym_openParen] = ACTIONS(558), - [sym_closeParen] = ACTIONS(558), - [sym_openCurly] = ACTIONS(558), - [sym_closeCurly] = ACTIONS(558), - [sym_openBracket] = ACTIONS(558), - [sym_closeBracket] = ACTIONS(558), - [sym_underscore] = ACTIONS(558), - [anon_sym_CARET] = ACTIONS(558), - [anon_sym_SQUOTE] = ACTIONS(556), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(558), - [anon_sym_e] = ACTIONS(556), - [anon_sym_NaN] = ACTIONS(556), - [anon_sym_eta] = ACTIONS(558), - [anon_sym_u03b7] = ACTIONS(556), - [anon_sym_pi] = ACTIONS(556), - [anon_sym_u03c0] = ACTIONS(556), - [anon_sym_tau] = ACTIONS(558), - [anon_sym_u03c4] = ACTIONS(556), - [anon_sym_infinity] = ACTIONS(558), - [anon_sym_u221e] = ACTIONS(558), - [anon_sym_W] = ACTIONS(556), - [anon_sym_i] = ACTIONS(556), - [anon_sym_MaxInt] = ACTIONS(556), - [anon_sym_HexDigits] = ACTIONS(556), - [anon_sym_DOT] = ACTIONS(558), - [anon_sym_COMMA] = ACTIONS(558), - [anon_sym_COLON] = ACTIONS(558), - [anon_sym_u25cc] = ACTIONS(558), - [anon_sym_identity] = ACTIONS(558), - [anon_sym_id] = ACTIONS(556), - [anon_sym_u2218] = ACTIONS(558), - [anon_sym_not] = ACTIONS(558), - [anon_sym_u00ac] = ACTIONS(558), - [anon_sym_sign] = ACTIONS(556), - [anon_sym_u00b1] = ACTIONS(558), - [anon_sym_BQUOTE] = ACTIONS(558), - [anon_sym_u00af] = ACTIONS(556), - [anon_sym_absolutevalue] = ACTIONS(558), - [anon_sym_u2335] = ACTIONS(558), - [anon_sym_sqrt] = ACTIONS(558), - [anon_sym_u221a] = ACTIONS(558), - [anon_sym_sine] = ACTIONS(558), - [anon_sym_u25cb] = ACTIONS(558), - [anon_sym_u223f] = ACTIONS(558), - [anon_sym_floor] = ACTIONS(558), - [anon_sym_u230a] = ACTIONS(558), - [anon_sym_ceiling] = ACTIONS(558), - [anon_sym_u2308] = ACTIONS(558), - [anon_sym_round] = ACTIONS(558), - [anon_sym_u2045] = ACTIONS(558), - [anon_sym_EQ] = ACTIONS(558), - [anon_sym_BANG_EQ] = ACTIONS(558), - [anon_sym_u2260] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(556), - [anon_sym_LT_EQ] = ACTIONS(558), - [anon_sym_u2264] = ACTIONS(558), - [anon_sym_GT] = ACTIONS(556), - [anon_sym_GT_EQ] = ACTIONS(558), - [anon_sym_u2265] = ACTIONS(558), - [anon_sym_PLUS] = ACTIONS(558), - [anon_sym_DASH] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(558), - [anon_sym_u00d7] = ACTIONS(558), - [anon_sym_PERCENT] = ACTIONS(558), - [anon_sym_u00f7] = ACTIONS(558), - [anon_sym_modulus] = ACTIONS(558), - [anon_sym_u25ff] = ACTIONS(558), - [anon_sym_power] = ACTIONS(558), - [anon_sym_u207f] = ACTIONS(558), - [anon_sym_logarithm] = ACTIONS(558), - [anon_sym_u2099] = ACTIONS(558), - [anon_sym_minimum] = ACTIONS(558), - [anon_sym_u21a7] = ACTIONS(558), - [anon_sym_maximum] = ACTIONS(558), - [anon_sym_u21a5] = ACTIONS(558), - [anon_sym_atangent] = ACTIONS(558), - [anon_sym_u2220] = ACTIONS(558), - [anon_sym_length] = ACTIONS(558), - [anon_sym_u29fb] = ACTIONS(558), - [anon_sym_shape] = ACTIONS(558), - [anon_sym_u25b3] = ACTIONS(558), - [anon_sym_range] = ACTIONS(558), - [anon_sym_u21e1] = ACTIONS(558), - [anon_sym_first] = ACTIONS(558), - [anon_sym_u22a2] = ACTIONS(558), - [anon_sym_reverse] = ACTIONS(558), - [anon_sym_u21cc] = ACTIONS(558), - [anon_sym_deshape] = ACTIONS(558), - [anon_sym_u266d] = ACTIONS(558), - [anon_sym_bits] = ACTIONS(558), - [anon_sym_u22ef] = ACTIONS(558), - [anon_sym_transpose] = ACTIONS(558), - [anon_sym_u2349] = ACTIONS(558), - [anon_sym_rise] = ACTIONS(558), - [anon_sym_u234f] = ACTIONS(558), - [anon_sym_fall] = ACTIONS(558), - [anon_sym_u2356] = ACTIONS(558), - [anon_sym_where] = ACTIONS(558), - [anon_sym_u229a] = ACTIONS(558), - [anon_sym_classify] = ACTIONS(558), - [anon_sym_u229b] = ACTIONS(558), - [anon_sym_deduplicate] = ACTIONS(558), - [anon_sym_u25f4] = ACTIONS(558), - [anon_sym_box] = ACTIONS(558), - [anon_sym_u25a1] = ACTIONS(558), - [anon_sym_match] = ACTIONS(558), - [anon_sym_u224d] = ACTIONS(558), - [anon_sym_couple] = ACTIONS(558), - [anon_sym_u229f] = ACTIONS(558), - [anon_sym_join] = ACTIONS(558), - [anon_sym_u2282] = ACTIONS(558), - [anon_sym_select] = ACTIONS(558), - [anon_sym_u228f] = ACTIONS(558), - [anon_sym_pick] = ACTIONS(558), - [anon_sym_u22a1] = ACTIONS(558), - [anon_sym_reshape] = ACTIONS(558), - [anon_sym_u21af] = ACTIONS(558), - [anon_sym_take] = ACTIONS(558), - [anon_sym_u2199] = ACTIONS(558), - [anon_sym_drop] = ACTIONS(558), - [anon_sym_u2198] = ACTIONS(558), - [anon_sym_rotate] = ACTIONS(558), - [anon_sym_u21bb] = ACTIONS(558), - [anon_sym_windows] = ACTIONS(558), - [anon_sym_u25eb] = ACTIONS(558), - [anon_sym_keep] = ACTIONS(558), - [anon_sym_u25bd] = ACTIONS(558), - [anon_sym_find] = ACTIONS(558), - [anon_sym_u2315] = ACTIONS(558), - [anon_sym_indexof] = ACTIONS(558), - [anon_sym_u2297] = ACTIONS(558), - [anon_sym_assert] = ACTIONS(558), - [anon_sym_u2364] = ACTIONS(558), - [anon_sym_wait] = ACTIONS(558), - [anon_sym_parse] = ACTIONS(558), - [anon_sym_u22d5] = ACTIONS(558), - [anon_sym_random] = ACTIONS(558), - [anon_sym_u2682] = ACTIONS(558), - [anon_sym_gen] = ACTIONS(558), - [anon_sym_tag] = ACTIONS(558), - [anon_sym_now] = ACTIONS(558), - [anon_sym_type] = ACTIONS(558), - [anon_sym_u2e2e] = ACTIONS(558), - [anon_sym_dump] = ACTIONS(558), - [anon_sym_regex] = ACTIONS(558), - [anon_sym_send] = ACTIONS(558), - [anon_sym_recv] = ACTIONS(558), - [anon_sym_tryrecv] = ACTIONS(558), - [anon_sym_complex] = ACTIONS(558), - [anon_sym_u2102] = ACTIONS(558), - [anon_sym_rerank] = ACTIONS(558), - [anon_sym_u2607] = ACTIONS(558), - [anon_sym_fix] = ACTIONS(558), - [anon_sym_u00a4] = ACTIONS(558), - [anon_sym_QMARK] = ACTIONS(558), - [anon_sym_unique] = ACTIONS(558), - [anon_sym_u25f0] = ACTIONS(558), - [anon_sym_map] = ACTIONS(558), - [anon_sym_has] = ACTIONS(558), - [anon_sym_get] = ACTIONS(558), - [anon_sym_insert] = ACTIONS(558), - [anon_sym_remove] = ACTIONS(558), - [anon_sym_repr] = ACTIONS(558), - [anon_sym_mask] = ACTIONS(558), - [anon_sym_u29b7] = ACTIONS(558), - [anon_sym_csv] = ACTIONS(558), - [anon_sym_json] = ACTIONS(558), - [anon_sym_xlsx] = ACTIONS(558), - [anon_sym_memberOf] = ACTIONS(558), - [anon_sym_u2208] = ACTIONS(558), - [anon_sym_imen] = ACTIONS(558), - [anon_sym_gife] = ACTIONS(558), - [anon_sym_auden] = ACTIONS(558), - [anon_sym_utfu2088] = ACTIONS(558), - [anon_sym_datetime] = ACTIONS(558), - [anon_sym_chunk] = ACTIONS(558), - [anon_sym_u2444] = ACTIONS(558), - [anon_sym_choose] = ACTIONS(558), - [anon_sym_permute] = ACTIONS(558), - [anon_sym_orient] = ACTIONS(558), - [anon_sym_fft] = ACTIONS(558), - [anon_sym_reduce] = ACTIONS(558), - [anon_sym_SLASH] = ACTIONS(558), - [anon_sym_scan] = ACTIONS(558), - [anon_sym_BSLASH] = ACTIONS(558), - [anon_sym_each] = ACTIONS(558), - [anon_sym_u2235] = ACTIONS(558), - [anon_sym_rows] = ACTIONS(558), - [anon_sym_u2261] = ACTIONS(558), - [anon_sym_repeat] = ACTIONS(558), - [anon_sym_u2365] = ACTIONS(558), - [anon_sym_dip] = ACTIONS(558), - [anon_sym_u2299] = ACTIONS(558), - [anon_sym_gap] = ACTIONS(558), - [anon_sym_u22c5] = ACTIONS(558), - [anon_sym_spawn] = ACTIONS(558), - [anon_sym_rectify] = ACTIONS(558), - [anon_sym_u2305] = ACTIONS(558), - [anon_sym_un] = ACTIONS(556), - [anon_sym_u00b0] = ACTIONS(558), - [anon_sym_on] = ACTIONS(556), - [anon_sym_u27dc] = ACTIONS(558), - [anon_sym_inventory] = ACTIONS(558), - [anon_sym_u235a] = ACTIONS(558), - [anon_sym_content] = ACTIONS(558), - [anon_sym_u25c7] = ACTIONS(558), - [anon_sym_pool] = ACTIONS(558), - [anon_sym_stringify] = ACTIONS(558), - [anon_sym_signature] = ACTIONS(558), - [anon_sym_triangle] = ACTIONS(558), - [anon_sym_u25f9] = ACTIONS(558), - [anon_sym_astar] = ACTIONS(558), - [anon_sym_but] = ACTIONS(558), - [anon_sym_u2919] = ACTIONS(558), - [anon_sym_with] = ACTIONS(558), - [anon_sym_u291a] = ACTIONS(558), - [anon_sym_above] = ACTIONS(558), - [anon_sym_u25e0] = ACTIONS(558), - [anon_sym_below] = ACTIONS(558), - [anon_sym_u25e1] = ACTIONS(558), - [anon_sym_fold] = ACTIONS(558), - [anon_sym_u2227] = ACTIONS(558), - [anon_sym_table] = ACTIONS(558), - [anon_sym_u229e] = ACTIONS(558), - [anon_sym_group] = ACTIONS(558), - [anon_sym_u2295] = ACTIONS(558), - [anon_sym_partition] = ACTIONS(558), - [anon_sym_u229c] = ACTIONS(558), - [anon_sym_both] = ACTIONS(558), - [anon_sym_u2229] = ACTIONS(558), - [anon_sym_bracket] = ACTIONS(558), - [anon_sym_u2293] = ACTIONS(558), - [anon_sym_fork] = ACTIONS(558), - [anon_sym_u2283] = ACTIONS(558), - [anon_sym_under] = ACTIONS(558), - [anon_sym_u235c] = ACTIONS(558), - [anon_sym_fill] = ACTIONS(558), - [anon_sym_u2b1a] = ACTIONS(558), - [anon_sym_try] = ACTIONS(556), - [anon_sym_u2363] = ACTIONS(558), - [anon_sym_do] = ACTIONS(556), - [anon_sym_u2362] = ACTIONS(558), - [anon_sym_setinv] = ACTIONS(558), - [anon_sym_setunder] = ACTIONS(558), - [anon_sym_f] = ACTIONS(556), - [anon_sym_by] = ACTIONS(556), - [anon_sym_u22b8] = ACTIONS(558), - [anon_sym_quote] = ACTIONS(558), - [anon_sym_struct] = ACTIONS(558), - [anon_sym_u2765] = ACTIONS(558), - [anon_sym_u2192] = ACTIONS(558), - [anon_sym_u2237] = ACTIONS(558), - [anon_sym_u00b7] = ACTIONS(558), - [anon_sym_u235b] = ACTIONS(558), - [anon_sym_u2302] = ACTIONS(558), - [anon_sym_u21b0] = ACTIONS(558), - [anon_sym_unpack] = ACTIONS(558), - [anon_sym_u2290] = ACTIONS(558), - [anon_sym_u229d] = ACTIONS(558), - [anon_sym_cross] = ACTIONS(558), - [anon_sym_u22a0] = ACTIONS(558), - [anon_sym_SEMI] = ACTIONS(558), - [anon_sym_deal] = ACTIONS(558), - [anon_sym_strands] = ACTIONS(558), - [anon_sym_u203f] = ACTIONS(558), - [anon_sym_member] = ACTIONS(556), - [anon_sym_u220a] = ACTIONS(558), - [anon_sym_coordinate] = ACTIONS(558), - [anon_sym_u27d4] = ACTIONS(558), - [anon_sym_u03bb] = ACTIONS(558), - [anon_sym_u22ca] = ACTIONS(558), - [sym__endOfLine] = ACTIONS(558), + [aux_sym_number_token1] = ACTIONS(526), + [sym_fraction] = ACTIONS(528), + [anon_sym_Days] = ACTIONS(526), + [anon_sym_Months] = ACTIONS(526), + [anon_sym_MonthDays] = ACTIONS(526), + [anon_sym_LeanMonthDays] = ACTIONS(526), + [anon_sym_White] = ACTIONS(526), + [anon_sym_Black] = ACTIONS(526), + [anon_sym_Red] = ACTIONS(526), + [anon_sym_Orange] = ACTIONS(526), + [anon_sym_Yellow] = ACTIONS(526), + [anon_sym_Green] = ACTIONS(526), + [anon_sym_Cyan] = ACTIONS(526), + [anon_sym_Blue] = ACTIONS(526), + [anon_sym_Purple] = ACTIONS(526), + [anon_sym_Magenta] = ACTIONS(526), + [anon_sym_Gay] = ACTIONS(526), + [anon_sym_Lesbian] = ACTIONS(526), + [anon_sym_Bi] = ACTIONS(526), + [anon_sym_Trans] = ACTIONS(526), + [anon_sym_Pan] = ACTIONS(526), + [anon_sym_Ace] = ACTIONS(526), + [anon_sym_Aro] = ACTIONS(526), + [anon_sym_Aroace] = ACTIONS(526), + [anon_sym_Enby] = ACTIONS(526), + [anon_sym_Fluid] = ACTIONS(526), + [anon_sym_Queer] = ACTIONS(526), + [anon_sym_Agender] = ACTIONS(526), + [anon_sym_PrideFlags] = ACTIONS(526), + [anon_sym_PrideFlagNames] = ACTIONS(526), + [anon_sym_True] = ACTIONS(526), + [anon_sym_False] = ACTIONS(526), + [anon_sym_NULL] = ACTIONS(526), + [anon_sym_Logo] = ACTIONS(526), + [anon_sym_Lena] = ACTIONS(526), + [anon_sym_Music] = ACTIONS(526), + [anon_sym_Lorem] = ACTIONS(526), + [anon_sym_Os] = ACTIONS(526), + [anon_sym_Family] = ACTIONS(526), + [anon_sym_Arch] = ACTIONS(526), + [anon_sym_ExeExt] = ACTIONS(526), + [anon_sym_DllExt] = ACTIONS(526), + [anon_sym_Sep] = ACTIONS(526), + [anon_sym_ThisFile] = ACTIONS(526), + [anon_sym_ThisFileName] = ACTIONS(526), + [anon_sym_ThisFileDir] = ACTIONS(526), + [anon_sym_WorkingDir] = ACTIONS(526), + [anon_sym_NumProcs] = ACTIONS(526), + [anon_sym_Planets] = ACTIONS(526), + [anon_sym_Zodiac] = ACTIONS(526), + [anon_sym_Suits] = ACTIONS(526), + [anon_sym_Cards] = ACTIONS(526), + [anon_sym_Chess] = ACTIONS(526), + [anon_sym_Moon] = ACTIONS(526), + [anon_sym_Skin] = ACTIONS(526), + [anon_sym_People] = ACTIONS(526), + [anon_sym_Hair] = ACTIONS(526), + [anon_sym_Cat] = ACTIONS(526), + [aux_sym_character_token1] = ACTIONS(528), + [sym_string] = ACTIONS(528), + [sym_multiLineString] = ACTIONS(528), + [anon_sym_PIPE] = ACTIONS(528), + [sym_identifier] = ACTIONS(526), + [sym_identifierDeprecated] = ACTIONS(526), + [sym_system] = ACTIONS(528), + [sym_comment] = ACTIONS(526), + [sym_openParen] = ACTIONS(528), + [sym_closeParen] = ACTIONS(528), + [sym_openCurly] = ACTIONS(528), + [sym_closeCurly] = ACTIONS(528), + [sym_openBracket] = ACTIONS(526), + [sym_closeBracket] = ACTIONS(528), + [sym_underscore] = ACTIONS(528), + [anon_sym_CARET] = ACTIONS(528), + [anon_sym_SQUOTE] = ACTIONS(526), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(528), + [anon_sym_e] = ACTIONS(526), + [anon_sym_NaN] = ACTIONS(526), + [anon_sym_eta] = ACTIONS(528), + [anon_sym_u03b7] = ACTIONS(526), + [anon_sym_pi] = ACTIONS(526), + [anon_sym_u03c0] = ACTIONS(526), + [anon_sym_tau] = ACTIONS(528), + [anon_sym_u03c4] = ACTIONS(526), + [anon_sym_infinity] = ACTIONS(528), + [anon_sym_u221e] = ACTIONS(528), + [anon_sym_W] = ACTIONS(526), + [anon_sym_i] = ACTIONS(526), + [anon_sym_MaxInt] = ACTIONS(526), + [anon_sym_HexDigits] = ACTIONS(526), + [anon_sym_DOT] = ACTIONS(528), + [anon_sym_COMMA] = ACTIONS(528), + [anon_sym_COLON] = ACTIONS(528), + [anon_sym_u25cc] = ACTIONS(528), + [anon_sym_identity] = ACTIONS(528), + [anon_sym_id] = ACTIONS(526), + [anon_sym_u2218] = ACTIONS(528), + [anon_sym_not] = ACTIONS(528), + [anon_sym_u00ac] = ACTIONS(528), + [anon_sym_sign] = ACTIONS(526), + [anon_sym_u00b1] = ACTIONS(528), + [anon_sym_BQUOTE] = ACTIONS(528), + [anon_sym_u00af] = ACTIONS(526), + [anon_sym_absolutevalue] = ACTIONS(528), + [anon_sym_u2335] = ACTIONS(528), + [anon_sym_sqrt] = ACTIONS(528), + [anon_sym_u221a] = ACTIONS(528), + [anon_sym_sine] = ACTIONS(528), + [anon_sym_u25cb] = ACTIONS(528), + [anon_sym_u223f] = ACTIONS(528), + [anon_sym_floor] = ACTIONS(528), + [anon_sym_u230a] = ACTIONS(528), + [anon_sym_ceiling] = ACTIONS(528), + [anon_sym_u2308] = ACTIONS(528), + [anon_sym_round] = ACTIONS(528), + [anon_sym_u2045] = ACTIONS(528), + [anon_sym_EQ] = ACTIONS(528), + [anon_sym_BANG_EQ] = ACTIONS(528), + [anon_sym_u2260] = ACTIONS(528), + [anon_sym_LT] = ACTIONS(526), + [anon_sym_LT_EQ] = ACTIONS(528), + [anon_sym_u2264] = ACTIONS(528), + [anon_sym_GT] = ACTIONS(526), + [anon_sym_GT_EQ] = ACTIONS(528), + [anon_sym_u2265] = ACTIONS(528), + [anon_sym_PLUS] = ACTIONS(528), + [anon_sym_DASH] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(528), + [anon_sym_u00d7] = ACTIONS(528), + [anon_sym_PERCENT] = ACTIONS(528), + [anon_sym_u00f7] = ACTIONS(528), + [anon_sym_modulus] = ACTIONS(528), + [anon_sym_u25ff] = ACTIONS(528), + [anon_sym_power] = ACTIONS(528), + [anon_sym_u207f] = ACTIONS(528), + [anon_sym_logarithm] = ACTIONS(528), + [anon_sym_u2099] = ACTIONS(528), + [anon_sym_minimum] = ACTIONS(528), + [anon_sym_u21a7] = ACTIONS(528), + [anon_sym_maximum] = ACTIONS(528), + [anon_sym_u21a5] = ACTIONS(528), + [anon_sym_atangent] = ACTIONS(528), + [anon_sym_u2220] = ACTIONS(528), + [anon_sym_length] = ACTIONS(528), + [anon_sym_u29fb] = ACTIONS(528), + [anon_sym_shape] = ACTIONS(528), + [anon_sym_u25b3] = ACTIONS(528), + [anon_sym_range] = ACTIONS(528), + [anon_sym_u21e1] = ACTIONS(528), + [anon_sym_first] = ACTIONS(528), + [anon_sym_u22a2] = ACTIONS(528), + [anon_sym_reverse] = ACTIONS(528), + [anon_sym_u21cc] = ACTIONS(528), + [anon_sym_deshape] = ACTIONS(528), + [anon_sym_u266d] = ACTIONS(528), + [anon_sym_bits] = ACTIONS(528), + [anon_sym_u22ef] = ACTIONS(528), + [anon_sym_transpose] = ACTIONS(528), + [anon_sym_u2349] = ACTIONS(528), + [anon_sym_rise] = ACTIONS(528), + [anon_sym_u234f] = ACTIONS(528), + [anon_sym_fall] = ACTIONS(528), + [anon_sym_u2356] = ACTIONS(528), + [anon_sym_where] = ACTIONS(528), + [anon_sym_u229a] = ACTIONS(528), + [anon_sym_classify] = ACTIONS(528), + [anon_sym_u229b] = ACTIONS(528), + [anon_sym_deduplicate] = ACTIONS(528), + [anon_sym_u25f4] = ACTIONS(528), + [anon_sym_box] = ACTIONS(528), + [anon_sym_u25a1] = ACTIONS(528), + [anon_sym_match] = ACTIONS(528), + [anon_sym_u224d] = ACTIONS(528), + [anon_sym_couple] = ACTIONS(528), + [anon_sym_u229f] = ACTIONS(528), + [anon_sym_join] = ACTIONS(528), + [anon_sym_u2282] = ACTIONS(528), + [anon_sym_select] = ACTIONS(528), + [anon_sym_u228f] = ACTIONS(528), + [anon_sym_pick] = ACTIONS(528), + [anon_sym_u22a1] = ACTIONS(528), + [anon_sym_reshape] = ACTIONS(528), + [anon_sym_u21af] = ACTIONS(528), + [anon_sym_take] = ACTIONS(528), + [anon_sym_u2199] = ACTIONS(528), + [anon_sym_drop] = ACTIONS(528), + [anon_sym_u2198] = ACTIONS(528), + [anon_sym_rotate] = ACTIONS(528), + [anon_sym_u21bb] = ACTIONS(528), + [anon_sym_windows] = ACTIONS(528), + [anon_sym_u25eb] = ACTIONS(528), + [anon_sym_keep] = ACTIONS(528), + [anon_sym_u25bd] = ACTIONS(528), + [anon_sym_find] = ACTIONS(528), + [anon_sym_u2315] = ACTIONS(528), + [anon_sym_indexof] = ACTIONS(528), + [anon_sym_u2297] = ACTIONS(528), + [anon_sym_assert] = ACTIONS(528), + [anon_sym_u2364] = ACTIONS(528), + [anon_sym_wait] = ACTIONS(528), + [anon_sym_parse] = ACTIONS(528), + [anon_sym_u22d5] = ACTIONS(528), + [anon_sym_random] = ACTIONS(528), + [anon_sym_u2682] = ACTIONS(528), + [anon_sym_gen] = ACTIONS(528), + [anon_sym_tag] = ACTIONS(528), + [anon_sym_now] = ACTIONS(528), + [anon_sym_type] = ACTIONS(528), + [anon_sym_u2e2e] = ACTIONS(528), + [anon_sym_dump] = ACTIONS(528), + [anon_sym_regex] = ACTIONS(528), + [anon_sym_send] = ACTIONS(528), + [anon_sym_recv] = ACTIONS(528), + [anon_sym_tryrecv] = ACTIONS(528), + [anon_sym_complex] = ACTIONS(528), + [anon_sym_u2102] = ACTIONS(528), + [anon_sym_rerank] = ACTIONS(528), + [anon_sym_u2607] = ACTIONS(528), + [anon_sym_fix] = ACTIONS(528), + [anon_sym_u00a4] = ACTIONS(528), + [anon_sym_QMARK] = ACTIONS(528), + [anon_sym_unique] = ACTIONS(528), + [anon_sym_u25f0] = ACTIONS(528), + [anon_sym_map] = ACTIONS(528), + [anon_sym_has] = ACTIONS(528), + [anon_sym_get] = ACTIONS(528), + [anon_sym_insert] = ACTIONS(528), + [anon_sym_remove] = ACTIONS(528), + [anon_sym_repr] = ACTIONS(528), + [anon_sym_mask] = ACTIONS(528), + [anon_sym_u29b7] = ACTIONS(528), + [anon_sym_csv] = ACTIONS(528), + [anon_sym_json] = ACTIONS(528), + [anon_sym_xlsx] = ACTIONS(528), + [anon_sym_memberOf] = ACTIONS(528), + [anon_sym_u2208] = ACTIONS(528), + [anon_sym_imen] = ACTIONS(528), + [anon_sym_gife] = ACTIONS(528), + [anon_sym_auden] = ACTIONS(528), + [anon_sym_utfu2088] = ACTIONS(528), + [anon_sym_datetime] = ACTIONS(528), + [anon_sym_choose] = ACTIONS(528), + [anon_sym_permute] = ACTIONS(528), + [anon_sym_orient] = ACTIONS(528), + [anon_sym_u2938] = ACTIONS(528), + [anon_sym_fft] = ACTIONS(528), + [anon_sym_graphemes] = ACTIONS(528), + [anon_sym_timezone] = ACTIONS(528), + [anon_sym_around] = ACTIONS(528), + [anon_sym_u2019] = ACTIONS(528), + [anon_sym_base] = ACTIONS(528), + [anon_sym_sort] = ACTIONS(528), + [anon_sym_u2346] = ACTIONS(528), + [anon_sym_last] = ACTIONS(528), + [anon_sym_u22a3] = ACTIONS(528), + [anon_sym_reduce] = ACTIONS(528), + [anon_sym_SLASH] = ACTIONS(528), + [anon_sym_scan] = ACTIONS(528), + [anon_sym_BSLASH] = ACTIONS(528), + [anon_sym_each] = ACTIONS(528), + [anon_sym_u2235] = ACTIONS(528), + [anon_sym_rows] = ACTIONS(528), + [anon_sym_u2261] = ACTIONS(528), + [anon_sym_repeat] = ACTIONS(528), + [anon_sym_u2365] = ACTIONS(528), + [anon_sym_dip] = ACTIONS(528), + [anon_sym_u2299] = ACTIONS(528), + [anon_sym_gap] = ACTIONS(528), + [anon_sym_u22c5] = ACTIONS(528), + [anon_sym_spawn] = ACTIONS(528), + [anon_sym_rectify] = ACTIONS(528), + [anon_sym_u2305] = ACTIONS(528), + [anon_sym_un] = ACTIONS(526), + [anon_sym_u00b0] = ACTIONS(528), + [anon_sym_on] = ACTIONS(526), + [anon_sym_u27dc] = ACTIONS(528), + [anon_sym_inventory] = ACTIONS(528), + [anon_sym_u235a] = ACTIONS(528), + [anon_sym_content] = ACTIONS(528), + [anon_sym_u25c7] = ACTIONS(528), + [anon_sym_pool] = ACTIONS(528), + [anon_sym_stringify] = ACTIONS(528), + [anon_sym_signature] = ACTIONS(528), + [anon_sym_triangle] = ACTIONS(528), + [anon_sym_u25f9] = ACTIONS(528), + [anon_sym_astar] = ACTIONS(528), + [anon_sym_with] = ACTIONS(528), + [anon_sym_u2919] = ACTIONS(528), + [anon_sym_off] = ACTIONS(528), + [anon_sym_u291a] = ACTIONS(528), + [anon_sym_above] = ACTIONS(528), + [anon_sym_u25e0] = ACTIONS(528), + [anon_sym_below] = ACTIONS(528), + [anon_sym_u25e1] = ACTIONS(528), + [anon_sym_anti] = ACTIONS(528), + [anon_sym_u231d] = ACTIONS(528), + [anon_sym_obverse] = ACTIONS(528), + [anon_sym_toples] = ACTIONS(528), + [anon_sym_u29c5] = ACTIONS(528), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(528), + [anon_sym_fold] = ACTIONS(528), + [anon_sym_u2227] = ACTIONS(528), + [anon_sym_table] = ACTIONS(528), + [anon_sym_u229e] = ACTIONS(528), + [anon_sym_group] = ACTIONS(528), + [anon_sym_u2295] = ACTIONS(528), + [anon_sym_partition] = ACTIONS(528), + [anon_sym_u229c] = ACTIONS(528), + [anon_sym_both] = ACTIONS(528), + [anon_sym_u2229] = ACTIONS(528), + [anon_sym_bracket] = ACTIONS(528), + [anon_sym_u2293] = ACTIONS(528), + [anon_sym_fork] = ACTIONS(528), + [anon_sym_u2283] = ACTIONS(528), + [anon_sym_under] = ACTIONS(528), + [anon_sym_u235c] = ACTIONS(528), + [anon_sym_fill] = ACTIONS(528), + [anon_sym_u2b1a] = ACTIONS(528), + [anon_sym_try] = ACTIONS(526), + [anon_sym_u2363] = ACTIONS(528), + [anon_sym_do] = ACTIONS(526), + [anon_sym_u2362] = ACTIONS(528), + [anon_sym_f] = ACTIONS(526), + [anon_sym_by] = ACTIONS(526), + [anon_sym_u22b8] = ACTIONS(528), + [anon_sym_quote] = ACTIONS(528), + [anon_sym_u2765] = ACTIONS(528), + [anon_sym_u2192] = ACTIONS(528), + [anon_sym_u2237] = ACTIONS(528), + [anon_sym_u00b7] = ACTIONS(528), + [anon_sym_u235b] = ACTIONS(528), + [anon_sym_u2302] = ACTIONS(528), + [anon_sym_u21b0] = ACTIONS(528), + [anon_sym_unpack] = ACTIONS(528), + [anon_sym_u2290] = ACTIONS(528), + [anon_sym_u229d] = ACTIONS(528), + [anon_sym_cross] = ACTIONS(528), + [anon_sym_u22a0] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(528), + [anon_sym_deal] = ACTIONS(528), + [anon_sym_member] = ACTIONS(526), + [anon_sym_u220a] = ACTIONS(528), + [anon_sym_coordinate] = ACTIONS(528), + [anon_sym_u27d4] = ACTIONS(528), + [anon_sym_u03bb] = ACTIONS(528), + [anon_sym_u22ca] = ACTIONS(528), + [anon_sym_chunk] = ACTIONS(528), + [anon_sym_u2444] = ACTIONS(528), + [anon_sym_setinv] = ACTIONS(528), + [anon_sym_setund] = ACTIONS(528), + [anon_sym_struct] = ACTIONS(528), + [sym__endOfLine] = ACTIONS(528), }, [94] = { - [aux_sym_number_token1] = ACTIONS(560), - [sym_fraction] = ACTIONS(562), - [anon_sym_Days] = ACTIONS(560), - [anon_sym_Months] = ACTIONS(560), - [anon_sym_MonthDays] = ACTIONS(560), - [anon_sym_LeanMonthDays] = ACTIONS(560), - [anon_sym_White] = ACTIONS(560), - [anon_sym_Black] = ACTIONS(560), - [anon_sym_Red] = ACTIONS(560), - [anon_sym_Orange] = ACTIONS(560), - [anon_sym_Yellow] = ACTIONS(560), - [anon_sym_Green] = ACTIONS(560), - [anon_sym_Cyan] = ACTIONS(560), - [anon_sym_Blue] = ACTIONS(560), - [anon_sym_Purple] = ACTIONS(560), - [anon_sym_Magenta] = ACTIONS(560), - [anon_sym_Gay] = ACTIONS(560), - [anon_sym_Lesbian] = ACTIONS(560), - [anon_sym_Bi] = ACTIONS(560), - [anon_sym_Trans] = ACTIONS(560), - [anon_sym_Pan] = ACTIONS(560), - [anon_sym_Ace] = ACTIONS(560), - [anon_sym_Aro] = ACTIONS(560), - [anon_sym_Aroace] = ACTIONS(560), - [anon_sym_Enby] = ACTIONS(560), - [anon_sym_Fluid] = ACTIONS(560), - [anon_sym_Queer] = ACTIONS(560), - [anon_sym_Agender] = ACTIONS(560), - [anon_sym_PrideFlags] = ACTIONS(560), - [anon_sym_PrideFlagNames] = ACTIONS(560), - [anon_sym_True] = ACTIONS(560), - [anon_sym_False] = ACTIONS(560), - [anon_sym_NULL] = ACTIONS(560), - [anon_sym_Logo] = ACTIONS(560), - [anon_sym_Lena] = ACTIONS(560), - [anon_sym_Music] = ACTIONS(560), - [anon_sym_Lorem] = ACTIONS(560), - [anon_sym_Os] = ACTIONS(560), - [anon_sym_Family] = ACTIONS(560), - [anon_sym_Arch] = ACTIONS(560), - [anon_sym_ExeExt] = ACTIONS(560), - [anon_sym_DllExt] = ACTIONS(560), - [anon_sym_Sep] = ACTIONS(560), - [anon_sym_ThisFile] = ACTIONS(560), - [anon_sym_ThisFileName] = ACTIONS(560), - [anon_sym_ThisFileDir] = ACTIONS(560), - [anon_sym_WorkingDir] = ACTIONS(560), - [anon_sym_NumProcs] = ACTIONS(560), - [anon_sym_Planets] = ACTIONS(560), - [anon_sym_Zodiac] = ACTIONS(560), - [anon_sym_Suits] = ACTIONS(560), - [anon_sym_Cards] = ACTIONS(560), - [anon_sym_Chess] = ACTIONS(560), - [anon_sym_Moon] = ACTIONS(560), - [anon_sym_Skin] = ACTIONS(560), - [anon_sym_People] = ACTIONS(560), - [anon_sym_Hair] = ACTIONS(560), - [aux_sym_character_token1] = ACTIONS(562), - [sym_string] = ACTIONS(562), - [sym_multiLineString] = ACTIONS(562), - [anon_sym_PIPE] = ACTIONS(562), - [sym_identifier] = ACTIONS(560), - [sym_identifierDeprecated] = ACTIONS(560), - [sym_system] = ACTIONS(562), - [sym_comment] = ACTIONS(560), - [sym_openParen] = ACTIONS(562), - [sym_closeParen] = ACTIONS(562), - [sym_openCurly] = ACTIONS(562), - [sym_closeCurly] = ACTIONS(562), - [sym_openBracket] = ACTIONS(562), - [sym_closeBracket] = ACTIONS(562), - [sym_underscore] = ACTIONS(562), - [anon_sym_CARET] = ACTIONS(562), - [anon_sym_SQUOTE] = ACTIONS(560), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(562), - [anon_sym_e] = ACTIONS(560), - [anon_sym_NaN] = ACTIONS(560), - [anon_sym_eta] = ACTIONS(562), - [anon_sym_u03b7] = ACTIONS(560), - [anon_sym_pi] = ACTIONS(560), - [anon_sym_u03c0] = ACTIONS(560), - [anon_sym_tau] = ACTIONS(562), - [anon_sym_u03c4] = ACTIONS(560), - [anon_sym_infinity] = ACTIONS(562), - [anon_sym_u221e] = ACTIONS(562), - [anon_sym_W] = ACTIONS(560), - [anon_sym_i] = ACTIONS(560), - [anon_sym_MaxInt] = ACTIONS(560), - [anon_sym_HexDigits] = ACTIONS(560), - [anon_sym_DOT] = ACTIONS(562), - [anon_sym_COMMA] = ACTIONS(562), - [anon_sym_COLON] = ACTIONS(562), - [anon_sym_u25cc] = ACTIONS(562), - [anon_sym_identity] = ACTIONS(562), - [anon_sym_id] = ACTIONS(560), - [anon_sym_u2218] = ACTIONS(562), - [anon_sym_not] = ACTIONS(562), - [anon_sym_u00ac] = ACTIONS(562), - [anon_sym_sign] = ACTIONS(560), - [anon_sym_u00b1] = ACTIONS(562), - [anon_sym_BQUOTE] = ACTIONS(562), - [anon_sym_u00af] = ACTIONS(560), - [anon_sym_absolutevalue] = ACTIONS(562), - [anon_sym_u2335] = ACTIONS(562), - [anon_sym_sqrt] = ACTIONS(562), - [anon_sym_u221a] = ACTIONS(562), - [anon_sym_sine] = ACTIONS(562), - [anon_sym_u25cb] = ACTIONS(562), - [anon_sym_u223f] = ACTIONS(562), - [anon_sym_floor] = ACTIONS(562), - [anon_sym_u230a] = ACTIONS(562), - [anon_sym_ceiling] = ACTIONS(562), - [anon_sym_u2308] = ACTIONS(562), - [anon_sym_round] = ACTIONS(562), - [anon_sym_u2045] = ACTIONS(562), - [anon_sym_EQ] = ACTIONS(562), - [anon_sym_BANG_EQ] = ACTIONS(562), - [anon_sym_u2260] = ACTIONS(562), - [anon_sym_LT] = ACTIONS(560), - [anon_sym_LT_EQ] = ACTIONS(562), - [anon_sym_u2264] = ACTIONS(562), - [anon_sym_GT] = ACTIONS(560), - [anon_sym_GT_EQ] = ACTIONS(562), - [anon_sym_u2265] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(562), - [anon_sym_DASH] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_u00d7] = ACTIONS(562), - [anon_sym_PERCENT] = ACTIONS(562), - [anon_sym_u00f7] = ACTIONS(562), - [anon_sym_modulus] = ACTIONS(562), - [anon_sym_u25ff] = ACTIONS(562), - [anon_sym_power] = ACTIONS(562), - [anon_sym_u207f] = ACTIONS(562), - [anon_sym_logarithm] = ACTIONS(562), - [anon_sym_u2099] = ACTIONS(562), - [anon_sym_minimum] = ACTIONS(562), - [anon_sym_u21a7] = ACTIONS(562), - [anon_sym_maximum] = ACTIONS(562), - [anon_sym_u21a5] = ACTIONS(562), - [anon_sym_atangent] = ACTIONS(562), - [anon_sym_u2220] = ACTIONS(562), - [anon_sym_length] = ACTIONS(562), - [anon_sym_u29fb] = ACTIONS(562), - [anon_sym_shape] = ACTIONS(562), - [anon_sym_u25b3] = ACTIONS(562), - [anon_sym_range] = ACTIONS(562), - [anon_sym_u21e1] = ACTIONS(562), - [anon_sym_first] = ACTIONS(562), - [anon_sym_u22a2] = ACTIONS(562), - [anon_sym_reverse] = ACTIONS(562), - [anon_sym_u21cc] = ACTIONS(562), - [anon_sym_deshape] = ACTIONS(562), - [anon_sym_u266d] = ACTIONS(562), - [anon_sym_bits] = ACTIONS(562), - [anon_sym_u22ef] = ACTIONS(562), - [anon_sym_transpose] = ACTIONS(562), - [anon_sym_u2349] = ACTIONS(562), - [anon_sym_rise] = ACTIONS(562), - [anon_sym_u234f] = ACTIONS(562), - [anon_sym_fall] = ACTIONS(562), - [anon_sym_u2356] = ACTIONS(562), - [anon_sym_where] = ACTIONS(562), - [anon_sym_u229a] = ACTIONS(562), - [anon_sym_classify] = ACTIONS(562), - [anon_sym_u229b] = ACTIONS(562), - [anon_sym_deduplicate] = ACTIONS(562), - [anon_sym_u25f4] = ACTIONS(562), - [anon_sym_box] = ACTIONS(562), - [anon_sym_u25a1] = ACTIONS(562), - [anon_sym_match] = ACTIONS(562), - [anon_sym_u224d] = ACTIONS(562), - [anon_sym_couple] = ACTIONS(562), - [anon_sym_u229f] = ACTIONS(562), - [anon_sym_join] = ACTIONS(562), - [anon_sym_u2282] = ACTIONS(562), - [anon_sym_select] = ACTIONS(562), - [anon_sym_u228f] = ACTIONS(562), - [anon_sym_pick] = ACTIONS(562), - [anon_sym_u22a1] = ACTIONS(562), - [anon_sym_reshape] = ACTIONS(562), - [anon_sym_u21af] = ACTIONS(562), - [anon_sym_take] = ACTIONS(562), - [anon_sym_u2199] = ACTIONS(562), - [anon_sym_drop] = ACTIONS(562), - [anon_sym_u2198] = ACTIONS(562), - [anon_sym_rotate] = ACTIONS(562), - [anon_sym_u21bb] = ACTIONS(562), - [anon_sym_windows] = ACTIONS(562), - [anon_sym_u25eb] = ACTIONS(562), - [anon_sym_keep] = ACTIONS(562), - [anon_sym_u25bd] = ACTIONS(562), - [anon_sym_find] = ACTIONS(562), - [anon_sym_u2315] = ACTIONS(562), - [anon_sym_indexof] = ACTIONS(562), - [anon_sym_u2297] = ACTIONS(562), - [anon_sym_assert] = ACTIONS(562), - [anon_sym_u2364] = ACTIONS(562), - [anon_sym_wait] = ACTIONS(562), - [anon_sym_parse] = ACTIONS(562), - [anon_sym_u22d5] = ACTIONS(562), - [anon_sym_random] = ACTIONS(562), - [anon_sym_u2682] = ACTIONS(562), - [anon_sym_gen] = ACTIONS(562), - [anon_sym_tag] = ACTIONS(562), - [anon_sym_now] = ACTIONS(562), - [anon_sym_type] = ACTIONS(562), - [anon_sym_u2e2e] = ACTIONS(562), - [anon_sym_dump] = ACTIONS(562), - [anon_sym_regex] = ACTIONS(562), - [anon_sym_send] = ACTIONS(562), - [anon_sym_recv] = ACTIONS(562), - [anon_sym_tryrecv] = ACTIONS(562), - [anon_sym_complex] = ACTIONS(562), - [anon_sym_u2102] = ACTIONS(562), - [anon_sym_rerank] = ACTIONS(562), - [anon_sym_u2607] = ACTIONS(562), - [anon_sym_fix] = ACTIONS(562), - [anon_sym_u00a4] = ACTIONS(562), - [anon_sym_QMARK] = ACTIONS(562), - [anon_sym_unique] = ACTIONS(562), - [anon_sym_u25f0] = ACTIONS(562), - [anon_sym_map] = ACTIONS(562), - [anon_sym_has] = ACTIONS(562), - [anon_sym_get] = ACTIONS(562), - [anon_sym_insert] = ACTIONS(562), - [anon_sym_remove] = ACTIONS(562), - [anon_sym_repr] = ACTIONS(562), - [anon_sym_mask] = ACTIONS(562), - [anon_sym_u29b7] = ACTIONS(562), - [anon_sym_csv] = ACTIONS(562), - [anon_sym_json] = ACTIONS(562), - [anon_sym_xlsx] = ACTIONS(562), - [anon_sym_memberOf] = ACTIONS(562), - [anon_sym_u2208] = ACTIONS(562), - [anon_sym_imen] = ACTIONS(562), - [anon_sym_gife] = ACTIONS(562), - [anon_sym_auden] = ACTIONS(562), - [anon_sym_utfu2088] = ACTIONS(562), - [anon_sym_datetime] = ACTIONS(562), - [anon_sym_chunk] = ACTIONS(562), - [anon_sym_u2444] = ACTIONS(562), - [anon_sym_choose] = ACTIONS(562), - [anon_sym_permute] = ACTIONS(562), - [anon_sym_orient] = ACTIONS(562), - [anon_sym_fft] = ACTIONS(562), - [anon_sym_reduce] = ACTIONS(562), - [anon_sym_SLASH] = ACTIONS(562), - [anon_sym_scan] = ACTIONS(562), - [anon_sym_BSLASH] = ACTIONS(562), - [anon_sym_each] = ACTIONS(562), - [anon_sym_u2235] = ACTIONS(562), - [anon_sym_rows] = ACTIONS(562), - [anon_sym_u2261] = ACTIONS(562), - [anon_sym_repeat] = ACTIONS(562), - [anon_sym_u2365] = ACTIONS(562), - [anon_sym_dip] = ACTIONS(562), - [anon_sym_u2299] = ACTIONS(562), - [anon_sym_gap] = ACTIONS(562), - [anon_sym_u22c5] = ACTIONS(562), - [anon_sym_spawn] = ACTIONS(562), - [anon_sym_rectify] = ACTIONS(562), - [anon_sym_u2305] = ACTIONS(562), - [anon_sym_un] = ACTIONS(560), - [anon_sym_u00b0] = ACTIONS(562), - [anon_sym_on] = ACTIONS(560), - [anon_sym_u27dc] = ACTIONS(562), - [anon_sym_inventory] = ACTIONS(562), - [anon_sym_u235a] = ACTIONS(562), - [anon_sym_content] = ACTIONS(562), - [anon_sym_u25c7] = ACTIONS(562), - [anon_sym_pool] = ACTIONS(562), - [anon_sym_stringify] = ACTIONS(562), - [anon_sym_signature] = ACTIONS(562), - [anon_sym_triangle] = ACTIONS(562), - [anon_sym_u25f9] = ACTIONS(562), - [anon_sym_astar] = ACTIONS(562), - [anon_sym_but] = ACTIONS(562), - [anon_sym_u2919] = ACTIONS(562), - [anon_sym_with] = ACTIONS(562), - [anon_sym_u291a] = ACTIONS(562), - [anon_sym_above] = ACTIONS(562), - [anon_sym_u25e0] = ACTIONS(562), - [anon_sym_below] = ACTIONS(562), - [anon_sym_u25e1] = ACTIONS(562), - [anon_sym_fold] = ACTIONS(562), - [anon_sym_u2227] = ACTIONS(562), - [anon_sym_table] = ACTIONS(562), - [anon_sym_u229e] = ACTIONS(562), - [anon_sym_group] = ACTIONS(562), - [anon_sym_u2295] = ACTIONS(562), - [anon_sym_partition] = ACTIONS(562), - [anon_sym_u229c] = ACTIONS(562), - [anon_sym_both] = ACTIONS(562), - [anon_sym_u2229] = ACTIONS(562), - [anon_sym_bracket] = ACTIONS(562), - [anon_sym_u2293] = ACTIONS(562), - [anon_sym_fork] = ACTIONS(562), - [anon_sym_u2283] = ACTIONS(562), - [anon_sym_under] = ACTIONS(562), - [anon_sym_u235c] = ACTIONS(562), - [anon_sym_fill] = ACTIONS(562), - [anon_sym_u2b1a] = ACTIONS(562), - [anon_sym_try] = ACTIONS(560), - [anon_sym_u2363] = ACTIONS(562), - [anon_sym_do] = ACTIONS(560), - [anon_sym_u2362] = ACTIONS(562), - [anon_sym_setinv] = ACTIONS(562), - [anon_sym_setunder] = ACTIONS(562), - [anon_sym_f] = ACTIONS(560), - [anon_sym_by] = ACTIONS(560), - [anon_sym_u22b8] = ACTIONS(562), - [anon_sym_quote] = ACTIONS(562), - [anon_sym_struct] = ACTIONS(562), - [anon_sym_u2765] = ACTIONS(562), - [anon_sym_u2192] = ACTIONS(562), - [anon_sym_u2237] = ACTIONS(562), - [anon_sym_u00b7] = ACTIONS(562), - [anon_sym_u235b] = ACTIONS(562), - [anon_sym_u2302] = ACTIONS(562), - [anon_sym_u21b0] = ACTIONS(562), - [anon_sym_unpack] = ACTIONS(562), - [anon_sym_u2290] = ACTIONS(562), - [anon_sym_u229d] = ACTIONS(562), - [anon_sym_cross] = ACTIONS(562), - [anon_sym_u22a0] = ACTIONS(562), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_deal] = ACTIONS(562), - [anon_sym_strands] = ACTIONS(562), - [anon_sym_u203f] = ACTIONS(562), - [anon_sym_member] = ACTIONS(560), - [anon_sym_u220a] = ACTIONS(562), - [anon_sym_coordinate] = ACTIONS(562), - [anon_sym_u27d4] = ACTIONS(562), - [anon_sym_u03bb] = ACTIONS(562), - [anon_sym_u22ca] = ACTIONS(562), - [sym__endOfLine] = ACTIONS(562), + [aux_sym_number_token1] = ACTIONS(530), + [sym_fraction] = ACTIONS(532), + [anon_sym_Days] = ACTIONS(530), + [anon_sym_Months] = ACTIONS(530), + [anon_sym_MonthDays] = ACTIONS(530), + [anon_sym_LeanMonthDays] = ACTIONS(530), + [anon_sym_White] = ACTIONS(530), + [anon_sym_Black] = ACTIONS(530), + [anon_sym_Red] = ACTIONS(530), + [anon_sym_Orange] = ACTIONS(530), + [anon_sym_Yellow] = ACTIONS(530), + [anon_sym_Green] = ACTIONS(530), + [anon_sym_Cyan] = ACTIONS(530), + [anon_sym_Blue] = ACTIONS(530), + [anon_sym_Purple] = ACTIONS(530), + [anon_sym_Magenta] = ACTIONS(530), + [anon_sym_Gay] = ACTIONS(530), + [anon_sym_Lesbian] = ACTIONS(530), + [anon_sym_Bi] = ACTIONS(530), + [anon_sym_Trans] = ACTIONS(530), + [anon_sym_Pan] = ACTIONS(530), + [anon_sym_Ace] = ACTIONS(530), + [anon_sym_Aro] = ACTIONS(530), + [anon_sym_Aroace] = ACTIONS(530), + [anon_sym_Enby] = ACTIONS(530), + [anon_sym_Fluid] = ACTIONS(530), + [anon_sym_Queer] = ACTIONS(530), + [anon_sym_Agender] = ACTIONS(530), + [anon_sym_PrideFlags] = ACTIONS(530), + [anon_sym_PrideFlagNames] = ACTIONS(530), + [anon_sym_True] = ACTIONS(530), + [anon_sym_False] = ACTIONS(530), + [anon_sym_NULL] = ACTIONS(530), + [anon_sym_Logo] = ACTIONS(530), + [anon_sym_Lena] = ACTIONS(530), + [anon_sym_Music] = ACTIONS(530), + [anon_sym_Lorem] = ACTIONS(530), + [anon_sym_Os] = ACTIONS(530), + [anon_sym_Family] = ACTIONS(530), + [anon_sym_Arch] = ACTIONS(530), + [anon_sym_ExeExt] = ACTIONS(530), + [anon_sym_DllExt] = ACTIONS(530), + [anon_sym_Sep] = ACTIONS(530), + [anon_sym_ThisFile] = ACTIONS(530), + [anon_sym_ThisFileName] = ACTIONS(530), + [anon_sym_ThisFileDir] = ACTIONS(530), + [anon_sym_WorkingDir] = ACTIONS(530), + [anon_sym_NumProcs] = ACTIONS(530), + [anon_sym_Planets] = ACTIONS(530), + [anon_sym_Zodiac] = ACTIONS(530), + [anon_sym_Suits] = ACTIONS(530), + [anon_sym_Cards] = ACTIONS(530), + [anon_sym_Chess] = ACTIONS(530), + [anon_sym_Moon] = ACTIONS(530), + [anon_sym_Skin] = ACTIONS(530), + [anon_sym_People] = ACTIONS(530), + [anon_sym_Hair] = ACTIONS(530), + [anon_sym_Cat] = ACTIONS(530), + [aux_sym_character_token1] = ACTIONS(532), + [sym_string] = ACTIONS(532), + [sym_multiLineString] = ACTIONS(532), + [anon_sym_PIPE] = ACTIONS(532), + [sym_identifier] = ACTIONS(530), + [sym_identifierDeprecated] = ACTIONS(530), + [sym_system] = ACTIONS(532), + [sym_comment] = ACTIONS(530), + [sym_openParen] = ACTIONS(532), + [sym_closeParen] = ACTIONS(532), + [sym_openCurly] = ACTIONS(532), + [sym_closeCurly] = ACTIONS(532), + [sym_openBracket] = ACTIONS(530), + [sym_closeBracket] = ACTIONS(532), + [sym_underscore] = ACTIONS(532), + [anon_sym_CARET] = ACTIONS(532), + [anon_sym_SQUOTE] = ACTIONS(530), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(532), + [anon_sym_e] = ACTIONS(530), + [anon_sym_NaN] = ACTIONS(530), + [anon_sym_eta] = ACTIONS(532), + [anon_sym_u03b7] = ACTIONS(530), + [anon_sym_pi] = ACTIONS(530), + [anon_sym_u03c0] = ACTIONS(530), + [anon_sym_tau] = ACTIONS(532), + [anon_sym_u03c4] = ACTIONS(530), + [anon_sym_infinity] = ACTIONS(532), + [anon_sym_u221e] = ACTIONS(532), + [anon_sym_W] = ACTIONS(530), + [anon_sym_i] = ACTIONS(530), + [anon_sym_MaxInt] = ACTIONS(530), + [anon_sym_HexDigits] = ACTIONS(530), + [anon_sym_DOT] = ACTIONS(532), + [anon_sym_COMMA] = ACTIONS(532), + [anon_sym_COLON] = ACTIONS(532), + [anon_sym_u25cc] = ACTIONS(532), + [anon_sym_identity] = ACTIONS(532), + [anon_sym_id] = ACTIONS(530), + [anon_sym_u2218] = ACTIONS(532), + [anon_sym_not] = ACTIONS(532), + [anon_sym_u00ac] = ACTIONS(532), + [anon_sym_sign] = ACTIONS(530), + [anon_sym_u00b1] = ACTIONS(532), + [anon_sym_BQUOTE] = ACTIONS(532), + [anon_sym_u00af] = ACTIONS(530), + [anon_sym_absolutevalue] = ACTIONS(532), + [anon_sym_u2335] = ACTIONS(532), + [anon_sym_sqrt] = ACTIONS(532), + [anon_sym_u221a] = ACTIONS(532), + [anon_sym_sine] = ACTIONS(532), + [anon_sym_u25cb] = ACTIONS(532), + [anon_sym_u223f] = ACTIONS(532), + [anon_sym_floor] = ACTIONS(532), + [anon_sym_u230a] = ACTIONS(532), + [anon_sym_ceiling] = ACTIONS(532), + [anon_sym_u2308] = ACTIONS(532), + [anon_sym_round] = ACTIONS(532), + [anon_sym_u2045] = ACTIONS(532), + [anon_sym_EQ] = ACTIONS(532), + [anon_sym_BANG_EQ] = ACTIONS(532), + [anon_sym_u2260] = ACTIONS(532), + [anon_sym_LT] = ACTIONS(530), + [anon_sym_LT_EQ] = ACTIONS(532), + [anon_sym_u2264] = ACTIONS(532), + [anon_sym_GT] = ACTIONS(530), + [anon_sym_GT_EQ] = ACTIONS(532), + [anon_sym_u2265] = ACTIONS(532), + [anon_sym_PLUS] = ACTIONS(532), + [anon_sym_DASH] = ACTIONS(532), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_u00d7] = ACTIONS(532), + [anon_sym_PERCENT] = ACTIONS(532), + [anon_sym_u00f7] = ACTIONS(532), + [anon_sym_modulus] = ACTIONS(532), + [anon_sym_u25ff] = ACTIONS(532), + [anon_sym_power] = ACTIONS(532), + [anon_sym_u207f] = ACTIONS(532), + [anon_sym_logarithm] = ACTIONS(532), + [anon_sym_u2099] = ACTIONS(532), + [anon_sym_minimum] = ACTIONS(532), + [anon_sym_u21a7] = ACTIONS(532), + [anon_sym_maximum] = ACTIONS(532), + [anon_sym_u21a5] = ACTIONS(532), + [anon_sym_atangent] = ACTIONS(532), + [anon_sym_u2220] = ACTIONS(532), + [anon_sym_length] = ACTIONS(532), + [anon_sym_u29fb] = ACTIONS(532), + [anon_sym_shape] = ACTIONS(532), + [anon_sym_u25b3] = ACTIONS(532), + [anon_sym_range] = ACTIONS(532), + [anon_sym_u21e1] = ACTIONS(532), + [anon_sym_first] = ACTIONS(532), + [anon_sym_u22a2] = ACTIONS(532), + [anon_sym_reverse] = ACTIONS(532), + [anon_sym_u21cc] = ACTIONS(532), + [anon_sym_deshape] = ACTIONS(532), + [anon_sym_u266d] = ACTIONS(532), + [anon_sym_bits] = ACTIONS(532), + [anon_sym_u22ef] = ACTIONS(532), + [anon_sym_transpose] = ACTIONS(532), + [anon_sym_u2349] = ACTIONS(532), + [anon_sym_rise] = ACTIONS(532), + [anon_sym_u234f] = ACTIONS(532), + [anon_sym_fall] = ACTIONS(532), + [anon_sym_u2356] = ACTIONS(532), + [anon_sym_where] = ACTIONS(532), + [anon_sym_u229a] = ACTIONS(532), + [anon_sym_classify] = ACTIONS(532), + [anon_sym_u229b] = ACTIONS(532), + [anon_sym_deduplicate] = ACTIONS(532), + [anon_sym_u25f4] = ACTIONS(532), + [anon_sym_box] = ACTIONS(532), + [anon_sym_u25a1] = ACTIONS(532), + [anon_sym_match] = ACTIONS(532), + [anon_sym_u224d] = ACTIONS(532), + [anon_sym_couple] = ACTIONS(532), + [anon_sym_u229f] = ACTIONS(532), + [anon_sym_join] = ACTIONS(532), + [anon_sym_u2282] = ACTIONS(532), + [anon_sym_select] = ACTIONS(532), + [anon_sym_u228f] = ACTIONS(532), + [anon_sym_pick] = ACTIONS(532), + [anon_sym_u22a1] = ACTIONS(532), + [anon_sym_reshape] = ACTIONS(532), + [anon_sym_u21af] = ACTIONS(532), + [anon_sym_take] = ACTIONS(532), + [anon_sym_u2199] = ACTIONS(532), + [anon_sym_drop] = ACTIONS(532), + [anon_sym_u2198] = ACTIONS(532), + [anon_sym_rotate] = ACTIONS(532), + [anon_sym_u21bb] = ACTIONS(532), + [anon_sym_windows] = ACTIONS(532), + [anon_sym_u25eb] = ACTIONS(532), + [anon_sym_keep] = ACTIONS(532), + [anon_sym_u25bd] = ACTIONS(532), + [anon_sym_find] = ACTIONS(532), + [anon_sym_u2315] = ACTIONS(532), + [anon_sym_indexof] = ACTIONS(532), + [anon_sym_u2297] = ACTIONS(532), + [anon_sym_assert] = ACTIONS(532), + [anon_sym_u2364] = ACTIONS(532), + [anon_sym_wait] = ACTIONS(532), + [anon_sym_parse] = ACTIONS(532), + [anon_sym_u22d5] = ACTIONS(532), + [anon_sym_random] = ACTIONS(532), + [anon_sym_u2682] = ACTIONS(532), + [anon_sym_gen] = ACTIONS(532), + [anon_sym_tag] = ACTIONS(532), + [anon_sym_now] = ACTIONS(532), + [anon_sym_type] = ACTIONS(532), + [anon_sym_u2e2e] = ACTIONS(532), + [anon_sym_dump] = ACTIONS(532), + [anon_sym_regex] = ACTIONS(532), + [anon_sym_send] = ACTIONS(532), + [anon_sym_recv] = ACTIONS(532), + [anon_sym_tryrecv] = ACTIONS(532), + [anon_sym_complex] = ACTIONS(532), + [anon_sym_u2102] = ACTIONS(532), + [anon_sym_rerank] = ACTIONS(532), + [anon_sym_u2607] = ACTIONS(532), + [anon_sym_fix] = ACTIONS(532), + [anon_sym_u00a4] = ACTIONS(532), + [anon_sym_QMARK] = ACTIONS(532), + [anon_sym_unique] = ACTIONS(532), + [anon_sym_u25f0] = ACTIONS(532), + [anon_sym_map] = ACTIONS(532), + [anon_sym_has] = ACTIONS(532), + [anon_sym_get] = ACTIONS(532), + [anon_sym_insert] = ACTIONS(532), + [anon_sym_remove] = ACTIONS(532), + [anon_sym_repr] = ACTIONS(532), + [anon_sym_mask] = ACTIONS(532), + [anon_sym_u29b7] = ACTIONS(532), + [anon_sym_csv] = ACTIONS(532), + [anon_sym_json] = ACTIONS(532), + [anon_sym_xlsx] = ACTIONS(532), + [anon_sym_memberOf] = ACTIONS(532), + [anon_sym_u2208] = ACTIONS(532), + [anon_sym_imen] = ACTIONS(532), + [anon_sym_gife] = ACTIONS(532), + [anon_sym_auden] = ACTIONS(532), + [anon_sym_utfu2088] = ACTIONS(532), + [anon_sym_datetime] = ACTIONS(532), + [anon_sym_choose] = ACTIONS(532), + [anon_sym_permute] = ACTIONS(532), + [anon_sym_orient] = ACTIONS(532), + [anon_sym_u2938] = ACTIONS(532), + [anon_sym_fft] = ACTIONS(532), + [anon_sym_graphemes] = ACTIONS(532), + [anon_sym_timezone] = ACTIONS(532), + [anon_sym_around] = ACTIONS(532), + [anon_sym_u2019] = ACTIONS(532), + [anon_sym_base] = ACTIONS(532), + [anon_sym_sort] = ACTIONS(532), + [anon_sym_u2346] = ACTIONS(532), + [anon_sym_last] = ACTIONS(532), + [anon_sym_u22a3] = ACTIONS(532), + [anon_sym_reduce] = ACTIONS(532), + [anon_sym_SLASH] = ACTIONS(532), + [anon_sym_scan] = ACTIONS(532), + [anon_sym_BSLASH] = ACTIONS(532), + [anon_sym_each] = ACTIONS(532), + [anon_sym_u2235] = ACTIONS(532), + [anon_sym_rows] = ACTIONS(532), + [anon_sym_u2261] = ACTIONS(532), + [anon_sym_repeat] = ACTIONS(532), + [anon_sym_u2365] = ACTIONS(532), + [anon_sym_dip] = ACTIONS(532), + [anon_sym_u2299] = ACTIONS(532), + [anon_sym_gap] = ACTIONS(532), + [anon_sym_u22c5] = ACTIONS(532), + [anon_sym_spawn] = ACTIONS(532), + [anon_sym_rectify] = ACTIONS(532), + [anon_sym_u2305] = ACTIONS(532), + [anon_sym_un] = ACTIONS(530), + [anon_sym_u00b0] = ACTIONS(532), + [anon_sym_on] = ACTIONS(530), + [anon_sym_u27dc] = ACTIONS(532), + [anon_sym_inventory] = ACTIONS(532), + [anon_sym_u235a] = ACTIONS(532), + [anon_sym_content] = ACTIONS(532), + [anon_sym_u25c7] = ACTIONS(532), + [anon_sym_pool] = ACTIONS(532), + [anon_sym_stringify] = ACTIONS(532), + [anon_sym_signature] = ACTIONS(532), + [anon_sym_triangle] = ACTIONS(532), + [anon_sym_u25f9] = ACTIONS(532), + [anon_sym_astar] = ACTIONS(532), + [anon_sym_with] = ACTIONS(532), + [anon_sym_u2919] = ACTIONS(532), + [anon_sym_off] = ACTIONS(532), + [anon_sym_u291a] = ACTIONS(532), + [anon_sym_above] = ACTIONS(532), + [anon_sym_u25e0] = ACTIONS(532), + [anon_sym_below] = ACTIONS(532), + [anon_sym_u25e1] = ACTIONS(532), + [anon_sym_anti] = ACTIONS(532), + [anon_sym_u231d] = ACTIONS(532), + [anon_sym_obverse] = ACTIONS(532), + [anon_sym_toples] = ACTIONS(532), + [anon_sym_u29c5] = ACTIONS(532), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(532), + [anon_sym_fold] = ACTIONS(532), + [anon_sym_u2227] = ACTIONS(532), + [anon_sym_table] = ACTIONS(532), + [anon_sym_u229e] = ACTIONS(532), + [anon_sym_group] = ACTIONS(532), + [anon_sym_u2295] = ACTIONS(532), + [anon_sym_partition] = ACTIONS(532), + [anon_sym_u229c] = ACTIONS(532), + [anon_sym_both] = ACTIONS(532), + [anon_sym_u2229] = ACTIONS(532), + [anon_sym_bracket] = ACTIONS(532), + [anon_sym_u2293] = ACTIONS(532), + [anon_sym_fork] = ACTIONS(532), + [anon_sym_u2283] = ACTIONS(532), + [anon_sym_under] = ACTIONS(532), + [anon_sym_u235c] = ACTIONS(532), + [anon_sym_fill] = ACTIONS(532), + [anon_sym_u2b1a] = ACTIONS(532), + [anon_sym_try] = ACTIONS(530), + [anon_sym_u2363] = ACTIONS(532), + [anon_sym_do] = ACTIONS(530), + [anon_sym_u2362] = ACTIONS(532), + [anon_sym_f] = ACTIONS(530), + [anon_sym_by] = ACTIONS(530), + [anon_sym_u22b8] = ACTIONS(532), + [anon_sym_quote] = ACTIONS(532), + [anon_sym_u2765] = ACTIONS(532), + [anon_sym_u2192] = ACTIONS(532), + [anon_sym_u2237] = ACTIONS(532), + [anon_sym_u00b7] = ACTIONS(532), + [anon_sym_u235b] = ACTIONS(532), + [anon_sym_u2302] = ACTIONS(532), + [anon_sym_u21b0] = ACTIONS(532), + [anon_sym_unpack] = ACTIONS(532), + [anon_sym_u2290] = ACTIONS(532), + [anon_sym_u229d] = ACTIONS(532), + [anon_sym_cross] = ACTIONS(532), + [anon_sym_u22a0] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(532), + [anon_sym_deal] = ACTIONS(532), + [anon_sym_member] = ACTIONS(530), + [anon_sym_u220a] = ACTIONS(532), + [anon_sym_coordinate] = ACTIONS(532), + [anon_sym_u27d4] = ACTIONS(532), + [anon_sym_u03bb] = ACTIONS(532), + [anon_sym_u22ca] = ACTIONS(532), + [anon_sym_chunk] = ACTIONS(532), + [anon_sym_u2444] = ACTIONS(532), + [anon_sym_setinv] = ACTIONS(532), + [anon_sym_setund] = ACTIONS(532), + [anon_sym_struct] = ACTIONS(532), + [sym__endOfLine] = ACTIONS(532), }, [95] = { - [aux_sym_number_token1] = ACTIONS(564), - [sym_fraction] = ACTIONS(566), - [anon_sym_Days] = ACTIONS(564), - [anon_sym_Months] = ACTIONS(564), - [anon_sym_MonthDays] = ACTIONS(564), - [anon_sym_LeanMonthDays] = ACTIONS(564), - [anon_sym_White] = ACTIONS(564), - [anon_sym_Black] = ACTIONS(564), - [anon_sym_Red] = ACTIONS(564), - [anon_sym_Orange] = ACTIONS(564), - [anon_sym_Yellow] = ACTIONS(564), - [anon_sym_Green] = ACTIONS(564), - [anon_sym_Cyan] = ACTIONS(564), - [anon_sym_Blue] = ACTIONS(564), - [anon_sym_Purple] = ACTIONS(564), - [anon_sym_Magenta] = ACTIONS(564), - [anon_sym_Gay] = ACTIONS(564), - [anon_sym_Lesbian] = ACTIONS(564), - [anon_sym_Bi] = ACTIONS(564), - [anon_sym_Trans] = ACTIONS(564), - [anon_sym_Pan] = ACTIONS(564), - [anon_sym_Ace] = ACTIONS(564), - [anon_sym_Aro] = ACTIONS(564), - [anon_sym_Aroace] = ACTIONS(564), - [anon_sym_Enby] = ACTIONS(564), - [anon_sym_Fluid] = ACTIONS(564), - [anon_sym_Queer] = ACTIONS(564), - [anon_sym_Agender] = ACTIONS(564), - [anon_sym_PrideFlags] = ACTIONS(564), - [anon_sym_PrideFlagNames] = ACTIONS(564), - [anon_sym_True] = ACTIONS(564), - [anon_sym_False] = ACTIONS(564), - [anon_sym_NULL] = ACTIONS(564), - [anon_sym_Logo] = ACTIONS(564), - [anon_sym_Lena] = ACTIONS(564), - [anon_sym_Music] = ACTIONS(564), - [anon_sym_Lorem] = ACTIONS(564), - [anon_sym_Os] = ACTIONS(564), - [anon_sym_Family] = ACTIONS(564), - [anon_sym_Arch] = ACTIONS(564), - [anon_sym_ExeExt] = ACTIONS(564), - [anon_sym_DllExt] = ACTIONS(564), - [anon_sym_Sep] = ACTIONS(564), - [anon_sym_ThisFile] = ACTIONS(564), - [anon_sym_ThisFileName] = ACTIONS(564), - [anon_sym_ThisFileDir] = ACTIONS(564), - [anon_sym_WorkingDir] = ACTIONS(564), - [anon_sym_NumProcs] = ACTIONS(564), - [anon_sym_Planets] = ACTIONS(564), - [anon_sym_Zodiac] = ACTIONS(564), - [anon_sym_Suits] = ACTIONS(564), - [anon_sym_Cards] = ACTIONS(564), - [anon_sym_Chess] = ACTIONS(564), - [anon_sym_Moon] = ACTIONS(564), - [anon_sym_Skin] = ACTIONS(564), - [anon_sym_People] = ACTIONS(564), - [anon_sym_Hair] = ACTIONS(564), - [aux_sym_character_token1] = ACTIONS(566), - [sym_string] = ACTIONS(566), - [sym_multiLineString] = ACTIONS(566), - [anon_sym_PIPE] = ACTIONS(566), - [sym_identifier] = ACTIONS(564), - [sym_identifierDeprecated] = ACTIONS(564), - [sym_system] = ACTIONS(566), - [sym_comment] = ACTIONS(564), - [sym_openParen] = ACTIONS(566), - [sym_closeParen] = ACTIONS(566), - [sym_openCurly] = ACTIONS(566), - [sym_closeCurly] = ACTIONS(566), - [sym_openBracket] = ACTIONS(566), - [sym_closeBracket] = ACTIONS(566), - [sym_underscore] = ACTIONS(566), - [anon_sym_CARET] = ACTIONS(566), - [anon_sym_SQUOTE] = ACTIONS(564), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(566), - [anon_sym_e] = ACTIONS(564), - [anon_sym_NaN] = ACTIONS(564), - [anon_sym_eta] = ACTIONS(566), - [anon_sym_u03b7] = ACTIONS(564), - [anon_sym_pi] = ACTIONS(564), - [anon_sym_u03c0] = ACTIONS(564), - [anon_sym_tau] = ACTIONS(566), - [anon_sym_u03c4] = ACTIONS(564), - [anon_sym_infinity] = ACTIONS(566), - [anon_sym_u221e] = ACTIONS(566), - [anon_sym_W] = ACTIONS(564), - [anon_sym_i] = ACTIONS(564), - [anon_sym_MaxInt] = ACTIONS(564), - [anon_sym_HexDigits] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(566), - [anon_sym_COMMA] = ACTIONS(566), - [anon_sym_COLON] = ACTIONS(566), - [anon_sym_u25cc] = ACTIONS(566), - [anon_sym_identity] = ACTIONS(566), - [anon_sym_id] = ACTIONS(564), - [anon_sym_u2218] = ACTIONS(566), - [anon_sym_not] = ACTIONS(566), - [anon_sym_u00ac] = ACTIONS(566), - [anon_sym_sign] = ACTIONS(564), - [anon_sym_u00b1] = ACTIONS(566), - [anon_sym_BQUOTE] = ACTIONS(566), - [anon_sym_u00af] = ACTIONS(564), - [anon_sym_absolutevalue] = ACTIONS(566), - [anon_sym_u2335] = ACTIONS(566), - [anon_sym_sqrt] = ACTIONS(566), - [anon_sym_u221a] = ACTIONS(566), - [anon_sym_sine] = ACTIONS(566), - [anon_sym_u25cb] = ACTIONS(566), - [anon_sym_u223f] = ACTIONS(566), - [anon_sym_floor] = ACTIONS(566), - [anon_sym_u230a] = ACTIONS(566), - [anon_sym_ceiling] = ACTIONS(566), - [anon_sym_u2308] = ACTIONS(566), - [anon_sym_round] = ACTIONS(566), - [anon_sym_u2045] = ACTIONS(566), - [anon_sym_EQ] = ACTIONS(566), - [anon_sym_BANG_EQ] = ACTIONS(566), - [anon_sym_u2260] = ACTIONS(566), - [anon_sym_LT] = ACTIONS(564), - [anon_sym_LT_EQ] = ACTIONS(566), - [anon_sym_u2264] = ACTIONS(566), - [anon_sym_GT] = ACTIONS(564), - [anon_sym_GT_EQ] = ACTIONS(566), - [anon_sym_u2265] = ACTIONS(566), - [anon_sym_PLUS] = ACTIONS(566), - [anon_sym_DASH] = ACTIONS(566), - [anon_sym_STAR] = ACTIONS(566), - [anon_sym_u00d7] = ACTIONS(566), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_u00f7] = ACTIONS(566), - [anon_sym_modulus] = ACTIONS(566), - [anon_sym_u25ff] = ACTIONS(566), - [anon_sym_power] = ACTIONS(566), - [anon_sym_u207f] = ACTIONS(566), - [anon_sym_logarithm] = ACTIONS(566), - [anon_sym_u2099] = ACTIONS(566), - [anon_sym_minimum] = ACTIONS(566), - [anon_sym_u21a7] = ACTIONS(566), - [anon_sym_maximum] = ACTIONS(566), - [anon_sym_u21a5] = ACTIONS(566), - [anon_sym_atangent] = ACTIONS(566), - [anon_sym_u2220] = ACTIONS(566), - [anon_sym_length] = ACTIONS(566), - [anon_sym_u29fb] = ACTIONS(566), - [anon_sym_shape] = ACTIONS(566), - [anon_sym_u25b3] = ACTIONS(566), - [anon_sym_range] = ACTIONS(566), - [anon_sym_u21e1] = ACTIONS(566), - [anon_sym_first] = ACTIONS(566), - [anon_sym_u22a2] = ACTIONS(566), - [anon_sym_reverse] = ACTIONS(566), - [anon_sym_u21cc] = ACTIONS(566), - [anon_sym_deshape] = ACTIONS(566), - [anon_sym_u266d] = ACTIONS(566), - [anon_sym_bits] = ACTIONS(566), - [anon_sym_u22ef] = ACTIONS(566), - [anon_sym_transpose] = ACTIONS(566), - [anon_sym_u2349] = ACTIONS(566), - [anon_sym_rise] = ACTIONS(566), - [anon_sym_u234f] = ACTIONS(566), - [anon_sym_fall] = ACTIONS(566), - [anon_sym_u2356] = ACTIONS(566), - [anon_sym_where] = ACTIONS(566), - [anon_sym_u229a] = ACTIONS(566), - [anon_sym_classify] = ACTIONS(566), - [anon_sym_u229b] = ACTIONS(566), - [anon_sym_deduplicate] = ACTIONS(566), - [anon_sym_u25f4] = ACTIONS(566), - [anon_sym_box] = ACTIONS(566), - [anon_sym_u25a1] = ACTIONS(566), - [anon_sym_match] = ACTIONS(566), - [anon_sym_u224d] = ACTIONS(566), - [anon_sym_couple] = ACTIONS(566), - [anon_sym_u229f] = ACTIONS(566), - [anon_sym_join] = ACTIONS(566), - [anon_sym_u2282] = ACTIONS(566), - [anon_sym_select] = ACTIONS(566), - [anon_sym_u228f] = ACTIONS(566), - [anon_sym_pick] = ACTIONS(566), - [anon_sym_u22a1] = ACTIONS(566), - [anon_sym_reshape] = ACTIONS(566), - [anon_sym_u21af] = ACTIONS(566), - [anon_sym_take] = ACTIONS(566), - [anon_sym_u2199] = ACTIONS(566), - [anon_sym_drop] = ACTIONS(566), - [anon_sym_u2198] = ACTIONS(566), - [anon_sym_rotate] = ACTIONS(566), - [anon_sym_u21bb] = ACTIONS(566), - [anon_sym_windows] = ACTIONS(566), - [anon_sym_u25eb] = ACTIONS(566), - [anon_sym_keep] = ACTIONS(566), - [anon_sym_u25bd] = ACTIONS(566), - [anon_sym_find] = ACTIONS(566), - [anon_sym_u2315] = ACTIONS(566), - [anon_sym_indexof] = ACTIONS(566), - [anon_sym_u2297] = ACTIONS(566), - [anon_sym_assert] = ACTIONS(566), - [anon_sym_u2364] = ACTIONS(566), - [anon_sym_wait] = ACTIONS(566), - [anon_sym_parse] = ACTIONS(566), - [anon_sym_u22d5] = ACTIONS(566), - [anon_sym_random] = ACTIONS(566), - [anon_sym_u2682] = ACTIONS(566), - [anon_sym_gen] = ACTIONS(566), - [anon_sym_tag] = ACTIONS(566), - [anon_sym_now] = ACTIONS(566), - [anon_sym_type] = ACTIONS(566), - [anon_sym_u2e2e] = ACTIONS(566), - [anon_sym_dump] = ACTIONS(566), - [anon_sym_regex] = ACTIONS(566), - [anon_sym_send] = ACTIONS(566), - [anon_sym_recv] = ACTIONS(566), - [anon_sym_tryrecv] = ACTIONS(566), - [anon_sym_complex] = ACTIONS(566), - [anon_sym_u2102] = ACTIONS(566), - [anon_sym_rerank] = ACTIONS(566), - [anon_sym_u2607] = ACTIONS(566), - [anon_sym_fix] = ACTIONS(566), - [anon_sym_u00a4] = ACTIONS(566), - [anon_sym_QMARK] = ACTIONS(566), - [anon_sym_unique] = ACTIONS(566), - [anon_sym_u25f0] = ACTIONS(566), - [anon_sym_map] = ACTIONS(566), - [anon_sym_has] = ACTIONS(566), - [anon_sym_get] = ACTIONS(566), - [anon_sym_insert] = ACTIONS(566), - [anon_sym_remove] = ACTIONS(566), - [anon_sym_repr] = ACTIONS(566), - [anon_sym_mask] = ACTIONS(566), - [anon_sym_u29b7] = ACTIONS(566), - [anon_sym_csv] = ACTIONS(566), - [anon_sym_json] = ACTIONS(566), - [anon_sym_xlsx] = ACTIONS(566), - [anon_sym_memberOf] = ACTIONS(566), - [anon_sym_u2208] = ACTIONS(566), - [anon_sym_imen] = ACTIONS(566), - [anon_sym_gife] = ACTIONS(566), - [anon_sym_auden] = ACTIONS(566), - [anon_sym_utfu2088] = ACTIONS(566), - [anon_sym_datetime] = ACTIONS(566), - [anon_sym_chunk] = ACTIONS(566), - [anon_sym_u2444] = ACTIONS(566), - [anon_sym_choose] = ACTIONS(566), - [anon_sym_permute] = ACTIONS(566), - [anon_sym_orient] = ACTIONS(566), - [anon_sym_fft] = ACTIONS(566), - [anon_sym_reduce] = ACTIONS(566), - [anon_sym_SLASH] = ACTIONS(566), - [anon_sym_scan] = ACTIONS(566), - [anon_sym_BSLASH] = ACTIONS(566), - [anon_sym_each] = ACTIONS(566), - [anon_sym_u2235] = ACTIONS(566), - [anon_sym_rows] = ACTIONS(566), - [anon_sym_u2261] = ACTIONS(566), - [anon_sym_repeat] = ACTIONS(566), - [anon_sym_u2365] = ACTIONS(566), - [anon_sym_dip] = ACTIONS(566), - [anon_sym_u2299] = ACTIONS(566), - [anon_sym_gap] = ACTIONS(566), - [anon_sym_u22c5] = ACTIONS(566), - [anon_sym_spawn] = ACTIONS(566), - [anon_sym_rectify] = ACTIONS(566), - [anon_sym_u2305] = ACTIONS(566), - [anon_sym_un] = ACTIONS(564), - [anon_sym_u00b0] = ACTIONS(566), - [anon_sym_on] = ACTIONS(564), - [anon_sym_u27dc] = ACTIONS(566), - [anon_sym_inventory] = ACTIONS(566), - [anon_sym_u235a] = ACTIONS(566), - [anon_sym_content] = ACTIONS(566), - [anon_sym_u25c7] = ACTIONS(566), - [anon_sym_pool] = ACTIONS(566), - [anon_sym_stringify] = ACTIONS(566), - [anon_sym_signature] = ACTIONS(566), - [anon_sym_triangle] = ACTIONS(566), - [anon_sym_u25f9] = ACTIONS(566), - [anon_sym_astar] = ACTIONS(566), - [anon_sym_but] = ACTIONS(566), - [anon_sym_u2919] = ACTIONS(566), - [anon_sym_with] = ACTIONS(566), - [anon_sym_u291a] = ACTIONS(566), - [anon_sym_above] = ACTIONS(566), - [anon_sym_u25e0] = ACTIONS(566), - [anon_sym_below] = ACTIONS(566), - [anon_sym_u25e1] = ACTIONS(566), - [anon_sym_fold] = ACTIONS(566), - [anon_sym_u2227] = ACTIONS(566), - [anon_sym_table] = ACTIONS(566), - [anon_sym_u229e] = ACTIONS(566), - [anon_sym_group] = ACTIONS(566), - [anon_sym_u2295] = ACTIONS(566), - [anon_sym_partition] = ACTIONS(566), - [anon_sym_u229c] = ACTIONS(566), - [anon_sym_both] = ACTIONS(566), - [anon_sym_u2229] = ACTIONS(566), - [anon_sym_bracket] = ACTIONS(566), - [anon_sym_u2293] = ACTIONS(566), - [anon_sym_fork] = ACTIONS(566), - [anon_sym_u2283] = ACTIONS(566), - [anon_sym_under] = ACTIONS(566), - [anon_sym_u235c] = ACTIONS(566), - [anon_sym_fill] = ACTIONS(566), - [anon_sym_u2b1a] = ACTIONS(566), - [anon_sym_try] = ACTIONS(564), - [anon_sym_u2363] = ACTIONS(566), - [anon_sym_do] = ACTIONS(564), - [anon_sym_u2362] = ACTIONS(566), - [anon_sym_setinv] = ACTIONS(566), - [anon_sym_setunder] = ACTIONS(566), - [anon_sym_f] = ACTIONS(564), - [anon_sym_by] = ACTIONS(564), - [anon_sym_u22b8] = ACTIONS(566), - [anon_sym_quote] = ACTIONS(566), - [anon_sym_struct] = ACTIONS(566), - [anon_sym_u2765] = ACTIONS(566), - [anon_sym_u2192] = ACTIONS(566), - [anon_sym_u2237] = ACTIONS(566), - [anon_sym_u00b7] = ACTIONS(566), - [anon_sym_u235b] = ACTIONS(566), - [anon_sym_u2302] = ACTIONS(566), - [anon_sym_u21b0] = ACTIONS(566), - [anon_sym_unpack] = ACTIONS(566), - [anon_sym_u2290] = ACTIONS(566), - [anon_sym_u229d] = ACTIONS(566), - [anon_sym_cross] = ACTIONS(566), - [anon_sym_u22a0] = ACTIONS(566), - [anon_sym_SEMI] = ACTIONS(566), - [anon_sym_deal] = ACTIONS(566), - [anon_sym_strands] = ACTIONS(566), - [anon_sym_u203f] = ACTIONS(566), - [anon_sym_member] = ACTIONS(564), - [anon_sym_u220a] = ACTIONS(566), - [anon_sym_coordinate] = ACTIONS(566), - [anon_sym_u27d4] = ACTIONS(566), - [anon_sym_u03bb] = ACTIONS(566), - [anon_sym_u22ca] = ACTIONS(566), - [sym__endOfLine] = ACTIONS(566), + [aux_sym_number_token1] = ACTIONS(534), + [sym_fraction] = ACTIONS(536), + [anon_sym_Days] = ACTIONS(534), + [anon_sym_Months] = ACTIONS(534), + [anon_sym_MonthDays] = ACTIONS(534), + [anon_sym_LeanMonthDays] = ACTIONS(534), + [anon_sym_White] = ACTIONS(534), + [anon_sym_Black] = ACTIONS(534), + [anon_sym_Red] = ACTIONS(534), + [anon_sym_Orange] = ACTIONS(534), + [anon_sym_Yellow] = ACTIONS(534), + [anon_sym_Green] = ACTIONS(534), + [anon_sym_Cyan] = ACTIONS(534), + [anon_sym_Blue] = ACTIONS(534), + [anon_sym_Purple] = ACTIONS(534), + [anon_sym_Magenta] = ACTIONS(534), + [anon_sym_Gay] = ACTIONS(534), + [anon_sym_Lesbian] = ACTIONS(534), + [anon_sym_Bi] = ACTIONS(534), + [anon_sym_Trans] = ACTIONS(534), + [anon_sym_Pan] = ACTIONS(534), + [anon_sym_Ace] = ACTIONS(534), + [anon_sym_Aro] = ACTIONS(534), + [anon_sym_Aroace] = ACTIONS(534), + [anon_sym_Enby] = ACTIONS(534), + [anon_sym_Fluid] = ACTIONS(534), + [anon_sym_Queer] = ACTIONS(534), + [anon_sym_Agender] = ACTIONS(534), + [anon_sym_PrideFlags] = ACTIONS(534), + [anon_sym_PrideFlagNames] = ACTIONS(534), + [anon_sym_True] = ACTIONS(534), + [anon_sym_False] = ACTIONS(534), + [anon_sym_NULL] = ACTIONS(534), + [anon_sym_Logo] = ACTIONS(534), + [anon_sym_Lena] = ACTIONS(534), + [anon_sym_Music] = ACTIONS(534), + [anon_sym_Lorem] = ACTIONS(534), + [anon_sym_Os] = ACTIONS(534), + [anon_sym_Family] = ACTIONS(534), + [anon_sym_Arch] = ACTIONS(534), + [anon_sym_ExeExt] = ACTIONS(534), + [anon_sym_DllExt] = ACTIONS(534), + [anon_sym_Sep] = ACTIONS(534), + [anon_sym_ThisFile] = ACTIONS(534), + [anon_sym_ThisFileName] = ACTIONS(534), + [anon_sym_ThisFileDir] = ACTIONS(534), + [anon_sym_WorkingDir] = ACTIONS(534), + [anon_sym_NumProcs] = ACTIONS(534), + [anon_sym_Planets] = ACTIONS(534), + [anon_sym_Zodiac] = ACTIONS(534), + [anon_sym_Suits] = ACTIONS(534), + [anon_sym_Cards] = ACTIONS(534), + [anon_sym_Chess] = ACTIONS(534), + [anon_sym_Moon] = ACTIONS(534), + [anon_sym_Skin] = ACTIONS(534), + [anon_sym_People] = ACTIONS(534), + [anon_sym_Hair] = ACTIONS(534), + [anon_sym_Cat] = ACTIONS(534), + [aux_sym_character_token1] = ACTIONS(536), + [sym_string] = ACTIONS(536), + [sym_multiLineString] = ACTIONS(536), + [anon_sym_PIPE] = ACTIONS(536), + [sym_identifier] = ACTIONS(534), + [sym_identifierDeprecated] = ACTIONS(534), + [sym_system] = ACTIONS(536), + [sym_comment] = ACTIONS(534), + [sym_openParen] = ACTIONS(536), + [sym_closeParen] = ACTIONS(536), + [sym_openCurly] = ACTIONS(536), + [sym_closeCurly] = ACTIONS(536), + [sym_openBracket] = ACTIONS(534), + [sym_closeBracket] = ACTIONS(536), + [sym_underscore] = ACTIONS(536), + [anon_sym_CARET] = ACTIONS(536), + [anon_sym_SQUOTE] = ACTIONS(534), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(536), + [anon_sym_e] = ACTIONS(534), + [anon_sym_NaN] = ACTIONS(534), + [anon_sym_eta] = ACTIONS(536), + [anon_sym_u03b7] = ACTIONS(534), + [anon_sym_pi] = ACTIONS(534), + [anon_sym_u03c0] = ACTIONS(534), + [anon_sym_tau] = ACTIONS(536), + [anon_sym_u03c4] = ACTIONS(534), + [anon_sym_infinity] = ACTIONS(536), + [anon_sym_u221e] = ACTIONS(536), + [anon_sym_W] = ACTIONS(534), + [anon_sym_i] = ACTIONS(534), + [anon_sym_MaxInt] = ACTIONS(534), + [anon_sym_HexDigits] = ACTIONS(534), + [anon_sym_DOT] = ACTIONS(536), + [anon_sym_COMMA] = ACTIONS(536), + [anon_sym_COLON] = ACTIONS(536), + [anon_sym_u25cc] = ACTIONS(536), + [anon_sym_identity] = ACTIONS(536), + [anon_sym_id] = ACTIONS(534), + [anon_sym_u2218] = ACTIONS(536), + [anon_sym_not] = ACTIONS(536), + [anon_sym_u00ac] = ACTIONS(536), + [anon_sym_sign] = ACTIONS(534), + [anon_sym_u00b1] = ACTIONS(536), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_u00af] = ACTIONS(534), + [anon_sym_absolutevalue] = ACTIONS(536), + [anon_sym_u2335] = ACTIONS(536), + [anon_sym_sqrt] = ACTIONS(536), + [anon_sym_u221a] = ACTIONS(536), + [anon_sym_sine] = ACTIONS(536), + [anon_sym_u25cb] = ACTIONS(536), + [anon_sym_u223f] = ACTIONS(536), + [anon_sym_floor] = ACTIONS(536), + [anon_sym_u230a] = ACTIONS(536), + [anon_sym_ceiling] = ACTIONS(536), + [anon_sym_u2308] = ACTIONS(536), + [anon_sym_round] = ACTIONS(536), + [anon_sym_u2045] = ACTIONS(536), + [anon_sym_EQ] = ACTIONS(536), + [anon_sym_BANG_EQ] = ACTIONS(536), + [anon_sym_u2260] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(534), + [anon_sym_LT_EQ] = ACTIONS(536), + [anon_sym_u2264] = ACTIONS(536), + [anon_sym_GT] = ACTIONS(534), + [anon_sym_GT_EQ] = ACTIONS(536), + [anon_sym_u2265] = ACTIONS(536), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(536), + [anon_sym_STAR] = ACTIONS(536), + [anon_sym_u00d7] = ACTIONS(536), + [anon_sym_PERCENT] = ACTIONS(536), + [anon_sym_u00f7] = ACTIONS(536), + [anon_sym_modulus] = ACTIONS(536), + [anon_sym_u25ff] = ACTIONS(536), + [anon_sym_power] = ACTIONS(536), + [anon_sym_u207f] = ACTIONS(536), + [anon_sym_logarithm] = ACTIONS(536), + [anon_sym_u2099] = ACTIONS(536), + [anon_sym_minimum] = ACTIONS(536), + [anon_sym_u21a7] = ACTIONS(536), + [anon_sym_maximum] = ACTIONS(536), + [anon_sym_u21a5] = ACTIONS(536), + [anon_sym_atangent] = ACTIONS(536), + [anon_sym_u2220] = ACTIONS(536), + [anon_sym_length] = ACTIONS(536), + [anon_sym_u29fb] = ACTIONS(536), + [anon_sym_shape] = ACTIONS(536), + [anon_sym_u25b3] = ACTIONS(536), + [anon_sym_range] = ACTIONS(536), + [anon_sym_u21e1] = ACTIONS(536), + [anon_sym_first] = ACTIONS(536), + [anon_sym_u22a2] = ACTIONS(536), + [anon_sym_reverse] = ACTIONS(536), + [anon_sym_u21cc] = ACTIONS(536), + [anon_sym_deshape] = ACTIONS(536), + [anon_sym_u266d] = ACTIONS(536), + [anon_sym_bits] = ACTIONS(536), + [anon_sym_u22ef] = ACTIONS(536), + [anon_sym_transpose] = ACTIONS(536), + [anon_sym_u2349] = ACTIONS(536), + [anon_sym_rise] = ACTIONS(536), + [anon_sym_u234f] = ACTIONS(536), + [anon_sym_fall] = ACTIONS(536), + [anon_sym_u2356] = ACTIONS(536), + [anon_sym_where] = ACTIONS(536), + [anon_sym_u229a] = ACTIONS(536), + [anon_sym_classify] = ACTIONS(536), + [anon_sym_u229b] = ACTIONS(536), + [anon_sym_deduplicate] = ACTIONS(536), + [anon_sym_u25f4] = ACTIONS(536), + [anon_sym_box] = ACTIONS(536), + [anon_sym_u25a1] = ACTIONS(536), + [anon_sym_match] = ACTIONS(536), + [anon_sym_u224d] = ACTIONS(536), + [anon_sym_couple] = ACTIONS(536), + [anon_sym_u229f] = ACTIONS(536), + [anon_sym_join] = ACTIONS(536), + [anon_sym_u2282] = ACTIONS(536), + [anon_sym_select] = ACTIONS(536), + [anon_sym_u228f] = ACTIONS(536), + [anon_sym_pick] = ACTIONS(536), + [anon_sym_u22a1] = ACTIONS(536), + [anon_sym_reshape] = ACTIONS(536), + [anon_sym_u21af] = ACTIONS(536), + [anon_sym_take] = ACTIONS(536), + [anon_sym_u2199] = ACTIONS(536), + [anon_sym_drop] = ACTIONS(536), + [anon_sym_u2198] = ACTIONS(536), + [anon_sym_rotate] = ACTIONS(536), + [anon_sym_u21bb] = ACTIONS(536), + [anon_sym_windows] = ACTIONS(536), + [anon_sym_u25eb] = ACTIONS(536), + [anon_sym_keep] = ACTIONS(536), + [anon_sym_u25bd] = ACTIONS(536), + [anon_sym_find] = ACTIONS(536), + [anon_sym_u2315] = ACTIONS(536), + [anon_sym_indexof] = ACTIONS(536), + [anon_sym_u2297] = ACTIONS(536), + [anon_sym_assert] = ACTIONS(536), + [anon_sym_u2364] = ACTIONS(536), + [anon_sym_wait] = ACTIONS(536), + [anon_sym_parse] = ACTIONS(536), + [anon_sym_u22d5] = ACTIONS(536), + [anon_sym_random] = ACTIONS(536), + [anon_sym_u2682] = ACTIONS(536), + [anon_sym_gen] = ACTIONS(536), + [anon_sym_tag] = ACTIONS(536), + [anon_sym_now] = ACTIONS(536), + [anon_sym_type] = ACTIONS(536), + [anon_sym_u2e2e] = ACTIONS(536), + [anon_sym_dump] = ACTIONS(536), + [anon_sym_regex] = ACTIONS(536), + [anon_sym_send] = ACTIONS(536), + [anon_sym_recv] = ACTIONS(536), + [anon_sym_tryrecv] = ACTIONS(536), + [anon_sym_complex] = ACTIONS(536), + [anon_sym_u2102] = ACTIONS(536), + [anon_sym_rerank] = ACTIONS(536), + [anon_sym_u2607] = ACTIONS(536), + [anon_sym_fix] = ACTIONS(536), + [anon_sym_u00a4] = ACTIONS(536), + [anon_sym_QMARK] = ACTIONS(536), + [anon_sym_unique] = ACTIONS(536), + [anon_sym_u25f0] = ACTIONS(536), + [anon_sym_map] = ACTIONS(536), + [anon_sym_has] = ACTIONS(536), + [anon_sym_get] = ACTIONS(536), + [anon_sym_insert] = ACTIONS(536), + [anon_sym_remove] = ACTIONS(536), + [anon_sym_repr] = ACTIONS(536), + [anon_sym_mask] = ACTIONS(536), + [anon_sym_u29b7] = ACTIONS(536), + [anon_sym_csv] = ACTIONS(536), + [anon_sym_json] = ACTIONS(536), + [anon_sym_xlsx] = ACTIONS(536), + [anon_sym_memberOf] = ACTIONS(536), + [anon_sym_u2208] = ACTIONS(536), + [anon_sym_imen] = ACTIONS(536), + [anon_sym_gife] = ACTIONS(536), + [anon_sym_auden] = ACTIONS(536), + [anon_sym_utfu2088] = ACTIONS(536), + [anon_sym_datetime] = ACTIONS(536), + [anon_sym_choose] = ACTIONS(536), + [anon_sym_permute] = ACTIONS(536), + [anon_sym_orient] = ACTIONS(536), + [anon_sym_u2938] = ACTIONS(536), + [anon_sym_fft] = ACTIONS(536), + [anon_sym_graphemes] = ACTIONS(536), + [anon_sym_timezone] = ACTIONS(536), + [anon_sym_around] = ACTIONS(536), + [anon_sym_u2019] = ACTIONS(536), + [anon_sym_base] = ACTIONS(536), + [anon_sym_sort] = ACTIONS(536), + [anon_sym_u2346] = ACTIONS(536), + [anon_sym_last] = ACTIONS(536), + [anon_sym_u22a3] = ACTIONS(536), + [anon_sym_reduce] = ACTIONS(536), + [anon_sym_SLASH] = ACTIONS(536), + [anon_sym_scan] = ACTIONS(536), + [anon_sym_BSLASH] = ACTIONS(536), + [anon_sym_each] = ACTIONS(536), + [anon_sym_u2235] = ACTIONS(536), + [anon_sym_rows] = ACTIONS(536), + [anon_sym_u2261] = ACTIONS(536), + [anon_sym_repeat] = ACTIONS(536), + [anon_sym_u2365] = ACTIONS(536), + [anon_sym_dip] = ACTIONS(536), + [anon_sym_u2299] = ACTIONS(536), + [anon_sym_gap] = ACTIONS(536), + [anon_sym_u22c5] = ACTIONS(536), + [anon_sym_spawn] = ACTIONS(536), + [anon_sym_rectify] = ACTIONS(536), + [anon_sym_u2305] = ACTIONS(536), + [anon_sym_un] = ACTIONS(534), + [anon_sym_u00b0] = ACTIONS(536), + [anon_sym_on] = ACTIONS(534), + [anon_sym_u27dc] = ACTIONS(536), + [anon_sym_inventory] = ACTIONS(536), + [anon_sym_u235a] = ACTIONS(536), + [anon_sym_content] = ACTIONS(536), + [anon_sym_u25c7] = ACTIONS(536), + [anon_sym_pool] = ACTIONS(536), + [anon_sym_stringify] = ACTIONS(536), + [anon_sym_signature] = ACTIONS(536), + [anon_sym_triangle] = ACTIONS(536), + [anon_sym_u25f9] = ACTIONS(536), + [anon_sym_astar] = ACTIONS(536), + [anon_sym_with] = ACTIONS(536), + [anon_sym_u2919] = ACTIONS(536), + [anon_sym_off] = ACTIONS(536), + [anon_sym_u291a] = ACTIONS(536), + [anon_sym_above] = ACTIONS(536), + [anon_sym_u25e0] = ACTIONS(536), + [anon_sym_below] = ACTIONS(536), + [anon_sym_u25e1] = ACTIONS(536), + [anon_sym_anti] = ACTIONS(536), + [anon_sym_u231d] = ACTIONS(536), + [anon_sym_obverse] = ACTIONS(536), + [anon_sym_toples] = ACTIONS(536), + [anon_sym_u29c5] = ACTIONS(536), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(536), + [anon_sym_fold] = ACTIONS(536), + [anon_sym_u2227] = ACTIONS(536), + [anon_sym_table] = ACTIONS(536), + [anon_sym_u229e] = ACTIONS(536), + [anon_sym_group] = ACTIONS(536), + [anon_sym_u2295] = ACTIONS(536), + [anon_sym_partition] = ACTIONS(536), + [anon_sym_u229c] = ACTIONS(536), + [anon_sym_both] = ACTIONS(536), + [anon_sym_u2229] = ACTIONS(536), + [anon_sym_bracket] = ACTIONS(536), + [anon_sym_u2293] = ACTIONS(536), + [anon_sym_fork] = ACTIONS(536), + [anon_sym_u2283] = ACTIONS(536), + [anon_sym_under] = ACTIONS(536), + [anon_sym_u235c] = ACTIONS(536), + [anon_sym_fill] = ACTIONS(536), + [anon_sym_u2b1a] = ACTIONS(536), + [anon_sym_try] = ACTIONS(534), + [anon_sym_u2363] = ACTIONS(536), + [anon_sym_do] = ACTIONS(534), + [anon_sym_u2362] = ACTIONS(536), + [anon_sym_f] = ACTIONS(534), + [anon_sym_by] = ACTIONS(534), + [anon_sym_u22b8] = ACTIONS(536), + [anon_sym_quote] = ACTIONS(536), + [anon_sym_u2765] = ACTIONS(536), + [anon_sym_u2192] = ACTIONS(536), + [anon_sym_u2237] = ACTIONS(536), + [anon_sym_u00b7] = ACTIONS(536), + [anon_sym_u235b] = ACTIONS(536), + [anon_sym_u2302] = ACTIONS(536), + [anon_sym_u21b0] = ACTIONS(536), + [anon_sym_unpack] = ACTIONS(536), + [anon_sym_u2290] = ACTIONS(536), + [anon_sym_u229d] = ACTIONS(536), + [anon_sym_cross] = ACTIONS(536), + [anon_sym_u22a0] = ACTIONS(536), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_deal] = ACTIONS(536), + [anon_sym_member] = ACTIONS(534), + [anon_sym_u220a] = ACTIONS(536), + [anon_sym_coordinate] = ACTIONS(536), + [anon_sym_u27d4] = ACTIONS(536), + [anon_sym_u03bb] = ACTIONS(536), + [anon_sym_u22ca] = ACTIONS(536), + [anon_sym_chunk] = ACTIONS(536), + [anon_sym_u2444] = ACTIONS(536), + [anon_sym_setinv] = ACTIONS(536), + [anon_sym_setund] = ACTIONS(536), + [anon_sym_struct] = ACTIONS(536), + [sym__endOfLine] = ACTIONS(536), }, [96] = { - [aux_sym_number_token1] = ACTIONS(502), - [sym_fraction] = ACTIONS(504), - [anon_sym_Days] = ACTIONS(502), - [anon_sym_Months] = ACTIONS(502), - [anon_sym_MonthDays] = ACTIONS(502), - [anon_sym_LeanMonthDays] = ACTIONS(502), - [anon_sym_White] = ACTIONS(502), - [anon_sym_Black] = ACTIONS(502), - [anon_sym_Red] = ACTIONS(502), - [anon_sym_Orange] = ACTIONS(502), - [anon_sym_Yellow] = ACTIONS(502), - [anon_sym_Green] = ACTIONS(502), - [anon_sym_Cyan] = ACTIONS(502), - [anon_sym_Blue] = ACTIONS(502), - [anon_sym_Purple] = ACTIONS(502), - [anon_sym_Magenta] = ACTIONS(502), - [anon_sym_Gay] = ACTIONS(502), - [anon_sym_Lesbian] = ACTIONS(502), - [anon_sym_Bi] = ACTIONS(502), - [anon_sym_Trans] = ACTIONS(502), - [anon_sym_Pan] = ACTIONS(502), - [anon_sym_Ace] = ACTIONS(502), - [anon_sym_Aro] = ACTIONS(502), - [anon_sym_Aroace] = ACTIONS(502), - [anon_sym_Enby] = ACTIONS(502), - [anon_sym_Fluid] = ACTIONS(502), - [anon_sym_Queer] = ACTIONS(502), - [anon_sym_Agender] = ACTIONS(502), - [anon_sym_PrideFlags] = ACTIONS(502), - [anon_sym_PrideFlagNames] = ACTIONS(502), - [anon_sym_True] = ACTIONS(502), - [anon_sym_False] = ACTIONS(502), - [anon_sym_NULL] = ACTIONS(502), - [anon_sym_Logo] = ACTIONS(502), - [anon_sym_Lena] = ACTIONS(502), - [anon_sym_Music] = ACTIONS(502), - [anon_sym_Lorem] = ACTIONS(502), - [anon_sym_Os] = ACTIONS(502), - [anon_sym_Family] = ACTIONS(502), - [anon_sym_Arch] = ACTIONS(502), - [anon_sym_ExeExt] = ACTIONS(502), - [anon_sym_DllExt] = ACTIONS(502), - [anon_sym_Sep] = ACTIONS(502), - [anon_sym_ThisFile] = ACTIONS(502), - [anon_sym_ThisFileName] = ACTIONS(502), - [anon_sym_ThisFileDir] = ACTIONS(502), - [anon_sym_WorkingDir] = ACTIONS(502), - [anon_sym_NumProcs] = ACTIONS(502), - [anon_sym_Planets] = ACTIONS(502), - [anon_sym_Zodiac] = ACTIONS(502), - [anon_sym_Suits] = ACTIONS(502), - [anon_sym_Cards] = ACTIONS(502), - [anon_sym_Chess] = ACTIONS(502), - [anon_sym_Moon] = ACTIONS(502), - [anon_sym_Skin] = ACTIONS(502), - [anon_sym_People] = ACTIONS(502), - [anon_sym_Hair] = ACTIONS(502), - [aux_sym_character_token1] = ACTIONS(504), - [sym_string] = ACTIONS(504), - [sym_multiLineString] = ACTIONS(504), - [anon_sym_PIPE] = ACTIONS(504), - [sym_identifier] = ACTIONS(502), - [sym_identifierDeprecated] = ACTIONS(502), - [sym_system] = ACTIONS(504), - [sym_comment] = ACTIONS(502), - [sym_openParen] = ACTIONS(504), - [sym_closeParen] = ACTIONS(504), - [sym_openCurly] = ACTIONS(504), - [sym_closeCurly] = ACTIONS(504), - [sym_openBracket] = ACTIONS(504), - [sym_closeBracket] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_CARET] = ACTIONS(504), - [anon_sym_SQUOTE] = ACTIONS(502), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(504), - [anon_sym_e] = ACTIONS(502), - [anon_sym_NaN] = ACTIONS(502), - [anon_sym_eta] = ACTIONS(504), - [anon_sym_u03b7] = ACTIONS(502), - [anon_sym_pi] = ACTIONS(502), - [anon_sym_u03c0] = ACTIONS(502), - [anon_sym_tau] = ACTIONS(504), - [anon_sym_u03c4] = ACTIONS(502), - [anon_sym_infinity] = ACTIONS(504), - [anon_sym_u221e] = ACTIONS(504), - [anon_sym_W] = ACTIONS(502), - [anon_sym_i] = ACTIONS(502), - [anon_sym_MaxInt] = ACTIONS(502), - [anon_sym_HexDigits] = ACTIONS(502), - [anon_sym_DOT] = ACTIONS(504), - [anon_sym_COMMA] = ACTIONS(504), - [anon_sym_COLON] = ACTIONS(504), - [anon_sym_u25cc] = ACTIONS(504), - [anon_sym_identity] = ACTIONS(504), - [anon_sym_id] = ACTIONS(502), - [anon_sym_u2218] = ACTIONS(504), - [anon_sym_not] = ACTIONS(504), - [anon_sym_u00ac] = ACTIONS(504), - [anon_sym_sign] = ACTIONS(502), - [anon_sym_u00b1] = ACTIONS(504), - [anon_sym_BQUOTE] = ACTIONS(504), - [anon_sym_u00af] = ACTIONS(502), - [anon_sym_absolutevalue] = ACTIONS(504), - [anon_sym_u2335] = ACTIONS(504), - [anon_sym_sqrt] = ACTIONS(504), - [anon_sym_u221a] = ACTIONS(504), - [anon_sym_sine] = ACTIONS(504), - [anon_sym_u25cb] = ACTIONS(504), - [anon_sym_u223f] = ACTIONS(504), - [anon_sym_floor] = ACTIONS(504), - [anon_sym_u230a] = ACTIONS(504), - [anon_sym_ceiling] = ACTIONS(504), - [anon_sym_u2308] = ACTIONS(504), - [anon_sym_round] = ACTIONS(504), - [anon_sym_u2045] = ACTIONS(504), - [anon_sym_EQ] = ACTIONS(504), - [anon_sym_BANG_EQ] = ACTIONS(504), - [anon_sym_u2260] = ACTIONS(504), - [anon_sym_LT] = ACTIONS(502), - [anon_sym_LT_EQ] = ACTIONS(504), - [anon_sym_u2264] = ACTIONS(504), - [anon_sym_GT] = ACTIONS(502), - [anon_sym_GT_EQ] = ACTIONS(504), - [anon_sym_u2265] = ACTIONS(504), - [anon_sym_PLUS] = ACTIONS(504), - [anon_sym_DASH] = ACTIONS(504), - [anon_sym_STAR] = ACTIONS(504), - [anon_sym_u00d7] = ACTIONS(504), - [anon_sym_PERCENT] = ACTIONS(504), - [anon_sym_u00f7] = ACTIONS(504), - [anon_sym_modulus] = ACTIONS(504), - [anon_sym_u25ff] = ACTIONS(504), - [anon_sym_power] = ACTIONS(504), - [anon_sym_u207f] = ACTIONS(504), - [anon_sym_logarithm] = ACTIONS(504), - [anon_sym_u2099] = ACTIONS(504), - [anon_sym_minimum] = ACTIONS(504), - [anon_sym_u21a7] = ACTIONS(504), - [anon_sym_maximum] = ACTIONS(504), - [anon_sym_u21a5] = ACTIONS(504), - [anon_sym_atangent] = ACTIONS(504), - [anon_sym_u2220] = ACTIONS(504), - [anon_sym_length] = ACTIONS(504), - [anon_sym_u29fb] = ACTIONS(504), - [anon_sym_shape] = ACTIONS(504), - [anon_sym_u25b3] = ACTIONS(504), - [anon_sym_range] = ACTIONS(504), - [anon_sym_u21e1] = ACTIONS(504), - [anon_sym_first] = ACTIONS(504), - [anon_sym_u22a2] = ACTIONS(504), - [anon_sym_reverse] = ACTIONS(504), - [anon_sym_u21cc] = ACTIONS(504), - [anon_sym_deshape] = ACTIONS(504), - [anon_sym_u266d] = ACTIONS(504), - [anon_sym_bits] = ACTIONS(504), - [anon_sym_u22ef] = ACTIONS(504), - [anon_sym_transpose] = ACTIONS(504), - [anon_sym_u2349] = ACTIONS(504), - [anon_sym_rise] = ACTIONS(504), - [anon_sym_u234f] = ACTIONS(504), - [anon_sym_fall] = ACTIONS(504), - [anon_sym_u2356] = ACTIONS(504), - [anon_sym_where] = ACTIONS(504), - [anon_sym_u229a] = ACTIONS(504), - [anon_sym_classify] = ACTIONS(504), - [anon_sym_u229b] = ACTIONS(504), - [anon_sym_deduplicate] = ACTIONS(504), - [anon_sym_u25f4] = ACTIONS(504), - [anon_sym_box] = ACTIONS(504), - [anon_sym_u25a1] = ACTIONS(504), - [anon_sym_match] = ACTIONS(504), - [anon_sym_u224d] = ACTIONS(504), - [anon_sym_couple] = ACTIONS(504), - [anon_sym_u229f] = ACTIONS(504), - [anon_sym_join] = ACTIONS(504), - [anon_sym_u2282] = ACTIONS(504), - [anon_sym_select] = ACTIONS(504), - [anon_sym_u228f] = ACTIONS(504), - [anon_sym_pick] = ACTIONS(504), - [anon_sym_u22a1] = ACTIONS(504), - [anon_sym_reshape] = ACTIONS(504), - [anon_sym_u21af] = ACTIONS(504), - [anon_sym_take] = ACTIONS(504), - [anon_sym_u2199] = ACTIONS(504), - [anon_sym_drop] = ACTIONS(504), - [anon_sym_u2198] = ACTIONS(504), - [anon_sym_rotate] = ACTIONS(504), - [anon_sym_u21bb] = ACTIONS(504), - [anon_sym_windows] = ACTIONS(504), - [anon_sym_u25eb] = ACTIONS(504), - [anon_sym_keep] = ACTIONS(504), - [anon_sym_u25bd] = ACTIONS(504), - [anon_sym_find] = ACTIONS(504), - [anon_sym_u2315] = ACTIONS(504), - [anon_sym_indexof] = ACTIONS(504), - [anon_sym_u2297] = ACTIONS(504), - [anon_sym_assert] = ACTIONS(504), - [anon_sym_u2364] = ACTIONS(504), - [anon_sym_wait] = ACTIONS(504), - [anon_sym_parse] = ACTIONS(504), - [anon_sym_u22d5] = ACTIONS(504), - [anon_sym_random] = ACTIONS(504), - [anon_sym_u2682] = ACTIONS(504), - [anon_sym_gen] = ACTIONS(504), - [anon_sym_tag] = ACTIONS(504), - [anon_sym_now] = ACTIONS(504), - [anon_sym_type] = ACTIONS(504), - [anon_sym_u2e2e] = ACTIONS(504), - [anon_sym_dump] = ACTIONS(504), - [anon_sym_regex] = ACTIONS(504), - [anon_sym_send] = ACTIONS(504), - [anon_sym_recv] = ACTIONS(504), - [anon_sym_tryrecv] = ACTIONS(504), - [anon_sym_complex] = ACTIONS(504), - [anon_sym_u2102] = ACTIONS(504), - [anon_sym_rerank] = ACTIONS(504), - [anon_sym_u2607] = ACTIONS(504), - [anon_sym_fix] = ACTIONS(504), - [anon_sym_u00a4] = ACTIONS(504), - [anon_sym_QMARK] = ACTIONS(504), - [anon_sym_unique] = ACTIONS(504), - [anon_sym_u25f0] = ACTIONS(504), - [anon_sym_map] = ACTIONS(504), - [anon_sym_has] = ACTIONS(504), - [anon_sym_get] = ACTIONS(504), - [anon_sym_insert] = ACTIONS(504), - [anon_sym_remove] = ACTIONS(504), - [anon_sym_repr] = ACTIONS(504), - [anon_sym_mask] = ACTIONS(504), - [anon_sym_u29b7] = ACTIONS(504), - [anon_sym_csv] = ACTIONS(504), - [anon_sym_json] = ACTIONS(504), - [anon_sym_xlsx] = ACTIONS(504), - [anon_sym_memberOf] = ACTIONS(504), - [anon_sym_u2208] = ACTIONS(504), - [anon_sym_imen] = ACTIONS(504), - [anon_sym_gife] = ACTIONS(504), - [anon_sym_auden] = ACTIONS(504), - [anon_sym_utfu2088] = ACTIONS(504), - [anon_sym_datetime] = ACTIONS(504), - [anon_sym_chunk] = ACTIONS(504), - [anon_sym_u2444] = ACTIONS(504), - [anon_sym_choose] = ACTIONS(504), - [anon_sym_permute] = ACTIONS(504), - [anon_sym_orient] = ACTIONS(504), - [anon_sym_fft] = ACTIONS(504), - [anon_sym_reduce] = ACTIONS(504), - [anon_sym_SLASH] = ACTIONS(504), - [anon_sym_scan] = ACTIONS(504), - [anon_sym_BSLASH] = ACTIONS(504), - [anon_sym_each] = ACTIONS(504), - [anon_sym_u2235] = ACTIONS(504), - [anon_sym_rows] = ACTIONS(504), - [anon_sym_u2261] = ACTIONS(504), - [anon_sym_repeat] = ACTIONS(504), - [anon_sym_u2365] = ACTIONS(504), - [anon_sym_dip] = ACTIONS(504), - [anon_sym_u2299] = ACTIONS(504), - [anon_sym_gap] = ACTIONS(504), - [anon_sym_u22c5] = ACTIONS(504), - [anon_sym_spawn] = ACTIONS(504), - [anon_sym_rectify] = ACTIONS(504), - [anon_sym_u2305] = ACTIONS(504), - [anon_sym_un] = ACTIONS(502), - [anon_sym_u00b0] = ACTIONS(504), - [anon_sym_on] = ACTIONS(502), - [anon_sym_u27dc] = ACTIONS(504), - [anon_sym_inventory] = ACTIONS(504), - [anon_sym_u235a] = ACTIONS(504), - [anon_sym_content] = ACTIONS(504), - [anon_sym_u25c7] = ACTIONS(504), - [anon_sym_pool] = ACTIONS(504), - [anon_sym_stringify] = ACTIONS(504), - [anon_sym_signature] = ACTIONS(504), - [anon_sym_triangle] = ACTIONS(504), - [anon_sym_u25f9] = ACTIONS(504), - [anon_sym_astar] = ACTIONS(504), - [anon_sym_but] = ACTIONS(504), - [anon_sym_u2919] = ACTIONS(504), - [anon_sym_with] = ACTIONS(504), - [anon_sym_u291a] = ACTIONS(504), - [anon_sym_above] = ACTIONS(504), - [anon_sym_u25e0] = ACTIONS(504), - [anon_sym_below] = ACTIONS(504), - [anon_sym_u25e1] = ACTIONS(504), - [anon_sym_fold] = ACTIONS(504), - [anon_sym_u2227] = ACTIONS(504), - [anon_sym_table] = ACTIONS(504), - [anon_sym_u229e] = ACTIONS(504), - [anon_sym_group] = ACTIONS(504), - [anon_sym_u2295] = ACTIONS(504), - [anon_sym_partition] = ACTIONS(504), - [anon_sym_u229c] = ACTIONS(504), - [anon_sym_both] = ACTIONS(504), - [anon_sym_u2229] = ACTIONS(504), - [anon_sym_bracket] = ACTIONS(504), - [anon_sym_u2293] = ACTIONS(504), - [anon_sym_fork] = ACTIONS(504), - [anon_sym_u2283] = ACTIONS(504), - [anon_sym_under] = ACTIONS(504), - [anon_sym_u235c] = ACTIONS(504), - [anon_sym_fill] = ACTIONS(504), - [anon_sym_u2b1a] = ACTIONS(504), - [anon_sym_try] = ACTIONS(502), - [anon_sym_u2363] = ACTIONS(504), - [anon_sym_do] = ACTIONS(502), - [anon_sym_u2362] = ACTIONS(504), - [anon_sym_setinv] = ACTIONS(504), - [anon_sym_setunder] = ACTIONS(504), - [anon_sym_f] = ACTIONS(502), - [anon_sym_by] = ACTIONS(502), - [anon_sym_u22b8] = ACTIONS(504), - [anon_sym_quote] = ACTIONS(504), - [anon_sym_struct] = ACTIONS(504), - [anon_sym_u2765] = ACTIONS(504), - [anon_sym_u2192] = ACTIONS(504), - [anon_sym_u2237] = ACTIONS(504), - [anon_sym_u00b7] = ACTIONS(504), - [anon_sym_u235b] = ACTIONS(504), - [anon_sym_u2302] = ACTIONS(504), - [anon_sym_u21b0] = ACTIONS(504), - [anon_sym_unpack] = ACTIONS(504), - [anon_sym_u2290] = ACTIONS(504), - [anon_sym_u229d] = ACTIONS(504), - [anon_sym_cross] = ACTIONS(504), - [anon_sym_u22a0] = ACTIONS(504), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_deal] = ACTIONS(504), - [anon_sym_strands] = ACTIONS(504), - [anon_sym_u203f] = ACTIONS(504), - [anon_sym_member] = ACTIONS(502), - [anon_sym_u220a] = ACTIONS(504), - [anon_sym_coordinate] = ACTIONS(504), - [anon_sym_u27d4] = ACTIONS(504), - [anon_sym_u03bb] = ACTIONS(504), - [anon_sym_u22ca] = ACTIONS(504), - [sym__endOfLine] = ACTIONS(504), + [aux_sym_number_token1] = ACTIONS(538), + [sym_fraction] = ACTIONS(540), + [anon_sym_Days] = ACTIONS(538), + [anon_sym_Months] = ACTIONS(538), + [anon_sym_MonthDays] = ACTIONS(538), + [anon_sym_LeanMonthDays] = ACTIONS(538), + [anon_sym_White] = ACTIONS(538), + [anon_sym_Black] = ACTIONS(538), + [anon_sym_Red] = ACTIONS(538), + [anon_sym_Orange] = ACTIONS(538), + [anon_sym_Yellow] = ACTIONS(538), + [anon_sym_Green] = ACTIONS(538), + [anon_sym_Cyan] = ACTIONS(538), + [anon_sym_Blue] = ACTIONS(538), + [anon_sym_Purple] = ACTIONS(538), + [anon_sym_Magenta] = ACTIONS(538), + [anon_sym_Gay] = ACTIONS(538), + [anon_sym_Lesbian] = ACTIONS(538), + [anon_sym_Bi] = ACTIONS(538), + [anon_sym_Trans] = ACTIONS(538), + [anon_sym_Pan] = ACTIONS(538), + [anon_sym_Ace] = ACTIONS(538), + [anon_sym_Aro] = ACTIONS(538), + [anon_sym_Aroace] = ACTIONS(538), + [anon_sym_Enby] = ACTIONS(538), + [anon_sym_Fluid] = ACTIONS(538), + [anon_sym_Queer] = ACTIONS(538), + [anon_sym_Agender] = ACTIONS(538), + [anon_sym_PrideFlags] = ACTIONS(538), + [anon_sym_PrideFlagNames] = ACTIONS(538), + [anon_sym_True] = ACTIONS(538), + [anon_sym_False] = ACTIONS(538), + [anon_sym_NULL] = ACTIONS(538), + [anon_sym_Logo] = ACTIONS(538), + [anon_sym_Lena] = ACTIONS(538), + [anon_sym_Music] = ACTIONS(538), + [anon_sym_Lorem] = ACTIONS(538), + [anon_sym_Os] = ACTIONS(538), + [anon_sym_Family] = ACTIONS(538), + [anon_sym_Arch] = ACTIONS(538), + [anon_sym_ExeExt] = ACTIONS(538), + [anon_sym_DllExt] = ACTIONS(538), + [anon_sym_Sep] = ACTIONS(538), + [anon_sym_ThisFile] = ACTIONS(538), + [anon_sym_ThisFileName] = ACTIONS(538), + [anon_sym_ThisFileDir] = ACTIONS(538), + [anon_sym_WorkingDir] = ACTIONS(538), + [anon_sym_NumProcs] = ACTIONS(538), + [anon_sym_Planets] = ACTIONS(538), + [anon_sym_Zodiac] = ACTIONS(538), + [anon_sym_Suits] = ACTIONS(538), + [anon_sym_Cards] = ACTIONS(538), + [anon_sym_Chess] = ACTIONS(538), + [anon_sym_Moon] = ACTIONS(538), + [anon_sym_Skin] = ACTIONS(538), + [anon_sym_People] = ACTIONS(538), + [anon_sym_Hair] = ACTIONS(538), + [anon_sym_Cat] = ACTIONS(538), + [aux_sym_character_token1] = ACTIONS(540), + [sym_string] = ACTIONS(540), + [sym_multiLineString] = ACTIONS(540), + [anon_sym_PIPE] = ACTIONS(540), + [sym_identifier] = ACTIONS(538), + [sym_identifierDeprecated] = ACTIONS(538), + [sym_system] = ACTIONS(540), + [sym_comment] = ACTIONS(538), + [sym_openParen] = ACTIONS(540), + [sym_closeParen] = ACTIONS(540), + [sym_openCurly] = ACTIONS(540), + [sym_closeCurly] = ACTIONS(540), + [sym_openBracket] = ACTIONS(538), + [sym_closeBracket] = ACTIONS(540), + [sym_underscore] = ACTIONS(540), + [anon_sym_CARET] = ACTIONS(540), + [anon_sym_SQUOTE] = ACTIONS(538), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(540), + [anon_sym_e] = ACTIONS(538), + [anon_sym_NaN] = ACTIONS(538), + [anon_sym_eta] = ACTIONS(540), + [anon_sym_u03b7] = ACTIONS(538), + [anon_sym_pi] = ACTIONS(538), + [anon_sym_u03c0] = ACTIONS(538), + [anon_sym_tau] = ACTIONS(540), + [anon_sym_u03c4] = ACTIONS(538), + [anon_sym_infinity] = ACTIONS(540), + [anon_sym_u221e] = ACTIONS(540), + [anon_sym_W] = ACTIONS(538), + [anon_sym_i] = ACTIONS(538), + [anon_sym_MaxInt] = ACTIONS(538), + [anon_sym_HexDigits] = ACTIONS(538), + [anon_sym_DOT] = ACTIONS(540), + [anon_sym_COMMA] = ACTIONS(540), + [anon_sym_COLON] = ACTIONS(540), + [anon_sym_u25cc] = ACTIONS(540), + [anon_sym_identity] = ACTIONS(540), + [anon_sym_id] = ACTIONS(538), + [anon_sym_u2218] = ACTIONS(540), + [anon_sym_not] = ACTIONS(540), + [anon_sym_u00ac] = ACTIONS(540), + [anon_sym_sign] = ACTIONS(538), + [anon_sym_u00b1] = ACTIONS(540), + [anon_sym_BQUOTE] = ACTIONS(540), + [anon_sym_u00af] = ACTIONS(538), + [anon_sym_absolutevalue] = ACTIONS(540), + [anon_sym_u2335] = ACTIONS(540), + [anon_sym_sqrt] = ACTIONS(540), + [anon_sym_u221a] = ACTIONS(540), + [anon_sym_sine] = ACTIONS(540), + [anon_sym_u25cb] = ACTIONS(540), + [anon_sym_u223f] = ACTIONS(540), + [anon_sym_floor] = ACTIONS(540), + [anon_sym_u230a] = ACTIONS(540), + [anon_sym_ceiling] = ACTIONS(540), + [anon_sym_u2308] = ACTIONS(540), + [anon_sym_round] = ACTIONS(540), + [anon_sym_u2045] = ACTIONS(540), + [anon_sym_EQ] = ACTIONS(540), + [anon_sym_BANG_EQ] = ACTIONS(540), + [anon_sym_u2260] = ACTIONS(540), + [anon_sym_LT] = ACTIONS(538), + [anon_sym_LT_EQ] = ACTIONS(540), + [anon_sym_u2264] = ACTIONS(540), + [anon_sym_GT] = ACTIONS(538), + [anon_sym_GT_EQ] = ACTIONS(540), + [anon_sym_u2265] = ACTIONS(540), + [anon_sym_PLUS] = ACTIONS(540), + [anon_sym_DASH] = ACTIONS(540), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_u00d7] = ACTIONS(540), + [anon_sym_PERCENT] = ACTIONS(540), + [anon_sym_u00f7] = ACTIONS(540), + [anon_sym_modulus] = ACTIONS(540), + [anon_sym_u25ff] = ACTIONS(540), + [anon_sym_power] = ACTIONS(540), + [anon_sym_u207f] = ACTIONS(540), + [anon_sym_logarithm] = ACTIONS(540), + [anon_sym_u2099] = ACTIONS(540), + [anon_sym_minimum] = ACTIONS(540), + [anon_sym_u21a7] = ACTIONS(540), + [anon_sym_maximum] = ACTIONS(540), + [anon_sym_u21a5] = ACTIONS(540), + [anon_sym_atangent] = ACTIONS(540), + [anon_sym_u2220] = ACTIONS(540), + [anon_sym_length] = ACTIONS(540), + [anon_sym_u29fb] = ACTIONS(540), + [anon_sym_shape] = ACTIONS(540), + [anon_sym_u25b3] = ACTIONS(540), + [anon_sym_range] = ACTIONS(540), + [anon_sym_u21e1] = ACTIONS(540), + [anon_sym_first] = ACTIONS(540), + [anon_sym_u22a2] = ACTIONS(540), + [anon_sym_reverse] = ACTIONS(540), + [anon_sym_u21cc] = ACTIONS(540), + [anon_sym_deshape] = ACTIONS(540), + [anon_sym_u266d] = ACTIONS(540), + [anon_sym_bits] = ACTIONS(540), + [anon_sym_u22ef] = ACTIONS(540), + [anon_sym_transpose] = ACTIONS(540), + [anon_sym_u2349] = ACTIONS(540), + [anon_sym_rise] = ACTIONS(540), + [anon_sym_u234f] = ACTIONS(540), + [anon_sym_fall] = ACTIONS(540), + [anon_sym_u2356] = ACTIONS(540), + [anon_sym_where] = ACTIONS(540), + [anon_sym_u229a] = ACTIONS(540), + [anon_sym_classify] = ACTIONS(540), + [anon_sym_u229b] = ACTIONS(540), + [anon_sym_deduplicate] = ACTIONS(540), + [anon_sym_u25f4] = ACTIONS(540), + [anon_sym_box] = ACTIONS(540), + [anon_sym_u25a1] = ACTIONS(540), + [anon_sym_match] = ACTIONS(540), + [anon_sym_u224d] = ACTIONS(540), + [anon_sym_couple] = ACTIONS(540), + [anon_sym_u229f] = ACTIONS(540), + [anon_sym_join] = ACTIONS(540), + [anon_sym_u2282] = ACTIONS(540), + [anon_sym_select] = ACTIONS(540), + [anon_sym_u228f] = ACTIONS(540), + [anon_sym_pick] = ACTIONS(540), + [anon_sym_u22a1] = ACTIONS(540), + [anon_sym_reshape] = ACTIONS(540), + [anon_sym_u21af] = ACTIONS(540), + [anon_sym_take] = ACTIONS(540), + [anon_sym_u2199] = ACTIONS(540), + [anon_sym_drop] = ACTIONS(540), + [anon_sym_u2198] = ACTIONS(540), + [anon_sym_rotate] = ACTIONS(540), + [anon_sym_u21bb] = ACTIONS(540), + [anon_sym_windows] = ACTIONS(540), + [anon_sym_u25eb] = ACTIONS(540), + [anon_sym_keep] = ACTIONS(540), + [anon_sym_u25bd] = ACTIONS(540), + [anon_sym_find] = ACTIONS(540), + [anon_sym_u2315] = ACTIONS(540), + [anon_sym_indexof] = ACTIONS(540), + [anon_sym_u2297] = ACTIONS(540), + [anon_sym_assert] = ACTIONS(540), + [anon_sym_u2364] = ACTIONS(540), + [anon_sym_wait] = ACTIONS(540), + [anon_sym_parse] = ACTIONS(540), + [anon_sym_u22d5] = ACTIONS(540), + [anon_sym_random] = ACTIONS(540), + [anon_sym_u2682] = ACTIONS(540), + [anon_sym_gen] = ACTIONS(540), + [anon_sym_tag] = ACTIONS(540), + [anon_sym_now] = ACTIONS(540), + [anon_sym_type] = ACTIONS(540), + [anon_sym_u2e2e] = ACTIONS(540), + [anon_sym_dump] = ACTIONS(540), + [anon_sym_regex] = ACTIONS(540), + [anon_sym_send] = ACTIONS(540), + [anon_sym_recv] = ACTIONS(540), + [anon_sym_tryrecv] = ACTIONS(540), + [anon_sym_complex] = ACTIONS(540), + [anon_sym_u2102] = ACTIONS(540), + [anon_sym_rerank] = ACTIONS(540), + [anon_sym_u2607] = ACTIONS(540), + [anon_sym_fix] = ACTIONS(540), + [anon_sym_u00a4] = ACTIONS(540), + [anon_sym_QMARK] = ACTIONS(540), + [anon_sym_unique] = ACTIONS(540), + [anon_sym_u25f0] = ACTIONS(540), + [anon_sym_map] = ACTIONS(540), + [anon_sym_has] = ACTIONS(540), + [anon_sym_get] = ACTIONS(540), + [anon_sym_insert] = ACTIONS(540), + [anon_sym_remove] = ACTIONS(540), + [anon_sym_repr] = ACTIONS(540), + [anon_sym_mask] = ACTIONS(540), + [anon_sym_u29b7] = ACTIONS(540), + [anon_sym_csv] = ACTIONS(540), + [anon_sym_json] = ACTIONS(540), + [anon_sym_xlsx] = ACTIONS(540), + [anon_sym_memberOf] = ACTIONS(540), + [anon_sym_u2208] = ACTIONS(540), + [anon_sym_imen] = ACTIONS(540), + [anon_sym_gife] = ACTIONS(540), + [anon_sym_auden] = ACTIONS(540), + [anon_sym_utfu2088] = ACTIONS(540), + [anon_sym_datetime] = ACTIONS(540), + [anon_sym_choose] = ACTIONS(540), + [anon_sym_permute] = ACTIONS(540), + [anon_sym_orient] = ACTIONS(540), + [anon_sym_u2938] = ACTIONS(540), + [anon_sym_fft] = ACTIONS(540), + [anon_sym_graphemes] = ACTIONS(540), + [anon_sym_timezone] = ACTIONS(540), + [anon_sym_around] = ACTIONS(540), + [anon_sym_u2019] = ACTIONS(540), + [anon_sym_base] = ACTIONS(540), + [anon_sym_sort] = ACTIONS(540), + [anon_sym_u2346] = ACTIONS(540), + [anon_sym_last] = ACTIONS(540), + [anon_sym_u22a3] = ACTIONS(540), + [anon_sym_reduce] = ACTIONS(540), + [anon_sym_SLASH] = ACTIONS(540), + [anon_sym_scan] = ACTIONS(540), + [anon_sym_BSLASH] = ACTIONS(540), + [anon_sym_each] = ACTIONS(540), + [anon_sym_u2235] = ACTIONS(540), + [anon_sym_rows] = ACTIONS(540), + [anon_sym_u2261] = ACTIONS(540), + [anon_sym_repeat] = ACTIONS(540), + [anon_sym_u2365] = ACTIONS(540), + [anon_sym_dip] = ACTIONS(540), + [anon_sym_u2299] = ACTIONS(540), + [anon_sym_gap] = ACTIONS(540), + [anon_sym_u22c5] = ACTIONS(540), + [anon_sym_spawn] = ACTIONS(540), + [anon_sym_rectify] = ACTIONS(540), + [anon_sym_u2305] = ACTIONS(540), + [anon_sym_un] = ACTIONS(538), + [anon_sym_u00b0] = ACTIONS(540), + [anon_sym_on] = ACTIONS(538), + [anon_sym_u27dc] = ACTIONS(540), + [anon_sym_inventory] = ACTIONS(540), + [anon_sym_u235a] = ACTIONS(540), + [anon_sym_content] = ACTIONS(540), + [anon_sym_u25c7] = ACTIONS(540), + [anon_sym_pool] = ACTIONS(540), + [anon_sym_stringify] = ACTIONS(540), + [anon_sym_signature] = ACTIONS(540), + [anon_sym_triangle] = ACTIONS(540), + [anon_sym_u25f9] = ACTIONS(540), + [anon_sym_astar] = ACTIONS(540), + [anon_sym_with] = ACTIONS(540), + [anon_sym_u2919] = ACTIONS(540), + [anon_sym_off] = ACTIONS(540), + [anon_sym_u291a] = ACTIONS(540), + [anon_sym_above] = ACTIONS(540), + [anon_sym_u25e0] = ACTIONS(540), + [anon_sym_below] = ACTIONS(540), + [anon_sym_u25e1] = ACTIONS(540), + [anon_sym_anti] = ACTIONS(540), + [anon_sym_u231d] = ACTIONS(540), + [anon_sym_obverse] = ACTIONS(540), + [anon_sym_toples] = ACTIONS(540), + [anon_sym_u29c5] = ACTIONS(540), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(540), + [anon_sym_fold] = ACTIONS(540), + [anon_sym_u2227] = ACTIONS(540), + [anon_sym_table] = ACTIONS(540), + [anon_sym_u229e] = ACTIONS(540), + [anon_sym_group] = ACTIONS(540), + [anon_sym_u2295] = ACTIONS(540), + [anon_sym_partition] = ACTIONS(540), + [anon_sym_u229c] = ACTIONS(540), + [anon_sym_both] = ACTIONS(540), + [anon_sym_u2229] = ACTIONS(540), + [anon_sym_bracket] = ACTIONS(540), + [anon_sym_u2293] = ACTIONS(540), + [anon_sym_fork] = ACTIONS(540), + [anon_sym_u2283] = ACTIONS(540), + [anon_sym_under] = ACTIONS(540), + [anon_sym_u235c] = ACTIONS(540), + [anon_sym_fill] = ACTIONS(540), + [anon_sym_u2b1a] = ACTIONS(540), + [anon_sym_try] = ACTIONS(538), + [anon_sym_u2363] = ACTIONS(540), + [anon_sym_do] = ACTIONS(538), + [anon_sym_u2362] = ACTIONS(540), + [anon_sym_f] = ACTIONS(538), + [anon_sym_by] = ACTIONS(538), + [anon_sym_u22b8] = ACTIONS(540), + [anon_sym_quote] = ACTIONS(540), + [anon_sym_u2765] = ACTIONS(540), + [anon_sym_u2192] = ACTIONS(540), + [anon_sym_u2237] = ACTIONS(540), + [anon_sym_u00b7] = ACTIONS(540), + [anon_sym_u235b] = ACTIONS(540), + [anon_sym_u2302] = ACTIONS(540), + [anon_sym_u21b0] = ACTIONS(540), + [anon_sym_unpack] = ACTIONS(540), + [anon_sym_u2290] = ACTIONS(540), + [anon_sym_u229d] = ACTIONS(540), + [anon_sym_cross] = ACTIONS(540), + [anon_sym_u22a0] = ACTIONS(540), + [anon_sym_SEMI] = ACTIONS(540), + [anon_sym_deal] = ACTIONS(540), + [anon_sym_member] = ACTIONS(538), + [anon_sym_u220a] = ACTIONS(540), + [anon_sym_coordinate] = ACTIONS(540), + [anon_sym_u27d4] = ACTIONS(540), + [anon_sym_u03bb] = ACTIONS(540), + [anon_sym_u22ca] = ACTIONS(540), + [anon_sym_chunk] = ACTIONS(540), + [anon_sym_u2444] = ACTIONS(540), + [anon_sym_setinv] = ACTIONS(540), + [anon_sym_setund] = ACTIONS(540), + [anon_sym_struct] = ACTIONS(540), + [sym__endOfLine] = ACTIONS(540), }, [97] = { - [aux_sym_number_token1] = ACTIONS(568), - [sym_fraction] = ACTIONS(570), - [anon_sym_Days] = ACTIONS(568), - [anon_sym_Months] = ACTIONS(568), - [anon_sym_MonthDays] = ACTIONS(568), - [anon_sym_LeanMonthDays] = ACTIONS(568), - [anon_sym_White] = ACTIONS(568), - [anon_sym_Black] = ACTIONS(568), - [anon_sym_Red] = ACTIONS(568), - [anon_sym_Orange] = ACTIONS(568), - [anon_sym_Yellow] = ACTIONS(568), - [anon_sym_Green] = ACTIONS(568), - [anon_sym_Cyan] = ACTIONS(568), - [anon_sym_Blue] = ACTIONS(568), - [anon_sym_Purple] = ACTIONS(568), - [anon_sym_Magenta] = ACTIONS(568), - [anon_sym_Gay] = ACTIONS(568), - [anon_sym_Lesbian] = ACTIONS(568), - [anon_sym_Bi] = ACTIONS(568), - [anon_sym_Trans] = ACTIONS(568), - [anon_sym_Pan] = ACTIONS(568), - [anon_sym_Ace] = ACTIONS(568), - [anon_sym_Aro] = ACTIONS(568), - [anon_sym_Aroace] = ACTIONS(568), - [anon_sym_Enby] = ACTIONS(568), - [anon_sym_Fluid] = ACTIONS(568), - [anon_sym_Queer] = ACTIONS(568), - [anon_sym_Agender] = ACTIONS(568), - [anon_sym_PrideFlags] = ACTIONS(568), - [anon_sym_PrideFlagNames] = ACTIONS(568), - [anon_sym_True] = ACTIONS(568), - [anon_sym_False] = ACTIONS(568), - [anon_sym_NULL] = ACTIONS(568), - [anon_sym_Logo] = ACTIONS(568), - [anon_sym_Lena] = ACTIONS(568), - [anon_sym_Music] = ACTIONS(568), - [anon_sym_Lorem] = ACTIONS(568), - [anon_sym_Os] = ACTIONS(568), - [anon_sym_Family] = ACTIONS(568), - [anon_sym_Arch] = ACTIONS(568), - [anon_sym_ExeExt] = ACTIONS(568), - [anon_sym_DllExt] = ACTIONS(568), - [anon_sym_Sep] = ACTIONS(568), - [anon_sym_ThisFile] = ACTIONS(568), - [anon_sym_ThisFileName] = ACTIONS(568), - [anon_sym_ThisFileDir] = ACTIONS(568), - [anon_sym_WorkingDir] = ACTIONS(568), - [anon_sym_NumProcs] = ACTIONS(568), - [anon_sym_Planets] = ACTIONS(568), - [anon_sym_Zodiac] = ACTIONS(568), - [anon_sym_Suits] = ACTIONS(568), - [anon_sym_Cards] = ACTIONS(568), - [anon_sym_Chess] = ACTIONS(568), - [anon_sym_Moon] = ACTIONS(568), - [anon_sym_Skin] = ACTIONS(568), - [anon_sym_People] = ACTIONS(568), - [anon_sym_Hair] = ACTIONS(568), - [aux_sym_character_token1] = ACTIONS(570), - [sym_string] = ACTIONS(570), - [sym_multiLineString] = ACTIONS(570), - [anon_sym_PIPE] = ACTIONS(570), - [sym_identifier] = ACTIONS(568), - [sym_identifierDeprecated] = ACTIONS(568), - [sym_system] = ACTIONS(570), - [sym_comment] = ACTIONS(568), - [sym_openParen] = ACTIONS(570), - [sym_closeParen] = ACTIONS(570), - [sym_openCurly] = ACTIONS(570), - [sym_closeCurly] = ACTIONS(570), - [sym_openBracket] = ACTIONS(570), - [sym_closeBracket] = ACTIONS(570), - [sym_underscore] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_SQUOTE] = ACTIONS(568), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(570), - [anon_sym_e] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_eta] = ACTIONS(570), - [anon_sym_u03b7] = ACTIONS(568), - [anon_sym_pi] = ACTIONS(568), - [anon_sym_u03c0] = ACTIONS(568), - [anon_sym_tau] = ACTIONS(570), - [anon_sym_u03c4] = ACTIONS(568), - [anon_sym_infinity] = ACTIONS(570), - [anon_sym_u221e] = ACTIONS(570), - [anon_sym_W] = ACTIONS(568), - [anon_sym_i] = ACTIONS(568), - [anon_sym_MaxInt] = ACTIONS(568), - [anon_sym_HexDigits] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(570), - [anon_sym_COMMA] = ACTIONS(570), - [anon_sym_COLON] = ACTIONS(570), - [anon_sym_u25cc] = ACTIONS(570), - [anon_sym_identity] = ACTIONS(570), - [anon_sym_id] = ACTIONS(568), - [anon_sym_u2218] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_u00ac] = ACTIONS(570), - [anon_sym_sign] = ACTIONS(568), - [anon_sym_u00b1] = ACTIONS(570), - [anon_sym_BQUOTE] = ACTIONS(570), - [anon_sym_u00af] = ACTIONS(568), - [anon_sym_absolutevalue] = ACTIONS(570), - [anon_sym_u2335] = ACTIONS(570), - [anon_sym_sqrt] = ACTIONS(570), - [anon_sym_u221a] = ACTIONS(570), - [anon_sym_sine] = ACTIONS(570), - [anon_sym_u25cb] = ACTIONS(570), - [anon_sym_u223f] = ACTIONS(570), - [anon_sym_floor] = ACTIONS(570), - [anon_sym_u230a] = ACTIONS(570), - [anon_sym_ceiling] = ACTIONS(570), - [anon_sym_u2308] = ACTIONS(570), - [anon_sym_round] = ACTIONS(570), - [anon_sym_u2045] = ACTIONS(570), - [anon_sym_EQ] = ACTIONS(570), - [anon_sym_BANG_EQ] = ACTIONS(570), - [anon_sym_u2260] = ACTIONS(570), - [anon_sym_LT] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(570), - [anon_sym_u2264] = ACTIONS(570), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(570), - [anon_sym_u2265] = ACTIONS(570), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_u00d7] = ACTIONS(570), - [anon_sym_PERCENT] = ACTIONS(570), - [anon_sym_u00f7] = ACTIONS(570), - [anon_sym_modulus] = ACTIONS(570), - [anon_sym_u25ff] = ACTIONS(570), - [anon_sym_power] = ACTIONS(570), - [anon_sym_u207f] = ACTIONS(570), - [anon_sym_logarithm] = ACTIONS(570), - [anon_sym_u2099] = ACTIONS(570), - [anon_sym_minimum] = ACTIONS(570), - [anon_sym_u21a7] = ACTIONS(570), - [anon_sym_maximum] = ACTIONS(570), - [anon_sym_u21a5] = ACTIONS(570), - [anon_sym_atangent] = ACTIONS(570), - [anon_sym_u2220] = ACTIONS(570), - [anon_sym_length] = ACTIONS(570), - [anon_sym_u29fb] = ACTIONS(570), - [anon_sym_shape] = ACTIONS(570), - [anon_sym_u25b3] = ACTIONS(570), - [anon_sym_range] = ACTIONS(570), - [anon_sym_u21e1] = ACTIONS(570), - [anon_sym_first] = ACTIONS(570), - [anon_sym_u22a2] = ACTIONS(570), - [anon_sym_reverse] = ACTIONS(570), - [anon_sym_u21cc] = ACTIONS(570), - [anon_sym_deshape] = ACTIONS(570), - [anon_sym_u266d] = ACTIONS(570), - [anon_sym_bits] = ACTIONS(570), - [anon_sym_u22ef] = ACTIONS(570), - [anon_sym_transpose] = ACTIONS(570), - [anon_sym_u2349] = ACTIONS(570), - [anon_sym_rise] = ACTIONS(570), - [anon_sym_u234f] = ACTIONS(570), - [anon_sym_fall] = ACTIONS(570), - [anon_sym_u2356] = ACTIONS(570), - [anon_sym_where] = ACTIONS(570), - [anon_sym_u229a] = ACTIONS(570), - [anon_sym_classify] = ACTIONS(570), - [anon_sym_u229b] = ACTIONS(570), - [anon_sym_deduplicate] = ACTIONS(570), - [anon_sym_u25f4] = ACTIONS(570), - [anon_sym_box] = ACTIONS(570), - [anon_sym_u25a1] = ACTIONS(570), - [anon_sym_match] = ACTIONS(570), - [anon_sym_u224d] = ACTIONS(570), - [anon_sym_couple] = ACTIONS(570), - [anon_sym_u229f] = ACTIONS(570), - [anon_sym_join] = ACTIONS(570), - [anon_sym_u2282] = ACTIONS(570), - [anon_sym_select] = ACTIONS(570), - [anon_sym_u228f] = ACTIONS(570), - [anon_sym_pick] = ACTIONS(570), - [anon_sym_u22a1] = ACTIONS(570), - [anon_sym_reshape] = ACTIONS(570), - [anon_sym_u21af] = ACTIONS(570), - [anon_sym_take] = ACTIONS(570), - [anon_sym_u2199] = ACTIONS(570), - [anon_sym_drop] = ACTIONS(570), - [anon_sym_u2198] = ACTIONS(570), - [anon_sym_rotate] = ACTIONS(570), - [anon_sym_u21bb] = ACTIONS(570), - [anon_sym_windows] = ACTIONS(570), - [anon_sym_u25eb] = ACTIONS(570), - [anon_sym_keep] = ACTIONS(570), - [anon_sym_u25bd] = ACTIONS(570), - [anon_sym_find] = ACTIONS(570), - [anon_sym_u2315] = ACTIONS(570), - [anon_sym_indexof] = ACTIONS(570), - [anon_sym_u2297] = ACTIONS(570), - [anon_sym_assert] = ACTIONS(570), - [anon_sym_u2364] = ACTIONS(570), - [anon_sym_wait] = ACTIONS(570), - [anon_sym_parse] = ACTIONS(570), - [anon_sym_u22d5] = ACTIONS(570), - [anon_sym_random] = ACTIONS(570), - [anon_sym_u2682] = ACTIONS(570), - [anon_sym_gen] = ACTIONS(570), - [anon_sym_tag] = ACTIONS(570), - [anon_sym_now] = ACTIONS(570), - [anon_sym_type] = ACTIONS(570), - [anon_sym_u2e2e] = ACTIONS(570), - [anon_sym_dump] = ACTIONS(570), - [anon_sym_regex] = ACTIONS(570), - [anon_sym_send] = ACTIONS(570), - [anon_sym_recv] = ACTIONS(570), - [anon_sym_tryrecv] = ACTIONS(570), - [anon_sym_complex] = ACTIONS(570), - [anon_sym_u2102] = ACTIONS(570), - [anon_sym_rerank] = ACTIONS(570), - [anon_sym_u2607] = ACTIONS(570), - [anon_sym_fix] = ACTIONS(570), - [anon_sym_u00a4] = ACTIONS(570), - [anon_sym_QMARK] = ACTIONS(570), - [anon_sym_unique] = ACTIONS(570), - [anon_sym_u25f0] = ACTIONS(570), - [anon_sym_map] = ACTIONS(570), - [anon_sym_has] = ACTIONS(570), - [anon_sym_get] = ACTIONS(570), - [anon_sym_insert] = ACTIONS(570), - [anon_sym_remove] = ACTIONS(570), - [anon_sym_repr] = ACTIONS(570), - [anon_sym_mask] = ACTIONS(570), - [anon_sym_u29b7] = ACTIONS(570), - [anon_sym_csv] = ACTIONS(570), - [anon_sym_json] = ACTIONS(570), - [anon_sym_xlsx] = ACTIONS(570), - [anon_sym_memberOf] = ACTIONS(570), - [anon_sym_u2208] = ACTIONS(570), - [anon_sym_imen] = ACTIONS(570), - [anon_sym_gife] = ACTIONS(570), - [anon_sym_auden] = ACTIONS(570), - [anon_sym_utfu2088] = ACTIONS(570), - [anon_sym_datetime] = ACTIONS(570), - [anon_sym_chunk] = ACTIONS(570), - [anon_sym_u2444] = ACTIONS(570), - [anon_sym_choose] = ACTIONS(570), - [anon_sym_permute] = ACTIONS(570), - [anon_sym_orient] = ACTIONS(570), - [anon_sym_fft] = ACTIONS(570), - [anon_sym_reduce] = ACTIONS(570), - [anon_sym_SLASH] = ACTIONS(570), - [anon_sym_scan] = ACTIONS(570), - [anon_sym_BSLASH] = ACTIONS(570), - [anon_sym_each] = ACTIONS(570), - [anon_sym_u2235] = ACTIONS(570), - [anon_sym_rows] = ACTIONS(570), - [anon_sym_u2261] = ACTIONS(570), - [anon_sym_repeat] = ACTIONS(570), - [anon_sym_u2365] = ACTIONS(570), - [anon_sym_dip] = ACTIONS(570), - [anon_sym_u2299] = ACTIONS(570), - [anon_sym_gap] = ACTIONS(570), - [anon_sym_u22c5] = ACTIONS(570), - [anon_sym_spawn] = ACTIONS(570), - [anon_sym_rectify] = ACTIONS(570), - [anon_sym_u2305] = ACTIONS(570), - [anon_sym_un] = ACTIONS(568), - [anon_sym_u00b0] = ACTIONS(570), - [anon_sym_on] = ACTIONS(568), - [anon_sym_u27dc] = ACTIONS(570), - [anon_sym_inventory] = ACTIONS(570), - [anon_sym_u235a] = ACTIONS(570), - [anon_sym_content] = ACTIONS(570), - [anon_sym_u25c7] = ACTIONS(570), - [anon_sym_pool] = ACTIONS(570), - [anon_sym_stringify] = ACTIONS(570), - [anon_sym_signature] = ACTIONS(570), - [anon_sym_triangle] = ACTIONS(570), - [anon_sym_u25f9] = ACTIONS(570), - [anon_sym_astar] = ACTIONS(570), - [anon_sym_but] = ACTIONS(570), - [anon_sym_u2919] = ACTIONS(570), - [anon_sym_with] = ACTIONS(570), - [anon_sym_u291a] = ACTIONS(570), - [anon_sym_above] = ACTIONS(570), - [anon_sym_u25e0] = ACTIONS(570), - [anon_sym_below] = ACTIONS(570), - [anon_sym_u25e1] = ACTIONS(570), - [anon_sym_fold] = ACTIONS(570), - [anon_sym_u2227] = ACTIONS(570), - [anon_sym_table] = ACTIONS(570), - [anon_sym_u229e] = ACTIONS(570), - [anon_sym_group] = ACTIONS(570), - [anon_sym_u2295] = ACTIONS(570), - [anon_sym_partition] = ACTIONS(570), - [anon_sym_u229c] = ACTIONS(570), - [anon_sym_both] = ACTIONS(570), - [anon_sym_u2229] = ACTIONS(570), - [anon_sym_bracket] = ACTIONS(570), - [anon_sym_u2293] = ACTIONS(570), - [anon_sym_fork] = ACTIONS(570), - [anon_sym_u2283] = ACTIONS(570), - [anon_sym_under] = ACTIONS(570), - [anon_sym_u235c] = ACTIONS(570), - [anon_sym_fill] = ACTIONS(570), - [anon_sym_u2b1a] = ACTIONS(570), - [anon_sym_try] = ACTIONS(568), - [anon_sym_u2363] = ACTIONS(570), - [anon_sym_do] = ACTIONS(568), - [anon_sym_u2362] = ACTIONS(570), - [anon_sym_setinv] = ACTIONS(570), - [anon_sym_setunder] = ACTIONS(570), - [anon_sym_f] = ACTIONS(568), - [anon_sym_by] = ACTIONS(568), - [anon_sym_u22b8] = ACTIONS(570), - [anon_sym_quote] = ACTIONS(570), - [anon_sym_struct] = ACTIONS(570), - [anon_sym_u2765] = ACTIONS(570), - [anon_sym_u2192] = ACTIONS(570), - [anon_sym_u2237] = ACTIONS(570), - [anon_sym_u00b7] = ACTIONS(570), - [anon_sym_u235b] = ACTIONS(570), - [anon_sym_u2302] = ACTIONS(570), - [anon_sym_u21b0] = ACTIONS(570), - [anon_sym_unpack] = ACTIONS(570), - [anon_sym_u2290] = ACTIONS(570), - [anon_sym_u229d] = ACTIONS(570), - [anon_sym_cross] = ACTIONS(570), - [anon_sym_u22a0] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(570), - [anon_sym_deal] = ACTIONS(570), - [anon_sym_strands] = ACTIONS(570), - [anon_sym_u203f] = ACTIONS(570), - [anon_sym_member] = ACTIONS(568), - [anon_sym_u220a] = ACTIONS(570), - [anon_sym_coordinate] = ACTIONS(570), - [anon_sym_u27d4] = ACTIONS(570), - [anon_sym_u03bb] = ACTIONS(570), - [anon_sym_u22ca] = ACTIONS(570), - [sym__endOfLine] = ACTIONS(570), + [aux_sym_number_token1] = ACTIONS(542), + [sym_fraction] = ACTIONS(544), + [anon_sym_Days] = ACTIONS(542), + [anon_sym_Months] = ACTIONS(542), + [anon_sym_MonthDays] = ACTIONS(542), + [anon_sym_LeanMonthDays] = ACTIONS(542), + [anon_sym_White] = ACTIONS(542), + [anon_sym_Black] = ACTIONS(542), + [anon_sym_Red] = ACTIONS(542), + [anon_sym_Orange] = ACTIONS(542), + [anon_sym_Yellow] = ACTIONS(542), + [anon_sym_Green] = ACTIONS(542), + [anon_sym_Cyan] = ACTIONS(542), + [anon_sym_Blue] = ACTIONS(542), + [anon_sym_Purple] = ACTIONS(542), + [anon_sym_Magenta] = ACTIONS(542), + [anon_sym_Gay] = ACTIONS(542), + [anon_sym_Lesbian] = ACTIONS(542), + [anon_sym_Bi] = ACTIONS(542), + [anon_sym_Trans] = ACTIONS(542), + [anon_sym_Pan] = ACTIONS(542), + [anon_sym_Ace] = ACTIONS(542), + [anon_sym_Aro] = ACTIONS(542), + [anon_sym_Aroace] = ACTIONS(542), + [anon_sym_Enby] = ACTIONS(542), + [anon_sym_Fluid] = ACTIONS(542), + [anon_sym_Queer] = ACTIONS(542), + [anon_sym_Agender] = ACTIONS(542), + [anon_sym_PrideFlags] = ACTIONS(542), + [anon_sym_PrideFlagNames] = ACTIONS(542), + [anon_sym_True] = ACTIONS(542), + [anon_sym_False] = ACTIONS(542), + [anon_sym_NULL] = ACTIONS(542), + [anon_sym_Logo] = ACTIONS(542), + [anon_sym_Lena] = ACTIONS(542), + [anon_sym_Music] = ACTIONS(542), + [anon_sym_Lorem] = ACTIONS(542), + [anon_sym_Os] = ACTIONS(542), + [anon_sym_Family] = ACTIONS(542), + [anon_sym_Arch] = ACTIONS(542), + [anon_sym_ExeExt] = ACTIONS(542), + [anon_sym_DllExt] = ACTIONS(542), + [anon_sym_Sep] = ACTIONS(542), + [anon_sym_ThisFile] = ACTIONS(542), + [anon_sym_ThisFileName] = ACTIONS(542), + [anon_sym_ThisFileDir] = ACTIONS(542), + [anon_sym_WorkingDir] = ACTIONS(542), + [anon_sym_NumProcs] = ACTIONS(542), + [anon_sym_Planets] = ACTIONS(542), + [anon_sym_Zodiac] = ACTIONS(542), + [anon_sym_Suits] = ACTIONS(542), + [anon_sym_Cards] = ACTIONS(542), + [anon_sym_Chess] = ACTIONS(542), + [anon_sym_Moon] = ACTIONS(542), + [anon_sym_Skin] = ACTIONS(542), + [anon_sym_People] = ACTIONS(542), + [anon_sym_Hair] = ACTIONS(542), + [anon_sym_Cat] = ACTIONS(542), + [aux_sym_character_token1] = ACTIONS(544), + [sym_string] = ACTIONS(544), + [sym_multiLineString] = ACTIONS(544), + [anon_sym_PIPE] = ACTIONS(544), + [sym_identifier] = ACTIONS(542), + [sym_identifierDeprecated] = ACTIONS(542), + [sym_system] = ACTIONS(544), + [sym_comment] = ACTIONS(542), + [sym_openParen] = ACTIONS(544), + [sym_closeParen] = ACTIONS(544), + [sym_openCurly] = ACTIONS(544), + [sym_closeCurly] = ACTIONS(544), + [sym_openBracket] = ACTIONS(542), + [sym_closeBracket] = ACTIONS(544), + [sym_underscore] = ACTIONS(544), + [anon_sym_CARET] = ACTIONS(544), + [anon_sym_SQUOTE] = ACTIONS(542), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(544), + [anon_sym_e] = ACTIONS(542), + [anon_sym_NaN] = ACTIONS(542), + [anon_sym_eta] = ACTIONS(544), + [anon_sym_u03b7] = ACTIONS(542), + [anon_sym_pi] = ACTIONS(542), + [anon_sym_u03c0] = ACTIONS(542), + [anon_sym_tau] = ACTIONS(544), + [anon_sym_u03c4] = ACTIONS(542), + [anon_sym_infinity] = ACTIONS(544), + [anon_sym_u221e] = ACTIONS(544), + [anon_sym_W] = ACTIONS(542), + [anon_sym_i] = ACTIONS(542), + [anon_sym_MaxInt] = ACTIONS(542), + [anon_sym_HexDigits] = ACTIONS(542), + [anon_sym_DOT] = ACTIONS(544), + [anon_sym_COMMA] = ACTIONS(544), + [anon_sym_COLON] = ACTIONS(544), + [anon_sym_u25cc] = ACTIONS(544), + [anon_sym_identity] = ACTIONS(544), + [anon_sym_id] = ACTIONS(542), + [anon_sym_u2218] = ACTIONS(544), + [anon_sym_not] = ACTIONS(544), + [anon_sym_u00ac] = ACTIONS(544), + [anon_sym_sign] = ACTIONS(542), + [anon_sym_u00b1] = ACTIONS(544), + [anon_sym_BQUOTE] = ACTIONS(544), + [anon_sym_u00af] = ACTIONS(542), + [anon_sym_absolutevalue] = ACTIONS(544), + [anon_sym_u2335] = ACTIONS(544), + [anon_sym_sqrt] = ACTIONS(544), + [anon_sym_u221a] = ACTIONS(544), + [anon_sym_sine] = ACTIONS(544), + [anon_sym_u25cb] = ACTIONS(544), + [anon_sym_u223f] = ACTIONS(544), + [anon_sym_floor] = ACTIONS(544), + [anon_sym_u230a] = ACTIONS(544), + [anon_sym_ceiling] = ACTIONS(544), + [anon_sym_u2308] = ACTIONS(544), + [anon_sym_round] = ACTIONS(544), + [anon_sym_u2045] = ACTIONS(544), + [anon_sym_EQ] = ACTIONS(544), + [anon_sym_BANG_EQ] = ACTIONS(544), + [anon_sym_u2260] = ACTIONS(544), + [anon_sym_LT] = ACTIONS(542), + [anon_sym_LT_EQ] = ACTIONS(544), + [anon_sym_u2264] = ACTIONS(544), + [anon_sym_GT] = ACTIONS(542), + [anon_sym_GT_EQ] = ACTIONS(544), + [anon_sym_u2265] = ACTIONS(544), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_STAR] = ACTIONS(544), + [anon_sym_u00d7] = ACTIONS(544), + [anon_sym_PERCENT] = ACTIONS(544), + [anon_sym_u00f7] = ACTIONS(544), + [anon_sym_modulus] = ACTIONS(544), + [anon_sym_u25ff] = ACTIONS(544), + [anon_sym_power] = ACTIONS(544), + [anon_sym_u207f] = ACTIONS(544), + [anon_sym_logarithm] = ACTIONS(544), + [anon_sym_u2099] = ACTIONS(544), + [anon_sym_minimum] = ACTIONS(544), + [anon_sym_u21a7] = ACTIONS(544), + [anon_sym_maximum] = ACTIONS(544), + [anon_sym_u21a5] = ACTIONS(544), + [anon_sym_atangent] = ACTIONS(544), + [anon_sym_u2220] = ACTIONS(544), + [anon_sym_length] = ACTIONS(544), + [anon_sym_u29fb] = ACTIONS(544), + [anon_sym_shape] = ACTIONS(544), + [anon_sym_u25b3] = ACTIONS(544), + [anon_sym_range] = ACTIONS(544), + [anon_sym_u21e1] = ACTIONS(544), + [anon_sym_first] = ACTIONS(544), + [anon_sym_u22a2] = ACTIONS(544), + [anon_sym_reverse] = ACTIONS(544), + [anon_sym_u21cc] = ACTIONS(544), + [anon_sym_deshape] = ACTIONS(544), + [anon_sym_u266d] = ACTIONS(544), + [anon_sym_bits] = ACTIONS(544), + [anon_sym_u22ef] = ACTIONS(544), + [anon_sym_transpose] = ACTIONS(544), + [anon_sym_u2349] = ACTIONS(544), + [anon_sym_rise] = ACTIONS(544), + [anon_sym_u234f] = ACTIONS(544), + [anon_sym_fall] = ACTIONS(544), + [anon_sym_u2356] = ACTIONS(544), + [anon_sym_where] = ACTIONS(544), + [anon_sym_u229a] = ACTIONS(544), + [anon_sym_classify] = ACTIONS(544), + [anon_sym_u229b] = ACTIONS(544), + [anon_sym_deduplicate] = ACTIONS(544), + [anon_sym_u25f4] = ACTIONS(544), + [anon_sym_box] = ACTIONS(544), + [anon_sym_u25a1] = ACTIONS(544), + [anon_sym_match] = ACTIONS(544), + [anon_sym_u224d] = ACTIONS(544), + [anon_sym_couple] = ACTIONS(544), + [anon_sym_u229f] = ACTIONS(544), + [anon_sym_join] = ACTIONS(544), + [anon_sym_u2282] = ACTIONS(544), + [anon_sym_select] = ACTIONS(544), + [anon_sym_u228f] = ACTIONS(544), + [anon_sym_pick] = ACTIONS(544), + [anon_sym_u22a1] = ACTIONS(544), + [anon_sym_reshape] = ACTIONS(544), + [anon_sym_u21af] = ACTIONS(544), + [anon_sym_take] = ACTIONS(544), + [anon_sym_u2199] = ACTIONS(544), + [anon_sym_drop] = ACTIONS(544), + [anon_sym_u2198] = ACTIONS(544), + [anon_sym_rotate] = ACTIONS(544), + [anon_sym_u21bb] = ACTIONS(544), + [anon_sym_windows] = ACTIONS(544), + [anon_sym_u25eb] = ACTIONS(544), + [anon_sym_keep] = ACTIONS(544), + [anon_sym_u25bd] = ACTIONS(544), + [anon_sym_find] = ACTIONS(544), + [anon_sym_u2315] = ACTIONS(544), + [anon_sym_indexof] = ACTIONS(544), + [anon_sym_u2297] = ACTIONS(544), + [anon_sym_assert] = ACTIONS(544), + [anon_sym_u2364] = ACTIONS(544), + [anon_sym_wait] = ACTIONS(544), + [anon_sym_parse] = ACTIONS(544), + [anon_sym_u22d5] = ACTIONS(544), + [anon_sym_random] = ACTIONS(544), + [anon_sym_u2682] = ACTIONS(544), + [anon_sym_gen] = ACTIONS(544), + [anon_sym_tag] = ACTIONS(544), + [anon_sym_now] = ACTIONS(544), + [anon_sym_type] = ACTIONS(544), + [anon_sym_u2e2e] = ACTIONS(544), + [anon_sym_dump] = ACTIONS(544), + [anon_sym_regex] = ACTIONS(544), + [anon_sym_send] = ACTIONS(544), + [anon_sym_recv] = ACTIONS(544), + [anon_sym_tryrecv] = ACTIONS(544), + [anon_sym_complex] = ACTIONS(544), + [anon_sym_u2102] = ACTIONS(544), + [anon_sym_rerank] = ACTIONS(544), + [anon_sym_u2607] = ACTIONS(544), + [anon_sym_fix] = ACTIONS(544), + [anon_sym_u00a4] = ACTIONS(544), + [anon_sym_QMARK] = ACTIONS(544), + [anon_sym_unique] = ACTIONS(544), + [anon_sym_u25f0] = ACTIONS(544), + [anon_sym_map] = ACTIONS(544), + [anon_sym_has] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_insert] = ACTIONS(544), + [anon_sym_remove] = ACTIONS(544), + [anon_sym_repr] = ACTIONS(544), + [anon_sym_mask] = ACTIONS(544), + [anon_sym_u29b7] = ACTIONS(544), + [anon_sym_csv] = ACTIONS(544), + [anon_sym_json] = ACTIONS(544), + [anon_sym_xlsx] = ACTIONS(544), + [anon_sym_memberOf] = ACTIONS(544), + [anon_sym_u2208] = ACTIONS(544), + [anon_sym_imen] = ACTIONS(544), + [anon_sym_gife] = ACTIONS(544), + [anon_sym_auden] = ACTIONS(544), + [anon_sym_utfu2088] = ACTIONS(544), + [anon_sym_datetime] = ACTIONS(544), + [anon_sym_choose] = ACTIONS(544), + [anon_sym_permute] = ACTIONS(544), + [anon_sym_orient] = ACTIONS(544), + [anon_sym_u2938] = ACTIONS(544), + [anon_sym_fft] = ACTIONS(544), + [anon_sym_graphemes] = ACTIONS(544), + [anon_sym_timezone] = ACTIONS(544), + [anon_sym_around] = ACTIONS(544), + [anon_sym_u2019] = ACTIONS(544), + [anon_sym_base] = ACTIONS(544), + [anon_sym_sort] = ACTIONS(544), + [anon_sym_u2346] = ACTIONS(544), + [anon_sym_last] = ACTIONS(544), + [anon_sym_u22a3] = ACTIONS(544), + [anon_sym_reduce] = ACTIONS(544), + [anon_sym_SLASH] = ACTIONS(544), + [anon_sym_scan] = ACTIONS(544), + [anon_sym_BSLASH] = ACTIONS(544), + [anon_sym_each] = ACTIONS(544), + [anon_sym_u2235] = ACTIONS(544), + [anon_sym_rows] = ACTIONS(544), + [anon_sym_u2261] = ACTIONS(544), + [anon_sym_repeat] = ACTIONS(544), + [anon_sym_u2365] = ACTIONS(544), + [anon_sym_dip] = ACTIONS(544), + [anon_sym_u2299] = ACTIONS(544), + [anon_sym_gap] = ACTIONS(544), + [anon_sym_u22c5] = ACTIONS(544), + [anon_sym_spawn] = ACTIONS(544), + [anon_sym_rectify] = ACTIONS(544), + [anon_sym_u2305] = ACTIONS(544), + [anon_sym_un] = ACTIONS(542), + [anon_sym_u00b0] = ACTIONS(544), + [anon_sym_on] = ACTIONS(542), + [anon_sym_u27dc] = ACTIONS(544), + [anon_sym_inventory] = ACTIONS(544), + [anon_sym_u235a] = ACTIONS(544), + [anon_sym_content] = ACTIONS(544), + [anon_sym_u25c7] = ACTIONS(544), + [anon_sym_pool] = ACTIONS(544), + [anon_sym_stringify] = ACTIONS(544), + [anon_sym_signature] = ACTIONS(544), + [anon_sym_triangle] = ACTIONS(544), + [anon_sym_u25f9] = ACTIONS(544), + [anon_sym_astar] = ACTIONS(544), + [anon_sym_with] = ACTIONS(544), + [anon_sym_u2919] = ACTIONS(544), + [anon_sym_off] = ACTIONS(544), + [anon_sym_u291a] = ACTIONS(544), + [anon_sym_above] = ACTIONS(544), + [anon_sym_u25e0] = ACTIONS(544), + [anon_sym_below] = ACTIONS(544), + [anon_sym_u25e1] = ACTIONS(544), + [anon_sym_anti] = ACTIONS(544), + [anon_sym_u231d] = ACTIONS(544), + [anon_sym_obverse] = ACTIONS(544), + [anon_sym_toples] = ACTIONS(544), + [anon_sym_u29c5] = ACTIONS(544), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(544), + [anon_sym_fold] = ACTIONS(544), + [anon_sym_u2227] = ACTIONS(544), + [anon_sym_table] = ACTIONS(544), + [anon_sym_u229e] = ACTIONS(544), + [anon_sym_group] = ACTIONS(544), + [anon_sym_u2295] = ACTIONS(544), + [anon_sym_partition] = ACTIONS(544), + [anon_sym_u229c] = ACTIONS(544), + [anon_sym_both] = ACTIONS(544), + [anon_sym_u2229] = ACTIONS(544), + [anon_sym_bracket] = ACTIONS(544), + [anon_sym_u2293] = ACTIONS(544), + [anon_sym_fork] = ACTIONS(544), + [anon_sym_u2283] = ACTIONS(544), + [anon_sym_under] = ACTIONS(544), + [anon_sym_u235c] = ACTIONS(544), + [anon_sym_fill] = ACTIONS(544), + [anon_sym_u2b1a] = ACTIONS(544), + [anon_sym_try] = ACTIONS(542), + [anon_sym_u2363] = ACTIONS(544), + [anon_sym_do] = ACTIONS(542), + [anon_sym_u2362] = ACTIONS(544), + [anon_sym_f] = ACTIONS(542), + [anon_sym_by] = ACTIONS(542), + [anon_sym_u22b8] = ACTIONS(544), + [anon_sym_quote] = ACTIONS(544), + [anon_sym_u2765] = ACTIONS(544), + [anon_sym_u2192] = ACTIONS(544), + [anon_sym_u2237] = ACTIONS(544), + [anon_sym_u00b7] = ACTIONS(544), + [anon_sym_u235b] = ACTIONS(544), + [anon_sym_u2302] = ACTIONS(544), + [anon_sym_u21b0] = ACTIONS(544), + [anon_sym_unpack] = ACTIONS(544), + [anon_sym_u2290] = ACTIONS(544), + [anon_sym_u229d] = ACTIONS(544), + [anon_sym_cross] = ACTIONS(544), + [anon_sym_u22a0] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(544), + [anon_sym_deal] = ACTIONS(544), + [anon_sym_member] = ACTIONS(542), + [anon_sym_u220a] = ACTIONS(544), + [anon_sym_coordinate] = ACTIONS(544), + [anon_sym_u27d4] = ACTIONS(544), + [anon_sym_u03bb] = ACTIONS(544), + [anon_sym_u22ca] = ACTIONS(544), + [anon_sym_chunk] = ACTIONS(544), + [anon_sym_u2444] = ACTIONS(544), + [anon_sym_setinv] = ACTIONS(544), + [anon_sym_setund] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [sym__endOfLine] = ACTIONS(544), }, [98] = { - [aux_sym_number_token1] = ACTIONS(572), - [sym_fraction] = ACTIONS(574), - [anon_sym_Days] = ACTIONS(572), - [anon_sym_Months] = ACTIONS(572), - [anon_sym_MonthDays] = ACTIONS(572), - [anon_sym_LeanMonthDays] = ACTIONS(572), - [anon_sym_White] = ACTIONS(572), - [anon_sym_Black] = ACTIONS(572), - [anon_sym_Red] = ACTIONS(572), - [anon_sym_Orange] = ACTIONS(572), - [anon_sym_Yellow] = ACTIONS(572), - [anon_sym_Green] = ACTIONS(572), - [anon_sym_Cyan] = ACTIONS(572), - [anon_sym_Blue] = ACTIONS(572), - [anon_sym_Purple] = ACTIONS(572), - [anon_sym_Magenta] = ACTIONS(572), - [anon_sym_Gay] = ACTIONS(572), - [anon_sym_Lesbian] = ACTIONS(572), - [anon_sym_Bi] = ACTIONS(572), - [anon_sym_Trans] = ACTIONS(572), - [anon_sym_Pan] = ACTIONS(572), - [anon_sym_Ace] = ACTIONS(572), - [anon_sym_Aro] = ACTIONS(572), - [anon_sym_Aroace] = ACTIONS(572), - [anon_sym_Enby] = ACTIONS(572), - [anon_sym_Fluid] = ACTIONS(572), - [anon_sym_Queer] = ACTIONS(572), - [anon_sym_Agender] = ACTIONS(572), - [anon_sym_PrideFlags] = ACTIONS(572), - [anon_sym_PrideFlagNames] = ACTIONS(572), - [anon_sym_True] = ACTIONS(572), - [anon_sym_False] = ACTIONS(572), - [anon_sym_NULL] = ACTIONS(572), - [anon_sym_Logo] = ACTIONS(572), - [anon_sym_Lena] = ACTIONS(572), - [anon_sym_Music] = ACTIONS(572), - [anon_sym_Lorem] = ACTIONS(572), - [anon_sym_Os] = ACTIONS(572), - [anon_sym_Family] = ACTIONS(572), - [anon_sym_Arch] = ACTIONS(572), - [anon_sym_ExeExt] = ACTIONS(572), - [anon_sym_DllExt] = ACTIONS(572), - [anon_sym_Sep] = ACTIONS(572), - [anon_sym_ThisFile] = ACTIONS(572), - [anon_sym_ThisFileName] = ACTIONS(572), - [anon_sym_ThisFileDir] = ACTIONS(572), - [anon_sym_WorkingDir] = ACTIONS(572), - [anon_sym_NumProcs] = ACTIONS(572), - [anon_sym_Planets] = ACTIONS(572), - [anon_sym_Zodiac] = ACTIONS(572), - [anon_sym_Suits] = ACTIONS(572), - [anon_sym_Cards] = ACTIONS(572), - [anon_sym_Chess] = ACTIONS(572), - [anon_sym_Moon] = ACTIONS(572), - [anon_sym_Skin] = ACTIONS(572), - [anon_sym_People] = ACTIONS(572), - [anon_sym_Hair] = ACTIONS(572), - [aux_sym_character_token1] = ACTIONS(574), - [sym_string] = ACTIONS(574), - [sym_multiLineString] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [sym_identifier] = ACTIONS(572), - [sym_identifierDeprecated] = ACTIONS(572), - [sym_system] = ACTIONS(574), - [sym_comment] = ACTIONS(572), - [sym_openParen] = ACTIONS(574), - [sym_closeParen] = ACTIONS(574), - [sym_openCurly] = ACTIONS(574), - [sym_closeCurly] = ACTIONS(574), - [sym_openBracket] = ACTIONS(574), - [sym_closeBracket] = ACTIONS(574), - [sym_underscore] = ACTIONS(574), - [anon_sym_CARET] = ACTIONS(574), - [anon_sym_SQUOTE] = ACTIONS(572), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(574), - [anon_sym_e] = ACTIONS(572), - [anon_sym_NaN] = ACTIONS(572), - [anon_sym_eta] = ACTIONS(574), - [anon_sym_u03b7] = ACTIONS(572), - [anon_sym_pi] = ACTIONS(572), - [anon_sym_u03c0] = ACTIONS(572), - [anon_sym_tau] = ACTIONS(574), - [anon_sym_u03c4] = ACTIONS(572), - [anon_sym_infinity] = ACTIONS(574), - [anon_sym_u221e] = ACTIONS(574), - [anon_sym_W] = ACTIONS(572), - [anon_sym_i] = ACTIONS(572), - [anon_sym_MaxInt] = ACTIONS(572), - [anon_sym_HexDigits] = ACTIONS(572), - [anon_sym_DOT] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(574), - [anon_sym_COLON] = ACTIONS(574), - [anon_sym_u25cc] = ACTIONS(574), - [anon_sym_identity] = ACTIONS(574), - [anon_sym_id] = ACTIONS(572), - [anon_sym_u2218] = ACTIONS(574), - [anon_sym_not] = ACTIONS(574), - [anon_sym_u00ac] = ACTIONS(574), - [anon_sym_sign] = ACTIONS(572), - [anon_sym_u00b1] = ACTIONS(574), - [anon_sym_BQUOTE] = ACTIONS(574), - [anon_sym_u00af] = ACTIONS(572), - [anon_sym_absolutevalue] = ACTIONS(574), - [anon_sym_u2335] = ACTIONS(574), - [anon_sym_sqrt] = ACTIONS(574), - [anon_sym_u221a] = ACTIONS(574), - [anon_sym_sine] = ACTIONS(574), - [anon_sym_u25cb] = ACTIONS(574), - [anon_sym_u223f] = ACTIONS(574), - [anon_sym_floor] = ACTIONS(574), - [anon_sym_u230a] = ACTIONS(574), - [anon_sym_ceiling] = ACTIONS(574), - [anon_sym_u2308] = ACTIONS(574), - [anon_sym_round] = ACTIONS(574), - [anon_sym_u2045] = ACTIONS(574), - [anon_sym_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_u2260] = ACTIONS(574), - [anon_sym_LT] = ACTIONS(572), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_u2264] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(572), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_u2265] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_u00d7] = ACTIONS(574), - [anon_sym_PERCENT] = ACTIONS(574), - [anon_sym_u00f7] = ACTIONS(574), - [anon_sym_modulus] = ACTIONS(574), - [anon_sym_u25ff] = ACTIONS(574), - [anon_sym_power] = ACTIONS(574), - [anon_sym_u207f] = ACTIONS(574), - [anon_sym_logarithm] = ACTIONS(574), - [anon_sym_u2099] = ACTIONS(574), - [anon_sym_minimum] = ACTIONS(574), - [anon_sym_u21a7] = ACTIONS(574), - [anon_sym_maximum] = ACTIONS(574), - [anon_sym_u21a5] = ACTIONS(574), - [anon_sym_atangent] = ACTIONS(574), - [anon_sym_u2220] = ACTIONS(574), - [anon_sym_length] = ACTIONS(574), - [anon_sym_u29fb] = ACTIONS(574), - [anon_sym_shape] = ACTIONS(574), - [anon_sym_u25b3] = ACTIONS(574), - [anon_sym_range] = ACTIONS(574), - [anon_sym_u21e1] = ACTIONS(574), - [anon_sym_first] = ACTIONS(574), - [anon_sym_u22a2] = ACTIONS(574), - [anon_sym_reverse] = ACTIONS(574), - [anon_sym_u21cc] = ACTIONS(574), - [anon_sym_deshape] = ACTIONS(574), - [anon_sym_u266d] = ACTIONS(574), - [anon_sym_bits] = ACTIONS(574), - [anon_sym_u22ef] = ACTIONS(574), - [anon_sym_transpose] = ACTIONS(574), - [anon_sym_u2349] = ACTIONS(574), - [anon_sym_rise] = ACTIONS(574), - [anon_sym_u234f] = ACTIONS(574), - [anon_sym_fall] = ACTIONS(574), - [anon_sym_u2356] = ACTIONS(574), - [anon_sym_where] = ACTIONS(574), - [anon_sym_u229a] = ACTIONS(574), - [anon_sym_classify] = ACTIONS(574), - [anon_sym_u229b] = ACTIONS(574), - [anon_sym_deduplicate] = ACTIONS(574), - [anon_sym_u25f4] = ACTIONS(574), - [anon_sym_box] = ACTIONS(574), - [anon_sym_u25a1] = ACTIONS(574), - [anon_sym_match] = ACTIONS(574), - [anon_sym_u224d] = ACTIONS(574), - [anon_sym_couple] = ACTIONS(574), - [anon_sym_u229f] = ACTIONS(574), - [anon_sym_join] = ACTIONS(574), - [anon_sym_u2282] = ACTIONS(574), - [anon_sym_select] = ACTIONS(574), - [anon_sym_u228f] = ACTIONS(574), - [anon_sym_pick] = ACTIONS(574), - [anon_sym_u22a1] = ACTIONS(574), - [anon_sym_reshape] = ACTIONS(574), - [anon_sym_u21af] = ACTIONS(574), - [anon_sym_take] = ACTIONS(574), - [anon_sym_u2199] = ACTIONS(574), - [anon_sym_drop] = ACTIONS(574), - [anon_sym_u2198] = ACTIONS(574), - [anon_sym_rotate] = ACTIONS(574), - [anon_sym_u21bb] = ACTIONS(574), - [anon_sym_windows] = ACTIONS(574), - [anon_sym_u25eb] = ACTIONS(574), - [anon_sym_keep] = ACTIONS(574), - [anon_sym_u25bd] = ACTIONS(574), - [anon_sym_find] = ACTIONS(574), - [anon_sym_u2315] = ACTIONS(574), - [anon_sym_indexof] = ACTIONS(574), - [anon_sym_u2297] = ACTIONS(574), - [anon_sym_assert] = ACTIONS(574), - [anon_sym_u2364] = ACTIONS(574), - [anon_sym_wait] = ACTIONS(574), - [anon_sym_parse] = ACTIONS(574), - [anon_sym_u22d5] = ACTIONS(574), - [anon_sym_random] = ACTIONS(574), - [anon_sym_u2682] = ACTIONS(574), - [anon_sym_gen] = ACTIONS(574), - [anon_sym_tag] = ACTIONS(574), - [anon_sym_now] = ACTIONS(574), - [anon_sym_type] = ACTIONS(574), - [anon_sym_u2e2e] = ACTIONS(574), - [anon_sym_dump] = ACTIONS(574), - [anon_sym_regex] = ACTIONS(574), - [anon_sym_send] = ACTIONS(574), - [anon_sym_recv] = ACTIONS(574), - [anon_sym_tryrecv] = ACTIONS(574), - [anon_sym_complex] = ACTIONS(574), - [anon_sym_u2102] = ACTIONS(574), - [anon_sym_rerank] = ACTIONS(574), - [anon_sym_u2607] = ACTIONS(574), - [anon_sym_fix] = ACTIONS(574), - [anon_sym_u00a4] = ACTIONS(574), - [anon_sym_QMARK] = ACTIONS(574), - [anon_sym_unique] = ACTIONS(574), - [anon_sym_u25f0] = ACTIONS(574), - [anon_sym_map] = ACTIONS(574), - [anon_sym_has] = ACTIONS(574), - [anon_sym_get] = ACTIONS(574), - [anon_sym_insert] = ACTIONS(574), - [anon_sym_remove] = ACTIONS(574), - [anon_sym_repr] = ACTIONS(574), - [anon_sym_mask] = ACTIONS(574), - [anon_sym_u29b7] = ACTIONS(574), - [anon_sym_csv] = ACTIONS(574), - [anon_sym_json] = ACTIONS(574), - [anon_sym_xlsx] = ACTIONS(574), - [anon_sym_memberOf] = ACTIONS(574), - [anon_sym_u2208] = ACTIONS(574), - [anon_sym_imen] = ACTIONS(574), - [anon_sym_gife] = ACTIONS(574), - [anon_sym_auden] = ACTIONS(574), - [anon_sym_utfu2088] = ACTIONS(574), - [anon_sym_datetime] = ACTIONS(574), - [anon_sym_chunk] = ACTIONS(574), - [anon_sym_u2444] = ACTIONS(574), - [anon_sym_choose] = ACTIONS(574), - [anon_sym_permute] = ACTIONS(574), - [anon_sym_orient] = ACTIONS(574), - [anon_sym_fft] = ACTIONS(574), - [anon_sym_reduce] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_scan] = ACTIONS(574), - [anon_sym_BSLASH] = ACTIONS(574), - [anon_sym_each] = ACTIONS(574), - [anon_sym_u2235] = ACTIONS(574), - [anon_sym_rows] = ACTIONS(574), - [anon_sym_u2261] = ACTIONS(574), - [anon_sym_repeat] = ACTIONS(574), - [anon_sym_u2365] = ACTIONS(574), - [anon_sym_dip] = ACTIONS(574), - [anon_sym_u2299] = ACTIONS(574), - [anon_sym_gap] = ACTIONS(574), - [anon_sym_u22c5] = ACTIONS(574), - [anon_sym_spawn] = ACTIONS(574), - [anon_sym_rectify] = ACTIONS(574), - [anon_sym_u2305] = ACTIONS(574), - [anon_sym_un] = ACTIONS(572), - [anon_sym_u00b0] = ACTIONS(574), - [anon_sym_on] = ACTIONS(572), - [anon_sym_u27dc] = ACTIONS(574), - [anon_sym_inventory] = ACTIONS(574), - [anon_sym_u235a] = ACTIONS(574), - [anon_sym_content] = ACTIONS(574), - [anon_sym_u25c7] = ACTIONS(574), - [anon_sym_pool] = ACTIONS(574), - [anon_sym_stringify] = ACTIONS(574), - [anon_sym_signature] = ACTIONS(574), - [anon_sym_triangle] = ACTIONS(574), - [anon_sym_u25f9] = ACTIONS(574), - [anon_sym_astar] = ACTIONS(574), - [anon_sym_but] = ACTIONS(574), - [anon_sym_u2919] = ACTIONS(574), - [anon_sym_with] = ACTIONS(574), - [anon_sym_u291a] = ACTIONS(574), - [anon_sym_above] = ACTIONS(574), - [anon_sym_u25e0] = ACTIONS(574), - [anon_sym_below] = ACTIONS(574), - [anon_sym_u25e1] = ACTIONS(574), - [anon_sym_fold] = ACTIONS(574), - [anon_sym_u2227] = ACTIONS(574), - [anon_sym_table] = ACTIONS(574), - [anon_sym_u229e] = ACTIONS(574), - [anon_sym_group] = ACTIONS(574), - [anon_sym_u2295] = ACTIONS(574), - [anon_sym_partition] = ACTIONS(574), - [anon_sym_u229c] = ACTIONS(574), - [anon_sym_both] = ACTIONS(574), - [anon_sym_u2229] = ACTIONS(574), - [anon_sym_bracket] = ACTIONS(574), - [anon_sym_u2293] = ACTIONS(574), - [anon_sym_fork] = ACTIONS(574), - [anon_sym_u2283] = ACTIONS(574), - [anon_sym_under] = ACTIONS(574), - [anon_sym_u235c] = ACTIONS(574), - [anon_sym_fill] = ACTIONS(574), - [anon_sym_u2b1a] = ACTIONS(574), - [anon_sym_try] = ACTIONS(572), - [anon_sym_u2363] = ACTIONS(574), - [anon_sym_do] = ACTIONS(572), - [anon_sym_u2362] = ACTIONS(574), - [anon_sym_setinv] = ACTIONS(574), - [anon_sym_setunder] = ACTIONS(574), - [anon_sym_f] = ACTIONS(572), - [anon_sym_by] = ACTIONS(572), - [anon_sym_u22b8] = ACTIONS(574), - [anon_sym_quote] = ACTIONS(574), - [anon_sym_struct] = ACTIONS(574), - [anon_sym_u2765] = ACTIONS(574), - [anon_sym_u2192] = ACTIONS(574), - [anon_sym_u2237] = ACTIONS(574), - [anon_sym_u00b7] = ACTIONS(574), - [anon_sym_u235b] = ACTIONS(574), - [anon_sym_u2302] = ACTIONS(574), - [anon_sym_u21b0] = ACTIONS(574), - [anon_sym_unpack] = ACTIONS(574), - [anon_sym_u2290] = ACTIONS(574), - [anon_sym_u229d] = ACTIONS(574), - [anon_sym_cross] = ACTIONS(574), - [anon_sym_u22a0] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_deal] = ACTIONS(574), - [anon_sym_strands] = ACTIONS(574), - [anon_sym_u203f] = ACTIONS(574), - [anon_sym_member] = ACTIONS(572), - [anon_sym_u220a] = ACTIONS(574), - [anon_sym_coordinate] = ACTIONS(574), - [anon_sym_u27d4] = ACTIONS(574), - [anon_sym_u03bb] = ACTIONS(574), - [anon_sym_u22ca] = ACTIONS(574), - [sym__endOfLine] = ACTIONS(574), + [aux_sym_number_token1] = ACTIONS(546), + [sym_fraction] = ACTIONS(548), + [anon_sym_Days] = ACTIONS(546), + [anon_sym_Months] = ACTIONS(546), + [anon_sym_MonthDays] = ACTIONS(546), + [anon_sym_LeanMonthDays] = ACTIONS(546), + [anon_sym_White] = ACTIONS(546), + [anon_sym_Black] = ACTIONS(546), + [anon_sym_Red] = ACTIONS(546), + [anon_sym_Orange] = ACTIONS(546), + [anon_sym_Yellow] = ACTIONS(546), + [anon_sym_Green] = ACTIONS(546), + [anon_sym_Cyan] = ACTIONS(546), + [anon_sym_Blue] = ACTIONS(546), + [anon_sym_Purple] = ACTIONS(546), + [anon_sym_Magenta] = ACTIONS(546), + [anon_sym_Gay] = ACTIONS(546), + [anon_sym_Lesbian] = ACTIONS(546), + [anon_sym_Bi] = ACTIONS(546), + [anon_sym_Trans] = ACTIONS(546), + [anon_sym_Pan] = ACTIONS(546), + [anon_sym_Ace] = ACTIONS(546), + [anon_sym_Aro] = ACTIONS(546), + [anon_sym_Aroace] = ACTIONS(546), + [anon_sym_Enby] = ACTIONS(546), + [anon_sym_Fluid] = ACTIONS(546), + [anon_sym_Queer] = ACTIONS(546), + [anon_sym_Agender] = ACTIONS(546), + [anon_sym_PrideFlags] = ACTIONS(546), + [anon_sym_PrideFlagNames] = ACTIONS(546), + [anon_sym_True] = ACTIONS(546), + [anon_sym_False] = ACTIONS(546), + [anon_sym_NULL] = ACTIONS(546), + [anon_sym_Logo] = ACTIONS(546), + [anon_sym_Lena] = ACTIONS(546), + [anon_sym_Music] = ACTIONS(546), + [anon_sym_Lorem] = ACTIONS(546), + [anon_sym_Os] = ACTIONS(546), + [anon_sym_Family] = ACTIONS(546), + [anon_sym_Arch] = ACTIONS(546), + [anon_sym_ExeExt] = ACTIONS(546), + [anon_sym_DllExt] = ACTIONS(546), + [anon_sym_Sep] = ACTIONS(546), + [anon_sym_ThisFile] = ACTIONS(546), + [anon_sym_ThisFileName] = ACTIONS(546), + [anon_sym_ThisFileDir] = ACTIONS(546), + [anon_sym_WorkingDir] = ACTIONS(546), + [anon_sym_NumProcs] = ACTIONS(546), + [anon_sym_Planets] = ACTIONS(546), + [anon_sym_Zodiac] = ACTIONS(546), + [anon_sym_Suits] = ACTIONS(546), + [anon_sym_Cards] = ACTIONS(546), + [anon_sym_Chess] = ACTIONS(546), + [anon_sym_Moon] = ACTIONS(546), + [anon_sym_Skin] = ACTIONS(546), + [anon_sym_People] = ACTIONS(546), + [anon_sym_Hair] = ACTIONS(546), + [anon_sym_Cat] = ACTIONS(546), + [aux_sym_character_token1] = ACTIONS(548), + [sym_string] = ACTIONS(548), + [sym_multiLineString] = ACTIONS(548), + [anon_sym_PIPE] = ACTIONS(548), + [sym_identifier] = ACTIONS(546), + [sym_identifierDeprecated] = ACTIONS(546), + [sym_system] = ACTIONS(548), + [sym_comment] = ACTIONS(546), + [sym_openParen] = ACTIONS(548), + [sym_closeParen] = ACTIONS(548), + [sym_openCurly] = ACTIONS(548), + [sym_closeCurly] = ACTIONS(548), + [sym_openBracket] = ACTIONS(546), + [sym_closeBracket] = ACTIONS(548), + [sym_underscore] = ACTIONS(548), + [anon_sym_CARET] = ACTIONS(548), + [anon_sym_SQUOTE] = ACTIONS(546), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(548), + [anon_sym_e] = ACTIONS(546), + [anon_sym_NaN] = ACTIONS(546), + [anon_sym_eta] = ACTIONS(548), + [anon_sym_u03b7] = ACTIONS(546), + [anon_sym_pi] = ACTIONS(546), + [anon_sym_u03c0] = ACTIONS(546), + [anon_sym_tau] = ACTIONS(548), + [anon_sym_u03c4] = ACTIONS(546), + [anon_sym_infinity] = ACTIONS(548), + [anon_sym_u221e] = ACTIONS(548), + [anon_sym_W] = ACTIONS(546), + [anon_sym_i] = ACTIONS(546), + [anon_sym_MaxInt] = ACTIONS(546), + [anon_sym_HexDigits] = ACTIONS(546), + [anon_sym_DOT] = ACTIONS(548), + [anon_sym_COMMA] = ACTIONS(548), + [anon_sym_COLON] = ACTIONS(548), + [anon_sym_u25cc] = ACTIONS(548), + [anon_sym_identity] = ACTIONS(548), + [anon_sym_id] = ACTIONS(546), + [anon_sym_u2218] = ACTIONS(548), + [anon_sym_not] = ACTIONS(548), + [anon_sym_u00ac] = ACTIONS(548), + [anon_sym_sign] = ACTIONS(546), + [anon_sym_u00b1] = ACTIONS(548), + [anon_sym_BQUOTE] = ACTIONS(548), + [anon_sym_u00af] = ACTIONS(546), + [anon_sym_absolutevalue] = ACTIONS(548), + [anon_sym_u2335] = ACTIONS(548), + [anon_sym_sqrt] = ACTIONS(548), + [anon_sym_u221a] = ACTIONS(548), + [anon_sym_sine] = ACTIONS(548), + [anon_sym_u25cb] = ACTIONS(548), + [anon_sym_u223f] = ACTIONS(548), + [anon_sym_floor] = ACTIONS(548), + [anon_sym_u230a] = ACTIONS(548), + [anon_sym_ceiling] = ACTIONS(548), + [anon_sym_u2308] = ACTIONS(548), + [anon_sym_round] = ACTIONS(548), + [anon_sym_u2045] = ACTIONS(548), + [anon_sym_EQ] = ACTIONS(548), + [anon_sym_BANG_EQ] = ACTIONS(548), + [anon_sym_u2260] = ACTIONS(548), + [anon_sym_LT] = ACTIONS(546), + [anon_sym_LT_EQ] = ACTIONS(548), + [anon_sym_u2264] = ACTIONS(548), + [anon_sym_GT] = ACTIONS(546), + [anon_sym_GT_EQ] = ACTIONS(548), + [anon_sym_u2265] = ACTIONS(548), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_STAR] = ACTIONS(548), + [anon_sym_u00d7] = ACTIONS(548), + [anon_sym_PERCENT] = ACTIONS(548), + [anon_sym_u00f7] = ACTIONS(548), + [anon_sym_modulus] = ACTIONS(548), + [anon_sym_u25ff] = ACTIONS(548), + [anon_sym_power] = ACTIONS(548), + [anon_sym_u207f] = ACTIONS(548), + [anon_sym_logarithm] = ACTIONS(548), + [anon_sym_u2099] = ACTIONS(548), + [anon_sym_minimum] = ACTIONS(548), + [anon_sym_u21a7] = ACTIONS(548), + [anon_sym_maximum] = ACTIONS(548), + [anon_sym_u21a5] = ACTIONS(548), + [anon_sym_atangent] = ACTIONS(548), + [anon_sym_u2220] = ACTIONS(548), + [anon_sym_length] = ACTIONS(548), + [anon_sym_u29fb] = ACTIONS(548), + [anon_sym_shape] = ACTIONS(548), + [anon_sym_u25b3] = ACTIONS(548), + [anon_sym_range] = ACTIONS(548), + [anon_sym_u21e1] = ACTIONS(548), + [anon_sym_first] = ACTIONS(548), + [anon_sym_u22a2] = ACTIONS(548), + [anon_sym_reverse] = ACTIONS(548), + [anon_sym_u21cc] = ACTIONS(548), + [anon_sym_deshape] = ACTIONS(548), + [anon_sym_u266d] = ACTIONS(548), + [anon_sym_bits] = ACTIONS(548), + [anon_sym_u22ef] = ACTIONS(548), + [anon_sym_transpose] = ACTIONS(548), + [anon_sym_u2349] = ACTIONS(548), + [anon_sym_rise] = ACTIONS(548), + [anon_sym_u234f] = ACTIONS(548), + [anon_sym_fall] = ACTIONS(548), + [anon_sym_u2356] = ACTIONS(548), + [anon_sym_where] = ACTIONS(548), + [anon_sym_u229a] = ACTIONS(548), + [anon_sym_classify] = ACTIONS(548), + [anon_sym_u229b] = ACTIONS(548), + [anon_sym_deduplicate] = ACTIONS(548), + [anon_sym_u25f4] = ACTIONS(548), + [anon_sym_box] = ACTIONS(548), + [anon_sym_u25a1] = ACTIONS(548), + [anon_sym_match] = ACTIONS(548), + [anon_sym_u224d] = ACTIONS(548), + [anon_sym_couple] = ACTIONS(548), + [anon_sym_u229f] = ACTIONS(548), + [anon_sym_join] = ACTIONS(548), + [anon_sym_u2282] = ACTIONS(548), + [anon_sym_select] = ACTIONS(548), + [anon_sym_u228f] = ACTIONS(548), + [anon_sym_pick] = ACTIONS(548), + [anon_sym_u22a1] = ACTIONS(548), + [anon_sym_reshape] = ACTIONS(548), + [anon_sym_u21af] = ACTIONS(548), + [anon_sym_take] = ACTIONS(548), + [anon_sym_u2199] = ACTIONS(548), + [anon_sym_drop] = ACTIONS(548), + [anon_sym_u2198] = ACTIONS(548), + [anon_sym_rotate] = ACTIONS(548), + [anon_sym_u21bb] = ACTIONS(548), + [anon_sym_windows] = ACTIONS(548), + [anon_sym_u25eb] = ACTIONS(548), + [anon_sym_keep] = ACTIONS(548), + [anon_sym_u25bd] = ACTIONS(548), + [anon_sym_find] = ACTIONS(548), + [anon_sym_u2315] = ACTIONS(548), + [anon_sym_indexof] = ACTIONS(548), + [anon_sym_u2297] = ACTIONS(548), + [anon_sym_assert] = ACTIONS(548), + [anon_sym_u2364] = ACTIONS(548), + [anon_sym_wait] = ACTIONS(548), + [anon_sym_parse] = ACTIONS(548), + [anon_sym_u22d5] = ACTIONS(548), + [anon_sym_random] = ACTIONS(548), + [anon_sym_u2682] = ACTIONS(548), + [anon_sym_gen] = ACTIONS(548), + [anon_sym_tag] = ACTIONS(548), + [anon_sym_now] = ACTIONS(548), + [anon_sym_type] = ACTIONS(548), + [anon_sym_u2e2e] = ACTIONS(548), + [anon_sym_dump] = ACTIONS(548), + [anon_sym_regex] = ACTIONS(548), + [anon_sym_send] = ACTIONS(548), + [anon_sym_recv] = ACTIONS(548), + [anon_sym_tryrecv] = ACTIONS(548), + [anon_sym_complex] = ACTIONS(548), + [anon_sym_u2102] = ACTIONS(548), + [anon_sym_rerank] = ACTIONS(548), + [anon_sym_u2607] = ACTIONS(548), + [anon_sym_fix] = ACTIONS(548), + [anon_sym_u00a4] = ACTIONS(548), + [anon_sym_QMARK] = ACTIONS(548), + [anon_sym_unique] = ACTIONS(548), + [anon_sym_u25f0] = ACTIONS(548), + [anon_sym_map] = ACTIONS(548), + [anon_sym_has] = ACTIONS(548), + [anon_sym_get] = ACTIONS(548), + [anon_sym_insert] = ACTIONS(548), + [anon_sym_remove] = ACTIONS(548), + [anon_sym_repr] = ACTIONS(548), + [anon_sym_mask] = ACTIONS(548), + [anon_sym_u29b7] = ACTIONS(548), + [anon_sym_csv] = ACTIONS(548), + [anon_sym_json] = ACTIONS(548), + [anon_sym_xlsx] = ACTIONS(548), + [anon_sym_memberOf] = ACTIONS(548), + [anon_sym_u2208] = ACTIONS(548), + [anon_sym_imen] = ACTIONS(548), + [anon_sym_gife] = ACTIONS(548), + [anon_sym_auden] = ACTIONS(548), + [anon_sym_utfu2088] = ACTIONS(548), + [anon_sym_datetime] = ACTIONS(548), + [anon_sym_choose] = ACTIONS(548), + [anon_sym_permute] = ACTIONS(548), + [anon_sym_orient] = ACTIONS(548), + [anon_sym_u2938] = ACTIONS(548), + [anon_sym_fft] = ACTIONS(548), + [anon_sym_graphemes] = ACTIONS(548), + [anon_sym_timezone] = ACTIONS(548), + [anon_sym_around] = ACTIONS(548), + [anon_sym_u2019] = ACTIONS(548), + [anon_sym_base] = ACTIONS(548), + [anon_sym_sort] = ACTIONS(548), + [anon_sym_u2346] = ACTIONS(548), + [anon_sym_last] = ACTIONS(548), + [anon_sym_u22a3] = ACTIONS(548), + [anon_sym_reduce] = ACTIONS(548), + [anon_sym_SLASH] = ACTIONS(548), + [anon_sym_scan] = ACTIONS(548), + [anon_sym_BSLASH] = ACTIONS(548), + [anon_sym_each] = ACTIONS(548), + [anon_sym_u2235] = ACTIONS(548), + [anon_sym_rows] = ACTIONS(548), + [anon_sym_u2261] = ACTIONS(548), + [anon_sym_repeat] = ACTIONS(548), + [anon_sym_u2365] = ACTIONS(548), + [anon_sym_dip] = ACTIONS(548), + [anon_sym_u2299] = ACTIONS(548), + [anon_sym_gap] = ACTIONS(548), + [anon_sym_u22c5] = ACTIONS(548), + [anon_sym_spawn] = ACTIONS(548), + [anon_sym_rectify] = ACTIONS(548), + [anon_sym_u2305] = ACTIONS(548), + [anon_sym_un] = ACTIONS(546), + [anon_sym_u00b0] = ACTIONS(548), + [anon_sym_on] = ACTIONS(546), + [anon_sym_u27dc] = ACTIONS(548), + [anon_sym_inventory] = ACTIONS(548), + [anon_sym_u235a] = ACTIONS(548), + [anon_sym_content] = ACTIONS(548), + [anon_sym_u25c7] = ACTIONS(548), + [anon_sym_pool] = ACTIONS(548), + [anon_sym_stringify] = ACTIONS(548), + [anon_sym_signature] = ACTIONS(548), + [anon_sym_triangle] = ACTIONS(548), + [anon_sym_u25f9] = ACTIONS(548), + [anon_sym_astar] = ACTIONS(548), + [anon_sym_with] = ACTIONS(548), + [anon_sym_u2919] = ACTIONS(548), + [anon_sym_off] = ACTIONS(548), + [anon_sym_u291a] = ACTIONS(548), + [anon_sym_above] = ACTIONS(548), + [anon_sym_u25e0] = ACTIONS(548), + [anon_sym_below] = ACTIONS(548), + [anon_sym_u25e1] = ACTIONS(548), + [anon_sym_anti] = ACTIONS(548), + [anon_sym_u231d] = ACTIONS(548), + [anon_sym_obverse] = ACTIONS(548), + [anon_sym_toples] = ACTIONS(548), + [anon_sym_u29c5] = ACTIONS(548), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(548), + [anon_sym_fold] = ACTIONS(548), + [anon_sym_u2227] = ACTIONS(548), + [anon_sym_table] = ACTIONS(548), + [anon_sym_u229e] = ACTIONS(548), + [anon_sym_group] = ACTIONS(548), + [anon_sym_u2295] = ACTIONS(548), + [anon_sym_partition] = ACTIONS(548), + [anon_sym_u229c] = ACTIONS(548), + [anon_sym_both] = ACTIONS(548), + [anon_sym_u2229] = ACTIONS(548), + [anon_sym_bracket] = ACTIONS(548), + [anon_sym_u2293] = ACTIONS(548), + [anon_sym_fork] = ACTIONS(548), + [anon_sym_u2283] = ACTIONS(548), + [anon_sym_under] = ACTIONS(548), + [anon_sym_u235c] = ACTIONS(548), + [anon_sym_fill] = ACTIONS(548), + [anon_sym_u2b1a] = ACTIONS(548), + [anon_sym_try] = ACTIONS(546), + [anon_sym_u2363] = ACTIONS(548), + [anon_sym_do] = ACTIONS(546), + [anon_sym_u2362] = ACTIONS(548), + [anon_sym_f] = ACTIONS(546), + [anon_sym_by] = ACTIONS(546), + [anon_sym_u22b8] = ACTIONS(548), + [anon_sym_quote] = ACTIONS(548), + [anon_sym_u2765] = ACTIONS(548), + [anon_sym_u2192] = ACTIONS(548), + [anon_sym_u2237] = ACTIONS(548), + [anon_sym_u00b7] = ACTIONS(548), + [anon_sym_u235b] = ACTIONS(548), + [anon_sym_u2302] = ACTIONS(548), + [anon_sym_u21b0] = ACTIONS(548), + [anon_sym_unpack] = ACTIONS(548), + [anon_sym_u2290] = ACTIONS(548), + [anon_sym_u229d] = ACTIONS(548), + [anon_sym_cross] = ACTIONS(548), + [anon_sym_u22a0] = ACTIONS(548), + [anon_sym_SEMI] = ACTIONS(548), + [anon_sym_deal] = ACTIONS(548), + [anon_sym_member] = ACTIONS(546), + [anon_sym_u220a] = ACTIONS(548), + [anon_sym_coordinate] = ACTIONS(548), + [anon_sym_u27d4] = ACTIONS(548), + [anon_sym_u03bb] = ACTIONS(548), + [anon_sym_u22ca] = ACTIONS(548), + [anon_sym_chunk] = ACTIONS(548), + [anon_sym_u2444] = ACTIONS(548), + [anon_sym_setinv] = ACTIONS(548), + [anon_sym_setund] = ACTIONS(548), + [anon_sym_struct] = ACTIONS(548), + [sym__endOfLine] = ACTIONS(548), }, [99] = { - [aux_sym_number_token1] = ACTIONS(516), - [sym_fraction] = ACTIONS(518), - [anon_sym_Days] = ACTIONS(516), - [anon_sym_Months] = ACTIONS(516), - [anon_sym_MonthDays] = ACTIONS(516), - [anon_sym_LeanMonthDays] = ACTIONS(516), - [anon_sym_White] = ACTIONS(516), - [anon_sym_Black] = ACTIONS(516), - [anon_sym_Red] = ACTIONS(516), - [anon_sym_Orange] = ACTIONS(516), - [anon_sym_Yellow] = ACTIONS(516), - [anon_sym_Green] = ACTIONS(516), - [anon_sym_Cyan] = ACTIONS(516), - [anon_sym_Blue] = ACTIONS(516), - [anon_sym_Purple] = ACTIONS(516), - [anon_sym_Magenta] = ACTIONS(516), - [anon_sym_Gay] = ACTIONS(516), - [anon_sym_Lesbian] = ACTIONS(516), - [anon_sym_Bi] = ACTIONS(516), - [anon_sym_Trans] = ACTIONS(516), - [anon_sym_Pan] = ACTIONS(516), - [anon_sym_Ace] = ACTIONS(516), - [anon_sym_Aro] = ACTIONS(516), - [anon_sym_Aroace] = ACTIONS(516), - [anon_sym_Enby] = ACTIONS(516), - [anon_sym_Fluid] = ACTIONS(516), - [anon_sym_Queer] = ACTIONS(516), - [anon_sym_Agender] = ACTIONS(516), - [anon_sym_PrideFlags] = ACTIONS(516), - [anon_sym_PrideFlagNames] = ACTIONS(516), - [anon_sym_True] = ACTIONS(516), - [anon_sym_False] = ACTIONS(516), - [anon_sym_NULL] = ACTIONS(516), - [anon_sym_Logo] = ACTIONS(516), - [anon_sym_Lena] = ACTIONS(516), - [anon_sym_Music] = ACTIONS(516), - [anon_sym_Lorem] = ACTIONS(516), - [anon_sym_Os] = ACTIONS(516), - [anon_sym_Family] = ACTIONS(516), - [anon_sym_Arch] = ACTIONS(516), - [anon_sym_ExeExt] = ACTIONS(516), - [anon_sym_DllExt] = ACTIONS(516), - [anon_sym_Sep] = ACTIONS(516), - [anon_sym_ThisFile] = ACTIONS(516), - [anon_sym_ThisFileName] = ACTIONS(516), - [anon_sym_ThisFileDir] = ACTIONS(516), - [anon_sym_WorkingDir] = ACTIONS(516), - [anon_sym_NumProcs] = ACTIONS(516), - [anon_sym_Planets] = ACTIONS(516), - [anon_sym_Zodiac] = ACTIONS(516), - [anon_sym_Suits] = ACTIONS(516), - [anon_sym_Cards] = ACTIONS(516), - [anon_sym_Chess] = ACTIONS(516), - [anon_sym_Moon] = ACTIONS(516), - [anon_sym_Skin] = ACTIONS(516), - [anon_sym_People] = ACTIONS(516), - [anon_sym_Hair] = ACTIONS(516), - [aux_sym_character_token1] = ACTIONS(518), - [sym_string] = ACTIONS(518), - [sym_multiLineString] = ACTIONS(518), - [anon_sym_PIPE] = ACTIONS(518), - [sym_identifier] = ACTIONS(516), - [sym_identifierDeprecated] = ACTIONS(516), - [sym_system] = ACTIONS(518), - [sym_comment] = ACTIONS(516), - [sym_openParen] = ACTIONS(518), - [sym_closeParen] = ACTIONS(518), - [sym_openCurly] = ACTIONS(518), - [sym_closeCurly] = ACTIONS(518), - [sym_openBracket] = ACTIONS(518), - [sym_closeBracket] = ACTIONS(518), - [sym_underscore] = ACTIONS(518), - [anon_sym_CARET] = ACTIONS(518), - [anon_sym_SQUOTE] = ACTIONS(516), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(518), - [anon_sym_e] = ACTIONS(516), - [anon_sym_NaN] = ACTIONS(516), - [anon_sym_eta] = ACTIONS(518), - [anon_sym_u03b7] = ACTIONS(516), - [anon_sym_pi] = ACTIONS(516), - [anon_sym_u03c0] = ACTIONS(516), - [anon_sym_tau] = ACTIONS(518), - [anon_sym_u03c4] = ACTIONS(516), - [anon_sym_infinity] = ACTIONS(518), - [anon_sym_u221e] = ACTIONS(518), - [anon_sym_W] = ACTIONS(516), - [anon_sym_i] = ACTIONS(516), - [anon_sym_MaxInt] = ACTIONS(516), - [anon_sym_HexDigits] = ACTIONS(516), - [anon_sym_DOT] = ACTIONS(518), - [anon_sym_COMMA] = ACTIONS(518), - [anon_sym_COLON] = ACTIONS(518), - [anon_sym_u25cc] = ACTIONS(518), - [anon_sym_identity] = ACTIONS(518), - [anon_sym_id] = ACTIONS(516), - [anon_sym_u2218] = ACTIONS(518), - [anon_sym_not] = ACTIONS(518), - [anon_sym_u00ac] = ACTIONS(518), - [anon_sym_sign] = ACTIONS(516), - [anon_sym_u00b1] = ACTIONS(518), - [anon_sym_BQUOTE] = ACTIONS(518), - [anon_sym_u00af] = ACTIONS(516), - [anon_sym_absolutevalue] = ACTIONS(518), - [anon_sym_u2335] = ACTIONS(518), - [anon_sym_sqrt] = ACTIONS(518), - [anon_sym_u221a] = ACTIONS(518), - [anon_sym_sine] = ACTIONS(518), - [anon_sym_u25cb] = ACTIONS(518), - [anon_sym_u223f] = ACTIONS(518), - [anon_sym_floor] = ACTIONS(518), - [anon_sym_u230a] = ACTIONS(518), - [anon_sym_ceiling] = ACTIONS(518), - [anon_sym_u2308] = ACTIONS(518), - [anon_sym_round] = ACTIONS(518), - [anon_sym_u2045] = ACTIONS(518), - [anon_sym_EQ] = ACTIONS(518), - [anon_sym_BANG_EQ] = ACTIONS(518), - [anon_sym_u2260] = ACTIONS(518), - [anon_sym_LT] = ACTIONS(516), - [anon_sym_LT_EQ] = ACTIONS(518), - [anon_sym_u2264] = ACTIONS(518), - [anon_sym_GT] = ACTIONS(516), - [anon_sym_GT_EQ] = ACTIONS(518), - [anon_sym_u2265] = ACTIONS(518), - [anon_sym_PLUS] = ACTIONS(518), - [anon_sym_DASH] = ACTIONS(518), - [anon_sym_STAR] = ACTIONS(518), - [anon_sym_u00d7] = ACTIONS(518), - [anon_sym_PERCENT] = ACTIONS(518), - [anon_sym_u00f7] = ACTIONS(518), - [anon_sym_modulus] = ACTIONS(518), - [anon_sym_u25ff] = ACTIONS(518), - [anon_sym_power] = ACTIONS(518), - [anon_sym_u207f] = ACTIONS(518), - [anon_sym_logarithm] = ACTIONS(518), - [anon_sym_u2099] = ACTIONS(518), - [anon_sym_minimum] = ACTIONS(518), - [anon_sym_u21a7] = ACTIONS(518), - [anon_sym_maximum] = ACTIONS(518), - [anon_sym_u21a5] = ACTIONS(518), - [anon_sym_atangent] = ACTIONS(518), - [anon_sym_u2220] = ACTIONS(518), - [anon_sym_length] = ACTIONS(518), - [anon_sym_u29fb] = ACTIONS(518), - [anon_sym_shape] = ACTIONS(518), - [anon_sym_u25b3] = ACTIONS(518), - [anon_sym_range] = ACTIONS(518), - [anon_sym_u21e1] = ACTIONS(518), - [anon_sym_first] = ACTIONS(518), - [anon_sym_u22a2] = ACTIONS(518), - [anon_sym_reverse] = ACTIONS(518), - [anon_sym_u21cc] = ACTIONS(518), - [anon_sym_deshape] = ACTIONS(518), - [anon_sym_u266d] = ACTIONS(518), - [anon_sym_bits] = ACTIONS(518), - [anon_sym_u22ef] = ACTIONS(518), - [anon_sym_transpose] = ACTIONS(518), - [anon_sym_u2349] = ACTIONS(518), - [anon_sym_rise] = ACTIONS(518), - [anon_sym_u234f] = ACTIONS(518), - [anon_sym_fall] = ACTIONS(518), - [anon_sym_u2356] = ACTIONS(518), - [anon_sym_where] = ACTIONS(518), - [anon_sym_u229a] = ACTIONS(518), - [anon_sym_classify] = ACTIONS(518), - [anon_sym_u229b] = ACTIONS(518), - [anon_sym_deduplicate] = ACTIONS(518), - [anon_sym_u25f4] = ACTIONS(518), - [anon_sym_box] = ACTIONS(518), - [anon_sym_u25a1] = ACTIONS(518), - [anon_sym_match] = ACTIONS(518), - [anon_sym_u224d] = ACTIONS(518), - [anon_sym_couple] = ACTIONS(518), - [anon_sym_u229f] = ACTIONS(518), - [anon_sym_join] = ACTIONS(518), - [anon_sym_u2282] = ACTIONS(518), - [anon_sym_select] = ACTIONS(518), - [anon_sym_u228f] = ACTIONS(518), - [anon_sym_pick] = ACTIONS(518), - [anon_sym_u22a1] = ACTIONS(518), - [anon_sym_reshape] = ACTIONS(518), - [anon_sym_u21af] = ACTIONS(518), - [anon_sym_take] = ACTIONS(518), - [anon_sym_u2199] = ACTIONS(518), - [anon_sym_drop] = ACTIONS(518), - [anon_sym_u2198] = ACTIONS(518), - [anon_sym_rotate] = ACTIONS(518), - [anon_sym_u21bb] = ACTIONS(518), - [anon_sym_windows] = ACTIONS(518), - [anon_sym_u25eb] = ACTIONS(518), - [anon_sym_keep] = ACTIONS(518), - [anon_sym_u25bd] = ACTIONS(518), - [anon_sym_find] = ACTIONS(518), - [anon_sym_u2315] = ACTIONS(518), - [anon_sym_indexof] = ACTIONS(518), - [anon_sym_u2297] = ACTIONS(518), - [anon_sym_assert] = ACTIONS(518), - [anon_sym_u2364] = ACTIONS(518), - [anon_sym_wait] = ACTIONS(518), - [anon_sym_parse] = ACTIONS(518), - [anon_sym_u22d5] = ACTIONS(518), - [anon_sym_random] = ACTIONS(518), - [anon_sym_u2682] = ACTIONS(518), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_tag] = ACTIONS(518), - [anon_sym_now] = ACTIONS(518), - [anon_sym_type] = ACTIONS(518), - [anon_sym_u2e2e] = ACTIONS(518), - [anon_sym_dump] = ACTIONS(518), - [anon_sym_regex] = ACTIONS(518), - [anon_sym_send] = ACTIONS(518), - [anon_sym_recv] = ACTIONS(518), - [anon_sym_tryrecv] = ACTIONS(518), - [anon_sym_complex] = ACTIONS(518), - [anon_sym_u2102] = ACTIONS(518), - [anon_sym_rerank] = ACTIONS(518), - [anon_sym_u2607] = ACTIONS(518), - [anon_sym_fix] = ACTIONS(518), - [anon_sym_u00a4] = ACTIONS(518), - [anon_sym_QMARK] = ACTIONS(518), - [anon_sym_unique] = ACTIONS(518), - [anon_sym_u25f0] = ACTIONS(518), - [anon_sym_map] = ACTIONS(518), - [anon_sym_has] = ACTIONS(518), - [anon_sym_get] = ACTIONS(518), - [anon_sym_insert] = ACTIONS(518), - [anon_sym_remove] = ACTIONS(518), - [anon_sym_repr] = ACTIONS(518), - [anon_sym_mask] = ACTIONS(518), - [anon_sym_u29b7] = ACTIONS(518), - [anon_sym_csv] = ACTIONS(518), - [anon_sym_json] = ACTIONS(518), - [anon_sym_xlsx] = ACTIONS(518), - [anon_sym_memberOf] = ACTIONS(518), - [anon_sym_u2208] = ACTIONS(518), - [anon_sym_imen] = ACTIONS(518), - [anon_sym_gife] = ACTIONS(518), - [anon_sym_auden] = ACTIONS(518), - [anon_sym_utfu2088] = ACTIONS(518), - [anon_sym_datetime] = ACTIONS(518), - [anon_sym_chunk] = ACTIONS(518), - [anon_sym_u2444] = ACTIONS(518), - [anon_sym_choose] = ACTIONS(518), - [anon_sym_permute] = ACTIONS(518), - [anon_sym_orient] = ACTIONS(518), - [anon_sym_fft] = ACTIONS(518), - [anon_sym_reduce] = ACTIONS(518), - [anon_sym_SLASH] = ACTIONS(518), - [anon_sym_scan] = ACTIONS(518), - [anon_sym_BSLASH] = ACTIONS(518), - [anon_sym_each] = ACTIONS(518), - [anon_sym_u2235] = ACTIONS(518), - [anon_sym_rows] = ACTIONS(518), - [anon_sym_u2261] = ACTIONS(518), - [anon_sym_repeat] = ACTIONS(518), - [anon_sym_u2365] = ACTIONS(518), - [anon_sym_dip] = ACTIONS(518), - [anon_sym_u2299] = ACTIONS(518), - [anon_sym_gap] = ACTIONS(518), - [anon_sym_u22c5] = ACTIONS(518), - [anon_sym_spawn] = ACTIONS(518), - [anon_sym_rectify] = ACTIONS(518), - [anon_sym_u2305] = ACTIONS(518), - [anon_sym_un] = ACTIONS(516), - [anon_sym_u00b0] = ACTIONS(518), - [anon_sym_on] = ACTIONS(516), - [anon_sym_u27dc] = ACTIONS(518), - [anon_sym_inventory] = ACTIONS(518), - [anon_sym_u235a] = ACTIONS(518), - [anon_sym_content] = ACTIONS(518), - [anon_sym_u25c7] = ACTIONS(518), - [anon_sym_pool] = ACTIONS(518), - [anon_sym_stringify] = ACTIONS(518), - [anon_sym_signature] = ACTIONS(518), - [anon_sym_triangle] = ACTIONS(518), - [anon_sym_u25f9] = ACTIONS(518), - [anon_sym_astar] = ACTIONS(518), - [anon_sym_but] = ACTIONS(518), - [anon_sym_u2919] = ACTIONS(518), - [anon_sym_with] = ACTIONS(518), - [anon_sym_u291a] = ACTIONS(518), - [anon_sym_above] = ACTIONS(518), - [anon_sym_u25e0] = ACTIONS(518), - [anon_sym_below] = ACTIONS(518), - [anon_sym_u25e1] = ACTIONS(518), - [anon_sym_fold] = ACTIONS(518), - [anon_sym_u2227] = ACTIONS(518), - [anon_sym_table] = ACTIONS(518), - [anon_sym_u229e] = ACTIONS(518), - [anon_sym_group] = ACTIONS(518), - [anon_sym_u2295] = ACTIONS(518), - [anon_sym_partition] = ACTIONS(518), - [anon_sym_u229c] = ACTIONS(518), - [anon_sym_both] = ACTIONS(518), - [anon_sym_u2229] = ACTIONS(518), - [anon_sym_bracket] = ACTIONS(518), - [anon_sym_u2293] = ACTIONS(518), - [anon_sym_fork] = ACTIONS(518), - [anon_sym_u2283] = ACTIONS(518), - [anon_sym_under] = ACTIONS(518), - [anon_sym_u235c] = ACTIONS(518), - [anon_sym_fill] = ACTIONS(518), - [anon_sym_u2b1a] = ACTIONS(518), - [anon_sym_try] = ACTIONS(516), - [anon_sym_u2363] = ACTIONS(518), - [anon_sym_do] = ACTIONS(516), - [anon_sym_u2362] = ACTIONS(518), - [anon_sym_setinv] = ACTIONS(518), - [anon_sym_setunder] = ACTIONS(518), - [anon_sym_f] = ACTIONS(516), - [anon_sym_by] = ACTIONS(516), - [anon_sym_u22b8] = ACTIONS(518), - [anon_sym_quote] = ACTIONS(518), - [anon_sym_struct] = ACTIONS(518), - [anon_sym_u2765] = ACTIONS(518), - [anon_sym_u2192] = ACTIONS(518), - [anon_sym_u2237] = ACTIONS(518), - [anon_sym_u00b7] = ACTIONS(518), - [anon_sym_u235b] = ACTIONS(518), - [anon_sym_u2302] = ACTIONS(518), - [anon_sym_u21b0] = ACTIONS(518), - [anon_sym_unpack] = ACTIONS(518), - [anon_sym_u2290] = ACTIONS(518), - [anon_sym_u229d] = ACTIONS(518), - [anon_sym_cross] = ACTIONS(518), - [anon_sym_u22a0] = ACTIONS(518), - [anon_sym_SEMI] = ACTIONS(518), - [anon_sym_deal] = ACTIONS(518), - [anon_sym_strands] = ACTIONS(518), - [anon_sym_u203f] = ACTIONS(518), - [anon_sym_member] = ACTIONS(516), - [anon_sym_u220a] = ACTIONS(518), - [anon_sym_coordinate] = ACTIONS(518), - [anon_sym_u27d4] = ACTIONS(518), - [anon_sym_u03bb] = ACTIONS(518), - [anon_sym_u22ca] = ACTIONS(518), - [sym__endOfLine] = ACTIONS(518), + [aux_sym_number_token1] = ACTIONS(550), + [sym_fraction] = ACTIONS(552), + [anon_sym_Days] = ACTIONS(550), + [anon_sym_Months] = ACTIONS(550), + [anon_sym_MonthDays] = ACTIONS(550), + [anon_sym_LeanMonthDays] = ACTIONS(550), + [anon_sym_White] = ACTIONS(550), + [anon_sym_Black] = ACTIONS(550), + [anon_sym_Red] = ACTIONS(550), + [anon_sym_Orange] = ACTIONS(550), + [anon_sym_Yellow] = ACTIONS(550), + [anon_sym_Green] = ACTIONS(550), + [anon_sym_Cyan] = ACTIONS(550), + [anon_sym_Blue] = ACTIONS(550), + [anon_sym_Purple] = ACTIONS(550), + [anon_sym_Magenta] = ACTIONS(550), + [anon_sym_Gay] = ACTIONS(550), + [anon_sym_Lesbian] = ACTIONS(550), + [anon_sym_Bi] = ACTIONS(550), + [anon_sym_Trans] = ACTIONS(550), + [anon_sym_Pan] = ACTIONS(550), + [anon_sym_Ace] = ACTIONS(550), + [anon_sym_Aro] = ACTIONS(550), + [anon_sym_Aroace] = ACTIONS(550), + [anon_sym_Enby] = ACTIONS(550), + [anon_sym_Fluid] = ACTIONS(550), + [anon_sym_Queer] = ACTIONS(550), + [anon_sym_Agender] = ACTIONS(550), + [anon_sym_PrideFlags] = ACTIONS(550), + [anon_sym_PrideFlagNames] = ACTIONS(550), + [anon_sym_True] = ACTIONS(550), + [anon_sym_False] = ACTIONS(550), + [anon_sym_NULL] = ACTIONS(550), + [anon_sym_Logo] = ACTIONS(550), + [anon_sym_Lena] = ACTIONS(550), + [anon_sym_Music] = ACTIONS(550), + [anon_sym_Lorem] = ACTIONS(550), + [anon_sym_Os] = ACTIONS(550), + [anon_sym_Family] = ACTIONS(550), + [anon_sym_Arch] = ACTIONS(550), + [anon_sym_ExeExt] = ACTIONS(550), + [anon_sym_DllExt] = ACTIONS(550), + [anon_sym_Sep] = ACTIONS(550), + [anon_sym_ThisFile] = ACTIONS(550), + [anon_sym_ThisFileName] = ACTIONS(550), + [anon_sym_ThisFileDir] = ACTIONS(550), + [anon_sym_WorkingDir] = ACTIONS(550), + [anon_sym_NumProcs] = ACTIONS(550), + [anon_sym_Planets] = ACTIONS(550), + [anon_sym_Zodiac] = ACTIONS(550), + [anon_sym_Suits] = ACTIONS(550), + [anon_sym_Cards] = ACTIONS(550), + [anon_sym_Chess] = ACTIONS(550), + [anon_sym_Moon] = ACTIONS(550), + [anon_sym_Skin] = ACTIONS(550), + [anon_sym_People] = ACTIONS(550), + [anon_sym_Hair] = ACTIONS(550), + [anon_sym_Cat] = ACTIONS(550), + [aux_sym_character_token1] = ACTIONS(552), + [sym_string] = ACTIONS(552), + [sym_multiLineString] = ACTIONS(552), + [anon_sym_PIPE] = ACTIONS(552), + [sym_identifier] = ACTIONS(550), + [sym_identifierDeprecated] = ACTIONS(550), + [sym_system] = ACTIONS(552), + [sym_comment] = ACTIONS(550), + [sym_openParen] = ACTIONS(552), + [sym_closeParen] = ACTIONS(552), + [sym_openCurly] = ACTIONS(552), + [sym_closeCurly] = ACTIONS(552), + [sym_openBracket] = ACTIONS(550), + [sym_closeBracket] = ACTIONS(552), + [sym_underscore] = ACTIONS(552), + [anon_sym_CARET] = ACTIONS(552), + [anon_sym_SQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(552), + [anon_sym_e] = ACTIONS(550), + [anon_sym_NaN] = ACTIONS(550), + [anon_sym_eta] = ACTIONS(552), + [anon_sym_u03b7] = ACTIONS(550), + [anon_sym_pi] = ACTIONS(550), + [anon_sym_u03c0] = ACTIONS(550), + [anon_sym_tau] = ACTIONS(552), + [anon_sym_u03c4] = ACTIONS(550), + [anon_sym_infinity] = ACTIONS(552), + [anon_sym_u221e] = ACTIONS(552), + [anon_sym_W] = ACTIONS(550), + [anon_sym_i] = ACTIONS(550), + [anon_sym_MaxInt] = ACTIONS(550), + [anon_sym_HexDigits] = ACTIONS(550), + [anon_sym_DOT] = ACTIONS(552), + [anon_sym_COMMA] = ACTIONS(552), + [anon_sym_COLON] = ACTIONS(552), + [anon_sym_u25cc] = ACTIONS(552), + [anon_sym_identity] = ACTIONS(552), + [anon_sym_id] = ACTIONS(550), + [anon_sym_u2218] = ACTIONS(552), + [anon_sym_not] = ACTIONS(552), + [anon_sym_u00ac] = ACTIONS(552), + [anon_sym_sign] = ACTIONS(550), + [anon_sym_u00b1] = ACTIONS(552), + [anon_sym_BQUOTE] = ACTIONS(552), + [anon_sym_u00af] = ACTIONS(550), + [anon_sym_absolutevalue] = ACTIONS(552), + [anon_sym_u2335] = ACTIONS(552), + [anon_sym_sqrt] = ACTIONS(552), + [anon_sym_u221a] = ACTIONS(552), + [anon_sym_sine] = ACTIONS(552), + [anon_sym_u25cb] = ACTIONS(552), + [anon_sym_u223f] = ACTIONS(552), + [anon_sym_floor] = ACTIONS(552), + [anon_sym_u230a] = ACTIONS(552), + [anon_sym_ceiling] = ACTIONS(552), + [anon_sym_u2308] = ACTIONS(552), + [anon_sym_round] = ACTIONS(552), + [anon_sym_u2045] = ACTIONS(552), + [anon_sym_EQ] = ACTIONS(552), + [anon_sym_BANG_EQ] = ACTIONS(552), + [anon_sym_u2260] = ACTIONS(552), + [anon_sym_LT] = ACTIONS(550), + [anon_sym_LT_EQ] = ACTIONS(552), + [anon_sym_u2264] = ACTIONS(552), + [anon_sym_GT] = ACTIONS(550), + [anon_sym_GT_EQ] = ACTIONS(552), + [anon_sym_u2265] = ACTIONS(552), + [anon_sym_PLUS] = ACTIONS(552), + [anon_sym_DASH] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(552), + [anon_sym_u00d7] = ACTIONS(552), + [anon_sym_PERCENT] = ACTIONS(552), + [anon_sym_u00f7] = ACTIONS(552), + [anon_sym_modulus] = ACTIONS(552), + [anon_sym_u25ff] = ACTIONS(552), + [anon_sym_power] = ACTIONS(552), + [anon_sym_u207f] = ACTIONS(552), + [anon_sym_logarithm] = ACTIONS(552), + [anon_sym_u2099] = ACTIONS(552), + [anon_sym_minimum] = ACTIONS(552), + [anon_sym_u21a7] = ACTIONS(552), + [anon_sym_maximum] = ACTIONS(552), + [anon_sym_u21a5] = ACTIONS(552), + [anon_sym_atangent] = ACTIONS(552), + [anon_sym_u2220] = ACTIONS(552), + [anon_sym_length] = ACTIONS(552), + [anon_sym_u29fb] = ACTIONS(552), + [anon_sym_shape] = ACTIONS(552), + [anon_sym_u25b3] = ACTIONS(552), + [anon_sym_range] = ACTIONS(552), + [anon_sym_u21e1] = ACTIONS(552), + [anon_sym_first] = ACTIONS(552), + [anon_sym_u22a2] = ACTIONS(552), + [anon_sym_reverse] = ACTIONS(552), + [anon_sym_u21cc] = ACTIONS(552), + [anon_sym_deshape] = ACTIONS(552), + [anon_sym_u266d] = ACTIONS(552), + [anon_sym_bits] = ACTIONS(552), + [anon_sym_u22ef] = ACTIONS(552), + [anon_sym_transpose] = ACTIONS(552), + [anon_sym_u2349] = ACTIONS(552), + [anon_sym_rise] = ACTIONS(552), + [anon_sym_u234f] = ACTIONS(552), + [anon_sym_fall] = ACTIONS(552), + [anon_sym_u2356] = ACTIONS(552), + [anon_sym_where] = ACTIONS(552), + [anon_sym_u229a] = ACTIONS(552), + [anon_sym_classify] = ACTIONS(552), + [anon_sym_u229b] = ACTIONS(552), + [anon_sym_deduplicate] = ACTIONS(552), + [anon_sym_u25f4] = ACTIONS(552), + [anon_sym_box] = ACTIONS(552), + [anon_sym_u25a1] = ACTIONS(552), + [anon_sym_match] = ACTIONS(552), + [anon_sym_u224d] = ACTIONS(552), + [anon_sym_couple] = ACTIONS(552), + [anon_sym_u229f] = ACTIONS(552), + [anon_sym_join] = ACTIONS(552), + [anon_sym_u2282] = ACTIONS(552), + [anon_sym_select] = ACTIONS(552), + [anon_sym_u228f] = ACTIONS(552), + [anon_sym_pick] = ACTIONS(552), + [anon_sym_u22a1] = ACTIONS(552), + [anon_sym_reshape] = ACTIONS(552), + [anon_sym_u21af] = ACTIONS(552), + [anon_sym_take] = ACTIONS(552), + [anon_sym_u2199] = ACTIONS(552), + [anon_sym_drop] = ACTIONS(552), + [anon_sym_u2198] = ACTIONS(552), + [anon_sym_rotate] = ACTIONS(552), + [anon_sym_u21bb] = ACTIONS(552), + [anon_sym_windows] = ACTIONS(552), + [anon_sym_u25eb] = ACTIONS(552), + [anon_sym_keep] = ACTIONS(552), + [anon_sym_u25bd] = ACTIONS(552), + [anon_sym_find] = ACTIONS(552), + [anon_sym_u2315] = ACTIONS(552), + [anon_sym_indexof] = ACTIONS(552), + [anon_sym_u2297] = ACTIONS(552), + [anon_sym_assert] = ACTIONS(552), + [anon_sym_u2364] = ACTIONS(552), + [anon_sym_wait] = ACTIONS(552), + [anon_sym_parse] = ACTIONS(552), + [anon_sym_u22d5] = ACTIONS(552), + [anon_sym_random] = ACTIONS(552), + [anon_sym_u2682] = ACTIONS(552), + [anon_sym_gen] = ACTIONS(552), + [anon_sym_tag] = ACTIONS(552), + [anon_sym_now] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_u2e2e] = ACTIONS(552), + [anon_sym_dump] = ACTIONS(552), + [anon_sym_regex] = ACTIONS(552), + [anon_sym_send] = ACTIONS(552), + [anon_sym_recv] = ACTIONS(552), + [anon_sym_tryrecv] = ACTIONS(552), + [anon_sym_complex] = ACTIONS(552), + [anon_sym_u2102] = ACTIONS(552), + [anon_sym_rerank] = ACTIONS(552), + [anon_sym_u2607] = ACTIONS(552), + [anon_sym_fix] = ACTIONS(552), + [anon_sym_u00a4] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(552), + [anon_sym_unique] = ACTIONS(552), + [anon_sym_u25f0] = ACTIONS(552), + [anon_sym_map] = ACTIONS(552), + [anon_sym_has] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_insert] = ACTIONS(552), + [anon_sym_remove] = ACTIONS(552), + [anon_sym_repr] = ACTIONS(552), + [anon_sym_mask] = ACTIONS(552), + [anon_sym_u29b7] = ACTIONS(552), + [anon_sym_csv] = ACTIONS(552), + [anon_sym_json] = ACTIONS(552), + [anon_sym_xlsx] = ACTIONS(552), + [anon_sym_memberOf] = ACTIONS(552), + [anon_sym_u2208] = ACTIONS(552), + [anon_sym_imen] = ACTIONS(552), + [anon_sym_gife] = ACTIONS(552), + [anon_sym_auden] = ACTIONS(552), + [anon_sym_utfu2088] = ACTIONS(552), + [anon_sym_datetime] = ACTIONS(552), + [anon_sym_choose] = ACTIONS(552), + [anon_sym_permute] = ACTIONS(552), + [anon_sym_orient] = ACTIONS(552), + [anon_sym_u2938] = ACTIONS(552), + [anon_sym_fft] = ACTIONS(552), + [anon_sym_graphemes] = ACTIONS(552), + [anon_sym_timezone] = ACTIONS(552), + [anon_sym_around] = ACTIONS(552), + [anon_sym_u2019] = ACTIONS(552), + [anon_sym_base] = ACTIONS(552), + [anon_sym_sort] = ACTIONS(552), + [anon_sym_u2346] = ACTIONS(552), + [anon_sym_last] = ACTIONS(552), + [anon_sym_u22a3] = ACTIONS(552), + [anon_sym_reduce] = ACTIONS(552), + [anon_sym_SLASH] = ACTIONS(552), + [anon_sym_scan] = ACTIONS(552), + [anon_sym_BSLASH] = ACTIONS(552), + [anon_sym_each] = ACTIONS(552), + [anon_sym_u2235] = ACTIONS(552), + [anon_sym_rows] = ACTIONS(552), + [anon_sym_u2261] = ACTIONS(552), + [anon_sym_repeat] = ACTIONS(552), + [anon_sym_u2365] = ACTIONS(552), + [anon_sym_dip] = ACTIONS(552), + [anon_sym_u2299] = ACTIONS(552), + [anon_sym_gap] = ACTIONS(552), + [anon_sym_u22c5] = ACTIONS(552), + [anon_sym_spawn] = ACTIONS(552), + [anon_sym_rectify] = ACTIONS(552), + [anon_sym_u2305] = ACTIONS(552), + [anon_sym_un] = ACTIONS(550), + [anon_sym_u00b0] = ACTIONS(552), + [anon_sym_on] = ACTIONS(550), + [anon_sym_u27dc] = ACTIONS(552), + [anon_sym_inventory] = ACTIONS(552), + [anon_sym_u235a] = ACTIONS(552), + [anon_sym_content] = ACTIONS(552), + [anon_sym_u25c7] = ACTIONS(552), + [anon_sym_pool] = ACTIONS(552), + [anon_sym_stringify] = ACTIONS(552), + [anon_sym_signature] = ACTIONS(552), + [anon_sym_triangle] = ACTIONS(552), + [anon_sym_u25f9] = ACTIONS(552), + [anon_sym_astar] = ACTIONS(552), + [anon_sym_with] = ACTIONS(552), + [anon_sym_u2919] = ACTIONS(552), + [anon_sym_off] = ACTIONS(552), + [anon_sym_u291a] = ACTIONS(552), + [anon_sym_above] = ACTIONS(552), + [anon_sym_u25e0] = ACTIONS(552), + [anon_sym_below] = ACTIONS(552), + [anon_sym_u25e1] = ACTIONS(552), + [anon_sym_anti] = ACTIONS(552), + [anon_sym_u231d] = ACTIONS(552), + [anon_sym_obverse] = ACTIONS(552), + [anon_sym_toples] = ACTIONS(552), + [anon_sym_u29c5] = ACTIONS(552), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(552), + [anon_sym_fold] = ACTIONS(552), + [anon_sym_u2227] = ACTIONS(552), + [anon_sym_table] = ACTIONS(552), + [anon_sym_u229e] = ACTIONS(552), + [anon_sym_group] = ACTIONS(552), + [anon_sym_u2295] = ACTIONS(552), + [anon_sym_partition] = ACTIONS(552), + [anon_sym_u229c] = ACTIONS(552), + [anon_sym_both] = ACTIONS(552), + [anon_sym_u2229] = ACTIONS(552), + [anon_sym_bracket] = ACTIONS(552), + [anon_sym_u2293] = ACTIONS(552), + [anon_sym_fork] = ACTIONS(552), + [anon_sym_u2283] = ACTIONS(552), + [anon_sym_under] = ACTIONS(552), + [anon_sym_u235c] = ACTIONS(552), + [anon_sym_fill] = ACTIONS(552), + [anon_sym_u2b1a] = ACTIONS(552), + [anon_sym_try] = ACTIONS(550), + [anon_sym_u2363] = ACTIONS(552), + [anon_sym_do] = ACTIONS(550), + [anon_sym_u2362] = ACTIONS(552), + [anon_sym_f] = ACTIONS(550), + [anon_sym_by] = ACTIONS(550), + [anon_sym_u22b8] = ACTIONS(552), + [anon_sym_quote] = ACTIONS(552), + [anon_sym_u2765] = ACTIONS(552), + [anon_sym_u2192] = ACTIONS(552), + [anon_sym_u2237] = ACTIONS(552), + [anon_sym_u00b7] = ACTIONS(552), + [anon_sym_u235b] = ACTIONS(552), + [anon_sym_u2302] = ACTIONS(552), + [anon_sym_u21b0] = ACTIONS(552), + [anon_sym_unpack] = ACTIONS(552), + [anon_sym_u2290] = ACTIONS(552), + [anon_sym_u229d] = ACTIONS(552), + [anon_sym_cross] = ACTIONS(552), + [anon_sym_u22a0] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(552), + [anon_sym_deal] = ACTIONS(552), + [anon_sym_member] = ACTIONS(550), + [anon_sym_u220a] = ACTIONS(552), + [anon_sym_coordinate] = ACTIONS(552), + [anon_sym_u27d4] = ACTIONS(552), + [anon_sym_u03bb] = ACTIONS(552), + [anon_sym_u22ca] = ACTIONS(552), + [anon_sym_chunk] = ACTIONS(552), + [anon_sym_u2444] = ACTIONS(552), + [anon_sym_setinv] = ACTIONS(552), + [anon_sym_setund] = ACTIONS(552), + [anon_sym_struct] = ACTIONS(552), + [sym__endOfLine] = ACTIONS(552), }, [100] = { - [aux_sym_number_token1] = ACTIONS(568), - [sym_fraction] = ACTIONS(570), - [anon_sym_Days] = ACTIONS(568), - [anon_sym_Months] = ACTIONS(568), - [anon_sym_MonthDays] = ACTIONS(568), - [anon_sym_LeanMonthDays] = ACTIONS(568), - [anon_sym_White] = ACTIONS(568), - [anon_sym_Black] = ACTIONS(568), - [anon_sym_Red] = ACTIONS(568), - [anon_sym_Orange] = ACTIONS(568), - [anon_sym_Yellow] = ACTIONS(568), - [anon_sym_Green] = ACTIONS(568), - [anon_sym_Cyan] = ACTIONS(568), - [anon_sym_Blue] = ACTIONS(568), - [anon_sym_Purple] = ACTIONS(568), - [anon_sym_Magenta] = ACTIONS(568), - [anon_sym_Gay] = ACTIONS(568), - [anon_sym_Lesbian] = ACTIONS(568), - [anon_sym_Bi] = ACTIONS(568), - [anon_sym_Trans] = ACTIONS(568), - [anon_sym_Pan] = ACTIONS(568), - [anon_sym_Ace] = ACTIONS(568), - [anon_sym_Aro] = ACTIONS(568), - [anon_sym_Aroace] = ACTIONS(568), - [anon_sym_Enby] = ACTIONS(568), - [anon_sym_Fluid] = ACTIONS(568), - [anon_sym_Queer] = ACTIONS(568), - [anon_sym_Agender] = ACTIONS(568), - [anon_sym_PrideFlags] = ACTIONS(568), - [anon_sym_PrideFlagNames] = ACTIONS(568), - [anon_sym_True] = ACTIONS(568), - [anon_sym_False] = ACTIONS(568), - [anon_sym_NULL] = ACTIONS(568), - [anon_sym_Logo] = ACTIONS(568), - [anon_sym_Lena] = ACTIONS(568), - [anon_sym_Music] = ACTIONS(568), - [anon_sym_Lorem] = ACTIONS(568), - [anon_sym_Os] = ACTIONS(568), - [anon_sym_Family] = ACTIONS(568), - [anon_sym_Arch] = ACTIONS(568), - [anon_sym_ExeExt] = ACTIONS(568), - [anon_sym_DllExt] = ACTIONS(568), - [anon_sym_Sep] = ACTIONS(568), - [anon_sym_ThisFile] = ACTIONS(568), - [anon_sym_ThisFileName] = ACTIONS(568), - [anon_sym_ThisFileDir] = ACTIONS(568), - [anon_sym_WorkingDir] = ACTIONS(568), - [anon_sym_NumProcs] = ACTIONS(568), - [anon_sym_Planets] = ACTIONS(568), - [anon_sym_Zodiac] = ACTIONS(568), - [anon_sym_Suits] = ACTIONS(568), - [anon_sym_Cards] = ACTIONS(568), - [anon_sym_Chess] = ACTIONS(568), - [anon_sym_Moon] = ACTIONS(568), - [anon_sym_Skin] = ACTIONS(568), - [anon_sym_People] = ACTIONS(568), - [anon_sym_Hair] = ACTIONS(568), - [aux_sym_character_token1] = ACTIONS(570), - [sym_string] = ACTIONS(570), - [sym_multiLineString] = ACTIONS(570), - [anon_sym_PIPE] = ACTIONS(570), - [sym_identifier] = ACTIONS(568), - [sym_identifierDeprecated] = ACTIONS(568), - [sym_system] = ACTIONS(570), - [sym_comment] = ACTIONS(568), - [sym_openParen] = ACTIONS(570), - [sym_closeParen] = ACTIONS(570), - [sym_openCurly] = ACTIONS(570), - [sym_closeCurly] = ACTIONS(570), - [sym_openBracket] = ACTIONS(570), - [sym_closeBracket] = ACTIONS(570), - [sym_underscore] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_SQUOTE] = ACTIONS(568), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(570), - [anon_sym_e] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_eta] = ACTIONS(570), - [anon_sym_u03b7] = ACTIONS(568), - [anon_sym_pi] = ACTIONS(568), - [anon_sym_u03c0] = ACTIONS(568), - [anon_sym_tau] = ACTIONS(570), - [anon_sym_u03c4] = ACTIONS(568), - [anon_sym_infinity] = ACTIONS(570), - [anon_sym_u221e] = ACTIONS(570), - [anon_sym_W] = ACTIONS(568), - [anon_sym_i] = ACTIONS(568), - [anon_sym_MaxInt] = ACTIONS(568), - [anon_sym_HexDigits] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(570), - [anon_sym_COMMA] = ACTIONS(570), - [anon_sym_COLON] = ACTIONS(570), - [anon_sym_u25cc] = ACTIONS(570), - [anon_sym_identity] = ACTIONS(570), - [anon_sym_id] = ACTIONS(568), - [anon_sym_u2218] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_u00ac] = ACTIONS(570), - [anon_sym_sign] = ACTIONS(568), - [anon_sym_u00b1] = ACTIONS(570), - [anon_sym_BQUOTE] = ACTIONS(570), - [anon_sym_u00af] = ACTIONS(568), - [anon_sym_absolutevalue] = ACTIONS(570), - [anon_sym_u2335] = ACTIONS(570), - [anon_sym_sqrt] = ACTIONS(570), - [anon_sym_u221a] = ACTIONS(570), - [anon_sym_sine] = ACTIONS(570), - [anon_sym_u25cb] = ACTIONS(570), - [anon_sym_u223f] = ACTIONS(570), - [anon_sym_floor] = ACTIONS(570), - [anon_sym_u230a] = ACTIONS(570), - [anon_sym_ceiling] = ACTIONS(570), - [anon_sym_u2308] = ACTIONS(570), - [anon_sym_round] = ACTIONS(570), - [anon_sym_u2045] = ACTIONS(570), - [anon_sym_EQ] = ACTIONS(570), - [anon_sym_BANG_EQ] = ACTIONS(570), - [anon_sym_u2260] = ACTIONS(570), - [anon_sym_LT] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(570), - [anon_sym_u2264] = ACTIONS(570), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(570), - [anon_sym_u2265] = ACTIONS(570), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_u00d7] = ACTIONS(570), - [anon_sym_PERCENT] = ACTIONS(570), - [anon_sym_u00f7] = ACTIONS(570), - [anon_sym_modulus] = ACTIONS(570), - [anon_sym_u25ff] = ACTIONS(570), - [anon_sym_power] = ACTIONS(570), - [anon_sym_u207f] = ACTIONS(570), - [anon_sym_logarithm] = ACTIONS(570), - [anon_sym_u2099] = ACTIONS(570), - [anon_sym_minimum] = ACTIONS(570), - [anon_sym_u21a7] = ACTIONS(570), - [anon_sym_maximum] = ACTIONS(570), - [anon_sym_u21a5] = ACTIONS(570), - [anon_sym_atangent] = ACTIONS(570), - [anon_sym_u2220] = ACTIONS(570), - [anon_sym_length] = ACTIONS(570), - [anon_sym_u29fb] = ACTIONS(570), - [anon_sym_shape] = ACTIONS(570), - [anon_sym_u25b3] = ACTIONS(570), - [anon_sym_range] = ACTIONS(570), - [anon_sym_u21e1] = ACTIONS(570), - [anon_sym_first] = ACTIONS(570), - [anon_sym_u22a2] = ACTIONS(570), - [anon_sym_reverse] = ACTIONS(570), - [anon_sym_u21cc] = ACTIONS(570), - [anon_sym_deshape] = ACTIONS(570), - [anon_sym_u266d] = ACTIONS(570), - [anon_sym_bits] = ACTIONS(570), - [anon_sym_u22ef] = ACTIONS(570), - [anon_sym_transpose] = ACTIONS(570), - [anon_sym_u2349] = ACTIONS(570), - [anon_sym_rise] = ACTIONS(570), - [anon_sym_u234f] = ACTIONS(570), - [anon_sym_fall] = ACTIONS(570), - [anon_sym_u2356] = ACTIONS(570), - [anon_sym_where] = ACTIONS(570), - [anon_sym_u229a] = ACTIONS(570), - [anon_sym_classify] = ACTIONS(570), - [anon_sym_u229b] = ACTIONS(570), - [anon_sym_deduplicate] = ACTIONS(570), - [anon_sym_u25f4] = ACTIONS(570), - [anon_sym_box] = ACTIONS(570), - [anon_sym_u25a1] = ACTIONS(570), - [anon_sym_match] = ACTIONS(570), - [anon_sym_u224d] = ACTIONS(570), - [anon_sym_couple] = ACTIONS(570), - [anon_sym_u229f] = ACTIONS(570), - [anon_sym_join] = ACTIONS(570), - [anon_sym_u2282] = ACTIONS(570), - [anon_sym_select] = ACTIONS(570), - [anon_sym_u228f] = ACTIONS(570), - [anon_sym_pick] = ACTIONS(570), - [anon_sym_u22a1] = ACTIONS(570), - [anon_sym_reshape] = ACTIONS(570), - [anon_sym_u21af] = ACTIONS(570), - [anon_sym_take] = ACTIONS(570), - [anon_sym_u2199] = ACTIONS(570), - [anon_sym_drop] = ACTIONS(570), - [anon_sym_u2198] = ACTIONS(570), - [anon_sym_rotate] = ACTIONS(570), - [anon_sym_u21bb] = ACTIONS(570), - [anon_sym_windows] = ACTIONS(570), - [anon_sym_u25eb] = ACTIONS(570), - [anon_sym_keep] = ACTIONS(570), - [anon_sym_u25bd] = ACTIONS(570), - [anon_sym_find] = ACTIONS(570), - [anon_sym_u2315] = ACTIONS(570), - [anon_sym_indexof] = ACTIONS(570), - [anon_sym_u2297] = ACTIONS(570), - [anon_sym_assert] = ACTIONS(570), - [anon_sym_u2364] = ACTIONS(570), - [anon_sym_wait] = ACTIONS(570), - [anon_sym_parse] = ACTIONS(570), - [anon_sym_u22d5] = ACTIONS(570), - [anon_sym_random] = ACTIONS(570), - [anon_sym_u2682] = ACTIONS(570), - [anon_sym_gen] = ACTIONS(570), - [anon_sym_tag] = ACTIONS(570), - [anon_sym_now] = ACTIONS(570), - [anon_sym_type] = ACTIONS(570), - [anon_sym_u2e2e] = ACTIONS(570), - [anon_sym_dump] = ACTIONS(570), - [anon_sym_regex] = ACTIONS(570), - [anon_sym_send] = ACTIONS(570), - [anon_sym_recv] = ACTIONS(570), - [anon_sym_tryrecv] = ACTIONS(570), - [anon_sym_complex] = ACTIONS(570), - [anon_sym_u2102] = ACTIONS(570), - [anon_sym_rerank] = ACTIONS(570), - [anon_sym_u2607] = ACTIONS(570), - [anon_sym_fix] = ACTIONS(570), - [anon_sym_u00a4] = ACTIONS(570), - [anon_sym_QMARK] = ACTIONS(570), - [anon_sym_unique] = ACTIONS(570), - [anon_sym_u25f0] = ACTIONS(570), - [anon_sym_map] = ACTIONS(570), - [anon_sym_has] = ACTIONS(570), - [anon_sym_get] = ACTIONS(570), - [anon_sym_insert] = ACTIONS(570), - [anon_sym_remove] = ACTIONS(570), - [anon_sym_repr] = ACTIONS(570), - [anon_sym_mask] = ACTIONS(570), - [anon_sym_u29b7] = ACTIONS(570), - [anon_sym_csv] = ACTIONS(570), - [anon_sym_json] = ACTIONS(570), - [anon_sym_xlsx] = ACTIONS(570), - [anon_sym_memberOf] = ACTIONS(570), - [anon_sym_u2208] = ACTIONS(570), - [anon_sym_imen] = ACTIONS(570), - [anon_sym_gife] = ACTIONS(570), - [anon_sym_auden] = ACTIONS(570), - [anon_sym_utfu2088] = ACTIONS(570), - [anon_sym_datetime] = ACTIONS(570), - [anon_sym_chunk] = ACTIONS(570), - [anon_sym_u2444] = ACTIONS(570), - [anon_sym_choose] = ACTIONS(570), - [anon_sym_permute] = ACTIONS(570), - [anon_sym_orient] = ACTIONS(570), - [anon_sym_fft] = ACTIONS(570), - [anon_sym_reduce] = ACTIONS(570), - [anon_sym_SLASH] = ACTIONS(570), - [anon_sym_scan] = ACTIONS(570), - [anon_sym_BSLASH] = ACTIONS(570), - [anon_sym_each] = ACTIONS(570), - [anon_sym_u2235] = ACTIONS(570), - [anon_sym_rows] = ACTIONS(570), - [anon_sym_u2261] = ACTIONS(570), - [anon_sym_repeat] = ACTIONS(570), - [anon_sym_u2365] = ACTIONS(570), - [anon_sym_dip] = ACTIONS(570), - [anon_sym_u2299] = ACTIONS(570), - [anon_sym_gap] = ACTIONS(570), - [anon_sym_u22c5] = ACTIONS(570), - [anon_sym_spawn] = ACTIONS(570), - [anon_sym_rectify] = ACTIONS(570), - [anon_sym_u2305] = ACTIONS(570), - [anon_sym_un] = ACTIONS(568), - [anon_sym_u00b0] = ACTIONS(570), - [anon_sym_on] = ACTIONS(568), - [anon_sym_u27dc] = ACTIONS(570), - [anon_sym_inventory] = ACTIONS(570), - [anon_sym_u235a] = ACTIONS(570), - [anon_sym_content] = ACTIONS(570), - [anon_sym_u25c7] = ACTIONS(570), - [anon_sym_pool] = ACTIONS(570), - [anon_sym_stringify] = ACTIONS(570), - [anon_sym_signature] = ACTIONS(570), - [anon_sym_triangle] = ACTIONS(570), - [anon_sym_u25f9] = ACTIONS(570), - [anon_sym_astar] = ACTIONS(570), - [anon_sym_but] = ACTIONS(570), - [anon_sym_u2919] = ACTIONS(570), - [anon_sym_with] = ACTIONS(570), - [anon_sym_u291a] = ACTIONS(570), - [anon_sym_above] = ACTIONS(570), - [anon_sym_u25e0] = ACTIONS(570), - [anon_sym_below] = ACTIONS(570), - [anon_sym_u25e1] = ACTIONS(570), - [anon_sym_fold] = ACTIONS(570), - [anon_sym_u2227] = ACTIONS(570), - [anon_sym_table] = ACTIONS(570), - [anon_sym_u229e] = ACTIONS(570), - [anon_sym_group] = ACTIONS(570), - [anon_sym_u2295] = ACTIONS(570), - [anon_sym_partition] = ACTIONS(570), - [anon_sym_u229c] = ACTIONS(570), - [anon_sym_both] = ACTIONS(570), - [anon_sym_u2229] = ACTIONS(570), - [anon_sym_bracket] = ACTIONS(570), - [anon_sym_u2293] = ACTIONS(570), - [anon_sym_fork] = ACTIONS(570), - [anon_sym_u2283] = ACTIONS(570), - [anon_sym_under] = ACTIONS(570), - [anon_sym_u235c] = ACTIONS(570), - [anon_sym_fill] = ACTIONS(570), - [anon_sym_u2b1a] = ACTIONS(570), - [anon_sym_try] = ACTIONS(568), - [anon_sym_u2363] = ACTIONS(570), - [anon_sym_do] = ACTIONS(568), - [anon_sym_u2362] = ACTIONS(570), - [anon_sym_setinv] = ACTIONS(570), - [anon_sym_setunder] = ACTIONS(570), - [anon_sym_f] = ACTIONS(568), - [anon_sym_by] = ACTIONS(568), - [anon_sym_u22b8] = ACTIONS(570), - [anon_sym_quote] = ACTIONS(570), - [anon_sym_struct] = ACTIONS(570), - [anon_sym_u2765] = ACTIONS(570), - [anon_sym_u2192] = ACTIONS(570), - [anon_sym_u2237] = ACTIONS(570), - [anon_sym_u00b7] = ACTIONS(570), - [anon_sym_u235b] = ACTIONS(570), - [anon_sym_u2302] = ACTIONS(570), - [anon_sym_u21b0] = ACTIONS(570), - [anon_sym_unpack] = ACTIONS(570), - [anon_sym_u2290] = ACTIONS(570), - [anon_sym_u229d] = ACTIONS(570), - [anon_sym_cross] = ACTIONS(570), - [anon_sym_u22a0] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(570), - [anon_sym_deal] = ACTIONS(570), - [anon_sym_strands] = ACTIONS(570), - [anon_sym_u203f] = ACTIONS(570), - [anon_sym_member] = ACTIONS(568), - [anon_sym_u220a] = ACTIONS(570), - [anon_sym_coordinate] = ACTIONS(570), - [anon_sym_u27d4] = ACTIONS(570), - [anon_sym_u03bb] = ACTIONS(570), - [anon_sym_u22ca] = ACTIONS(570), - [sym__endOfLine] = ACTIONS(570), + [aux_sym_number_token1] = ACTIONS(554), + [sym_fraction] = ACTIONS(556), + [anon_sym_Days] = ACTIONS(554), + [anon_sym_Months] = ACTIONS(554), + [anon_sym_MonthDays] = ACTIONS(554), + [anon_sym_LeanMonthDays] = ACTIONS(554), + [anon_sym_White] = ACTIONS(554), + [anon_sym_Black] = ACTIONS(554), + [anon_sym_Red] = ACTIONS(554), + [anon_sym_Orange] = ACTIONS(554), + [anon_sym_Yellow] = ACTIONS(554), + [anon_sym_Green] = ACTIONS(554), + [anon_sym_Cyan] = ACTIONS(554), + [anon_sym_Blue] = ACTIONS(554), + [anon_sym_Purple] = ACTIONS(554), + [anon_sym_Magenta] = ACTIONS(554), + [anon_sym_Gay] = ACTIONS(554), + [anon_sym_Lesbian] = ACTIONS(554), + [anon_sym_Bi] = ACTIONS(554), + [anon_sym_Trans] = ACTIONS(554), + [anon_sym_Pan] = ACTIONS(554), + [anon_sym_Ace] = ACTIONS(554), + [anon_sym_Aro] = ACTIONS(554), + [anon_sym_Aroace] = ACTIONS(554), + [anon_sym_Enby] = ACTIONS(554), + [anon_sym_Fluid] = ACTIONS(554), + [anon_sym_Queer] = ACTIONS(554), + [anon_sym_Agender] = ACTIONS(554), + [anon_sym_PrideFlags] = ACTIONS(554), + [anon_sym_PrideFlagNames] = ACTIONS(554), + [anon_sym_True] = ACTIONS(554), + [anon_sym_False] = ACTIONS(554), + [anon_sym_NULL] = ACTIONS(554), + [anon_sym_Logo] = ACTIONS(554), + [anon_sym_Lena] = ACTIONS(554), + [anon_sym_Music] = ACTIONS(554), + [anon_sym_Lorem] = ACTIONS(554), + [anon_sym_Os] = ACTIONS(554), + [anon_sym_Family] = ACTIONS(554), + [anon_sym_Arch] = ACTIONS(554), + [anon_sym_ExeExt] = ACTIONS(554), + [anon_sym_DllExt] = ACTIONS(554), + [anon_sym_Sep] = ACTIONS(554), + [anon_sym_ThisFile] = ACTIONS(554), + [anon_sym_ThisFileName] = ACTIONS(554), + [anon_sym_ThisFileDir] = ACTIONS(554), + [anon_sym_WorkingDir] = ACTIONS(554), + [anon_sym_NumProcs] = ACTIONS(554), + [anon_sym_Planets] = ACTIONS(554), + [anon_sym_Zodiac] = ACTIONS(554), + [anon_sym_Suits] = ACTIONS(554), + [anon_sym_Cards] = ACTIONS(554), + [anon_sym_Chess] = ACTIONS(554), + [anon_sym_Moon] = ACTIONS(554), + [anon_sym_Skin] = ACTIONS(554), + [anon_sym_People] = ACTIONS(554), + [anon_sym_Hair] = ACTIONS(554), + [anon_sym_Cat] = ACTIONS(554), + [aux_sym_character_token1] = ACTIONS(556), + [sym_string] = ACTIONS(556), + [sym_multiLineString] = ACTIONS(556), + [anon_sym_PIPE] = ACTIONS(556), + [sym_identifier] = ACTIONS(554), + [sym_identifierDeprecated] = ACTIONS(554), + [sym_system] = ACTIONS(556), + [sym_comment] = ACTIONS(554), + [sym_openParen] = ACTIONS(556), + [sym_closeParen] = ACTIONS(556), + [sym_openCurly] = ACTIONS(556), + [sym_closeCurly] = ACTIONS(556), + [sym_openBracket] = ACTIONS(554), + [sym_closeBracket] = ACTIONS(556), + [sym_underscore] = ACTIONS(556), + [anon_sym_CARET] = ACTIONS(556), + [anon_sym_SQUOTE] = ACTIONS(554), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(556), + [anon_sym_e] = ACTIONS(554), + [anon_sym_NaN] = ACTIONS(554), + [anon_sym_eta] = ACTIONS(556), + [anon_sym_u03b7] = ACTIONS(554), + [anon_sym_pi] = ACTIONS(554), + [anon_sym_u03c0] = ACTIONS(554), + [anon_sym_tau] = ACTIONS(556), + [anon_sym_u03c4] = ACTIONS(554), + [anon_sym_infinity] = ACTIONS(556), + [anon_sym_u221e] = ACTIONS(556), + [anon_sym_W] = ACTIONS(554), + [anon_sym_i] = ACTIONS(554), + [anon_sym_MaxInt] = ACTIONS(554), + [anon_sym_HexDigits] = ACTIONS(554), + [anon_sym_DOT] = ACTIONS(556), + [anon_sym_COMMA] = ACTIONS(556), + [anon_sym_COLON] = ACTIONS(556), + [anon_sym_u25cc] = ACTIONS(556), + [anon_sym_identity] = ACTIONS(556), + [anon_sym_id] = ACTIONS(554), + [anon_sym_u2218] = ACTIONS(556), + [anon_sym_not] = ACTIONS(556), + [anon_sym_u00ac] = ACTIONS(556), + [anon_sym_sign] = ACTIONS(554), + [anon_sym_u00b1] = ACTIONS(556), + [anon_sym_BQUOTE] = ACTIONS(556), + [anon_sym_u00af] = ACTIONS(554), + [anon_sym_absolutevalue] = ACTIONS(556), + [anon_sym_u2335] = ACTIONS(556), + [anon_sym_sqrt] = ACTIONS(556), + [anon_sym_u221a] = ACTIONS(556), + [anon_sym_sine] = ACTIONS(556), + [anon_sym_u25cb] = ACTIONS(556), + [anon_sym_u223f] = ACTIONS(556), + [anon_sym_floor] = ACTIONS(556), + [anon_sym_u230a] = ACTIONS(556), + [anon_sym_ceiling] = ACTIONS(556), + [anon_sym_u2308] = ACTIONS(556), + [anon_sym_round] = ACTIONS(556), + [anon_sym_u2045] = ACTIONS(556), + [anon_sym_EQ] = ACTIONS(556), + [anon_sym_BANG_EQ] = ACTIONS(556), + [anon_sym_u2260] = ACTIONS(556), + [anon_sym_LT] = ACTIONS(554), + [anon_sym_LT_EQ] = ACTIONS(556), + [anon_sym_u2264] = ACTIONS(556), + [anon_sym_GT] = ACTIONS(554), + [anon_sym_GT_EQ] = ACTIONS(556), + [anon_sym_u2265] = ACTIONS(556), + [anon_sym_PLUS] = ACTIONS(556), + [anon_sym_DASH] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_u00d7] = ACTIONS(556), + [anon_sym_PERCENT] = ACTIONS(556), + [anon_sym_u00f7] = ACTIONS(556), + [anon_sym_modulus] = ACTIONS(556), + [anon_sym_u25ff] = ACTIONS(556), + [anon_sym_power] = ACTIONS(556), + [anon_sym_u207f] = ACTIONS(556), + [anon_sym_logarithm] = ACTIONS(556), + [anon_sym_u2099] = ACTIONS(556), + [anon_sym_minimum] = ACTIONS(556), + [anon_sym_u21a7] = ACTIONS(556), + [anon_sym_maximum] = ACTIONS(556), + [anon_sym_u21a5] = ACTIONS(556), + [anon_sym_atangent] = ACTIONS(556), + [anon_sym_u2220] = ACTIONS(556), + [anon_sym_length] = ACTIONS(556), + [anon_sym_u29fb] = ACTIONS(556), + [anon_sym_shape] = ACTIONS(556), + [anon_sym_u25b3] = ACTIONS(556), + [anon_sym_range] = ACTIONS(556), + [anon_sym_u21e1] = ACTIONS(556), + [anon_sym_first] = ACTIONS(556), + [anon_sym_u22a2] = ACTIONS(556), + [anon_sym_reverse] = ACTIONS(556), + [anon_sym_u21cc] = ACTIONS(556), + [anon_sym_deshape] = ACTIONS(556), + [anon_sym_u266d] = ACTIONS(556), + [anon_sym_bits] = ACTIONS(556), + [anon_sym_u22ef] = ACTIONS(556), + [anon_sym_transpose] = ACTIONS(556), + [anon_sym_u2349] = ACTIONS(556), + [anon_sym_rise] = ACTIONS(556), + [anon_sym_u234f] = ACTIONS(556), + [anon_sym_fall] = ACTIONS(556), + [anon_sym_u2356] = ACTIONS(556), + [anon_sym_where] = ACTIONS(556), + [anon_sym_u229a] = ACTIONS(556), + [anon_sym_classify] = ACTIONS(556), + [anon_sym_u229b] = ACTIONS(556), + [anon_sym_deduplicate] = ACTIONS(556), + [anon_sym_u25f4] = ACTIONS(556), + [anon_sym_box] = ACTIONS(556), + [anon_sym_u25a1] = ACTIONS(556), + [anon_sym_match] = ACTIONS(556), + [anon_sym_u224d] = ACTIONS(556), + [anon_sym_couple] = ACTIONS(556), + [anon_sym_u229f] = ACTIONS(556), + [anon_sym_join] = ACTIONS(556), + [anon_sym_u2282] = ACTIONS(556), + [anon_sym_select] = ACTIONS(556), + [anon_sym_u228f] = ACTIONS(556), + [anon_sym_pick] = ACTIONS(556), + [anon_sym_u22a1] = ACTIONS(556), + [anon_sym_reshape] = ACTIONS(556), + [anon_sym_u21af] = ACTIONS(556), + [anon_sym_take] = ACTIONS(556), + [anon_sym_u2199] = ACTIONS(556), + [anon_sym_drop] = ACTIONS(556), + [anon_sym_u2198] = ACTIONS(556), + [anon_sym_rotate] = ACTIONS(556), + [anon_sym_u21bb] = ACTIONS(556), + [anon_sym_windows] = ACTIONS(556), + [anon_sym_u25eb] = ACTIONS(556), + [anon_sym_keep] = ACTIONS(556), + [anon_sym_u25bd] = ACTIONS(556), + [anon_sym_find] = ACTIONS(556), + [anon_sym_u2315] = ACTIONS(556), + [anon_sym_indexof] = ACTIONS(556), + [anon_sym_u2297] = ACTIONS(556), + [anon_sym_assert] = ACTIONS(556), + [anon_sym_u2364] = ACTIONS(556), + [anon_sym_wait] = ACTIONS(556), + [anon_sym_parse] = ACTIONS(556), + [anon_sym_u22d5] = ACTIONS(556), + [anon_sym_random] = ACTIONS(556), + [anon_sym_u2682] = ACTIONS(556), + [anon_sym_gen] = ACTIONS(556), + [anon_sym_tag] = ACTIONS(556), + [anon_sym_now] = ACTIONS(556), + [anon_sym_type] = ACTIONS(556), + [anon_sym_u2e2e] = ACTIONS(556), + [anon_sym_dump] = ACTIONS(556), + [anon_sym_regex] = ACTIONS(556), + [anon_sym_send] = ACTIONS(556), + [anon_sym_recv] = ACTIONS(556), + [anon_sym_tryrecv] = ACTIONS(556), + [anon_sym_complex] = ACTIONS(556), + [anon_sym_u2102] = ACTIONS(556), + [anon_sym_rerank] = ACTIONS(556), + [anon_sym_u2607] = ACTIONS(556), + [anon_sym_fix] = ACTIONS(556), + [anon_sym_u00a4] = ACTIONS(556), + [anon_sym_QMARK] = ACTIONS(556), + [anon_sym_unique] = ACTIONS(556), + [anon_sym_u25f0] = ACTIONS(556), + [anon_sym_map] = ACTIONS(556), + [anon_sym_has] = ACTIONS(556), + [anon_sym_get] = ACTIONS(556), + [anon_sym_insert] = ACTIONS(556), + [anon_sym_remove] = ACTIONS(556), + [anon_sym_repr] = ACTIONS(556), + [anon_sym_mask] = ACTIONS(556), + [anon_sym_u29b7] = ACTIONS(556), + [anon_sym_csv] = ACTIONS(556), + [anon_sym_json] = ACTIONS(556), + [anon_sym_xlsx] = ACTIONS(556), + [anon_sym_memberOf] = ACTIONS(556), + [anon_sym_u2208] = ACTIONS(556), + [anon_sym_imen] = ACTIONS(556), + [anon_sym_gife] = ACTIONS(556), + [anon_sym_auden] = ACTIONS(556), + [anon_sym_utfu2088] = ACTIONS(556), + [anon_sym_datetime] = ACTIONS(556), + [anon_sym_choose] = ACTIONS(556), + [anon_sym_permute] = ACTIONS(556), + [anon_sym_orient] = ACTIONS(556), + [anon_sym_u2938] = ACTIONS(556), + [anon_sym_fft] = ACTIONS(556), + [anon_sym_graphemes] = ACTIONS(556), + [anon_sym_timezone] = ACTIONS(556), + [anon_sym_around] = ACTIONS(556), + [anon_sym_u2019] = ACTIONS(556), + [anon_sym_base] = ACTIONS(556), + [anon_sym_sort] = ACTIONS(556), + [anon_sym_u2346] = ACTIONS(556), + [anon_sym_last] = ACTIONS(556), + [anon_sym_u22a3] = ACTIONS(556), + [anon_sym_reduce] = ACTIONS(556), + [anon_sym_SLASH] = ACTIONS(556), + [anon_sym_scan] = ACTIONS(556), + [anon_sym_BSLASH] = ACTIONS(556), + [anon_sym_each] = ACTIONS(556), + [anon_sym_u2235] = ACTIONS(556), + [anon_sym_rows] = ACTIONS(556), + [anon_sym_u2261] = ACTIONS(556), + [anon_sym_repeat] = ACTIONS(556), + [anon_sym_u2365] = ACTIONS(556), + [anon_sym_dip] = ACTIONS(556), + [anon_sym_u2299] = ACTIONS(556), + [anon_sym_gap] = ACTIONS(556), + [anon_sym_u22c5] = ACTIONS(556), + [anon_sym_spawn] = ACTIONS(556), + [anon_sym_rectify] = ACTIONS(556), + [anon_sym_u2305] = ACTIONS(556), + [anon_sym_un] = ACTIONS(554), + [anon_sym_u00b0] = ACTIONS(556), + [anon_sym_on] = ACTIONS(554), + [anon_sym_u27dc] = ACTIONS(556), + [anon_sym_inventory] = ACTIONS(556), + [anon_sym_u235a] = ACTIONS(556), + [anon_sym_content] = ACTIONS(556), + [anon_sym_u25c7] = ACTIONS(556), + [anon_sym_pool] = ACTIONS(556), + [anon_sym_stringify] = ACTIONS(556), + [anon_sym_signature] = ACTIONS(556), + [anon_sym_triangle] = ACTIONS(556), + [anon_sym_u25f9] = ACTIONS(556), + [anon_sym_astar] = ACTIONS(556), + [anon_sym_with] = ACTIONS(556), + [anon_sym_u2919] = ACTIONS(556), + [anon_sym_off] = ACTIONS(556), + [anon_sym_u291a] = ACTIONS(556), + [anon_sym_above] = ACTIONS(556), + [anon_sym_u25e0] = ACTIONS(556), + [anon_sym_below] = ACTIONS(556), + [anon_sym_u25e1] = ACTIONS(556), + [anon_sym_anti] = ACTIONS(556), + [anon_sym_u231d] = ACTIONS(556), + [anon_sym_obverse] = ACTIONS(556), + [anon_sym_toples] = ACTIONS(556), + [anon_sym_u29c5] = ACTIONS(556), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(556), + [anon_sym_fold] = ACTIONS(556), + [anon_sym_u2227] = ACTIONS(556), + [anon_sym_table] = ACTIONS(556), + [anon_sym_u229e] = ACTIONS(556), + [anon_sym_group] = ACTIONS(556), + [anon_sym_u2295] = ACTIONS(556), + [anon_sym_partition] = ACTIONS(556), + [anon_sym_u229c] = ACTIONS(556), + [anon_sym_both] = ACTIONS(556), + [anon_sym_u2229] = ACTIONS(556), + [anon_sym_bracket] = ACTIONS(556), + [anon_sym_u2293] = ACTIONS(556), + [anon_sym_fork] = ACTIONS(556), + [anon_sym_u2283] = ACTIONS(556), + [anon_sym_under] = ACTIONS(556), + [anon_sym_u235c] = ACTIONS(556), + [anon_sym_fill] = ACTIONS(556), + [anon_sym_u2b1a] = ACTIONS(556), + [anon_sym_try] = ACTIONS(554), + [anon_sym_u2363] = ACTIONS(556), + [anon_sym_do] = ACTIONS(554), + [anon_sym_u2362] = ACTIONS(556), + [anon_sym_f] = ACTIONS(554), + [anon_sym_by] = ACTIONS(554), + [anon_sym_u22b8] = ACTIONS(556), + [anon_sym_quote] = ACTIONS(556), + [anon_sym_u2765] = ACTIONS(556), + [anon_sym_u2192] = ACTIONS(556), + [anon_sym_u2237] = ACTIONS(556), + [anon_sym_u00b7] = ACTIONS(556), + [anon_sym_u235b] = ACTIONS(556), + [anon_sym_u2302] = ACTIONS(556), + [anon_sym_u21b0] = ACTIONS(556), + [anon_sym_unpack] = ACTIONS(556), + [anon_sym_u2290] = ACTIONS(556), + [anon_sym_u229d] = ACTIONS(556), + [anon_sym_cross] = ACTIONS(556), + [anon_sym_u22a0] = ACTIONS(556), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_deal] = ACTIONS(556), + [anon_sym_member] = ACTIONS(554), + [anon_sym_u220a] = ACTIONS(556), + [anon_sym_coordinate] = ACTIONS(556), + [anon_sym_u27d4] = ACTIONS(556), + [anon_sym_u03bb] = ACTIONS(556), + [anon_sym_u22ca] = ACTIONS(556), + [anon_sym_chunk] = ACTIONS(556), + [anon_sym_u2444] = ACTIONS(556), + [anon_sym_setinv] = ACTIONS(556), + [anon_sym_setund] = ACTIONS(556), + [anon_sym_struct] = ACTIONS(556), + [sym__endOfLine] = ACTIONS(556), }, [101] = { - [aux_sym_number_token1] = ACTIONS(576), - [sym_fraction] = ACTIONS(578), - [anon_sym_Days] = ACTIONS(576), - [anon_sym_Months] = ACTIONS(576), - [anon_sym_MonthDays] = ACTIONS(576), - [anon_sym_LeanMonthDays] = ACTIONS(576), - [anon_sym_White] = ACTIONS(576), - [anon_sym_Black] = ACTIONS(576), - [anon_sym_Red] = ACTIONS(576), - [anon_sym_Orange] = ACTIONS(576), - [anon_sym_Yellow] = ACTIONS(576), - [anon_sym_Green] = ACTIONS(576), - [anon_sym_Cyan] = ACTIONS(576), - [anon_sym_Blue] = ACTIONS(576), - [anon_sym_Purple] = ACTIONS(576), - [anon_sym_Magenta] = ACTIONS(576), - [anon_sym_Gay] = ACTIONS(576), - [anon_sym_Lesbian] = ACTIONS(576), - [anon_sym_Bi] = ACTIONS(576), - [anon_sym_Trans] = ACTIONS(576), - [anon_sym_Pan] = ACTIONS(576), - [anon_sym_Ace] = ACTIONS(576), - [anon_sym_Aro] = ACTIONS(576), - [anon_sym_Aroace] = ACTIONS(576), - [anon_sym_Enby] = ACTIONS(576), - [anon_sym_Fluid] = ACTIONS(576), - [anon_sym_Queer] = ACTIONS(576), - [anon_sym_Agender] = ACTIONS(576), - [anon_sym_PrideFlags] = ACTIONS(576), - [anon_sym_PrideFlagNames] = ACTIONS(576), - [anon_sym_True] = ACTIONS(576), - [anon_sym_False] = ACTIONS(576), - [anon_sym_NULL] = ACTIONS(576), - [anon_sym_Logo] = ACTIONS(576), - [anon_sym_Lena] = ACTIONS(576), - [anon_sym_Music] = ACTIONS(576), - [anon_sym_Lorem] = ACTIONS(576), - [anon_sym_Os] = ACTIONS(576), - [anon_sym_Family] = ACTIONS(576), - [anon_sym_Arch] = ACTIONS(576), - [anon_sym_ExeExt] = ACTIONS(576), - [anon_sym_DllExt] = ACTIONS(576), - [anon_sym_Sep] = ACTIONS(576), - [anon_sym_ThisFile] = ACTIONS(576), - [anon_sym_ThisFileName] = ACTIONS(576), - [anon_sym_ThisFileDir] = ACTIONS(576), - [anon_sym_WorkingDir] = ACTIONS(576), - [anon_sym_NumProcs] = ACTIONS(576), - [anon_sym_Planets] = ACTIONS(576), - [anon_sym_Zodiac] = ACTIONS(576), - [anon_sym_Suits] = ACTIONS(576), - [anon_sym_Cards] = ACTIONS(576), - [anon_sym_Chess] = ACTIONS(576), - [anon_sym_Moon] = ACTIONS(576), - [anon_sym_Skin] = ACTIONS(576), - [anon_sym_People] = ACTIONS(576), - [anon_sym_Hair] = ACTIONS(576), - [aux_sym_character_token1] = ACTIONS(578), - [sym_string] = ACTIONS(578), - [sym_multiLineString] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [sym_identifier] = ACTIONS(576), - [sym_identifierDeprecated] = ACTIONS(576), - [sym_system] = ACTIONS(578), - [sym_comment] = ACTIONS(576), - [sym_openParen] = ACTIONS(578), - [sym_closeParen] = ACTIONS(578), - [sym_openCurly] = ACTIONS(578), - [sym_closeCurly] = ACTIONS(578), - [sym_openBracket] = ACTIONS(578), - [sym_closeBracket] = ACTIONS(578), - [sym_underscore] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [anon_sym_SQUOTE] = ACTIONS(576), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(578), - [anon_sym_e] = ACTIONS(576), - [anon_sym_NaN] = ACTIONS(576), - [anon_sym_eta] = ACTIONS(578), - [anon_sym_u03b7] = ACTIONS(576), - [anon_sym_pi] = ACTIONS(576), - [anon_sym_u03c0] = ACTIONS(576), - [anon_sym_tau] = ACTIONS(578), - [anon_sym_u03c4] = ACTIONS(576), - [anon_sym_infinity] = ACTIONS(578), - [anon_sym_u221e] = ACTIONS(578), - [anon_sym_W] = ACTIONS(576), - [anon_sym_i] = ACTIONS(576), - [anon_sym_MaxInt] = ACTIONS(576), - [anon_sym_HexDigits] = ACTIONS(576), - [anon_sym_DOT] = ACTIONS(578), - [anon_sym_COMMA] = ACTIONS(578), - [anon_sym_COLON] = ACTIONS(578), - [anon_sym_u25cc] = ACTIONS(578), - [anon_sym_identity] = ACTIONS(578), - [anon_sym_id] = ACTIONS(576), - [anon_sym_u2218] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_u00ac] = ACTIONS(578), - [anon_sym_sign] = ACTIONS(576), - [anon_sym_u00b1] = ACTIONS(578), - [anon_sym_BQUOTE] = ACTIONS(578), - [anon_sym_u00af] = ACTIONS(576), - [anon_sym_absolutevalue] = ACTIONS(578), - [anon_sym_u2335] = ACTIONS(578), - [anon_sym_sqrt] = ACTIONS(578), - [anon_sym_u221a] = ACTIONS(578), - [anon_sym_sine] = ACTIONS(578), - [anon_sym_u25cb] = ACTIONS(578), - [anon_sym_u223f] = ACTIONS(578), - [anon_sym_floor] = ACTIONS(578), - [anon_sym_u230a] = ACTIONS(578), - [anon_sym_ceiling] = ACTIONS(578), - [anon_sym_u2308] = ACTIONS(578), - [anon_sym_round] = ACTIONS(578), - [anon_sym_u2045] = ACTIONS(578), - [anon_sym_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_u2260] = ACTIONS(578), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_u2264] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(576), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_u2265] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_u00d7] = ACTIONS(578), - [anon_sym_PERCENT] = ACTIONS(578), - [anon_sym_u00f7] = ACTIONS(578), - [anon_sym_modulus] = ACTIONS(578), - [anon_sym_u25ff] = ACTIONS(578), - [anon_sym_power] = ACTIONS(578), - [anon_sym_u207f] = ACTIONS(578), - [anon_sym_logarithm] = ACTIONS(578), - [anon_sym_u2099] = ACTIONS(578), - [anon_sym_minimum] = ACTIONS(578), - [anon_sym_u21a7] = ACTIONS(578), - [anon_sym_maximum] = ACTIONS(578), - [anon_sym_u21a5] = ACTIONS(578), - [anon_sym_atangent] = ACTIONS(578), - [anon_sym_u2220] = ACTIONS(578), - [anon_sym_length] = ACTIONS(578), - [anon_sym_u29fb] = ACTIONS(578), - [anon_sym_shape] = ACTIONS(578), - [anon_sym_u25b3] = ACTIONS(578), - [anon_sym_range] = ACTIONS(578), - [anon_sym_u21e1] = ACTIONS(578), - [anon_sym_first] = ACTIONS(578), - [anon_sym_u22a2] = ACTIONS(578), - [anon_sym_reverse] = ACTIONS(578), - [anon_sym_u21cc] = ACTIONS(578), - [anon_sym_deshape] = ACTIONS(578), - [anon_sym_u266d] = ACTIONS(578), - [anon_sym_bits] = ACTIONS(578), - [anon_sym_u22ef] = ACTIONS(578), - [anon_sym_transpose] = ACTIONS(578), - [anon_sym_u2349] = ACTIONS(578), - [anon_sym_rise] = ACTIONS(578), - [anon_sym_u234f] = ACTIONS(578), - [anon_sym_fall] = ACTIONS(578), - [anon_sym_u2356] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_u229a] = ACTIONS(578), - [anon_sym_classify] = ACTIONS(578), - [anon_sym_u229b] = ACTIONS(578), - [anon_sym_deduplicate] = ACTIONS(578), - [anon_sym_u25f4] = ACTIONS(578), - [anon_sym_box] = ACTIONS(578), - [anon_sym_u25a1] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_u224d] = ACTIONS(578), - [anon_sym_couple] = ACTIONS(578), - [anon_sym_u229f] = ACTIONS(578), - [anon_sym_join] = ACTIONS(578), - [anon_sym_u2282] = ACTIONS(578), - [anon_sym_select] = ACTIONS(578), - [anon_sym_u228f] = ACTIONS(578), - [anon_sym_pick] = ACTIONS(578), - [anon_sym_u22a1] = ACTIONS(578), - [anon_sym_reshape] = ACTIONS(578), - [anon_sym_u21af] = ACTIONS(578), - [anon_sym_take] = ACTIONS(578), - [anon_sym_u2199] = ACTIONS(578), - [anon_sym_drop] = ACTIONS(578), - [anon_sym_u2198] = ACTIONS(578), - [anon_sym_rotate] = ACTIONS(578), - [anon_sym_u21bb] = ACTIONS(578), - [anon_sym_windows] = ACTIONS(578), - [anon_sym_u25eb] = ACTIONS(578), - [anon_sym_keep] = ACTIONS(578), - [anon_sym_u25bd] = ACTIONS(578), - [anon_sym_find] = ACTIONS(578), - [anon_sym_u2315] = ACTIONS(578), - [anon_sym_indexof] = ACTIONS(578), - [anon_sym_u2297] = ACTIONS(578), - [anon_sym_assert] = ACTIONS(578), - [anon_sym_u2364] = ACTIONS(578), - [anon_sym_wait] = ACTIONS(578), - [anon_sym_parse] = ACTIONS(578), - [anon_sym_u22d5] = ACTIONS(578), - [anon_sym_random] = ACTIONS(578), - [anon_sym_u2682] = ACTIONS(578), - [anon_sym_gen] = ACTIONS(578), - [anon_sym_tag] = ACTIONS(578), - [anon_sym_now] = ACTIONS(578), - [anon_sym_type] = ACTIONS(578), - [anon_sym_u2e2e] = ACTIONS(578), - [anon_sym_dump] = ACTIONS(578), - [anon_sym_regex] = ACTIONS(578), - [anon_sym_send] = ACTIONS(578), - [anon_sym_recv] = ACTIONS(578), - [anon_sym_tryrecv] = ACTIONS(578), - [anon_sym_complex] = ACTIONS(578), - [anon_sym_u2102] = ACTIONS(578), - [anon_sym_rerank] = ACTIONS(578), - [anon_sym_u2607] = ACTIONS(578), - [anon_sym_fix] = ACTIONS(578), - [anon_sym_u00a4] = ACTIONS(578), - [anon_sym_QMARK] = ACTIONS(578), - [anon_sym_unique] = ACTIONS(578), - [anon_sym_u25f0] = ACTIONS(578), - [anon_sym_map] = ACTIONS(578), - [anon_sym_has] = ACTIONS(578), - [anon_sym_get] = ACTIONS(578), - [anon_sym_insert] = ACTIONS(578), - [anon_sym_remove] = ACTIONS(578), - [anon_sym_repr] = ACTIONS(578), - [anon_sym_mask] = ACTIONS(578), - [anon_sym_u29b7] = ACTIONS(578), - [anon_sym_csv] = ACTIONS(578), - [anon_sym_json] = ACTIONS(578), - [anon_sym_xlsx] = ACTIONS(578), - [anon_sym_memberOf] = ACTIONS(578), - [anon_sym_u2208] = ACTIONS(578), - [anon_sym_imen] = ACTIONS(578), - [anon_sym_gife] = ACTIONS(578), - [anon_sym_auden] = ACTIONS(578), - [anon_sym_utfu2088] = ACTIONS(578), - [anon_sym_datetime] = ACTIONS(578), - [anon_sym_chunk] = ACTIONS(578), - [anon_sym_u2444] = ACTIONS(578), - [anon_sym_choose] = ACTIONS(578), - [anon_sym_permute] = ACTIONS(578), - [anon_sym_orient] = ACTIONS(578), - [anon_sym_fft] = ACTIONS(578), - [anon_sym_reduce] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_scan] = ACTIONS(578), - [anon_sym_BSLASH] = ACTIONS(578), - [anon_sym_each] = ACTIONS(578), - [anon_sym_u2235] = ACTIONS(578), - [anon_sym_rows] = ACTIONS(578), - [anon_sym_u2261] = ACTIONS(578), - [anon_sym_repeat] = ACTIONS(578), - [anon_sym_u2365] = ACTIONS(578), - [anon_sym_dip] = ACTIONS(578), - [anon_sym_u2299] = ACTIONS(578), - [anon_sym_gap] = ACTIONS(578), - [anon_sym_u22c5] = ACTIONS(578), - [anon_sym_spawn] = ACTIONS(578), - [anon_sym_rectify] = ACTIONS(578), - [anon_sym_u2305] = ACTIONS(578), - [anon_sym_un] = ACTIONS(576), - [anon_sym_u00b0] = ACTIONS(578), - [anon_sym_on] = ACTIONS(576), - [anon_sym_u27dc] = ACTIONS(578), - [anon_sym_inventory] = ACTIONS(578), - [anon_sym_u235a] = ACTIONS(578), - [anon_sym_content] = ACTIONS(578), - [anon_sym_u25c7] = ACTIONS(578), - [anon_sym_pool] = ACTIONS(578), - [anon_sym_stringify] = ACTIONS(578), - [anon_sym_signature] = ACTIONS(578), - [anon_sym_triangle] = ACTIONS(578), - [anon_sym_u25f9] = ACTIONS(578), - [anon_sym_astar] = ACTIONS(578), - [anon_sym_but] = ACTIONS(578), - [anon_sym_u2919] = ACTIONS(578), - [anon_sym_with] = ACTIONS(578), - [anon_sym_u291a] = ACTIONS(578), - [anon_sym_above] = ACTIONS(578), - [anon_sym_u25e0] = ACTIONS(578), - [anon_sym_below] = ACTIONS(578), - [anon_sym_u25e1] = ACTIONS(578), - [anon_sym_fold] = ACTIONS(578), - [anon_sym_u2227] = ACTIONS(578), - [anon_sym_table] = ACTIONS(578), - [anon_sym_u229e] = ACTIONS(578), - [anon_sym_group] = ACTIONS(578), - [anon_sym_u2295] = ACTIONS(578), - [anon_sym_partition] = ACTIONS(578), - [anon_sym_u229c] = ACTIONS(578), - [anon_sym_both] = ACTIONS(578), - [anon_sym_u2229] = ACTIONS(578), - [anon_sym_bracket] = ACTIONS(578), - [anon_sym_u2293] = ACTIONS(578), - [anon_sym_fork] = ACTIONS(578), - [anon_sym_u2283] = ACTIONS(578), - [anon_sym_under] = ACTIONS(578), - [anon_sym_u235c] = ACTIONS(578), - [anon_sym_fill] = ACTIONS(578), - [anon_sym_u2b1a] = ACTIONS(578), - [anon_sym_try] = ACTIONS(576), - [anon_sym_u2363] = ACTIONS(578), - [anon_sym_do] = ACTIONS(576), - [anon_sym_u2362] = ACTIONS(578), - [anon_sym_setinv] = ACTIONS(578), - [anon_sym_setunder] = ACTIONS(578), - [anon_sym_f] = ACTIONS(576), - [anon_sym_by] = ACTIONS(576), - [anon_sym_u22b8] = ACTIONS(578), - [anon_sym_quote] = ACTIONS(578), - [anon_sym_struct] = ACTIONS(578), - [anon_sym_u2765] = ACTIONS(578), - [anon_sym_u2192] = ACTIONS(578), - [anon_sym_u2237] = ACTIONS(578), - [anon_sym_u00b7] = ACTIONS(578), - [anon_sym_u235b] = ACTIONS(578), - [anon_sym_u2302] = ACTIONS(578), - [anon_sym_u21b0] = ACTIONS(578), - [anon_sym_unpack] = ACTIONS(578), - [anon_sym_u2290] = ACTIONS(578), - [anon_sym_u229d] = ACTIONS(578), - [anon_sym_cross] = ACTIONS(578), - [anon_sym_u22a0] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_deal] = ACTIONS(578), - [anon_sym_strands] = ACTIONS(578), - [anon_sym_u203f] = ACTIONS(578), - [anon_sym_member] = ACTIONS(576), - [anon_sym_u220a] = ACTIONS(578), - [anon_sym_coordinate] = ACTIONS(578), - [anon_sym_u27d4] = ACTIONS(578), - [anon_sym_u03bb] = ACTIONS(578), - [anon_sym_u22ca] = ACTIONS(578), - [sym__endOfLine] = ACTIONS(578), + [aux_sym_number_token1] = ACTIONS(558), + [sym_fraction] = ACTIONS(560), + [anon_sym_Days] = ACTIONS(558), + [anon_sym_Months] = ACTIONS(558), + [anon_sym_MonthDays] = ACTIONS(558), + [anon_sym_LeanMonthDays] = ACTIONS(558), + [anon_sym_White] = ACTIONS(558), + [anon_sym_Black] = ACTIONS(558), + [anon_sym_Red] = ACTIONS(558), + [anon_sym_Orange] = ACTIONS(558), + [anon_sym_Yellow] = ACTIONS(558), + [anon_sym_Green] = ACTIONS(558), + [anon_sym_Cyan] = ACTIONS(558), + [anon_sym_Blue] = ACTIONS(558), + [anon_sym_Purple] = ACTIONS(558), + [anon_sym_Magenta] = ACTIONS(558), + [anon_sym_Gay] = ACTIONS(558), + [anon_sym_Lesbian] = ACTIONS(558), + [anon_sym_Bi] = ACTIONS(558), + [anon_sym_Trans] = ACTIONS(558), + [anon_sym_Pan] = ACTIONS(558), + [anon_sym_Ace] = ACTIONS(558), + [anon_sym_Aro] = ACTIONS(558), + [anon_sym_Aroace] = ACTIONS(558), + [anon_sym_Enby] = ACTIONS(558), + [anon_sym_Fluid] = ACTIONS(558), + [anon_sym_Queer] = ACTIONS(558), + [anon_sym_Agender] = ACTIONS(558), + [anon_sym_PrideFlags] = ACTIONS(558), + [anon_sym_PrideFlagNames] = ACTIONS(558), + [anon_sym_True] = ACTIONS(558), + [anon_sym_False] = ACTIONS(558), + [anon_sym_NULL] = ACTIONS(558), + [anon_sym_Logo] = ACTIONS(558), + [anon_sym_Lena] = ACTIONS(558), + [anon_sym_Music] = ACTIONS(558), + [anon_sym_Lorem] = ACTIONS(558), + [anon_sym_Os] = ACTIONS(558), + [anon_sym_Family] = ACTIONS(558), + [anon_sym_Arch] = ACTIONS(558), + [anon_sym_ExeExt] = ACTIONS(558), + [anon_sym_DllExt] = ACTIONS(558), + [anon_sym_Sep] = ACTIONS(558), + [anon_sym_ThisFile] = ACTIONS(558), + [anon_sym_ThisFileName] = ACTIONS(558), + [anon_sym_ThisFileDir] = ACTIONS(558), + [anon_sym_WorkingDir] = ACTIONS(558), + [anon_sym_NumProcs] = ACTIONS(558), + [anon_sym_Planets] = ACTIONS(558), + [anon_sym_Zodiac] = ACTIONS(558), + [anon_sym_Suits] = ACTIONS(558), + [anon_sym_Cards] = ACTIONS(558), + [anon_sym_Chess] = ACTIONS(558), + [anon_sym_Moon] = ACTIONS(558), + [anon_sym_Skin] = ACTIONS(558), + [anon_sym_People] = ACTIONS(558), + [anon_sym_Hair] = ACTIONS(558), + [anon_sym_Cat] = ACTIONS(558), + [aux_sym_character_token1] = ACTIONS(560), + [sym_string] = ACTIONS(560), + [sym_multiLineString] = ACTIONS(560), + [anon_sym_PIPE] = ACTIONS(560), + [sym_identifier] = ACTIONS(558), + [sym_identifierDeprecated] = ACTIONS(558), + [sym_system] = ACTIONS(560), + [sym_comment] = ACTIONS(558), + [sym_openParen] = ACTIONS(560), + [sym_closeParen] = ACTIONS(560), + [sym_openCurly] = ACTIONS(560), + [sym_closeCurly] = ACTIONS(560), + [sym_openBracket] = ACTIONS(558), + [sym_closeBracket] = ACTIONS(560), + [sym_underscore] = ACTIONS(560), + [anon_sym_CARET] = ACTIONS(560), + [anon_sym_SQUOTE] = ACTIONS(558), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(560), + [anon_sym_e] = ACTIONS(558), + [anon_sym_NaN] = ACTIONS(558), + [anon_sym_eta] = ACTIONS(560), + [anon_sym_u03b7] = ACTIONS(558), + [anon_sym_pi] = ACTIONS(558), + [anon_sym_u03c0] = ACTIONS(558), + [anon_sym_tau] = ACTIONS(560), + [anon_sym_u03c4] = ACTIONS(558), + [anon_sym_infinity] = ACTIONS(560), + [anon_sym_u221e] = ACTIONS(560), + [anon_sym_W] = ACTIONS(558), + [anon_sym_i] = ACTIONS(558), + [anon_sym_MaxInt] = ACTIONS(558), + [anon_sym_HexDigits] = ACTIONS(558), + [anon_sym_DOT] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(560), + [anon_sym_COLON] = ACTIONS(560), + [anon_sym_u25cc] = ACTIONS(560), + [anon_sym_identity] = ACTIONS(560), + [anon_sym_id] = ACTIONS(558), + [anon_sym_u2218] = ACTIONS(560), + [anon_sym_not] = ACTIONS(560), + [anon_sym_u00ac] = ACTIONS(560), + [anon_sym_sign] = ACTIONS(558), + [anon_sym_u00b1] = ACTIONS(560), + [anon_sym_BQUOTE] = ACTIONS(560), + [anon_sym_u00af] = ACTIONS(558), + [anon_sym_absolutevalue] = ACTIONS(560), + [anon_sym_u2335] = ACTIONS(560), + [anon_sym_sqrt] = ACTIONS(560), + [anon_sym_u221a] = ACTIONS(560), + [anon_sym_sine] = ACTIONS(560), + [anon_sym_u25cb] = ACTIONS(560), + [anon_sym_u223f] = ACTIONS(560), + [anon_sym_floor] = ACTIONS(560), + [anon_sym_u230a] = ACTIONS(560), + [anon_sym_ceiling] = ACTIONS(560), + [anon_sym_u2308] = ACTIONS(560), + [anon_sym_round] = ACTIONS(560), + [anon_sym_u2045] = ACTIONS(560), + [anon_sym_EQ] = ACTIONS(560), + [anon_sym_BANG_EQ] = ACTIONS(560), + [anon_sym_u2260] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(558), + [anon_sym_LT_EQ] = ACTIONS(560), + [anon_sym_u2264] = ACTIONS(560), + [anon_sym_GT] = ACTIONS(558), + [anon_sym_GT_EQ] = ACTIONS(560), + [anon_sym_u2265] = ACTIONS(560), + [anon_sym_PLUS] = ACTIONS(560), + [anon_sym_DASH] = ACTIONS(560), + [anon_sym_STAR] = ACTIONS(560), + [anon_sym_u00d7] = ACTIONS(560), + [anon_sym_PERCENT] = ACTIONS(560), + [anon_sym_u00f7] = ACTIONS(560), + [anon_sym_modulus] = ACTIONS(560), + [anon_sym_u25ff] = ACTIONS(560), + [anon_sym_power] = ACTIONS(560), + [anon_sym_u207f] = ACTIONS(560), + [anon_sym_logarithm] = ACTIONS(560), + [anon_sym_u2099] = ACTIONS(560), + [anon_sym_minimum] = ACTIONS(560), + [anon_sym_u21a7] = ACTIONS(560), + [anon_sym_maximum] = ACTIONS(560), + [anon_sym_u21a5] = ACTIONS(560), + [anon_sym_atangent] = ACTIONS(560), + [anon_sym_u2220] = ACTIONS(560), + [anon_sym_length] = ACTIONS(560), + [anon_sym_u29fb] = ACTIONS(560), + [anon_sym_shape] = ACTIONS(560), + [anon_sym_u25b3] = ACTIONS(560), + [anon_sym_range] = ACTIONS(560), + [anon_sym_u21e1] = ACTIONS(560), + [anon_sym_first] = ACTIONS(560), + [anon_sym_u22a2] = ACTIONS(560), + [anon_sym_reverse] = ACTIONS(560), + [anon_sym_u21cc] = ACTIONS(560), + [anon_sym_deshape] = ACTIONS(560), + [anon_sym_u266d] = ACTIONS(560), + [anon_sym_bits] = ACTIONS(560), + [anon_sym_u22ef] = ACTIONS(560), + [anon_sym_transpose] = ACTIONS(560), + [anon_sym_u2349] = ACTIONS(560), + [anon_sym_rise] = ACTIONS(560), + [anon_sym_u234f] = ACTIONS(560), + [anon_sym_fall] = ACTIONS(560), + [anon_sym_u2356] = ACTIONS(560), + [anon_sym_where] = ACTIONS(560), + [anon_sym_u229a] = ACTIONS(560), + [anon_sym_classify] = ACTIONS(560), + [anon_sym_u229b] = ACTIONS(560), + [anon_sym_deduplicate] = ACTIONS(560), + [anon_sym_u25f4] = ACTIONS(560), + [anon_sym_box] = ACTIONS(560), + [anon_sym_u25a1] = ACTIONS(560), + [anon_sym_match] = ACTIONS(560), + [anon_sym_u224d] = ACTIONS(560), + [anon_sym_couple] = ACTIONS(560), + [anon_sym_u229f] = ACTIONS(560), + [anon_sym_join] = ACTIONS(560), + [anon_sym_u2282] = ACTIONS(560), + [anon_sym_select] = ACTIONS(560), + [anon_sym_u228f] = ACTIONS(560), + [anon_sym_pick] = ACTIONS(560), + [anon_sym_u22a1] = ACTIONS(560), + [anon_sym_reshape] = ACTIONS(560), + [anon_sym_u21af] = ACTIONS(560), + [anon_sym_take] = ACTIONS(560), + [anon_sym_u2199] = ACTIONS(560), + [anon_sym_drop] = ACTIONS(560), + [anon_sym_u2198] = ACTIONS(560), + [anon_sym_rotate] = ACTIONS(560), + [anon_sym_u21bb] = ACTIONS(560), + [anon_sym_windows] = ACTIONS(560), + [anon_sym_u25eb] = ACTIONS(560), + [anon_sym_keep] = ACTIONS(560), + [anon_sym_u25bd] = ACTIONS(560), + [anon_sym_find] = ACTIONS(560), + [anon_sym_u2315] = ACTIONS(560), + [anon_sym_indexof] = ACTIONS(560), + [anon_sym_u2297] = ACTIONS(560), + [anon_sym_assert] = ACTIONS(560), + [anon_sym_u2364] = ACTIONS(560), + [anon_sym_wait] = ACTIONS(560), + [anon_sym_parse] = ACTIONS(560), + [anon_sym_u22d5] = ACTIONS(560), + [anon_sym_random] = ACTIONS(560), + [anon_sym_u2682] = ACTIONS(560), + [anon_sym_gen] = ACTIONS(560), + [anon_sym_tag] = ACTIONS(560), + [anon_sym_now] = ACTIONS(560), + [anon_sym_type] = ACTIONS(560), + [anon_sym_u2e2e] = ACTIONS(560), + [anon_sym_dump] = ACTIONS(560), + [anon_sym_regex] = ACTIONS(560), + [anon_sym_send] = ACTIONS(560), + [anon_sym_recv] = ACTIONS(560), + [anon_sym_tryrecv] = ACTIONS(560), + [anon_sym_complex] = ACTIONS(560), + [anon_sym_u2102] = ACTIONS(560), + [anon_sym_rerank] = ACTIONS(560), + [anon_sym_u2607] = ACTIONS(560), + [anon_sym_fix] = ACTIONS(560), + [anon_sym_u00a4] = ACTIONS(560), + [anon_sym_QMARK] = ACTIONS(560), + [anon_sym_unique] = ACTIONS(560), + [anon_sym_u25f0] = ACTIONS(560), + [anon_sym_map] = ACTIONS(560), + [anon_sym_has] = ACTIONS(560), + [anon_sym_get] = ACTIONS(560), + [anon_sym_insert] = ACTIONS(560), + [anon_sym_remove] = ACTIONS(560), + [anon_sym_repr] = ACTIONS(560), + [anon_sym_mask] = ACTIONS(560), + [anon_sym_u29b7] = ACTIONS(560), + [anon_sym_csv] = ACTIONS(560), + [anon_sym_json] = ACTIONS(560), + [anon_sym_xlsx] = ACTIONS(560), + [anon_sym_memberOf] = ACTIONS(560), + [anon_sym_u2208] = ACTIONS(560), + [anon_sym_imen] = ACTIONS(560), + [anon_sym_gife] = ACTIONS(560), + [anon_sym_auden] = ACTIONS(560), + [anon_sym_utfu2088] = ACTIONS(560), + [anon_sym_datetime] = ACTIONS(560), + [anon_sym_choose] = ACTIONS(560), + [anon_sym_permute] = ACTIONS(560), + [anon_sym_orient] = ACTIONS(560), + [anon_sym_u2938] = ACTIONS(560), + [anon_sym_fft] = ACTIONS(560), + [anon_sym_graphemes] = ACTIONS(560), + [anon_sym_timezone] = ACTIONS(560), + [anon_sym_around] = ACTIONS(560), + [anon_sym_u2019] = ACTIONS(560), + [anon_sym_base] = ACTIONS(560), + [anon_sym_sort] = ACTIONS(560), + [anon_sym_u2346] = ACTIONS(560), + [anon_sym_last] = ACTIONS(560), + [anon_sym_u22a3] = ACTIONS(560), + [anon_sym_reduce] = ACTIONS(560), + [anon_sym_SLASH] = ACTIONS(560), + [anon_sym_scan] = ACTIONS(560), + [anon_sym_BSLASH] = ACTIONS(560), + [anon_sym_each] = ACTIONS(560), + [anon_sym_u2235] = ACTIONS(560), + [anon_sym_rows] = ACTIONS(560), + [anon_sym_u2261] = ACTIONS(560), + [anon_sym_repeat] = ACTIONS(560), + [anon_sym_u2365] = ACTIONS(560), + [anon_sym_dip] = ACTIONS(560), + [anon_sym_u2299] = ACTIONS(560), + [anon_sym_gap] = ACTIONS(560), + [anon_sym_u22c5] = ACTIONS(560), + [anon_sym_spawn] = ACTIONS(560), + [anon_sym_rectify] = ACTIONS(560), + [anon_sym_u2305] = ACTIONS(560), + [anon_sym_un] = ACTIONS(558), + [anon_sym_u00b0] = ACTIONS(560), + [anon_sym_on] = ACTIONS(558), + [anon_sym_u27dc] = ACTIONS(560), + [anon_sym_inventory] = ACTIONS(560), + [anon_sym_u235a] = ACTIONS(560), + [anon_sym_content] = ACTIONS(560), + [anon_sym_u25c7] = ACTIONS(560), + [anon_sym_pool] = ACTIONS(560), + [anon_sym_stringify] = ACTIONS(560), + [anon_sym_signature] = ACTIONS(560), + [anon_sym_triangle] = ACTIONS(560), + [anon_sym_u25f9] = ACTIONS(560), + [anon_sym_astar] = ACTIONS(560), + [anon_sym_with] = ACTIONS(560), + [anon_sym_u2919] = ACTIONS(560), + [anon_sym_off] = ACTIONS(560), + [anon_sym_u291a] = ACTIONS(560), + [anon_sym_above] = ACTIONS(560), + [anon_sym_u25e0] = ACTIONS(560), + [anon_sym_below] = ACTIONS(560), + [anon_sym_u25e1] = ACTIONS(560), + [anon_sym_anti] = ACTIONS(560), + [anon_sym_u231d] = ACTIONS(560), + [anon_sym_obverse] = ACTIONS(560), + [anon_sym_toples] = ACTIONS(560), + [anon_sym_u29c5] = ACTIONS(560), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(560), + [anon_sym_fold] = ACTIONS(560), + [anon_sym_u2227] = ACTIONS(560), + [anon_sym_table] = ACTIONS(560), + [anon_sym_u229e] = ACTIONS(560), + [anon_sym_group] = ACTIONS(560), + [anon_sym_u2295] = ACTIONS(560), + [anon_sym_partition] = ACTIONS(560), + [anon_sym_u229c] = ACTIONS(560), + [anon_sym_both] = ACTIONS(560), + [anon_sym_u2229] = ACTIONS(560), + [anon_sym_bracket] = ACTIONS(560), + [anon_sym_u2293] = ACTIONS(560), + [anon_sym_fork] = ACTIONS(560), + [anon_sym_u2283] = ACTIONS(560), + [anon_sym_under] = ACTIONS(560), + [anon_sym_u235c] = ACTIONS(560), + [anon_sym_fill] = ACTIONS(560), + [anon_sym_u2b1a] = ACTIONS(560), + [anon_sym_try] = ACTIONS(558), + [anon_sym_u2363] = ACTIONS(560), + [anon_sym_do] = ACTIONS(558), + [anon_sym_u2362] = ACTIONS(560), + [anon_sym_f] = ACTIONS(558), + [anon_sym_by] = ACTIONS(558), + [anon_sym_u22b8] = ACTIONS(560), + [anon_sym_quote] = ACTIONS(560), + [anon_sym_u2765] = ACTIONS(560), + [anon_sym_u2192] = ACTIONS(560), + [anon_sym_u2237] = ACTIONS(560), + [anon_sym_u00b7] = ACTIONS(560), + [anon_sym_u235b] = ACTIONS(560), + [anon_sym_u2302] = ACTIONS(560), + [anon_sym_u21b0] = ACTIONS(560), + [anon_sym_unpack] = ACTIONS(560), + [anon_sym_u2290] = ACTIONS(560), + [anon_sym_u229d] = ACTIONS(560), + [anon_sym_cross] = ACTIONS(560), + [anon_sym_u22a0] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(560), + [anon_sym_deal] = ACTIONS(560), + [anon_sym_member] = ACTIONS(558), + [anon_sym_u220a] = ACTIONS(560), + [anon_sym_coordinate] = ACTIONS(560), + [anon_sym_u27d4] = ACTIONS(560), + [anon_sym_u03bb] = ACTIONS(560), + [anon_sym_u22ca] = ACTIONS(560), + [anon_sym_chunk] = ACTIONS(560), + [anon_sym_u2444] = ACTIONS(560), + [anon_sym_setinv] = ACTIONS(560), + [anon_sym_setund] = ACTIONS(560), + [anon_sym_struct] = ACTIONS(560), + [sym__endOfLine] = ACTIONS(560), }, [102] = { - [aux_sym_number_token1] = ACTIONS(580), - [sym_fraction] = ACTIONS(582), - [anon_sym_Days] = ACTIONS(580), - [anon_sym_Months] = ACTIONS(580), - [anon_sym_MonthDays] = ACTIONS(580), - [anon_sym_LeanMonthDays] = ACTIONS(580), - [anon_sym_White] = ACTIONS(580), - [anon_sym_Black] = ACTIONS(580), - [anon_sym_Red] = ACTIONS(580), - [anon_sym_Orange] = ACTIONS(580), - [anon_sym_Yellow] = ACTIONS(580), - [anon_sym_Green] = ACTIONS(580), - [anon_sym_Cyan] = ACTIONS(580), - [anon_sym_Blue] = ACTIONS(580), - [anon_sym_Purple] = ACTIONS(580), - [anon_sym_Magenta] = ACTIONS(580), - [anon_sym_Gay] = ACTIONS(580), - [anon_sym_Lesbian] = ACTIONS(580), - [anon_sym_Bi] = ACTIONS(580), - [anon_sym_Trans] = ACTIONS(580), - [anon_sym_Pan] = ACTIONS(580), - [anon_sym_Ace] = ACTIONS(580), - [anon_sym_Aro] = ACTIONS(580), - [anon_sym_Aroace] = ACTIONS(580), - [anon_sym_Enby] = ACTIONS(580), - [anon_sym_Fluid] = ACTIONS(580), - [anon_sym_Queer] = ACTIONS(580), - [anon_sym_Agender] = ACTIONS(580), - [anon_sym_PrideFlags] = ACTIONS(580), - [anon_sym_PrideFlagNames] = ACTIONS(580), - [anon_sym_True] = ACTIONS(580), - [anon_sym_False] = ACTIONS(580), - [anon_sym_NULL] = ACTIONS(580), - [anon_sym_Logo] = ACTIONS(580), - [anon_sym_Lena] = ACTIONS(580), - [anon_sym_Music] = ACTIONS(580), - [anon_sym_Lorem] = ACTIONS(580), - [anon_sym_Os] = ACTIONS(580), - [anon_sym_Family] = ACTIONS(580), - [anon_sym_Arch] = ACTIONS(580), - [anon_sym_ExeExt] = ACTIONS(580), - [anon_sym_DllExt] = ACTIONS(580), - [anon_sym_Sep] = ACTIONS(580), - [anon_sym_ThisFile] = ACTIONS(580), - [anon_sym_ThisFileName] = ACTIONS(580), - [anon_sym_ThisFileDir] = ACTIONS(580), - [anon_sym_WorkingDir] = ACTIONS(580), - [anon_sym_NumProcs] = ACTIONS(580), - [anon_sym_Planets] = ACTIONS(580), - [anon_sym_Zodiac] = ACTIONS(580), - [anon_sym_Suits] = ACTIONS(580), - [anon_sym_Cards] = ACTIONS(580), - [anon_sym_Chess] = ACTIONS(580), - [anon_sym_Moon] = ACTIONS(580), - [anon_sym_Skin] = ACTIONS(580), - [anon_sym_People] = ACTIONS(580), - [anon_sym_Hair] = ACTIONS(580), - [aux_sym_character_token1] = ACTIONS(582), - [sym_string] = ACTIONS(582), - [sym_multiLineString] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [sym_identifier] = ACTIONS(580), - [sym_identifierDeprecated] = ACTIONS(580), - [sym_system] = ACTIONS(582), - [sym_comment] = ACTIONS(580), - [sym_openParen] = ACTIONS(582), - [sym_closeParen] = ACTIONS(582), - [sym_openCurly] = ACTIONS(582), - [sym_closeCurly] = ACTIONS(582), - [sym_openBracket] = ACTIONS(582), - [sym_closeBracket] = ACTIONS(582), - [sym_underscore] = ACTIONS(582), - [anon_sym_CARET] = ACTIONS(582), - [anon_sym_SQUOTE] = ACTIONS(580), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(582), - [anon_sym_e] = ACTIONS(580), - [anon_sym_NaN] = ACTIONS(580), - [anon_sym_eta] = ACTIONS(582), - [anon_sym_u03b7] = ACTIONS(580), - [anon_sym_pi] = ACTIONS(580), - [anon_sym_u03c0] = ACTIONS(580), - [anon_sym_tau] = ACTIONS(582), - [anon_sym_u03c4] = ACTIONS(580), - [anon_sym_infinity] = ACTIONS(582), - [anon_sym_u221e] = ACTIONS(582), - [anon_sym_W] = ACTIONS(580), - [anon_sym_i] = ACTIONS(580), - [anon_sym_MaxInt] = ACTIONS(580), - [anon_sym_HexDigits] = ACTIONS(580), - [anon_sym_DOT] = ACTIONS(582), - [anon_sym_COMMA] = ACTIONS(582), - [anon_sym_COLON] = ACTIONS(582), - [anon_sym_u25cc] = ACTIONS(582), - [anon_sym_identity] = ACTIONS(582), - [anon_sym_id] = ACTIONS(580), - [anon_sym_u2218] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_u00ac] = ACTIONS(582), - [anon_sym_sign] = ACTIONS(580), - [anon_sym_u00b1] = ACTIONS(582), - [anon_sym_BQUOTE] = ACTIONS(582), - [anon_sym_u00af] = ACTIONS(580), - [anon_sym_absolutevalue] = ACTIONS(582), - [anon_sym_u2335] = ACTIONS(582), - [anon_sym_sqrt] = ACTIONS(582), - [anon_sym_u221a] = ACTIONS(582), - [anon_sym_sine] = ACTIONS(582), - [anon_sym_u25cb] = ACTIONS(582), - [anon_sym_u223f] = ACTIONS(582), - [anon_sym_floor] = ACTIONS(582), - [anon_sym_u230a] = ACTIONS(582), - [anon_sym_ceiling] = ACTIONS(582), - [anon_sym_u2308] = ACTIONS(582), - [anon_sym_round] = ACTIONS(582), - [anon_sym_u2045] = ACTIONS(582), - [anon_sym_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_u2260] = ACTIONS(582), - [anon_sym_LT] = ACTIONS(580), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_u2264] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(580), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_u2265] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_u00d7] = ACTIONS(582), - [anon_sym_PERCENT] = ACTIONS(582), - [anon_sym_u00f7] = ACTIONS(582), - [anon_sym_modulus] = ACTIONS(582), - [anon_sym_u25ff] = ACTIONS(582), - [anon_sym_power] = ACTIONS(582), - [anon_sym_u207f] = ACTIONS(582), - [anon_sym_logarithm] = ACTIONS(582), - [anon_sym_u2099] = ACTIONS(582), - [anon_sym_minimum] = ACTIONS(582), - [anon_sym_u21a7] = ACTIONS(582), - [anon_sym_maximum] = ACTIONS(582), - [anon_sym_u21a5] = ACTIONS(582), - [anon_sym_atangent] = ACTIONS(582), - [anon_sym_u2220] = ACTIONS(582), - [anon_sym_length] = ACTIONS(582), - [anon_sym_u29fb] = ACTIONS(582), - [anon_sym_shape] = ACTIONS(582), - [anon_sym_u25b3] = ACTIONS(582), - [anon_sym_range] = ACTIONS(582), - [anon_sym_u21e1] = ACTIONS(582), - [anon_sym_first] = ACTIONS(582), - [anon_sym_u22a2] = ACTIONS(582), - [anon_sym_reverse] = ACTIONS(582), - [anon_sym_u21cc] = ACTIONS(582), - [anon_sym_deshape] = ACTIONS(582), - [anon_sym_u266d] = ACTIONS(582), - [anon_sym_bits] = ACTIONS(582), - [anon_sym_u22ef] = ACTIONS(582), - [anon_sym_transpose] = ACTIONS(582), - [anon_sym_u2349] = ACTIONS(582), - [anon_sym_rise] = ACTIONS(582), - [anon_sym_u234f] = ACTIONS(582), - [anon_sym_fall] = ACTIONS(582), - [anon_sym_u2356] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_u229a] = ACTIONS(582), - [anon_sym_classify] = ACTIONS(582), - [anon_sym_u229b] = ACTIONS(582), - [anon_sym_deduplicate] = ACTIONS(582), - [anon_sym_u25f4] = ACTIONS(582), - [anon_sym_box] = ACTIONS(582), - [anon_sym_u25a1] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_u224d] = ACTIONS(582), - [anon_sym_couple] = ACTIONS(582), - [anon_sym_u229f] = ACTIONS(582), - [anon_sym_join] = ACTIONS(582), - [anon_sym_u2282] = ACTIONS(582), - [anon_sym_select] = ACTIONS(582), - [anon_sym_u228f] = ACTIONS(582), - [anon_sym_pick] = ACTIONS(582), - [anon_sym_u22a1] = ACTIONS(582), - [anon_sym_reshape] = ACTIONS(582), - [anon_sym_u21af] = ACTIONS(582), - [anon_sym_take] = ACTIONS(582), - [anon_sym_u2199] = ACTIONS(582), - [anon_sym_drop] = ACTIONS(582), - [anon_sym_u2198] = ACTIONS(582), - [anon_sym_rotate] = ACTIONS(582), - [anon_sym_u21bb] = ACTIONS(582), - [anon_sym_windows] = ACTIONS(582), - [anon_sym_u25eb] = ACTIONS(582), - [anon_sym_keep] = ACTIONS(582), - [anon_sym_u25bd] = ACTIONS(582), - [anon_sym_find] = ACTIONS(582), - [anon_sym_u2315] = ACTIONS(582), - [anon_sym_indexof] = ACTIONS(582), - [anon_sym_u2297] = ACTIONS(582), - [anon_sym_assert] = ACTIONS(582), - [anon_sym_u2364] = ACTIONS(582), - [anon_sym_wait] = ACTIONS(582), - [anon_sym_parse] = ACTIONS(582), - [anon_sym_u22d5] = ACTIONS(582), - [anon_sym_random] = ACTIONS(582), - [anon_sym_u2682] = ACTIONS(582), - [anon_sym_gen] = ACTIONS(582), - [anon_sym_tag] = ACTIONS(582), - [anon_sym_now] = ACTIONS(582), - [anon_sym_type] = ACTIONS(582), - [anon_sym_u2e2e] = ACTIONS(582), - [anon_sym_dump] = ACTIONS(582), - [anon_sym_regex] = ACTIONS(582), - [anon_sym_send] = ACTIONS(582), - [anon_sym_recv] = ACTIONS(582), - [anon_sym_tryrecv] = ACTIONS(582), - [anon_sym_complex] = ACTIONS(582), - [anon_sym_u2102] = ACTIONS(582), - [anon_sym_rerank] = ACTIONS(582), - [anon_sym_u2607] = ACTIONS(582), - [anon_sym_fix] = ACTIONS(582), - [anon_sym_u00a4] = ACTIONS(582), - [anon_sym_QMARK] = ACTIONS(582), - [anon_sym_unique] = ACTIONS(582), - [anon_sym_u25f0] = ACTIONS(582), - [anon_sym_map] = ACTIONS(582), - [anon_sym_has] = ACTIONS(582), - [anon_sym_get] = ACTIONS(582), - [anon_sym_insert] = ACTIONS(582), - [anon_sym_remove] = ACTIONS(582), - [anon_sym_repr] = ACTIONS(582), - [anon_sym_mask] = ACTIONS(582), - [anon_sym_u29b7] = ACTIONS(582), - [anon_sym_csv] = ACTIONS(582), - [anon_sym_json] = ACTIONS(582), - [anon_sym_xlsx] = ACTIONS(582), - [anon_sym_memberOf] = ACTIONS(582), - [anon_sym_u2208] = ACTIONS(582), - [anon_sym_imen] = ACTIONS(582), - [anon_sym_gife] = ACTIONS(582), - [anon_sym_auden] = ACTIONS(582), - [anon_sym_utfu2088] = ACTIONS(582), - [anon_sym_datetime] = ACTIONS(582), - [anon_sym_chunk] = ACTIONS(582), - [anon_sym_u2444] = ACTIONS(582), - [anon_sym_choose] = ACTIONS(582), - [anon_sym_permute] = ACTIONS(582), - [anon_sym_orient] = ACTIONS(582), - [anon_sym_fft] = ACTIONS(582), - [anon_sym_reduce] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_scan] = ACTIONS(582), - [anon_sym_BSLASH] = ACTIONS(582), - [anon_sym_each] = ACTIONS(582), - [anon_sym_u2235] = ACTIONS(582), - [anon_sym_rows] = ACTIONS(582), - [anon_sym_u2261] = ACTIONS(582), - [anon_sym_repeat] = ACTIONS(582), - [anon_sym_u2365] = ACTIONS(582), - [anon_sym_dip] = ACTIONS(582), - [anon_sym_u2299] = ACTIONS(582), - [anon_sym_gap] = ACTIONS(582), - [anon_sym_u22c5] = ACTIONS(582), - [anon_sym_spawn] = ACTIONS(582), - [anon_sym_rectify] = ACTIONS(582), - [anon_sym_u2305] = ACTIONS(582), - [anon_sym_un] = ACTIONS(580), - [anon_sym_u00b0] = ACTIONS(582), - [anon_sym_on] = ACTIONS(580), - [anon_sym_u27dc] = ACTIONS(582), - [anon_sym_inventory] = ACTIONS(582), - [anon_sym_u235a] = ACTIONS(582), - [anon_sym_content] = ACTIONS(582), - [anon_sym_u25c7] = ACTIONS(582), - [anon_sym_pool] = ACTIONS(582), - [anon_sym_stringify] = ACTIONS(582), - [anon_sym_signature] = ACTIONS(582), - [anon_sym_triangle] = ACTIONS(582), - [anon_sym_u25f9] = ACTIONS(582), - [anon_sym_astar] = ACTIONS(582), - [anon_sym_but] = ACTIONS(582), - [anon_sym_u2919] = ACTIONS(582), - [anon_sym_with] = ACTIONS(582), - [anon_sym_u291a] = ACTIONS(582), - [anon_sym_above] = ACTIONS(582), - [anon_sym_u25e0] = ACTIONS(582), - [anon_sym_below] = ACTIONS(582), - [anon_sym_u25e1] = ACTIONS(582), - [anon_sym_fold] = ACTIONS(582), - [anon_sym_u2227] = ACTIONS(582), - [anon_sym_table] = ACTIONS(582), - [anon_sym_u229e] = ACTIONS(582), - [anon_sym_group] = ACTIONS(582), - [anon_sym_u2295] = ACTIONS(582), - [anon_sym_partition] = ACTIONS(582), - [anon_sym_u229c] = ACTIONS(582), - [anon_sym_both] = ACTIONS(582), - [anon_sym_u2229] = ACTIONS(582), - [anon_sym_bracket] = ACTIONS(582), - [anon_sym_u2293] = ACTIONS(582), - [anon_sym_fork] = ACTIONS(582), - [anon_sym_u2283] = ACTIONS(582), - [anon_sym_under] = ACTIONS(582), - [anon_sym_u235c] = ACTIONS(582), - [anon_sym_fill] = ACTIONS(582), - [anon_sym_u2b1a] = ACTIONS(582), - [anon_sym_try] = ACTIONS(580), - [anon_sym_u2363] = ACTIONS(582), - [anon_sym_do] = ACTIONS(580), - [anon_sym_u2362] = ACTIONS(582), - [anon_sym_setinv] = ACTIONS(582), - [anon_sym_setunder] = ACTIONS(582), - [anon_sym_f] = ACTIONS(580), - [anon_sym_by] = ACTIONS(580), - [anon_sym_u22b8] = ACTIONS(582), - [anon_sym_quote] = ACTIONS(582), - [anon_sym_struct] = ACTIONS(582), - [anon_sym_u2765] = ACTIONS(582), - [anon_sym_u2192] = ACTIONS(582), - [anon_sym_u2237] = ACTIONS(582), - [anon_sym_u00b7] = ACTIONS(582), - [anon_sym_u235b] = ACTIONS(582), - [anon_sym_u2302] = ACTIONS(582), - [anon_sym_u21b0] = ACTIONS(582), - [anon_sym_unpack] = ACTIONS(582), - [anon_sym_u2290] = ACTIONS(582), - [anon_sym_u229d] = ACTIONS(582), - [anon_sym_cross] = ACTIONS(582), - [anon_sym_u22a0] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_deal] = ACTIONS(582), - [anon_sym_strands] = ACTIONS(582), - [anon_sym_u203f] = ACTIONS(582), - [anon_sym_member] = ACTIONS(580), - [anon_sym_u220a] = ACTIONS(582), - [anon_sym_coordinate] = ACTIONS(582), - [anon_sym_u27d4] = ACTIONS(582), - [anon_sym_u03bb] = ACTIONS(582), - [anon_sym_u22ca] = ACTIONS(582), - [sym__endOfLine] = ACTIONS(582), + [aux_sym_number_token1] = ACTIONS(562), + [sym_fraction] = ACTIONS(564), + [anon_sym_Days] = ACTIONS(562), + [anon_sym_Months] = ACTIONS(562), + [anon_sym_MonthDays] = ACTIONS(562), + [anon_sym_LeanMonthDays] = ACTIONS(562), + [anon_sym_White] = ACTIONS(562), + [anon_sym_Black] = ACTIONS(562), + [anon_sym_Red] = ACTIONS(562), + [anon_sym_Orange] = ACTIONS(562), + [anon_sym_Yellow] = ACTIONS(562), + [anon_sym_Green] = ACTIONS(562), + [anon_sym_Cyan] = ACTIONS(562), + [anon_sym_Blue] = ACTIONS(562), + [anon_sym_Purple] = ACTIONS(562), + [anon_sym_Magenta] = ACTIONS(562), + [anon_sym_Gay] = ACTIONS(562), + [anon_sym_Lesbian] = ACTIONS(562), + [anon_sym_Bi] = ACTIONS(562), + [anon_sym_Trans] = ACTIONS(562), + [anon_sym_Pan] = ACTIONS(562), + [anon_sym_Ace] = ACTIONS(562), + [anon_sym_Aro] = ACTIONS(562), + [anon_sym_Aroace] = ACTIONS(562), + [anon_sym_Enby] = ACTIONS(562), + [anon_sym_Fluid] = ACTIONS(562), + [anon_sym_Queer] = ACTIONS(562), + [anon_sym_Agender] = ACTIONS(562), + [anon_sym_PrideFlags] = ACTIONS(562), + [anon_sym_PrideFlagNames] = ACTIONS(562), + [anon_sym_True] = ACTIONS(562), + [anon_sym_False] = ACTIONS(562), + [anon_sym_NULL] = ACTIONS(562), + [anon_sym_Logo] = ACTIONS(562), + [anon_sym_Lena] = ACTIONS(562), + [anon_sym_Music] = ACTIONS(562), + [anon_sym_Lorem] = ACTIONS(562), + [anon_sym_Os] = ACTIONS(562), + [anon_sym_Family] = ACTIONS(562), + [anon_sym_Arch] = ACTIONS(562), + [anon_sym_ExeExt] = ACTIONS(562), + [anon_sym_DllExt] = ACTIONS(562), + [anon_sym_Sep] = ACTIONS(562), + [anon_sym_ThisFile] = ACTIONS(562), + [anon_sym_ThisFileName] = ACTIONS(562), + [anon_sym_ThisFileDir] = ACTIONS(562), + [anon_sym_WorkingDir] = ACTIONS(562), + [anon_sym_NumProcs] = ACTIONS(562), + [anon_sym_Planets] = ACTIONS(562), + [anon_sym_Zodiac] = ACTIONS(562), + [anon_sym_Suits] = ACTIONS(562), + [anon_sym_Cards] = ACTIONS(562), + [anon_sym_Chess] = ACTIONS(562), + [anon_sym_Moon] = ACTIONS(562), + [anon_sym_Skin] = ACTIONS(562), + [anon_sym_People] = ACTIONS(562), + [anon_sym_Hair] = ACTIONS(562), + [anon_sym_Cat] = ACTIONS(562), + [aux_sym_character_token1] = ACTIONS(564), + [sym_string] = ACTIONS(564), + [sym_multiLineString] = ACTIONS(564), + [anon_sym_PIPE] = ACTIONS(564), + [sym_identifier] = ACTIONS(562), + [sym_identifierDeprecated] = ACTIONS(562), + [sym_system] = ACTIONS(564), + [sym_comment] = ACTIONS(562), + [sym_openParen] = ACTIONS(564), + [sym_closeParen] = ACTIONS(564), + [sym_openCurly] = ACTIONS(564), + [sym_closeCurly] = ACTIONS(564), + [sym_openBracket] = ACTIONS(562), + [sym_closeBracket] = ACTIONS(564), + [sym_underscore] = ACTIONS(564), + [anon_sym_CARET] = ACTIONS(564), + [anon_sym_SQUOTE] = ACTIONS(562), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(564), + [anon_sym_e] = ACTIONS(562), + [anon_sym_NaN] = ACTIONS(562), + [anon_sym_eta] = ACTIONS(564), + [anon_sym_u03b7] = ACTIONS(562), + [anon_sym_pi] = ACTIONS(562), + [anon_sym_u03c0] = ACTIONS(562), + [anon_sym_tau] = ACTIONS(564), + [anon_sym_u03c4] = ACTIONS(562), + [anon_sym_infinity] = ACTIONS(564), + [anon_sym_u221e] = ACTIONS(564), + [anon_sym_W] = ACTIONS(562), + [anon_sym_i] = ACTIONS(562), + [anon_sym_MaxInt] = ACTIONS(562), + [anon_sym_HexDigits] = ACTIONS(562), + [anon_sym_DOT] = ACTIONS(564), + [anon_sym_COMMA] = ACTIONS(564), + [anon_sym_COLON] = ACTIONS(564), + [anon_sym_u25cc] = ACTIONS(564), + [anon_sym_identity] = ACTIONS(564), + [anon_sym_id] = ACTIONS(562), + [anon_sym_u2218] = ACTIONS(564), + [anon_sym_not] = ACTIONS(564), + [anon_sym_u00ac] = ACTIONS(564), + [anon_sym_sign] = ACTIONS(562), + [anon_sym_u00b1] = ACTIONS(564), + [anon_sym_BQUOTE] = ACTIONS(564), + [anon_sym_u00af] = ACTIONS(562), + [anon_sym_absolutevalue] = ACTIONS(564), + [anon_sym_u2335] = ACTIONS(564), + [anon_sym_sqrt] = ACTIONS(564), + [anon_sym_u221a] = ACTIONS(564), + [anon_sym_sine] = ACTIONS(564), + [anon_sym_u25cb] = ACTIONS(564), + [anon_sym_u223f] = ACTIONS(564), + [anon_sym_floor] = ACTIONS(564), + [anon_sym_u230a] = ACTIONS(564), + [anon_sym_ceiling] = ACTIONS(564), + [anon_sym_u2308] = ACTIONS(564), + [anon_sym_round] = ACTIONS(564), + [anon_sym_u2045] = ACTIONS(564), + [anon_sym_EQ] = ACTIONS(564), + [anon_sym_BANG_EQ] = ACTIONS(564), + [anon_sym_u2260] = ACTIONS(564), + [anon_sym_LT] = ACTIONS(562), + [anon_sym_LT_EQ] = ACTIONS(564), + [anon_sym_u2264] = ACTIONS(564), + [anon_sym_GT] = ACTIONS(562), + [anon_sym_GT_EQ] = ACTIONS(564), + [anon_sym_u2265] = ACTIONS(564), + [anon_sym_PLUS] = ACTIONS(564), + [anon_sym_DASH] = ACTIONS(564), + [anon_sym_STAR] = ACTIONS(564), + [anon_sym_u00d7] = ACTIONS(564), + [anon_sym_PERCENT] = ACTIONS(564), + [anon_sym_u00f7] = ACTIONS(564), + [anon_sym_modulus] = ACTIONS(564), + [anon_sym_u25ff] = ACTIONS(564), + [anon_sym_power] = ACTIONS(564), + [anon_sym_u207f] = ACTIONS(564), + [anon_sym_logarithm] = ACTIONS(564), + [anon_sym_u2099] = ACTIONS(564), + [anon_sym_minimum] = ACTIONS(564), + [anon_sym_u21a7] = ACTIONS(564), + [anon_sym_maximum] = ACTIONS(564), + [anon_sym_u21a5] = ACTIONS(564), + [anon_sym_atangent] = ACTIONS(564), + [anon_sym_u2220] = ACTIONS(564), + [anon_sym_length] = ACTIONS(564), + [anon_sym_u29fb] = ACTIONS(564), + [anon_sym_shape] = ACTIONS(564), + [anon_sym_u25b3] = ACTIONS(564), + [anon_sym_range] = ACTIONS(564), + [anon_sym_u21e1] = ACTIONS(564), + [anon_sym_first] = ACTIONS(564), + [anon_sym_u22a2] = ACTIONS(564), + [anon_sym_reverse] = ACTIONS(564), + [anon_sym_u21cc] = ACTIONS(564), + [anon_sym_deshape] = ACTIONS(564), + [anon_sym_u266d] = ACTIONS(564), + [anon_sym_bits] = ACTIONS(564), + [anon_sym_u22ef] = ACTIONS(564), + [anon_sym_transpose] = ACTIONS(564), + [anon_sym_u2349] = ACTIONS(564), + [anon_sym_rise] = ACTIONS(564), + [anon_sym_u234f] = ACTIONS(564), + [anon_sym_fall] = ACTIONS(564), + [anon_sym_u2356] = ACTIONS(564), + [anon_sym_where] = ACTIONS(564), + [anon_sym_u229a] = ACTIONS(564), + [anon_sym_classify] = ACTIONS(564), + [anon_sym_u229b] = ACTIONS(564), + [anon_sym_deduplicate] = ACTIONS(564), + [anon_sym_u25f4] = ACTIONS(564), + [anon_sym_box] = ACTIONS(564), + [anon_sym_u25a1] = ACTIONS(564), + [anon_sym_match] = ACTIONS(564), + [anon_sym_u224d] = ACTIONS(564), + [anon_sym_couple] = ACTIONS(564), + [anon_sym_u229f] = ACTIONS(564), + [anon_sym_join] = ACTIONS(564), + [anon_sym_u2282] = ACTIONS(564), + [anon_sym_select] = ACTIONS(564), + [anon_sym_u228f] = ACTIONS(564), + [anon_sym_pick] = ACTIONS(564), + [anon_sym_u22a1] = ACTIONS(564), + [anon_sym_reshape] = ACTIONS(564), + [anon_sym_u21af] = ACTIONS(564), + [anon_sym_take] = ACTIONS(564), + [anon_sym_u2199] = ACTIONS(564), + [anon_sym_drop] = ACTIONS(564), + [anon_sym_u2198] = ACTIONS(564), + [anon_sym_rotate] = ACTIONS(564), + [anon_sym_u21bb] = ACTIONS(564), + [anon_sym_windows] = ACTIONS(564), + [anon_sym_u25eb] = ACTIONS(564), + [anon_sym_keep] = ACTIONS(564), + [anon_sym_u25bd] = ACTIONS(564), + [anon_sym_find] = ACTIONS(564), + [anon_sym_u2315] = ACTIONS(564), + [anon_sym_indexof] = ACTIONS(564), + [anon_sym_u2297] = ACTIONS(564), + [anon_sym_assert] = ACTIONS(564), + [anon_sym_u2364] = ACTIONS(564), + [anon_sym_wait] = ACTIONS(564), + [anon_sym_parse] = ACTIONS(564), + [anon_sym_u22d5] = ACTIONS(564), + [anon_sym_random] = ACTIONS(564), + [anon_sym_u2682] = ACTIONS(564), + [anon_sym_gen] = ACTIONS(564), + [anon_sym_tag] = ACTIONS(564), + [anon_sym_now] = ACTIONS(564), + [anon_sym_type] = ACTIONS(564), + [anon_sym_u2e2e] = ACTIONS(564), + [anon_sym_dump] = ACTIONS(564), + [anon_sym_regex] = ACTIONS(564), + [anon_sym_send] = ACTIONS(564), + [anon_sym_recv] = ACTIONS(564), + [anon_sym_tryrecv] = ACTIONS(564), + [anon_sym_complex] = ACTIONS(564), + [anon_sym_u2102] = ACTIONS(564), + [anon_sym_rerank] = ACTIONS(564), + [anon_sym_u2607] = ACTIONS(564), + [anon_sym_fix] = ACTIONS(564), + [anon_sym_u00a4] = ACTIONS(564), + [anon_sym_QMARK] = ACTIONS(564), + [anon_sym_unique] = ACTIONS(564), + [anon_sym_u25f0] = ACTIONS(564), + [anon_sym_map] = ACTIONS(564), + [anon_sym_has] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_insert] = ACTIONS(564), + [anon_sym_remove] = ACTIONS(564), + [anon_sym_repr] = ACTIONS(564), + [anon_sym_mask] = ACTIONS(564), + [anon_sym_u29b7] = ACTIONS(564), + [anon_sym_csv] = ACTIONS(564), + [anon_sym_json] = ACTIONS(564), + [anon_sym_xlsx] = ACTIONS(564), + [anon_sym_memberOf] = ACTIONS(564), + [anon_sym_u2208] = ACTIONS(564), + [anon_sym_imen] = ACTIONS(564), + [anon_sym_gife] = ACTIONS(564), + [anon_sym_auden] = ACTIONS(564), + [anon_sym_utfu2088] = ACTIONS(564), + [anon_sym_datetime] = ACTIONS(564), + [anon_sym_choose] = ACTIONS(564), + [anon_sym_permute] = ACTIONS(564), + [anon_sym_orient] = ACTIONS(564), + [anon_sym_u2938] = ACTIONS(564), + [anon_sym_fft] = ACTIONS(564), + [anon_sym_graphemes] = ACTIONS(564), + [anon_sym_timezone] = ACTIONS(564), + [anon_sym_around] = ACTIONS(564), + [anon_sym_u2019] = ACTIONS(564), + [anon_sym_base] = ACTIONS(564), + [anon_sym_sort] = ACTIONS(564), + [anon_sym_u2346] = ACTIONS(564), + [anon_sym_last] = ACTIONS(564), + [anon_sym_u22a3] = ACTIONS(564), + [anon_sym_reduce] = ACTIONS(564), + [anon_sym_SLASH] = ACTIONS(564), + [anon_sym_scan] = ACTIONS(564), + [anon_sym_BSLASH] = ACTIONS(564), + [anon_sym_each] = ACTIONS(564), + [anon_sym_u2235] = ACTIONS(564), + [anon_sym_rows] = ACTIONS(564), + [anon_sym_u2261] = ACTIONS(564), + [anon_sym_repeat] = ACTIONS(564), + [anon_sym_u2365] = ACTIONS(564), + [anon_sym_dip] = ACTIONS(564), + [anon_sym_u2299] = ACTIONS(564), + [anon_sym_gap] = ACTIONS(564), + [anon_sym_u22c5] = ACTIONS(564), + [anon_sym_spawn] = ACTIONS(564), + [anon_sym_rectify] = ACTIONS(564), + [anon_sym_u2305] = ACTIONS(564), + [anon_sym_un] = ACTIONS(562), + [anon_sym_u00b0] = ACTIONS(564), + [anon_sym_on] = ACTIONS(562), + [anon_sym_u27dc] = ACTIONS(564), + [anon_sym_inventory] = ACTIONS(564), + [anon_sym_u235a] = ACTIONS(564), + [anon_sym_content] = ACTIONS(564), + [anon_sym_u25c7] = ACTIONS(564), + [anon_sym_pool] = ACTIONS(564), + [anon_sym_stringify] = ACTIONS(564), + [anon_sym_signature] = ACTIONS(564), + [anon_sym_triangle] = ACTIONS(564), + [anon_sym_u25f9] = ACTIONS(564), + [anon_sym_astar] = ACTIONS(564), + [anon_sym_with] = ACTIONS(564), + [anon_sym_u2919] = ACTIONS(564), + [anon_sym_off] = ACTIONS(564), + [anon_sym_u291a] = ACTIONS(564), + [anon_sym_above] = ACTIONS(564), + [anon_sym_u25e0] = ACTIONS(564), + [anon_sym_below] = ACTIONS(564), + [anon_sym_u25e1] = ACTIONS(564), + [anon_sym_anti] = ACTIONS(564), + [anon_sym_u231d] = ACTIONS(564), + [anon_sym_obverse] = ACTIONS(564), + [anon_sym_toples] = ACTIONS(564), + [anon_sym_u29c5] = ACTIONS(564), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(564), + [anon_sym_fold] = ACTIONS(564), + [anon_sym_u2227] = ACTIONS(564), + [anon_sym_table] = ACTIONS(564), + [anon_sym_u229e] = ACTIONS(564), + [anon_sym_group] = ACTIONS(564), + [anon_sym_u2295] = ACTIONS(564), + [anon_sym_partition] = ACTIONS(564), + [anon_sym_u229c] = ACTIONS(564), + [anon_sym_both] = ACTIONS(564), + [anon_sym_u2229] = ACTIONS(564), + [anon_sym_bracket] = ACTIONS(564), + [anon_sym_u2293] = ACTIONS(564), + [anon_sym_fork] = ACTIONS(564), + [anon_sym_u2283] = ACTIONS(564), + [anon_sym_under] = ACTIONS(564), + [anon_sym_u235c] = ACTIONS(564), + [anon_sym_fill] = ACTIONS(564), + [anon_sym_u2b1a] = ACTIONS(564), + [anon_sym_try] = ACTIONS(562), + [anon_sym_u2363] = ACTIONS(564), + [anon_sym_do] = ACTIONS(562), + [anon_sym_u2362] = ACTIONS(564), + [anon_sym_f] = ACTIONS(562), + [anon_sym_by] = ACTIONS(562), + [anon_sym_u22b8] = ACTIONS(564), + [anon_sym_quote] = ACTIONS(564), + [anon_sym_u2765] = ACTIONS(564), + [anon_sym_u2192] = ACTIONS(564), + [anon_sym_u2237] = ACTIONS(564), + [anon_sym_u00b7] = ACTIONS(564), + [anon_sym_u235b] = ACTIONS(564), + [anon_sym_u2302] = ACTIONS(564), + [anon_sym_u21b0] = ACTIONS(564), + [anon_sym_unpack] = ACTIONS(564), + [anon_sym_u2290] = ACTIONS(564), + [anon_sym_u229d] = ACTIONS(564), + [anon_sym_cross] = ACTIONS(564), + [anon_sym_u22a0] = ACTIONS(564), + [anon_sym_SEMI] = ACTIONS(564), + [anon_sym_deal] = ACTIONS(564), + [anon_sym_member] = ACTIONS(562), + [anon_sym_u220a] = ACTIONS(564), + [anon_sym_coordinate] = ACTIONS(564), + [anon_sym_u27d4] = ACTIONS(564), + [anon_sym_u03bb] = ACTIONS(564), + [anon_sym_u22ca] = ACTIONS(564), + [anon_sym_chunk] = ACTIONS(564), + [anon_sym_u2444] = ACTIONS(564), + [anon_sym_setinv] = ACTIONS(564), + [anon_sym_setund] = ACTIONS(564), + [anon_sym_struct] = ACTIONS(564), + [sym__endOfLine] = ACTIONS(564), }, [103] = { - [aux_sym_number_token1] = ACTIONS(584), - [sym_fraction] = ACTIONS(586), - [anon_sym_Days] = ACTIONS(584), - [anon_sym_Months] = ACTIONS(584), - [anon_sym_MonthDays] = ACTIONS(584), - [anon_sym_LeanMonthDays] = ACTIONS(584), - [anon_sym_White] = ACTIONS(584), - [anon_sym_Black] = ACTIONS(584), - [anon_sym_Red] = ACTIONS(584), - [anon_sym_Orange] = ACTIONS(584), - [anon_sym_Yellow] = ACTIONS(584), - [anon_sym_Green] = ACTIONS(584), - [anon_sym_Cyan] = ACTIONS(584), - [anon_sym_Blue] = ACTIONS(584), - [anon_sym_Purple] = ACTIONS(584), - [anon_sym_Magenta] = ACTIONS(584), - [anon_sym_Gay] = ACTIONS(584), - [anon_sym_Lesbian] = ACTIONS(584), - [anon_sym_Bi] = ACTIONS(584), - [anon_sym_Trans] = ACTIONS(584), - [anon_sym_Pan] = ACTIONS(584), - [anon_sym_Ace] = ACTIONS(584), - [anon_sym_Aro] = ACTIONS(584), - [anon_sym_Aroace] = ACTIONS(584), - [anon_sym_Enby] = ACTIONS(584), - [anon_sym_Fluid] = ACTIONS(584), - [anon_sym_Queer] = ACTIONS(584), - [anon_sym_Agender] = ACTIONS(584), - [anon_sym_PrideFlags] = ACTIONS(584), - [anon_sym_PrideFlagNames] = ACTIONS(584), - [anon_sym_True] = ACTIONS(584), - [anon_sym_False] = ACTIONS(584), - [anon_sym_NULL] = ACTIONS(584), - [anon_sym_Logo] = ACTIONS(584), - [anon_sym_Lena] = ACTIONS(584), - [anon_sym_Music] = ACTIONS(584), - [anon_sym_Lorem] = ACTIONS(584), - [anon_sym_Os] = ACTIONS(584), - [anon_sym_Family] = ACTIONS(584), - [anon_sym_Arch] = ACTIONS(584), - [anon_sym_ExeExt] = ACTIONS(584), - [anon_sym_DllExt] = ACTIONS(584), - [anon_sym_Sep] = ACTIONS(584), - [anon_sym_ThisFile] = ACTIONS(584), - [anon_sym_ThisFileName] = ACTIONS(584), - [anon_sym_ThisFileDir] = ACTIONS(584), - [anon_sym_WorkingDir] = ACTIONS(584), - [anon_sym_NumProcs] = ACTIONS(584), - [anon_sym_Planets] = ACTIONS(584), - [anon_sym_Zodiac] = ACTIONS(584), - [anon_sym_Suits] = ACTIONS(584), - [anon_sym_Cards] = ACTIONS(584), - [anon_sym_Chess] = ACTIONS(584), - [anon_sym_Moon] = ACTIONS(584), - [anon_sym_Skin] = ACTIONS(584), - [anon_sym_People] = ACTIONS(584), - [anon_sym_Hair] = ACTIONS(584), - [aux_sym_character_token1] = ACTIONS(586), - [sym_string] = ACTIONS(586), - [sym_multiLineString] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [sym_identifier] = ACTIONS(584), - [sym_identifierDeprecated] = ACTIONS(584), - [sym_system] = ACTIONS(586), - [sym_comment] = ACTIONS(584), - [sym_openParen] = ACTIONS(586), - [sym_closeParen] = ACTIONS(586), - [sym_openCurly] = ACTIONS(586), - [sym_closeCurly] = ACTIONS(586), - [sym_openBracket] = ACTIONS(586), - [sym_closeBracket] = ACTIONS(586), - [sym_underscore] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_SQUOTE] = ACTIONS(584), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(586), - [anon_sym_e] = ACTIONS(584), - [anon_sym_NaN] = ACTIONS(584), - [anon_sym_eta] = ACTIONS(586), - [anon_sym_u03b7] = ACTIONS(584), - [anon_sym_pi] = ACTIONS(584), - [anon_sym_u03c0] = ACTIONS(584), - [anon_sym_tau] = ACTIONS(586), - [anon_sym_u03c4] = ACTIONS(584), - [anon_sym_infinity] = ACTIONS(586), - [anon_sym_u221e] = ACTIONS(586), - [anon_sym_W] = ACTIONS(584), - [anon_sym_i] = ACTIONS(584), - [anon_sym_MaxInt] = ACTIONS(584), - [anon_sym_HexDigits] = ACTIONS(584), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_COMMA] = ACTIONS(586), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_u25cc] = ACTIONS(586), - [anon_sym_identity] = ACTIONS(586), - [anon_sym_id] = ACTIONS(584), - [anon_sym_u2218] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_u00ac] = ACTIONS(586), - [anon_sym_sign] = ACTIONS(584), - [anon_sym_u00b1] = ACTIONS(586), - [anon_sym_BQUOTE] = ACTIONS(586), - [anon_sym_u00af] = ACTIONS(584), - [anon_sym_absolutevalue] = ACTIONS(586), - [anon_sym_u2335] = ACTIONS(586), - [anon_sym_sqrt] = ACTIONS(586), - [anon_sym_u221a] = ACTIONS(586), - [anon_sym_sine] = ACTIONS(586), - [anon_sym_u25cb] = ACTIONS(586), - [anon_sym_u223f] = ACTIONS(586), - [anon_sym_floor] = ACTIONS(586), - [anon_sym_u230a] = ACTIONS(586), - [anon_sym_ceiling] = ACTIONS(586), - [anon_sym_u2308] = ACTIONS(586), - [anon_sym_round] = ACTIONS(586), - [anon_sym_u2045] = ACTIONS(586), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_u2260] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(584), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_u2264] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(584), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_u2265] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_u00d7] = ACTIONS(586), - [anon_sym_PERCENT] = ACTIONS(586), - [anon_sym_u00f7] = ACTIONS(586), - [anon_sym_modulus] = ACTIONS(586), - [anon_sym_u25ff] = ACTIONS(586), - [anon_sym_power] = ACTIONS(586), - [anon_sym_u207f] = ACTIONS(586), - [anon_sym_logarithm] = ACTIONS(586), - [anon_sym_u2099] = ACTIONS(586), - [anon_sym_minimum] = ACTIONS(586), - [anon_sym_u21a7] = ACTIONS(586), - [anon_sym_maximum] = ACTIONS(586), - [anon_sym_u21a5] = ACTIONS(586), - [anon_sym_atangent] = ACTIONS(586), - [anon_sym_u2220] = ACTIONS(586), - [anon_sym_length] = ACTIONS(586), - [anon_sym_u29fb] = ACTIONS(586), - [anon_sym_shape] = ACTIONS(586), - [anon_sym_u25b3] = ACTIONS(586), - [anon_sym_range] = ACTIONS(586), - [anon_sym_u21e1] = ACTIONS(586), - [anon_sym_first] = ACTIONS(586), - [anon_sym_u22a2] = ACTIONS(586), - [anon_sym_reverse] = ACTIONS(586), - [anon_sym_u21cc] = ACTIONS(586), - [anon_sym_deshape] = ACTIONS(586), - [anon_sym_u266d] = ACTIONS(586), - [anon_sym_bits] = ACTIONS(586), - [anon_sym_u22ef] = ACTIONS(586), - [anon_sym_transpose] = ACTIONS(586), - [anon_sym_u2349] = ACTIONS(586), - [anon_sym_rise] = ACTIONS(586), - [anon_sym_u234f] = ACTIONS(586), - [anon_sym_fall] = ACTIONS(586), - [anon_sym_u2356] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_u229a] = ACTIONS(586), - [anon_sym_classify] = ACTIONS(586), - [anon_sym_u229b] = ACTIONS(586), - [anon_sym_deduplicate] = ACTIONS(586), - [anon_sym_u25f4] = ACTIONS(586), - [anon_sym_box] = ACTIONS(586), - [anon_sym_u25a1] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_u224d] = ACTIONS(586), - [anon_sym_couple] = ACTIONS(586), - [anon_sym_u229f] = ACTIONS(586), - [anon_sym_join] = ACTIONS(586), - [anon_sym_u2282] = ACTIONS(586), - [anon_sym_select] = ACTIONS(586), - [anon_sym_u228f] = ACTIONS(586), - [anon_sym_pick] = ACTIONS(586), - [anon_sym_u22a1] = ACTIONS(586), - [anon_sym_reshape] = ACTIONS(586), - [anon_sym_u21af] = ACTIONS(586), - [anon_sym_take] = ACTIONS(586), - [anon_sym_u2199] = ACTIONS(586), - [anon_sym_drop] = ACTIONS(586), - [anon_sym_u2198] = ACTIONS(586), - [anon_sym_rotate] = ACTIONS(586), - [anon_sym_u21bb] = ACTIONS(586), - [anon_sym_windows] = ACTIONS(586), - [anon_sym_u25eb] = ACTIONS(586), - [anon_sym_keep] = ACTIONS(586), - [anon_sym_u25bd] = ACTIONS(586), - [anon_sym_find] = ACTIONS(586), - [anon_sym_u2315] = ACTIONS(586), - [anon_sym_indexof] = ACTIONS(586), - [anon_sym_u2297] = ACTIONS(586), - [anon_sym_assert] = ACTIONS(586), - [anon_sym_u2364] = ACTIONS(586), - [anon_sym_wait] = ACTIONS(586), - [anon_sym_parse] = ACTIONS(586), - [anon_sym_u22d5] = ACTIONS(586), - [anon_sym_random] = ACTIONS(586), - [anon_sym_u2682] = ACTIONS(586), - [anon_sym_gen] = ACTIONS(586), - [anon_sym_tag] = ACTIONS(586), - [anon_sym_now] = ACTIONS(586), - [anon_sym_type] = ACTIONS(586), - [anon_sym_u2e2e] = ACTIONS(586), - [anon_sym_dump] = ACTIONS(586), - [anon_sym_regex] = ACTIONS(586), - [anon_sym_send] = ACTIONS(586), - [anon_sym_recv] = ACTIONS(586), - [anon_sym_tryrecv] = ACTIONS(586), - [anon_sym_complex] = ACTIONS(586), - [anon_sym_u2102] = ACTIONS(586), - [anon_sym_rerank] = ACTIONS(586), - [anon_sym_u2607] = ACTIONS(586), - [anon_sym_fix] = ACTIONS(586), - [anon_sym_u00a4] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(586), - [anon_sym_unique] = ACTIONS(586), - [anon_sym_u25f0] = ACTIONS(586), - [anon_sym_map] = ACTIONS(586), - [anon_sym_has] = ACTIONS(586), - [anon_sym_get] = ACTIONS(586), - [anon_sym_insert] = ACTIONS(586), - [anon_sym_remove] = ACTIONS(586), - [anon_sym_repr] = ACTIONS(586), - [anon_sym_mask] = ACTIONS(586), - [anon_sym_u29b7] = ACTIONS(586), - [anon_sym_csv] = ACTIONS(586), - [anon_sym_json] = ACTIONS(586), - [anon_sym_xlsx] = ACTIONS(586), - [anon_sym_memberOf] = ACTIONS(586), - [anon_sym_u2208] = ACTIONS(586), - [anon_sym_imen] = ACTIONS(586), - [anon_sym_gife] = ACTIONS(586), - [anon_sym_auden] = ACTIONS(586), - [anon_sym_utfu2088] = ACTIONS(586), - [anon_sym_datetime] = ACTIONS(586), - [anon_sym_chunk] = ACTIONS(586), - [anon_sym_u2444] = ACTIONS(586), - [anon_sym_choose] = ACTIONS(586), - [anon_sym_permute] = ACTIONS(586), - [anon_sym_orient] = ACTIONS(586), - [anon_sym_fft] = ACTIONS(586), - [anon_sym_reduce] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_scan] = ACTIONS(586), - [anon_sym_BSLASH] = ACTIONS(586), - [anon_sym_each] = ACTIONS(586), - [anon_sym_u2235] = ACTIONS(586), - [anon_sym_rows] = ACTIONS(586), - [anon_sym_u2261] = ACTIONS(586), - [anon_sym_repeat] = ACTIONS(586), - [anon_sym_u2365] = ACTIONS(586), - [anon_sym_dip] = ACTIONS(586), - [anon_sym_u2299] = ACTIONS(586), - [anon_sym_gap] = ACTIONS(586), - [anon_sym_u22c5] = ACTIONS(586), - [anon_sym_spawn] = ACTIONS(586), - [anon_sym_rectify] = ACTIONS(586), - [anon_sym_u2305] = ACTIONS(586), - [anon_sym_un] = ACTIONS(584), - [anon_sym_u00b0] = ACTIONS(586), - [anon_sym_on] = ACTIONS(584), - [anon_sym_u27dc] = ACTIONS(586), - [anon_sym_inventory] = ACTIONS(586), - [anon_sym_u235a] = ACTIONS(586), - [anon_sym_content] = ACTIONS(586), - [anon_sym_u25c7] = ACTIONS(586), - [anon_sym_pool] = ACTIONS(586), - [anon_sym_stringify] = ACTIONS(586), - [anon_sym_signature] = ACTIONS(586), - [anon_sym_triangle] = ACTIONS(586), - [anon_sym_u25f9] = ACTIONS(586), - [anon_sym_astar] = ACTIONS(586), - [anon_sym_but] = ACTIONS(586), - [anon_sym_u2919] = ACTIONS(586), - [anon_sym_with] = ACTIONS(586), - [anon_sym_u291a] = ACTIONS(586), - [anon_sym_above] = ACTIONS(586), - [anon_sym_u25e0] = ACTIONS(586), - [anon_sym_below] = ACTIONS(586), - [anon_sym_u25e1] = ACTIONS(586), - [anon_sym_fold] = ACTIONS(586), - [anon_sym_u2227] = ACTIONS(586), - [anon_sym_table] = ACTIONS(586), - [anon_sym_u229e] = ACTIONS(586), - [anon_sym_group] = ACTIONS(586), - [anon_sym_u2295] = ACTIONS(586), - [anon_sym_partition] = ACTIONS(586), - [anon_sym_u229c] = ACTIONS(586), - [anon_sym_both] = ACTIONS(586), - [anon_sym_u2229] = ACTIONS(586), - [anon_sym_bracket] = ACTIONS(586), - [anon_sym_u2293] = ACTIONS(586), - [anon_sym_fork] = ACTIONS(586), - [anon_sym_u2283] = ACTIONS(586), - [anon_sym_under] = ACTIONS(586), - [anon_sym_u235c] = ACTIONS(586), - [anon_sym_fill] = ACTIONS(586), - [anon_sym_u2b1a] = ACTIONS(586), - [anon_sym_try] = ACTIONS(584), - [anon_sym_u2363] = ACTIONS(586), - [anon_sym_do] = ACTIONS(584), - [anon_sym_u2362] = ACTIONS(586), - [anon_sym_setinv] = ACTIONS(586), - [anon_sym_setunder] = ACTIONS(586), - [anon_sym_f] = ACTIONS(584), - [anon_sym_by] = ACTIONS(584), - [anon_sym_u22b8] = ACTIONS(586), - [anon_sym_quote] = ACTIONS(586), - [anon_sym_struct] = ACTIONS(586), - [anon_sym_u2765] = ACTIONS(586), - [anon_sym_u2192] = ACTIONS(586), - [anon_sym_u2237] = ACTIONS(586), - [anon_sym_u00b7] = ACTIONS(586), - [anon_sym_u235b] = ACTIONS(586), - [anon_sym_u2302] = ACTIONS(586), - [anon_sym_u21b0] = ACTIONS(586), - [anon_sym_unpack] = ACTIONS(586), - [anon_sym_u2290] = ACTIONS(586), - [anon_sym_u229d] = ACTIONS(586), - [anon_sym_cross] = ACTIONS(586), - [anon_sym_u22a0] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_deal] = ACTIONS(586), - [anon_sym_strands] = ACTIONS(586), - [anon_sym_u203f] = ACTIONS(586), - [anon_sym_member] = ACTIONS(584), - [anon_sym_u220a] = ACTIONS(586), - [anon_sym_coordinate] = ACTIONS(586), - [anon_sym_u27d4] = ACTIONS(586), - [anon_sym_u03bb] = ACTIONS(586), - [anon_sym_u22ca] = ACTIONS(586), - [sym__endOfLine] = ACTIONS(586), + [aux_sym_number_token1] = ACTIONS(566), + [sym_fraction] = ACTIONS(568), + [anon_sym_Days] = ACTIONS(566), + [anon_sym_Months] = ACTIONS(566), + [anon_sym_MonthDays] = ACTIONS(566), + [anon_sym_LeanMonthDays] = ACTIONS(566), + [anon_sym_White] = ACTIONS(566), + [anon_sym_Black] = ACTIONS(566), + [anon_sym_Red] = ACTIONS(566), + [anon_sym_Orange] = ACTIONS(566), + [anon_sym_Yellow] = ACTIONS(566), + [anon_sym_Green] = ACTIONS(566), + [anon_sym_Cyan] = ACTIONS(566), + [anon_sym_Blue] = ACTIONS(566), + [anon_sym_Purple] = ACTIONS(566), + [anon_sym_Magenta] = ACTIONS(566), + [anon_sym_Gay] = ACTIONS(566), + [anon_sym_Lesbian] = ACTIONS(566), + [anon_sym_Bi] = ACTIONS(566), + [anon_sym_Trans] = ACTIONS(566), + [anon_sym_Pan] = ACTIONS(566), + [anon_sym_Ace] = ACTIONS(566), + [anon_sym_Aro] = ACTIONS(566), + [anon_sym_Aroace] = ACTIONS(566), + [anon_sym_Enby] = ACTIONS(566), + [anon_sym_Fluid] = ACTIONS(566), + [anon_sym_Queer] = ACTIONS(566), + [anon_sym_Agender] = ACTIONS(566), + [anon_sym_PrideFlags] = ACTIONS(566), + [anon_sym_PrideFlagNames] = ACTIONS(566), + [anon_sym_True] = ACTIONS(566), + [anon_sym_False] = ACTIONS(566), + [anon_sym_NULL] = ACTIONS(566), + [anon_sym_Logo] = ACTIONS(566), + [anon_sym_Lena] = ACTIONS(566), + [anon_sym_Music] = ACTIONS(566), + [anon_sym_Lorem] = ACTIONS(566), + [anon_sym_Os] = ACTIONS(566), + [anon_sym_Family] = ACTIONS(566), + [anon_sym_Arch] = ACTIONS(566), + [anon_sym_ExeExt] = ACTIONS(566), + [anon_sym_DllExt] = ACTIONS(566), + [anon_sym_Sep] = ACTIONS(566), + [anon_sym_ThisFile] = ACTIONS(566), + [anon_sym_ThisFileName] = ACTIONS(566), + [anon_sym_ThisFileDir] = ACTIONS(566), + [anon_sym_WorkingDir] = ACTIONS(566), + [anon_sym_NumProcs] = ACTIONS(566), + [anon_sym_Planets] = ACTIONS(566), + [anon_sym_Zodiac] = ACTIONS(566), + [anon_sym_Suits] = ACTIONS(566), + [anon_sym_Cards] = ACTIONS(566), + [anon_sym_Chess] = ACTIONS(566), + [anon_sym_Moon] = ACTIONS(566), + [anon_sym_Skin] = ACTIONS(566), + [anon_sym_People] = ACTIONS(566), + [anon_sym_Hair] = ACTIONS(566), + [anon_sym_Cat] = ACTIONS(566), + [aux_sym_character_token1] = ACTIONS(568), + [sym_string] = ACTIONS(568), + [sym_multiLineString] = ACTIONS(568), + [anon_sym_PIPE] = ACTIONS(568), + [sym_identifier] = ACTIONS(566), + [sym_identifierDeprecated] = ACTIONS(566), + [sym_system] = ACTIONS(568), + [sym_comment] = ACTIONS(566), + [sym_openParen] = ACTIONS(568), + [sym_closeParen] = ACTIONS(568), + [sym_openCurly] = ACTIONS(568), + [sym_closeCurly] = ACTIONS(568), + [sym_openBracket] = ACTIONS(566), + [sym_closeBracket] = ACTIONS(568), + [sym_underscore] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [anon_sym_SQUOTE] = ACTIONS(566), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(568), + [anon_sym_e] = ACTIONS(566), + [anon_sym_NaN] = ACTIONS(566), + [anon_sym_eta] = ACTIONS(568), + [anon_sym_u03b7] = ACTIONS(566), + [anon_sym_pi] = ACTIONS(566), + [anon_sym_u03c0] = ACTIONS(566), + [anon_sym_tau] = ACTIONS(568), + [anon_sym_u03c4] = ACTIONS(566), + [anon_sym_infinity] = ACTIONS(568), + [anon_sym_u221e] = ACTIONS(568), + [anon_sym_W] = ACTIONS(566), + [anon_sym_i] = ACTIONS(566), + [anon_sym_MaxInt] = ACTIONS(566), + [anon_sym_HexDigits] = ACTIONS(566), + [anon_sym_DOT] = ACTIONS(568), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_COLON] = ACTIONS(568), + [anon_sym_u25cc] = ACTIONS(568), + [anon_sym_identity] = ACTIONS(568), + [anon_sym_id] = ACTIONS(566), + [anon_sym_u2218] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_u00ac] = ACTIONS(568), + [anon_sym_sign] = ACTIONS(566), + [anon_sym_u00b1] = ACTIONS(568), + [anon_sym_BQUOTE] = ACTIONS(568), + [anon_sym_u00af] = ACTIONS(566), + [anon_sym_absolutevalue] = ACTIONS(568), + [anon_sym_u2335] = ACTIONS(568), + [anon_sym_sqrt] = ACTIONS(568), + [anon_sym_u221a] = ACTIONS(568), + [anon_sym_sine] = ACTIONS(568), + [anon_sym_u25cb] = ACTIONS(568), + [anon_sym_u223f] = ACTIONS(568), + [anon_sym_floor] = ACTIONS(568), + [anon_sym_u230a] = ACTIONS(568), + [anon_sym_ceiling] = ACTIONS(568), + [anon_sym_u2308] = ACTIONS(568), + [anon_sym_round] = ACTIONS(568), + [anon_sym_u2045] = ACTIONS(568), + [anon_sym_EQ] = ACTIONS(568), + [anon_sym_BANG_EQ] = ACTIONS(568), + [anon_sym_u2260] = ACTIONS(568), + [anon_sym_LT] = ACTIONS(566), + [anon_sym_LT_EQ] = ACTIONS(568), + [anon_sym_u2264] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(566), + [anon_sym_GT_EQ] = ACTIONS(568), + [anon_sym_u2265] = ACTIONS(568), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_STAR] = ACTIONS(568), + [anon_sym_u00d7] = ACTIONS(568), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_u00f7] = ACTIONS(568), + [anon_sym_modulus] = ACTIONS(568), + [anon_sym_u25ff] = ACTIONS(568), + [anon_sym_power] = ACTIONS(568), + [anon_sym_u207f] = ACTIONS(568), + [anon_sym_logarithm] = ACTIONS(568), + [anon_sym_u2099] = ACTIONS(568), + [anon_sym_minimum] = ACTIONS(568), + [anon_sym_u21a7] = ACTIONS(568), + [anon_sym_maximum] = ACTIONS(568), + [anon_sym_u21a5] = ACTIONS(568), + [anon_sym_atangent] = ACTIONS(568), + [anon_sym_u2220] = ACTIONS(568), + [anon_sym_length] = ACTIONS(568), + [anon_sym_u29fb] = ACTIONS(568), + [anon_sym_shape] = ACTIONS(568), + [anon_sym_u25b3] = ACTIONS(568), + [anon_sym_range] = ACTIONS(568), + [anon_sym_u21e1] = ACTIONS(568), + [anon_sym_first] = ACTIONS(568), + [anon_sym_u22a2] = ACTIONS(568), + [anon_sym_reverse] = ACTIONS(568), + [anon_sym_u21cc] = ACTIONS(568), + [anon_sym_deshape] = ACTIONS(568), + [anon_sym_u266d] = ACTIONS(568), + [anon_sym_bits] = ACTIONS(568), + [anon_sym_u22ef] = ACTIONS(568), + [anon_sym_transpose] = ACTIONS(568), + [anon_sym_u2349] = ACTIONS(568), + [anon_sym_rise] = ACTIONS(568), + [anon_sym_u234f] = ACTIONS(568), + [anon_sym_fall] = ACTIONS(568), + [anon_sym_u2356] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_u229a] = ACTIONS(568), + [anon_sym_classify] = ACTIONS(568), + [anon_sym_u229b] = ACTIONS(568), + [anon_sym_deduplicate] = ACTIONS(568), + [anon_sym_u25f4] = ACTIONS(568), + [anon_sym_box] = ACTIONS(568), + [anon_sym_u25a1] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_u224d] = ACTIONS(568), + [anon_sym_couple] = ACTIONS(568), + [anon_sym_u229f] = ACTIONS(568), + [anon_sym_join] = ACTIONS(568), + [anon_sym_u2282] = ACTIONS(568), + [anon_sym_select] = ACTIONS(568), + [anon_sym_u228f] = ACTIONS(568), + [anon_sym_pick] = ACTIONS(568), + [anon_sym_u22a1] = ACTIONS(568), + [anon_sym_reshape] = ACTIONS(568), + [anon_sym_u21af] = ACTIONS(568), + [anon_sym_take] = ACTIONS(568), + [anon_sym_u2199] = ACTIONS(568), + [anon_sym_drop] = ACTIONS(568), + [anon_sym_u2198] = ACTIONS(568), + [anon_sym_rotate] = ACTIONS(568), + [anon_sym_u21bb] = ACTIONS(568), + [anon_sym_windows] = ACTIONS(568), + [anon_sym_u25eb] = ACTIONS(568), + [anon_sym_keep] = ACTIONS(568), + [anon_sym_u25bd] = ACTIONS(568), + [anon_sym_find] = ACTIONS(568), + [anon_sym_u2315] = ACTIONS(568), + [anon_sym_indexof] = ACTIONS(568), + [anon_sym_u2297] = ACTIONS(568), + [anon_sym_assert] = ACTIONS(568), + [anon_sym_u2364] = ACTIONS(568), + [anon_sym_wait] = ACTIONS(568), + [anon_sym_parse] = ACTIONS(568), + [anon_sym_u22d5] = ACTIONS(568), + [anon_sym_random] = ACTIONS(568), + [anon_sym_u2682] = ACTIONS(568), + [anon_sym_gen] = ACTIONS(568), + [anon_sym_tag] = ACTIONS(568), + [anon_sym_now] = ACTIONS(568), + [anon_sym_type] = ACTIONS(568), + [anon_sym_u2e2e] = ACTIONS(568), + [anon_sym_dump] = ACTIONS(568), + [anon_sym_regex] = ACTIONS(568), + [anon_sym_send] = ACTIONS(568), + [anon_sym_recv] = ACTIONS(568), + [anon_sym_tryrecv] = ACTIONS(568), + [anon_sym_complex] = ACTIONS(568), + [anon_sym_u2102] = ACTIONS(568), + [anon_sym_rerank] = ACTIONS(568), + [anon_sym_u2607] = ACTIONS(568), + [anon_sym_fix] = ACTIONS(568), + [anon_sym_u00a4] = ACTIONS(568), + [anon_sym_QMARK] = ACTIONS(568), + [anon_sym_unique] = ACTIONS(568), + [anon_sym_u25f0] = ACTIONS(568), + [anon_sym_map] = ACTIONS(568), + [anon_sym_has] = ACTIONS(568), + [anon_sym_get] = ACTIONS(568), + [anon_sym_insert] = ACTIONS(568), + [anon_sym_remove] = ACTIONS(568), + [anon_sym_repr] = ACTIONS(568), + [anon_sym_mask] = ACTIONS(568), + [anon_sym_u29b7] = ACTIONS(568), + [anon_sym_csv] = ACTIONS(568), + [anon_sym_json] = ACTIONS(568), + [anon_sym_xlsx] = ACTIONS(568), + [anon_sym_memberOf] = ACTIONS(568), + [anon_sym_u2208] = ACTIONS(568), + [anon_sym_imen] = ACTIONS(568), + [anon_sym_gife] = ACTIONS(568), + [anon_sym_auden] = ACTIONS(568), + [anon_sym_utfu2088] = ACTIONS(568), + [anon_sym_datetime] = ACTIONS(568), + [anon_sym_choose] = ACTIONS(568), + [anon_sym_permute] = ACTIONS(568), + [anon_sym_orient] = ACTIONS(568), + [anon_sym_u2938] = ACTIONS(568), + [anon_sym_fft] = ACTIONS(568), + [anon_sym_graphemes] = ACTIONS(568), + [anon_sym_timezone] = ACTIONS(568), + [anon_sym_around] = ACTIONS(568), + [anon_sym_u2019] = ACTIONS(568), + [anon_sym_base] = ACTIONS(568), + [anon_sym_sort] = ACTIONS(568), + [anon_sym_u2346] = ACTIONS(568), + [anon_sym_last] = ACTIONS(568), + [anon_sym_u22a3] = ACTIONS(568), + [anon_sym_reduce] = ACTIONS(568), + [anon_sym_SLASH] = ACTIONS(568), + [anon_sym_scan] = ACTIONS(568), + [anon_sym_BSLASH] = ACTIONS(568), + [anon_sym_each] = ACTIONS(568), + [anon_sym_u2235] = ACTIONS(568), + [anon_sym_rows] = ACTIONS(568), + [anon_sym_u2261] = ACTIONS(568), + [anon_sym_repeat] = ACTIONS(568), + [anon_sym_u2365] = ACTIONS(568), + [anon_sym_dip] = ACTIONS(568), + [anon_sym_u2299] = ACTIONS(568), + [anon_sym_gap] = ACTIONS(568), + [anon_sym_u22c5] = ACTIONS(568), + [anon_sym_spawn] = ACTIONS(568), + [anon_sym_rectify] = ACTIONS(568), + [anon_sym_u2305] = ACTIONS(568), + [anon_sym_un] = ACTIONS(566), + [anon_sym_u00b0] = ACTIONS(568), + [anon_sym_on] = ACTIONS(566), + [anon_sym_u27dc] = ACTIONS(568), + [anon_sym_inventory] = ACTIONS(568), + [anon_sym_u235a] = ACTIONS(568), + [anon_sym_content] = ACTIONS(568), + [anon_sym_u25c7] = ACTIONS(568), + [anon_sym_pool] = ACTIONS(568), + [anon_sym_stringify] = ACTIONS(568), + [anon_sym_signature] = ACTIONS(568), + [anon_sym_triangle] = ACTIONS(568), + [anon_sym_u25f9] = ACTIONS(568), + [anon_sym_astar] = ACTIONS(568), + [anon_sym_with] = ACTIONS(568), + [anon_sym_u2919] = ACTIONS(568), + [anon_sym_off] = ACTIONS(568), + [anon_sym_u291a] = ACTIONS(568), + [anon_sym_above] = ACTIONS(568), + [anon_sym_u25e0] = ACTIONS(568), + [anon_sym_below] = ACTIONS(568), + [anon_sym_u25e1] = ACTIONS(568), + [anon_sym_anti] = ACTIONS(568), + [anon_sym_u231d] = ACTIONS(568), + [anon_sym_obverse] = ACTIONS(568), + [anon_sym_toples] = ACTIONS(568), + [anon_sym_u29c5] = ACTIONS(568), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(568), + [anon_sym_fold] = ACTIONS(568), + [anon_sym_u2227] = ACTIONS(568), + [anon_sym_table] = ACTIONS(568), + [anon_sym_u229e] = ACTIONS(568), + [anon_sym_group] = ACTIONS(568), + [anon_sym_u2295] = ACTIONS(568), + [anon_sym_partition] = ACTIONS(568), + [anon_sym_u229c] = ACTIONS(568), + [anon_sym_both] = ACTIONS(568), + [anon_sym_u2229] = ACTIONS(568), + [anon_sym_bracket] = ACTIONS(568), + [anon_sym_u2293] = ACTIONS(568), + [anon_sym_fork] = ACTIONS(568), + [anon_sym_u2283] = ACTIONS(568), + [anon_sym_under] = ACTIONS(568), + [anon_sym_u235c] = ACTIONS(568), + [anon_sym_fill] = ACTIONS(568), + [anon_sym_u2b1a] = ACTIONS(568), + [anon_sym_try] = ACTIONS(566), + [anon_sym_u2363] = ACTIONS(568), + [anon_sym_do] = ACTIONS(566), + [anon_sym_u2362] = ACTIONS(568), + [anon_sym_f] = ACTIONS(566), + [anon_sym_by] = ACTIONS(566), + [anon_sym_u22b8] = ACTIONS(568), + [anon_sym_quote] = ACTIONS(568), + [anon_sym_u2765] = ACTIONS(568), + [anon_sym_u2192] = ACTIONS(568), + [anon_sym_u2237] = ACTIONS(568), + [anon_sym_u00b7] = ACTIONS(568), + [anon_sym_u235b] = ACTIONS(568), + [anon_sym_u2302] = ACTIONS(568), + [anon_sym_u21b0] = ACTIONS(568), + [anon_sym_unpack] = ACTIONS(568), + [anon_sym_u2290] = ACTIONS(568), + [anon_sym_u229d] = ACTIONS(568), + [anon_sym_cross] = ACTIONS(568), + [anon_sym_u22a0] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_deal] = ACTIONS(568), + [anon_sym_member] = ACTIONS(566), + [anon_sym_u220a] = ACTIONS(568), + [anon_sym_coordinate] = ACTIONS(568), + [anon_sym_u27d4] = ACTIONS(568), + [anon_sym_u03bb] = ACTIONS(568), + [anon_sym_u22ca] = ACTIONS(568), + [anon_sym_chunk] = ACTIONS(568), + [anon_sym_u2444] = ACTIONS(568), + [anon_sym_setinv] = ACTIONS(568), + [anon_sym_setund] = ACTIONS(568), + [anon_sym_struct] = ACTIONS(568), + [sym__endOfLine] = ACTIONS(568), }, [104] = { - [aux_sym_number_token1] = ACTIONS(588), - [sym_fraction] = ACTIONS(590), - [anon_sym_Days] = ACTIONS(588), - [anon_sym_Months] = ACTIONS(588), - [anon_sym_MonthDays] = ACTIONS(588), - [anon_sym_LeanMonthDays] = ACTIONS(588), - [anon_sym_White] = ACTIONS(588), - [anon_sym_Black] = ACTIONS(588), - [anon_sym_Red] = ACTIONS(588), - [anon_sym_Orange] = ACTIONS(588), - [anon_sym_Yellow] = ACTIONS(588), - [anon_sym_Green] = ACTIONS(588), - [anon_sym_Cyan] = ACTIONS(588), - [anon_sym_Blue] = ACTIONS(588), - [anon_sym_Purple] = ACTIONS(588), - [anon_sym_Magenta] = ACTIONS(588), - [anon_sym_Gay] = ACTIONS(588), - [anon_sym_Lesbian] = ACTIONS(588), - [anon_sym_Bi] = ACTIONS(588), - [anon_sym_Trans] = ACTIONS(588), - [anon_sym_Pan] = ACTIONS(588), - [anon_sym_Ace] = ACTIONS(588), - [anon_sym_Aro] = ACTIONS(588), - [anon_sym_Aroace] = ACTIONS(588), - [anon_sym_Enby] = ACTIONS(588), - [anon_sym_Fluid] = ACTIONS(588), - [anon_sym_Queer] = ACTIONS(588), - [anon_sym_Agender] = ACTIONS(588), - [anon_sym_PrideFlags] = ACTIONS(588), - [anon_sym_PrideFlagNames] = ACTIONS(588), - [anon_sym_True] = ACTIONS(588), - [anon_sym_False] = ACTIONS(588), - [anon_sym_NULL] = ACTIONS(588), - [anon_sym_Logo] = ACTIONS(588), - [anon_sym_Lena] = ACTIONS(588), - [anon_sym_Music] = ACTIONS(588), - [anon_sym_Lorem] = ACTIONS(588), - [anon_sym_Os] = ACTIONS(588), - [anon_sym_Family] = ACTIONS(588), - [anon_sym_Arch] = ACTIONS(588), - [anon_sym_ExeExt] = ACTIONS(588), - [anon_sym_DllExt] = ACTIONS(588), - [anon_sym_Sep] = ACTIONS(588), - [anon_sym_ThisFile] = ACTIONS(588), - [anon_sym_ThisFileName] = ACTIONS(588), - [anon_sym_ThisFileDir] = ACTIONS(588), - [anon_sym_WorkingDir] = ACTIONS(588), - [anon_sym_NumProcs] = ACTIONS(588), - [anon_sym_Planets] = ACTIONS(588), - [anon_sym_Zodiac] = ACTIONS(588), - [anon_sym_Suits] = ACTIONS(588), - [anon_sym_Cards] = ACTIONS(588), - [anon_sym_Chess] = ACTIONS(588), - [anon_sym_Moon] = ACTIONS(588), - [anon_sym_Skin] = ACTIONS(588), - [anon_sym_People] = ACTIONS(588), - [anon_sym_Hair] = ACTIONS(588), - [aux_sym_character_token1] = ACTIONS(590), - [sym_string] = ACTIONS(590), - [sym_multiLineString] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [sym_identifier] = ACTIONS(588), - [sym_identifierDeprecated] = ACTIONS(588), - [sym_system] = ACTIONS(590), - [sym_comment] = ACTIONS(588), - [sym_openParen] = ACTIONS(590), - [sym_closeParen] = ACTIONS(590), - [sym_openCurly] = ACTIONS(590), - [sym_closeCurly] = ACTIONS(590), - [sym_openBracket] = ACTIONS(590), - [sym_closeBracket] = ACTIONS(590), - [sym_underscore] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), - [anon_sym_SQUOTE] = ACTIONS(588), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(590), - [anon_sym_e] = ACTIONS(588), - [anon_sym_NaN] = ACTIONS(588), - [anon_sym_eta] = ACTIONS(590), - [anon_sym_u03b7] = ACTIONS(588), - [anon_sym_pi] = ACTIONS(588), - [anon_sym_u03c0] = ACTIONS(588), - [anon_sym_tau] = ACTIONS(590), - [anon_sym_u03c4] = ACTIONS(588), - [anon_sym_infinity] = ACTIONS(590), - [anon_sym_u221e] = ACTIONS(590), - [anon_sym_W] = ACTIONS(588), - [anon_sym_i] = ACTIONS(588), - [anon_sym_MaxInt] = ACTIONS(588), - [anon_sym_HexDigits] = ACTIONS(588), - [anon_sym_DOT] = ACTIONS(590), - [anon_sym_COMMA] = ACTIONS(590), - [anon_sym_COLON] = ACTIONS(590), - [anon_sym_u25cc] = ACTIONS(590), - [anon_sym_identity] = ACTIONS(590), - [anon_sym_id] = ACTIONS(588), - [anon_sym_u2218] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_u00ac] = ACTIONS(590), - [anon_sym_sign] = ACTIONS(588), - [anon_sym_u00b1] = ACTIONS(590), - [anon_sym_BQUOTE] = ACTIONS(590), - [anon_sym_u00af] = ACTIONS(588), - [anon_sym_absolutevalue] = ACTIONS(590), - [anon_sym_u2335] = ACTIONS(590), - [anon_sym_sqrt] = ACTIONS(590), - [anon_sym_u221a] = ACTIONS(590), - [anon_sym_sine] = ACTIONS(590), - [anon_sym_u25cb] = ACTIONS(590), - [anon_sym_u223f] = ACTIONS(590), - [anon_sym_floor] = ACTIONS(590), - [anon_sym_u230a] = ACTIONS(590), - [anon_sym_ceiling] = ACTIONS(590), - [anon_sym_u2308] = ACTIONS(590), - [anon_sym_round] = ACTIONS(590), - [anon_sym_u2045] = ACTIONS(590), - [anon_sym_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_u2260] = ACTIONS(590), - [anon_sym_LT] = ACTIONS(588), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_u2264] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(588), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_u2265] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_u00d7] = ACTIONS(590), - [anon_sym_PERCENT] = ACTIONS(590), - [anon_sym_u00f7] = ACTIONS(590), - [anon_sym_modulus] = ACTIONS(590), - [anon_sym_u25ff] = ACTIONS(590), - [anon_sym_power] = ACTIONS(590), - [anon_sym_u207f] = ACTIONS(590), - [anon_sym_logarithm] = ACTIONS(590), - [anon_sym_u2099] = ACTIONS(590), - [anon_sym_minimum] = ACTIONS(590), - [anon_sym_u21a7] = ACTIONS(590), - [anon_sym_maximum] = ACTIONS(590), - [anon_sym_u21a5] = ACTIONS(590), - [anon_sym_atangent] = ACTIONS(590), - [anon_sym_u2220] = ACTIONS(590), - [anon_sym_length] = ACTIONS(590), - [anon_sym_u29fb] = ACTIONS(590), - [anon_sym_shape] = ACTIONS(590), - [anon_sym_u25b3] = ACTIONS(590), - [anon_sym_range] = ACTIONS(590), - [anon_sym_u21e1] = ACTIONS(590), - [anon_sym_first] = ACTIONS(590), - [anon_sym_u22a2] = ACTIONS(590), - [anon_sym_reverse] = ACTIONS(590), - [anon_sym_u21cc] = ACTIONS(590), - [anon_sym_deshape] = ACTIONS(590), - [anon_sym_u266d] = ACTIONS(590), - [anon_sym_bits] = ACTIONS(590), - [anon_sym_u22ef] = ACTIONS(590), - [anon_sym_transpose] = ACTIONS(590), - [anon_sym_u2349] = ACTIONS(590), - [anon_sym_rise] = ACTIONS(590), - [anon_sym_u234f] = ACTIONS(590), - [anon_sym_fall] = ACTIONS(590), - [anon_sym_u2356] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_u229a] = ACTIONS(590), - [anon_sym_classify] = ACTIONS(590), - [anon_sym_u229b] = ACTIONS(590), - [anon_sym_deduplicate] = ACTIONS(590), - [anon_sym_u25f4] = ACTIONS(590), - [anon_sym_box] = ACTIONS(590), - [anon_sym_u25a1] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_u224d] = ACTIONS(590), - [anon_sym_couple] = ACTIONS(590), - [anon_sym_u229f] = ACTIONS(590), - [anon_sym_join] = ACTIONS(590), - [anon_sym_u2282] = ACTIONS(590), - [anon_sym_select] = ACTIONS(590), - [anon_sym_u228f] = ACTIONS(590), - [anon_sym_pick] = ACTIONS(590), - [anon_sym_u22a1] = ACTIONS(590), - [anon_sym_reshape] = ACTIONS(590), - [anon_sym_u21af] = ACTIONS(590), - [anon_sym_take] = ACTIONS(590), - [anon_sym_u2199] = ACTIONS(590), - [anon_sym_drop] = ACTIONS(590), - [anon_sym_u2198] = ACTIONS(590), - [anon_sym_rotate] = ACTIONS(590), - [anon_sym_u21bb] = ACTIONS(590), - [anon_sym_windows] = ACTIONS(590), - [anon_sym_u25eb] = ACTIONS(590), - [anon_sym_keep] = ACTIONS(590), - [anon_sym_u25bd] = ACTIONS(590), - [anon_sym_find] = ACTIONS(590), - [anon_sym_u2315] = ACTIONS(590), - [anon_sym_indexof] = ACTIONS(590), - [anon_sym_u2297] = ACTIONS(590), - [anon_sym_assert] = ACTIONS(590), - [anon_sym_u2364] = ACTIONS(590), - [anon_sym_wait] = ACTIONS(590), - [anon_sym_parse] = ACTIONS(590), - [anon_sym_u22d5] = ACTIONS(590), - [anon_sym_random] = ACTIONS(590), - [anon_sym_u2682] = ACTIONS(590), - [anon_sym_gen] = ACTIONS(590), - [anon_sym_tag] = ACTIONS(590), - [anon_sym_now] = ACTIONS(590), - [anon_sym_type] = ACTIONS(590), - [anon_sym_u2e2e] = ACTIONS(590), - [anon_sym_dump] = ACTIONS(590), - [anon_sym_regex] = ACTIONS(590), - [anon_sym_send] = ACTIONS(590), - [anon_sym_recv] = ACTIONS(590), - [anon_sym_tryrecv] = ACTIONS(590), - [anon_sym_complex] = ACTIONS(590), - [anon_sym_u2102] = ACTIONS(590), - [anon_sym_rerank] = ACTIONS(590), - [anon_sym_u2607] = ACTIONS(590), - [anon_sym_fix] = ACTIONS(590), - [anon_sym_u00a4] = ACTIONS(590), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_unique] = ACTIONS(590), - [anon_sym_u25f0] = ACTIONS(590), - [anon_sym_map] = ACTIONS(590), - [anon_sym_has] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_insert] = ACTIONS(590), - [anon_sym_remove] = ACTIONS(590), - [anon_sym_repr] = ACTIONS(590), - [anon_sym_mask] = ACTIONS(590), - [anon_sym_u29b7] = ACTIONS(590), - [anon_sym_csv] = ACTIONS(590), - [anon_sym_json] = ACTIONS(590), - [anon_sym_xlsx] = ACTIONS(590), - [anon_sym_memberOf] = ACTIONS(590), - [anon_sym_u2208] = ACTIONS(590), - [anon_sym_imen] = ACTIONS(590), - [anon_sym_gife] = ACTIONS(590), - [anon_sym_auden] = ACTIONS(590), - [anon_sym_utfu2088] = ACTIONS(590), - [anon_sym_datetime] = ACTIONS(590), - [anon_sym_chunk] = ACTIONS(590), - [anon_sym_u2444] = ACTIONS(590), - [anon_sym_choose] = ACTIONS(590), - [anon_sym_permute] = ACTIONS(590), - [anon_sym_orient] = ACTIONS(590), - [anon_sym_fft] = ACTIONS(590), - [anon_sym_reduce] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_scan] = ACTIONS(590), - [anon_sym_BSLASH] = ACTIONS(590), - [anon_sym_each] = ACTIONS(590), - [anon_sym_u2235] = ACTIONS(590), - [anon_sym_rows] = ACTIONS(590), - [anon_sym_u2261] = ACTIONS(590), - [anon_sym_repeat] = ACTIONS(590), - [anon_sym_u2365] = ACTIONS(590), - [anon_sym_dip] = ACTIONS(590), - [anon_sym_u2299] = ACTIONS(590), - [anon_sym_gap] = ACTIONS(590), - [anon_sym_u22c5] = ACTIONS(590), - [anon_sym_spawn] = ACTIONS(590), - [anon_sym_rectify] = ACTIONS(590), - [anon_sym_u2305] = ACTIONS(590), - [anon_sym_un] = ACTIONS(588), - [anon_sym_u00b0] = ACTIONS(590), - [anon_sym_on] = ACTIONS(588), - [anon_sym_u27dc] = ACTIONS(590), - [anon_sym_inventory] = ACTIONS(590), - [anon_sym_u235a] = ACTIONS(590), - [anon_sym_content] = ACTIONS(590), - [anon_sym_u25c7] = ACTIONS(590), - [anon_sym_pool] = ACTIONS(590), - [anon_sym_stringify] = ACTIONS(590), - [anon_sym_signature] = ACTIONS(590), - [anon_sym_triangle] = ACTIONS(590), - [anon_sym_u25f9] = ACTIONS(590), - [anon_sym_astar] = ACTIONS(590), - [anon_sym_but] = ACTIONS(590), - [anon_sym_u2919] = ACTIONS(590), - [anon_sym_with] = ACTIONS(590), - [anon_sym_u291a] = ACTIONS(590), - [anon_sym_above] = ACTIONS(590), - [anon_sym_u25e0] = ACTIONS(590), - [anon_sym_below] = ACTIONS(590), - [anon_sym_u25e1] = ACTIONS(590), - [anon_sym_fold] = ACTIONS(590), - [anon_sym_u2227] = ACTIONS(590), - [anon_sym_table] = ACTIONS(590), - [anon_sym_u229e] = ACTIONS(590), - [anon_sym_group] = ACTIONS(590), - [anon_sym_u2295] = ACTIONS(590), - [anon_sym_partition] = ACTIONS(590), - [anon_sym_u229c] = ACTIONS(590), - [anon_sym_both] = ACTIONS(590), - [anon_sym_u2229] = ACTIONS(590), - [anon_sym_bracket] = ACTIONS(590), - [anon_sym_u2293] = ACTIONS(590), - [anon_sym_fork] = ACTIONS(590), - [anon_sym_u2283] = ACTIONS(590), - [anon_sym_under] = ACTIONS(590), - [anon_sym_u235c] = ACTIONS(590), - [anon_sym_fill] = ACTIONS(590), - [anon_sym_u2b1a] = ACTIONS(590), - [anon_sym_try] = ACTIONS(588), - [anon_sym_u2363] = ACTIONS(590), - [anon_sym_do] = ACTIONS(588), - [anon_sym_u2362] = ACTIONS(590), - [anon_sym_setinv] = ACTIONS(590), - [anon_sym_setunder] = ACTIONS(590), - [anon_sym_f] = ACTIONS(588), - [anon_sym_by] = ACTIONS(588), - [anon_sym_u22b8] = ACTIONS(590), - [anon_sym_quote] = ACTIONS(590), - [anon_sym_struct] = ACTIONS(590), - [anon_sym_u2765] = ACTIONS(590), - [anon_sym_u2192] = ACTIONS(590), - [anon_sym_u2237] = ACTIONS(590), - [anon_sym_u00b7] = ACTIONS(590), - [anon_sym_u235b] = ACTIONS(590), - [anon_sym_u2302] = ACTIONS(590), - [anon_sym_u21b0] = ACTIONS(590), - [anon_sym_unpack] = ACTIONS(590), - [anon_sym_u2290] = ACTIONS(590), - [anon_sym_u229d] = ACTIONS(590), - [anon_sym_cross] = ACTIONS(590), - [anon_sym_u22a0] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_deal] = ACTIONS(590), - [anon_sym_strands] = ACTIONS(590), - [anon_sym_u203f] = ACTIONS(590), - [anon_sym_member] = ACTIONS(588), - [anon_sym_u220a] = ACTIONS(590), - [anon_sym_coordinate] = ACTIONS(590), - [anon_sym_u27d4] = ACTIONS(590), - [anon_sym_u03bb] = ACTIONS(590), - [anon_sym_u22ca] = ACTIONS(590), - [sym__endOfLine] = ACTIONS(590), + [aux_sym_number_token1] = ACTIONS(570), + [sym_fraction] = ACTIONS(572), + [anon_sym_Days] = ACTIONS(570), + [anon_sym_Months] = ACTIONS(570), + [anon_sym_MonthDays] = ACTIONS(570), + [anon_sym_LeanMonthDays] = ACTIONS(570), + [anon_sym_White] = ACTIONS(570), + [anon_sym_Black] = ACTIONS(570), + [anon_sym_Red] = ACTIONS(570), + [anon_sym_Orange] = ACTIONS(570), + [anon_sym_Yellow] = ACTIONS(570), + [anon_sym_Green] = ACTIONS(570), + [anon_sym_Cyan] = ACTIONS(570), + [anon_sym_Blue] = ACTIONS(570), + [anon_sym_Purple] = ACTIONS(570), + [anon_sym_Magenta] = ACTIONS(570), + [anon_sym_Gay] = ACTIONS(570), + [anon_sym_Lesbian] = ACTIONS(570), + [anon_sym_Bi] = ACTIONS(570), + [anon_sym_Trans] = ACTIONS(570), + [anon_sym_Pan] = ACTIONS(570), + [anon_sym_Ace] = ACTIONS(570), + [anon_sym_Aro] = ACTIONS(570), + [anon_sym_Aroace] = ACTIONS(570), + [anon_sym_Enby] = ACTIONS(570), + [anon_sym_Fluid] = ACTIONS(570), + [anon_sym_Queer] = ACTIONS(570), + [anon_sym_Agender] = ACTIONS(570), + [anon_sym_PrideFlags] = ACTIONS(570), + [anon_sym_PrideFlagNames] = ACTIONS(570), + [anon_sym_True] = ACTIONS(570), + [anon_sym_False] = ACTIONS(570), + [anon_sym_NULL] = ACTIONS(570), + [anon_sym_Logo] = ACTIONS(570), + [anon_sym_Lena] = ACTIONS(570), + [anon_sym_Music] = ACTIONS(570), + [anon_sym_Lorem] = ACTIONS(570), + [anon_sym_Os] = ACTIONS(570), + [anon_sym_Family] = ACTIONS(570), + [anon_sym_Arch] = ACTIONS(570), + [anon_sym_ExeExt] = ACTIONS(570), + [anon_sym_DllExt] = ACTIONS(570), + [anon_sym_Sep] = ACTIONS(570), + [anon_sym_ThisFile] = ACTIONS(570), + [anon_sym_ThisFileName] = ACTIONS(570), + [anon_sym_ThisFileDir] = ACTIONS(570), + [anon_sym_WorkingDir] = ACTIONS(570), + [anon_sym_NumProcs] = ACTIONS(570), + [anon_sym_Planets] = ACTIONS(570), + [anon_sym_Zodiac] = ACTIONS(570), + [anon_sym_Suits] = ACTIONS(570), + [anon_sym_Cards] = ACTIONS(570), + [anon_sym_Chess] = ACTIONS(570), + [anon_sym_Moon] = ACTIONS(570), + [anon_sym_Skin] = ACTIONS(570), + [anon_sym_People] = ACTIONS(570), + [anon_sym_Hair] = ACTIONS(570), + [anon_sym_Cat] = ACTIONS(570), + [aux_sym_character_token1] = ACTIONS(572), + [sym_string] = ACTIONS(572), + [sym_multiLineString] = ACTIONS(572), + [anon_sym_PIPE] = ACTIONS(572), + [sym_identifier] = ACTIONS(570), + [sym_identifierDeprecated] = ACTIONS(570), + [sym_system] = ACTIONS(572), + [sym_comment] = ACTIONS(570), + [sym_openParen] = ACTIONS(572), + [sym_closeParen] = ACTIONS(572), + [sym_openCurly] = ACTIONS(572), + [sym_closeCurly] = ACTIONS(572), + [sym_openBracket] = ACTIONS(570), + [sym_closeBracket] = ACTIONS(572), + [sym_underscore] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_SQUOTE] = ACTIONS(570), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(572), + [anon_sym_e] = ACTIONS(570), + [anon_sym_NaN] = ACTIONS(570), + [anon_sym_eta] = ACTIONS(572), + [anon_sym_u03b7] = ACTIONS(570), + [anon_sym_pi] = ACTIONS(570), + [anon_sym_u03c0] = ACTIONS(570), + [anon_sym_tau] = ACTIONS(572), + [anon_sym_u03c4] = ACTIONS(570), + [anon_sym_infinity] = ACTIONS(572), + [anon_sym_u221e] = ACTIONS(572), + [anon_sym_W] = ACTIONS(570), + [anon_sym_i] = ACTIONS(570), + [anon_sym_MaxInt] = ACTIONS(570), + [anon_sym_HexDigits] = ACTIONS(570), + [anon_sym_DOT] = ACTIONS(572), + [anon_sym_COMMA] = ACTIONS(572), + [anon_sym_COLON] = ACTIONS(572), + [anon_sym_u25cc] = ACTIONS(572), + [anon_sym_identity] = ACTIONS(572), + [anon_sym_id] = ACTIONS(570), + [anon_sym_u2218] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_u00ac] = ACTIONS(572), + [anon_sym_sign] = ACTIONS(570), + [anon_sym_u00b1] = ACTIONS(572), + [anon_sym_BQUOTE] = ACTIONS(572), + [anon_sym_u00af] = ACTIONS(570), + [anon_sym_absolutevalue] = ACTIONS(572), + [anon_sym_u2335] = ACTIONS(572), + [anon_sym_sqrt] = ACTIONS(572), + [anon_sym_u221a] = ACTIONS(572), + [anon_sym_sine] = ACTIONS(572), + [anon_sym_u25cb] = ACTIONS(572), + [anon_sym_u223f] = ACTIONS(572), + [anon_sym_floor] = ACTIONS(572), + [anon_sym_u230a] = ACTIONS(572), + [anon_sym_ceiling] = ACTIONS(572), + [anon_sym_u2308] = ACTIONS(572), + [anon_sym_round] = ACTIONS(572), + [anon_sym_u2045] = ACTIONS(572), + [anon_sym_EQ] = ACTIONS(572), + [anon_sym_BANG_EQ] = ACTIONS(572), + [anon_sym_u2260] = ACTIONS(572), + [anon_sym_LT] = ACTIONS(570), + [anon_sym_LT_EQ] = ACTIONS(572), + [anon_sym_u2264] = ACTIONS(572), + [anon_sym_GT] = ACTIONS(570), + [anon_sym_GT_EQ] = ACTIONS(572), + [anon_sym_u2265] = ACTIONS(572), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_STAR] = ACTIONS(572), + [anon_sym_u00d7] = ACTIONS(572), + [anon_sym_PERCENT] = ACTIONS(572), + [anon_sym_u00f7] = ACTIONS(572), + [anon_sym_modulus] = ACTIONS(572), + [anon_sym_u25ff] = ACTIONS(572), + [anon_sym_power] = ACTIONS(572), + [anon_sym_u207f] = ACTIONS(572), + [anon_sym_logarithm] = ACTIONS(572), + [anon_sym_u2099] = ACTIONS(572), + [anon_sym_minimum] = ACTIONS(572), + [anon_sym_u21a7] = ACTIONS(572), + [anon_sym_maximum] = ACTIONS(572), + [anon_sym_u21a5] = ACTIONS(572), + [anon_sym_atangent] = ACTIONS(572), + [anon_sym_u2220] = ACTIONS(572), + [anon_sym_length] = ACTIONS(572), + [anon_sym_u29fb] = ACTIONS(572), + [anon_sym_shape] = ACTIONS(572), + [anon_sym_u25b3] = ACTIONS(572), + [anon_sym_range] = ACTIONS(572), + [anon_sym_u21e1] = ACTIONS(572), + [anon_sym_first] = ACTIONS(572), + [anon_sym_u22a2] = ACTIONS(572), + [anon_sym_reverse] = ACTIONS(572), + [anon_sym_u21cc] = ACTIONS(572), + [anon_sym_deshape] = ACTIONS(572), + [anon_sym_u266d] = ACTIONS(572), + [anon_sym_bits] = ACTIONS(572), + [anon_sym_u22ef] = ACTIONS(572), + [anon_sym_transpose] = ACTIONS(572), + [anon_sym_u2349] = ACTIONS(572), + [anon_sym_rise] = ACTIONS(572), + [anon_sym_u234f] = ACTIONS(572), + [anon_sym_fall] = ACTIONS(572), + [anon_sym_u2356] = ACTIONS(572), + [anon_sym_where] = ACTIONS(572), + [anon_sym_u229a] = ACTIONS(572), + [anon_sym_classify] = ACTIONS(572), + [anon_sym_u229b] = ACTIONS(572), + [anon_sym_deduplicate] = ACTIONS(572), + [anon_sym_u25f4] = ACTIONS(572), + [anon_sym_box] = ACTIONS(572), + [anon_sym_u25a1] = ACTIONS(572), + [anon_sym_match] = ACTIONS(572), + [anon_sym_u224d] = ACTIONS(572), + [anon_sym_couple] = ACTIONS(572), + [anon_sym_u229f] = ACTIONS(572), + [anon_sym_join] = ACTIONS(572), + [anon_sym_u2282] = ACTIONS(572), + [anon_sym_select] = ACTIONS(572), + [anon_sym_u228f] = ACTIONS(572), + [anon_sym_pick] = ACTIONS(572), + [anon_sym_u22a1] = ACTIONS(572), + [anon_sym_reshape] = ACTIONS(572), + [anon_sym_u21af] = ACTIONS(572), + [anon_sym_take] = ACTIONS(572), + [anon_sym_u2199] = ACTIONS(572), + [anon_sym_drop] = ACTIONS(572), + [anon_sym_u2198] = ACTIONS(572), + [anon_sym_rotate] = ACTIONS(572), + [anon_sym_u21bb] = ACTIONS(572), + [anon_sym_windows] = ACTIONS(572), + [anon_sym_u25eb] = ACTIONS(572), + [anon_sym_keep] = ACTIONS(572), + [anon_sym_u25bd] = ACTIONS(572), + [anon_sym_find] = ACTIONS(572), + [anon_sym_u2315] = ACTIONS(572), + [anon_sym_indexof] = ACTIONS(572), + [anon_sym_u2297] = ACTIONS(572), + [anon_sym_assert] = ACTIONS(572), + [anon_sym_u2364] = ACTIONS(572), + [anon_sym_wait] = ACTIONS(572), + [anon_sym_parse] = ACTIONS(572), + [anon_sym_u22d5] = ACTIONS(572), + [anon_sym_random] = ACTIONS(572), + [anon_sym_u2682] = ACTIONS(572), + [anon_sym_gen] = ACTIONS(572), + [anon_sym_tag] = ACTIONS(572), + [anon_sym_now] = ACTIONS(572), + [anon_sym_type] = ACTIONS(572), + [anon_sym_u2e2e] = ACTIONS(572), + [anon_sym_dump] = ACTIONS(572), + [anon_sym_regex] = ACTIONS(572), + [anon_sym_send] = ACTIONS(572), + [anon_sym_recv] = ACTIONS(572), + [anon_sym_tryrecv] = ACTIONS(572), + [anon_sym_complex] = ACTIONS(572), + [anon_sym_u2102] = ACTIONS(572), + [anon_sym_rerank] = ACTIONS(572), + [anon_sym_u2607] = ACTIONS(572), + [anon_sym_fix] = ACTIONS(572), + [anon_sym_u00a4] = ACTIONS(572), + [anon_sym_QMARK] = ACTIONS(572), + [anon_sym_unique] = ACTIONS(572), + [anon_sym_u25f0] = ACTIONS(572), + [anon_sym_map] = ACTIONS(572), + [anon_sym_has] = ACTIONS(572), + [anon_sym_get] = ACTIONS(572), + [anon_sym_insert] = ACTIONS(572), + [anon_sym_remove] = ACTIONS(572), + [anon_sym_repr] = ACTIONS(572), + [anon_sym_mask] = ACTIONS(572), + [anon_sym_u29b7] = ACTIONS(572), + [anon_sym_csv] = ACTIONS(572), + [anon_sym_json] = ACTIONS(572), + [anon_sym_xlsx] = ACTIONS(572), + [anon_sym_memberOf] = ACTIONS(572), + [anon_sym_u2208] = ACTIONS(572), + [anon_sym_imen] = ACTIONS(572), + [anon_sym_gife] = ACTIONS(572), + [anon_sym_auden] = ACTIONS(572), + [anon_sym_utfu2088] = ACTIONS(572), + [anon_sym_datetime] = ACTIONS(572), + [anon_sym_choose] = ACTIONS(572), + [anon_sym_permute] = ACTIONS(572), + [anon_sym_orient] = ACTIONS(572), + [anon_sym_u2938] = ACTIONS(572), + [anon_sym_fft] = ACTIONS(572), + [anon_sym_graphemes] = ACTIONS(572), + [anon_sym_timezone] = ACTIONS(572), + [anon_sym_around] = ACTIONS(572), + [anon_sym_u2019] = ACTIONS(572), + [anon_sym_base] = ACTIONS(572), + [anon_sym_sort] = ACTIONS(572), + [anon_sym_u2346] = ACTIONS(572), + [anon_sym_last] = ACTIONS(572), + [anon_sym_u22a3] = ACTIONS(572), + [anon_sym_reduce] = ACTIONS(572), + [anon_sym_SLASH] = ACTIONS(572), + [anon_sym_scan] = ACTIONS(572), + [anon_sym_BSLASH] = ACTIONS(572), + [anon_sym_each] = ACTIONS(572), + [anon_sym_u2235] = ACTIONS(572), + [anon_sym_rows] = ACTIONS(572), + [anon_sym_u2261] = ACTIONS(572), + [anon_sym_repeat] = ACTIONS(572), + [anon_sym_u2365] = ACTIONS(572), + [anon_sym_dip] = ACTIONS(572), + [anon_sym_u2299] = ACTIONS(572), + [anon_sym_gap] = ACTIONS(572), + [anon_sym_u22c5] = ACTIONS(572), + [anon_sym_spawn] = ACTIONS(572), + [anon_sym_rectify] = ACTIONS(572), + [anon_sym_u2305] = ACTIONS(572), + [anon_sym_un] = ACTIONS(570), + [anon_sym_u00b0] = ACTIONS(572), + [anon_sym_on] = ACTIONS(570), + [anon_sym_u27dc] = ACTIONS(572), + [anon_sym_inventory] = ACTIONS(572), + [anon_sym_u235a] = ACTIONS(572), + [anon_sym_content] = ACTIONS(572), + [anon_sym_u25c7] = ACTIONS(572), + [anon_sym_pool] = ACTIONS(572), + [anon_sym_stringify] = ACTIONS(572), + [anon_sym_signature] = ACTIONS(572), + [anon_sym_triangle] = ACTIONS(572), + [anon_sym_u25f9] = ACTIONS(572), + [anon_sym_astar] = ACTIONS(572), + [anon_sym_with] = ACTIONS(572), + [anon_sym_u2919] = ACTIONS(572), + [anon_sym_off] = ACTIONS(572), + [anon_sym_u291a] = ACTIONS(572), + [anon_sym_above] = ACTIONS(572), + [anon_sym_u25e0] = ACTIONS(572), + [anon_sym_below] = ACTIONS(572), + [anon_sym_u25e1] = ACTIONS(572), + [anon_sym_anti] = ACTIONS(572), + [anon_sym_u231d] = ACTIONS(572), + [anon_sym_obverse] = ACTIONS(572), + [anon_sym_toples] = ACTIONS(572), + [anon_sym_u29c5] = ACTIONS(572), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(572), + [anon_sym_fold] = ACTIONS(572), + [anon_sym_u2227] = ACTIONS(572), + [anon_sym_table] = ACTIONS(572), + [anon_sym_u229e] = ACTIONS(572), + [anon_sym_group] = ACTIONS(572), + [anon_sym_u2295] = ACTIONS(572), + [anon_sym_partition] = ACTIONS(572), + [anon_sym_u229c] = ACTIONS(572), + [anon_sym_both] = ACTIONS(572), + [anon_sym_u2229] = ACTIONS(572), + [anon_sym_bracket] = ACTIONS(572), + [anon_sym_u2293] = ACTIONS(572), + [anon_sym_fork] = ACTIONS(572), + [anon_sym_u2283] = ACTIONS(572), + [anon_sym_under] = ACTIONS(572), + [anon_sym_u235c] = ACTIONS(572), + [anon_sym_fill] = ACTIONS(572), + [anon_sym_u2b1a] = ACTIONS(572), + [anon_sym_try] = ACTIONS(570), + [anon_sym_u2363] = ACTIONS(572), + [anon_sym_do] = ACTIONS(570), + [anon_sym_u2362] = ACTIONS(572), + [anon_sym_f] = ACTIONS(570), + [anon_sym_by] = ACTIONS(570), + [anon_sym_u22b8] = ACTIONS(572), + [anon_sym_quote] = ACTIONS(572), + [anon_sym_u2765] = ACTIONS(572), + [anon_sym_u2192] = ACTIONS(572), + [anon_sym_u2237] = ACTIONS(572), + [anon_sym_u00b7] = ACTIONS(572), + [anon_sym_u235b] = ACTIONS(572), + [anon_sym_u2302] = ACTIONS(572), + [anon_sym_u21b0] = ACTIONS(572), + [anon_sym_unpack] = ACTIONS(572), + [anon_sym_u2290] = ACTIONS(572), + [anon_sym_u229d] = ACTIONS(572), + [anon_sym_cross] = ACTIONS(572), + [anon_sym_u22a0] = ACTIONS(572), + [anon_sym_SEMI] = ACTIONS(572), + [anon_sym_deal] = ACTIONS(572), + [anon_sym_member] = ACTIONS(570), + [anon_sym_u220a] = ACTIONS(572), + [anon_sym_coordinate] = ACTIONS(572), + [anon_sym_u27d4] = ACTIONS(572), + [anon_sym_u03bb] = ACTIONS(572), + [anon_sym_u22ca] = ACTIONS(572), + [anon_sym_chunk] = ACTIONS(572), + [anon_sym_u2444] = ACTIONS(572), + [anon_sym_setinv] = ACTIONS(572), + [anon_sym_setund] = ACTIONS(572), + [anon_sym_struct] = ACTIONS(572), + [sym__endOfLine] = ACTIONS(572), }, [105] = { - [aux_sym_number_token1] = ACTIONS(592), - [sym_fraction] = ACTIONS(594), - [anon_sym_Days] = ACTIONS(592), - [anon_sym_Months] = ACTIONS(592), - [anon_sym_MonthDays] = ACTIONS(592), - [anon_sym_LeanMonthDays] = ACTIONS(592), - [anon_sym_White] = ACTIONS(592), - [anon_sym_Black] = ACTIONS(592), - [anon_sym_Red] = ACTIONS(592), - [anon_sym_Orange] = ACTIONS(592), - [anon_sym_Yellow] = ACTIONS(592), - [anon_sym_Green] = ACTIONS(592), - [anon_sym_Cyan] = ACTIONS(592), - [anon_sym_Blue] = ACTIONS(592), - [anon_sym_Purple] = ACTIONS(592), - [anon_sym_Magenta] = ACTIONS(592), - [anon_sym_Gay] = ACTIONS(592), - [anon_sym_Lesbian] = ACTIONS(592), - [anon_sym_Bi] = ACTIONS(592), - [anon_sym_Trans] = ACTIONS(592), - [anon_sym_Pan] = ACTIONS(592), - [anon_sym_Ace] = ACTIONS(592), - [anon_sym_Aro] = ACTIONS(592), - [anon_sym_Aroace] = ACTIONS(592), - [anon_sym_Enby] = ACTIONS(592), - [anon_sym_Fluid] = ACTIONS(592), - [anon_sym_Queer] = ACTIONS(592), - [anon_sym_Agender] = ACTIONS(592), - [anon_sym_PrideFlags] = ACTIONS(592), - [anon_sym_PrideFlagNames] = ACTIONS(592), - [anon_sym_True] = ACTIONS(592), - [anon_sym_False] = ACTIONS(592), - [anon_sym_NULL] = ACTIONS(592), - [anon_sym_Logo] = ACTIONS(592), - [anon_sym_Lena] = ACTIONS(592), - [anon_sym_Music] = ACTIONS(592), - [anon_sym_Lorem] = ACTIONS(592), - [anon_sym_Os] = ACTIONS(592), - [anon_sym_Family] = ACTIONS(592), - [anon_sym_Arch] = ACTIONS(592), - [anon_sym_ExeExt] = ACTIONS(592), - [anon_sym_DllExt] = ACTIONS(592), - [anon_sym_Sep] = ACTIONS(592), - [anon_sym_ThisFile] = ACTIONS(592), - [anon_sym_ThisFileName] = ACTIONS(592), - [anon_sym_ThisFileDir] = ACTIONS(592), - [anon_sym_WorkingDir] = ACTIONS(592), - [anon_sym_NumProcs] = ACTIONS(592), - [anon_sym_Planets] = ACTIONS(592), - [anon_sym_Zodiac] = ACTIONS(592), - [anon_sym_Suits] = ACTIONS(592), - [anon_sym_Cards] = ACTIONS(592), - [anon_sym_Chess] = ACTIONS(592), - [anon_sym_Moon] = ACTIONS(592), - [anon_sym_Skin] = ACTIONS(592), - [anon_sym_People] = ACTIONS(592), - [anon_sym_Hair] = ACTIONS(592), - [aux_sym_character_token1] = ACTIONS(594), - [sym_string] = ACTIONS(594), - [sym_multiLineString] = ACTIONS(594), - [anon_sym_PIPE] = ACTIONS(594), - [sym_identifier] = ACTIONS(592), - [sym_identifierDeprecated] = ACTIONS(592), - [sym_system] = ACTIONS(594), - [sym_comment] = ACTIONS(592), - [sym_openParen] = ACTIONS(594), - [sym_closeParen] = ACTIONS(594), - [sym_openCurly] = ACTIONS(594), - [sym_closeCurly] = ACTIONS(594), - [sym_openBracket] = ACTIONS(594), - [sym_closeBracket] = ACTIONS(594), - [sym_underscore] = ACTIONS(594), - [anon_sym_CARET] = ACTIONS(594), - [anon_sym_SQUOTE] = ACTIONS(592), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(594), - [anon_sym_e] = ACTIONS(592), - [anon_sym_NaN] = ACTIONS(592), - [anon_sym_eta] = ACTIONS(594), - [anon_sym_u03b7] = ACTIONS(592), - [anon_sym_pi] = ACTIONS(592), - [anon_sym_u03c0] = ACTIONS(592), - [anon_sym_tau] = ACTIONS(594), - [anon_sym_u03c4] = ACTIONS(592), - [anon_sym_infinity] = ACTIONS(594), - [anon_sym_u221e] = ACTIONS(594), - [anon_sym_W] = ACTIONS(592), - [anon_sym_i] = ACTIONS(592), - [anon_sym_MaxInt] = ACTIONS(592), - [anon_sym_HexDigits] = ACTIONS(592), - [anon_sym_DOT] = ACTIONS(594), - [anon_sym_COMMA] = ACTIONS(594), - [anon_sym_COLON] = ACTIONS(594), - [anon_sym_u25cc] = ACTIONS(594), - [anon_sym_identity] = ACTIONS(594), - [anon_sym_id] = ACTIONS(592), - [anon_sym_u2218] = ACTIONS(594), - [anon_sym_not] = ACTIONS(594), - [anon_sym_u00ac] = ACTIONS(594), - [anon_sym_sign] = ACTIONS(592), - [anon_sym_u00b1] = ACTIONS(594), - [anon_sym_BQUOTE] = ACTIONS(594), - [anon_sym_u00af] = ACTIONS(592), - [anon_sym_absolutevalue] = ACTIONS(594), - [anon_sym_u2335] = ACTIONS(594), - [anon_sym_sqrt] = ACTIONS(594), - [anon_sym_u221a] = ACTIONS(594), - [anon_sym_sine] = ACTIONS(594), - [anon_sym_u25cb] = ACTIONS(594), - [anon_sym_u223f] = ACTIONS(594), - [anon_sym_floor] = ACTIONS(594), - [anon_sym_u230a] = ACTIONS(594), - [anon_sym_ceiling] = ACTIONS(594), - [anon_sym_u2308] = ACTIONS(594), - [anon_sym_round] = ACTIONS(594), - [anon_sym_u2045] = ACTIONS(594), - [anon_sym_EQ] = ACTIONS(594), - [anon_sym_BANG_EQ] = ACTIONS(594), - [anon_sym_u2260] = ACTIONS(594), - [anon_sym_LT] = ACTIONS(592), - [anon_sym_LT_EQ] = ACTIONS(594), - [anon_sym_u2264] = ACTIONS(594), - [anon_sym_GT] = ACTIONS(592), - [anon_sym_GT_EQ] = ACTIONS(594), - [anon_sym_u2265] = ACTIONS(594), - [anon_sym_PLUS] = ACTIONS(594), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_STAR] = ACTIONS(594), - [anon_sym_u00d7] = ACTIONS(594), - [anon_sym_PERCENT] = ACTIONS(594), - [anon_sym_u00f7] = ACTIONS(594), - [anon_sym_modulus] = ACTIONS(594), - [anon_sym_u25ff] = ACTIONS(594), - [anon_sym_power] = ACTIONS(594), - [anon_sym_u207f] = ACTIONS(594), - [anon_sym_logarithm] = ACTIONS(594), - [anon_sym_u2099] = ACTIONS(594), - [anon_sym_minimum] = ACTIONS(594), - [anon_sym_u21a7] = ACTIONS(594), - [anon_sym_maximum] = ACTIONS(594), - [anon_sym_u21a5] = ACTIONS(594), - [anon_sym_atangent] = ACTIONS(594), - [anon_sym_u2220] = ACTIONS(594), - [anon_sym_length] = ACTIONS(594), - [anon_sym_u29fb] = ACTIONS(594), - [anon_sym_shape] = ACTIONS(594), - [anon_sym_u25b3] = ACTIONS(594), - [anon_sym_range] = ACTIONS(594), - [anon_sym_u21e1] = ACTIONS(594), - [anon_sym_first] = ACTIONS(594), - [anon_sym_u22a2] = ACTIONS(594), - [anon_sym_reverse] = ACTIONS(594), - [anon_sym_u21cc] = ACTIONS(594), - [anon_sym_deshape] = ACTIONS(594), - [anon_sym_u266d] = ACTIONS(594), - [anon_sym_bits] = ACTIONS(594), - [anon_sym_u22ef] = ACTIONS(594), - [anon_sym_transpose] = ACTIONS(594), - [anon_sym_u2349] = ACTIONS(594), - [anon_sym_rise] = ACTIONS(594), - [anon_sym_u234f] = ACTIONS(594), - [anon_sym_fall] = ACTIONS(594), - [anon_sym_u2356] = ACTIONS(594), - [anon_sym_where] = ACTIONS(594), - [anon_sym_u229a] = ACTIONS(594), - [anon_sym_classify] = ACTIONS(594), - [anon_sym_u229b] = ACTIONS(594), - [anon_sym_deduplicate] = ACTIONS(594), - [anon_sym_u25f4] = ACTIONS(594), - [anon_sym_box] = ACTIONS(594), - [anon_sym_u25a1] = ACTIONS(594), - [anon_sym_match] = ACTIONS(594), - [anon_sym_u224d] = ACTIONS(594), - [anon_sym_couple] = ACTIONS(594), - [anon_sym_u229f] = ACTIONS(594), - [anon_sym_join] = ACTIONS(594), - [anon_sym_u2282] = ACTIONS(594), - [anon_sym_select] = ACTIONS(594), - [anon_sym_u228f] = ACTIONS(594), - [anon_sym_pick] = ACTIONS(594), - [anon_sym_u22a1] = ACTIONS(594), - [anon_sym_reshape] = ACTIONS(594), - [anon_sym_u21af] = ACTIONS(594), - [anon_sym_take] = ACTIONS(594), - [anon_sym_u2199] = ACTIONS(594), - [anon_sym_drop] = ACTIONS(594), - [anon_sym_u2198] = ACTIONS(594), - [anon_sym_rotate] = ACTIONS(594), - [anon_sym_u21bb] = ACTIONS(594), - [anon_sym_windows] = ACTIONS(594), - [anon_sym_u25eb] = ACTIONS(594), - [anon_sym_keep] = ACTIONS(594), - [anon_sym_u25bd] = ACTIONS(594), - [anon_sym_find] = ACTIONS(594), - [anon_sym_u2315] = ACTIONS(594), - [anon_sym_indexof] = ACTIONS(594), - [anon_sym_u2297] = ACTIONS(594), - [anon_sym_assert] = ACTIONS(594), - [anon_sym_u2364] = ACTIONS(594), - [anon_sym_wait] = ACTIONS(594), - [anon_sym_parse] = ACTIONS(594), - [anon_sym_u22d5] = ACTIONS(594), - [anon_sym_random] = ACTIONS(594), - [anon_sym_u2682] = ACTIONS(594), - [anon_sym_gen] = ACTIONS(594), - [anon_sym_tag] = ACTIONS(594), - [anon_sym_now] = ACTIONS(594), - [anon_sym_type] = ACTIONS(594), - [anon_sym_u2e2e] = ACTIONS(594), - [anon_sym_dump] = ACTIONS(594), - [anon_sym_regex] = ACTIONS(594), - [anon_sym_send] = ACTIONS(594), - [anon_sym_recv] = ACTIONS(594), - [anon_sym_tryrecv] = ACTIONS(594), - [anon_sym_complex] = ACTIONS(594), - [anon_sym_u2102] = ACTIONS(594), - [anon_sym_rerank] = ACTIONS(594), - [anon_sym_u2607] = ACTIONS(594), - [anon_sym_fix] = ACTIONS(594), - [anon_sym_u00a4] = ACTIONS(594), - [anon_sym_QMARK] = ACTIONS(594), - [anon_sym_unique] = ACTIONS(594), - [anon_sym_u25f0] = ACTIONS(594), - [anon_sym_map] = ACTIONS(594), - [anon_sym_has] = ACTIONS(594), - [anon_sym_get] = ACTIONS(594), - [anon_sym_insert] = ACTIONS(594), - [anon_sym_remove] = ACTIONS(594), - [anon_sym_repr] = ACTIONS(594), - [anon_sym_mask] = ACTIONS(594), - [anon_sym_u29b7] = ACTIONS(594), - [anon_sym_csv] = ACTIONS(594), - [anon_sym_json] = ACTIONS(594), - [anon_sym_xlsx] = ACTIONS(594), - [anon_sym_memberOf] = ACTIONS(594), - [anon_sym_u2208] = ACTIONS(594), - [anon_sym_imen] = ACTIONS(594), - [anon_sym_gife] = ACTIONS(594), - [anon_sym_auden] = ACTIONS(594), - [anon_sym_utfu2088] = ACTIONS(594), - [anon_sym_datetime] = ACTIONS(594), - [anon_sym_chunk] = ACTIONS(594), - [anon_sym_u2444] = ACTIONS(594), - [anon_sym_choose] = ACTIONS(594), - [anon_sym_permute] = ACTIONS(594), - [anon_sym_orient] = ACTIONS(594), - [anon_sym_fft] = ACTIONS(594), - [anon_sym_reduce] = ACTIONS(594), - [anon_sym_SLASH] = ACTIONS(594), - [anon_sym_scan] = ACTIONS(594), - [anon_sym_BSLASH] = ACTIONS(594), - [anon_sym_each] = ACTIONS(594), - [anon_sym_u2235] = ACTIONS(594), - [anon_sym_rows] = ACTIONS(594), - [anon_sym_u2261] = ACTIONS(594), - [anon_sym_repeat] = ACTIONS(594), - [anon_sym_u2365] = ACTIONS(594), - [anon_sym_dip] = ACTIONS(594), - [anon_sym_u2299] = ACTIONS(594), - [anon_sym_gap] = ACTIONS(594), - [anon_sym_u22c5] = ACTIONS(594), - [anon_sym_spawn] = ACTIONS(594), - [anon_sym_rectify] = ACTIONS(594), - [anon_sym_u2305] = ACTIONS(594), - [anon_sym_un] = ACTIONS(592), - [anon_sym_u00b0] = ACTIONS(594), - [anon_sym_on] = ACTIONS(592), - [anon_sym_u27dc] = ACTIONS(594), - [anon_sym_inventory] = ACTIONS(594), - [anon_sym_u235a] = ACTIONS(594), - [anon_sym_content] = ACTIONS(594), - [anon_sym_u25c7] = ACTIONS(594), - [anon_sym_pool] = ACTIONS(594), - [anon_sym_stringify] = ACTIONS(594), - [anon_sym_signature] = ACTIONS(594), - [anon_sym_triangle] = ACTIONS(594), - [anon_sym_u25f9] = ACTIONS(594), - [anon_sym_astar] = ACTIONS(594), - [anon_sym_but] = ACTIONS(594), - [anon_sym_u2919] = ACTIONS(594), - [anon_sym_with] = ACTIONS(594), - [anon_sym_u291a] = ACTIONS(594), - [anon_sym_above] = ACTIONS(594), - [anon_sym_u25e0] = ACTIONS(594), - [anon_sym_below] = ACTIONS(594), - [anon_sym_u25e1] = ACTIONS(594), - [anon_sym_fold] = ACTIONS(594), - [anon_sym_u2227] = ACTIONS(594), - [anon_sym_table] = ACTIONS(594), - [anon_sym_u229e] = ACTIONS(594), - [anon_sym_group] = ACTIONS(594), - [anon_sym_u2295] = ACTIONS(594), - [anon_sym_partition] = ACTIONS(594), - [anon_sym_u229c] = ACTIONS(594), - [anon_sym_both] = ACTIONS(594), - [anon_sym_u2229] = ACTIONS(594), - [anon_sym_bracket] = ACTIONS(594), - [anon_sym_u2293] = ACTIONS(594), - [anon_sym_fork] = ACTIONS(594), - [anon_sym_u2283] = ACTIONS(594), - [anon_sym_under] = ACTIONS(594), - [anon_sym_u235c] = ACTIONS(594), - [anon_sym_fill] = ACTIONS(594), - [anon_sym_u2b1a] = ACTIONS(594), - [anon_sym_try] = ACTIONS(592), - [anon_sym_u2363] = ACTIONS(594), - [anon_sym_do] = ACTIONS(592), - [anon_sym_u2362] = ACTIONS(594), - [anon_sym_setinv] = ACTIONS(594), - [anon_sym_setunder] = ACTIONS(594), - [anon_sym_f] = ACTIONS(592), - [anon_sym_by] = ACTIONS(592), - [anon_sym_u22b8] = ACTIONS(594), - [anon_sym_quote] = ACTIONS(594), - [anon_sym_struct] = ACTIONS(594), - [anon_sym_u2765] = ACTIONS(594), - [anon_sym_u2192] = ACTIONS(594), - [anon_sym_u2237] = ACTIONS(594), - [anon_sym_u00b7] = ACTIONS(594), - [anon_sym_u235b] = ACTIONS(594), - [anon_sym_u2302] = ACTIONS(594), - [anon_sym_u21b0] = ACTIONS(594), - [anon_sym_unpack] = ACTIONS(594), - [anon_sym_u2290] = ACTIONS(594), - [anon_sym_u229d] = ACTIONS(594), - [anon_sym_cross] = ACTIONS(594), - [anon_sym_u22a0] = ACTIONS(594), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_deal] = ACTIONS(594), - [anon_sym_strands] = ACTIONS(594), - [anon_sym_u203f] = ACTIONS(594), - [anon_sym_member] = ACTIONS(592), - [anon_sym_u220a] = ACTIONS(594), - [anon_sym_coordinate] = ACTIONS(594), - [anon_sym_u27d4] = ACTIONS(594), - [anon_sym_u03bb] = ACTIONS(594), - [anon_sym_u22ca] = ACTIONS(594), - [sym__endOfLine] = ACTIONS(594), + [aux_sym_number_token1] = ACTIONS(574), + [sym_fraction] = ACTIONS(576), + [anon_sym_Days] = ACTIONS(574), + [anon_sym_Months] = ACTIONS(574), + [anon_sym_MonthDays] = ACTIONS(574), + [anon_sym_LeanMonthDays] = ACTIONS(574), + [anon_sym_White] = ACTIONS(574), + [anon_sym_Black] = ACTIONS(574), + [anon_sym_Red] = ACTIONS(574), + [anon_sym_Orange] = ACTIONS(574), + [anon_sym_Yellow] = ACTIONS(574), + [anon_sym_Green] = ACTIONS(574), + [anon_sym_Cyan] = ACTIONS(574), + [anon_sym_Blue] = ACTIONS(574), + [anon_sym_Purple] = ACTIONS(574), + [anon_sym_Magenta] = ACTIONS(574), + [anon_sym_Gay] = ACTIONS(574), + [anon_sym_Lesbian] = ACTIONS(574), + [anon_sym_Bi] = ACTIONS(574), + [anon_sym_Trans] = ACTIONS(574), + [anon_sym_Pan] = ACTIONS(574), + [anon_sym_Ace] = ACTIONS(574), + [anon_sym_Aro] = ACTIONS(574), + [anon_sym_Aroace] = ACTIONS(574), + [anon_sym_Enby] = ACTIONS(574), + [anon_sym_Fluid] = ACTIONS(574), + [anon_sym_Queer] = ACTIONS(574), + [anon_sym_Agender] = ACTIONS(574), + [anon_sym_PrideFlags] = ACTIONS(574), + [anon_sym_PrideFlagNames] = ACTIONS(574), + [anon_sym_True] = ACTIONS(574), + [anon_sym_False] = ACTIONS(574), + [anon_sym_NULL] = ACTIONS(574), + [anon_sym_Logo] = ACTIONS(574), + [anon_sym_Lena] = ACTIONS(574), + [anon_sym_Music] = ACTIONS(574), + [anon_sym_Lorem] = ACTIONS(574), + [anon_sym_Os] = ACTIONS(574), + [anon_sym_Family] = ACTIONS(574), + [anon_sym_Arch] = ACTIONS(574), + [anon_sym_ExeExt] = ACTIONS(574), + [anon_sym_DllExt] = ACTIONS(574), + [anon_sym_Sep] = ACTIONS(574), + [anon_sym_ThisFile] = ACTIONS(574), + [anon_sym_ThisFileName] = ACTIONS(574), + [anon_sym_ThisFileDir] = ACTIONS(574), + [anon_sym_WorkingDir] = ACTIONS(574), + [anon_sym_NumProcs] = ACTIONS(574), + [anon_sym_Planets] = ACTIONS(574), + [anon_sym_Zodiac] = ACTIONS(574), + [anon_sym_Suits] = ACTIONS(574), + [anon_sym_Cards] = ACTIONS(574), + [anon_sym_Chess] = ACTIONS(574), + [anon_sym_Moon] = ACTIONS(574), + [anon_sym_Skin] = ACTIONS(574), + [anon_sym_People] = ACTIONS(574), + [anon_sym_Hair] = ACTIONS(574), + [anon_sym_Cat] = ACTIONS(574), + [aux_sym_character_token1] = ACTIONS(576), + [sym_string] = ACTIONS(576), + [sym_multiLineString] = ACTIONS(576), + [anon_sym_PIPE] = ACTIONS(576), + [sym_identifier] = ACTIONS(574), + [sym_identifierDeprecated] = ACTIONS(574), + [sym_system] = ACTIONS(576), + [sym_comment] = ACTIONS(574), + [sym_openParen] = ACTIONS(576), + [sym_closeParen] = ACTIONS(576), + [sym_openCurly] = ACTIONS(576), + [sym_closeCurly] = ACTIONS(576), + [sym_openBracket] = ACTIONS(574), + [sym_closeBracket] = ACTIONS(576), + [sym_underscore] = ACTIONS(576), + [anon_sym_CARET] = ACTIONS(576), + [anon_sym_SQUOTE] = ACTIONS(574), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(576), + [anon_sym_e] = ACTIONS(574), + [anon_sym_NaN] = ACTIONS(574), + [anon_sym_eta] = ACTIONS(576), + [anon_sym_u03b7] = ACTIONS(574), + [anon_sym_pi] = ACTIONS(574), + [anon_sym_u03c0] = ACTIONS(574), + [anon_sym_tau] = ACTIONS(576), + [anon_sym_u03c4] = ACTIONS(574), + [anon_sym_infinity] = ACTIONS(576), + [anon_sym_u221e] = ACTIONS(576), + [anon_sym_W] = ACTIONS(574), + [anon_sym_i] = ACTIONS(574), + [anon_sym_MaxInt] = ACTIONS(574), + [anon_sym_HexDigits] = ACTIONS(574), + [anon_sym_DOT] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(576), + [anon_sym_u25cc] = ACTIONS(576), + [anon_sym_identity] = ACTIONS(576), + [anon_sym_id] = ACTIONS(574), + [anon_sym_u2218] = ACTIONS(576), + [anon_sym_not] = ACTIONS(576), + [anon_sym_u00ac] = ACTIONS(576), + [anon_sym_sign] = ACTIONS(574), + [anon_sym_u00b1] = ACTIONS(576), + [anon_sym_BQUOTE] = ACTIONS(576), + [anon_sym_u00af] = ACTIONS(574), + [anon_sym_absolutevalue] = ACTIONS(576), + [anon_sym_u2335] = ACTIONS(576), + [anon_sym_sqrt] = ACTIONS(576), + [anon_sym_u221a] = ACTIONS(576), + [anon_sym_sine] = ACTIONS(576), + [anon_sym_u25cb] = ACTIONS(576), + [anon_sym_u223f] = ACTIONS(576), + [anon_sym_floor] = ACTIONS(576), + [anon_sym_u230a] = ACTIONS(576), + [anon_sym_ceiling] = ACTIONS(576), + [anon_sym_u2308] = ACTIONS(576), + [anon_sym_round] = ACTIONS(576), + [anon_sym_u2045] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_u2260] = ACTIONS(576), + [anon_sym_LT] = ACTIONS(574), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_u2264] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(574), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_u2265] = ACTIONS(576), + [anon_sym_PLUS] = ACTIONS(576), + [anon_sym_DASH] = ACTIONS(576), + [anon_sym_STAR] = ACTIONS(576), + [anon_sym_u00d7] = ACTIONS(576), + [anon_sym_PERCENT] = ACTIONS(576), + [anon_sym_u00f7] = ACTIONS(576), + [anon_sym_modulus] = ACTIONS(576), + [anon_sym_u25ff] = ACTIONS(576), + [anon_sym_power] = ACTIONS(576), + [anon_sym_u207f] = ACTIONS(576), + [anon_sym_logarithm] = ACTIONS(576), + [anon_sym_u2099] = ACTIONS(576), + [anon_sym_minimum] = ACTIONS(576), + [anon_sym_u21a7] = ACTIONS(576), + [anon_sym_maximum] = ACTIONS(576), + [anon_sym_u21a5] = ACTIONS(576), + [anon_sym_atangent] = ACTIONS(576), + [anon_sym_u2220] = ACTIONS(576), + [anon_sym_length] = ACTIONS(576), + [anon_sym_u29fb] = ACTIONS(576), + [anon_sym_shape] = ACTIONS(576), + [anon_sym_u25b3] = ACTIONS(576), + [anon_sym_range] = ACTIONS(576), + [anon_sym_u21e1] = ACTIONS(576), + [anon_sym_first] = ACTIONS(576), + [anon_sym_u22a2] = ACTIONS(576), + [anon_sym_reverse] = ACTIONS(576), + [anon_sym_u21cc] = ACTIONS(576), + [anon_sym_deshape] = ACTIONS(576), + [anon_sym_u266d] = ACTIONS(576), + [anon_sym_bits] = ACTIONS(576), + [anon_sym_u22ef] = ACTIONS(576), + [anon_sym_transpose] = ACTIONS(576), + [anon_sym_u2349] = ACTIONS(576), + [anon_sym_rise] = ACTIONS(576), + [anon_sym_u234f] = ACTIONS(576), + [anon_sym_fall] = ACTIONS(576), + [anon_sym_u2356] = ACTIONS(576), + [anon_sym_where] = ACTIONS(576), + [anon_sym_u229a] = ACTIONS(576), + [anon_sym_classify] = ACTIONS(576), + [anon_sym_u229b] = ACTIONS(576), + [anon_sym_deduplicate] = ACTIONS(576), + [anon_sym_u25f4] = ACTIONS(576), + [anon_sym_box] = ACTIONS(576), + [anon_sym_u25a1] = ACTIONS(576), + [anon_sym_match] = ACTIONS(576), + [anon_sym_u224d] = ACTIONS(576), + [anon_sym_couple] = ACTIONS(576), + [anon_sym_u229f] = ACTIONS(576), + [anon_sym_join] = ACTIONS(576), + [anon_sym_u2282] = ACTIONS(576), + [anon_sym_select] = ACTIONS(576), + [anon_sym_u228f] = ACTIONS(576), + [anon_sym_pick] = ACTIONS(576), + [anon_sym_u22a1] = ACTIONS(576), + [anon_sym_reshape] = ACTIONS(576), + [anon_sym_u21af] = ACTIONS(576), + [anon_sym_take] = ACTIONS(576), + [anon_sym_u2199] = ACTIONS(576), + [anon_sym_drop] = ACTIONS(576), + [anon_sym_u2198] = ACTIONS(576), + [anon_sym_rotate] = ACTIONS(576), + [anon_sym_u21bb] = ACTIONS(576), + [anon_sym_windows] = ACTIONS(576), + [anon_sym_u25eb] = ACTIONS(576), + [anon_sym_keep] = ACTIONS(576), + [anon_sym_u25bd] = ACTIONS(576), + [anon_sym_find] = ACTIONS(576), + [anon_sym_u2315] = ACTIONS(576), + [anon_sym_indexof] = ACTIONS(576), + [anon_sym_u2297] = ACTIONS(576), + [anon_sym_assert] = ACTIONS(576), + [anon_sym_u2364] = ACTIONS(576), + [anon_sym_wait] = ACTIONS(576), + [anon_sym_parse] = ACTIONS(576), + [anon_sym_u22d5] = ACTIONS(576), + [anon_sym_random] = ACTIONS(576), + [anon_sym_u2682] = ACTIONS(576), + [anon_sym_gen] = ACTIONS(576), + [anon_sym_tag] = ACTIONS(576), + [anon_sym_now] = ACTIONS(576), + [anon_sym_type] = ACTIONS(576), + [anon_sym_u2e2e] = ACTIONS(576), + [anon_sym_dump] = ACTIONS(576), + [anon_sym_regex] = ACTIONS(576), + [anon_sym_send] = ACTIONS(576), + [anon_sym_recv] = ACTIONS(576), + [anon_sym_tryrecv] = ACTIONS(576), + [anon_sym_complex] = ACTIONS(576), + [anon_sym_u2102] = ACTIONS(576), + [anon_sym_rerank] = ACTIONS(576), + [anon_sym_u2607] = ACTIONS(576), + [anon_sym_fix] = ACTIONS(576), + [anon_sym_u00a4] = ACTIONS(576), + [anon_sym_QMARK] = ACTIONS(576), + [anon_sym_unique] = ACTIONS(576), + [anon_sym_u25f0] = ACTIONS(576), + [anon_sym_map] = ACTIONS(576), + [anon_sym_has] = ACTIONS(576), + [anon_sym_get] = ACTIONS(576), + [anon_sym_insert] = ACTIONS(576), + [anon_sym_remove] = ACTIONS(576), + [anon_sym_repr] = ACTIONS(576), + [anon_sym_mask] = ACTIONS(576), + [anon_sym_u29b7] = ACTIONS(576), + [anon_sym_csv] = ACTIONS(576), + [anon_sym_json] = ACTIONS(576), + [anon_sym_xlsx] = ACTIONS(576), + [anon_sym_memberOf] = ACTIONS(576), + [anon_sym_u2208] = ACTIONS(576), + [anon_sym_imen] = ACTIONS(576), + [anon_sym_gife] = ACTIONS(576), + [anon_sym_auden] = ACTIONS(576), + [anon_sym_utfu2088] = ACTIONS(576), + [anon_sym_datetime] = ACTIONS(576), + [anon_sym_choose] = ACTIONS(576), + [anon_sym_permute] = ACTIONS(576), + [anon_sym_orient] = ACTIONS(576), + [anon_sym_u2938] = ACTIONS(576), + [anon_sym_fft] = ACTIONS(576), + [anon_sym_graphemes] = ACTIONS(576), + [anon_sym_timezone] = ACTIONS(576), + [anon_sym_around] = ACTIONS(576), + [anon_sym_u2019] = ACTIONS(576), + [anon_sym_base] = ACTIONS(576), + [anon_sym_sort] = ACTIONS(576), + [anon_sym_u2346] = ACTIONS(576), + [anon_sym_last] = ACTIONS(576), + [anon_sym_u22a3] = ACTIONS(576), + [anon_sym_reduce] = ACTIONS(576), + [anon_sym_SLASH] = ACTIONS(576), + [anon_sym_scan] = ACTIONS(576), + [anon_sym_BSLASH] = ACTIONS(576), + [anon_sym_each] = ACTIONS(576), + [anon_sym_u2235] = ACTIONS(576), + [anon_sym_rows] = ACTIONS(576), + [anon_sym_u2261] = ACTIONS(576), + [anon_sym_repeat] = ACTIONS(576), + [anon_sym_u2365] = ACTIONS(576), + [anon_sym_dip] = ACTIONS(576), + [anon_sym_u2299] = ACTIONS(576), + [anon_sym_gap] = ACTIONS(576), + [anon_sym_u22c5] = ACTIONS(576), + [anon_sym_spawn] = ACTIONS(576), + [anon_sym_rectify] = ACTIONS(576), + [anon_sym_u2305] = ACTIONS(576), + [anon_sym_un] = ACTIONS(574), + [anon_sym_u00b0] = ACTIONS(576), + [anon_sym_on] = ACTIONS(574), + [anon_sym_u27dc] = ACTIONS(576), + [anon_sym_inventory] = ACTIONS(576), + [anon_sym_u235a] = ACTIONS(576), + [anon_sym_content] = ACTIONS(576), + [anon_sym_u25c7] = ACTIONS(576), + [anon_sym_pool] = ACTIONS(576), + [anon_sym_stringify] = ACTIONS(576), + [anon_sym_signature] = ACTIONS(576), + [anon_sym_triangle] = ACTIONS(576), + [anon_sym_u25f9] = ACTIONS(576), + [anon_sym_astar] = ACTIONS(576), + [anon_sym_with] = ACTIONS(576), + [anon_sym_u2919] = ACTIONS(576), + [anon_sym_off] = ACTIONS(576), + [anon_sym_u291a] = ACTIONS(576), + [anon_sym_above] = ACTIONS(576), + [anon_sym_u25e0] = ACTIONS(576), + [anon_sym_below] = ACTIONS(576), + [anon_sym_u25e1] = ACTIONS(576), + [anon_sym_anti] = ACTIONS(576), + [anon_sym_u231d] = ACTIONS(576), + [anon_sym_obverse] = ACTIONS(576), + [anon_sym_toples] = ACTIONS(576), + [anon_sym_u29c5] = ACTIONS(576), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(576), + [anon_sym_fold] = ACTIONS(576), + [anon_sym_u2227] = ACTIONS(576), + [anon_sym_table] = ACTIONS(576), + [anon_sym_u229e] = ACTIONS(576), + [anon_sym_group] = ACTIONS(576), + [anon_sym_u2295] = ACTIONS(576), + [anon_sym_partition] = ACTIONS(576), + [anon_sym_u229c] = ACTIONS(576), + [anon_sym_both] = ACTIONS(576), + [anon_sym_u2229] = ACTIONS(576), + [anon_sym_bracket] = ACTIONS(576), + [anon_sym_u2293] = ACTIONS(576), + [anon_sym_fork] = ACTIONS(576), + [anon_sym_u2283] = ACTIONS(576), + [anon_sym_under] = ACTIONS(576), + [anon_sym_u235c] = ACTIONS(576), + [anon_sym_fill] = ACTIONS(576), + [anon_sym_u2b1a] = ACTIONS(576), + [anon_sym_try] = ACTIONS(574), + [anon_sym_u2363] = ACTIONS(576), + [anon_sym_do] = ACTIONS(574), + [anon_sym_u2362] = ACTIONS(576), + [anon_sym_f] = ACTIONS(574), + [anon_sym_by] = ACTIONS(574), + [anon_sym_u22b8] = ACTIONS(576), + [anon_sym_quote] = ACTIONS(576), + [anon_sym_u2765] = ACTIONS(576), + [anon_sym_u2192] = ACTIONS(576), + [anon_sym_u2237] = ACTIONS(576), + [anon_sym_u00b7] = ACTIONS(576), + [anon_sym_u235b] = ACTIONS(576), + [anon_sym_u2302] = ACTIONS(576), + [anon_sym_u21b0] = ACTIONS(576), + [anon_sym_unpack] = ACTIONS(576), + [anon_sym_u2290] = ACTIONS(576), + [anon_sym_u229d] = ACTIONS(576), + [anon_sym_cross] = ACTIONS(576), + [anon_sym_u22a0] = ACTIONS(576), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_deal] = ACTIONS(576), + [anon_sym_member] = ACTIONS(574), + [anon_sym_u220a] = ACTIONS(576), + [anon_sym_coordinate] = ACTIONS(576), + [anon_sym_u27d4] = ACTIONS(576), + [anon_sym_u03bb] = ACTIONS(576), + [anon_sym_u22ca] = ACTIONS(576), + [anon_sym_chunk] = ACTIONS(576), + [anon_sym_u2444] = ACTIONS(576), + [anon_sym_setinv] = ACTIONS(576), + [anon_sym_setund] = ACTIONS(576), + [anon_sym_struct] = ACTIONS(576), + [sym__endOfLine] = ACTIONS(576), }, [106] = { - [aux_sym_number_token1] = ACTIONS(596), - [sym_fraction] = ACTIONS(598), - [anon_sym_Days] = ACTIONS(596), - [anon_sym_Months] = ACTIONS(596), - [anon_sym_MonthDays] = ACTIONS(596), - [anon_sym_LeanMonthDays] = ACTIONS(596), - [anon_sym_White] = ACTIONS(596), - [anon_sym_Black] = ACTIONS(596), - [anon_sym_Red] = ACTIONS(596), - [anon_sym_Orange] = ACTIONS(596), - [anon_sym_Yellow] = ACTIONS(596), - [anon_sym_Green] = ACTIONS(596), - [anon_sym_Cyan] = ACTIONS(596), - [anon_sym_Blue] = ACTIONS(596), - [anon_sym_Purple] = ACTIONS(596), - [anon_sym_Magenta] = ACTIONS(596), - [anon_sym_Gay] = ACTIONS(596), - [anon_sym_Lesbian] = ACTIONS(596), - [anon_sym_Bi] = ACTIONS(596), - [anon_sym_Trans] = ACTIONS(596), - [anon_sym_Pan] = ACTIONS(596), - [anon_sym_Ace] = ACTIONS(596), - [anon_sym_Aro] = ACTIONS(596), - [anon_sym_Aroace] = ACTIONS(596), - [anon_sym_Enby] = ACTIONS(596), - [anon_sym_Fluid] = ACTIONS(596), - [anon_sym_Queer] = ACTIONS(596), - [anon_sym_Agender] = ACTIONS(596), - [anon_sym_PrideFlags] = ACTIONS(596), - [anon_sym_PrideFlagNames] = ACTIONS(596), - [anon_sym_True] = ACTIONS(596), - [anon_sym_False] = ACTIONS(596), - [anon_sym_NULL] = ACTIONS(596), - [anon_sym_Logo] = ACTIONS(596), - [anon_sym_Lena] = ACTIONS(596), - [anon_sym_Music] = ACTIONS(596), - [anon_sym_Lorem] = ACTIONS(596), - [anon_sym_Os] = ACTIONS(596), - [anon_sym_Family] = ACTIONS(596), - [anon_sym_Arch] = ACTIONS(596), - [anon_sym_ExeExt] = ACTIONS(596), - [anon_sym_DllExt] = ACTIONS(596), - [anon_sym_Sep] = ACTIONS(596), - [anon_sym_ThisFile] = ACTIONS(596), - [anon_sym_ThisFileName] = ACTIONS(596), - [anon_sym_ThisFileDir] = ACTIONS(596), - [anon_sym_WorkingDir] = ACTIONS(596), - [anon_sym_NumProcs] = ACTIONS(596), - [anon_sym_Planets] = ACTIONS(596), - [anon_sym_Zodiac] = ACTIONS(596), - [anon_sym_Suits] = ACTIONS(596), - [anon_sym_Cards] = ACTIONS(596), - [anon_sym_Chess] = ACTIONS(596), - [anon_sym_Moon] = ACTIONS(596), - [anon_sym_Skin] = ACTIONS(596), - [anon_sym_People] = ACTIONS(596), - [anon_sym_Hair] = ACTIONS(596), - [aux_sym_character_token1] = ACTIONS(598), - [sym_string] = ACTIONS(598), - [sym_multiLineString] = ACTIONS(598), - [anon_sym_PIPE] = ACTIONS(598), - [sym_identifier] = ACTIONS(596), - [sym_identifierDeprecated] = ACTIONS(596), - [sym_system] = ACTIONS(598), - [sym_comment] = ACTIONS(596), - [sym_openParen] = ACTIONS(598), - [sym_closeParen] = ACTIONS(598), - [sym_openCurly] = ACTIONS(598), - [sym_closeCurly] = ACTIONS(598), - [sym_openBracket] = ACTIONS(598), - [sym_closeBracket] = ACTIONS(598), - [sym_underscore] = ACTIONS(598), - [anon_sym_CARET] = ACTIONS(598), - [anon_sym_SQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(598), - [anon_sym_e] = ACTIONS(596), - [anon_sym_NaN] = ACTIONS(596), - [anon_sym_eta] = ACTIONS(598), - [anon_sym_u03b7] = ACTIONS(596), - [anon_sym_pi] = ACTIONS(596), - [anon_sym_u03c0] = ACTIONS(596), - [anon_sym_tau] = ACTIONS(598), - [anon_sym_u03c4] = ACTIONS(596), - [anon_sym_infinity] = ACTIONS(598), - [anon_sym_u221e] = ACTIONS(598), - [anon_sym_W] = ACTIONS(596), - [anon_sym_i] = ACTIONS(596), - [anon_sym_MaxInt] = ACTIONS(596), - [anon_sym_HexDigits] = ACTIONS(596), - [anon_sym_DOT] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(598), - [anon_sym_COLON] = ACTIONS(598), - [anon_sym_u25cc] = ACTIONS(598), - [anon_sym_identity] = ACTIONS(598), - [anon_sym_id] = ACTIONS(596), - [anon_sym_u2218] = ACTIONS(598), - [anon_sym_not] = ACTIONS(598), - [anon_sym_u00ac] = ACTIONS(598), - [anon_sym_sign] = ACTIONS(596), - [anon_sym_u00b1] = ACTIONS(598), - [anon_sym_BQUOTE] = ACTIONS(598), - [anon_sym_u00af] = ACTIONS(596), - [anon_sym_absolutevalue] = ACTIONS(598), - [anon_sym_u2335] = ACTIONS(598), - [anon_sym_sqrt] = ACTIONS(598), - [anon_sym_u221a] = ACTIONS(598), - [anon_sym_sine] = ACTIONS(598), - [anon_sym_u25cb] = ACTIONS(598), - [anon_sym_u223f] = ACTIONS(598), - [anon_sym_floor] = ACTIONS(598), - [anon_sym_u230a] = ACTIONS(598), - [anon_sym_ceiling] = ACTIONS(598), - [anon_sym_u2308] = ACTIONS(598), - [anon_sym_round] = ACTIONS(598), - [anon_sym_u2045] = ACTIONS(598), - [anon_sym_EQ] = ACTIONS(598), - [anon_sym_BANG_EQ] = ACTIONS(598), - [anon_sym_u2260] = ACTIONS(598), - [anon_sym_LT] = ACTIONS(596), - [anon_sym_LT_EQ] = ACTIONS(598), - [anon_sym_u2264] = ACTIONS(598), - [anon_sym_GT] = ACTIONS(596), - [anon_sym_GT_EQ] = ACTIONS(598), - [anon_sym_u2265] = ACTIONS(598), - [anon_sym_PLUS] = ACTIONS(598), - [anon_sym_DASH] = ACTIONS(598), - [anon_sym_STAR] = ACTIONS(598), - [anon_sym_u00d7] = ACTIONS(598), - [anon_sym_PERCENT] = ACTIONS(598), - [anon_sym_u00f7] = ACTIONS(598), - [anon_sym_modulus] = ACTIONS(598), - [anon_sym_u25ff] = ACTIONS(598), - [anon_sym_power] = ACTIONS(598), - [anon_sym_u207f] = ACTIONS(598), - [anon_sym_logarithm] = ACTIONS(598), - [anon_sym_u2099] = ACTIONS(598), - [anon_sym_minimum] = ACTIONS(598), - [anon_sym_u21a7] = ACTIONS(598), - [anon_sym_maximum] = ACTIONS(598), - [anon_sym_u21a5] = ACTIONS(598), - [anon_sym_atangent] = ACTIONS(598), - [anon_sym_u2220] = ACTIONS(598), - [anon_sym_length] = ACTIONS(598), - [anon_sym_u29fb] = ACTIONS(598), - [anon_sym_shape] = ACTIONS(598), - [anon_sym_u25b3] = ACTIONS(598), - [anon_sym_range] = ACTIONS(598), - [anon_sym_u21e1] = ACTIONS(598), - [anon_sym_first] = ACTIONS(598), - [anon_sym_u22a2] = ACTIONS(598), - [anon_sym_reverse] = ACTIONS(598), - [anon_sym_u21cc] = ACTIONS(598), - [anon_sym_deshape] = ACTIONS(598), - [anon_sym_u266d] = ACTIONS(598), - [anon_sym_bits] = ACTIONS(598), - [anon_sym_u22ef] = ACTIONS(598), - [anon_sym_transpose] = ACTIONS(598), - [anon_sym_u2349] = ACTIONS(598), - [anon_sym_rise] = ACTIONS(598), - [anon_sym_u234f] = ACTIONS(598), - [anon_sym_fall] = ACTIONS(598), - [anon_sym_u2356] = ACTIONS(598), - [anon_sym_where] = ACTIONS(598), - [anon_sym_u229a] = ACTIONS(598), - [anon_sym_classify] = ACTIONS(598), - [anon_sym_u229b] = ACTIONS(598), - [anon_sym_deduplicate] = ACTIONS(598), - [anon_sym_u25f4] = ACTIONS(598), - [anon_sym_box] = ACTIONS(598), - [anon_sym_u25a1] = ACTIONS(598), - [anon_sym_match] = ACTIONS(598), - [anon_sym_u224d] = ACTIONS(598), - [anon_sym_couple] = ACTIONS(598), - [anon_sym_u229f] = ACTIONS(598), - [anon_sym_join] = ACTIONS(598), - [anon_sym_u2282] = ACTIONS(598), - [anon_sym_select] = ACTIONS(598), - [anon_sym_u228f] = ACTIONS(598), - [anon_sym_pick] = ACTIONS(598), - [anon_sym_u22a1] = ACTIONS(598), - [anon_sym_reshape] = ACTIONS(598), - [anon_sym_u21af] = ACTIONS(598), - [anon_sym_take] = ACTIONS(598), - [anon_sym_u2199] = ACTIONS(598), - [anon_sym_drop] = ACTIONS(598), - [anon_sym_u2198] = ACTIONS(598), - [anon_sym_rotate] = ACTIONS(598), - [anon_sym_u21bb] = ACTIONS(598), - [anon_sym_windows] = ACTIONS(598), - [anon_sym_u25eb] = ACTIONS(598), - [anon_sym_keep] = ACTIONS(598), - [anon_sym_u25bd] = ACTIONS(598), - [anon_sym_find] = ACTIONS(598), - [anon_sym_u2315] = ACTIONS(598), - [anon_sym_indexof] = ACTIONS(598), - [anon_sym_u2297] = ACTIONS(598), - [anon_sym_assert] = ACTIONS(598), - [anon_sym_u2364] = ACTIONS(598), - [anon_sym_wait] = ACTIONS(598), - [anon_sym_parse] = ACTIONS(598), - [anon_sym_u22d5] = ACTIONS(598), - [anon_sym_random] = ACTIONS(598), - [anon_sym_u2682] = ACTIONS(598), - [anon_sym_gen] = ACTIONS(598), - [anon_sym_tag] = ACTIONS(598), - [anon_sym_now] = ACTIONS(598), - [anon_sym_type] = ACTIONS(598), - [anon_sym_u2e2e] = ACTIONS(598), - [anon_sym_dump] = ACTIONS(598), - [anon_sym_regex] = ACTIONS(598), - [anon_sym_send] = ACTIONS(598), - [anon_sym_recv] = ACTIONS(598), - [anon_sym_tryrecv] = ACTIONS(598), - [anon_sym_complex] = ACTIONS(598), - [anon_sym_u2102] = ACTIONS(598), - [anon_sym_rerank] = ACTIONS(598), - [anon_sym_u2607] = ACTIONS(598), - [anon_sym_fix] = ACTIONS(598), - [anon_sym_u00a4] = ACTIONS(598), - [anon_sym_QMARK] = ACTIONS(598), - [anon_sym_unique] = ACTIONS(598), - [anon_sym_u25f0] = ACTIONS(598), - [anon_sym_map] = ACTIONS(598), - [anon_sym_has] = ACTIONS(598), - [anon_sym_get] = ACTIONS(598), - [anon_sym_insert] = ACTIONS(598), - [anon_sym_remove] = ACTIONS(598), - [anon_sym_repr] = ACTIONS(598), - [anon_sym_mask] = ACTIONS(598), - [anon_sym_u29b7] = ACTIONS(598), - [anon_sym_csv] = ACTIONS(598), - [anon_sym_json] = ACTIONS(598), - [anon_sym_xlsx] = ACTIONS(598), - [anon_sym_memberOf] = ACTIONS(598), - [anon_sym_u2208] = ACTIONS(598), - [anon_sym_imen] = ACTIONS(598), - [anon_sym_gife] = ACTIONS(598), - [anon_sym_auden] = ACTIONS(598), - [anon_sym_utfu2088] = ACTIONS(598), - [anon_sym_datetime] = ACTIONS(598), - [anon_sym_chunk] = ACTIONS(598), - [anon_sym_u2444] = ACTIONS(598), - [anon_sym_choose] = ACTIONS(598), - [anon_sym_permute] = ACTIONS(598), - [anon_sym_orient] = ACTIONS(598), - [anon_sym_fft] = ACTIONS(598), - [anon_sym_reduce] = ACTIONS(598), - [anon_sym_SLASH] = ACTIONS(598), - [anon_sym_scan] = ACTIONS(598), - [anon_sym_BSLASH] = ACTIONS(598), - [anon_sym_each] = ACTIONS(598), - [anon_sym_u2235] = ACTIONS(598), - [anon_sym_rows] = ACTIONS(598), - [anon_sym_u2261] = ACTIONS(598), - [anon_sym_repeat] = ACTIONS(598), - [anon_sym_u2365] = ACTIONS(598), - [anon_sym_dip] = ACTIONS(598), - [anon_sym_u2299] = ACTIONS(598), - [anon_sym_gap] = ACTIONS(598), - [anon_sym_u22c5] = ACTIONS(598), - [anon_sym_spawn] = ACTIONS(598), - [anon_sym_rectify] = ACTIONS(598), - [anon_sym_u2305] = ACTIONS(598), - [anon_sym_un] = ACTIONS(596), - [anon_sym_u00b0] = ACTIONS(598), - [anon_sym_on] = ACTIONS(596), - [anon_sym_u27dc] = ACTIONS(598), - [anon_sym_inventory] = ACTIONS(598), - [anon_sym_u235a] = ACTIONS(598), - [anon_sym_content] = ACTIONS(598), - [anon_sym_u25c7] = ACTIONS(598), - [anon_sym_pool] = ACTIONS(598), - [anon_sym_stringify] = ACTIONS(598), - [anon_sym_signature] = ACTIONS(598), - [anon_sym_triangle] = ACTIONS(598), - [anon_sym_u25f9] = ACTIONS(598), - [anon_sym_astar] = ACTIONS(598), - [anon_sym_but] = ACTIONS(598), - [anon_sym_u2919] = ACTIONS(598), - [anon_sym_with] = ACTIONS(598), - [anon_sym_u291a] = ACTIONS(598), - [anon_sym_above] = ACTIONS(598), - [anon_sym_u25e0] = ACTIONS(598), - [anon_sym_below] = ACTIONS(598), - [anon_sym_u25e1] = ACTIONS(598), - [anon_sym_fold] = ACTIONS(598), - [anon_sym_u2227] = ACTIONS(598), - [anon_sym_table] = ACTIONS(598), - [anon_sym_u229e] = ACTIONS(598), - [anon_sym_group] = ACTIONS(598), - [anon_sym_u2295] = ACTIONS(598), - [anon_sym_partition] = ACTIONS(598), - [anon_sym_u229c] = ACTIONS(598), - [anon_sym_both] = ACTIONS(598), - [anon_sym_u2229] = ACTIONS(598), - [anon_sym_bracket] = ACTIONS(598), - [anon_sym_u2293] = ACTIONS(598), - [anon_sym_fork] = ACTIONS(598), - [anon_sym_u2283] = ACTIONS(598), - [anon_sym_under] = ACTIONS(598), - [anon_sym_u235c] = ACTIONS(598), - [anon_sym_fill] = ACTIONS(598), - [anon_sym_u2b1a] = ACTIONS(598), - [anon_sym_try] = ACTIONS(596), - [anon_sym_u2363] = ACTIONS(598), - [anon_sym_do] = ACTIONS(596), - [anon_sym_u2362] = ACTIONS(598), - [anon_sym_setinv] = ACTIONS(598), - [anon_sym_setunder] = ACTIONS(598), - [anon_sym_f] = ACTIONS(596), - [anon_sym_by] = ACTIONS(596), - [anon_sym_u22b8] = ACTIONS(598), - [anon_sym_quote] = ACTIONS(598), - [anon_sym_struct] = ACTIONS(598), - [anon_sym_u2765] = ACTIONS(598), - [anon_sym_u2192] = ACTIONS(598), - [anon_sym_u2237] = ACTIONS(598), - [anon_sym_u00b7] = ACTIONS(598), - [anon_sym_u235b] = ACTIONS(598), - [anon_sym_u2302] = ACTIONS(598), - [anon_sym_u21b0] = ACTIONS(598), - [anon_sym_unpack] = ACTIONS(598), - [anon_sym_u2290] = ACTIONS(598), - [anon_sym_u229d] = ACTIONS(598), - [anon_sym_cross] = ACTIONS(598), - [anon_sym_u22a0] = ACTIONS(598), - [anon_sym_SEMI] = ACTIONS(598), - [anon_sym_deal] = ACTIONS(598), - [anon_sym_strands] = ACTIONS(598), - [anon_sym_u203f] = ACTIONS(598), - [anon_sym_member] = ACTIONS(596), - [anon_sym_u220a] = ACTIONS(598), - [anon_sym_coordinate] = ACTIONS(598), - [anon_sym_u27d4] = ACTIONS(598), - [anon_sym_u03bb] = ACTIONS(598), - [anon_sym_u22ca] = ACTIONS(598), - [sym__endOfLine] = ACTIONS(598), + [aux_sym_number_token1] = ACTIONS(578), + [sym_fraction] = ACTIONS(580), + [anon_sym_Days] = ACTIONS(578), + [anon_sym_Months] = ACTIONS(578), + [anon_sym_MonthDays] = ACTIONS(578), + [anon_sym_LeanMonthDays] = ACTIONS(578), + [anon_sym_White] = ACTIONS(578), + [anon_sym_Black] = ACTIONS(578), + [anon_sym_Red] = ACTIONS(578), + [anon_sym_Orange] = ACTIONS(578), + [anon_sym_Yellow] = ACTIONS(578), + [anon_sym_Green] = ACTIONS(578), + [anon_sym_Cyan] = ACTIONS(578), + [anon_sym_Blue] = ACTIONS(578), + [anon_sym_Purple] = ACTIONS(578), + [anon_sym_Magenta] = ACTIONS(578), + [anon_sym_Gay] = ACTIONS(578), + [anon_sym_Lesbian] = ACTIONS(578), + [anon_sym_Bi] = ACTIONS(578), + [anon_sym_Trans] = ACTIONS(578), + [anon_sym_Pan] = ACTIONS(578), + [anon_sym_Ace] = ACTIONS(578), + [anon_sym_Aro] = ACTIONS(578), + [anon_sym_Aroace] = ACTIONS(578), + [anon_sym_Enby] = ACTIONS(578), + [anon_sym_Fluid] = ACTIONS(578), + [anon_sym_Queer] = ACTIONS(578), + [anon_sym_Agender] = ACTIONS(578), + [anon_sym_PrideFlags] = ACTIONS(578), + [anon_sym_PrideFlagNames] = ACTIONS(578), + [anon_sym_True] = ACTIONS(578), + [anon_sym_False] = ACTIONS(578), + [anon_sym_NULL] = ACTIONS(578), + [anon_sym_Logo] = ACTIONS(578), + [anon_sym_Lena] = ACTIONS(578), + [anon_sym_Music] = ACTIONS(578), + [anon_sym_Lorem] = ACTIONS(578), + [anon_sym_Os] = ACTIONS(578), + [anon_sym_Family] = ACTIONS(578), + [anon_sym_Arch] = ACTIONS(578), + [anon_sym_ExeExt] = ACTIONS(578), + [anon_sym_DllExt] = ACTIONS(578), + [anon_sym_Sep] = ACTIONS(578), + [anon_sym_ThisFile] = ACTIONS(578), + [anon_sym_ThisFileName] = ACTIONS(578), + [anon_sym_ThisFileDir] = ACTIONS(578), + [anon_sym_WorkingDir] = ACTIONS(578), + [anon_sym_NumProcs] = ACTIONS(578), + [anon_sym_Planets] = ACTIONS(578), + [anon_sym_Zodiac] = ACTIONS(578), + [anon_sym_Suits] = ACTIONS(578), + [anon_sym_Cards] = ACTIONS(578), + [anon_sym_Chess] = ACTIONS(578), + [anon_sym_Moon] = ACTIONS(578), + [anon_sym_Skin] = ACTIONS(578), + [anon_sym_People] = ACTIONS(578), + [anon_sym_Hair] = ACTIONS(578), + [anon_sym_Cat] = ACTIONS(578), + [aux_sym_character_token1] = ACTIONS(580), + [sym_string] = ACTIONS(580), + [sym_multiLineString] = ACTIONS(580), + [anon_sym_PIPE] = ACTIONS(580), + [sym_identifier] = ACTIONS(578), + [sym_identifierDeprecated] = ACTIONS(578), + [sym_system] = ACTIONS(580), + [sym_comment] = ACTIONS(578), + [sym_openParen] = ACTIONS(580), + [sym_closeParen] = ACTIONS(580), + [sym_openCurly] = ACTIONS(580), + [sym_closeCurly] = ACTIONS(580), + [sym_openBracket] = ACTIONS(578), + [sym_closeBracket] = ACTIONS(580), + [sym_underscore] = ACTIONS(580), + [anon_sym_CARET] = ACTIONS(580), + [anon_sym_SQUOTE] = ACTIONS(578), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(580), + [anon_sym_e] = ACTIONS(578), + [anon_sym_NaN] = ACTIONS(578), + [anon_sym_eta] = ACTIONS(580), + [anon_sym_u03b7] = ACTIONS(578), + [anon_sym_pi] = ACTIONS(578), + [anon_sym_u03c0] = ACTIONS(578), + [anon_sym_tau] = ACTIONS(580), + [anon_sym_u03c4] = ACTIONS(578), + [anon_sym_infinity] = ACTIONS(580), + [anon_sym_u221e] = ACTIONS(580), + [anon_sym_W] = ACTIONS(578), + [anon_sym_i] = ACTIONS(578), + [anon_sym_MaxInt] = ACTIONS(578), + [anon_sym_HexDigits] = ACTIONS(578), + [anon_sym_DOT] = ACTIONS(580), + [anon_sym_COMMA] = ACTIONS(580), + [anon_sym_COLON] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), + [anon_sym_identity] = ACTIONS(580), + [anon_sym_id] = ACTIONS(578), + [anon_sym_u2218] = ACTIONS(580), + [anon_sym_not] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(578), + [anon_sym_u00b1] = ACTIONS(580), + [anon_sym_BQUOTE] = ACTIONS(580), + [anon_sym_u00af] = ACTIONS(578), + [anon_sym_absolutevalue] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), + [anon_sym_sqrt] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), + [anon_sym_sine] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), + [anon_sym_u223f] = ACTIONS(580), + [anon_sym_floor] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), + [anon_sym_ceiling] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), + [anon_sym_round] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), + [anon_sym_EQ] = ACTIONS(580), + [anon_sym_BANG_EQ] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), + [anon_sym_LT] = ACTIONS(578), + [anon_sym_LT_EQ] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), + [anon_sym_GT] = ACTIONS(578), + [anon_sym_GT_EQ] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), + [anon_sym_PLUS] = ACTIONS(580), + [anon_sym_DASH] = ACTIONS(580), + [anon_sym_STAR] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), + [anon_sym_PERCENT] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), + [anon_sym_modulus] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), + [anon_sym_power] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), + [anon_sym_logarithm] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), + [anon_sym_minimum] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), + [anon_sym_maximum] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), + [anon_sym_atangent] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), + [anon_sym_length] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(580), + [anon_sym_u25b3] = ACTIONS(580), + [anon_sym_range] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), + [anon_sym_first] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), + [anon_sym_reverse] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), + [anon_sym_deshape] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), + [anon_sym_bits] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), + [anon_sym_transpose] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), + [anon_sym_rise] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), + [anon_sym_fall] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), + [anon_sym_where] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), + [anon_sym_classify] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), + [anon_sym_deduplicate] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), + [anon_sym_box] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), + [anon_sym_match] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), + [anon_sym_couple] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), + [anon_sym_join] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), + [anon_sym_select] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), + [anon_sym_pick] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), + [anon_sym_reshape] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), + [anon_sym_take] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), + [anon_sym_drop] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), + [anon_sym_rotate] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), + [anon_sym_windows] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), + [anon_sym_keep] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), + [anon_sym_find] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), + [anon_sym_indexof] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), + [anon_sym_assert] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), + [anon_sym_wait] = ACTIONS(580), + [anon_sym_parse] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), + [anon_sym_random] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), + [anon_sym_gen] = ACTIONS(580), + [anon_sym_tag] = ACTIONS(580), + [anon_sym_now] = ACTIONS(580), + [anon_sym_type] = ACTIONS(580), + [anon_sym_u2e2e] = ACTIONS(580), + [anon_sym_dump] = ACTIONS(580), + [anon_sym_regex] = ACTIONS(580), + [anon_sym_send] = ACTIONS(580), + [anon_sym_recv] = ACTIONS(580), + [anon_sym_tryrecv] = ACTIONS(580), + [anon_sym_complex] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), + [anon_sym_rerank] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), + [anon_sym_fix] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), + [anon_sym_QMARK] = ACTIONS(580), + [anon_sym_unique] = ACTIONS(580), + [anon_sym_u25f0] = ACTIONS(580), + [anon_sym_map] = ACTIONS(580), + [anon_sym_has] = ACTIONS(580), + [anon_sym_get] = ACTIONS(580), + [anon_sym_insert] = ACTIONS(580), + [anon_sym_remove] = ACTIONS(580), + [anon_sym_repr] = ACTIONS(580), + [anon_sym_mask] = ACTIONS(580), + [anon_sym_u29b7] = ACTIONS(580), + [anon_sym_csv] = ACTIONS(580), + [anon_sym_json] = ACTIONS(580), + [anon_sym_xlsx] = ACTIONS(580), + [anon_sym_memberOf] = ACTIONS(580), + [anon_sym_u2208] = ACTIONS(580), + [anon_sym_imen] = ACTIONS(580), + [anon_sym_gife] = ACTIONS(580), + [anon_sym_auden] = ACTIONS(580), + [anon_sym_utfu2088] = ACTIONS(580), + [anon_sym_datetime] = ACTIONS(580), + [anon_sym_choose] = ACTIONS(580), + [anon_sym_permute] = ACTIONS(580), + [anon_sym_orient] = ACTIONS(580), + [anon_sym_u2938] = ACTIONS(580), + [anon_sym_fft] = ACTIONS(580), + [anon_sym_graphemes] = ACTIONS(580), + [anon_sym_timezone] = ACTIONS(580), + [anon_sym_around] = ACTIONS(580), + [anon_sym_u2019] = ACTIONS(580), + [anon_sym_base] = ACTIONS(580), + [anon_sym_sort] = ACTIONS(580), + [anon_sym_u2346] = ACTIONS(580), + [anon_sym_last] = ACTIONS(580), + [anon_sym_u22a3] = ACTIONS(580), + [anon_sym_reduce] = ACTIONS(580), + [anon_sym_SLASH] = ACTIONS(580), + [anon_sym_scan] = ACTIONS(580), + [anon_sym_BSLASH] = ACTIONS(580), + [anon_sym_each] = ACTIONS(580), + [anon_sym_u2235] = ACTIONS(580), + [anon_sym_rows] = ACTIONS(580), + [anon_sym_u2261] = ACTIONS(580), + [anon_sym_repeat] = ACTIONS(580), + [anon_sym_u2365] = ACTIONS(580), + [anon_sym_dip] = ACTIONS(580), + [anon_sym_u2299] = ACTIONS(580), + [anon_sym_gap] = ACTIONS(580), + [anon_sym_u22c5] = ACTIONS(580), + [anon_sym_spawn] = ACTIONS(580), + [anon_sym_rectify] = ACTIONS(580), + [anon_sym_u2305] = ACTIONS(580), + [anon_sym_un] = ACTIONS(578), + [anon_sym_u00b0] = ACTIONS(580), + [anon_sym_on] = ACTIONS(578), + [anon_sym_u27dc] = ACTIONS(580), + [anon_sym_inventory] = ACTIONS(580), + [anon_sym_u235a] = ACTIONS(580), + [anon_sym_content] = ACTIONS(580), + [anon_sym_u25c7] = ACTIONS(580), + [anon_sym_pool] = ACTIONS(580), + [anon_sym_stringify] = ACTIONS(580), + [anon_sym_signature] = ACTIONS(580), + [anon_sym_triangle] = ACTIONS(580), + [anon_sym_u25f9] = ACTIONS(580), + [anon_sym_astar] = ACTIONS(580), + [anon_sym_with] = ACTIONS(580), + [anon_sym_u2919] = ACTIONS(580), + [anon_sym_off] = ACTIONS(580), + [anon_sym_u291a] = ACTIONS(580), + [anon_sym_above] = ACTIONS(580), + [anon_sym_u25e0] = ACTIONS(580), + [anon_sym_below] = ACTIONS(580), + [anon_sym_u25e1] = ACTIONS(580), + [anon_sym_anti] = ACTIONS(580), + [anon_sym_u231d] = ACTIONS(580), + [anon_sym_obverse] = ACTIONS(580), + [anon_sym_toples] = ACTIONS(580), + [anon_sym_u29c5] = ACTIONS(580), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(580), + [anon_sym_fold] = ACTIONS(580), + [anon_sym_u2227] = ACTIONS(580), + [anon_sym_table] = ACTIONS(580), + [anon_sym_u229e] = ACTIONS(580), + [anon_sym_group] = ACTIONS(580), + [anon_sym_u2295] = ACTIONS(580), + [anon_sym_partition] = ACTIONS(580), + [anon_sym_u229c] = ACTIONS(580), + [anon_sym_both] = ACTIONS(580), + [anon_sym_u2229] = ACTIONS(580), + [anon_sym_bracket] = ACTIONS(580), + [anon_sym_u2293] = ACTIONS(580), + [anon_sym_fork] = ACTIONS(580), + [anon_sym_u2283] = ACTIONS(580), + [anon_sym_under] = ACTIONS(580), + [anon_sym_u235c] = ACTIONS(580), + [anon_sym_fill] = ACTIONS(580), + [anon_sym_u2b1a] = ACTIONS(580), + [anon_sym_try] = ACTIONS(578), + [anon_sym_u2363] = ACTIONS(580), + [anon_sym_do] = ACTIONS(578), + [anon_sym_u2362] = ACTIONS(580), + [anon_sym_f] = ACTIONS(578), + [anon_sym_by] = ACTIONS(578), + [anon_sym_u22b8] = ACTIONS(580), + [anon_sym_quote] = ACTIONS(580), + [anon_sym_u2765] = ACTIONS(580), + [anon_sym_u2192] = ACTIONS(580), + [anon_sym_u2237] = ACTIONS(580), + [anon_sym_u00b7] = ACTIONS(580), + [anon_sym_u235b] = ACTIONS(580), + [anon_sym_u2302] = ACTIONS(580), + [anon_sym_u21b0] = ACTIONS(580), + [anon_sym_unpack] = ACTIONS(580), + [anon_sym_u2290] = ACTIONS(580), + [anon_sym_u229d] = ACTIONS(580), + [anon_sym_cross] = ACTIONS(580), + [anon_sym_u22a0] = ACTIONS(580), + [anon_sym_SEMI] = ACTIONS(580), + [anon_sym_deal] = ACTIONS(580), + [anon_sym_member] = ACTIONS(578), + [anon_sym_u220a] = ACTIONS(580), + [anon_sym_coordinate] = ACTIONS(580), + [anon_sym_u27d4] = ACTIONS(580), + [anon_sym_u03bb] = ACTIONS(580), + [anon_sym_u22ca] = ACTIONS(580), + [anon_sym_chunk] = ACTIONS(580), + [anon_sym_u2444] = ACTIONS(580), + [anon_sym_setinv] = ACTIONS(580), + [anon_sym_setund] = ACTIONS(580), + [anon_sym_struct] = ACTIONS(580), + [sym__endOfLine] = ACTIONS(580), }, [107] = { - [aux_sym_number_token1] = ACTIONS(600), - [sym_fraction] = ACTIONS(602), - [anon_sym_Days] = ACTIONS(600), - [anon_sym_Months] = ACTIONS(600), - [anon_sym_MonthDays] = ACTIONS(600), - [anon_sym_LeanMonthDays] = ACTIONS(600), - [anon_sym_White] = ACTIONS(600), - [anon_sym_Black] = ACTIONS(600), - [anon_sym_Red] = ACTIONS(600), - [anon_sym_Orange] = ACTIONS(600), - [anon_sym_Yellow] = ACTIONS(600), - [anon_sym_Green] = ACTIONS(600), - [anon_sym_Cyan] = ACTIONS(600), - [anon_sym_Blue] = ACTIONS(600), - [anon_sym_Purple] = ACTIONS(600), - [anon_sym_Magenta] = ACTIONS(600), - [anon_sym_Gay] = ACTIONS(600), - [anon_sym_Lesbian] = ACTIONS(600), - [anon_sym_Bi] = ACTIONS(600), - [anon_sym_Trans] = ACTIONS(600), - [anon_sym_Pan] = ACTIONS(600), - [anon_sym_Ace] = ACTIONS(600), - [anon_sym_Aro] = ACTIONS(600), - [anon_sym_Aroace] = ACTIONS(600), - [anon_sym_Enby] = ACTIONS(600), - [anon_sym_Fluid] = ACTIONS(600), - [anon_sym_Queer] = ACTIONS(600), - [anon_sym_Agender] = ACTIONS(600), - [anon_sym_PrideFlags] = ACTIONS(600), - [anon_sym_PrideFlagNames] = ACTIONS(600), - [anon_sym_True] = ACTIONS(600), - [anon_sym_False] = ACTIONS(600), - [anon_sym_NULL] = ACTIONS(600), - [anon_sym_Logo] = ACTIONS(600), - [anon_sym_Lena] = ACTIONS(600), - [anon_sym_Music] = ACTIONS(600), - [anon_sym_Lorem] = ACTIONS(600), - [anon_sym_Os] = ACTIONS(600), - [anon_sym_Family] = ACTIONS(600), - [anon_sym_Arch] = ACTIONS(600), - [anon_sym_ExeExt] = ACTIONS(600), - [anon_sym_DllExt] = ACTIONS(600), - [anon_sym_Sep] = ACTIONS(600), - [anon_sym_ThisFile] = ACTIONS(600), - [anon_sym_ThisFileName] = ACTIONS(600), - [anon_sym_ThisFileDir] = ACTIONS(600), - [anon_sym_WorkingDir] = ACTIONS(600), - [anon_sym_NumProcs] = ACTIONS(600), - [anon_sym_Planets] = ACTIONS(600), - [anon_sym_Zodiac] = ACTIONS(600), - [anon_sym_Suits] = ACTIONS(600), - [anon_sym_Cards] = ACTIONS(600), - [anon_sym_Chess] = ACTIONS(600), - [anon_sym_Moon] = ACTIONS(600), - [anon_sym_Skin] = ACTIONS(600), - [anon_sym_People] = ACTIONS(600), - [anon_sym_Hair] = ACTIONS(600), - [aux_sym_character_token1] = ACTIONS(602), - [sym_string] = ACTIONS(602), - [sym_multiLineString] = ACTIONS(602), - [anon_sym_PIPE] = ACTIONS(602), - [sym_identifier] = ACTIONS(600), - [sym_identifierDeprecated] = ACTIONS(600), - [sym_system] = ACTIONS(602), - [sym_comment] = ACTIONS(600), - [sym_openParen] = ACTIONS(602), - [sym_closeParen] = ACTIONS(602), - [sym_openCurly] = ACTIONS(602), - [sym_closeCurly] = ACTIONS(602), - [sym_openBracket] = ACTIONS(602), - [sym_closeBracket] = ACTIONS(602), - [sym_underscore] = ACTIONS(602), - [anon_sym_CARET] = ACTIONS(602), - [anon_sym_SQUOTE] = ACTIONS(600), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(602), - [anon_sym_e] = ACTIONS(600), - [anon_sym_NaN] = ACTIONS(600), - [anon_sym_eta] = ACTIONS(602), - [anon_sym_u03b7] = ACTIONS(600), - [anon_sym_pi] = ACTIONS(600), - [anon_sym_u03c0] = ACTIONS(600), - [anon_sym_tau] = ACTIONS(602), - [anon_sym_u03c4] = ACTIONS(600), - [anon_sym_infinity] = ACTIONS(602), - [anon_sym_u221e] = ACTIONS(602), - [anon_sym_W] = ACTIONS(600), - [anon_sym_i] = ACTIONS(600), - [anon_sym_MaxInt] = ACTIONS(600), - [anon_sym_HexDigits] = ACTIONS(600), - [anon_sym_DOT] = ACTIONS(602), - [anon_sym_COMMA] = ACTIONS(602), - [anon_sym_COLON] = ACTIONS(602), - [anon_sym_u25cc] = ACTIONS(602), - [anon_sym_identity] = ACTIONS(602), - [anon_sym_id] = ACTIONS(600), - [anon_sym_u2218] = ACTIONS(602), - [anon_sym_not] = ACTIONS(602), - [anon_sym_u00ac] = ACTIONS(602), - [anon_sym_sign] = ACTIONS(600), - [anon_sym_u00b1] = ACTIONS(602), - [anon_sym_BQUOTE] = ACTIONS(602), - [anon_sym_u00af] = ACTIONS(600), - [anon_sym_absolutevalue] = ACTIONS(602), - [anon_sym_u2335] = ACTIONS(602), - [anon_sym_sqrt] = ACTIONS(602), - [anon_sym_u221a] = ACTIONS(602), - [anon_sym_sine] = ACTIONS(602), - [anon_sym_u25cb] = ACTIONS(602), - [anon_sym_u223f] = ACTIONS(602), - [anon_sym_floor] = ACTIONS(602), - [anon_sym_u230a] = ACTIONS(602), - [anon_sym_ceiling] = ACTIONS(602), - [anon_sym_u2308] = ACTIONS(602), - [anon_sym_round] = ACTIONS(602), - [anon_sym_u2045] = ACTIONS(602), - [anon_sym_EQ] = ACTIONS(602), - [anon_sym_BANG_EQ] = ACTIONS(602), - [anon_sym_u2260] = ACTIONS(602), - [anon_sym_LT] = ACTIONS(600), - [anon_sym_LT_EQ] = ACTIONS(602), - [anon_sym_u2264] = ACTIONS(602), - [anon_sym_GT] = ACTIONS(600), - [anon_sym_GT_EQ] = ACTIONS(602), - [anon_sym_u2265] = ACTIONS(602), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_STAR] = ACTIONS(602), - [anon_sym_u00d7] = ACTIONS(602), - [anon_sym_PERCENT] = ACTIONS(602), - [anon_sym_u00f7] = ACTIONS(602), - [anon_sym_modulus] = ACTIONS(602), - [anon_sym_u25ff] = ACTIONS(602), - [anon_sym_power] = ACTIONS(602), - [anon_sym_u207f] = ACTIONS(602), - [anon_sym_logarithm] = ACTIONS(602), - [anon_sym_u2099] = ACTIONS(602), - [anon_sym_minimum] = ACTIONS(602), - [anon_sym_u21a7] = ACTIONS(602), - [anon_sym_maximum] = ACTIONS(602), - [anon_sym_u21a5] = ACTIONS(602), - [anon_sym_atangent] = ACTIONS(602), - [anon_sym_u2220] = ACTIONS(602), - [anon_sym_length] = ACTIONS(602), - [anon_sym_u29fb] = ACTIONS(602), - [anon_sym_shape] = ACTIONS(602), - [anon_sym_u25b3] = ACTIONS(602), - [anon_sym_range] = ACTIONS(602), - [anon_sym_u21e1] = ACTIONS(602), - [anon_sym_first] = ACTIONS(602), - [anon_sym_u22a2] = ACTIONS(602), - [anon_sym_reverse] = ACTIONS(602), - [anon_sym_u21cc] = ACTIONS(602), - [anon_sym_deshape] = ACTIONS(602), - [anon_sym_u266d] = ACTIONS(602), - [anon_sym_bits] = ACTIONS(602), - [anon_sym_u22ef] = ACTIONS(602), - [anon_sym_transpose] = ACTIONS(602), - [anon_sym_u2349] = ACTIONS(602), - [anon_sym_rise] = ACTIONS(602), - [anon_sym_u234f] = ACTIONS(602), - [anon_sym_fall] = ACTIONS(602), - [anon_sym_u2356] = ACTIONS(602), - [anon_sym_where] = ACTIONS(602), - [anon_sym_u229a] = ACTIONS(602), - [anon_sym_classify] = ACTIONS(602), - [anon_sym_u229b] = ACTIONS(602), - [anon_sym_deduplicate] = ACTIONS(602), - [anon_sym_u25f4] = ACTIONS(602), - [anon_sym_box] = ACTIONS(602), - [anon_sym_u25a1] = ACTIONS(602), - [anon_sym_match] = ACTIONS(602), - [anon_sym_u224d] = ACTIONS(602), - [anon_sym_couple] = ACTIONS(602), - [anon_sym_u229f] = ACTIONS(602), - [anon_sym_join] = ACTIONS(602), - [anon_sym_u2282] = ACTIONS(602), - [anon_sym_select] = ACTIONS(602), - [anon_sym_u228f] = ACTIONS(602), - [anon_sym_pick] = ACTIONS(602), - [anon_sym_u22a1] = ACTIONS(602), - [anon_sym_reshape] = ACTIONS(602), - [anon_sym_u21af] = ACTIONS(602), - [anon_sym_take] = ACTIONS(602), - [anon_sym_u2199] = ACTIONS(602), - [anon_sym_drop] = ACTIONS(602), - [anon_sym_u2198] = ACTIONS(602), - [anon_sym_rotate] = ACTIONS(602), - [anon_sym_u21bb] = ACTIONS(602), - [anon_sym_windows] = ACTIONS(602), - [anon_sym_u25eb] = ACTIONS(602), - [anon_sym_keep] = ACTIONS(602), - [anon_sym_u25bd] = ACTIONS(602), - [anon_sym_find] = ACTIONS(602), - [anon_sym_u2315] = ACTIONS(602), - [anon_sym_indexof] = ACTIONS(602), - [anon_sym_u2297] = ACTIONS(602), - [anon_sym_assert] = ACTIONS(602), - [anon_sym_u2364] = ACTIONS(602), - [anon_sym_wait] = ACTIONS(602), - [anon_sym_parse] = ACTIONS(602), - [anon_sym_u22d5] = ACTIONS(602), - [anon_sym_random] = ACTIONS(602), - [anon_sym_u2682] = ACTIONS(602), - [anon_sym_gen] = ACTIONS(602), - [anon_sym_tag] = ACTIONS(602), - [anon_sym_now] = ACTIONS(602), - [anon_sym_type] = ACTIONS(602), - [anon_sym_u2e2e] = ACTIONS(602), - [anon_sym_dump] = ACTIONS(602), - [anon_sym_regex] = ACTIONS(602), - [anon_sym_send] = ACTIONS(602), - [anon_sym_recv] = ACTIONS(602), - [anon_sym_tryrecv] = ACTIONS(602), - [anon_sym_complex] = ACTIONS(602), - [anon_sym_u2102] = ACTIONS(602), - [anon_sym_rerank] = ACTIONS(602), - [anon_sym_u2607] = ACTIONS(602), - [anon_sym_fix] = ACTIONS(602), - [anon_sym_u00a4] = ACTIONS(602), - [anon_sym_QMARK] = ACTIONS(602), - [anon_sym_unique] = ACTIONS(602), - [anon_sym_u25f0] = ACTIONS(602), - [anon_sym_map] = ACTIONS(602), - [anon_sym_has] = ACTIONS(602), - [anon_sym_get] = ACTIONS(602), - [anon_sym_insert] = ACTIONS(602), - [anon_sym_remove] = ACTIONS(602), - [anon_sym_repr] = ACTIONS(602), - [anon_sym_mask] = ACTIONS(602), - [anon_sym_u29b7] = ACTIONS(602), - [anon_sym_csv] = ACTIONS(602), - [anon_sym_json] = ACTIONS(602), - [anon_sym_xlsx] = ACTIONS(602), - [anon_sym_memberOf] = ACTIONS(602), - [anon_sym_u2208] = ACTIONS(602), - [anon_sym_imen] = ACTIONS(602), - [anon_sym_gife] = ACTIONS(602), - [anon_sym_auden] = ACTIONS(602), - [anon_sym_utfu2088] = ACTIONS(602), - [anon_sym_datetime] = ACTIONS(602), - [anon_sym_chunk] = ACTIONS(602), - [anon_sym_u2444] = ACTIONS(602), - [anon_sym_choose] = ACTIONS(602), - [anon_sym_permute] = ACTIONS(602), - [anon_sym_orient] = ACTIONS(602), - [anon_sym_fft] = ACTIONS(602), - [anon_sym_reduce] = ACTIONS(602), - [anon_sym_SLASH] = ACTIONS(602), - [anon_sym_scan] = ACTIONS(602), - [anon_sym_BSLASH] = ACTIONS(602), - [anon_sym_each] = ACTIONS(602), - [anon_sym_u2235] = ACTIONS(602), - [anon_sym_rows] = ACTIONS(602), - [anon_sym_u2261] = ACTIONS(602), - [anon_sym_repeat] = ACTIONS(602), - [anon_sym_u2365] = ACTIONS(602), - [anon_sym_dip] = ACTIONS(602), - [anon_sym_u2299] = ACTIONS(602), - [anon_sym_gap] = ACTIONS(602), - [anon_sym_u22c5] = ACTIONS(602), - [anon_sym_spawn] = ACTIONS(602), - [anon_sym_rectify] = ACTIONS(602), - [anon_sym_u2305] = ACTIONS(602), - [anon_sym_un] = ACTIONS(600), - [anon_sym_u00b0] = ACTIONS(602), - [anon_sym_on] = ACTIONS(600), - [anon_sym_u27dc] = ACTIONS(602), - [anon_sym_inventory] = ACTIONS(602), - [anon_sym_u235a] = ACTIONS(602), - [anon_sym_content] = ACTIONS(602), - [anon_sym_u25c7] = ACTIONS(602), - [anon_sym_pool] = ACTIONS(602), - [anon_sym_stringify] = ACTIONS(602), - [anon_sym_signature] = ACTIONS(602), - [anon_sym_triangle] = ACTIONS(602), - [anon_sym_u25f9] = ACTIONS(602), - [anon_sym_astar] = ACTIONS(602), - [anon_sym_but] = ACTIONS(602), - [anon_sym_u2919] = ACTIONS(602), - [anon_sym_with] = ACTIONS(602), - [anon_sym_u291a] = ACTIONS(602), - [anon_sym_above] = ACTIONS(602), - [anon_sym_u25e0] = ACTIONS(602), - [anon_sym_below] = ACTIONS(602), - [anon_sym_u25e1] = ACTIONS(602), - [anon_sym_fold] = ACTIONS(602), - [anon_sym_u2227] = ACTIONS(602), - [anon_sym_table] = ACTIONS(602), - [anon_sym_u229e] = ACTIONS(602), - [anon_sym_group] = ACTIONS(602), - [anon_sym_u2295] = ACTIONS(602), - [anon_sym_partition] = ACTIONS(602), - [anon_sym_u229c] = ACTIONS(602), - [anon_sym_both] = ACTIONS(602), - [anon_sym_u2229] = ACTIONS(602), - [anon_sym_bracket] = ACTIONS(602), - [anon_sym_u2293] = ACTIONS(602), - [anon_sym_fork] = ACTIONS(602), - [anon_sym_u2283] = ACTIONS(602), - [anon_sym_under] = ACTIONS(602), - [anon_sym_u235c] = ACTIONS(602), - [anon_sym_fill] = ACTIONS(602), - [anon_sym_u2b1a] = ACTIONS(602), - [anon_sym_try] = ACTIONS(600), - [anon_sym_u2363] = ACTIONS(602), - [anon_sym_do] = ACTIONS(600), - [anon_sym_u2362] = ACTIONS(602), - [anon_sym_setinv] = ACTIONS(602), - [anon_sym_setunder] = ACTIONS(602), - [anon_sym_f] = ACTIONS(600), - [anon_sym_by] = ACTIONS(600), - [anon_sym_u22b8] = ACTIONS(602), - [anon_sym_quote] = ACTIONS(602), - [anon_sym_struct] = ACTIONS(602), - [anon_sym_u2765] = ACTIONS(602), - [anon_sym_u2192] = ACTIONS(602), - [anon_sym_u2237] = ACTIONS(602), - [anon_sym_u00b7] = ACTIONS(602), - [anon_sym_u235b] = ACTIONS(602), - [anon_sym_u2302] = ACTIONS(602), - [anon_sym_u21b0] = ACTIONS(602), - [anon_sym_unpack] = ACTIONS(602), - [anon_sym_u2290] = ACTIONS(602), - [anon_sym_u229d] = ACTIONS(602), - [anon_sym_cross] = ACTIONS(602), - [anon_sym_u22a0] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(602), - [anon_sym_deal] = ACTIONS(602), - [anon_sym_strands] = ACTIONS(602), - [anon_sym_u203f] = ACTIONS(602), - [anon_sym_member] = ACTIONS(600), - [anon_sym_u220a] = ACTIONS(602), - [anon_sym_coordinate] = ACTIONS(602), - [anon_sym_u27d4] = ACTIONS(602), - [anon_sym_u03bb] = ACTIONS(602), - [anon_sym_u22ca] = ACTIONS(602), - [sym__endOfLine] = ACTIONS(602), + [aux_sym_number_token1] = ACTIONS(582), + [sym_fraction] = ACTIONS(584), + [anon_sym_Days] = ACTIONS(582), + [anon_sym_Months] = ACTIONS(582), + [anon_sym_MonthDays] = ACTIONS(582), + [anon_sym_LeanMonthDays] = ACTIONS(582), + [anon_sym_White] = ACTIONS(582), + [anon_sym_Black] = ACTIONS(582), + [anon_sym_Red] = ACTIONS(582), + [anon_sym_Orange] = ACTIONS(582), + [anon_sym_Yellow] = ACTIONS(582), + [anon_sym_Green] = ACTIONS(582), + [anon_sym_Cyan] = ACTIONS(582), + [anon_sym_Blue] = ACTIONS(582), + [anon_sym_Purple] = ACTIONS(582), + [anon_sym_Magenta] = ACTIONS(582), + [anon_sym_Gay] = ACTIONS(582), + [anon_sym_Lesbian] = ACTIONS(582), + [anon_sym_Bi] = ACTIONS(582), + [anon_sym_Trans] = ACTIONS(582), + [anon_sym_Pan] = ACTIONS(582), + [anon_sym_Ace] = ACTIONS(582), + [anon_sym_Aro] = ACTIONS(582), + [anon_sym_Aroace] = ACTIONS(582), + [anon_sym_Enby] = ACTIONS(582), + [anon_sym_Fluid] = ACTIONS(582), + [anon_sym_Queer] = ACTIONS(582), + [anon_sym_Agender] = ACTIONS(582), + [anon_sym_PrideFlags] = ACTIONS(582), + [anon_sym_PrideFlagNames] = ACTIONS(582), + [anon_sym_True] = ACTIONS(582), + [anon_sym_False] = ACTIONS(582), + [anon_sym_NULL] = ACTIONS(582), + [anon_sym_Logo] = ACTIONS(582), + [anon_sym_Lena] = ACTIONS(582), + [anon_sym_Music] = ACTIONS(582), + [anon_sym_Lorem] = ACTIONS(582), + [anon_sym_Os] = ACTIONS(582), + [anon_sym_Family] = ACTIONS(582), + [anon_sym_Arch] = ACTIONS(582), + [anon_sym_ExeExt] = ACTIONS(582), + [anon_sym_DllExt] = ACTIONS(582), + [anon_sym_Sep] = ACTIONS(582), + [anon_sym_ThisFile] = ACTIONS(582), + [anon_sym_ThisFileName] = ACTIONS(582), + [anon_sym_ThisFileDir] = ACTIONS(582), + [anon_sym_WorkingDir] = ACTIONS(582), + [anon_sym_NumProcs] = ACTIONS(582), + [anon_sym_Planets] = ACTIONS(582), + [anon_sym_Zodiac] = ACTIONS(582), + [anon_sym_Suits] = ACTIONS(582), + [anon_sym_Cards] = ACTIONS(582), + [anon_sym_Chess] = ACTIONS(582), + [anon_sym_Moon] = ACTIONS(582), + [anon_sym_Skin] = ACTIONS(582), + [anon_sym_People] = ACTIONS(582), + [anon_sym_Hair] = ACTIONS(582), + [anon_sym_Cat] = ACTIONS(582), + [aux_sym_character_token1] = ACTIONS(584), + [sym_string] = ACTIONS(584), + [sym_multiLineString] = ACTIONS(584), + [anon_sym_PIPE] = ACTIONS(584), + [sym_identifier] = ACTIONS(582), + [sym_identifierDeprecated] = ACTIONS(582), + [sym_system] = ACTIONS(584), + [sym_comment] = ACTIONS(582), + [sym_openParen] = ACTIONS(584), + [sym_closeParen] = ACTIONS(584), + [sym_openCurly] = ACTIONS(584), + [sym_closeCurly] = ACTIONS(584), + [sym_openBracket] = ACTIONS(582), + [sym_closeBracket] = ACTIONS(584), + [sym_underscore] = ACTIONS(584), + [anon_sym_CARET] = ACTIONS(584), + [anon_sym_SQUOTE] = ACTIONS(582), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(584), + [anon_sym_e] = ACTIONS(582), + [anon_sym_NaN] = ACTIONS(582), + [anon_sym_eta] = ACTIONS(584), + [anon_sym_u03b7] = ACTIONS(582), + [anon_sym_pi] = ACTIONS(582), + [anon_sym_u03c0] = ACTIONS(582), + [anon_sym_tau] = ACTIONS(584), + [anon_sym_u03c4] = ACTIONS(582), + [anon_sym_infinity] = ACTIONS(584), + [anon_sym_u221e] = ACTIONS(584), + [anon_sym_W] = ACTIONS(582), + [anon_sym_i] = ACTIONS(582), + [anon_sym_MaxInt] = ACTIONS(582), + [anon_sym_HexDigits] = ACTIONS(582), + [anon_sym_DOT] = ACTIONS(584), + [anon_sym_COMMA] = ACTIONS(584), + [anon_sym_COLON] = ACTIONS(584), + [anon_sym_u25cc] = ACTIONS(584), + [anon_sym_identity] = ACTIONS(584), + [anon_sym_id] = ACTIONS(582), + [anon_sym_u2218] = ACTIONS(584), + [anon_sym_not] = ACTIONS(584), + [anon_sym_u00ac] = ACTIONS(584), + [anon_sym_sign] = ACTIONS(582), + [anon_sym_u00b1] = ACTIONS(584), + [anon_sym_BQUOTE] = ACTIONS(584), + [anon_sym_u00af] = ACTIONS(582), + [anon_sym_absolutevalue] = ACTIONS(584), + [anon_sym_u2335] = ACTIONS(584), + [anon_sym_sqrt] = ACTIONS(584), + [anon_sym_u221a] = ACTIONS(584), + [anon_sym_sine] = ACTIONS(584), + [anon_sym_u25cb] = ACTIONS(584), + [anon_sym_u223f] = ACTIONS(584), + [anon_sym_floor] = ACTIONS(584), + [anon_sym_u230a] = ACTIONS(584), + [anon_sym_ceiling] = ACTIONS(584), + [anon_sym_u2308] = ACTIONS(584), + [anon_sym_round] = ACTIONS(584), + [anon_sym_u2045] = ACTIONS(584), + [anon_sym_EQ] = ACTIONS(584), + [anon_sym_BANG_EQ] = ACTIONS(584), + [anon_sym_u2260] = ACTIONS(584), + [anon_sym_LT] = ACTIONS(582), + [anon_sym_LT_EQ] = ACTIONS(584), + [anon_sym_u2264] = ACTIONS(584), + [anon_sym_GT] = ACTIONS(582), + [anon_sym_GT_EQ] = ACTIONS(584), + [anon_sym_u2265] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_u00d7] = ACTIONS(584), + [anon_sym_PERCENT] = ACTIONS(584), + [anon_sym_u00f7] = ACTIONS(584), + [anon_sym_modulus] = ACTIONS(584), + [anon_sym_u25ff] = ACTIONS(584), + [anon_sym_power] = ACTIONS(584), + [anon_sym_u207f] = ACTIONS(584), + [anon_sym_logarithm] = ACTIONS(584), + [anon_sym_u2099] = ACTIONS(584), + [anon_sym_minimum] = ACTIONS(584), + [anon_sym_u21a7] = ACTIONS(584), + [anon_sym_maximum] = ACTIONS(584), + [anon_sym_u21a5] = ACTIONS(584), + [anon_sym_atangent] = ACTIONS(584), + [anon_sym_u2220] = ACTIONS(584), + [anon_sym_length] = ACTIONS(584), + [anon_sym_u29fb] = ACTIONS(584), + [anon_sym_shape] = ACTIONS(584), + [anon_sym_u25b3] = ACTIONS(584), + [anon_sym_range] = ACTIONS(584), + [anon_sym_u21e1] = ACTIONS(584), + [anon_sym_first] = ACTIONS(584), + [anon_sym_u22a2] = ACTIONS(584), + [anon_sym_reverse] = ACTIONS(584), + [anon_sym_u21cc] = ACTIONS(584), + [anon_sym_deshape] = ACTIONS(584), + [anon_sym_u266d] = ACTIONS(584), + [anon_sym_bits] = ACTIONS(584), + [anon_sym_u22ef] = ACTIONS(584), + [anon_sym_transpose] = ACTIONS(584), + [anon_sym_u2349] = ACTIONS(584), + [anon_sym_rise] = ACTIONS(584), + [anon_sym_u234f] = ACTIONS(584), + [anon_sym_fall] = ACTIONS(584), + [anon_sym_u2356] = ACTIONS(584), + [anon_sym_where] = ACTIONS(584), + [anon_sym_u229a] = ACTIONS(584), + [anon_sym_classify] = ACTIONS(584), + [anon_sym_u229b] = ACTIONS(584), + [anon_sym_deduplicate] = ACTIONS(584), + [anon_sym_u25f4] = ACTIONS(584), + [anon_sym_box] = ACTIONS(584), + [anon_sym_u25a1] = ACTIONS(584), + [anon_sym_match] = ACTIONS(584), + [anon_sym_u224d] = ACTIONS(584), + [anon_sym_couple] = ACTIONS(584), + [anon_sym_u229f] = ACTIONS(584), + [anon_sym_join] = ACTIONS(584), + [anon_sym_u2282] = ACTIONS(584), + [anon_sym_select] = ACTIONS(584), + [anon_sym_u228f] = ACTIONS(584), + [anon_sym_pick] = ACTIONS(584), + [anon_sym_u22a1] = ACTIONS(584), + [anon_sym_reshape] = ACTIONS(584), + [anon_sym_u21af] = ACTIONS(584), + [anon_sym_take] = ACTIONS(584), + [anon_sym_u2199] = ACTIONS(584), + [anon_sym_drop] = ACTIONS(584), + [anon_sym_u2198] = ACTIONS(584), + [anon_sym_rotate] = ACTIONS(584), + [anon_sym_u21bb] = ACTIONS(584), + [anon_sym_windows] = ACTIONS(584), + [anon_sym_u25eb] = ACTIONS(584), + [anon_sym_keep] = ACTIONS(584), + [anon_sym_u25bd] = ACTIONS(584), + [anon_sym_find] = ACTIONS(584), + [anon_sym_u2315] = ACTIONS(584), + [anon_sym_indexof] = ACTIONS(584), + [anon_sym_u2297] = ACTIONS(584), + [anon_sym_assert] = ACTIONS(584), + [anon_sym_u2364] = ACTIONS(584), + [anon_sym_wait] = ACTIONS(584), + [anon_sym_parse] = ACTIONS(584), + [anon_sym_u22d5] = ACTIONS(584), + [anon_sym_random] = ACTIONS(584), + [anon_sym_u2682] = ACTIONS(584), + [anon_sym_gen] = ACTIONS(584), + [anon_sym_tag] = ACTIONS(584), + [anon_sym_now] = ACTIONS(584), + [anon_sym_type] = ACTIONS(584), + [anon_sym_u2e2e] = ACTIONS(584), + [anon_sym_dump] = ACTIONS(584), + [anon_sym_regex] = ACTIONS(584), + [anon_sym_send] = ACTIONS(584), + [anon_sym_recv] = ACTIONS(584), + [anon_sym_tryrecv] = ACTIONS(584), + [anon_sym_complex] = ACTIONS(584), + [anon_sym_u2102] = ACTIONS(584), + [anon_sym_rerank] = ACTIONS(584), + [anon_sym_u2607] = ACTIONS(584), + [anon_sym_fix] = ACTIONS(584), + [anon_sym_u00a4] = ACTIONS(584), + [anon_sym_QMARK] = ACTIONS(584), + [anon_sym_unique] = ACTIONS(584), + [anon_sym_u25f0] = ACTIONS(584), + [anon_sym_map] = ACTIONS(584), + [anon_sym_has] = ACTIONS(584), + [anon_sym_get] = ACTIONS(584), + [anon_sym_insert] = ACTIONS(584), + [anon_sym_remove] = ACTIONS(584), + [anon_sym_repr] = ACTIONS(584), + [anon_sym_mask] = ACTIONS(584), + [anon_sym_u29b7] = ACTIONS(584), + [anon_sym_csv] = ACTIONS(584), + [anon_sym_json] = ACTIONS(584), + [anon_sym_xlsx] = ACTIONS(584), + [anon_sym_memberOf] = ACTIONS(584), + [anon_sym_u2208] = ACTIONS(584), + [anon_sym_imen] = ACTIONS(584), + [anon_sym_gife] = ACTIONS(584), + [anon_sym_auden] = ACTIONS(584), + [anon_sym_utfu2088] = ACTIONS(584), + [anon_sym_datetime] = ACTIONS(584), + [anon_sym_choose] = ACTIONS(584), + [anon_sym_permute] = ACTIONS(584), + [anon_sym_orient] = ACTIONS(584), + [anon_sym_u2938] = ACTIONS(584), + [anon_sym_fft] = ACTIONS(584), + [anon_sym_graphemes] = ACTIONS(584), + [anon_sym_timezone] = ACTIONS(584), + [anon_sym_around] = ACTIONS(584), + [anon_sym_u2019] = ACTIONS(584), + [anon_sym_base] = ACTIONS(584), + [anon_sym_sort] = ACTIONS(584), + [anon_sym_u2346] = ACTIONS(584), + [anon_sym_last] = ACTIONS(584), + [anon_sym_u22a3] = ACTIONS(584), + [anon_sym_reduce] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(584), + [anon_sym_scan] = ACTIONS(584), + [anon_sym_BSLASH] = ACTIONS(584), + [anon_sym_each] = ACTIONS(584), + [anon_sym_u2235] = ACTIONS(584), + [anon_sym_rows] = ACTIONS(584), + [anon_sym_u2261] = ACTIONS(584), + [anon_sym_repeat] = ACTIONS(584), + [anon_sym_u2365] = ACTIONS(584), + [anon_sym_dip] = ACTIONS(584), + [anon_sym_u2299] = ACTIONS(584), + [anon_sym_gap] = ACTIONS(584), + [anon_sym_u22c5] = ACTIONS(584), + [anon_sym_spawn] = ACTIONS(584), + [anon_sym_rectify] = ACTIONS(584), + [anon_sym_u2305] = ACTIONS(584), + [anon_sym_un] = ACTIONS(582), + [anon_sym_u00b0] = ACTIONS(584), + [anon_sym_on] = ACTIONS(582), + [anon_sym_u27dc] = ACTIONS(584), + [anon_sym_inventory] = ACTIONS(584), + [anon_sym_u235a] = ACTIONS(584), + [anon_sym_content] = ACTIONS(584), + [anon_sym_u25c7] = ACTIONS(584), + [anon_sym_pool] = ACTIONS(584), + [anon_sym_stringify] = ACTIONS(584), + [anon_sym_signature] = ACTIONS(584), + [anon_sym_triangle] = ACTIONS(584), + [anon_sym_u25f9] = ACTIONS(584), + [anon_sym_astar] = ACTIONS(584), + [anon_sym_with] = ACTIONS(584), + [anon_sym_u2919] = ACTIONS(584), + [anon_sym_off] = ACTIONS(584), + [anon_sym_u291a] = ACTIONS(584), + [anon_sym_above] = ACTIONS(584), + [anon_sym_u25e0] = ACTIONS(584), + [anon_sym_below] = ACTIONS(584), + [anon_sym_u25e1] = ACTIONS(584), + [anon_sym_anti] = ACTIONS(584), + [anon_sym_u231d] = ACTIONS(584), + [anon_sym_obverse] = ACTIONS(584), + [anon_sym_toples] = ACTIONS(584), + [anon_sym_u29c5] = ACTIONS(584), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(584), + [anon_sym_fold] = ACTIONS(584), + [anon_sym_u2227] = ACTIONS(584), + [anon_sym_table] = ACTIONS(584), + [anon_sym_u229e] = ACTIONS(584), + [anon_sym_group] = ACTIONS(584), + [anon_sym_u2295] = ACTIONS(584), + [anon_sym_partition] = ACTIONS(584), + [anon_sym_u229c] = ACTIONS(584), + [anon_sym_both] = ACTIONS(584), + [anon_sym_u2229] = ACTIONS(584), + [anon_sym_bracket] = ACTIONS(584), + [anon_sym_u2293] = ACTIONS(584), + [anon_sym_fork] = ACTIONS(584), + [anon_sym_u2283] = ACTIONS(584), + [anon_sym_under] = ACTIONS(584), + [anon_sym_u235c] = ACTIONS(584), + [anon_sym_fill] = ACTIONS(584), + [anon_sym_u2b1a] = ACTIONS(584), + [anon_sym_try] = ACTIONS(582), + [anon_sym_u2363] = ACTIONS(584), + [anon_sym_do] = ACTIONS(582), + [anon_sym_u2362] = ACTIONS(584), + [anon_sym_f] = ACTIONS(582), + [anon_sym_by] = ACTIONS(582), + [anon_sym_u22b8] = ACTIONS(584), + [anon_sym_quote] = ACTIONS(584), + [anon_sym_u2765] = ACTIONS(584), + [anon_sym_u2192] = ACTIONS(584), + [anon_sym_u2237] = ACTIONS(584), + [anon_sym_u00b7] = ACTIONS(584), + [anon_sym_u235b] = ACTIONS(584), + [anon_sym_u2302] = ACTIONS(584), + [anon_sym_u21b0] = ACTIONS(584), + [anon_sym_unpack] = ACTIONS(584), + [anon_sym_u2290] = ACTIONS(584), + [anon_sym_u229d] = ACTIONS(584), + [anon_sym_cross] = ACTIONS(584), + [anon_sym_u22a0] = ACTIONS(584), + [anon_sym_SEMI] = ACTIONS(584), + [anon_sym_deal] = ACTIONS(584), + [anon_sym_member] = ACTIONS(582), + [anon_sym_u220a] = ACTIONS(584), + [anon_sym_coordinate] = ACTIONS(584), + [anon_sym_u27d4] = ACTIONS(584), + [anon_sym_u03bb] = ACTIONS(584), + [anon_sym_u22ca] = ACTIONS(584), + [anon_sym_chunk] = ACTIONS(584), + [anon_sym_u2444] = ACTIONS(584), + [anon_sym_setinv] = ACTIONS(584), + [anon_sym_setund] = ACTIONS(584), + [anon_sym_struct] = ACTIONS(584), + [sym__endOfLine] = ACTIONS(584), }, [108] = { - [aux_sym_number_token1] = ACTIONS(604), - [sym_fraction] = ACTIONS(606), - [anon_sym_Days] = ACTIONS(604), - [anon_sym_Months] = ACTIONS(604), - [anon_sym_MonthDays] = ACTIONS(604), - [anon_sym_LeanMonthDays] = ACTIONS(604), - [anon_sym_White] = ACTIONS(604), - [anon_sym_Black] = ACTIONS(604), - [anon_sym_Red] = ACTIONS(604), - [anon_sym_Orange] = ACTIONS(604), - [anon_sym_Yellow] = ACTIONS(604), - [anon_sym_Green] = ACTIONS(604), - [anon_sym_Cyan] = ACTIONS(604), - [anon_sym_Blue] = ACTIONS(604), - [anon_sym_Purple] = ACTIONS(604), - [anon_sym_Magenta] = ACTIONS(604), - [anon_sym_Gay] = ACTIONS(604), - [anon_sym_Lesbian] = ACTIONS(604), - [anon_sym_Bi] = ACTIONS(604), - [anon_sym_Trans] = ACTIONS(604), - [anon_sym_Pan] = ACTIONS(604), - [anon_sym_Ace] = ACTIONS(604), - [anon_sym_Aro] = ACTIONS(604), - [anon_sym_Aroace] = ACTIONS(604), - [anon_sym_Enby] = ACTIONS(604), - [anon_sym_Fluid] = ACTIONS(604), - [anon_sym_Queer] = ACTIONS(604), - [anon_sym_Agender] = ACTIONS(604), - [anon_sym_PrideFlags] = ACTIONS(604), - [anon_sym_PrideFlagNames] = ACTIONS(604), - [anon_sym_True] = ACTIONS(604), - [anon_sym_False] = ACTIONS(604), - [anon_sym_NULL] = ACTIONS(604), - [anon_sym_Logo] = ACTIONS(604), - [anon_sym_Lena] = ACTIONS(604), - [anon_sym_Music] = ACTIONS(604), - [anon_sym_Lorem] = ACTIONS(604), - [anon_sym_Os] = ACTIONS(604), - [anon_sym_Family] = ACTIONS(604), - [anon_sym_Arch] = ACTIONS(604), - [anon_sym_ExeExt] = ACTIONS(604), - [anon_sym_DllExt] = ACTIONS(604), - [anon_sym_Sep] = ACTIONS(604), - [anon_sym_ThisFile] = ACTIONS(604), - [anon_sym_ThisFileName] = ACTIONS(604), - [anon_sym_ThisFileDir] = ACTIONS(604), - [anon_sym_WorkingDir] = ACTIONS(604), - [anon_sym_NumProcs] = ACTIONS(604), - [anon_sym_Planets] = ACTIONS(604), - [anon_sym_Zodiac] = ACTIONS(604), - [anon_sym_Suits] = ACTIONS(604), - [anon_sym_Cards] = ACTIONS(604), - [anon_sym_Chess] = ACTIONS(604), - [anon_sym_Moon] = ACTIONS(604), - [anon_sym_Skin] = ACTIONS(604), - [anon_sym_People] = ACTIONS(604), - [anon_sym_Hair] = ACTIONS(604), - [aux_sym_character_token1] = ACTIONS(606), - [sym_string] = ACTIONS(606), - [sym_multiLineString] = ACTIONS(606), - [anon_sym_PIPE] = ACTIONS(606), - [sym_identifier] = ACTIONS(604), - [sym_identifierDeprecated] = ACTIONS(604), - [sym_system] = ACTIONS(606), - [sym_comment] = ACTIONS(604), - [sym_openParen] = ACTIONS(606), - [sym_closeParen] = ACTIONS(606), - [sym_openCurly] = ACTIONS(606), - [sym_closeCurly] = ACTIONS(606), - [sym_openBracket] = ACTIONS(606), - [sym_closeBracket] = ACTIONS(606), - [sym_underscore] = ACTIONS(606), - [anon_sym_CARET] = ACTIONS(606), - [anon_sym_SQUOTE] = ACTIONS(604), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(606), - [anon_sym_e] = ACTIONS(604), - [anon_sym_NaN] = ACTIONS(604), - [anon_sym_eta] = ACTIONS(606), - [anon_sym_u03b7] = ACTIONS(604), - [anon_sym_pi] = ACTIONS(604), - [anon_sym_u03c0] = ACTIONS(604), - [anon_sym_tau] = ACTIONS(606), - [anon_sym_u03c4] = ACTIONS(604), - [anon_sym_infinity] = ACTIONS(606), - [anon_sym_u221e] = ACTIONS(606), - [anon_sym_W] = ACTIONS(604), - [anon_sym_i] = ACTIONS(604), - [anon_sym_MaxInt] = ACTIONS(604), - [anon_sym_HexDigits] = ACTIONS(604), - [anon_sym_DOT] = ACTIONS(606), - [anon_sym_COMMA] = ACTIONS(606), - [anon_sym_COLON] = ACTIONS(606), - [anon_sym_u25cc] = ACTIONS(606), - [anon_sym_identity] = ACTIONS(606), - [anon_sym_id] = ACTIONS(604), - [anon_sym_u2218] = ACTIONS(606), - [anon_sym_not] = ACTIONS(606), - [anon_sym_u00ac] = ACTIONS(606), - [anon_sym_sign] = ACTIONS(604), - [anon_sym_u00b1] = ACTIONS(606), - [anon_sym_BQUOTE] = ACTIONS(606), - [anon_sym_u00af] = ACTIONS(604), - [anon_sym_absolutevalue] = ACTIONS(606), - [anon_sym_u2335] = ACTIONS(606), - [anon_sym_sqrt] = ACTIONS(606), - [anon_sym_u221a] = ACTIONS(606), - [anon_sym_sine] = ACTIONS(606), - [anon_sym_u25cb] = ACTIONS(606), - [anon_sym_u223f] = ACTIONS(606), - [anon_sym_floor] = ACTIONS(606), - [anon_sym_u230a] = ACTIONS(606), - [anon_sym_ceiling] = ACTIONS(606), - [anon_sym_u2308] = ACTIONS(606), - [anon_sym_round] = ACTIONS(606), - [anon_sym_u2045] = ACTIONS(606), - [anon_sym_EQ] = ACTIONS(606), - [anon_sym_BANG_EQ] = ACTIONS(606), - [anon_sym_u2260] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(604), - [anon_sym_LT_EQ] = ACTIONS(606), - [anon_sym_u2264] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(604), - [anon_sym_GT_EQ] = ACTIONS(606), - [anon_sym_u2265] = ACTIONS(606), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_u00d7] = ACTIONS(606), - [anon_sym_PERCENT] = ACTIONS(606), - [anon_sym_u00f7] = ACTIONS(606), - [anon_sym_modulus] = ACTIONS(606), - [anon_sym_u25ff] = ACTIONS(606), - [anon_sym_power] = ACTIONS(606), - [anon_sym_u207f] = ACTIONS(606), - [anon_sym_logarithm] = ACTIONS(606), - [anon_sym_u2099] = ACTIONS(606), - [anon_sym_minimum] = ACTIONS(606), - [anon_sym_u21a7] = ACTIONS(606), - [anon_sym_maximum] = ACTIONS(606), - [anon_sym_u21a5] = ACTIONS(606), - [anon_sym_atangent] = ACTIONS(606), - [anon_sym_u2220] = ACTIONS(606), - [anon_sym_length] = ACTIONS(606), - [anon_sym_u29fb] = ACTIONS(606), - [anon_sym_shape] = ACTIONS(606), - [anon_sym_u25b3] = ACTIONS(606), - [anon_sym_range] = ACTIONS(606), - [anon_sym_u21e1] = ACTIONS(606), - [anon_sym_first] = ACTIONS(606), - [anon_sym_u22a2] = ACTIONS(606), - [anon_sym_reverse] = ACTIONS(606), - [anon_sym_u21cc] = ACTIONS(606), - [anon_sym_deshape] = ACTIONS(606), - [anon_sym_u266d] = ACTIONS(606), - [anon_sym_bits] = ACTIONS(606), - [anon_sym_u22ef] = ACTIONS(606), - [anon_sym_transpose] = ACTIONS(606), - [anon_sym_u2349] = ACTIONS(606), - [anon_sym_rise] = ACTIONS(606), - [anon_sym_u234f] = ACTIONS(606), - [anon_sym_fall] = ACTIONS(606), - [anon_sym_u2356] = ACTIONS(606), - [anon_sym_where] = ACTIONS(606), - [anon_sym_u229a] = ACTIONS(606), - [anon_sym_classify] = ACTIONS(606), - [anon_sym_u229b] = ACTIONS(606), - [anon_sym_deduplicate] = ACTIONS(606), - [anon_sym_u25f4] = ACTIONS(606), - [anon_sym_box] = ACTIONS(606), - [anon_sym_u25a1] = ACTIONS(606), - [anon_sym_match] = ACTIONS(606), - [anon_sym_u224d] = ACTIONS(606), - [anon_sym_couple] = ACTIONS(606), - [anon_sym_u229f] = ACTIONS(606), - [anon_sym_join] = ACTIONS(606), - [anon_sym_u2282] = ACTIONS(606), - [anon_sym_select] = ACTIONS(606), - [anon_sym_u228f] = ACTIONS(606), - [anon_sym_pick] = ACTIONS(606), - [anon_sym_u22a1] = ACTIONS(606), - [anon_sym_reshape] = ACTIONS(606), - [anon_sym_u21af] = ACTIONS(606), - [anon_sym_take] = ACTIONS(606), - [anon_sym_u2199] = ACTIONS(606), - [anon_sym_drop] = ACTIONS(606), - [anon_sym_u2198] = ACTIONS(606), - [anon_sym_rotate] = ACTIONS(606), - [anon_sym_u21bb] = ACTIONS(606), - [anon_sym_windows] = ACTIONS(606), - [anon_sym_u25eb] = ACTIONS(606), - [anon_sym_keep] = ACTIONS(606), - [anon_sym_u25bd] = ACTIONS(606), - [anon_sym_find] = ACTIONS(606), - [anon_sym_u2315] = ACTIONS(606), - [anon_sym_indexof] = ACTIONS(606), - [anon_sym_u2297] = ACTIONS(606), - [anon_sym_assert] = ACTIONS(606), - [anon_sym_u2364] = ACTIONS(606), - [anon_sym_wait] = ACTIONS(606), - [anon_sym_parse] = ACTIONS(606), - [anon_sym_u22d5] = ACTIONS(606), - [anon_sym_random] = ACTIONS(606), - [anon_sym_u2682] = ACTIONS(606), - [anon_sym_gen] = ACTIONS(606), - [anon_sym_tag] = ACTIONS(606), - [anon_sym_now] = ACTIONS(606), - [anon_sym_type] = ACTIONS(606), - [anon_sym_u2e2e] = ACTIONS(606), - [anon_sym_dump] = ACTIONS(606), - [anon_sym_regex] = ACTIONS(606), - [anon_sym_send] = ACTIONS(606), - [anon_sym_recv] = ACTIONS(606), - [anon_sym_tryrecv] = ACTIONS(606), - [anon_sym_complex] = ACTIONS(606), - [anon_sym_u2102] = ACTIONS(606), - [anon_sym_rerank] = ACTIONS(606), - [anon_sym_u2607] = ACTIONS(606), - [anon_sym_fix] = ACTIONS(606), - [anon_sym_u00a4] = ACTIONS(606), - [anon_sym_QMARK] = ACTIONS(606), - [anon_sym_unique] = ACTIONS(606), - [anon_sym_u25f0] = ACTIONS(606), - [anon_sym_map] = ACTIONS(606), - [anon_sym_has] = ACTIONS(606), - [anon_sym_get] = ACTIONS(606), - [anon_sym_insert] = ACTIONS(606), - [anon_sym_remove] = ACTIONS(606), - [anon_sym_repr] = ACTIONS(606), - [anon_sym_mask] = ACTIONS(606), - [anon_sym_u29b7] = ACTIONS(606), - [anon_sym_csv] = ACTIONS(606), - [anon_sym_json] = ACTIONS(606), - [anon_sym_xlsx] = ACTIONS(606), - [anon_sym_memberOf] = ACTIONS(606), - [anon_sym_u2208] = ACTIONS(606), - [anon_sym_imen] = ACTIONS(606), - [anon_sym_gife] = ACTIONS(606), - [anon_sym_auden] = ACTIONS(606), - [anon_sym_utfu2088] = ACTIONS(606), - [anon_sym_datetime] = ACTIONS(606), - [anon_sym_chunk] = ACTIONS(606), - [anon_sym_u2444] = ACTIONS(606), - [anon_sym_choose] = ACTIONS(606), - [anon_sym_permute] = ACTIONS(606), - [anon_sym_orient] = ACTIONS(606), - [anon_sym_fft] = ACTIONS(606), - [anon_sym_reduce] = ACTIONS(606), - [anon_sym_SLASH] = ACTIONS(606), - [anon_sym_scan] = ACTIONS(606), - [anon_sym_BSLASH] = ACTIONS(606), - [anon_sym_each] = ACTIONS(606), - [anon_sym_u2235] = ACTIONS(606), - [anon_sym_rows] = ACTIONS(606), - [anon_sym_u2261] = ACTIONS(606), - [anon_sym_repeat] = ACTIONS(606), - [anon_sym_u2365] = ACTIONS(606), - [anon_sym_dip] = ACTIONS(606), - [anon_sym_u2299] = ACTIONS(606), - [anon_sym_gap] = ACTIONS(606), - [anon_sym_u22c5] = ACTIONS(606), - [anon_sym_spawn] = ACTIONS(606), - [anon_sym_rectify] = ACTIONS(606), - [anon_sym_u2305] = ACTIONS(606), - [anon_sym_un] = ACTIONS(604), - [anon_sym_u00b0] = ACTIONS(606), - [anon_sym_on] = ACTIONS(604), - [anon_sym_u27dc] = ACTIONS(606), - [anon_sym_inventory] = ACTIONS(606), - [anon_sym_u235a] = ACTIONS(606), - [anon_sym_content] = ACTIONS(606), - [anon_sym_u25c7] = ACTIONS(606), - [anon_sym_pool] = ACTIONS(606), - [anon_sym_stringify] = ACTIONS(606), - [anon_sym_signature] = ACTIONS(606), - [anon_sym_triangle] = ACTIONS(606), - [anon_sym_u25f9] = ACTIONS(606), - [anon_sym_astar] = ACTIONS(606), - [anon_sym_but] = ACTIONS(606), - [anon_sym_u2919] = ACTIONS(606), - [anon_sym_with] = ACTIONS(606), - [anon_sym_u291a] = ACTIONS(606), - [anon_sym_above] = ACTIONS(606), - [anon_sym_u25e0] = ACTIONS(606), - [anon_sym_below] = ACTIONS(606), - [anon_sym_u25e1] = ACTIONS(606), - [anon_sym_fold] = ACTIONS(606), - [anon_sym_u2227] = ACTIONS(606), - [anon_sym_table] = ACTIONS(606), - [anon_sym_u229e] = ACTIONS(606), - [anon_sym_group] = ACTIONS(606), - [anon_sym_u2295] = ACTIONS(606), - [anon_sym_partition] = ACTIONS(606), - [anon_sym_u229c] = ACTIONS(606), - [anon_sym_both] = ACTIONS(606), - [anon_sym_u2229] = ACTIONS(606), - [anon_sym_bracket] = ACTIONS(606), - [anon_sym_u2293] = ACTIONS(606), - [anon_sym_fork] = ACTIONS(606), - [anon_sym_u2283] = ACTIONS(606), - [anon_sym_under] = ACTIONS(606), - [anon_sym_u235c] = ACTIONS(606), - [anon_sym_fill] = ACTIONS(606), - [anon_sym_u2b1a] = ACTIONS(606), - [anon_sym_try] = ACTIONS(604), - [anon_sym_u2363] = ACTIONS(606), - [anon_sym_do] = ACTIONS(604), - [anon_sym_u2362] = ACTIONS(606), - [anon_sym_setinv] = ACTIONS(606), - [anon_sym_setunder] = ACTIONS(606), - [anon_sym_f] = ACTIONS(604), - [anon_sym_by] = ACTIONS(604), - [anon_sym_u22b8] = ACTIONS(606), - [anon_sym_quote] = ACTIONS(606), - [anon_sym_struct] = ACTIONS(606), - [anon_sym_u2765] = ACTIONS(606), - [anon_sym_u2192] = ACTIONS(606), - [anon_sym_u2237] = ACTIONS(606), - [anon_sym_u00b7] = ACTIONS(606), - [anon_sym_u235b] = ACTIONS(606), - [anon_sym_u2302] = ACTIONS(606), - [anon_sym_u21b0] = ACTIONS(606), - [anon_sym_unpack] = ACTIONS(606), - [anon_sym_u2290] = ACTIONS(606), - [anon_sym_u229d] = ACTIONS(606), - [anon_sym_cross] = ACTIONS(606), - [anon_sym_u22a0] = ACTIONS(606), - [anon_sym_SEMI] = ACTIONS(606), - [anon_sym_deal] = ACTIONS(606), - [anon_sym_strands] = ACTIONS(606), - [anon_sym_u203f] = ACTIONS(606), - [anon_sym_member] = ACTIONS(604), - [anon_sym_u220a] = ACTIONS(606), - [anon_sym_coordinate] = ACTIONS(606), - [anon_sym_u27d4] = ACTIONS(606), - [anon_sym_u03bb] = ACTIONS(606), - [anon_sym_u22ca] = ACTIONS(606), - [sym__endOfLine] = ACTIONS(606), + [aux_sym_number_token1] = ACTIONS(586), + [sym_fraction] = ACTIONS(588), + [anon_sym_Days] = ACTIONS(586), + [anon_sym_Months] = ACTIONS(586), + [anon_sym_MonthDays] = ACTIONS(586), + [anon_sym_LeanMonthDays] = ACTIONS(586), + [anon_sym_White] = ACTIONS(586), + [anon_sym_Black] = ACTIONS(586), + [anon_sym_Red] = ACTIONS(586), + [anon_sym_Orange] = ACTIONS(586), + [anon_sym_Yellow] = ACTIONS(586), + [anon_sym_Green] = ACTIONS(586), + [anon_sym_Cyan] = ACTIONS(586), + [anon_sym_Blue] = ACTIONS(586), + [anon_sym_Purple] = ACTIONS(586), + [anon_sym_Magenta] = ACTIONS(586), + [anon_sym_Gay] = ACTIONS(586), + [anon_sym_Lesbian] = ACTIONS(586), + [anon_sym_Bi] = ACTIONS(586), + [anon_sym_Trans] = ACTIONS(586), + [anon_sym_Pan] = ACTIONS(586), + [anon_sym_Ace] = ACTIONS(586), + [anon_sym_Aro] = ACTIONS(586), + [anon_sym_Aroace] = ACTIONS(586), + [anon_sym_Enby] = ACTIONS(586), + [anon_sym_Fluid] = ACTIONS(586), + [anon_sym_Queer] = ACTIONS(586), + [anon_sym_Agender] = ACTIONS(586), + [anon_sym_PrideFlags] = ACTIONS(586), + [anon_sym_PrideFlagNames] = ACTIONS(586), + [anon_sym_True] = ACTIONS(586), + [anon_sym_False] = ACTIONS(586), + [anon_sym_NULL] = ACTIONS(586), + [anon_sym_Logo] = ACTIONS(586), + [anon_sym_Lena] = ACTIONS(586), + [anon_sym_Music] = ACTIONS(586), + [anon_sym_Lorem] = ACTIONS(586), + [anon_sym_Os] = ACTIONS(586), + [anon_sym_Family] = ACTIONS(586), + [anon_sym_Arch] = ACTIONS(586), + [anon_sym_ExeExt] = ACTIONS(586), + [anon_sym_DllExt] = ACTIONS(586), + [anon_sym_Sep] = ACTIONS(586), + [anon_sym_ThisFile] = ACTIONS(586), + [anon_sym_ThisFileName] = ACTIONS(586), + [anon_sym_ThisFileDir] = ACTIONS(586), + [anon_sym_WorkingDir] = ACTIONS(586), + [anon_sym_NumProcs] = ACTIONS(586), + [anon_sym_Planets] = ACTIONS(586), + [anon_sym_Zodiac] = ACTIONS(586), + [anon_sym_Suits] = ACTIONS(586), + [anon_sym_Cards] = ACTIONS(586), + [anon_sym_Chess] = ACTIONS(586), + [anon_sym_Moon] = ACTIONS(586), + [anon_sym_Skin] = ACTIONS(586), + [anon_sym_People] = ACTIONS(586), + [anon_sym_Hair] = ACTIONS(586), + [anon_sym_Cat] = ACTIONS(586), + [aux_sym_character_token1] = ACTIONS(588), + [sym_string] = ACTIONS(588), + [sym_multiLineString] = ACTIONS(588), + [anon_sym_PIPE] = ACTIONS(588), + [sym_identifier] = ACTIONS(586), + [sym_identifierDeprecated] = ACTIONS(586), + [sym_system] = ACTIONS(588), + [sym_comment] = ACTIONS(586), + [sym_openParen] = ACTIONS(588), + [sym_closeParen] = ACTIONS(588), + [sym_openCurly] = ACTIONS(588), + [sym_closeCurly] = ACTIONS(588), + [sym_openBracket] = ACTIONS(586), + [sym_closeBracket] = ACTIONS(588), + [sym_underscore] = ACTIONS(588), + [anon_sym_CARET] = ACTIONS(588), + [anon_sym_SQUOTE] = ACTIONS(586), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(588), + [anon_sym_e] = ACTIONS(586), + [anon_sym_NaN] = ACTIONS(586), + [anon_sym_eta] = ACTIONS(588), + [anon_sym_u03b7] = ACTIONS(586), + [anon_sym_pi] = ACTIONS(586), + [anon_sym_u03c0] = ACTIONS(586), + [anon_sym_tau] = ACTIONS(588), + [anon_sym_u03c4] = ACTIONS(586), + [anon_sym_infinity] = ACTIONS(588), + [anon_sym_u221e] = ACTIONS(588), + [anon_sym_W] = ACTIONS(586), + [anon_sym_i] = ACTIONS(586), + [anon_sym_MaxInt] = ACTIONS(586), + [anon_sym_HexDigits] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(588), + [anon_sym_COMMA] = ACTIONS(588), + [anon_sym_COLON] = ACTIONS(588), + [anon_sym_u25cc] = ACTIONS(588), + [anon_sym_identity] = ACTIONS(588), + [anon_sym_id] = ACTIONS(586), + [anon_sym_u2218] = ACTIONS(588), + [anon_sym_not] = ACTIONS(588), + [anon_sym_u00ac] = ACTIONS(588), + [anon_sym_sign] = ACTIONS(586), + [anon_sym_u00b1] = ACTIONS(588), + [anon_sym_BQUOTE] = ACTIONS(588), + [anon_sym_u00af] = ACTIONS(586), + [anon_sym_absolutevalue] = ACTIONS(588), + [anon_sym_u2335] = ACTIONS(588), + [anon_sym_sqrt] = ACTIONS(588), + [anon_sym_u221a] = ACTIONS(588), + [anon_sym_sine] = ACTIONS(588), + [anon_sym_u25cb] = ACTIONS(588), + [anon_sym_u223f] = ACTIONS(588), + [anon_sym_floor] = ACTIONS(588), + [anon_sym_u230a] = ACTIONS(588), + [anon_sym_ceiling] = ACTIONS(588), + [anon_sym_u2308] = ACTIONS(588), + [anon_sym_round] = ACTIONS(588), + [anon_sym_u2045] = ACTIONS(588), + [anon_sym_EQ] = ACTIONS(588), + [anon_sym_BANG_EQ] = ACTIONS(588), + [anon_sym_u2260] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_LT_EQ] = ACTIONS(588), + [anon_sym_u2264] = ACTIONS(588), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(588), + [anon_sym_u2265] = ACTIONS(588), + [anon_sym_PLUS] = ACTIONS(588), + [anon_sym_DASH] = ACTIONS(588), + [anon_sym_STAR] = ACTIONS(588), + [anon_sym_u00d7] = ACTIONS(588), + [anon_sym_PERCENT] = ACTIONS(588), + [anon_sym_u00f7] = ACTIONS(588), + [anon_sym_modulus] = ACTIONS(588), + [anon_sym_u25ff] = ACTIONS(588), + [anon_sym_power] = ACTIONS(588), + [anon_sym_u207f] = ACTIONS(588), + [anon_sym_logarithm] = ACTIONS(588), + [anon_sym_u2099] = ACTIONS(588), + [anon_sym_minimum] = ACTIONS(588), + [anon_sym_u21a7] = ACTIONS(588), + [anon_sym_maximum] = ACTIONS(588), + [anon_sym_u21a5] = ACTIONS(588), + [anon_sym_atangent] = ACTIONS(588), + [anon_sym_u2220] = ACTIONS(588), + [anon_sym_length] = ACTIONS(588), + [anon_sym_u29fb] = ACTIONS(588), + [anon_sym_shape] = ACTIONS(588), + [anon_sym_u25b3] = ACTIONS(588), + [anon_sym_range] = ACTIONS(588), + [anon_sym_u21e1] = ACTIONS(588), + [anon_sym_first] = ACTIONS(588), + [anon_sym_u22a2] = ACTIONS(588), + [anon_sym_reverse] = ACTIONS(588), + [anon_sym_u21cc] = ACTIONS(588), + [anon_sym_deshape] = ACTIONS(588), + [anon_sym_u266d] = ACTIONS(588), + [anon_sym_bits] = ACTIONS(588), + [anon_sym_u22ef] = ACTIONS(588), + [anon_sym_transpose] = ACTIONS(588), + [anon_sym_u2349] = ACTIONS(588), + [anon_sym_rise] = ACTIONS(588), + [anon_sym_u234f] = ACTIONS(588), + [anon_sym_fall] = ACTIONS(588), + [anon_sym_u2356] = ACTIONS(588), + [anon_sym_where] = ACTIONS(588), + [anon_sym_u229a] = ACTIONS(588), + [anon_sym_classify] = ACTIONS(588), + [anon_sym_u229b] = ACTIONS(588), + [anon_sym_deduplicate] = ACTIONS(588), + [anon_sym_u25f4] = ACTIONS(588), + [anon_sym_box] = ACTIONS(588), + [anon_sym_u25a1] = ACTIONS(588), + [anon_sym_match] = ACTIONS(588), + [anon_sym_u224d] = ACTIONS(588), + [anon_sym_couple] = ACTIONS(588), + [anon_sym_u229f] = ACTIONS(588), + [anon_sym_join] = ACTIONS(588), + [anon_sym_u2282] = ACTIONS(588), + [anon_sym_select] = ACTIONS(588), + [anon_sym_u228f] = ACTIONS(588), + [anon_sym_pick] = ACTIONS(588), + [anon_sym_u22a1] = ACTIONS(588), + [anon_sym_reshape] = ACTIONS(588), + [anon_sym_u21af] = ACTIONS(588), + [anon_sym_take] = ACTIONS(588), + [anon_sym_u2199] = ACTIONS(588), + [anon_sym_drop] = ACTIONS(588), + [anon_sym_u2198] = ACTIONS(588), + [anon_sym_rotate] = ACTIONS(588), + [anon_sym_u21bb] = ACTIONS(588), + [anon_sym_windows] = ACTIONS(588), + [anon_sym_u25eb] = ACTIONS(588), + [anon_sym_keep] = ACTIONS(588), + [anon_sym_u25bd] = ACTIONS(588), + [anon_sym_find] = ACTIONS(588), + [anon_sym_u2315] = ACTIONS(588), + [anon_sym_indexof] = ACTIONS(588), + [anon_sym_u2297] = ACTIONS(588), + [anon_sym_assert] = ACTIONS(588), + [anon_sym_u2364] = ACTIONS(588), + [anon_sym_wait] = ACTIONS(588), + [anon_sym_parse] = ACTIONS(588), + [anon_sym_u22d5] = ACTIONS(588), + [anon_sym_random] = ACTIONS(588), + [anon_sym_u2682] = ACTIONS(588), + [anon_sym_gen] = ACTIONS(588), + [anon_sym_tag] = ACTIONS(588), + [anon_sym_now] = ACTIONS(588), + [anon_sym_type] = ACTIONS(588), + [anon_sym_u2e2e] = ACTIONS(588), + [anon_sym_dump] = ACTIONS(588), + [anon_sym_regex] = ACTIONS(588), + [anon_sym_send] = ACTIONS(588), + [anon_sym_recv] = ACTIONS(588), + [anon_sym_tryrecv] = ACTIONS(588), + [anon_sym_complex] = ACTIONS(588), + [anon_sym_u2102] = ACTIONS(588), + [anon_sym_rerank] = ACTIONS(588), + [anon_sym_u2607] = ACTIONS(588), + [anon_sym_fix] = ACTIONS(588), + [anon_sym_u00a4] = ACTIONS(588), + [anon_sym_QMARK] = ACTIONS(588), + [anon_sym_unique] = ACTIONS(588), + [anon_sym_u25f0] = ACTIONS(588), + [anon_sym_map] = ACTIONS(588), + [anon_sym_has] = ACTIONS(588), + [anon_sym_get] = ACTIONS(588), + [anon_sym_insert] = ACTIONS(588), + [anon_sym_remove] = ACTIONS(588), + [anon_sym_repr] = ACTIONS(588), + [anon_sym_mask] = ACTIONS(588), + [anon_sym_u29b7] = ACTIONS(588), + [anon_sym_csv] = ACTIONS(588), + [anon_sym_json] = ACTIONS(588), + [anon_sym_xlsx] = ACTIONS(588), + [anon_sym_memberOf] = ACTIONS(588), + [anon_sym_u2208] = ACTIONS(588), + [anon_sym_imen] = ACTIONS(588), + [anon_sym_gife] = ACTIONS(588), + [anon_sym_auden] = ACTIONS(588), + [anon_sym_utfu2088] = ACTIONS(588), + [anon_sym_datetime] = ACTIONS(588), + [anon_sym_choose] = ACTIONS(588), + [anon_sym_permute] = ACTIONS(588), + [anon_sym_orient] = ACTIONS(588), + [anon_sym_u2938] = ACTIONS(588), + [anon_sym_fft] = ACTIONS(588), + [anon_sym_graphemes] = ACTIONS(588), + [anon_sym_timezone] = ACTIONS(588), + [anon_sym_around] = ACTIONS(588), + [anon_sym_u2019] = ACTIONS(588), + [anon_sym_base] = ACTIONS(588), + [anon_sym_sort] = ACTIONS(588), + [anon_sym_u2346] = ACTIONS(588), + [anon_sym_last] = ACTIONS(588), + [anon_sym_u22a3] = ACTIONS(588), + [anon_sym_reduce] = ACTIONS(588), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_scan] = ACTIONS(588), + [anon_sym_BSLASH] = ACTIONS(588), + [anon_sym_each] = ACTIONS(588), + [anon_sym_u2235] = ACTIONS(588), + [anon_sym_rows] = ACTIONS(588), + [anon_sym_u2261] = ACTIONS(588), + [anon_sym_repeat] = ACTIONS(588), + [anon_sym_u2365] = ACTIONS(588), + [anon_sym_dip] = ACTIONS(588), + [anon_sym_u2299] = ACTIONS(588), + [anon_sym_gap] = ACTIONS(588), + [anon_sym_u22c5] = ACTIONS(588), + [anon_sym_spawn] = ACTIONS(588), + [anon_sym_rectify] = ACTIONS(588), + [anon_sym_u2305] = ACTIONS(588), + [anon_sym_un] = ACTIONS(586), + [anon_sym_u00b0] = ACTIONS(588), + [anon_sym_on] = ACTIONS(586), + [anon_sym_u27dc] = ACTIONS(588), + [anon_sym_inventory] = ACTIONS(588), + [anon_sym_u235a] = ACTIONS(588), + [anon_sym_content] = ACTIONS(588), + [anon_sym_u25c7] = ACTIONS(588), + [anon_sym_pool] = ACTIONS(588), + [anon_sym_stringify] = ACTIONS(588), + [anon_sym_signature] = ACTIONS(588), + [anon_sym_triangle] = ACTIONS(588), + [anon_sym_u25f9] = ACTIONS(588), + [anon_sym_astar] = ACTIONS(588), + [anon_sym_with] = ACTIONS(588), + [anon_sym_u2919] = ACTIONS(588), + [anon_sym_off] = ACTIONS(588), + [anon_sym_u291a] = ACTIONS(588), + [anon_sym_above] = ACTIONS(588), + [anon_sym_u25e0] = ACTIONS(588), + [anon_sym_below] = ACTIONS(588), + [anon_sym_u25e1] = ACTIONS(588), + [anon_sym_anti] = ACTIONS(588), + [anon_sym_u231d] = ACTIONS(588), + [anon_sym_obverse] = ACTIONS(588), + [anon_sym_toples] = ACTIONS(588), + [anon_sym_u29c5] = ACTIONS(588), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(588), + [anon_sym_fold] = ACTIONS(588), + [anon_sym_u2227] = ACTIONS(588), + [anon_sym_table] = ACTIONS(588), + [anon_sym_u229e] = ACTIONS(588), + [anon_sym_group] = ACTIONS(588), + [anon_sym_u2295] = ACTIONS(588), + [anon_sym_partition] = ACTIONS(588), + [anon_sym_u229c] = ACTIONS(588), + [anon_sym_both] = ACTIONS(588), + [anon_sym_u2229] = ACTIONS(588), + [anon_sym_bracket] = ACTIONS(588), + [anon_sym_u2293] = ACTIONS(588), + [anon_sym_fork] = ACTIONS(588), + [anon_sym_u2283] = ACTIONS(588), + [anon_sym_under] = ACTIONS(588), + [anon_sym_u235c] = ACTIONS(588), + [anon_sym_fill] = ACTIONS(588), + [anon_sym_u2b1a] = ACTIONS(588), + [anon_sym_try] = ACTIONS(586), + [anon_sym_u2363] = ACTIONS(588), + [anon_sym_do] = ACTIONS(586), + [anon_sym_u2362] = ACTIONS(588), + [anon_sym_f] = ACTIONS(586), + [anon_sym_by] = ACTIONS(586), + [anon_sym_u22b8] = ACTIONS(588), + [anon_sym_quote] = ACTIONS(588), + [anon_sym_u2765] = ACTIONS(588), + [anon_sym_u2192] = ACTIONS(588), + [anon_sym_u2237] = ACTIONS(588), + [anon_sym_u00b7] = ACTIONS(588), + [anon_sym_u235b] = ACTIONS(588), + [anon_sym_u2302] = ACTIONS(588), + [anon_sym_u21b0] = ACTIONS(588), + [anon_sym_unpack] = ACTIONS(588), + [anon_sym_u2290] = ACTIONS(588), + [anon_sym_u229d] = ACTIONS(588), + [anon_sym_cross] = ACTIONS(588), + [anon_sym_u22a0] = ACTIONS(588), + [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_deal] = ACTIONS(588), + [anon_sym_member] = ACTIONS(586), + [anon_sym_u220a] = ACTIONS(588), + [anon_sym_coordinate] = ACTIONS(588), + [anon_sym_u27d4] = ACTIONS(588), + [anon_sym_u03bb] = ACTIONS(588), + [anon_sym_u22ca] = ACTIONS(588), + [anon_sym_chunk] = ACTIONS(588), + [anon_sym_u2444] = ACTIONS(588), + [anon_sym_setinv] = ACTIONS(588), + [anon_sym_setund] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [sym__endOfLine] = ACTIONS(588), }, [109] = { - [aux_sym_number_token1] = ACTIONS(608), - [sym_fraction] = ACTIONS(610), - [anon_sym_Days] = ACTIONS(608), - [anon_sym_Months] = ACTIONS(608), - [anon_sym_MonthDays] = ACTIONS(608), - [anon_sym_LeanMonthDays] = ACTIONS(608), - [anon_sym_White] = ACTIONS(608), - [anon_sym_Black] = ACTIONS(608), - [anon_sym_Red] = ACTIONS(608), - [anon_sym_Orange] = ACTIONS(608), - [anon_sym_Yellow] = ACTIONS(608), - [anon_sym_Green] = ACTIONS(608), - [anon_sym_Cyan] = ACTIONS(608), - [anon_sym_Blue] = ACTIONS(608), - [anon_sym_Purple] = ACTIONS(608), - [anon_sym_Magenta] = ACTIONS(608), - [anon_sym_Gay] = ACTIONS(608), - [anon_sym_Lesbian] = ACTIONS(608), - [anon_sym_Bi] = ACTIONS(608), - [anon_sym_Trans] = ACTIONS(608), - [anon_sym_Pan] = ACTIONS(608), - [anon_sym_Ace] = ACTIONS(608), - [anon_sym_Aro] = ACTIONS(608), - [anon_sym_Aroace] = ACTIONS(608), - [anon_sym_Enby] = ACTIONS(608), - [anon_sym_Fluid] = ACTIONS(608), - [anon_sym_Queer] = ACTIONS(608), - [anon_sym_Agender] = ACTIONS(608), - [anon_sym_PrideFlags] = ACTIONS(608), - [anon_sym_PrideFlagNames] = ACTIONS(608), - [anon_sym_True] = ACTIONS(608), - [anon_sym_False] = ACTIONS(608), - [anon_sym_NULL] = ACTIONS(608), - [anon_sym_Logo] = ACTIONS(608), - [anon_sym_Lena] = ACTIONS(608), - [anon_sym_Music] = ACTIONS(608), - [anon_sym_Lorem] = ACTIONS(608), - [anon_sym_Os] = ACTIONS(608), - [anon_sym_Family] = ACTIONS(608), - [anon_sym_Arch] = ACTIONS(608), - [anon_sym_ExeExt] = ACTIONS(608), - [anon_sym_DllExt] = ACTIONS(608), - [anon_sym_Sep] = ACTIONS(608), - [anon_sym_ThisFile] = ACTIONS(608), - [anon_sym_ThisFileName] = ACTIONS(608), - [anon_sym_ThisFileDir] = ACTIONS(608), - [anon_sym_WorkingDir] = ACTIONS(608), - [anon_sym_NumProcs] = ACTIONS(608), - [anon_sym_Planets] = ACTIONS(608), - [anon_sym_Zodiac] = ACTIONS(608), - [anon_sym_Suits] = ACTIONS(608), - [anon_sym_Cards] = ACTIONS(608), - [anon_sym_Chess] = ACTIONS(608), - [anon_sym_Moon] = ACTIONS(608), - [anon_sym_Skin] = ACTIONS(608), - [anon_sym_People] = ACTIONS(608), - [anon_sym_Hair] = ACTIONS(608), - [aux_sym_character_token1] = ACTIONS(610), - [sym_string] = ACTIONS(610), - [sym_multiLineString] = ACTIONS(610), - [anon_sym_PIPE] = ACTIONS(610), - [sym_identifier] = ACTIONS(608), - [sym_identifierDeprecated] = ACTIONS(608), - [sym_system] = ACTIONS(610), - [sym_comment] = ACTIONS(608), - [sym_openParen] = ACTIONS(610), - [sym_closeParen] = ACTIONS(610), - [sym_openCurly] = ACTIONS(610), - [sym_closeCurly] = ACTIONS(610), - [sym_openBracket] = ACTIONS(610), - [sym_closeBracket] = ACTIONS(610), - [sym_underscore] = ACTIONS(610), - [anon_sym_CARET] = ACTIONS(610), - [anon_sym_SQUOTE] = ACTIONS(608), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(610), - [anon_sym_e] = ACTIONS(608), - [anon_sym_NaN] = ACTIONS(608), - [anon_sym_eta] = ACTIONS(610), - [anon_sym_u03b7] = ACTIONS(608), - [anon_sym_pi] = ACTIONS(608), - [anon_sym_u03c0] = ACTIONS(608), - [anon_sym_tau] = ACTIONS(610), - [anon_sym_u03c4] = ACTIONS(608), - [anon_sym_infinity] = ACTIONS(610), - [anon_sym_u221e] = ACTIONS(610), - [anon_sym_W] = ACTIONS(608), - [anon_sym_i] = ACTIONS(608), - [anon_sym_MaxInt] = ACTIONS(608), - [anon_sym_HexDigits] = ACTIONS(608), - [anon_sym_DOT] = ACTIONS(610), - [anon_sym_COMMA] = ACTIONS(610), - [anon_sym_COLON] = ACTIONS(610), - [anon_sym_u25cc] = ACTIONS(610), - [anon_sym_identity] = ACTIONS(610), - [anon_sym_id] = ACTIONS(608), - [anon_sym_u2218] = ACTIONS(610), - [anon_sym_not] = ACTIONS(610), - [anon_sym_u00ac] = ACTIONS(610), - [anon_sym_sign] = ACTIONS(608), - [anon_sym_u00b1] = ACTIONS(610), - [anon_sym_BQUOTE] = ACTIONS(610), - [anon_sym_u00af] = ACTIONS(608), - [anon_sym_absolutevalue] = ACTIONS(610), - [anon_sym_u2335] = ACTIONS(610), - [anon_sym_sqrt] = ACTIONS(610), - [anon_sym_u221a] = ACTIONS(610), - [anon_sym_sine] = ACTIONS(610), - [anon_sym_u25cb] = ACTIONS(610), - [anon_sym_u223f] = ACTIONS(610), - [anon_sym_floor] = ACTIONS(610), - [anon_sym_u230a] = ACTIONS(610), - [anon_sym_ceiling] = ACTIONS(610), - [anon_sym_u2308] = ACTIONS(610), - [anon_sym_round] = ACTIONS(610), - [anon_sym_u2045] = ACTIONS(610), - [anon_sym_EQ] = ACTIONS(610), - [anon_sym_BANG_EQ] = ACTIONS(610), - [anon_sym_u2260] = ACTIONS(610), - [anon_sym_LT] = ACTIONS(608), - [anon_sym_LT_EQ] = ACTIONS(610), - [anon_sym_u2264] = ACTIONS(610), - [anon_sym_GT] = ACTIONS(608), - [anon_sym_GT_EQ] = ACTIONS(610), - [anon_sym_u2265] = ACTIONS(610), - [anon_sym_PLUS] = ACTIONS(610), - [anon_sym_DASH] = ACTIONS(610), - [anon_sym_STAR] = ACTIONS(610), - [anon_sym_u00d7] = ACTIONS(610), - [anon_sym_PERCENT] = ACTIONS(610), - [anon_sym_u00f7] = ACTIONS(610), - [anon_sym_modulus] = ACTIONS(610), - [anon_sym_u25ff] = ACTIONS(610), - [anon_sym_power] = ACTIONS(610), - [anon_sym_u207f] = ACTIONS(610), - [anon_sym_logarithm] = ACTIONS(610), - [anon_sym_u2099] = ACTIONS(610), - [anon_sym_minimum] = ACTIONS(610), - [anon_sym_u21a7] = ACTIONS(610), - [anon_sym_maximum] = ACTIONS(610), - [anon_sym_u21a5] = ACTIONS(610), - [anon_sym_atangent] = ACTIONS(610), - [anon_sym_u2220] = ACTIONS(610), - [anon_sym_length] = ACTIONS(610), - [anon_sym_u29fb] = ACTIONS(610), - [anon_sym_shape] = ACTIONS(610), - [anon_sym_u25b3] = ACTIONS(610), - [anon_sym_range] = ACTIONS(610), - [anon_sym_u21e1] = ACTIONS(610), - [anon_sym_first] = ACTIONS(610), - [anon_sym_u22a2] = ACTIONS(610), - [anon_sym_reverse] = ACTIONS(610), - [anon_sym_u21cc] = ACTIONS(610), - [anon_sym_deshape] = ACTIONS(610), - [anon_sym_u266d] = ACTIONS(610), - [anon_sym_bits] = ACTIONS(610), - [anon_sym_u22ef] = ACTIONS(610), - [anon_sym_transpose] = ACTIONS(610), - [anon_sym_u2349] = ACTIONS(610), - [anon_sym_rise] = ACTIONS(610), - [anon_sym_u234f] = ACTIONS(610), - [anon_sym_fall] = ACTIONS(610), - [anon_sym_u2356] = ACTIONS(610), - [anon_sym_where] = ACTIONS(610), - [anon_sym_u229a] = ACTIONS(610), - [anon_sym_classify] = ACTIONS(610), - [anon_sym_u229b] = ACTIONS(610), - [anon_sym_deduplicate] = ACTIONS(610), - [anon_sym_u25f4] = ACTIONS(610), - [anon_sym_box] = ACTIONS(610), - [anon_sym_u25a1] = ACTIONS(610), - [anon_sym_match] = ACTIONS(610), - [anon_sym_u224d] = ACTIONS(610), - [anon_sym_couple] = ACTIONS(610), - [anon_sym_u229f] = ACTIONS(610), - [anon_sym_join] = ACTIONS(610), - [anon_sym_u2282] = ACTIONS(610), - [anon_sym_select] = ACTIONS(610), - [anon_sym_u228f] = ACTIONS(610), - [anon_sym_pick] = ACTIONS(610), - [anon_sym_u22a1] = ACTIONS(610), - [anon_sym_reshape] = ACTIONS(610), - [anon_sym_u21af] = ACTIONS(610), - [anon_sym_take] = ACTIONS(610), - [anon_sym_u2199] = ACTIONS(610), - [anon_sym_drop] = ACTIONS(610), - [anon_sym_u2198] = ACTIONS(610), - [anon_sym_rotate] = ACTIONS(610), - [anon_sym_u21bb] = ACTIONS(610), - [anon_sym_windows] = ACTIONS(610), - [anon_sym_u25eb] = ACTIONS(610), - [anon_sym_keep] = ACTIONS(610), - [anon_sym_u25bd] = ACTIONS(610), - [anon_sym_find] = ACTIONS(610), - [anon_sym_u2315] = ACTIONS(610), - [anon_sym_indexof] = ACTIONS(610), - [anon_sym_u2297] = ACTIONS(610), - [anon_sym_assert] = ACTIONS(610), - [anon_sym_u2364] = ACTIONS(610), - [anon_sym_wait] = ACTIONS(610), - [anon_sym_parse] = ACTIONS(610), - [anon_sym_u22d5] = ACTIONS(610), - [anon_sym_random] = ACTIONS(610), - [anon_sym_u2682] = ACTIONS(610), - [anon_sym_gen] = ACTIONS(610), - [anon_sym_tag] = ACTIONS(610), - [anon_sym_now] = ACTIONS(610), - [anon_sym_type] = ACTIONS(610), - [anon_sym_u2e2e] = ACTIONS(610), - [anon_sym_dump] = ACTIONS(610), - [anon_sym_regex] = ACTIONS(610), - [anon_sym_send] = ACTIONS(610), - [anon_sym_recv] = ACTIONS(610), - [anon_sym_tryrecv] = ACTIONS(610), - [anon_sym_complex] = ACTIONS(610), - [anon_sym_u2102] = ACTIONS(610), - [anon_sym_rerank] = ACTIONS(610), - [anon_sym_u2607] = ACTIONS(610), - [anon_sym_fix] = ACTIONS(610), - [anon_sym_u00a4] = ACTIONS(610), - [anon_sym_QMARK] = ACTIONS(610), - [anon_sym_unique] = ACTIONS(610), - [anon_sym_u25f0] = ACTIONS(610), - [anon_sym_map] = ACTIONS(610), - [anon_sym_has] = ACTIONS(610), - [anon_sym_get] = ACTIONS(610), - [anon_sym_insert] = ACTIONS(610), - [anon_sym_remove] = ACTIONS(610), - [anon_sym_repr] = ACTIONS(610), - [anon_sym_mask] = ACTIONS(610), - [anon_sym_u29b7] = ACTIONS(610), - [anon_sym_csv] = ACTIONS(610), - [anon_sym_json] = ACTIONS(610), - [anon_sym_xlsx] = ACTIONS(610), - [anon_sym_memberOf] = ACTIONS(610), - [anon_sym_u2208] = ACTIONS(610), - [anon_sym_imen] = ACTIONS(610), - [anon_sym_gife] = ACTIONS(610), - [anon_sym_auden] = ACTIONS(610), - [anon_sym_utfu2088] = ACTIONS(610), - [anon_sym_datetime] = ACTIONS(610), - [anon_sym_chunk] = ACTIONS(610), - [anon_sym_u2444] = ACTIONS(610), - [anon_sym_choose] = ACTIONS(610), - [anon_sym_permute] = ACTIONS(610), - [anon_sym_orient] = ACTIONS(610), - [anon_sym_fft] = ACTIONS(610), - [anon_sym_reduce] = ACTIONS(610), - [anon_sym_SLASH] = ACTIONS(610), - [anon_sym_scan] = ACTIONS(610), - [anon_sym_BSLASH] = ACTIONS(610), - [anon_sym_each] = ACTIONS(610), - [anon_sym_u2235] = ACTIONS(610), - [anon_sym_rows] = ACTIONS(610), - [anon_sym_u2261] = ACTIONS(610), - [anon_sym_repeat] = ACTIONS(610), - [anon_sym_u2365] = ACTIONS(610), - [anon_sym_dip] = ACTIONS(610), - [anon_sym_u2299] = ACTIONS(610), - [anon_sym_gap] = ACTIONS(610), - [anon_sym_u22c5] = ACTIONS(610), - [anon_sym_spawn] = ACTIONS(610), - [anon_sym_rectify] = ACTIONS(610), - [anon_sym_u2305] = ACTIONS(610), - [anon_sym_un] = ACTIONS(608), - [anon_sym_u00b0] = ACTIONS(610), - [anon_sym_on] = ACTIONS(608), - [anon_sym_u27dc] = ACTIONS(610), - [anon_sym_inventory] = ACTIONS(610), - [anon_sym_u235a] = ACTIONS(610), - [anon_sym_content] = ACTIONS(610), - [anon_sym_u25c7] = ACTIONS(610), - [anon_sym_pool] = ACTIONS(610), - [anon_sym_stringify] = ACTIONS(610), - [anon_sym_signature] = ACTIONS(610), - [anon_sym_triangle] = ACTIONS(610), - [anon_sym_u25f9] = ACTIONS(610), - [anon_sym_astar] = ACTIONS(610), - [anon_sym_but] = ACTIONS(610), - [anon_sym_u2919] = ACTIONS(610), - [anon_sym_with] = ACTIONS(610), - [anon_sym_u291a] = ACTIONS(610), - [anon_sym_above] = ACTIONS(610), - [anon_sym_u25e0] = ACTIONS(610), - [anon_sym_below] = ACTIONS(610), - [anon_sym_u25e1] = ACTIONS(610), - [anon_sym_fold] = ACTIONS(610), - [anon_sym_u2227] = ACTIONS(610), - [anon_sym_table] = ACTIONS(610), - [anon_sym_u229e] = ACTIONS(610), - [anon_sym_group] = ACTIONS(610), - [anon_sym_u2295] = ACTIONS(610), - [anon_sym_partition] = ACTIONS(610), - [anon_sym_u229c] = ACTIONS(610), - [anon_sym_both] = ACTIONS(610), - [anon_sym_u2229] = ACTIONS(610), - [anon_sym_bracket] = ACTIONS(610), - [anon_sym_u2293] = ACTIONS(610), - [anon_sym_fork] = ACTIONS(610), - [anon_sym_u2283] = ACTIONS(610), - [anon_sym_under] = ACTIONS(610), - [anon_sym_u235c] = ACTIONS(610), - [anon_sym_fill] = ACTIONS(610), - [anon_sym_u2b1a] = ACTIONS(610), - [anon_sym_try] = ACTIONS(608), - [anon_sym_u2363] = ACTIONS(610), - [anon_sym_do] = ACTIONS(608), - [anon_sym_u2362] = ACTIONS(610), - [anon_sym_setinv] = ACTIONS(610), - [anon_sym_setunder] = ACTIONS(610), - [anon_sym_f] = ACTIONS(608), - [anon_sym_by] = ACTIONS(608), - [anon_sym_u22b8] = ACTIONS(610), - [anon_sym_quote] = ACTIONS(610), - [anon_sym_struct] = ACTIONS(610), - [anon_sym_u2765] = ACTIONS(610), - [anon_sym_u2192] = ACTIONS(610), - [anon_sym_u2237] = ACTIONS(610), - [anon_sym_u00b7] = ACTIONS(610), - [anon_sym_u235b] = ACTIONS(610), - [anon_sym_u2302] = ACTIONS(610), - [anon_sym_u21b0] = ACTIONS(610), - [anon_sym_unpack] = ACTIONS(610), - [anon_sym_u2290] = ACTIONS(610), - [anon_sym_u229d] = ACTIONS(610), - [anon_sym_cross] = ACTIONS(610), - [anon_sym_u22a0] = ACTIONS(610), - [anon_sym_SEMI] = ACTIONS(610), - [anon_sym_deal] = ACTIONS(610), - [anon_sym_strands] = ACTIONS(610), - [anon_sym_u203f] = ACTIONS(610), - [anon_sym_member] = ACTIONS(608), - [anon_sym_u220a] = ACTIONS(610), - [anon_sym_coordinate] = ACTIONS(610), - [anon_sym_u27d4] = ACTIONS(610), - [anon_sym_u03bb] = ACTIONS(610), - [anon_sym_u22ca] = ACTIONS(610), - [sym__endOfLine] = ACTIONS(610), - }, - [110] = { - [sym_inlineFunction] = STATE(134), - [sym_function] = STATE(134), - [ts_builtin_sym_end] = ACTIONS(518), - [aux_sym_number_token1] = ACTIONS(516), - [sym_fraction] = ACTIONS(518), - [anon_sym_Days] = ACTIONS(516), - [anon_sym_Months] = ACTIONS(516), - [anon_sym_MonthDays] = ACTIONS(516), - [anon_sym_LeanMonthDays] = ACTIONS(516), - [anon_sym_White] = ACTIONS(516), - [anon_sym_Black] = ACTIONS(516), - [anon_sym_Red] = ACTIONS(516), - [anon_sym_Orange] = ACTIONS(516), - [anon_sym_Yellow] = ACTIONS(516), - [anon_sym_Green] = ACTIONS(516), - [anon_sym_Cyan] = ACTIONS(516), - [anon_sym_Blue] = ACTIONS(516), - [anon_sym_Purple] = ACTIONS(516), - [anon_sym_Magenta] = ACTIONS(516), - [anon_sym_Gay] = ACTIONS(516), - [anon_sym_Lesbian] = ACTIONS(516), - [anon_sym_Bi] = ACTIONS(516), - [anon_sym_Trans] = ACTIONS(516), - [anon_sym_Pan] = ACTIONS(516), - [anon_sym_Ace] = ACTIONS(516), - [anon_sym_Aro] = ACTIONS(516), - [anon_sym_Aroace] = ACTIONS(516), - [anon_sym_Enby] = ACTIONS(516), - [anon_sym_Fluid] = ACTIONS(516), - [anon_sym_Queer] = ACTIONS(516), - [anon_sym_Agender] = ACTIONS(516), - [anon_sym_PrideFlags] = ACTIONS(516), - [anon_sym_PrideFlagNames] = ACTIONS(516), - [anon_sym_True] = ACTIONS(516), - [anon_sym_False] = ACTIONS(516), - [anon_sym_NULL] = ACTIONS(516), - [anon_sym_Logo] = ACTIONS(516), - [anon_sym_Lena] = ACTIONS(516), - [anon_sym_Music] = ACTIONS(516), - [anon_sym_Lorem] = ACTIONS(516), - [anon_sym_Os] = ACTIONS(516), - [anon_sym_Family] = ACTIONS(516), - [anon_sym_Arch] = ACTIONS(516), - [anon_sym_ExeExt] = ACTIONS(516), - [anon_sym_DllExt] = ACTIONS(516), - [anon_sym_Sep] = ACTIONS(516), - [anon_sym_ThisFile] = ACTIONS(516), - [anon_sym_ThisFileName] = ACTIONS(516), - [anon_sym_ThisFileDir] = ACTIONS(516), - [anon_sym_WorkingDir] = ACTIONS(516), - [anon_sym_NumProcs] = ACTIONS(516), - [anon_sym_Planets] = ACTIONS(516), - [anon_sym_Zodiac] = ACTIONS(516), - [anon_sym_Suits] = ACTIONS(516), - [anon_sym_Cards] = ACTIONS(516), - [anon_sym_Chess] = ACTIONS(516), - [anon_sym_Moon] = ACTIONS(516), - [anon_sym_Skin] = ACTIONS(516), - [anon_sym_People] = ACTIONS(516), - [anon_sym_Hair] = ACTIONS(516), - [aux_sym_character_token1] = ACTIONS(518), - [sym_string] = ACTIONS(518), - [sym_multiLineString] = ACTIONS(518), - [sym_identifier] = ACTIONS(612), - [sym_identifierDeprecated] = ACTIONS(516), - [sym_system] = ACTIONS(614), - [sym_comment] = ACTIONS(516), - [sym_openParen] = ACTIONS(616), - [sym_openCurly] = ACTIONS(518), - [sym_openBracket] = ACTIONS(518), - [sym_underscore] = ACTIONS(518), - [anon_sym_CARET] = ACTIONS(518), - [anon_sym_SQUOTE] = ACTIONS(516), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(518), - [anon_sym_e] = ACTIONS(516), - [anon_sym_NaN] = ACTIONS(516), - [anon_sym_eta] = ACTIONS(518), - [anon_sym_u03b7] = ACTIONS(516), - [anon_sym_pi] = ACTIONS(516), - [anon_sym_u03c0] = ACTIONS(516), - [anon_sym_tau] = ACTIONS(518), - [anon_sym_u03c4] = ACTIONS(516), - [anon_sym_infinity] = ACTIONS(518), - [anon_sym_u221e] = ACTIONS(518), - [anon_sym_W] = ACTIONS(516), - [anon_sym_i] = ACTIONS(516), - [anon_sym_MaxInt] = ACTIONS(516), - [anon_sym_HexDigits] = ACTIONS(516), + [sym_inlineFunction] = STATE(110), + [sym_function] = STATE(110), + [ts_builtin_sym_end] = ACTIONS(486), + [aux_sym_number_token1] = ACTIONS(484), + [sym_fraction] = ACTIONS(486), + [anon_sym_Days] = ACTIONS(484), + [anon_sym_Months] = ACTIONS(484), + [anon_sym_MonthDays] = ACTIONS(484), + [anon_sym_LeanMonthDays] = ACTIONS(484), + [anon_sym_White] = ACTIONS(484), + [anon_sym_Black] = ACTIONS(484), + [anon_sym_Red] = ACTIONS(484), + [anon_sym_Orange] = ACTIONS(484), + [anon_sym_Yellow] = ACTIONS(484), + [anon_sym_Green] = ACTIONS(484), + [anon_sym_Cyan] = ACTIONS(484), + [anon_sym_Blue] = ACTIONS(484), + [anon_sym_Purple] = ACTIONS(484), + [anon_sym_Magenta] = ACTIONS(484), + [anon_sym_Gay] = ACTIONS(484), + [anon_sym_Lesbian] = ACTIONS(484), + [anon_sym_Bi] = ACTIONS(484), + [anon_sym_Trans] = ACTIONS(484), + [anon_sym_Pan] = ACTIONS(484), + [anon_sym_Ace] = ACTIONS(484), + [anon_sym_Aro] = ACTIONS(484), + [anon_sym_Aroace] = ACTIONS(484), + [anon_sym_Enby] = ACTIONS(484), + [anon_sym_Fluid] = ACTIONS(484), + [anon_sym_Queer] = ACTIONS(484), + [anon_sym_Agender] = ACTIONS(484), + [anon_sym_PrideFlags] = ACTIONS(484), + [anon_sym_PrideFlagNames] = ACTIONS(484), + [anon_sym_True] = ACTIONS(484), + [anon_sym_False] = ACTIONS(484), + [anon_sym_NULL] = ACTIONS(484), + [anon_sym_Logo] = ACTIONS(484), + [anon_sym_Lena] = ACTIONS(484), + [anon_sym_Music] = ACTIONS(484), + [anon_sym_Lorem] = ACTIONS(484), + [anon_sym_Os] = ACTIONS(484), + [anon_sym_Family] = ACTIONS(484), + [anon_sym_Arch] = ACTIONS(484), + [anon_sym_ExeExt] = ACTIONS(484), + [anon_sym_DllExt] = ACTIONS(484), + [anon_sym_Sep] = ACTIONS(484), + [anon_sym_ThisFile] = ACTIONS(484), + [anon_sym_ThisFileName] = ACTIONS(484), + [anon_sym_ThisFileDir] = ACTIONS(484), + [anon_sym_WorkingDir] = ACTIONS(484), + [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_Planets] = ACTIONS(484), + [anon_sym_Zodiac] = ACTIONS(484), + [anon_sym_Suits] = ACTIONS(484), + [anon_sym_Cards] = ACTIONS(484), + [anon_sym_Chess] = ACTIONS(484), + [anon_sym_Moon] = ACTIONS(484), + [anon_sym_Skin] = ACTIONS(484), + [anon_sym_People] = ACTIONS(484), + [anon_sym_Hair] = ACTIONS(484), + [anon_sym_Cat] = ACTIONS(484), + [aux_sym_character_token1] = ACTIONS(486), + [sym_string] = ACTIONS(486), + [sym_multiLineString] = ACTIONS(486), + [sym_identifier] = ACTIONS(590), + [sym_identifierDeprecated] = ACTIONS(484), + [sym_system] = ACTIONS(592), + [sym_comment] = ACTIONS(484), + [sym_openParen] = ACTIONS(594), + [sym_openCurly] = ACTIONS(486), + [sym_openBracket] = ACTIONS(484), + [sym_underscore] = ACTIONS(486), + [anon_sym_CARET] = ACTIONS(486), + [anon_sym_SQUOTE] = ACTIONS(484), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(486), + [anon_sym_e] = ACTIONS(484), + [anon_sym_NaN] = ACTIONS(484), + [anon_sym_eta] = ACTIONS(486), + [anon_sym_u03b7] = ACTIONS(484), + [anon_sym_pi] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), + [anon_sym_tau] = ACTIONS(486), + [anon_sym_u03c4] = ACTIONS(484), + [anon_sym_infinity] = ACTIONS(486), + [anon_sym_u221e] = ACTIONS(486), + [anon_sym_W] = ACTIONS(484), + [anon_sym_i] = ACTIONS(484), + [anon_sym_MaxInt] = ACTIONS(484), + [anon_sym_HexDigits] = ACTIONS(484), [anon_sym_DOT] = ACTIONS(41), [anon_sym_COMMA] = ACTIONS(41), [anon_sym_COLON] = ACTIONS(41), @@ -47845,193 +49434,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), - [anon_sym_reduce] = ACTIONS(518), - [anon_sym_SLASH] = ACTIONS(518), - [anon_sym_scan] = ACTIONS(518), - [anon_sym_BSLASH] = ACTIONS(518), - [anon_sym_each] = ACTIONS(518), - [anon_sym_u2235] = ACTIONS(518), - [anon_sym_rows] = ACTIONS(518), - [anon_sym_u2261] = ACTIONS(518), - [anon_sym_repeat] = ACTIONS(518), - [anon_sym_u2365] = ACTIONS(518), - [anon_sym_dip] = ACTIONS(518), - [anon_sym_u2299] = ACTIONS(518), - [anon_sym_gap] = ACTIONS(518), - [anon_sym_u22c5] = ACTIONS(518), - [anon_sym_spawn] = ACTIONS(518), - [anon_sym_rectify] = ACTIONS(518), - [anon_sym_u2305] = ACTIONS(518), - [anon_sym_un] = ACTIONS(516), - [anon_sym_u00b0] = ACTIONS(518), - [anon_sym_on] = ACTIONS(516), - [anon_sym_u27dc] = ACTIONS(518), - [anon_sym_inventory] = ACTIONS(518), - [anon_sym_u235a] = ACTIONS(518), - [anon_sym_content] = ACTIONS(518), - [anon_sym_u25c7] = ACTIONS(518), - [anon_sym_pool] = ACTIONS(518), - [anon_sym_stringify] = ACTIONS(518), - [anon_sym_signature] = ACTIONS(518), - [anon_sym_triangle] = ACTIONS(518), - [anon_sym_u25f9] = ACTIONS(518), - [anon_sym_astar] = ACTIONS(518), - [anon_sym_but] = ACTIONS(518), - [anon_sym_u2919] = ACTIONS(518), - [anon_sym_with] = ACTIONS(518), - [anon_sym_u291a] = ACTIONS(518), - [anon_sym_above] = ACTIONS(518), - [anon_sym_u25e0] = ACTIONS(518), - [anon_sym_below] = ACTIONS(518), - [anon_sym_u25e1] = ACTIONS(518), - [anon_sym_fold] = ACTIONS(518), - [anon_sym_u2227] = ACTIONS(518), - [anon_sym_table] = ACTIONS(518), - [anon_sym_u229e] = ACTIONS(518), - [anon_sym_group] = ACTIONS(518), - [anon_sym_u2295] = ACTIONS(518), - [anon_sym_partition] = ACTIONS(518), - [anon_sym_u229c] = ACTIONS(518), - [anon_sym_both] = ACTIONS(518), - [anon_sym_u2229] = ACTIONS(518), - [anon_sym_bracket] = ACTIONS(518), - [anon_sym_u2293] = ACTIONS(518), - [anon_sym_fork] = ACTIONS(518), - [anon_sym_u2283] = ACTIONS(518), - [anon_sym_under] = ACTIONS(518), - [anon_sym_u235c] = ACTIONS(518), - [anon_sym_fill] = ACTIONS(518), - [anon_sym_u2b1a] = ACTIONS(518), - [anon_sym_try] = ACTIONS(516), - [anon_sym_u2363] = ACTIONS(518), - [anon_sym_do] = ACTIONS(516), - [anon_sym_u2362] = ACTIONS(518), - [anon_sym_setinv] = ACTIONS(518), - [anon_sym_setunder] = ACTIONS(518), - [anon_sym_f] = ACTIONS(516), - [anon_sym_by] = ACTIONS(516), - [anon_sym_u22b8] = ACTIONS(518), - [anon_sym_quote] = ACTIONS(518), - [anon_sym_struct] = ACTIONS(518), - [anon_sym_u2765] = ACTIONS(518), - [anon_sym_u2192] = ACTIONS(518), - [anon_sym_u2237] = ACTIONS(518), - [anon_sym_u00b7] = ACTIONS(518), - [anon_sym_u235b] = ACTIONS(518), - [anon_sym_u2302] = ACTIONS(518), - [anon_sym_u21b0] = ACTIONS(518), - [anon_sym_unpack] = ACTIONS(518), - [anon_sym_u2290] = ACTIONS(518), - [anon_sym_u229d] = ACTIONS(518), - [anon_sym_cross] = ACTIONS(518), - [anon_sym_u22a0] = ACTIONS(518), - [anon_sym_SEMI] = ACTIONS(518), - [anon_sym_deal] = ACTIONS(518), - [anon_sym_strands] = ACTIONS(518), - [anon_sym_u203f] = ACTIONS(518), - [anon_sym_member] = ACTIONS(516), - [anon_sym_u220a] = ACTIONS(518), - [anon_sym_coordinate] = ACTIONS(518), - [anon_sym_u27d4] = ACTIONS(518), - [anon_sym_u03bb] = ACTIONS(518), - [anon_sym_u22ca] = ACTIONS(518), - [sym__endOfLine] = ACTIONS(518), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), + [anon_sym_reduce] = ACTIONS(486), + [anon_sym_SLASH] = ACTIONS(486), + [anon_sym_scan] = ACTIONS(486), + [anon_sym_BSLASH] = ACTIONS(486), + [anon_sym_each] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), + [anon_sym_rows] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), + [anon_sym_repeat] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), + [anon_sym_dip] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), + [anon_sym_gap] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), + [anon_sym_spawn] = ACTIONS(486), + [anon_sym_rectify] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), + [anon_sym_un] = ACTIONS(484), + [anon_sym_u00b0] = ACTIONS(486), + [anon_sym_on] = ACTIONS(484), + [anon_sym_u27dc] = ACTIONS(486), + [anon_sym_inventory] = ACTIONS(486), + [anon_sym_u235a] = ACTIONS(486), + [anon_sym_content] = ACTIONS(486), + [anon_sym_u25c7] = ACTIONS(486), + [anon_sym_pool] = ACTIONS(486), + [anon_sym_stringify] = ACTIONS(486), + [anon_sym_signature] = ACTIONS(486), + [anon_sym_triangle] = ACTIONS(486), + [anon_sym_u25f9] = ACTIONS(486), + [anon_sym_astar] = ACTIONS(486), + [anon_sym_with] = ACTIONS(486), + [anon_sym_u2919] = ACTIONS(486), + [anon_sym_off] = ACTIONS(486), + [anon_sym_u291a] = ACTIONS(486), + [anon_sym_above] = ACTIONS(486), + [anon_sym_u25e0] = ACTIONS(486), + [anon_sym_below] = ACTIONS(486), + [anon_sym_u25e1] = ACTIONS(486), + [anon_sym_anti] = ACTIONS(486), + [anon_sym_u231d] = ACTIONS(486), + [anon_sym_obverse] = ACTIONS(486), + [anon_sym_toples] = ACTIONS(486), + [anon_sym_u29c5] = ACTIONS(486), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(486), + [anon_sym_fold] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), + [anon_sym_table] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), + [anon_sym_group] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), + [anon_sym_partition] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), + [anon_sym_both] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), + [anon_sym_bracket] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), + [anon_sym_fork] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), + [anon_sym_under] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), + [anon_sym_fill] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), + [anon_sym_try] = ACTIONS(484), + [anon_sym_u2363] = ACTIONS(486), + [anon_sym_do] = ACTIONS(484), + [anon_sym_u2362] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [anon_sym_by] = ACTIONS(484), + [anon_sym_u22b8] = ACTIONS(486), + [anon_sym_quote] = ACTIONS(486), + [anon_sym_u2765] = ACTIONS(486), + [anon_sym_u2192] = ACTIONS(486), + [anon_sym_u2237] = ACTIONS(486), + [anon_sym_u00b7] = ACTIONS(486), + [anon_sym_u235b] = ACTIONS(486), + [anon_sym_u2302] = ACTIONS(486), + [anon_sym_u21b0] = ACTIONS(486), + [anon_sym_unpack] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), + [anon_sym_cross] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_deal] = ACTIONS(486), + [anon_sym_member] = ACTIONS(484), + [anon_sym_u220a] = ACTIONS(486), + [anon_sym_coordinate] = ACTIONS(486), + [anon_sym_u27d4] = ACTIONS(486), + [anon_sym_u03bb] = ACTIONS(486), + [anon_sym_u22ca] = ACTIONS(486), + [anon_sym_chunk] = ACTIONS(486), + [anon_sym_u2444] = ACTIONS(486), + [anon_sym_setinv] = ACTIONS(486), + [anon_sym_setund] = ACTIONS(486), + [anon_sym_struct] = ACTIONS(486), + [sym__endOfLine] = ACTIONS(486), }, - [111] = { - [sym_inlineFunction] = STATE(110), - [sym_function] = STATE(110), - [ts_builtin_sym_end] = ACTIONS(504), - [aux_sym_number_token1] = ACTIONS(502), - [sym_fraction] = ACTIONS(504), - [anon_sym_Days] = ACTIONS(502), - [anon_sym_Months] = ACTIONS(502), - [anon_sym_MonthDays] = ACTIONS(502), - [anon_sym_LeanMonthDays] = ACTIONS(502), - [anon_sym_White] = ACTIONS(502), - [anon_sym_Black] = ACTIONS(502), - [anon_sym_Red] = ACTIONS(502), - [anon_sym_Orange] = ACTIONS(502), - [anon_sym_Yellow] = ACTIONS(502), - [anon_sym_Green] = ACTIONS(502), - [anon_sym_Cyan] = ACTIONS(502), - [anon_sym_Blue] = ACTIONS(502), - [anon_sym_Purple] = ACTIONS(502), - [anon_sym_Magenta] = ACTIONS(502), - [anon_sym_Gay] = ACTIONS(502), - [anon_sym_Lesbian] = ACTIONS(502), - [anon_sym_Bi] = ACTIONS(502), - [anon_sym_Trans] = ACTIONS(502), - [anon_sym_Pan] = ACTIONS(502), - [anon_sym_Ace] = ACTIONS(502), - [anon_sym_Aro] = ACTIONS(502), - [anon_sym_Aroace] = ACTIONS(502), - [anon_sym_Enby] = ACTIONS(502), - [anon_sym_Fluid] = ACTIONS(502), - [anon_sym_Queer] = ACTIONS(502), - [anon_sym_Agender] = ACTIONS(502), - [anon_sym_PrideFlags] = ACTIONS(502), - [anon_sym_PrideFlagNames] = ACTIONS(502), - [anon_sym_True] = ACTIONS(502), - [anon_sym_False] = ACTIONS(502), - [anon_sym_NULL] = ACTIONS(502), - [anon_sym_Logo] = ACTIONS(502), - [anon_sym_Lena] = ACTIONS(502), - [anon_sym_Music] = ACTIONS(502), - [anon_sym_Lorem] = ACTIONS(502), - [anon_sym_Os] = ACTIONS(502), - [anon_sym_Family] = ACTIONS(502), - [anon_sym_Arch] = ACTIONS(502), - [anon_sym_ExeExt] = ACTIONS(502), - [anon_sym_DllExt] = ACTIONS(502), - [anon_sym_Sep] = ACTIONS(502), - [anon_sym_ThisFile] = ACTIONS(502), - [anon_sym_ThisFileName] = ACTIONS(502), - [anon_sym_ThisFileDir] = ACTIONS(502), - [anon_sym_WorkingDir] = ACTIONS(502), - [anon_sym_NumProcs] = ACTIONS(502), - [anon_sym_Planets] = ACTIONS(502), - [anon_sym_Zodiac] = ACTIONS(502), - [anon_sym_Suits] = ACTIONS(502), - [anon_sym_Cards] = ACTIONS(502), - [anon_sym_Chess] = ACTIONS(502), - [anon_sym_Moon] = ACTIONS(502), - [anon_sym_Skin] = ACTIONS(502), - [anon_sym_People] = ACTIONS(502), - [anon_sym_Hair] = ACTIONS(502), - [aux_sym_character_token1] = ACTIONS(504), - [sym_string] = ACTIONS(504), - [sym_multiLineString] = ACTIONS(504), - [sym_identifier] = ACTIONS(618), - [sym_identifierDeprecated] = ACTIONS(502), - [sym_system] = ACTIONS(620), - [sym_comment] = ACTIONS(502), - [sym_openParen] = ACTIONS(616), - [sym_openCurly] = ACTIONS(504), - [sym_openBracket] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_CARET] = ACTIONS(504), - [anon_sym_SQUOTE] = ACTIONS(502), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(504), - [anon_sym_e] = ACTIONS(502), - [anon_sym_NaN] = ACTIONS(502), - [anon_sym_eta] = ACTIONS(504), - [anon_sym_u03b7] = ACTIONS(502), - [anon_sym_pi] = ACTIONS(502), - [anon_sym_u03c0] = ACTIONS(502), - [anon_sym_tau] = ACTIONS(504), - [anon_sym_u03c4] = ACTIONS(502), - [anon_sym_infinity] = ACTIONS(504), - [anon_sym_u221e] = ACTIONS(504), - [anon_sym_W] = ACTIONS(502), - [anon_sym_i] = ACTIONS(502), - [anon_sym_MaxInt] = ACTIONS(502), - [anon_sym_HexDigits] = ACTIONS(502), + [110] = { + [sym_inlineFunction] = STATE(120), + [sym_function] = STATE(120), + [ts_builtin_sym_end] = ACTIONS(500), + [aux_sym_number_token1] = ACTIONS(498), + [sym_fraction] = ACTIONS(500), + [anon_sym_Days] = ACTIONS(498), + [anon_sym_Months] = ACTIONS(498), + [anon_sym_MonthDays] = ACTIONS(498), + [anon_sym_LeanMonthDays] = ACTIONS(498), + [anon_sym_White] = ACTIONS(498), + [anon_sym_Black] = ACTIONS(498), + [anon_sym_Red] = ACTIONS(498), + [anon_sym_Orange] = ACTIONS(498), + [anon_sym_Yellow] = ACTIONS(498), + [anon_sym_Green] = ACTIONS(498), + [anon_sym_Cyan] = ACTIONS(498), + [anon_sym_Blue] = ACTIONS(498), + [anon_sym_Purple] = ACTIONS(498), + [anon_sym_Magenta] = ACTIONS(498), + [anon_sym_Gay] = ACTIONS(498), + [anon_sym_Lesbian] = ACTIONS(498), + [anon_sym_Bi] = ACTIONS(498), + [anon_sym_Trans] = ACTIONS(498), + [anon_sym_Pan] = ACTIONS(498), + [anon_sym_Ace] = ACTIONS(498), + [anon_sym_Aro] = ACTIONS(498), + [anon_sym_Aroace] = ACTIONS(498), + [anon_sym_Enby] = ACTIONS(498), + [anon_sym_Fluid] = ACTIONS(498), + [anon_sym_Queer] = ACTIONS(498), + [anon_sym_Agender] = ACTIONS(498), + [anon_sym_PrideFlags] = ACTIONS(498), + [anon_sym_PrideFlagNames] = ACTIONS(498), + [anon_sym_True] = ACTIONS(498), + [anon_sym_False] = ACTIONS(498), + [anon_sym_NULL] = ACTIONS(498), + [anon_sym_Logo] = ACTIONS(498), + [anon_sym_Lena] = ACTIONS(498), + [anon_sym_Music] = ACTIONS(498), + [anon_sym_Lorem] = ACTIONS(498), + [anon_sym_Os] = ACTIONS(498), + [anon_sym_Family] = ACTIONS(498), + [anon_sym_Arch] = ACTIONS(498), + [anon_sym_ExeExt] = ACTIONS(498), + [anon_sym_DllExt] = ACTIONS(498), + [anon_sym_Sep] = ACTIONS(498), + [anon_sym_ThisFile] = ACTIONS(498), + [anon_sym_ThisFileName] = ACTIONS(498), + [anon_sym_ThisFileDir] = ACTIONS(498), + [anon_sym_WorkingDir] = ACTIONS(498), + [anon_sym_NumProcs] = ACTIONS(498), + [anon_sym_Planets] = ACTIONS(498), + [anon_sym_Zodiac] = ACTIONS(498), + [anon_sym_Suits] = ACTIONS(498), + [anon_sym_Cards] = ACTIONS(498), + [anon_sym_Chess] = ACTIONS(498), + [anon_sym_Moon] = ACTIONS(498), + [anon_sym_Skin] = ACTIONS(498), + [anon_sym_People] = ACTIONS(498), + [anon_sym_Hair] = ACTIONS(498), + [anon_sym_Cat] = ACTIONS(498), + [aux_sym_character_token1] = ACTIONS(500), + [sym_string] = ACTIONS(500), + [sym_multiLineString] = ACTIONS(500), + [sym_identifier] = ACTIONS(596), + [sym_identifierDeprecated] = ACTIONS(498), + [sym_system] = ACTIONS(598), + [sym_comment] = ACTIONS(498), + [sym_openParen] = ACTIONS(594), + [sym_openCurly] = ACTIONS(500), + [sym_openBracket] = ACTIONS(498), + [sym_underscore] = ACTIONS(500), + [anon_sym_CARET] = ACTIONS(500), + [anon_sym_SQUOTE] = ACTIONS(498), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(500), + [anon_sym_e] = ACTIONS(498), + [anon_sym_NaN] = ACTIONS(498), + [anon_sym_eta] = ACTIONS(500), + [anon_sym_u03b7] = ACTIONS(498), + [anon_sym_pi] = ACTIONS(498), + [anon_sym_u03c0] = ACTIONS(498), + [anon_sym_tau] = ACTIONS(500), + [anon_sym_u03c4] = ACTIONS(498), + [anon_sym_infinity] = ACTIONS(500), + [anon_sym_u221e] = ACTIONS(500), + [anon_sym_W] = ACTIONS(498), + [anon_sym_i] = ACTIONS(498), + [anon_sym_MaxInt] = ACTIONS(498), + [anon_sym_HexDigits] = ACTIONS(498), [anon_sym_DOT] = ACTIONS(41), [anon_sym_COMMA] = ACTIONS(41), [anon_sym_COLON] = ACTIONS(41), @@ -48183,193 +49787,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), - [anon_sym_reduce] = ACTIONS(504), - [anon_sym_SLASH] = ACTIONS(504), - [anon_sym_scan] = ACTIONS(504), - [anon_sym_BSLASH] = ACTIONS(504), - [anon_sym_each] = ACTIONS(504), - [anon_sym_u2235] = ACTIONS(504), - [anon_sym_rows] = ACTIONS(504), - [anon_sym_u2261] = ACTIONS(504), - [anon_sym_repeat] = ACTIONS(504), - [anon_sym_u2365] = ACTIONS(504), - [anon_sym_dip] = ACTIONS(504), - [anon_sym_u2299] = ACTIONS(504), - [anon_sym_gap] = ACTIONS(504), - [anon_sym_u22c5] = ACTIONS(504), - [anon_sym_spawn] = ACTIONS(504), - [anon_sym_rectify] = ACTIONS(504), - [anon_sym_u2305] = ACTIONS(504), - [anon_sym_un] = ACTIONS(502), - [anon_sym_u00b0] = ACTIONS(504), - [anon_sym_on] = ACTIONS(502), - [anon_sym_u27dc] = ACTIONS(504), - [anon_sym_inventory] = ACTIONS(504), - [anon_sym_u235a] = ACTIONS(504), - [anon_sym_content] = ACTIONS(504), - [anon_sym_u25c7] = ACTIONS(504), - [anon_sym_pool] = ACTIONS(504), - [anon_sym_stringify] = ACTIONS(504), - [anon_sym_signature] = ACTIONS(504), - [anon_sym_triangle] = ACTIONS(504), - [anon_sym_u25f9] = ACTIONS(504), - [anon_sym_astar] = ACTIONS(504), - [anon_sym_but] = ACTIONS(504), - [anon_sym_u2919] = ACTIONS(504), - [anon_sym_with] = ACTIONS(504), - [anon_sym_u291a] = ACTIONS(504), - [anon_sym_above] = ACTIONS(504), - [anon_sym_u25e0] = ACTIONS(504), - [anon_sym_below] = ACTIONS(504), - [anon_sym_u25e1] = ACTIONS(504), - [anon_sym_fold] = ACTIONS(504), - [anon_sym_u2227] = ACTIONS(504), - [anon_sym_table] = ACTIONS(504), - [anon_sym_u229e] = ACTIONS(504), - [anon_sym_group] = ACTIONS(504), - [anon_sym_u2295] = ACTIONS(504), - [anon_sym_partition] = ACTIONS(504), - [anon_sym_u229c] = ACTIONS(504), - [anon_sym_both] = ACTIONS(504), - [anon_sym_u2229] = ACTIONS(504), - [anon_sym_bracket] = ACTIONS(504), - [anon_sym_u2293] = ACTIONS(504), - [anon_sym_fork] = ACTIONS(504), - [anon_sym_u2283] = ACTIONS(504), - [anon_sym_under] = ACTIONS(504), - [anon_sym_u235c] = ACTIONS(504), - [anon_sym_fill] = ACTIONS(504), - [anon_sym_u2b1a] = ACTIONS(504), - [anon_sym_try] = ACTIONS(502), - [anon_sym_u2363] = ACTIONS(504), - [anon_sym_do] = ACTIONS(502), - [anon_sym_u2362] = ACTIONS(504), - [anon_sym_setinv] = ACTIONS(504), - [anon_sym_setunder] = ACTIONS(504), - [anon_sym_f] = ACTIONS(502), - [anon_sym_by] = ACTIONS(502), - [anon_sym_u22b8] = ACTIONS(504), - [anon_sym_quote] = ACTIONS(504), - [anon_sym_struct] = ACTIONS(504), - [anon_sym_u2765] = ACTIONS(504), - [anon_sym_u2192] = ACTIONS(504), - [anon_sym_u2237] = ACTIONS(504), - [anon_sym_u00b7] = ACTIONS(504), - [anon_sym_u235b] = ACTIONS(504), - [anon_sym_u2302] = ACTIONS(504), - [anon_sym_u21b0] = ACTIONS(504), - [anon_sym_unpack] = ACTIONS(504), - [anon_sym_u2290] = ACTIONS(504), - [anon_sym_u229d] = ACTIONS(504), - [anon_sym_cross] = ACTIONS(504), - [anon_sym_u22a0] = ACTIONS(504), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_deal] = ACTIONS(504), - [anon_sym_strands] = ACTIONS(504), - [anon_sym_u203f] = ACTIONS(504), - [anon_sym_member] = ACTIONS(502), - [anon_sym_u220a] = ACTIONS(504), - [anon_sym_coordinate] = ACTIONS(504), - [anon_sym_u27d4] = ACTIONS(504), - [anon_sym_u03bb] = ACTIONS(504), - [anon_sym_u22ca] = ACTIONS(504), - [sym__endOfLine] = ACTIONS(504), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), + [anon_sym_reduce] = ACTIONS(500), + [anon_sym_SLASH] = ACTIONS(500), + [anon_sym_scan] = ACTIONS(500), + [anon_sym_BSLASH] = ACTIONS(500), + [anon_sym_each] = ACTIONS(500), + [anon_sym_u2235] = ACTIONS(500), + [anon_sym_rows] = ACTIONS(500), + [anon_sym_u2261] = ACTIONS(500), + [anon_sym_repeat] = ACTIONS(500), + [anon_sym_u2365] = ACTIONS(500), + [anon_sym_dip] = ACTIONS(500), + [anon_sym_u2299] = ACTIONS(500), + [anon_sym_gap] = ACTIONS(500), + [anon_sym_u22c5] = ACTIONS(500), + [anon_sym_spawn] = ACTIONS(500), + [anon_sym_rectify] = ACTIONS(500), + [anon_sym_u2305] = ACTIONS(500), + [anon_sym_un] = ACTIONS(498), + [anon_sym_u00b0] = ACTIONS(500), + [anon_sym_on] = ACTIONS(498), + [anon_sym_u27dc] = ACTIONS(500), + [anon_sym_inventory] = ACTIONS(500), + [anon_sym_u235a] = ACTIONS(500), + [anon_sym_content] = ACTIONS(500), + [anon_sym_u25c7] = ACTIONS(500), + [anon_sym_pool] = ACTIONS(500), + [anon_sym_stringify] = ACTIONS(500), + [anon_sym_signature] = ACTIONS(500), + [anon_sym_triangle] = ACTIONS(500), + [anon_sym_u25f9] = ACTIONS(500), + [anon_sym_astar] = ACTIONS(500), + [anon_sym_with] = ACTIONS(500), + [anon_sym_u2919] = ACTIONS(500), + [anon_sym_off] = ACTIONS(500), + [anon_sym_u291a] = ACTIONS(500), + [anon_sym_above] = ACTIONS(500), + [anon_sym_u25e0] = ACTIONS(500), + [anon_sym_below] = ACTIONS(500), + [anon_sym_u25e1] = ACTIONS(500), + [anon_sym_anti] = ACTIONS(500), + [anon_sym_u231d] = ACTIONS(500), + [anon_sym_obverse] = ACTIONS(500), + [anon_sym_toples] = ACTIONS(500), + [anon_sym_u29c5] = ACTIONS(500), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(500), + [anon_sym_fold] = ACTIONS(500), + [anon_sym_u2227] = ACTIONS(500), + [anon_sym_table] = ACTIONS(500), + [anon_sym_u229e] = ACTIONS(500), + [anon_sym_group] = ACTIONS(500), + [anon_sym_u2295] = ACTIONS(500), + [anon_sym_partition] = ACTIONS(500), + [anon_sym_u229c] = ACTIONS(500), + [anon_sym_both] = ACTIONS(500), + [anon_sym_u2229] = ACTIONS(500), + [anon_sym_bracket] = ACTIONS(500), + [anon_sym_u2293] = ACTIONS(500), + [anon_sym_fork] = ACTIONS(500), + [anon_sym_u2283] = ACTIONS(500), + [anon_sym_under] = ACTIONS(500), + [anon_sym_u235c] = ACTIONS(500), + [anon_sym_fill] = ACTIONS(500), + [anon_sym_u2b1a] = ACTIONS(500), + [anon_sym_try] = ACTIONS(498), + [anon_sym_u2363] = ACTIONS(500), + [anon_sym_do] = ACTIONS(498), + [anon_sym_u2362] = ACTIONS(500), + [anon_sym_f] = ACTIONS(498), + [anon_sym_by] = ACTIONS(498), + [anon_sym_u22b8] = ACTIONS(500), + [anon_sym_quote] = ACTIONS(500), + [anon_sym_u2765] = ACTIONS(500), + [anon_sym_u2192] = ACTIONS(500), + [anon_sym_u2237] = ACTIONS(500), + [anon_sym_u00b7] = ACTIONS(500), + [anon_sym_u235b] = ACTIONS(500), + [anon_sym_u2302] = ACTIONS(500), + [anon_sym_u21b0] = ACTIONS(500), + [anon_sym_unpack] = ACTIONS(500), + [anon_sym_u2290] = ACTIONS(500), + [anon_sym_u229d] = ACTIONS(500), + [anon_sym_cross] = ACTIONS(500), + [anon_sym_u22a0] = ACTIONS(500), + [anon_sym_SEMI] = ACTIONS(500), + [anon_sym_deal] = ACTIONS(500), + [anon_sym_member] = ACTIONS(498), + [anon_sym_u220a] = ACTIONS(500), + [anon_sym_coordinate] = ACTIONS(500), + [anon_sym_u27d4] = ACTIONS(500), + [anon_sym_u03bb] = ACTIONS(500), + [anon_sym_u22ca] = ACTIONS(500), + [anon_sym_chunk] = ACTIONS(500), + [anon_sym_u2444] = ACTIONS(500), + [anon_sym_setinv] = ACTIONS(500), + [anon_sym_setund] = ACTIONS(500), + [anon_sym_struct] = ACTIONS(500), + [sym__endOfLine] = ACTIONS(500), }, - [112] = { - [sym_inlineFunction] = STATE(122), - [sym_function] = STATE(122), - [ts_builtin_sym_end] = ACTIONS(504), - [aux_sym_number_token1] = ACTIONS(502), - [sym_fraction] = ACTIONS(504), - [anon_sym_Days] = ACTIONS(502), - [anon_sym_Months] = ACTIONS(502), - [anon_sym_MonthDays] = ACTIONS(502), - [anon_sym_LeanMonthDays] = ACTIONS(502), - [anon_sym_White] = ACTIONS(502), - [anon_sym_Black] = ACTIONS(502), - [anon_sym_Red] = ACTIONS(502), - [anon_sym_Orange] = ACTIONS(502), - [anon_sym_Yellow] = ACTIONS(502), - [anon_sym_Green] = ACTIONS(502), - [anon_sym_Cyan] = ACTIONS(502), - [anon_sym_Blue] = ACTIONS(502), - [anon_sym_Purple] = ACTIONS(502), - [anon_sym_Magenta] = ACTIONS(502), - [anon_sym_Gay] = ACTIONS(502), - [anon_sym_Lesbian] = ACTIONS(502), - [anon_sym_Bi] = ACTIONS(502), - [anon_sym_Trans] = ACTIONS(502), - [anon_sym_Pan] = ACTIONS(502), - [anon_sym_Ace] = ACTIONS(502), - [anon_sym_Aro] = ACTIONS(502), - [anon_sym_Aroace] = ACTIONS(502), - [anon_sym_Enby] = ACTIONS(502), - [anon_sym_Fluid] = ACTIONS(502), - [anon_sym_Queer] = ACTIONS(502), - [anon_sym_Agender] = ACTIONS(502), - [anon_sym_PrideFlags] = ACTIONS(502), - [anon_sym_PrideFlagNames] = ACTIONS(502), - [anon_sym_True] = ACTIONS(502), - [anon_sym_False] = ACTIONS(502), - [anon_sym_NULL] = ACTIONS(502), - [anon_sym_Logo] = ACTIONS(502), - [anon_sym_Lena] = ACTIONS(502), - [anon_sym_Music] = ACTIONS(502), - [anon_sym_Lorem] = ACTIONS(502), - [anon_sym_Os] = ACTIONS(502), - [anon_sym_Family] = ACTIONS(502), - [anon_sym_Arch] = ACTIONS(502), - [anon_sym_ExeExt] = ACTIONS(502), - [anon_sym_DllExt] = ACTIONS(502), - [anon_sym_Sep] = ACTIONS(502), - [anon_sym_ThisFile] = ACTIONS(502), - [anon_sym_ThisFileName] = ACTIONS(502), - [anon_sym_ThisFileDir] = ACTIONS(502), - [anon_sym_WorkingDir] = ACTIONS(502), - [anon_sym_NumProcs] = ACTIONS(502), - [anon_sym_Planets] = ACTIONS(502), - [anon_sym_Zodiac] = ACTIONS(502), - [anon_sym_Suits] = ACTIONS(502), - [anon_sym_Cards] = ACTIONS(502), - [anon_sym_Chess] = ACTIONS(502), - [anon_sym_Moon] = ACTIONS(502), - [anon_sym_Skin] = ACTIONS(502), - [anon_sym_People] = ACTIONS(502), - [anon_sym_Hair] = ACTIONS(502), - [aux_sym_character_token1] = ACTIONS(504), - [sym_string] = ACTIONS(504), - [sym_multiLineString] = ACTIONS(504), - [sym_identifier] = ACTIONS(622), - [sym_identifierDeprecated] = ACTIONS(502), - [sym_system] = ACTIONS(624), - [sym_comment] = ACTIONS(502), - [sym_openParen] = ACTIONS(616), - [sym_openCurly] = ACTIONS(504), - [sym_openBracket] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_CARET] = ACTIONS(504), - [anon_sym_SQUOTE] = ACTIONS(502), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(504), - [anon_sym_e] = ACTIONS(502), - [anon_sym_NaN] = ACTIONS(502), - [anon_sym_eta] = ACTIONS(504), - [anon_sym_u03b7] = ACTIONS(502), - [anon_sym_pi] = ACTIONS(502), - [anon_sym_u03c0] = ACTIONS(502), - [anon_sym_tau] = ACTIONS(504), - [anon_sym_u03c4] = ACTIONS(502), - [anon_sym_infinity] = ACTIONS(504), - [anon_sym_u221e] = ACTIONS(504), - [anon_sym_W] = ACTIONS(502), - [anon_sym_i] = ACTIONS(502), - [anon_sym_MaxInt] = ACTIONS(502), - [anon_sym_HexDigits] = ACTIONS(502), + [111] = { + [sym_inlineFunction] = STATE(132), + [sym_function] = STATE(132), + [ts_builtin_sym_end] = ACTIONS(486), + [aux_sym_number_token1] = ACTIONS(484), + [sym_fraction] = ACTIONS(486), + [anon_sym_Days] = ACTIONS(484), + [anon_sym_Months] = ACTIONS(484), + [anon_sym_MonthDays] = ACTIONS(484), + [anon_sym_LeanMonthDays] = ACTIONS(484), + [anon_sym_White] = ACTIONS(484), + [anon_sym_Black] = ACTIONS(484), + [anon_sym_Red] = ACTIONS(484), + [anon_sym_Orange] = ACTIONS(484), + [anon_sym_Yellow] = ACTIONS(484), + [anon_sym_Green] = ACTIONS(484), + [anon_sym_Cyan] = ACTIONS(484), + [anon_sym_Blue] = ACTIONS(484), + [anon_sym_Purple] = ACTIONS(484), + [anon_sym_Magenta] = ACTIONS(484), + [anon_sym_Gay] = ACTIONS(484), + [anon_sym_Lesbian] = ACTIONS(484), + [anon_sym_Bi] = ACTIONS(484), + [anon_sym_Trans] = ACTIONS(484), + [anon_sym_Pan] = ACTIONS(484), + [anon_sym_Ace] = ACTIONS(484), + [anon_sym_Aro] = ACTIONS(484), + [anon_sym_Aroace] = ACTIONS(484), + [anon_sym_Enby] = ACTIONS(484), + [anon_sym_Fluid] = ACTIONS(484), + [anon_sym_Queer] = ACTIONS(484), + [anon_sym_Agender] = ACTIONS(484), + [anon_sym_PrideFlags] = ACTIONS(484), + [anon_sym_PrideFlagNames] = ACTIONS(484), + [anon_sym_True] = ACTIONS(484), + [anon_sym_False] = ACTIONS(484), + [anon_sym_NULL] = ACTIONS(484), + [anon_sym_Logo] = ACTIONS(484), + [anon_sym_Lena] = ACTIONS(484), + [anon_sym_Music] = ACTIONS(484), + [anon_sym_Lorem] = ACTIONS(484), + [anon_sym_Os] = ACTIONS(484), + [anon_sym_Family] = ACTIONS(484), + [anon_sym_Arch] = ACTIONS(484), + [anon_sym_ExeExt] = ACTIONS(484), + [anon_sym_DllExt] = ACTIONS(484), + [anon_sym_Sep] = ACTIONS(484), + [anon_sym_ThisFile] = ACTIONS(484), + [anon_sym_ThisFileName] = ACTIONS(484), + [anon_sym_ThisFileDir] = ACTIONS(484), + [anon_sym_WorkingDir] = ACTIONS(484), + [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_Planets] = ACTIONS(484), + [anon_sym_Zodiac] = ACTIONS(484), + [anon_sym_Suits] = ACTIONS(484), + [anon_sym_Cards] = ACTIONS(484), + [anon_sym_Chess] = ACTIONS(484), + [anon_sym_Moon] = ACTIONS(484), + [anon_sym_Skin] = ACTIONS(484), + [anon_sym_People] = ACTIONS(484), + [anon_sym_Hair] = ACTIONS(484), + [anon_sym_Cat] = ACTIONS(484), + [aux_sym_character_token1] = ACTIONS(486), + [sym_string] = ACTIONS(486), + [sym_multiLineString] = ACTIONS(486), + [sym_identifier] = ACTIONS(600), + [sym_identifierDeprecated] = ACTIONS(484), + [sym_system] = ACTIONS(602), + [sym_comment] = ACTIONS(484), + [sym_openParen] = ACTIONS(594), + [sym_openCurly] = ACTIONS(486), + [sym_openBracket] = ACTIONS(484), + [sym_underscore] = ACTIONS(486), + [anon_sym_CARET] = ACTIONS(486), + [anon_sym_SQUOTE] = ACTIONS(484), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(486), + [anon_sym_e] = ACTIONS(484), + [anon_sym_NaN] = ACTIONS(484), + [anon_sym_eta] = ACTIONS(486), + [anon_sym_u03b7] = ACTIONS(484), + [anon_sym_pi] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), + [anon_sym_tau] = ACTIONS(486), + [anon_sym_u03c4] = ACTIONS(484), + [anon_sym_infinity] = ACTIONS(486), + [anon_sym_u221e] = ACTIONS(486), + [anon_sym_W] = ACTIONS(484), + [anon_sym_i] = ACTIONS(484), + [anon_sym_MaxInt] = ACTIONS(484), + [anon_sym_HexDigits] = ACTIONS(484), [anon_sym_DOT] = ACTIONS(41), [anon_sym_COMMA] = ACTIONS(41), [anon_sym_COLON] = ACTIONS(41), @@ -48521,21650 +50140,22278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auden] = ACTIONS(41), [anon_sym_utfu2088] = ACTIONS(41), [anon_sym_datetime] = ACTIONS(41), - [anon_sym_chunk] = ACTIONS(41), - [anon_sym_u2444] = ACTIONS(41), [anon_sym_choose] = ACTIONS(41), [anon_sym_permute] = ACTIONS(41), [anon_sym_orient] = ACTIONS(41), + [anon_sym_u2938] = ACTIONS(41), [anon_sym_fft] = ACTIONS(41), - [anon_sym_reduce] = ACTIONS(504), - [anon_sym_SLASH] = ACTIONS(504), - [anon_sym_scan] = ACTIONS(504), - [anon_sym_BSLASH] = ACTIONS(504), - [anon_sym_each] = ACTIONS(504), - [anon_sym_u2235] = ACTIONS(504), - [anon_sym_rows] = ACTIONS(504), - [anon_sym_u2261] = ACTIONS(504), - [anon_sym_repeat] = ACTIONS(504), - [anon_sym_u2365] = ACTIONS(504), - [anon_sym_dip] = ACTIONS(504), - [anon_sym_u2299] = ACTIONS(504), - [anon_sym_gap] = ACTIONS(504), - [anon_sym_u22c5] = ACTIONS(504), - [anon_sym_spawn] = ACTIONS(504), - [anon_sym_rectify] = ACTIONS(504), - [anon_sym_u2305] = ACTIONS(504), - [anon_sym_un] = ACTIONS(502), - [anon_sym_u00b0] = ACTIONS(504), - [anon_sym_on] = ACTIONS(502), - [anon_sym_u27dc] = ACTIONS(504), - [anon_sym_inventory] = ACTIONS(504), - [anon_sym_u235a] = ACTIONS(504), - [anon_sym_content] = ACTIONS(504), - [anon_sym_u25c7] = ACTIONS(504), - [anon_sym_pool] = ACTIONS(504), - [anon_sym_stringify] = ACTIONS(504), - [anon_sym_signature] = ACTIONS(504), - [anon_sym_triangle] = ACTIONS(504), - [anon_sym_u25f9] = ACTIONS(504), - [anon_sym_astar] = ACTIONS(504), - [anon_sym_but] = ACTIONS(504), - [anon_sym_u2919] = ACTIONS(504), - [anon_sym_with] = ACTIONS(504), - [anon_sym_u291a] = ACTIONS(504), - [anon_sym_above] = ACTIONS(504), - [anon_sym_u25e0] = ACTIONS(504), - [anon_sym_below] = ACTIONS(504), - [anon_sym_u25e1] = ACTIONS(504), - [anon_sym_fold] = ACTIONS(504), - [anon_sym_u2227] = ACTIONS(504), - [anon_sym_table] = ACTIONS(504), - [anon_sym_u229e] = ACTIONS(504), - [anon_sym_group] = ACTIONS(504), - [anon_sym_u2295] = ACTIONS(504), - [anon_sym_partition] = ACTIONS(504), - [anon_sym_u229c] = ACTIONS(504), - [anon_sym_both] = ACTIONS(504), - [anon_sym_u2229] = ACTIONS(504), - [anon_sym_bracket] = ACTIONS(504), - [anon_sym_u2293] = ACTIONS(504), - [anon_sym_fork] = ACTIONS(504), - [anon_sym_u2283] = ACTIONS(504), - [anon_sym_under] = ACTIONS(504), - [anon_sym_u235c] = ACTIONS(504), - [anon_sym_fill] = ACTIONS(504), - [anon_sym_u2b1a] = ACTIONS(504), - [anon_sym_try] = ACTIONS(502), - [anon_sym_u2363] = ACTIONS(504), - [anon_sym_do] = ACTIONS(502), - [anon_sym_u2362] = ACTIONS(504), - [anon_sym_setinv] = ACTIONS(504), - [anon_sym_setunder] = ACTIONS(504), - [anon_sym_f] = ACTIONS(502), - [anon_sym_by] = ACTIONS(502), - [anon_sym_u22b8] = ACTIONS(504), - [anon_sym_quote] = ACTIONS(504), - [anon_sym_struct] = ACTIONS(504), - [anon_sym_u2765] = ACTIONS(504), - [anon_sym_u2192] = ACTIONS(504), - [anon_sym_u2237] = ACTIONS(504), - [anon_sym_u00b7] = ACTIONS(504), - [anon_sym_u235b] = ACTIONS(504), - [anon_sym_u2302] = ACTIONS(504), - [anon_sym_u21b0] = ACTIONS(504), - [anon_sym_unpack] = ACTIONS(504), - [anon_sym_u2290] = ACTIONS(504), - [anon_sym_u229d] = ACTIONS(504), - [anon_sym_cross] = ACTIONS(504), - [anon_sym_u22a0] = ACTIONS(504), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_deal] = ACTIONS(504), - [anon_sym_strands] = ACTIONS(504), - [anon_sym_u203f] = ACTIONS(504), - [anon_sym_member] = ACTIONS(502), - [anon_sym_u220a] = ACTIONS(504), - [anon_sym_coordinate] = ACTIONS(504), - [anon_sym_u27d4] = ACTIONS(504), - [anon_sym_u03bb] = ACTIONS(504), - [anon_sym_u22ca] = ACTIONS(504), - [sym__endOfLine] = ACTIONS(504), + [anon_sym_graphemes] = ACTIONS(41), + [anon_sym_timezone] = ACTIONS(41), + [anon_sym_around] = ACTIONS(41), + [anon_sym_u2019] = ACTIONS(41), + [anon_sym_base] = ACTIONS(41), + [anon_sym_sort] = ACTIONS(41), + [anon_sym_u2346] = ACTIONS(41), + [anon_sym_last] = ACTIONS(41), + [anon_sym_u22a3] = ACTIONS(41), + [anon_sym_reduce] = ACTIONS(486), + [anon_sym_SLASH] = ACTIONS(486), + [anon_sym_scan] = ACTIONS(486), + [anon_sym_BSLASH] = ACTIONS(486), + [anon_sym_each] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), + [anon_sym_rows] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), + [anon_sym_repeat] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), + [anon_sym_dip] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), + [anon_sym_gap] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), + [anon_sym_spawn] = ACTIONS(486), + [anon_sym_rectify] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), + [anon_sym_un] = ACTIONS(484), + [anon_sym_u00b0] = ACTIONS(486), + [anon_sym_on] = ACTIONS(484), + [anon_sym_u27dc] = ACTIONS(486), + [anon_sym_inventory] = ACTIONS(486), + [anon_sym_u235a] = ACTIONS(486), + [anon_sym_content] = ACTIONS(486), + [anon_sym_u25c7] = ACTIONS(486), + [anon_sym_pool] = ACTIONS(486), + [anon_sym_stringify] = ACTIONS(486), + [anon_sym_signature] = ACTIONS(486), + [anon_sym_triangle] = ACTIONS(486), + [anon_sym_u25f9] = ACTIONS(486), + [anon_sym_astar] = ACTIONS(486), + [anon_sym_with] = ACTIONS(486), + [anon_sym_u2919] = ACTIONS(486), + [anon_sym_off] = ACTIONS(486), + [anon_sym_u291a] = ACTIONS(486), + [anon_sym_above] = ACTIONS(486), + [anon_sym_u25e0] = ACTIONS(486), + [anon_sym_below] = ACTIONS(486), + [anon_sym_u25e1] = ACTIONS(486), + [anon_sym_anti] = ACTIONS(486), + [anon_sym_u231d] = ACTIONS(486), + [anon_sym_obverse] = ACTIONS(486), + [anon_sym_toples] = ACTIONS(486), + [anon_sym_u29c5] = ACTIONS(486), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(486), + [anon_sym_fold] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), + [anon_sym_table] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), + [anon_sym_group] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), + [anon_sym_partition] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), + [anon_sym_both] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), + [anon_sym_bracket] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), + [anon_sym_fork] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), + [anon_sym_under] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), + [anon_sym_fill] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), + [anon_sym_try] = ACTIONS(484), + [anon_sym_u2363] = ACTIONS(486), + [anon_sym_do] = ACTIONS(484), + [anon_sym_u2362] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [anon_sym_by] = ACTIONS(484), + [anon_sym_u22b8] = ACTIONS(486), + [anon_sym_quote] = ACTIONS(486), + [anon_sym_u2765] = ACTIONS(486), + [anon_sym_u2192] = ACTIONS(486), + [anon_sym_u2237] = ACTIONS(486), + [anon_sym_u00b7] = ACTIONS(486), + [anon_sym_u235b] = ACTIONS(486), + [anon_sym_u2302] = ACTIONS(486), + [anon_sym_u21b0] = ACTIONS(486), + [anon_sym_unpack] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), + [anon_sym_cross] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_deal] = ACTIONS(486), + [anon_sym_member] = ACTIONS(484), + [anon_sym_u220a] = ACTIONS(486), + [anon_sym_coordinate] = ACTIONS(486), + [anon_sym_u27d4] = ACTIONS(486), + [anon_sym_u03bb] = ACTIONS(486), + [anon_sym_u22ca] = ACTIONS(486), + [anon_sym_chunk] = ACTIONS(486), + [anon_sym_u2444] = ACTIONS(486), + [anon_sym_setinv] = ACTIONS(486), + [anon_sym_setund] = ACTIONS(486), + [anon_sym_struct] = ACTIONS(486), + [sym__endOfLine] = ACTIONS(486), }, - [113] = { - [ts_builtin_sym_end] = ACTIONS(626), - [aux_sym_number_token1] = ACTIONS(628), - [sym_fraction] = ACTIONS(630), - [anon_sym_Days] = ACTIONS(628), - [anon_sym_Months] = ACTIONS(628), - [anon_sym_MonthDays] = ACTIONS(628), - [anon_sym_LeanMonthDays] = ACTIONS(628), - [anon_sym_White] = ACTIONS(628), - [anon_sym_Black] = ACTIONS(628), - [anon_sym_Red] = ACTIONS(628), - [anon_sym_Orange] = ACTIONS(628), - [anon_sym_Yellow] = ACTIONS(628), - [anon_sym_Green] = ACTIONS(628), - [anon_sym_Cyan] = ACTIONS(628), - [anon_sym_Blue] = ACTIONS(628), - [anon_sym_Purple] = ACTIONS(628), - [anon_sym_Magenta] = ACTIONS(628), - [anon_sym_Gay] = ACTIONS(628), - [anon_sym_Lesbian] = ACTIONS(628), - [anon_sym_Bi] = ACTIONS(628), - [anon_sym_Trans] = ACTIONS(628), - [anon_sym_Pan] = ACTIONS(628), - [anon_sym_Ace] = ACTIONS(628), - [anon_sym_Aro] = ACTIONS(628), - [anon_sym_Aroace] = ACTIONS(628), - [anon_sym_Enby] = ACTIONS(628), - [anon_sym_Fluid] = ACTIONS(628), - [anon_sym_Queer] = ACTIONS(628), - [anon_sym_Agender] = ACTIONS(628), - [anon_sym_PrideFlags] = ACTIONS(628), - [anon_sym_PrideFlagNames] = ACTIONS(628), - [anon_sym_True] = ACTIONS(628), - [anon_sym_False] = ACTIONS(628), - [anon_sym_NULL] = ACTIONS(628), - [anon_sym_Logo] = ACTIONS(628), - [anon_sym_Lena] = ACTIONS(628), - [anon_sym_Music] = ACTIONS(628), - [anon_sym_Lorem] = ACTIONS(628), - [anon_sym_Os] = ACTIONS(628), - [anon_sym_Family] = ACTIONS(628), - [anon_sym_Arch] = ACTIONS(628), - [anon_sym_ExeExt] = ACTIONS(628), - [anon_sym_DllExt] = ACTIONS(628), - [anon_sym_Sep] = ACTIONS(628), - [anon_sym_ThisFile] = ACTIONS(628), - [anon_sym_ThisFileName] = ACTIONS(628), - [anon_sym_ThisFileDir] = ACTIONS(628), - [anon_sym_WorkingDir] = ACTIONS(628), - [anon_sym_NumProcs] = ACTIONS(628), - [anon_sym_Planets] = ACTIONS(628), - [anon_sym_Zodiac] = ACTIONS(628), - [anon_sym_Suits] = ACTIONS(628), - [anon_sym_Cards] = ACTIONS(628), - [anon_sym_Chess] = ACTIONS(628), - [anon_sym_Moon] = ACTIONS(628), - [anon_sym_Skin] = ACTIONS(628), - [anon_sym_People] = ACTIONS(628), - [anon_sym_Hair] = ACTIONS(628), - [aux_sym_character_token1] = ACTIONS(630), - [sym_string] = ACTIONS(630), - [sym_multiLineString] = ACTIONS(630), - [sym_identifier] = ACTIONS(628), - [sym_identifierDeprecated] = ACTIONS(628), - [sym_system] = ACTIONS(630), - [sym_comment] = ACTIONS(628), - [sym_tripleMinus] = ACTIONS(630), - [sym_openParen] = ACTIONS(630), - [sym_openCurly] = ACTIONS(630), - [sym_openBracket] = ACTIONS(630), - [anon_sym_CARET] = ACTIONS(630), - [anon_sym_SQUOTE] = ACTIONS(628), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(630), - [anon_sym_e] = ACTIONS(628), - [anon_sym_NaN] = ACTIONS(628), - [anon_sym_eta] = ACTIONS(630), - [anon_sym_u03b7] = ACTIONS(628), - [anon_sym_pi] = ACTIONS(628), - [anon_sym_u03c0] = ACTIONS(628), - [anon_sym_tau] = ACTIONS(630), - [anon_sym_u03c4] = ACTIONS(628), - [anon_sym_infinity] = ACTIONS(630), - [anon_sym_u221e] = ACTIONS(630), - [anon_sym_W] = ACTIONS(628), - [anon_sym_i] = ACTIONS(628), - [anon_sym_MaxInt] = ACTIONS(628), - [anon_sym_HexDigits] = ACTIONS(628), - [anon_sym_DOT] = ACTIONS(630), - [anon_sym_COMMA] = ACTIONS(630), - [anon_sym_COLON] = ACTIONS(630), - [anon_sym_u25cc] = ACTIONS(630), - [anon_sym_identity] = ACTIONS(630), - [anon_sym_id] = ACTIONS(628), - [anon_sym_u2218] = ACTIONS(630), - [anon_sym_not] = ACTIONS(630), - [anon_sym_u00ac] = ACTIONS(630), - [anon_sym_sign] = ACTIONS(628), - [anon_sym_u00b1] = ACTIONS(630), - [anon_sym_BQUOTE] = ACTIONS(630), - [anon_sym_u00af] = ACTIONS(628), - [anon_sym_absolutevalue] = ACTIONS(630), - [anon_sym_u2335] = ACTIONS(630), - [anon_sym_sqrt] = ACTIONS(630), - [anon_sym_u221a] = ACTIONS(630), - [anon_sym_sine] = ACTIONS(630), - [anon_sym_u25cb] = ACTIONS(630), - [anon_sym_u223f] = ACTIONS(630), - [anon_sym_floor] = ACTIONS(630), - [anon_sym_u230a] = ACTIONS(630), - [anon_sym_ceiling] = ACTIONS(630), - [anon_sym_u2308] = ACTIONS(630), - [anon_sym_round] = ACTIONS(630), - [anon_sym_u2045] = ACTIONS(630), - [anon_sym_EQ] = ACTIONS(630), - [anon_sym_BANG_EQ] = ACTIONS(630), - [anon_sym_u2260] = ACTIONS(630), - [anon_sym_LT] = ACTIONS(628), - [anon_sym_LT_EQ] = ACTIONS(630), - [anon_sym_u2264] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(628), - [anon_sym_GT_EQ] = ACTIONS(630), - [anon_sym_u2265] = ACTIONS(630), - [anon_sym_PLUS] = ACTIONS(630), - [anon_sym_DASH] = ACTIONS(628), - [anon_sym_STAR] = ACTIONS(630), - [anon_sym_u00d7] = ACTIONS(630), - [anon_sym_PERCENT] = ACTIONS(630), - [anon_sym_u00f7] = ACTIONS(630), - [anon_sym_modulus] = ACTIONS(630), - [anon_sym_u25ff] = ACTIONS(630), - [anon_sym_power] = ACTIONS(630), - [anon_sym_u207f] = ACTIONS(630), - [anon_sym_logarithm] = ACTIONS(630), - [anon_sym_u2099] = ACTIONS(630), - [anon_sym_minimum] = ACTIONS(630), - [anon_sym_u21a7] = ACTIONS(630), - [anon_sym_maximum] = ACTIONS(630), - [anon_sym_u21a5] = ACTIONS(630), - [anon_sym_atangent] = ACTIONS(630), - [anon_sym_u2220] = ACTIONS(630), - [anon_sym_length] = ACTIONS(630), - [anon_sym_u29fb] = ACTIONS(630), - [anon_sym_shape] = ACTIONS(630), - [anon_sym_u25b3] = ACTIONS(630), - [anon_sym_range] = ACTIONS(630), - [anon_sym_u21e1] = ACTIONS(630), - [anon_sym_first] = ACTIONS(630), - [anon_sym_u22a2] = ACTIONS(630), - [anon_sym_reverse] = ACTIONS(630), - [anon_sym_u21cc] = ACTIONS(630), - [anon_sym_deshape] = ACTIONS(630), - [anon_sym_u266d] = ACTIONS(630), - [anon_sym_bits] = ACTIONS(630), - [anon_sym_u22ef] = ACTIONS(630), - [anon_sym_transpose] = ACTIONS(630), - [anon_sym_u2349] = ACTIONS(630), - [anon_sym_rise] = ACTIONS(630), - [anon_sym_u234f] = ACTIONS(630), - [anon_sym_fall] = ACTIONS(630), - [anon_sym_u2356] = ACTIONS(630), - [anon_sym_where] = ACTIONS(630), - [anon_sym_u229a] = ACTIONS(630), - [anon_sym_classify] = ACTIONS(630), - [anon_sym_u229b] = ACTIONS(630), - [anon_sym_deduplicate] = ACTIONS(630), - [anon_sym_u25f4] = ACTIONS(630), - [anon_sym_box] = ACTIONS(630), - [anon_sym_u25a1] = ACTIONS(630), - [anon_sym_match] = ACTIONS(630), - [anon_sym_u224d] = ACTIONS(630), - [anon_sym_couple] = ACTIONS(630), - [anon_sym_u229f] = ACTIONS(630), - [anon_sym_join] = ACTIONS(630), - [anon_sym_u2282] = ACTIONS(630), - [anon_sym_select] = ACTIONS(630), - [anon_sym_u228f] = ACTIONS(630), - [anon_sym_pick] = ACTIONS(630), - [anon_sym_u22a1] = ACTIONS(630), - [anon_sym_reshape] = ACTIONS(630), - [anon_sym_u21af] = ACTIONS(630), - [anon_sym_take] = ACTIONS(630), - [anon_sym_u2199] = ACTIONS(630), - [anon_sym_drop] = ACTIONS(630), - [anon_sym_u2198] = ACTIONS(630), - [anon_sym_rotate] = ACTIONS(630), - [anon_sym_u21bb] = ACTIONS(630), - [anon_sym_windows] = ACTIONS(630), - [anon_sym_u25eb] = ACTIONS(630), - [anon_sym_keep] = ACTIONS(630), - [anon_sym_u25bd] = ACTIONS(630), - [anon_sym_find] = ACTIONS(630), - [anon_sym_u2315] = ACTIONS(630), - [anon_sym_indexof] = ACTIONS(630), - [anon_sym_u2297] = ACTIONS(630), - [anon_sym_assert] = ACTIONS(630), - [anon_sym_u2364] = ACTIONS(630), - [anon_sym_wait] = ACTIONS(630), - [anon_sym_parse] = ACTIONS(630), - [anon_sym_u22d5] = ACTIONS(630), - [anon_sym_random] = ACTIONS(630), - [anon_sym_u2682] = ACTIONS(630), - [anon_sym_gen] = ACTIONS(630), - [anon_sym_tag] = ACTIONS(630), - [anon_sym_now] = ACTIONS(630), - [anon_sym_type] = ACTIONS(630), - [anon_sym_u2e2e] = ACTIONS(630), - [anon_sym_dump] = ACTIONS(630), - [anon_sym_regex] = ACTIONS(630), - [anon_sym_send] = ACTIONS(630), - [anon_sym_recv] = ACTIONS(630), - [anon_sym_tryrecv] = ACTIONS(630), - [anon_sym_complex] = ACTIONS(630), - [anon_sym_u2102] = ACTIONS(630), - [anon_sym_rerank] = ACTIONS(630), - [anon_sym_u2607] = ACTIONS(630), - [anon_sym_fix] = ACTIONS(630), - [anon_sym_u00a4] = ACTIONS(630), - [anon_sym_QMARK] = ACTIONS(630), - [anon_sym_unique] = ACTIONS(630), - [anon_sym_u25f0] = ACTIONS(630), - [anon_sym_map] = ACTIONS(630), - [anon_sym_has] = ACTIONS(630), - [anon_sym_get] = ACTIONS(630), - [anon_sym_insert] = ACTIONS(630), - [anon_sym_remove] = ACTIONS(630), - [anon_sym_repr] = ACTIONS(630), - [anon_sym_mask] = ACTIONS(630), - [anon_sym_u29b7] = ACTIONS(630), - [anon_sym_csv] = ACTIONS(630), - [anon_sym_json] = ACTIONS(630), - [anon_sym_xlsx] = ACTIONS(630), - [anon_sym_memberOf] = ACTIONS(630), - [anon_sym_u2208] = ACTIONS(630), - [anon_sym_imen] = ACTIONS(630), - [anon_sym_gife] = ACTIONS(630), - [anon_sym_auden] = ACTIONS(630), - [anon_sym_utfu2088] = ACTIONS(630), - [anon_sym_datetime] = ACTIONS(630), - [anon_sym_chunk] = ACTIONS(630), - [anon_sym_u2444] = ACTIONS(630), - [anon_sym_choose] = ACTIONS(630), - [anon_sym_permute] = ACTIONS(630), - [anon_sym_orient] = ACTIONS(630), - [anon_sym_fft] = ACTIONS(630), - [anon_sym_reduce] = ACTIONS(630), - [anon_sym_SLASH] = ACTIONS(630), - [anon_sym_scan] = ACTIONS(630), - [anon_sym_BSLASH] = ACTIONS(630), - [anon_sym_each] = ACTIONS(630), - [anon_sym_u2235] = ACTIONS(630), - [anon_sym_rows] = ACTIONS(630), - [anon_sym_u2261] = ACTIONS(630), - [anon_sym_repeat] = ACTIONS(630), - [anon_sym_u2365] = ACTIONS(630), - [anon_sym_dip] = ACTIONS(630), - [anon_sym_u2299] = ACTIONS(630), - [anon_sym_gap] = ACTIONS(630), - [anon_sym_u22c5] = ACTIONS(630), - [anon_sym_spawn] = ACTIONS(630), - [anon_sym_rectify] = ACTIONS(630), - [anon_sym_u2305] = ACTIONS(630), - [anon_sym_un] = ACTIONS(628), - [anon_sym_u00b0] = ACTIONS(630), - [anon_sym_on] = ACTIONS(628), - [anon_sym_u27dc] = ACTIONS(630), - [anon_sym_inventory] = ACTIONS(630), - [anon_sym_u235a] = ACTIONS(630), - [anon_sym_content] = ACTIONS(630), - [anon_sym_u25c7] = ACTIONS(630), - [anon_sym_pool] = ACTIONS(630), - [anon_sym_stringify] = ACTIONS(630), - [anon_sym_signature] = ACTIONS(630), - [anon_sym_triangle] = ACTIONS(630), - [anon_sym_u25f9] = ACTIONS(630), - [anon_sym_astar] = ACTIONS(630), - [anon_sym_but] = ACTIONS(630), - [anon_sym_u2919] = ACTIONS(630), - [anon_sym_with] = ACTIONS(630), - [anon_sym_u291a] = ACTIONS(630), - [anon_sym_above] = ACTIONS(630), - [anon_sym_u25e0] = ACTIONS(630), - [anon_sym_below] = ACTIONS(630), - [anon_sym_u25e1] = ACTIONS(630), - [anon_sym_fold] = ACTIONS(630), - [anon_sym_u2227] = ACTIONS(630), - [anon_sym_table] = ACTIONS(630), - [anon_sym_u229e] = ACTIONS(630), - [anon_sym_group] = ACTIONS(630), - [anon_sym_u2295] = ACTIONS(630), - [anon_sym_partition] = ACTIONS(630), - [anon_sym_u229c] = ACTIONS(630), - [anon_sym_both] = ACTIONS(630), - [anon_sym_u2229] = ACTIONS(630), - [anon_sym_bracket] = ACTIONS(630), - [anon_sym_u2293] = ACTIONS(630), - [anon_sym_fork] = ACTIONS(630), - [anon_sym_u2283] = ACTIONS(630), - [anon_sym_under] = ACTIONS(630), - [anon_sym_u235c] = ACTIONS(630), - [anon_sym_fill] = ACTIONS(630), - [anon_sym_u2b1a] = ACTIONS(630), - [anon_sym_try] = ACTIONS(628), - [anon_sym_u2363] = ACTIONS(630), - [anon_sym_do] = ACTIONS(628), - [anon_sym_u2362] = ACTIONS(630), - [anon_sym_setinv] = ACTIONS(630), - [anon_sym_setunder] = ACTIONS(630), - [anon_sym_f] = ACTIONS(628), - [anon_sym_by] = ACTIONS(628), - [anon_sym_u22b8] = ACTIONS(630), - [anon_sym_quote] = ACTIONS(630), - [anon_sym_struct] = ACTIONS(630), - [anon_sym_u2765] = ACTIONS(630), - [anon_sym_u2192] = ACTIONS(630), - [anon_sym_u2237] = ACTIONS(630), - [anon_sym_u00b7] = ACTIONS(630), - [anon_sym_u235b] = ACTIONS(630), - [anon_sym_u2302] = ACTIONS(630), - [anon_sym_u21b0] = ACTIONS(630), - [anon_sym_unpack] = ACTIONS(630), - [anon_sym_u2290] = ACTIONS(630), - [anon_sym_u229d] = ACTIONS(630), - [anon_sym_cross] = ACTIONS(630), - [anon_sym_u22a0] = ACTIONS(630), - [anon_sym_SEMI] = ACTIONS(630), - [anon_sym_deal] = ACTIONS(630), - [anon_sym_strands] = ACTIONS(630), - [anon_sym_u203f] = ACTIONS(630), - [anon_sym_member] = ACTIONS(628), - [anon_sym_u220a] = ACTIONS(630), - [anon_sym_coordinate] = ACTIONS(630), - [anon_sym_u27d4] = ACTIONS(630), - [anon_sym_u03bb] = ACTIONS(630), - [anon_sym_u22ca] = ACTIONS(630), - [sym_emptyMultiLineString] = ACTIONS(630), + [112] = { + [ts_builtin_sym_end] = ACTIONS(604), + [aux_sym_number_token1] = ACTIONS(606), + [sym_fraction] = ACTIONS(608), + [anon_sym_Days] = ACTIONS(606), + [anon_sym_Months] = ACTIONS(606), + [anon_sym_MonthDays] = ACTIONS(606), + [anon_sym_LeanMonthDays] = ACTIONS(606), + [anon_sym_White] = ACTIONS(606), + [anon_sym_Black] = ACTIONS(606), + [anon_sym_Red] = ACTIONS(606), + [anon_sym_Orange] = ACTIONS(606), + [anon_sym_Yellow] = ACTIONS(606), + [anon_sym_Green] = ACTIONS(606), + [anon_sym_Cyan] = ACTIONS(606), + [anon_sym_Blue] = ACTIONS(606), + [anon_sym_Purple] = ACTIONS(606), + [anon_sym_Magenta] = ACTIONS(606), + [anon_sym_Gay] = ACTIONS(606), + [anon_sym_Lesbian] = ACTIONS(606), + [anon_sym_Bi] = ACTIONS(606), + [anon_sym_Trans] = ACTIONS(606), + [anon_sym_Pan] = ACTIONS(606), + [anon_sym_Ace] = ACTIONS(606), + [anon_sym_Aro] = ACTIONS(606), + [anon_sym_Aroace] = ACTIONS(606), + [anon_sym_Enby] = ACTIONS(606), + [anon_sym_Fluid] = ACTIONS(606), + [anon_sym_Queer] = ACTIONS(606), + [anon_sym_Agender] = ACTIONS(606), + [anon_sym_PrideFlags] = ACTIONS(606), + [anon_sym_PrideFlagNames] = ACTIONS(606), + [anon_sym_True] = ACTIONS(606), + [anon_sym_False] = ACTIONS(606), + [anon_sym_NULL] = ACTIONS(606), + [anon_sym_Logo] = ACTIONS(606), + [anon_sym_Lena] = ACTIONS(606), + [anon_sym_Music] = ACTIONS(606), + [anon_sym_Lorem] = ACTIONS(606), + [anon_sym_Os] = ACTIONS(606), + [anon_sym_Family] = ACTIONS(606), + [anon_sym_Arch] = ACTIONS(606), + [anon_sym_ExeExt] = ACTIONS(606), + [anon_sym_DllExt] = ACTIONS(606), + [anon_sym_Sep] = ACTIONS(606), + [anon_sym_ThisFile] = ACTIONS(606), + [anon_sym_ThisFileName] = ACTIONS(606), + [anon_sym_ThisFileDir] = ACTIONS(606), + [anon_sym_WorkingDir] = ACTIONS(606), + [anon_sym_NumProcs] = ACTIONS(606), + [anon_sym_Planets] = ACTIONS(606), + [anon_sym_Zodiac] = ACTIONS(606), + [anon_sym_Suits] = ACTIONS(606), + [anon_sym_Cards] = ACTIONS(606), + [anon_sym_Chess] = ACTIONS(606), + [anon_sym_Moon] = ACTIONS(606), + [anon_sym_Skin] = ACTIONS(606), + [anon_sym_People] = ACTIONS(606), + [anon_sym_Hair] = ACTIONS(606), + [anon_sym_Cat] = ACTIONS(606), + [aux_sym_character_token1] = ACTIONS(608), + [sym_string] = ACTIONS(608), + [sym_multiLineString] = ACTIONS(608), + [sym_identifier] = ACTIONS(606), + [sym_identifierDeprecated] = ACTIONS(606), + [sym_system] = ACTIONS(608), + [sym_comment] = ACTIONS(606), + [sym_tripleMinus] = ACTIONS(608), + [sym_openParen] = ACTIONS(608), + [sym_openCurly] = ACTIONS(608), + [sym_openBracket] = ACTIONS(606), + [anon_sym_CARET] = ACTIONS(608), + [anon_sym_SQUOTE] = ACTIONS(606), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(608), + [anon_sym_e] = ACTIONS(606), + [anon_sym_NaN] = ACTIONS(606), + [anon_sym_eta] = ACTIONS(608), + [anon_sym_u03b7] = ACTIONS(606), + [anon_sym_pi] = ACTIONS(606), + [anon_sym_u03c0] = ACTIONS(606), + [anon_sym_tau] = ACTIONS(608), + [anon_sym_u03c4] = ACTIONS(606), + [anon_sym_infinity] = ACTIONS(608), + [anon_sym_u221e] = ACTIONS(608), + [anon_sym_W] = ACTIONS(606), + [anon_sym_i] = ACTIONS(606), + [anon_sym_MaxInt] = ACTIONS(606), + [anon_sym_HexDigits] = ACTIONS(606), + [anon_sym_DOT] = ACTIONS(608), + [anon_sym_COMMA] = ACTIONS(608), + [anon_sym_COLON] = ACTIONS(608), + [anon_sym_u25cc] = ACTIONS(608), + [anon_sym_identity] = ACTIONS(608), + [anon_sym_id] = ACTIONS(606), + [anon_sym_u2218] = ACTIONS(608), + [anon_sym_not] = ACTIONS(608), + [anon_sym_u00ac] = ACTIONS(608), + [anon_sym_sign] = ACTIONS(606), + [anon_sym_u00b1] = ACTIONS(608), + [anon_sym_BQUOTE] = ACTIONS(608), + [anon_sym_u00af] = ACTIONS(606), + [anon_sym_absolutevalue] = ACTIONS(608), + [anon_sym_u2335] = ACTIONS(608), + [anon_sym_sqrt] = ACTIONS(608), + [anon_sym_u221a] = ACTIONS(608), + [anon_sym_sine] = ACTIONS(608), + [anon_sym_u25cb] = ACTIONS(608), + [anon_sym_u223f] = ACTIONS(608), + [anon_sym_floor] = ACTIONS(608), + [anon_sym_u230a] = ACTIONS(608), + [anon_sym_ceiling] = ACTIONS(608), + [anon_sym_u2308] = ACTIONS(608), + [anon_sym_round] = ACTIONS(608), + [anon_sym_u2045] = ACTIONS(608), + [anon_sym_EQ] = ACTIONS(608), + [anon_sym_BANG_EQ] = ACTIONS(608), + [anon_sym_u2260] = ACTIONS(608), + [anon_sym_LT] = ACTIONS(606), + [anon_sym_LT_EQ] = ACTIONS(608), + [anon_sym_u2264] = ACTIONS(608), + [anon_sym_GT] = ACTIONS(606), + [anon_sym_GT_EQ] = ACTIONS(608), + [anon_sym_u2265] = ACTIONS(608), + [anon_sym_PLUS] = ACTIONS(608), + [anon_sym_DASH] = ACTIONS(606), + [anon_sym_STAR] = ACTIONS(608), + [anon_sym_u00d7] = ACTIONS(608), + [anon_sym_PERCENT] = ACTIONS(608), + [anon_sym_u00f7] = ACTIONS(608), + [anon_sym_modulus] = ACTIONS(608), + [anon_sym_u25ff] = ACTIONS(608), + [anon_sym_power] = ACTIONS(608), + [anon_sym_u207f] = ACTIONS(608), + [anon_sym_logarithm] = ACTIONS(608), + [anon_sym_u2099] = ACTIONS(608), + [anon_sym_minimum] = ACTIONS(608), + [anon_sym_u21a7] = ACTIONS(608), + [anon_sym_maximum] = ACTIONS(608), + [anon_sym_u21a5] = ACTIONS(608), + [anon_sym_atangent] = ACTIONS(608), + [anon_sym_u2220] = ACTIONS(608), + [anon_sym_length] = ACTIONS(608), + [anon_sym_u29fb] = ACTIONS(608), + [anon_sym_shape] = ACTIONS(608), + [anon_sym_u25b3] = ACTIONS(608), + [anon_sym_range] = ACTIONS(608), + [anon_sym_u21e1] = ACTIONS(608), + [anon_sym_first] = ACTIONS(608), + [anon_sym_u22a2] = ACTIONS(608), + [anon_sym_reverse] = ACTIONS(608), + [anon_sym_u21cc] = ACTIONS(608), + [anon_sym_deshape] = ACTIONS(608), + [anon_sym_u266d] = ACTIONS(608), + [anon_sym_bits] = ACTIONS(608), + [anon_sym_u22ef] = ACTIONS(608), + [anon_sym_transpose] = ACTIONS(608), + [anon_sym_u2349] = ACTIONS(608), + [anon_sym_rise] = ACTIONS(608), + [anon_sym_u234f] = ACTIONS(608), + [anon_sym_fall] = ACTIONS(608), + [anon_sym_u2356] = ACTIONS(608), + [anon_sym_where] = ACTIONS(608), + [anon_sym_u229a] = ACTIONS(608), + [anon_sym_classify] = ACTIONS(608), + [anon_sym_u229b] = ACTIONS(608), + [anon_sym_deduplicate] = ACTIONS(608), + [anon_sym_u25f4] = ACTIONS(608), + [anon_sym_box] = ACTIONS(608), + [anon_sym_u25a1] = ACTIONS(608), + [anon_sym_match] = ACTIONS(608), + [anon_sym_u224d] = ACTIONS(608), + [anon_sym_couple] = ACTIONS(608), + [anon_sym_u229f] = ACTIONS(608), + [anon_sym_join] = ACTIONS(608), + [anon_sym_u2282] = ACTIONS(608), + [anon_sym_select] = ACTIONS(608), + [anon_sym_u228f] = ACTIONS(608), + [anon_sym_pick] = ACTIONS(608), + [anon_sym_u22a1] = ACTIONS(608), + [anon_sym_reshape] = ACTIONS(608), + [anon_sym_u21af] = ACTIONS(608), + [anon_sym_take] = ACTIONS(608), + [anon_sym_u2199] = ACTIONS(608), + [anon_sym_drop] = ACTIONS(608), + [anon_sym_u2198] = ACTIONS(608), + [anon_sym_rotate] = ACTIONS(608), + [anon_sym_u21bb] = ACTIONS(608), + [anon_sym_windows] = ACTIONS(608), + [anon_sym_u25eb] = ACTIONS(608), + [anon_sym_keep] = ACTIONS(608), + [anon_sym_u25bd] = ACTIONS(608), + [anon_sym_find] = ACTIONS(608), + [anon_sym_u2315] = ACTIONS(608), + [anon_sym_indexof] = ACTIONS(608), + [anon_sym_u2297] = ACTIONS(608), + [anon_sym_assert] = ACTIONS(608), + [anon_sym_u2364] = ACTIONS(608), + [anon_sym_wait] = ACTIONS(608), + [anon_sym_parse] = ACTIONS(608), + [anon_sym_u22d5] = ACTIONS(608), + [anon_sym_random] = ACTIONS(608), + [anon_sym_u2682] = ACTIONS(608), + [anon_sym_gen] = ACTIONS(608), + [anon_sym_tag] = ACTIONS(608), + [anon_sym_now] = ACTIONS(608), + [anon_sym_type] = ACTIONS(608), + [anon_sym_u2e2e] = ACTIONS(608), + [anon_sym_dump] = ACTIONS(608), + [anon_sym_regex] = ACTIONS(608), + [anon_sym_send] = ACTIONS(608), + [anon_sym_recv] = ACTIONS(608), + [anon_sym_tryrecv] = ACTIONS(608), + [anon_sym_complex] = ACTIONS(608), + [anon_sym_u2102] = ACTIONS(608), + [anon_sym_rerank] = ACTIONS(608), + [anon_sym_u2607] = ACTIONS(608), + [anon_sym_fix] = ACTIONS(608), + [anon_sym_u00a4] = ACTIONS(608), + [anon_sym_QMARK] = ACTIONS(608), + [anon_sym_unique] = ACTIONS(608), + [anon_sym_u25f0] = ACTIONS(608), + [anon_sym_map] = ACTIONS(608), + [anon_sym_has] = ACTIONS(608), + [anon_sym_get] = ACTIONS(608), + [anon_sym_insert] = ACTIONS(608), + [anon_sym_remove] = ACTIONS(608), + [anon_sym_repr] = ACTIONS(608), + [anon_sym_mask] = ACTIONS(608), + [anon_sym_u29b7] = ACTIONS(608), + [anon_sym_csv] = ACTIONS(608), + [anon_sym_json] = ACTIONS(608), + [anon_sym_xlsx] = ACTIONS(608), + [anon_sym_memberOf] = ACTIONS(608), + [anon_sym_u2208] = ACTIONS(608), + [anon_sym_imen] = ACTIONS(608), + [anon_sym_gife] = ACTIONS(608), + [anon_sym_auden] = ACTIONS(608), + [anon_sym_utfu2088] = ACTIONS(608), + [anon_sym_datetime] = ACTIONS(608), + [anon_sym_choose] = ACTIONS(608), + [anon_sym_permute] = ACTIONS(608), + [anon_sym_orient] = ACTIONS(608), + [anon_sym_u2938] = ACTIONS(608), + [anon_sym_fft] = ACTIONS(608), + [anon_sym_graphemes] = ACTIONS(608), + [anon_sym_timezone] = ACTIONS(608), + [anon_sym_around] = ACTIONS(608), + [anon_sym_u2019] = ACTIONS(608), + [anon_sym_base] = ACTIONS(608), + [anon_sym_sort] = ACTIONS(608), + [anon_sym_u2346] = ACTIONS(608), + [anon_sym_last] = ACTIONS(608), + [anon_sym_u22a3] = ACTIONS(608), + [anon_sym_reduce] = ACTIONS(608), + [anon_sym_SLASH] = ACTIONS(608), + [anon_sym_scan] = ACTIONS(608), + [anon_sym_BSLASH] = ACTIONS(608), + [anon_sym_each] = ACTIONS(608), + [anon_sym_u2235] = ACTIONS(608), + [anon_sym_rows] = ACTIONS(608), + [anon_sym_u2261] = ACTIONS(608), + [anon_sym_repeat] = ACTIONS(608), + [anon_sym_u2365] = ACTIONS(608), + [anon_sym_dip] = ACTIONS(608), + [anon_sym_u2299] = ACTIONS(608), + [anon_sym_gap] = ACTIONS(608), + [anon_sym_u22c5] = ACTIONS(608), + [anon_sym_spawn] = ACTIONS(608), + [anon_sym_rectify] = ACTIONS(608), + [anon_sym_u2305] = ACTIONS(608), + [anon_sym_un] = ACTIONS(606), + [anon_sym_u00b0] = ACTIONS(608), + [anon_sym_on] = ACTIONS(606), + [anon_sym_u27dc] = ACTIONS(608), + [anon_sym_inventory] = ACTIONS(608), + [anon_sym_u235a] = ACTIONS(608), + [anon_sym_content] = ACTIONS(608), + [anon_sym_u25c7] = ACTIONS(608), + [anon_sym_pool] = ACTIONS(608), + [anon_sym_stringify] = ACTIONS(608), + [anon_sym_signature] = ACTIONS(608), + [anon_sym_triangle] = ACTIONS(608), + [anon_sym_u25f9] = ACTIONS(608), + [anon_sym_astar] = ACTIONS(608), + [anon_sym_with] = ACTIONS(608), + [anon_sym_u2919] = ACTIONS(608), + [anon_sym_off] = ACTIONS(608), + [anon_sym_u291a] = ACTIONS(608), + [anon_sym_above] = ACTIONS(608), + [anon_sym_u25e0] = ACTIONS(608), + [anon_sym_below] = ACTIONS(608), + [anon_sym_u25e1] = ACTIONS(608), + [anon_sym_anti] = ACTIONS(608), + [anon_sym_u231d] = ACTIONS(608), + [anon_sym_obverse] = ACTIONS(608), + [anon_sym_toples] = ACTIONS(608), + [anon_sym_u29c5] = ACTIONS(608), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(608), + [anon_sym_fold] = ACTIONS(608), + [anon_sym_u2227] = ACTIONS(608), + [anon_sym_table] = ACTIONS(608), + [anon_sym_u229e] = ACTIONS(608), + [anon_sym_group] = ACTIONS(608), + [anon_sym_u2295] = ACTIONS(608), + [anon_sym_partition] = ACTIONS(608), + [anon_sym_u229c] = ACTIONS(608), + [anon_sym_both] = ACTIONS(608), + [anon_sym_u2229] = ACTIONS(608), + [anon_sym_bracket] = ACTIONS(608), + [anon_sym_u2293] = ACTIONS(608), + [anon_sym_fork] = ACTIONS(608), + [anon_sym_u2283] = ACTIONS(608), + [anon_sym_under] = ACTIONS(608), + [anon_sym_u235c] = ACTIONS(608), + [anon_sym_fill] = ACTIONS(608), + [anon_sym_u2b1a] = ACTIONS(608), + [anon_sym_try] = ACTIONS(606), + [anon_sym_u2363] = ACTIONS(608), + [anon_sym_do] = ACTIONS(606), + [anon_sym_u2362] = ACTIONS(608), + [anon_sym_f] = ACTIONS(606), + [anon_sym_by] = ACTIONS(606), + [anon_sym_u22b8] = ACTIONS(608), + [anon_sym_quote] = ACTIONS(608), + [anon_sym_u2765] = ACTIONS(608), + [anon_sym_u2192] = ACTIONS(608), + [anon_sym_u2237] = ACTIONS(608), + [anon_sym_u00b7] = ACTIONS(608), + [anon_sym_u235b] = ACTIONS(608), + [anon_sym_u2302] = ACTIONS(608), + [anon_sym_u21b0] = ACTIONS(608), + [anon_sym_unpack] = ACTIONS(608), + [anon_sym_u2290] = ACTIONS(608), + [anon_sym_u229d] = ACTIONS(608), + [anon_sym_cross] = ACTIONS(608), + [anon_sym_u22a0] = ACTIONS(608), + [anon_sym_SEMI] = ACTIONS(608), + [anon_sym_deal] = ACTIONS(608), + [anon_sym_member] = ACTIONS(606), + [anon_sym_u220a] = ACTIONS(608), + [anon_sym_coordinate] = ACTIONS(608), + [anon_sym_u27d4] = ACTIONS(608), + [anon_sym_u03bb] = ACTIONS(608), + [anon_sym_u22ca] = ACTIONS(608), + [anon_sym_chunk] = ACTIONS(608), + [anon_sym_u2444] = ACTIONS(608), + [anon_sym_setinv] = ACTIONS(608), + [anon_sym_setund] = ACTIONS(608), + [anon_sym_struct] = ACTIONS(608), + [sym_emptyMultiLineString] = ACTIONS(608), [sym__endOfLine] = ACTIONS(5), }, + [113] = { + [ts_builtin_sym_end] = ACTIONS(610), + [aux_sym_number_token1] = ACTIONS(612), + [sym_fraction] = ACTIONS(614), + [anon_sym_Days] = ACTIONS(612), + [anon_sym_Months] = ACTIONS(612), + [anon_sym_MonthDays] = ACTIONS(612), + [anon_sym_LeanMonthDays] = ACTIONS(612), + [anon_sym_White] = ACTIONS(612), + [anon_sym_Black] = ACTIONS(612), + [anon_sym_Red] = ACTIONS(612), + [anon_sym_Orange] = ACTIONS(612), + [anon_sym_Yellow] = ACTIONS(612), + [anon_sym_Green] = ACTIONS(612), + [anon_sym_Cyan] = ACTIONS(612), + [anon_sym_Blue] = ACTIONS(612), + [anon_sym_Purple] = ACTIONS(612), + [anon_sym_Magenta] = ACTIONS(612), + [anon_sym_Gay] = ACTIONS(612), + [anon_sym_Lesbian] = ACTIONS(612), + [anon_sym_Bi] = ACTIONS(612), + [anon_sym_Trans] = ACTIONS(612), + [anon_sym_Pan] = ACTIONS(612), + [anon_sym_Ace] = ACTIONS(612), + [anon_sym_Aro] = ACTIONS(612), + [anon_sym_Aroace] = ACTIONS(612), + [anon_sym_Enby] = ACTIONS(612), + [anon_sym_Fluid] = ACTIONS(612), + [anon_sym_Queer] = ACTIONS(612), + [anon_sym_Agender] = ACTIONS(612), + [anon_sym_PrideFlags] = ACTIONS(612), + [anon_sym_PrideFlagNames] = ACTIONS(612), + [anon_sym_True] = ACTIONS(612), + [anon_sym_False] = ACTIONS(612), + [anon_sym_NULL] = ACTIONS(612), + [anon_sym_Logo] = ACTIONS(612), + [anon_sym_Lena] = ACTIONS(612), + [anon_sym_Music] = ACTIONS(612), + [anon_sym_Lorem] = ACTIONS(612), + [anon_sym_Os] = ACTIONS(612), + [anon_sym_Family] = ACTIONS(612), + [anon_sym_Arch] = ACTIONS(612), + [anon_sym_ExeExt] = ACTIONS(612), + [anon_sym_DllExt] = ACTIONS(612), + [anon_sym_Sep] = ACTIONS(612), + [anon_sym_ThisFile] = ACTIONS(612), + [anon_sym_ThisFileName] = ACTIONS(612), + [anon_sym_ThisFileDir] = ACTIONS(612), + [anon_sym_WorkingDir] = ACTIONS(612), + [anon_sym_NumProcs] = ACTIONS(612), + [anon_sym_Planets] = ACTIONS(612), + [anon_sym_Zodiac] = ACTIONS(612), + [anon_sym_Suits] = ACTIONS(612), + [anon_sym_Cards] = ACTIONS(612), + [anon_sym_Chess] = ACTIONS(612), + [anon_sym_Moon] = ACTIONS(612), + [anon_sym_Skin] = ACTIONS(612), + [anon_sym_People] = ACTIONS(612), + [anon_sym_Hair] = ACTIONS(612), + [anon_sym_Cat] = ACTIONS(612), + [aux_sym_character_token1] = ACTIONS(614), + [sym_string] = ACTIONS(614), + [sym_multiLineString] = ACTIONS(614), + [sym_identifier] = ACTIONS(612), + [sym_identifierDeprecated] = ACTIONS(612), + [sym_system] = ACTIONS(614), + [sym_comment] = ACTIONS(612), + [sym_tripleMinus] = ACTIONS(614), + [sym_openParen] = ACTIONS(614), + [sym_openCurly] = ACTIONS(614), + [sym_openBracket] = ACTIONS(612), + [anon_sym_CARET] = ACTIONS(614), + [anon_sym_SQUOTE] = ACTIONS(612), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(614), + [anon_sym_e] = ACTIONS(612), + [anon_sym_NaN] = ACTIONS(612), + [anon_sym_eta] = ACTIONS(614), + [anon_sym_u03b7] = ACTIONS(612), + [anon_sym_pi] = ACTIONS(612), + [anon_sym_u03c0] = ACTIONS(612), + [anon_sym_tau] = ACTIONS(614), + [anon_sym_u03c4] = ACTIONS(612), + [anon_sym_infinity] = ACTIONS(614), + [anon_sym_u221e] = ACTIONS(614), + [anon_sym_W] = ACTIONS(612), + [anon_sym_i] = ACTIONS(612), + [anon_sym_MaxInt] = ACTIONS(612), + [anon_sym_HexDigits] = ACTIONS(612), + [anon_sym_DOT] = ACTIONS(614), + [anon_sym_COMMA] = ACTIONS(614), + [anon_sym_COLON] = ACTIONS(614), + [anon_sym_u25cc] = ACTIONS(614), + [anon_sym_identity] = ACTIONS(614), + [anon_sym_id] = ACTIONS(612), + [anon_sym_u2218] = ACTIONS(614), + [anon_sym_not] = ACTIONS(614), + [anon_sym_u00ac] = ACTIONS(614), + [anon_sym_sign] = ACTIONS(612), + [anon_sym_u00b1] = ACTIONS(614), + [anon_sym_BQUOTE] = ACTIONS(614), + [anon_sym_u00af] = ACTIONS(612), + [anon_sym_absolutevalue] = ACTIONS(614), + [anon_sym_u2335] = ACTIONS(614), + [anon_sym_sqrt] = ACTIONS(614), + [anon_sym_u221a] = ACTIONS(614), + [anon_sym_sine] = ACTIONS(614), + [anon_sym_u25cb] = ACTIONS(614), + [anon_sym_u223f] = ACTIONS(614), + [anon_sym_floor] = ACTIONS(614), + [anon_sym_u230a] = ACTIONS(614), + [anon_sym_ceiling] = ACTIONS(614), + [anon_sym_u2308] = ACTIONS(614), + [anon_sym_round] = ACTIONS(614), + [anon_sym_u2045] = ACTIONS(614), + [anon_sym_EQ] = ACTIONS(614), + [anon_sym_BANG_EQ] = ACTIONS(614), + [anon_sym_u2260] = ACTIONS(614), + [anon_sym_LT] = ACTIONS(612), + [anon_sym_LT_EQ] = ACTIONS(614), + [anon_sym_u2264] = ACTIONS(614), + [anon_sym_GT] = ACTIONS(612), + [anon_sym_GT_EQ] = ACTIONS(614), + [anon_sym_u2265] = ACTIONS(614), + [anon_sym_PLUS] = ACTIONS(614), + [anon_sym_DASH] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_u00d7] = ACTIONS(614), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_u00f7] = ACTIONS(614), + [anon_sym_modulus] = ACTIONS(614), + [anon_sym_u25ff] = ACTIONS(614), + [anon_sym_power] = ACTIONS(614), + [anon_sym_u207f] = ACTIONS(614), + [anon_sym_logarithm] = ACTIONS(614), + [anon_sym_u2099] = ACTIONS(614), + [anon_sym_minimum] = ACTIONS(614), + [anon_sym_u21a7] = ACTIONS(614), + [anon_sym_maximum] = ACTIONS(614), + [anon_sym_u21a5] = ACTIONS(614), + [anon_sym_atangent] = ACTIONS(614), + [anon_sym_u2220] = ACTIONS(614), + [anon_sym_length] = ACTIONS(614), + [anon_sym_u29fb] = ACTIONS(614), + [anon_sym_shape] = ACTIONS(614), + [anon_sym_u25b3] = ACTIONS(614), + [anon_sym_range] = ACTIONS(614), + [anon_sym_u21e1] = ACTIONS(614), + [anon_sym_first] = ACTIONS(614), + [anon_sym_u22a2] = ACTIONS(614), + [anon_sym_reverse] = ACTIONS(614), + [anon_sym_u21cc] = ACTIONS(614), + [anon_sym_deshape] = ACTIONS(614), + [anon_sym_u266d] = ACTIONS(614), + [anon_sym_bits] = ACTIONS(614), + [anon_sym_u22ef] = ACTIONS(614), + [anon_sym_transpose] = ACTIONS(614), + [anon_sym_u2349] = ACTIONS(614), + [anon_sym_rise] = ACTIONS(614), + [anon_sym_u234f] = ACTIONS(614), + [anon_sym_fall] = ACTIONS(614), + [anon_sym_u2356] = ACTIONS(614), + [anon_sym_where] = ACTIONS(614), + [anon_sym_u229a] = ACTIONS(614), + [anon_sym_classify] = ACTIONS(614), + [anon_sym_u229b] = ACTIONS(614), + [anon_sym_deduplicate] = ACTIONS(614), + [anon_sym_u25f4] = ACTIONS(614), + [anon_sym_box] = ACTIONS(614), + [anon_sym_u25a1] = ACTIONS(614), + [anon_sym_match] = ACTIONS(614), + [anon_sym_u224d] = ACTIONS(614), + [anon_sym_couple] = ACTIONS(614), + [anon_sym_u229f] = ACTIONS(614), + [anon_sym_join] = ACTIONS(614), + [anon_sym_u2282] = ACTIONS(614), + [anon_sym_select] = ACTIONS(614), + [anon_sym_u228f] = ACTIONS(614), + [anon_sym_pick] = ACTIONS(614), + [anon_sym_u22a1] = ACTIONS(614), + [anon_sym_reshape] = ACTIONS(614), + [anon_sym_u21af] = ACTIONS(614), + [anon_sym_take] = ACTIONS(614), + [anon_sym_u2199] = ACTIONS(614), + [anon_sym_drop] = ACTIONS(614), + [anon_sym_u2198] = ACTIONS(614), + [anon_sym_rotate] = ACTIONS(614), + [anon_sym_u21bb] = ACTIONS(614), + [anon_sym_windows] = ACTIONS(614), + [anon_sym_u25eb] = ACTIONS(614), + [anon_sym_keep] = ACTIONS(614), + [anon_sym_u25bd] = ACTIONS(614), + [anon_sym_find] = ACTIONS(614), + [anon_sym_u2315] = ACTIONS(614), + [anon_sym_indexof] = ACTIONS(614), + [anon_sym_u2297] = ACTIONS(614), + [anon_sym_assert] = ACTIONS(614), + [anon_sym_u2364] = ACTIONS(614), + [anon_sym_wait] = ACTIONS(614), + [anon_sym_parse] = ACTIONS(614), + [anon_sym_u22d5] = ACTIONS(614), + [anon_sym_random] = ACTIONS(614), + [anon_sym_u2682] = ACTIONS(614), + [anon_sym_gen] = ACTIONS(614), + [anon_sym_tag] = ACTIONS(614), + [anon_sym_now] = ACTIONS(614), + [anon_sym_type] = ACTIONS(614), + [anon_sym_u2e2e] = ACTIONS(614), + [anon_sym_dump] = ACTIONS(614), + [anon_sym_regex] = ACTIONS(614), + [anon_sym_send] = ACTIONS(614), + [anon_sym_recv] = ACTIONS(614), + [anon_sym_tryrecv] = ACTIONS(614), + [anon_sym_complex] = ACTIONS(614), + [anon_sym_u2102] = ACTIONS(614), + [anon_sym_rerank] = ACTIONS(614), + [anon_sym_u2607] = ACTIONS(614), + [anon_sym_fix] = ACTIONS(614), + [anon_sym_u00a4] = ACTIONS(614), + [anon_sym_QMARK] = ACTIONS(614), + [anon_sym_unique] = ACTIONS(614), + [anon_sym_u25f0] = ACTIONS(614), + [anon_sym_map] = ACTIONS(614), + [anon_sym_has] = ACTIONS(614), + [anon_sym_get] = ACTIONS(614), + [anon_sym_insert] = ACTIONS(614), + [anon_sym_remove] = ACTIONS(614), + [anon_sym_repr] = ACTIONS(614), + [anon_sym_mask] = ACTIONS(614), + [anon_sym_u29b7] = ACTIONS(614), + [anon_sym_csv] = ACTIONS(614), + [anon_sym_json] = ACTIONS(614), + [anon_sym_xlsx] = ACTIONS(614), + [anon_sym_memberOf] = ACTIONS(614), + [anon_sym_u2208] = ACTIONS(614), + [anon_sym_imen] = ACTIONS(614), + [anon_sym_gife] = ACTIONS(614), + [anon_sym_auden] = ACTIONS(614), + [anon_sym_utfu2088] = ACTIONS(614), + [anon_sym_datetime] = ACTIONS(614), + [anon_sym_choose] = ACTIONS(614), + [anon_sym_permute] = ACTIONS(614), + [anon_sym_orient] = ACTIONS(614), + [anon_sym_u2938] = ACTIONS(614), + [anon_sym_fft] = ACTIONS(614), + [anon_sym_graphemes] = ACTIONS(614), + [anon_sym_timezone] = ACTIONS(614), + [anon_sym_around] = ACTIONS(614), + [anon_sym_u2019] = ACTIONS(614), + [anon_sym_base] = ACTIONS(614), + [anon_sym_sort] = ACTIONS(614), + [anon_sym_u2346] = ACTIONS(614), + [anon_sym_last] = ACTIONS(614), + [anon_sym_u22a3] = ACTIONS(614), + [anon_sym_reduce] = ACTIONS(614), + [anon_sym_SLASH] = ACTIONS(614), + [anon_sym_scan] = ACTIONS(614), + [anon_sym_BSLASH] = ACTIONS(614), + [anon_sym_each] = ACTIONS(614), + [anon_sym_u2235] = ACTIONS(614), + [anon_sym_rows] = ACTIONS(614), + [anon_sym_u2261] = ACTIONS(614), + [anon_sym_repeat] = ACTIONS(614), + [anon_sym_u2365] = ACTIONS(614), + [anon_sym_dip] = ACTIONS(614), + [anon_sym_u2299] = ACTIONS(614), + [anon_sym_gap] = ACTIONS(614), + [anon_sym_u22c5] = ACTIONS(614), + [anon_sym_spawn] = ACTIONS(614), + [anon_sym_rectify] = ACTIONS(614), + [anon_sym_u2305] = ACTIONS(614), + [anon_sym_un] = ACTIONS(612), + [anon_sym_u00b0] = ACTIONS(614), + [anon_sym_on] = ACTIONS(612), + [anon_sym_u27dc] = ACTIONS(614), + [anon_sym_inventory] = ACTIONS(614), + [anon_sym_u235a] = ACTIONS(614), + [anon_sym_content] = ACTIONS(614), + [anon_sym_u25c7] = ACTIONS(614), + [anon_sym_pool] = ACTIONS(614), + [anon_sym_stringify] = ACTIONS(614), + [anon_sym_signature] = ACTIONS(614), + [anon_sym_triangle] = ACTIONS(614), + [anon_sym_u25f9] = ACTIONS(614), + [anon_sym_astar] = ACTIONS(614), + [anon_sym_with] = ACTIONS(614), + [anon_sym_u2919] = ACTIONS(614), + [anon_sym_off] = ACTIONS(614), + [anon_sym_u291a] = ACTIONS(614), + [anon_sym_above] = ACTIONS(614), + [anon_sym_u25e0] = ACTIONS(614), + [anon_sym_below] = ACTIONS(614), + [anon_sym_u25e1] = ACTIONS(614), + [anon_sym_anti] = ACTIONS(614), + [anon_sym_u231d] = ACTIONS(614), + [anon_sym_obverse] = ACTIONS(614), + [anon_sym_toples] = ACTIONS(614), + [anon_sym_u29c5] = ACTIONS(614), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(614), + [anon_sym_fold] = ACTIONS(614), + [anon_sym_u2227] = ACTIONS(614), + [anon_sym_table] = ACTIONS(614), + [anon_sym_u229e] = ACTIONS(614), + [anon_sym_group] = ACTIONS(614), + [anon_sym_u2295] = ACTIONS(614), + [anon_sym_partition] = ACTIONS(614), + [anon_sym_u229c] = ACTIONS(614), + [anon_sym_both] = ACTIONS(614), + [anon_sym_u2229] = ACTIONS(614), + [anon_sym_bracket] = ACTIONS(614), + [anon_sym_u2293] = ACTIONS(614), + [anon_sym_fork] = ACTIONS(614), + [anon_sym_u2283] = ACTIONS(614), + [anon_sym_under] = ACTIONS(614), + [anon_sym_u235c] = ACTIONS(614), + [anon_sym_fill] = ACTIONS(614), + [anon_sym_u2b1a] = ACTIONS(614), + [anon_sym_try] = ACTIONS(612), + [anon_sym_u2363] = ACTIONS(614), + [anon_sym_do] = ACTIONS(612), + [anon_sym_u2362] = ACTIONS(614), + [anon_sym_f] = ACTIONS(612), + [anon_sym_by] = ACTIONS(612), + [anon_sym_u22b8] = ACTIONS(614), + [anon_sym_quote] = ACTIONS(614), + [anon_sym_u2765] = ACTIONS(614), + [anon_sym_u2192] = ACTIONS(614), + [anon_sym_u2237] = ACTIONS(614), + [anon_sym_u00b7] = ACTIONS(614), + [anon_sym_u235b] = ACTIONS(614), + [anon_sym_u2302] = ACTIONS(614), + [anon_sym_u21b0] = ACTIONS(614), + [anon_sym_unpack] = ACTIONS(614), + [anon_sym_u2290] = ACTIONS(614), + [anon_sym_u229d] = ACTIONS(614), + [anon_sym_cross] = ACTIONS(614), + [anon_sym_u22a0] = ACTIONS(614), + [anon_sym_SEMI] = ACTIONS(614), + [anon_sym_deal] = ACTIONS(614), + [anon_sym_member] = ACTIONS(612), + [anon_sym_u220a] = ACTIONS(614), + [anon_sym_coordinate] = ACTIONS(614), + [anon_sym_u27d4] = ACTIONS(614), + [anon_sym_u03bb] = ACTIONS(614), + [anon_sym_u22ca] = ACTIONS(614), + [anon_sym_chunk] = ACTIONS(614), + [anon_sym_u2444] = ACTIONS(614), + [anon_sym_setinv] = ACTIONS(614), + [anon_sym_setund] = ACTIONS(614), + [anon_sym_struct] = ACTIONS(614), + [sym_emptyMultiLineString] = ACTIONS(614), + [sym__endOfLine] = ACTIONS(616), + }, [114] = { - [ts_builtin_sym_end] = ACTIONS(632), - [aux_sym_number_token1] = ACTIONS(634), - [sym_fraction] = ACTIONS(636), - [anon_sym_Days] = ACTIONS(634), - [anon_sym_Months] = ACTIONS(634), - [anon_sym_MonthDays] = ACTIONS(634), - [anon_sym_LeanMonthDays] = ACTIONS(634), - [anon_sym_White] = ACTIONS(634), - [anon_sym_Black] = ACTIONS(634), - [anon_sym_Red] = ACTIONS(634), - [anon_sym_Orange] = ACTIONS(634), - [anon_sym_Yellow] = ACTIONS(634), - [anon_sym_Green] = ACTIONS(634), - [anon_sym_Cyan] = ACTIONS(634), - [anon_sym_Blue] = ACTIONS(634), - [anon_sym_Purple] = ACTIONS(634), - [anon_sym_Magenta] = ACTIONS(634), - [anon_sym_Gay] = ACTIONS(634), - [anon_sym_Lesbian] = ACTIONS(634), - [anon_sym_Bi] = ACTIONS(634), - [anon_sym_Trans] = ACTIONS(634), - [anon_sym_Pan] = ACTIONS(634), - [anon_sym_Ace] = ACTIONS(634), - [anon_sym_Aro] = ACTIONS(634), - [anon_sym_Aroace] = ACTIONS(634), - [anon_sym_Enby] = ACTIONS(634), - [anon_sym_Fluid] = ACTIONS(634), - [anon_sym_Queer] = ACTIONS(634), - [anon_sym_Agender] = ACTIONS(634), - [anon_sym_PrideFlags] = ACTIONS(634), - [anon_sym_PrideFlagNames] = ACTIONS(634), - [anon_sym_True] = ACTIONS(634), - [anon_sym_False] = ACTIONS(634), - [anon_sym_NULL] = ACTIONS(634), - [anon_sym_Logo] = ACTIONS(634), - [anon_sym_Lena] = ACTIONS(634), - [anon_sym_Music] = ACTIONS(634), - [anon_sym_Lorem] = ACTIONS(634), - [anon_sym_Os] = ACTIONS(634), - [anon_sym_Family] = ACTIONS(634), - [anon_sym_Arch] = ACTIONS(634), - [anon_sym_ExeExt] = ACTIONS(634), - [anon_sym_DllExt] = ACTIONS(634), - [anon_sym_Sep] = ACTIONS(634), - [anon_sym_ThisFile] = ACTIONS(634), - [anon_sym_ThisFileName] = ACTIONS(634), - [anon_sym_ThisFileDir] = ACTIONS(634), - [anon_sym_WorkingDir] = ACTIONS(634), - [anon_sym_NumProcs] = ACTIONS(634), - [anon_sym_Planets] = ACTIONS(634), - [anon_sym_Zodiac] = ACTIONS(634), - [anon_sym_Suits] = ACTIONS(634), - [anon_sym_Cards] = ACTIONS(634), - [anon_sym_Chess] = ACTIONS(634), - [anon_sym_Moon] = ACTIONS(634), - [anon_sym_Skin] = ACTIONS(634), - [anon_sym_People] = ACTIONS(634), - [anon_sym_Hair] = ACTIONS(634), - [aux_sym_character_token1] = ACTIONS(636), - [sym_string] = ACTIONS(636), - [sym_multiLineString] = ACTIONS(636), - [sym_identifier] = ACTIONS(634), - [sym_identifierDeprecated] = ACTIONS(634), - [sym_system] = ACTIONS(636), - [sym_comment] = ACTIONS(634), - [sym_tripleMinus] = ACTIONS(636), - [sym_openParen] = ACTIONS(636), - [sym_openCurly] = ACTIONS(636), - [sym_openBracket] = ACTIONS(636), - [anon_sym_CARET] = ACTIONS(636), - [anon_sym_SQUOTE] = ACTIONS(634), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(636), - [anon_sym_e] = ACTIONS(634), - [anon_sym_NaN] = ACTIONS(634), - [anon_sym_eta] = ACTIONS(636), - [anon_sym_u03b7] = ACTIONS(634), - [anon_sym_pi] = ACTIONS(634), - [anon_sym_u03c0] = ACTIONS(634), - [anon_sym_tau] = ACTIONS(636), - [anon_sym_u03c4] = ACTIONS(634), - [anon_sym_infinity] = ACTIONS(636), - [anon_sym_u221e] = ACTIONS(636), - [anon_sym_W] = ACTIONS(634), - [anon_sym_i] = ACTIONS(634), - [anon_sym_MaxInt] = ACTIONS(634), - [anon_sym_HexDigits] = ACTIONS(634), - [anon_sym_DOT] = ACTIONS(636), - [anon_sym_COMMA] = ACTIONS(636), - [anon_sym_COLON] = ACTIONS(636), - [anon_sym_u25cc] = ACTIONS(636), - [anon_sym_identity] = ACTIONS(636), - [anon_sym_id] = ACTIONS(634), - [anon_sym_u2218] = ACTIONS(636), - [anon_sym_not] = ACTIONS(636), - [anon_sym_u00ac] = ACTIONS(636), - [anon_sym_sign] = ACTIONS(634), - [anon_sym_u00b1] = ACTIONS(636), - [anon_sym_BQUOTE] = ACTIONS(636), - [anon_sym_u00af] = ACTIONS(634), - [anon_sym_absolutevalue] = ACTIONS(636), - [anon_sym_u2335] = ACTIONS(636), - [anon_sym_sqrt] = ACTIONS(636), - [anon_sym_u221a] = ACTIONS(636), - [anon_sym_sine] = ACTIONS(636), - [anon_sym_u25cb] = ACTIONS(636), - [anon_sym_u223f] = ACTIONS(636), - [anon_sym_floor] = ACTIONS(636), - [anon_sym_u230a] = ACTIONS(636), - [anon_sym_ceiling] = ACTIONS(636), - [anon_sym_u2308] = ACTIONS(636), - [anon_sym_round] = ACTIONS(636), - [anon_sym_u2045] = ACTIONS(636), - [anon_sym_EQ] = ACTIONS(636), - [anon_sym_BANG_EQ] = ACTIONS(636), - [anon_sym_u2260] = ACTIONS(636), - [anon_sym_LT] = ACTIONS(634), - [anon_sym_LT_EQ] = ACTIONS(636), - [anon_sym_u2264] = ACTIONS(636), - [anon_sym_GT] = ACTIONS(634), - [anon_sym_GT_EQ] = ACTIONS(636), - [anon_sym_u2265] = ACTIONS(636), - [anon_sym_PLUS] = ACTIONS(636), - [anon_sym_DASH] = ACTIONS(634), - [anon_sym_STAR] = ACTIONS(636), - [anon_sym_u00d7] = ACTIONS(636), - [anon_sym_PERCENT] = ACTIONS(636), - [anon_sym_u00f7] = ACTIONS(636), - [anon_sym_modulus] = ACTIONS(636), - [anon_sym_u25ff] = ACTIONS(636), - [anon_sym_power] = ACTIONS(636), - [anon_sym_u207f] = ACTIONS(636), - [anon_sym_logarithm] = ACTIONS(636), - [anon_sym_u2099] = ACTIONS(636), - [anon_sym_minimum] = ACTIONS(636), - [anon_sym_u21a7] = ACTIONS(636), - [anon_sym_maximum] = ACTIONS(636), - [anon_sym_u21a5] = ACTIONS(636), - [anon_sym_atangent] = ACTIONS(636), - [anon_sym_u2220] = ACTIONS(636), - [anon_sym_length] = ACTIONS(636), - [anon_sym_u29fb] = ACTIONS(636), - [anon_sym_shape] = ACTIONS(636), - [anon_sym_u25b3] = ACTIONS(636), - [anon_sym_range] = ACTIONS(636), - [anon_sym_u21e1] = ACTIONS(636), - [anon_sym_first] = ACTIONS(636), - [anon_sym_u22a2] = ACTIONS(636), - [anon_sym_reverse] = ACTIONS(636), - [anon_sym_u21cc] = ACTIONS(636), - [anon_sym_deshape] = ACTIONS(636), - [anon_sym_u266d] = ACTIONS(636), - [anon_sym_bits] = ACTIONS(636), - [anon_sym_u22ef] = ACTIONS(636), - [anon_sym_transpose] = ACTIONS(636), - [anon_sym_u2349] = ACTIONS(636), - [anon_sym_rise] = ACTIONS(636), - [anon_sym_u234f] = ACTIONS(636), - [anon_sym_fall] = ACTIONS(636), - [anon_sym_u2356] = ACTIONS(636), - [anon_sym_where] = ACTIONS(636), - [anon_sym_u229a] = ACTIONS(636), - [anon_sym_classify] = ACTIONS(636), - [anon_sym_u229b] = ACTIONS(636), - [anon_sym_deduplicate] = ACTIONS(636), - [anon_sym_u25f4] = ACTIONS(636), - [anon_sym_box] = ACTIONS(636), - [anon_sym_u25a1] = ACTIONS(636), - [anon_sym_match] = ACTIONS(636), - [anon_sym_u224d] = ACTIONS(636), - [anon_sym_couple] = ACTIONS(636), - [anon_sym_u229f] = ACTIONS(636), - [anon_sym_join] = ACTIONS(636), - [anon_sym_u2282] = ACTIONS(636), - [anon_sym_select] = ACTIONS(636), - [anon_sym_u228f] = ACTIONS(636), - [anon_sym_pick] = ACTIONS(636), - [anon_sym_u22a1] = ACTIONS(636), - [anon_sym_reshape] = ACTIONS(636), - [anon_sym_u21af] = ACTIONS(636), - [anon_sym_take] = ACTIONS(636), - [anon_sym_u2199] = ACTIONS(636), - [anon_sym_drop] = ACTIONS(636), - [anon_sym_u2198] = ACTIONS(636), - [anon_sym_rotate] = ACTIONS(636), - [anon_sym_u21bb] = ACTIONS(636), - [anon_sym_windows] = ACTIONS(636), - [anon_sym_u25eb] = ACTIONS(636), - [anon_sym_keep] = ACTIONS(636), - [anon_sym_u25bd] = ACTIONS(636), - [anon_sym_find] = ACTIONS(636), - [anon_sym_u2315] = ACTIONS(636), - [anon_sym_indexof] = ACTIONS(636), - [anon_sym_u2297] = ACTIONS(636), - [anon_sym_assert] = ACTIONS(636), - [anon_sym_u2364] = ACTIONS(636), - [anon_sym_wait] = ACTIONS(636), - [anon_sym_parse] = ACTIONS(636), - [anon_sym_u22d5] = ACTIONS(636), - [anon_sym_random] = ACTIONS(636), - [anon_sym_u2682] = ACTIONS(636), - [anon_sym_gen] = ACTIONS(636), - [anon_sym_tag] = ACTIONS(636), - [anon_sym_now] = ACTIONS(636), - [anon_sym_type] = ACTIONS(636), - [anon_sym_u2e2e] = ACTIONS(636), - [anon_sym_dump] = ACTIONS(636), - [anon_sym_regex] = ACTIONS(636), - [anon_sym_send] = ACTIONS(636), - [anon_sym_recv] = ACTIONS(636), - [anon_sym_tryrecv] = ACTIONS(636), - [anon_sym_complex] = ACTIONS(636), - [anon_sym_u2102] = ACTIONS(636), - [anon_sym_rerank] = ACTIONS(636), - [anon_sym_u2607] = ACTIONS(636), - [anon_sym_fix] = ACTIONS(636), - [anon_sym_u00a4] = ACTIONS(636), - [anon_sym_QMARK] = ACTIONS(636), - [anon_sym_unique] = ACTIONS(636), - [anon_sym_u25f0] = ACTIONS(636), - [anon_sym_map] = ACTIONS(636), - [anon_sym_has] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_insert] = ACTIONS(636), - [anon_sym_remove] = ACTIONS(636), - [anon_sym_repr] = ACTIONS(636), - [anon_sym_mask] = ACTIONS(636), - [anon_sym_u29b7] = ACTIONS(636), - [anon_sym_csv] = ACTIONS(636), - [anon_sym_json] = ACTIONS(636), - [anon_sym_xlsx] = ACTIONS(636), - [anon_sym_memberOf] = ACTIONS(636), - [anon_sym_u2208] = ACTIONS(636), - [anon_sym_imen] = ACTIONS(636), - [anon_sym_gife] = ACTIONS(636), - [anon_sym_auden] = ACTIONS(636), - [anon_sym_utfu2088] = ACTIONS(636), - [anon_sym_datetime] = ACTIONS(636), - [anon_sym_chunk] = ACTIONS(636), - [anon_sym_u2444] = ACTIONS(636), - [anon_sym_choose] = ACTIONS(636), - [anon_sym_permute] = ACTIONS(636), - [anon_sym_orient] = ACTIONS(636), - [anon_sym_fft] = ACTIONS(636), - [anon_sym_reduce] = ACTIONS(636), - [anon_sym_SLASH] = ACTIONS(636), - [anon_sym_scan] = ACTIONS(636), - [anon_sym_BSLASH] = ACTIONS(636), - [anon_sym_each] = ACTIONS(636), - [anon_sym_u2235] = ACTIONS(636), - [anon_sym_rows] = ACTIONS(636), - [anon_sym_u2261] = ACTIONS(636), - [anon_sym_repeat] = ACTIONS(636), - [anon_sym_u2365] = ACTIONS(636), - [anon_sym_dip] = ACTIONS(636), - [anon_sym_u2299] = ACTIONS(636), - [anon_sym_gap] = ACTIONS(636), - [anon_sym_u22c5] = ACTIONS(636), - [anon_sym_spawn] = ACTIONS(636), - [anon_sym_rectify] = ACTIONS(636), - [anon_sym_u2305] = ACTIONS(636), - [anon_sym_un] = ACTIONS(634), - [anon_sym_u00b0] = ACTIONS(636), - [anon_sym_on] = ACTIONS(634), - [anon_sym_u27dc] = ACTIONS(636), - [anon_sym_inventory] = ACTIONS(636), - [anon_sym_u235a] = ACTIONS(636), - [anon_sym_content] = ACTIONS(636), - [anon_sym_u25c7] = ACTIONS(636), - [anon_sym_pool] = ACTIONS(636), - [anon_sym_stringify] = ACTIONS(636), - [anon_sym_signature] = ACTIONS(636), - [anon_sym_triangle] = ACTIONS(636), - [anon_sym_u25f9] = ACTIONS(636), - [anon_sym_astar] = ACTIONS(636), - [anon_sym_but] = ACTIONS(636), - [anon_sym_u2919] = ACTIONS(636), - [anon_sym_with] = ACTIONS(636), - [anon_sym_u291a] = ACTIONS(636), - [anon_sym_above] = ACTIONS(636), - [anon_sym_u25e0] = ACTIONS(636), - [anon_sym_below] = ACTIONS(636), - [anon_sym_u25e1] = ACTIONS(636), - [anon_sym_fold] = ACTIONS(636), - [anon_sym_u2227] = ACTIONS(636), - [anon_sym_table] = ACTIONS(636), - [anon_sym_u229e] = ACTIONS(636), - [anon_sym_group] = ACTIONS(636), - [anon_sym_u2295] = ACTIONS(636), - [anon_sym_partition] = ACTIONS(636), - [anon_sym_u229c] = ACTIONS(636), - [anon_sym_both] = ACTIONS(636), - [anon_sym_u2229] = ACTIONS(636), - [anon_sym_bracket] = ACTIONS(636), - [anon_sym_u2293] = ACTIONS(636), - [anon_sym_fork] = ACTIONS(636), - [anon_sym_u2283] = ACTIONS(636), - [anon_sym_under] = ACTIONS(636), - [anon_sym_u235c] = ACTIONS(636), - [anon_sym_fill] = ACTIONS(636), - [anon_sym_u2b1a] = ACTIONS(636), - [anon_sym_try] = ACTIONS(634), - [anon_sym_u2363] = ACTIONS(636), - [anon_sym_do] = ACTIONS(634), - [anon_sym_u2362] = ACTIONS(636), - [anon_sym_setinv] = ACTIONS(636), - [anon_sym_setunder] = ACTIONS(636), - [anon_sym_f] = ACTIONS(634), - [anon_sym_by] = ACTIONS(634), - [anon_sym_u22b8] = ACTIONS(636), - [anon_sym_quote] = ACTIONS(636), - [anon_sym_struct] = ACTIONS(636), - [anon_sym_u2765] = ACTIONS(636), - [anon_sym_u2192] = ACTIONS(636), - [anon_sym_u2237] = ACTIONS(636), - [anon_sym_u00b7] = ACTIONS(636), - [anon_sym_u235b] = ACTIONS(636), - [anon_sym_u2302] = ACTIONS(636), - [anon_sym_u21b0] = ACTIONS(636), - [anon_sym_unpack] = ACTIONS(636), - [anon_sym_u2290] = ACTIONS(636), - [anon_sym_u229d] = ACTIONS(636), - [anon_sym_cross] = ACTIONS(636), - [anon_sym_u22a0] = ACTIONS(636), - [anon_sym_SEMI] = ACTIONS(636), - [anon_sym_deal] = ACTIONS(636), - [anon_sym_strands] = ACTIONS(636), - [anon_sym_u203f] = ACTIONS(636), - [anon_sym_member] = ACTIONS(634), - [anon_sym_u220a] = ACTIONS(636), - [anon_sym_coordinate] = ACTIONS(636), - [anon_sym_u27d4] = ACTIONS(636), - [anon_sym_u03bb] = ACTIONS(636), - [anon_sym_u22ca] = ACTIONS(636), - [sym_emptyMultiLineString] = ACTIONS(636), - [sym__endOfLine] = ACTIONS(638), + [ts_builtin_sym_end] = ACTIONS(508), + [aux_sym_number_token1] = ACTIONS(506), + [sym_fraction] = ACTIONS(508), + [anon_sym_Days] = ACTIONS(506), + [anon_sym_Months] = ACTIONS(506), + [anon_sym_MonthDays] = ACTIONS(506), + [anon_sym_LeanMonthDays] = ACTIONS(506), + [anon_sym_White] = ACTIONS(506), + [anon_sym_Black] = ACTIONS(506), + [anon_sym_Red] = ACTIONS(506), + [anon_sym_Orange] = ACTIONS(506), + [anon_sym_Yellow] = ACTIONS(506), + [anon_sym_Green] = ACTIONS(506), + [anon_sym_Cyan] = ACTIONS(506), + [anon_sym_Blue] = ACTIONS(506), + [anon_sym_Purple] = ACTIONS(506), + [anon_sym_Magenta] = ACTIONS(506), + [anon_sym_Gay] = ACTIONS(506), + [anon_sym_Lesbian] = ACTIONS(506), + [anon_sym_Bi] = ACTIONS(506), + [anon_sym_Trans] = ACTIONS(506), + [anon_sym_Pan] = ACTIONS(506), + [anon_sym_Ace] = ACTIONS(506), + [anon_sym_Aro] = ACTIONS(506), + [anon_sym_Aroace] = ACTIONS(506), + [anon_sym_Enby] = ACTIONS(506), + [anon_sym_Fluid] = ACTIONS(506), + [anon_sym_Queer] = ACTIONS(506), + [anon_sym_Agender] = ACTIONS(506), + [anon_sym_PrideFlags] = ACTIONS(506), + [anon_sym_PrideFlagNames] = ACTIONS(506), + [anon_sym_True] = ACTIONS(506), + [anon_sym_False] = ACTIONS(506), + [anon_sym_NULL] = ACTIONS(506), + [anon_sym_Logo] = ACTIONS(506), + [anon_sym_Lena] = ACTIONS(506), + [anon_sym_Music] = ACTIONS(506), + [anon_sym_Lorem] = ACTIONS(506), + [anon_sym_Os] = ACTIONS(506), + [anon_sym_Family] = ACTIONS(506), + [anon_sym_Arch] = ACTIONS(506), + [anon_sym_ExeExt] = ACTIONS(506), + [anon_sym_DllExt] = ACTIONS(506), + [anon_sym_Sep] = ACTIONS(506), + [anon_sym_ThisFile] = ACTIONS(506), + [anon_sym_ThisFileName] = ACTIONS(506), + [anon_sym_ThisFileDir] = ACTIONS(506), + [anon_sym_WorkingDir] = ACTIONS(506), + [anon_sym_NumProcs] = ACTIONS(506), + [anon_sym_Planets] = ACTIONS(506), + [anon_sym_Zodiac] = ACTIONS(506), + [anon_sym_Suits] = ACTIONS(506), + [anon_sym_Cards] = ACTIONS(506), + [anon_sym_Chess] = ACTIONS(506), + [anon_sym_Moon] = ACTIONS(506), + [anon_sym_Skin] = ACTIONS(506), + [anon_sym_People] = ACTIONS(506), + [anon_sym_Hair] = ACTIONS(506), + [anon_sym_Cat] = ACTIONS(506), + [aux_sym_character_token1] = ACTIONS(508), + [sym_string] = ACTIONS(508), + [sym_multiLineString] = ACTIONS(508), + [sym_identifier] = ACTIONS(506), + [sym_identifierDeprecated] = ACTIONS(506), + [sym_system] = ACTIONS(508), + [sym_comment] = ACTIONS(506), + [sym_openParen] = ACTIONS(508), + [sym_openCurly] = ACTIONS(508), + [sym_openBracket] = ACTIONS(506), + [sym_underscore] = ACTIONS(508), + [sym_leftArrow] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(508), + [anon_sym_SQUOTE] = ACTIONS(506), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(508), + [anon_sym_e] = ACTIONS(506), + [anon_sym_NaN] = ACTIONS(506), + [anon_sym_eta] = ACTIONS(508), + [anon_sym_u03b7] = ACTIONS(506), + [anon_sym_pi] = ACTIONS(506), + [anon_sym_u03c0] = ACTIONS(506), + [anon_sym_tau] = ACTIONS(508), + [anon_sym_u03c4] = ACTIONS(506), + [anon_sym_infinity] = ACTIONS(508), + [anon_sym_u221e] = ACTIONS(508), + [anon_sym_W] = ACTIONS(506), + [anon_sym_i] = ACTIONS(506), + [anon_sym_MaxInt] = ACTIONS(506), + [anon_sym_HexDigits] = ACTIONS(506), + [anon_sym_DOT] = ACTIONS(508), + [anon_sym_COMMA] = ACTIONS(508), + [anon_sym_COLON] = ACTIONS(508), + [anon_sym_u25cc] = ACTIONS(508), + [anon_sym_identity] = ACTIONS(508), + [anon_sym_id] = ACTIONS(506), + [anon_sym_u2218] = ACTIONS(508), + [anon_sym_not] = ACTIONS(508), + [anon_sym_u00ac] = ACTIONS(508), + [anon_sym_sign] = ACTIONS(506), + [anon_sym_u00b1] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(508), + [anon_sym_u00af] = ACTIONS(506), + [anon_sym_absolutevalue] = ACTIONS(508), + [anon_sym_u2335] = ACTIONS(508), + [anon_sym_sqrt] = ACTIONS(508), + [anon_sym_u221a] = ACTIONS(508), + [anon_sym_sine] = ACTIONS(508), + [anon_sym_u25cb] = ACTIONS(508), + [anon_sym_u223f] = ACTIONS(508), + [anon_sym_floor] = ACTIONS(508), + [anon_sym_u230a] = ACTIONS(508), + [anon_sym_ceiling] = ACTIONS(508), + [anon_sym_u2308] = ACTIONS(508), + [anon_sym_round] = ACTIONS(508), + [anon_sym_u2045] = ACTIONS(508), + [anon_sym_EQ] = ACTIONS(508), + [anon_sym_BANG_EQ] = ACTIONS(508), + [anon_sym_u2260] = ACTIONS(508), + [anon_sym_LT] = ACTIONS(506), + [anon_sym_LT_EQ] = ACTIONS(508), + [anon_sym_u2264] = ACTIONS(508), + [anon_sym_GT] = ACTIONS(506), + [anon_sym_GT_EQ] = ACTIONS(508), + [anon_sym_u2265] = ACTIONS(508), + [anon_sym_PLUS] = ACTIONS(508), + [anon_sym_DASH] = ACTIONS(508), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_u00d7] = ACTIONS(508), + [anon_sym_PERCENT] = ACTIONS(508), + [anon_sym_u00f7] = ACTIONS(508), + [anon_sym_modulus] = ACTIONS(508), + [anon_sym_u25ff] = ACTIONS(508), + [anon_sym_power] = ACTIONS(508), + [anon_sym_u207f] = ACTIONS(508), + [anon_sym_logarithm] = ACTIONS(508), + [anon_sym_u2099] = ACTIONS(508), + [anon_sym_minimum] = ACTIONS(508), + [anon_sym_u21a7] = ACTIONS(508), + [anon_sym_maximum] = ACTIONS(508), + [anon_sym_u21a5] = ACTIONS(508), + [anon_sym_atangent] = ACTIONS(508), + [anon_sym_u2220] = ACTIONS(508), + [anon_sym_length] = ACTIONS(508), + [anon_sym_u29fb] = ACTIONS(508), + [anon_sym_shape] = ACTIONS(508), + [anon_sym_u25b3] = ACTIONS(508), + [anon_sym_range] = ACTIONS(508), + [anon_sym_u21e1] = ACTIONS(508), + [anon_sym_first] = ACTIONS(508), + [anon_sym_u22a2] = ACTIONS(508), + [anon_sym_reverse] = ACTIONS(508), + [anon_sym_u21cc] = ACTIONS(508), + [anon_sym_deshape] = ACTIONS(508), + [anon_sym_u266d] = ACTIONS(508), + [anon_sym_bits] = ACTIONS(508), + [anon_sym_u22ef] = ACTIONS(508), + [anon_sym_transpose] = ACTIONS(508), + [anon_sym_u2349] = ACTIONS(508), + [anon_sym_rise] = ACTIONS(508), + [anon_sym_u234f] = ACTIONS(508), + [anon_sym_fall] = ACTIONS(508), + [anon_sym_u2356] = ACTIONS(508), + [anon_sym_where] = ACTIONS(508), + [anon_sym_u229a] = ACTIONS(508), + [anon_sym_classify] = ACTIONS(508), + [anon_sym_u229b] = ACTIONS(508), + [anon_sym_deduplicate] = ACTIONS(508), + [anon_sym_u25f4] = ACTIONS(508), + [anon_sym_box] = ACTIONS(508), + [anon_sym_u25a1] = ACTIONS(508), + [anon_sym_match] = ACTIONS(508), + [anon_sym_u224d] = ACTIONS(508), + [anon_sym_couple] = ACTIONS(508), + [anon_sym_u229f] = ACTIONS(508), + [anon_sym_join] = ACTIONS(508), + [anon_sym_u2282] = ACTIONS(508), + [anon_sym_select] = ACTIONS(508), + [anon_sym_u228f] = ACTIONS(508), + [anon_sym_pick] = ACTIONS(508), + [anon_sym_u22a1] = ACTIONS(508), + [anon_sym_reshape] = ACTIONS(508), + [anon_sym_u21af] = ACTIONS(508), + [anon_sym_take] = ACTIONS(508), + [anon_sym_u2199] = ACTIONS(508), + [anon_sym_drop] = ACTIONS(508), + [anon_sym_u2198] = ACTIONS(508), + [anon_sym_rotate] = ACTIONS(508), + [anon_sym_u21bb] = ACTIONS(508), + [anon_sym_windows] = ACTIONS(508), + [anon_sym_u25eb] = ACTIONS(508), + [anon_sym_keep] = ACTIONS(508), + [anon_sym_u25bd] = ACTIONS(508), + [anon_sym_find] = ACTIONS(508), + [anon_sym_u2315] = ACTIONS(508), + [anon_sym_indexof] = ACTIONS(508), + [anon_sym_u2297] = ACTIONS(508), + [anon_sym_assert] = ACTIONS(508), + [anon_sym_u2364] = ACTIONS(508), + [anon_sym_wait] = ACTIONS(508), + [anon_sym_parse] = ACTIONS(508), + [anon_sym_u22d5] = ACTIONS(508), + [anon_sym_random] = ACTIONS(508), + [anon_sym_u2682] = ACTIONS(508), + [anon_sym_gen] = ACTIONS(508), + [anon_sym_tag] = ACTIONS(508), + [anon_sym_now] = ACTIONS(508), + [anon_sym_type] = ACTIONS(508), + [anon_sym_u2e2e] = ACTIONS(508), + [anon_sym_dump] = ACTIONS(508), + [anon_sym_regex] = ACTIONS(508), + [anon_sym_send] = ACTIONS(508), + [anon_sym_recv] = ACTIONS(508), + [anon_sym_tryrecv] = ACTIONS(508), + [anon_sym_complex] = ACTIONS(508), + [anon_sym_u2102] = ACTIONS(508), + [anon_sym_rerank] = ACTIONS(508), + [anon_sym_u2607] = ACTIONS(508), + [anon_sym_fix] = ACTIONS(508), + [anon_sym_u00a4] = ACTIONS(508), + [anon_sym_QMARK] = ACTIONS(508), + [anon_sym_unique] = ACTIONS(508), + [anon_sym_u25f0] = ACTIONS(508), + [anon_sym_map] = ACTIONS(508), + [anon_sym_has] = ACTIONS(508), + [anon_sym_get] = ACTIONS(508), + [anon_sym_insert] = ACTIONS(508), + [anon_sym_remove] = ACTIONS(508), + [anon_sym_repr] = ACTIONS(508), + [anon_sym_mask] = ACTIONS(508), + [anon_sym_u29b7] = ACTIONS(508), + [anon_sym_csv] = ACTIONS(508), + [anon_sym_json] = ACTIONS(508), + [anon_sym_xlsx] = ACTIONS(508), + [anon_sym_memberOf] = ACTIONS(508), + [anon_sym_u2208] = ACTIONS(508), + [anon_sym_imen] = ACTIONS(508), + [anon_sym_gife] = ACTIONS(508), + [anon_sym_auden] = ACTIONS(508), + [anon_sym_utfu2088] = ACTIONS(508), + [anon_sym_datetime] = ACTIONS(508), + [anon_sym_choose] = ACTIONS(508), + [anon_sym_permute] = ACTIONS(508), + [anon_sym_orient] = ACTIONS(508), + [anon_sym_u2938] = ACTIONS(508), + [anon_sym_fft] = ACTIONS(508), + [anon_sym_graphemes] = ACTIONS(508), + [anon_sym_timezone] = ACTIONS(508), + [anon_sym_around] = ACTIONS(508), + [anon_sym_u2019] = ACTIONS(508), + [anon_sym_base] = ACTIONS(508), + [anon_sym_sort] = ACTIONS(508), + [anon_sym_u2346] = ACTIONS(508), + [anon_sym_last] = ACTIONS(508), + [anon_sym_u22a3] = ACTIONS(508), + [anon_sym_reduce] = ACTIONS(508), + [anon_sym_SLASH] = ACTIONS(508), + [anon_sym_scan] = ACTIONS(508), + [anon_sym_BSLASH] = ACTIONS(508), + [anon_sym_each] = ACTIONS(508), + [anon_sym_u2235] = ACTIONS(508), + [anon_sym_rows] = ACTIONS(508), + [anon_sym_u2261] = ACTIONS(508), + [anon_sym_repeat] = ACTIONS(508), + [anon_sym_u2365] = ACTIONS(508), + [anon_sym_dip] = ACTIONS(508), + [anon_sym_u2299] = ACTIONS(508), + [anon_sym_gap] = ACTIONS(508), + [anon_sym_u22c5] = ACTIONS(508), + [anon_sym_spawn] = ACTIONS(508), + [anon_sym_rectify] = ACTIONS(508), + [anon_sym_u2305] = ACTIONS(508), + [anon_sym_un] = ACTIONS(506), + [anon_sym_u00b0] = ACTIONS(508), + [anon_sym_on] = ACTIONS(506), + [anon_sym_u27dc] = ACTIONS(508), + [anon_sym_inventory] = ACTIONS(508), + [anon_sym_u235a] = ACTIONS(508), + [anon_sym_content] = ACTIONS(508), + [anon_sym_u25c7] = ACTIONS(508), + [anon_sym_pool] = ACTIONS(508), + [anon_sym_stringify] = ACTIONS(508), + [anon_sym_signature] = ACTIONS(508), + [anon_sym_triangle] = ACTIONS(508), + [anon_sym_u25f9] = ACTIONS(508), + [anon_sym_astar] = ACTIONS(508), + [anon_sym_with] = ACTIONS(508), + [anon_sym_u2919] = ACTIONS(508), + [anon_sym_off] = ACTIONS(508), + [anon_sym_u291a] = ACTIONS(508), + [anon_sym_above] = ACTIONS(508), + [anon_sym_u25e0] = ACTIONS(508), + [anon_sym_below] = ACTIONS(508), + [anon_sym_u25e1] = ACTIONS(508), + [anon_sym_anti] = ACTIONS(508), + [anon_sym_u231d] = ACTIONS(508), + [anon_sym_obverse] = ACTIONS(508), + [anon_sym_toples] = ACTIONS(508), + [anon_sym_u29c5] = ACTIONS(508), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(508), + [anon_sym_fold] = ACTIONS(508), + [anon_sym_u2227] = ACTIONS(508), + [anon_sym_table] = ACTIONS(508), + [anon_sym_u229e] = ACTIONS(508), + [anon_sym_group] = ACTIONS(508), + [anon_sym_u2295] = ACTIONS(508), + [anon_sym_partition] = ACTIONS(508), + [anon_sym_u229c] = ACTIONS(508), + [anon_sym_both] = ACTIONS(508), + [anon_sym_u2229] = ACTIONS(508), + [anon_sym_bracket] = ACTIONS(508), + [anon_sym_u2293] = ACTIONS(508), + [anon_sym_fork] = ACTIONS(508), + [anon_sym_u2283] = ACTIONS(508), + [anon_sym_under] = ACTIONS(508), + [anon_sym_u235c] = ACTIONS(508), + [anon_sym_fill] = ACTIONS(508), + [anon_sym_u2b1a] = ACTIONS(508), + [anon_sym_try] = ACTIONS(506), + [anon_sym_u2363] = ACTIONS(508), + [anon_sym_do] = ACTIONS(506), + [anon_sym_u2362] = ACTIONS(508), + [anon_sym_f] = ACTIONS(506), + [anon_sym_by] = ACTIONS(506), + [anon_sym_u22b8] = ACTIONS(508), + [anon_sym_quote] = ACTIONS(508), + [anon_sym_u2765] = ACTIONS(508), + [anon_sym_u2192] = ACTIONS(508), + [anon_sym_u2237] = ACTIONS(508), + [anon_sym_u00b7] = ACTIONS(508), + [anon_sym_u235b] = ACTIONS(508), + [anon_sym_u2302] = ACTIONS(508), + [anon_sym_u21b0] = ACTIONS(508), + [anon_sym_unpack] = ACTIONS(508), + [anon_sym_u2290] = ACTIONS(508), + [anon_sym_u229d] = ACTIONS(508), + [anon_sym_cross] = ACTIONS(508), + [anon_sym_u22a0] = ACTIONS(508), + [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_deal] = ACTIONS(508), + [anon_sym_member] = ACTIONS(506), + [anon_sym_u220a] = ACTIONS(508), + [anon_sym_coordinate] = ACTIONS(508), + [anon_sym_u27d4] = ACTIONS(508), + [anon_sym_u03bb] = ACTIONS(508), + [anon_sym_u22ca] = ACTIONS(508), + [anon_sym_chunk] = ACTIONS(508), + [anon_sym_u2444] = ACTIONS(508), + [anon_sym_setinv] = ACTIONS(508), + [anon_sym_setund] = ACTIONS(508), + [anon_sym_struct] = ACTIONS(508), + [sym__endOfLine] = ACTIONS(508), }, [115] = { - [ts_builtin_sym_end] = ACTIONS(626), - [aux_sym_number_token1] = ACTIONS(634), - [sym_fraction] = ACTIONS(636), - [anon_sym_Days] = ACTIONS(634), - [anon_sym_Months] = ACTIONS(634), - [anon_sym_MonthDays] = ACTIONS(634), - [anon_sym_LeanMonthDays] = ACTIONS(634), - [anon_sym_White] = ACTIONS(634), - [anon_sym_Black] = ACTIONS(634), - [anon_sym_Red] = ACTIONS(634), - [anon_sym_Orange] = ACTIONS(634), - [anon_sym_Yellow] = ACTIONS(634), - [anon_sym_Green] = ACTIONS(634), - [anon_sym_Cyan] = ACTIONS(634), - [anon_sym_Blue] = ACTIONS(634), - [anon_sym_Purple] = ACTIONS(634), - [anon_sym_Magenta] = ACTIONS(634), - [anon_sym_Gay] = ACTIONS(634), - [anon_sym_Lesbian] = ACTIONS(634), - [anon_sym_Bi] = ACTIONS(634), - [anon_sym_Trans] = ACTIONS(634), - [anon_sym_Pan] = ACTIONS(634), - [anon_sym_Ace] = ACTIONS(634), - [anon_sym_Aro] = ACTIONS(634), - [anon_sym_Aroace] = ACTIONS(634), - [anon_sym_Enby] = ACTIONS(634), - [anon_sym_Fluid] = ACTIONS(634), - [anon_sym_Queer] = ACTIONS(634), - [anon_sym_Agender] = ACTIONS(634), - [anon_sym_PrideFlags] = ACTIONS(634), - [anon_sym_PrideFlagNames] = ACTIONS(634), - [anon_sym_True] = ACTIONS(634), - [anon_sym_False] = ACTIONS(634), - [anon_sym_NULL] = ACTIONS(634), - [anon_sym_Logo] = ACTIONS(634), - [anon_sym_Lena] = ACTIONS(634), - [anon_sym_Music] = ACTIONS(634), - [anon_sym_Lorem] = ACTIONS(634), - [anon_sym_Os] = ACTIONS(634), - [anon_sym_Family] = ACTIONS(634), - [anon_sym_Arch] = ACTIONS(634), - [anon_sym_ExeExt] = ACTIONS(634), - [anon_sym_DllExt] = ACTIONS(634), - [anon_sym_Sep] = ACTIONS(634), - [anon_sym_ThisFile] = ACTIONS(634), - [anon_sym_ThisFileName] = ACTIONS(634), - [anon_sym_ThisFileDir] = ACTIONS(634), - [anon_sym_WorkingDir] = ACTIONS(634), - [anon_sym_NumProcs] = ACTIONS(634), - [anon_sym_Planets] = ACTIONS(634), - [anon_sym_Zodiac] = ACTIONS(634), - [anon_sym_Suits] = ACTIONS(634), - [anon_sym_Cards] = ACTIONS(634), - [anon_sym_Chess] = ACTIONS(634), - [anon_sym_Moon] = ACTIONS(634), - [anon_sym_Skin] = ACTIONS(634), - [anon_sym_People] = ACTIONS(634), - [anon_sym_Hair] = ACTIONS(634), - [aux_sym_character_token1] = ACTIONS(636), - [sym_string] = ACTIONS(636), - [sym_multiLineString] = ACTIONS(636), - [sym_identifier] = ACTIONS(634), - [sym_identifierDeprecated] = ACTIONS(634), - [sym_system] = ACTIONS(636), - [sym_comment] = ACTIONS(634), - [sym_tripleMinus] = ACTIONS(636), - [sym_openParen] = ACTIONS(636), - [sym_openCurly] = ACTIONS(636), - [sym_openBracket] = ACTIONS(636), - [anon_sym_CARET] = ACTIONS(636), - [anon_sym_SQUOTE] = ACTIONS(634), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(636), - [anon_sym_e] = ACTIONS(634), - [anon_sym_NaN] = ACTIONS(634), - [anon_sym_eta] = ACTIONS(636), - [anon_sym_u03b7] = ACTIONS(634), - [anon_sym_pi] = ACTIONS(634), - [anon_sym_u03c0] = ACTIONS(634), - [anon_sym_tau] = ACTIONS(636), - [anon_sym_u03c4] = ACTIONS(634), - [anon_sym_infinity] = ACTIONS(636), - [anon_sym_u221e] = ACTIONS(636), - [anon_sym_W] = ACTIONS(634), - [anon_sym_i] = ACTIONS(634), - [anon_sym_MaxInt] = ACTIONS(634), - [anon_sym_HexDigits] = ACTIONS(634), - [anon_sym_DOT] = ACTIONS(636), - [anon_sym_COMMA] = ACTIONS(636), - [anon_sym_COLON] = ACTIONS(636), - [anon_sym_u25cc] = ACTIONS(636), - [anon_sym_identity] = ACTIONS(636), - [anon_sym_id] = ACTIONS(634), - [anon_sym_u2218] = ACTIONS(636), - [anon_sym_not] = ACTIONS(636), - [anon_sym_u00ac] = ACTIONS(636), - [anon_sym_sign] = ACTIONS(634), - [anon_sym_u00b1] = ACTIONS(636), - [anon_sym_BQUOTE] = ACTIONS(636), - [anon_sym_u00af] = ACTIONS(634), - [anon_sym_absolutevalue] = ACTIONS(636), - [anon_sym_u2335] = ACTIONS(636), - [anon_sym_sqrt] = ACTIONS(636), - [anon_sym_u221a] = ACTIONS(636), - [anon_sym_sine] = ACTIONS(636), - [anon_sym_u25cb] = ACTIONS(636), - [anon_sym_u223f] = ACTIONS(636), - [anon_sym_floor] = ACTIONS(636), - [anon_sym_u230a] = ACTIONS(636), - [anon_sym_ceiling] = ACTIONS(636), - [anon_sym_u2308] = ACTIONS(636), - [anon_sym_round] = ACTIONS(636), - [anon_sym_u2045] = ACTIONS(636), - [anon_sym_EQ] = ACTIONS(636), - [anon_sym_BANG_EQ] = ACTIONS(636), - [anon_sym_u2260] = ACTIONS(636), - [anon_sym_LT] = ACTIONS(634), - [anon_sym_LT_EQ] = ACTIONS(636), - [anon_sym_u2264] = ACTIONS(636), - [anon_sym_GT] = ACTIONS(634), - [anon_sym_GT_EQ] = ACTIONS(636), - [anon_sym_u2265] = ACTIONS(636), - [anon_sym_PLUS] = ACTIONS(636), - [anon_sym_DASH] = ACTIONS(634), - [anon_sym_STAR] = ACTIONS(636), - [anon_sym_u00d7] = ACTIONS(636), - [anon_sym_PERCENT] = ACTIONS(636), - [anon_sym_u00f7] = ACTIONS(636), - [anon_sym_modulus] = ACTIONS(636), - [anon_sym_u25ff] = ACTIONS(636), - [anon_sym_power] = ACTIONS(636), - [anon_sym_u207f] = ACTIONS(636), - [anon_sym_logarithm] = ACTIONS(636), - [anon_sym_u2099] = ACTIONS(636), - [anon_sym_minimum] = ACTIONS(636), - [anon_sym_u21a7] = ACTIONS(636), - [anon_sym_maximum] = ACTIONS(636), - [anon_sym_u21a5] = ACTIONS(636), - [anon_sym_atangent] = ACTIONS(636), - [anon_sym_u2220] = ACTIONS(636), - [anon_sym_length] = ACTIONS(636), - [anon_sym_u29fb] = ACTIONS(636), - [anon_sym_shape] = ACTIONS(636), - [anon_sym_u25b3] = ACTIONS(636), - [anon_sym_range] = ACTIONS(636), - [anon_sym_u21e1] = ACTIONS(636), - [anon_sym_first] = ACTIONS(636), - [anon_sym_u22a2] = ACTIONS(636), - [anon_sym_reverse] = ACTIONS(636), - [anon_sym_u21cc] = ACTIONS(636), - [anon_sym_deshape] = ACTIONS(636), - [anon_sym_u266d] = ACTIONS(636), - [anon_sym_bits] = ACTIONS(636), - [anon_sym_u22ef] = ACTIONS(636), - [anon_sym_transpose] = ACTIONS(636), - [anon_sym_u2349] = ACTIONS(636), - [anon_sym_rise] = ACTIONS(636), - [anon_sym_u234f] = ACTIONS(636), - [anon_sym_fall] = ACTIONS(636), - [anon_sym_u2356] = ACTIONS(636), - [anon_sym_where] = ACTIONS(636), - [anon_sym_u229a] = ACTIONS(636), - [anon_sym_classify] = ACTIONS(636), - [anon_sym_u229b] = ACTIONS(636), - [anon_sym_deduplicate] = ACTIONS(636), - [anon_sym_u25f4] = ACTIONS(636), - [anon_sym_box] = ACTIONS(636), - [anon_sym_u25a1] = ACTIONS(636), - [anon_sym_match] = ACTIONS(636), - [anon_sym_u224d] = ACTIONS(636), - [anon_sym_couple] = ACTIONS(636), - [anon_sym_u229f] = ACTIONS(636), - [anon_sym_join] = ACTIONS(636), - [anon_sym_u2282] = ACTIONS(636), - [anon_sym_select] = ACTIONS(636), - [anon_sym_u228f] = ACTIONS(636), - [anon_sym_pick] = ACTIONS(636), - [anon_sym_u22a1] = ACTIONS(636), - [anon_sym_reshape] = ACTIONS(636), - [anon_sym_u21af] = ACTIONS(636), - [anon_sym_take] = ACTIONS(636), - [anon_sym_u2199] = ACTIONS(636), - [anon_sym_drop] = ACTIONS(636), - [anon_sym_u2198] = ACTIONS(636), - [anon_sym_rotate] = ACTIONS(636), - [anon_sym_u21bb] = ACTIONS(636), - [anon_sym_windows] = ACTIONS(636), - [anon_sym_u25eb] = ACTIONS(636), - [anon_sym_keep] = ACTIONS(636), - [anon_sym_u25bd] = ACTIONS(636), - [anon_sym_find] = ACTIONS(636), - [anon_sym_u2315] = ACTIONS(636), - [anon_sym_indexof] = ACTIONS(636), - [anon_sym_u2297] = ACTIONS(636), - [anon_sym_assert] = ACTIONS(636), - [anon_sym_u2364] = ACTIONS(636), - [anon_sym_wait] = ACTIONS(636), - [anon_sym_parse] = ACTIONS(636), - [anon_sym_u22d5] = ACTIONS(636), - [anon_sym_random] = ACTIONS(636), - [anon_sym_u2682] = ACTIONS(636), - [anon_sym_gen] = ACTIONS(636), - [anon_sym_tag] = ACTIONS(636), - [anon_sym_now] = ACTIONS(636), - [anon_sym_type] = ACTIONS(636), - [anon_sym_u2e2e] = ACTIONS(636), - [anon_sym_dump] = ACTIONS(636), - [anon_sym_regex] = ACTIONS(636), - [anon_sym_send] = ACTIONS(636), - [anon_sym_recv] = ACTIONS(636), - [anon_sym_tryrecv] = ACTIONS(636), - [anon_sym_complex] = ACTIONS(636), - [anon_sym_u2102] = ACTIONS(636), - [anon_sym_rerank] = ACTIONS(636), - [anon_sym_u2607] = ACTIONS(636), - [anon_sym_fix] = ACTIONS(636), - [anon_sym_u00a4] = ACTIONS(636), - [anon_sym_QMARK] = ACTIONS(636), - [anon_sym_unique] = ACTIONS(636), - [anon_sym_u25f0] = ACTIONS(636), - [anon_sym_map] = ACTIONS(636), - [anon_sym_has] = ACTIONS(636), - [anon_sym_get] = ACTIONS(636), - [anon_sym_insert] = ACTIONS(636), - [anon_sym_remove] = ACTIONS(636), - [anon_sym_repr] = ACTIONS(636), - [anon_sym_mask] = ACTIONS(636), - [anon_sym_u29b7] = ACTIONS(636), - [anon_sym_csv] = ACTIONS(636), - [anon_sym_json] = ACTIONS(636), - [anon_sym_xlsx] = ACTIONS(636), - [anon_sym_memberOf] = ACTIONS(636), - [anon_sym_u2208] = ACTIONS(636), - [anon_sym_imen] = ACTIONS(636), - [anon_sym_gife] = ACTIONS(636), - [anon_sym_auden] = ACTIONS(636), - [anon_sym_utfu2088] = ACTIONS(636), - [anon_sym_datetime] = ACTIONS(636), - [anon_sym_chunk] = ACTIONS(636), - [anon_sym_u2444] = ACTIONS(636), - [anon_sym_choose] = ACTIONS(636), - [anon_sym_permute] = ACTIONS(636), - [anon_sym_orient] = ACTIONS(636), - [anon_sym_fft] = ACTIONS(636), - [anon_sym_reduce] = ACTIONS(636), - [anon_sym_SLASH] = ACTIONS(636), - [anon_sym_scan] = ACTIONS(636), - [anon_sym_BSLASH] = ACTIONS(636), - [anon_sym_each] = ACTIONS(636), - [anon_sym_u2235] = ACTIONS(636), - [anon_sym_rows] = ACTIONS(636), - [anon_sym_u2261] = ACTIONS(636), - [anon_sym_repeat] = ACTIONS(636), - [anon_sym_u2365] = ACTIONS(636), - [anon_sym_dip] = ACTIONS(636), - [anon_sym_u2299] = ACTIONS(636), - [anon_sym_gap] = ACTIONS(636), - [anon_sym_u22c5] = ACTIONS(636), - [anon_sym_spawn] = ACTIONS(636), - [anon_sym_rectify] = ACTIONS(636), - [anon_sym_u2305] = ACTIONS(636), - [anon_sym_un] = ACTIONS(634), - [anon_sym_u00b0] = ACTIONS(636), - [anon_sym_on] = ACTIONS(634), - [anon_sym_u27dc] = ACTIONS(636), - [anon_sym_inventory] = ACTIONS(636), - [anon_sym_u235a] = ACTIONS(636), - [anon_sym_content] = ACTIONS(636), - [anon_sym_u25c7] = ACTIONS(636), - [anon_sym_pool] = ACTIONS(636), - [anon_sym_stringify] = ACTIONS(636), - [anon_sym_signature] = ACTIONS(636), - [anon_sym_triangle] = ACTIONS(636), - [anon_sym_u25f9] = ACTIONS(636), - [anon_sym_astar] = ACTIONS(636), - [anon_sym_but] = ACTIONS(636), - [anon_sym_u2919] = ACTIONS(636), - [anon_sym_with] = ACTIONS(636), - [anon_sym_u291a] = ACTIONS(636), - [anon_sym_above] = ACTIONS(636), - [anon_sym_u25e0] = ACTIONS(636), - [anon_sym_below] = ACTIONS(636), - [anon_sym_u25e1] = ACTIONS(636), - [anon_sym_fold] = ACTIONS(636), - [anon_sym_u2227] = ACTIONS(636), - [anon_sym_table] = ACTIONS(636), - [anon_sym_u229e] = ACTIONS(636), - [anon_sym_group] = ACTIONS(636), - [anon_sym_u2295] = ACTIONS(636), - [anon_sym_partition] = ACTIONS(636), - [anon_sym_u229c] = ACTIONS(636), - [anon_sym_both] = ACTIONS(636), - [anon_sym_u2229] = ACTIONS(636), - [anon_sym_bracket] = ACTIONS(636), - [anon_sym_u2293] = ACTIONS(636), - [anon_sym_fork] = ACTIONS(636), - [anon_sym_u2283] = ACTIONS(636), - [anon_sym_under] = ACTIONS(636), - [anon_sym_u235c] = ACTIONS(636), - [anon_sym_fill] = ACTIONS(636), - [anon_sym_u2b1a] = ACTIONS(636), - [anon_sym_try] = ACTIONS(634), - [anon_sym_u2363] = ACTIONS(636), - [anon_sym_do] = ACTIONS(634), - [anon_sym_u2362] = ACTIONS(636), - [anon_sym_setinv] = ACTIONS(636), - [anon_sym_setunder] = ACTIONS(636), - [anon_sym_f] = ACTIONS(634), - [anon_sym_by] = ACTIONS(634), - [anon_sym_u22b8] = ACTIONS(636), - [anon_sym_quote] = ACTIONS(636), - [anon_sym_struct] = ACTIONS(636), - [anon_sym_u2765] = ACTIONS(636), - [anon_sym_u2192] = ACTIONS(636), - [anon_sym_u2237] = ACTIONS(636), - [anon_sym_u00b7] = ACTIONS(636), - [anon_sym_u235b] = ACTIONS(636), - [anon_sym_u2302] = ACTIONS(636), - [anon_sym_u21b0] = ACTIONS(636), - [anon_sym_unpack] = ACTIONS(636), - [anon_sym_u2290] = ACTIONS(636), - [anon_sym_u229d] = ACTIONS(636), - [anon_sym_cross] = ACTIONS(636), - [anon_sym_u22a0] = ACTIONS(636), - [anon_sym_SEMI] = ACTIONS(636), - [anon_sym_deal] = ACTIONS(636), - [anon_sym_strands] = ACTIONS(636), - [anon_sym_u203f] = ACTIONS(636), - [anon_sym_member] = ACTIONS(634), - [anon_sym_u220a] = ACTIONS(636), - [anon_sym_coordinate] = ACTIONS(636), - [anon_sym_u27d4] = ACTIONS(636), - [anon_sym_u03bb] = ACTIONS(636), - [anon_sym_u22ca] = ACTIONS(636), - [sym_emptyMultiLineString] = ACTIONS(636), - [sym__endOfLine] = ACTIONS(640), + [ts_builtin_sym_end] = ACTIONS(620), + [aux_sym_number_token1] = ACTIONS(606), + [sym_fraction] = ACTIONS(608), + [anon_sym_Days] = ACTIONS(606), + [anon_sym_Months] = ACTIONS(606), + [anon_sym_MonthDays] = ACTIONS(606), + [anon_sym_LeanMonthDays] = ACTIONS(606), + [anon_sym_White] = ACTIONS(606), + [anon_sym_Black] = ACTIONS(606), + [anon_sym_Red] = ACTIONS(606), + [anon_sym_Orange] = ACTIONS(606), + [anon_sym_Yellow] = ACTIONS(606), + [anon_sym_Green] = ACTIONS(606), + [anon_sym_Cyan] = ACTIONS(606), + [anon_sym_Blue] = ACTIONS(606), + [anon_sym_Purple] = ACTIONS(606), + [anon_sym_Magenta] = ACTIONS(606), + [anon_sym_Gay] = ACTIONS(606), + [anon_sym_Lesbian] = ACTIONS(606), + [anon_sym_Bi] = ACTIONS(606), + [anon_sym_Trans] = ACTIONS(606), + [anon_sym_Pan] = ACTIONS(606), + [anon_sym_Ace] = ACTIONS(606), + [anon_sym_Aro] = ACTIONS(606), + [anon_sym_Aroace] = ACTIONS(606), + [anon_sym_Enby] = ACTIONS(606), + [anon_sym_Fluid] = ACTIONS(606), + [anon_sym_Queer] = ACTIONS(606), + [anon_sym_Agender] = ACTIONS(606), + [anon_sym_PrideFlags] = ACTIONS(606), + [anon_sym_PrideFlagNames] = ACTIONS(606), + [anon_sym_True] = ACTIONS(606), + [anon_sym_False] = ACTIONS(606), + [anon_sym_NULL] = ACTIONS(606), + [anon_sym_Logo] = ACTIONS(606), + [anon_sym_Lena] = ACTIONS(606), + [anon_sym_Music] = ACTIONS(606), + [anon_sym_Lorem] = ACTIONS(606), + [anon_sym_Os] = ACTIONS(606), + [anon_sym_Family] = ACTIONS(606), + [anon_sym_Arch] = ACTIONS(606), + [anon_sym_ExeExt] = ACTIONS(606), + [anon_sym_DllExt] = ACTIONS(606), + [anon_sym_Sep] = ACTIONS(606), + [anon_sym_ThisFile] = ACTIONS(606), + [anon_sym_ThisFileName] = ACTIONS(606), + [anon_sym_ThisFileDir] = ACTIONS(606), + [anon_sym_WorkingDir] = ACTIONS(606), + [anon_sym_NumProcs] = ACTIONS(606), + [anon_sym_Planets] = ACTIONS(606), + [anon_sym_Zodiac] = ACTIONS(606), + [anon_sym_Suits] = ACTIONS(606), + [anon_sym_Cards] = ACTIONS(606), + [anon_sym_Chess] = ACTIONS(606), + [anon_sym_Moon] = ACTIONS(606), + [anon_sym_Skin] = ACTIONS(606), + [anon_sym_People] = ACTIONS(606), + [anon_sym_Hair] = ACTIONS(606), + [anon_sym_Cat] = ACTIONS(606), + [aux_sym_character_token1] = ACTIONS(608), + [sym_string] = ACTIONS(608), + [sym_multiLineString] = ACTIONS(608), + [sym_identifier] = ACTIONS(606), + [sym_identifierDeprecated] = ACTIONS(606), + [sym_system] = ACTIONS(608), + [sym_comment] = ACTIONS(606), + [sym_tripleMinus] = ACTIONS(608), + [sym_openParen] = ACTIONS(608), + [sym_openCurly] = ACTIONS(608), + [sym_openBracket] = ACTIONS(606), + [anon_sym_CARET] = ACTIONS(608), + [anon_sym_SQUOTE] = ACTIONS(606), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(608), + [anon_sym_e] = ACTIONS(606), + [anon_sym_NaN] = ACTIONS(606), + [anon_sym_eta] = ACTIONS(608), + [anon_sym_u03b7] = ACTIONS(606), + [anon_sym_pi] = ACTIONS(606), + [anon_sym_u03c0] = ACTIONS(606), + [anon_sym_tau] = ACTIONS(608), + [anon_sym_u03c4] = ACTIONS(606), + [anon_sym_infinity] = ACTIONS(608), + [anon_sym_u221e] = ACTIONS(608), + [anon_sym_W] = ACTIONS(606), + [anon_sym_i] = ACTIONS(606), + [anon_sym_MaxInt] = ACTIONS(606), + [anon_sym_HexDigits] = ACTIONS(606), + [anon_sym_DOT] = ACTIONS(608), + [anon_sym_COMMA] = ACTIONS(608), + [anon_sym_COLON] = ACTIONS(608), + [anon_sym_u25cc] = ACTIONS(608), + [anon_sym_identity] = ACTIONS(608), + [anon_sym_id] = ACTIONS(606), + [anon_sym_u2218] = ACTIONS(608), + [anon_sym_not] = ACTIONS(608), + [anon_sym_u00ac] = ACTIONS(608), + [anon_sym_sign] = ACTIONS(606), + [anon_sym_u00b1] = ACTIONS(608), + [anon_sym_BQUOTE] = ACTIONS(608), + [anon_sym_u00af] = ACTIONS(606), + [anon_sym_absolutevalue] = ACTIONS(608), + [anon_sym_u2335] = ACTIONS(608), + [anon_sym_sqrt] = ACTIONS(608), + [anon_sym_u221a] = ACTIONS(608), + [anon_sym_sine] = ACTIONS(608), + [anon_sym_u25cb] = ACTIONS(608), + [anon_sym_u223f] = ACTIONS(608), + [anon_sym_floor] = ACTIONS(608), + [anon_sym_u230a] = ACTIONS(608), + [anon_sym_ceiling] = ACTIONS(608), + [anon_sym_u2308] = ACTIONS(608), + [anon_sym_round] = ACTIONS(608), + [anon_sym_u2045] = ACTIONS(608), + [anon_sym_EQ] = ACTIONS(608), + [anon_sym_BANG_EQ] = ACTIONS(608), + [anon_sym_u2260] = ACTIONS(608), + [anon_sym_LT] = ACTIONS(606), + [anon_sym_LT_EQ] = ACTIONS(608), + [anon_sym_u2264] = ACTIONS(608), + [anon_sym_GT] = ACTIONS(606), + [anon_sym_GT_EQ] = ACTIONS(608), + [anon_sym_u2265] = ACTIONS(608), + [anon_sym_PLUS] = ACTIONS(608), + [anon_sym_DASH] = ACTIONS(606), + [anon_sym_STAR] = ACTIONS(608), + [anon_sym_u00d7] = ACTIONS(608), + [anon_sym_PERCENT] = ACTIONS(608), + [anon_sym_u00f7] = ACTIONS(608), + [anon_sym_modulus] = ACTIONS(608), + [anon_sym_u25ff] = ACTIONS(608), + [anon_sym_power] = ACTIONS(608), + [anon_sym_u207f] = ACTIONS(608), + [anon_sym_logarithm] = ACTIONS(608), + [anon_sym_u2099] = ACTIONS(608), + [anon_sym_minimum] = ACTIONS(608), + [anon_sym_u21a7] = ACTIONS(608), + [anon_sym_maximum] = ACTIONS(608), + [anon_sym_u21a5] = ACTIONS(608), + [anon_sym_atangent] = ACTIONS(608), + [anon_sym_u2220] = ACTIONS(608), + [anon_sym_length] = ACTIONS(608), + [anon_sym_u29fb] = ACTIONS(608), + [anon_sym_shape] = ACTIONS(608), + [anon_sym_u25b3] = ACTIONS(608), + [anon_sym_range] = ACTIONS(608), + [anon_sym_u21e1] = ACTIONS(608), + [anon_sym_first] = ACTIONS(608), + [anon_sym_u22a2] = ACTIONS(608), + [anon_sym_reverse] = ACTIONS(608), + [anon_sym_u21cc] = ACTIONS(608), + [anon_sym_deshape] = ACTIONS(608), + [anon_sym_u266d] = ACTIONS(608), + [anon_sym_bits] = ACTIONS(608), + [anon_sym_u22ef] = ACTIONS(608), + [anon_sym_transpose] = ACTIONS(608), + [anon_sym_u2349] = ACTIONS(608), + [anon_sym_rise] = ACTIONS(608), + [anon_sym_u234f] = ACTIONS(608), + [anon_sym_fall] = ACTIONS(608), + [anon_sym_u2356] = ACTIONS(608), + [anon_sym_where] = ACTIONS(608), + [anon_sym_u229a] = ACTIONS(608), + [anon_sym_classify] = ACTIONS(608), + [anon_sym_u229b] = ACTIONS(608), + [anon_sym_deduplicate] = ACTIONS(608), + [anon_sym_u25f4] = ACTIONS(608), + [anon_sym_box] = ACTIONS(608), + [anon_sym_u25a1] = ACTIONS(608), + [anon_sym_match] = ACTIONS(608), + [anon_sym_u224d] = ACTIONS(608), + [anon_sym_couple] = ACTIONS(608), + [anon_sym_u229f] = ACTIONS(608), + [anon_sym_join] = ACTIONS(608), + [anon_sym_u2282] = ACTIONS(608), + [anon_sym_select] = ACTIONS(608), + [anon_sym_u228f] = ACTIONS(608), + [anon_sym_pick] = ACTIONS(608), + [anon_sym_u22a1] = ACTIONS(608), + [anon_sym_reshape] = ACTIONS(608), + [anon_sym_u21af] = ACTIONS(608), + [anon_sym_take] = ACTIONS(608), + [anon_sym_u2199] = ACTIONS(608), + [anon_sym_drop] = ACTIONS(608), + [anon_sym_u2198] = ACTIONS(608), + [anon_sym_rotate] = ACTIONS(608), + [anon_sym_u21bb] = ACTIONS(608), + [anon_sym_windows] = ACTIONS(608), + [anon_sym_u25eb] = ACTIONS(608), + [anon_sym_keep] = ACTIONS(608), + [anon_sym_u25bd] = ACTIONS(608), + [anon_sym_find] = ACTIONS(608), + [anon_sym_u2315] = ACTIONS(608), + [anon_sym_indexof] = ACTIONS(608), + [anon_sym_u2297] = ACTIONS(608), + [anon_sym_assert] = ACTIONS(608), + [anon_sym_u2364] = ACTIONS(608), + [anon_sym_wait] = ACTIONS(608), + [anon_sym_parse] = ACTIONS(608), + [anon_sym_u22d5] = ACTIONS(608), + [anon_sym_random] = ACTIONS(608), + [anon_sym_u2682] = ACTIONS(608), + [anon_sym_gen] = ACTIONS(608), + [anon_sym_tag] = ACTIONS(608), + [anon_sym_now] = ACTIONS(608), + [anon_sym_type] = ACTIONS(608), + [anon_sym_u2e2e] = ACTIONS(608), + [anon_sym_dump] = ACTIONS(608), + [anon_sym_regex] = ACTIONS(608), + [anon_sym_send] = ACTIONS(608), + [anon_sym_recv] = ACTIONS(608), + [anon_sym_tryrecv] = ACTIONS(608), + [anon_sym_complex] = ACTIONS(608), + [anon_sym_u2102] = ACTIONS(608), + [anon_sym_rerank] = ACTIONS(608), + [anon_sym_u2607] = ACTIONS(608), + [anon_sym_fix] = ACTIONS(608), + [anon_sym_u00a4] = ACTIONS(608), + [anon_sym_QMARK] = ACTIONS(608), + [anon_sym_unique] = ACTIONS(608), + [anon_sym_u25f0] = ACTIONS(608), + [anon_sym_map] = ACTIONS(608), + [anon_sym_has] = ACTIONS(608), + [anon_sym_get] = ACTIONS(608), + [anon_sym_insert] = ACTIONS(608), + [anon_sym_remove] = ACTIONS(608), + [anon_sym_repr] = ACTIONS(608), + [anon_sym_mask] = ACTIONS(608), + [anon_sym_u29b7] = ACTIONS(608), + [anon_sym_csv] = ACTIONS(608), + [anon_sym_json] = ACTIONS(608), + [anon_sym_xlsx] = ACTIONS(608), + [anon_sym_memberOf] = ACTIONS(608), + [anon_sym_u2208] = ACTIONS(608), + [anon_sym_imen] = ACTIONS(608), + [anon_sym_gife] = ACTIONS(608), + [anon_sym_auden] = ACTIONS(608), + [anon_sym_utfu2088] = ACTIONS(608), + [anon_sym_datetime] = ACTIONS(608), + [anon_sym_choose] = ACTIONS(608), + [anon_sym_permute] = ACTIONS(608), + [anon_sym_orient] = ACTIONS(608), + [anon_sym_u2938] = ACTIONS(608), + [anon_sym_fft] = ACTIONS(608), + [anon_sym_graphemes] = ACTIONS(608), + [anon_sym_timezone] = ACTIONS(608), + [anon_sym_around] = ACTIONS(608), + [anon_sym_u2019] = ACTIONS(608), + [anon_sym_base] = ACTIONS(608), + [anon_sym_sort] = ACTIONS(608), + [anon_sym_u2346] = ACTIONS(608), + [anon_sym_last] = ACTIONS(608), + [anon_sym_u22a3] = ACTIONS(608), + [anon_sym_reduce] = ACTIONS(608), + [anon_sym_SLASH] = ACTIONS(608), + [anon_sym_scan] = ACTIONS(608), + [anon_sym_BSLASH] = ACTIONS(608), + [anon_sym_each] = ACTIONS(608), + [anon_sym_u2235] = ACTIONS(608), + [anon_sym_rows] = ACTIONS(608), + [anon_sym_u2261] = ACTIONS(608), + [anon_sym_repeat] = ACTIONS(608), + [anon_sym_u2365] = ACTIONS(608), + [anon_sym_dip] = ACTIONS(608), + [anon_sym_u2299] = ACTIONS(608), + [anon_sym_gap] = ACTIONS(608), + [anon_sym_u22c5] = ACTIONS(608), + [anon_sym_spawn] = ACTIONS(608), + [anon_sym_rectify] = ACTIONS(608), + [anon_sym_u2305] = ACTIONS(608), + [anon_sym_un] = ACTIONS(606), + [anon_sym_u00b0] = ACTIONS(608), + [anon_sym_on] = ACTIONS(606), + [anon_sym_u27dc] = ACTIONS(608), + [anon_sym_inventory] = ACTIONS(608), + [anon_sym_u235a] = ACTIONS(608), + [anon_sym_content] = ACTIONS(608), + [anon_sym_u25c7] = ACTIONS(608), + [anon_sym_pool] = ACTIONS(608), + [anon_sym_stringify] = ACTIONS(608), + [anon_sym_signature] = ACTIONS(608), + [anon_sym_triangle] = ACTIONS(608), + [anon_sym_u25f9] = ACTIONS(608), + [anon_sym_astar] = ACTIONS(608), + [anon_sym_with] = ACTIONS(608), + [anon_sym_u2919] = ACTIONS(608), + [anon_sym_off] = ACTIONS(608), + [anon_sym_u291a] = ACTIONS(608), + [anon_sym_above] = ACTIONS(608), + [anon_sym_u25e0] = ACTIONS(608), + [anon_sym_below] = ACTIONS(608), + [anon_sym_u25e1] = ACTIONS(608), + [anon_sym_anti] = ACTIONS(608), + [anon_sym_u231d] = ACTIONS(608), + [anon_sym_obverse] = ACTIONS(608), + [anon_sym_toples] = ACTIONS(608), + [anon_sym_u29c5] = ACTIONS(608), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(608), + [anon_sym_fold] = ACTIONS(608), + [anon_sym_u2227] = ACTIONS(608), + [anon_sym_table] = ACTIONS(608), + [anon_sym_u229e] = ACTIONS(608), + [anon_sym_group] = ACTIONS(608), + [anon_sym_u2295] = ACTIONS(608), + [anon_sym_partition] = ACTIONS(608), + [anon_sym_u229c] = ACTIONS(608), + [anon_sym_both] = ACTIONS(608), + [anon_sym_u2229] = ACTIONS(608), + [anon_sym_bracket] = ACTIONS(608), + [anon_sym_u2293] = ACTIONS(608), + [anon_sym_fork] = ACTIONS(608), + [anon_sym_u2283] = ACTIONS(608), + [anon_sym_under] = ACTIONS(608), + [anon_sym_u235c] = ACTIONS(608), + [anon_sym_fill] = ACTIONS(608), + [anon_sym_u2b1a] = ACTIONS(608), + [anon_sym_try] = ACTIONS(606), + [anon_sym_u2363] = ACTIONS(608), + [anon_sym_do] = ACTIONS(606), + [anon_sym_u2362] = ACTIONS(608), + [anon_sym_f] = ACTIONS(606), + [anon_sym_by] = ACTIONS(606), + [anon_sym_u22b8] = ACTIONS(608), + [anon_sym_quote] = ACTIONS(608), + [anon_sym_u2765] = ACTIONS(608), + [anon_sym_u2192] = ACTIONS(608), + [anon_sym_u2237] = ACTIONS(608), + [anon_sym_u00b7] = ACTIONS(608), + [anon_sym_u235b] = ACTIONS(608), + [anon_sym_u2302] = ACTIONS(608), + [anon_sym_u21b0] = ACTIONS(608), + [anon_sym_unpack] = ACTIONS(608), + [anon_sym_u2290] = ACTIONS(608), + [anon_sym_u229d] = ACTIONS(608), + [anon_sym_cross] = ACTIONS(608), + [anon_sym_u22a0] = ACTIONS(608), + [anon_sym_SEMI] = ACTIONS(608), + [anon_sym_deal] = ACTIONS(608), + [anon_sym_member] = ACTIONS(606), + [anon_sym_u220a] = ACTIONS(608), + [anon_sym_coordinate] = ACTIONS(608), + [anon_sym_u27d4] = ACTIONS(608), + [anon_sym_u03bb] = ACTIONS(608), + [anon_sym_u22ca] = ACTIONS(608), + [anon_sym_chunk] = ACTIONS(608), + [anon_sym_u2444] = ACTIONS(608), + [anon_sym_setinv] = ACTIONS(608), + [anon_sym_setund] = ACTIONS(608), + [anon_sym_struct] = ACTIONS(608), + [sym_emptyMultiLineString] = ACTIONS(608), + [sym__endOfLine] = ACTIONS(5), }, [116] = { - [ts_builtin_sym_end] = ACTIONS(538), - [aux_sym_number_token1] = ACTIONS(536), - [sym_fraction] = ACTIONS(538), - [anon_sym_Days] = ACTIONS(536), - [anon_sym_Months] = ACTIONS(536), - [anon_sym_MonthDays] = ACTIONS(536), - [anon_sym_LeanMonthDays] = ACTIONS(536), - [anon_sym_White] = ACTIONS(536), - [anon_sym_Black] = ACTIONS(536), - [anon_sym_Red] = ACTIONS(536), - [anon_sym_Orange] = ACTIONS(536), - [anon_sym_Yellow] = ACTIONS(536), - [anon_sym_Green] = ACTIONS(536), - [anon_sym_Cyan] = ACTIONS(536), - [anon_sym_Blue] = ACTIONS(536), - [anon_sym_Purple] = ACTIONS(536), - [anon_sym_Magenta] = ACTIONS(536), - [anon_sym_Gay] = ACTIONS(536), - [anon_sym_Lesbian] = ACTIONS(536), - [anon_sym_Bi] = ACTIONS(536), - [anon_sym_Trans] = ACTIONS(536), - [anon_sym_Pan] = ACTIONS(536), - [anon_sym_Ace] = ACTIONS(536), - [anon_sym_Aro] = ACTIONS(536), - [anon_sym_Aroace] = ACTIONS(536), - [anon_sym_Enby] = ACTIONS(536), - [anon_sym_Fluid] = ACTIONS(536), - [anon_sym_Queer] = ACTIONS(536), - [anon_sym_Agender] = ACTIONS(536), - [anon_sym_PrideFlags] = ACTIONS(536), - [anon_sym_PrideFlagNames] = ACTIONS(536), - [anon_sym_True] = ACTIONS(536), - [anon_sym_False] = ACTIONS(536), - [anon_sym_NULL] = ACTIONS(536), - [anon_sym_Logo] = ACTIONS(536), - [anon_sym_Lena] = ACTIONS(536), - [anon_sym_Music] = ACTIONS(536), - [anon_sym_Lorem] = ACTIONS(536), - [anon_sym_Os] = ACTIONS(536), - [anon_sym_Family] = ACTIONS(536), - [anon_sym_Arch] = ACTIONS(536), - [anon_sym_ExeExt] = ACTIONS(536), - [anon_sym_DllExt] = ACTIONS(536), - [anon_sym_Sep] = ACTIONS(536), - [anon_sym_ThisFile] = ACTIONS(536), - [anon_sym_ThisFileName] = ACTIONS(536), - [anon_sym_ThisFileDir] = ACTIONS(536), - [anon_sym_WorkingDir] = ACTIONS(536), - [anon_sym_NumProcs] = ACTIONS(536), - [anon_sym_Planets] = ACTIONS(536), - [anon_sym_Zodiac] = ACTIONS(536), - [anon_sym_Suits] = ACTIONS(536), - [anon_sym_Cards] = ACTIONS(536), - [anon_sym_Chess] = ACTIONS(536), - [anon_sym_Moon] = ACTIONS(536), - [anon_sym_Skin] = ACTIONS(536), - [anon_sym_People] = ACTIONS(536), - [anon_sym_Hair] = ACTIONS(536), - [aux_sym_character_token1] = ACTIONS(538), - [sym_string] = ACTIONS(538), - [sym_multiLineString] = ACTIONS(538), - [sym_identifier] = ACTIONS(536), - [sym_identifierDeprecated] = ACTIONS(536), - [sym_system] = ACTIONS(538), - [sym_comment] = ACTIONS(536), - [sym_openParen] = ACTIONS(538), - [sym_openCurly] = ACTIONS(538), - [sym_openBracket] = ACTIONS(538), - [sym_underscore] = ACTIONS(538), - [sym_leftArrow] = ACTIONS(642), - [anon_sym_CARET] = ACTIONS(538), - [anon_sym_SQUOTE] = ACTIONS(536), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(538), - [anon_sym_e] = ACTIONS(536), - [anon_sym_NaN] = ACTIONS(536), - [anon_sym_eta] = ACTIONS(538), - [anon_sym_u03b7] = ACTIONS(536), - [anon_sym_pi] = ACTIONS(536), - [anon_sym_u03c0] = ACTIONS(536), - [anon_sym_tau] = ACTIONS(538), - [anon_sym_u03c4] = ACTIONS(536), - [anon_sym_infinity] = ACTIONS(538), - [anon_sym_u221e] = ACTIONS(538), - [anon_sym_W] = ACTIONS(536), - [anon_sym_i] = ACTIONS(536), - [anon_sym_MaxInt] = ACTIONS(536), - [anon_sym_HexDigits] = ACTIONS(536), - [anon_sym_DOT] = ACTIONS(538), - [anon_sym_COMMA] = ACTIONS(538), - [anon_sym_COLON] = ACTIONS(538), - [anon_sym_u25cc] = ACTIONS(538), - [anon_sym_identity] = ACTIONS(538), - [anon_sym_id] = ACTIONS(536), - [anon_sym_u2218] = ACTIONS(538), - [anon_sym_not] = ACTIONS(538), - [anon_sym_u00ac] = ACTIONS(538), - [anon_sym_sign] = ACTIONS(536), - [anon_sym_u00b1] = ACTIONS(538), - [anon_sym_BQUOTE] = ACTIONS(538), - [anon_sym_u00af] = ACTIONS(536), - [anon_sym_absolutevalue] = ACTIONS(538), - [anon_sym_u2335] = ACTIONS(538), - [anon_sym_sqrt] = ACTIONS(538), - [anon_sym_u221a] = ACTIONS(538), - [anon_sym_sine] = ACTIONS(538), - [anon_sym_u25cb] = ACTIONS(538), - [anon_sym_u223f] = ACTIONS(538), - [anon_sym_floor] = ACTIONS(538), - [anon_sym_u230a] = ACTIONS(538), - [anon_sym_ceiling] = ACTIONS(538), - [anon_sym_u2308] = ACTIONS(538), - [anon_sym_round] = ACTIONS(538), - [anon_sym_u2045] = ACTIONS(538), - [anon_sym_EQ] = ACTIONS(538), - [anon_sym_BANG_EQ] = ACTIONS(538), - [anon_sym_u2260] = ACTIONS(538), - [anon_sym_LT] = ACTIONS(536), - [anon_sym_LT_EQ] = ACTIONS(538), - [anon_sym_u2264] = ACTIONS(538), - [anon_sym_GT] = ACTIONS(536), - [anon_sym_GT_EQ] = ACTIONS(538), - [anon_sym_u2265] = ACTIONS(538), - [anon_sym_PLUS] = ACTIONS(538), - [anon_sym_DASH] = ACTIONS(538), - [anon_sym_STAR] = ACTIONS(538), - [anon_sym_u00d7] = ACTIONS(538), - [anon_sym_PERCENT] = ACTIONS(538), - [anon_sym_u00f7] = ACTIONS(538), - [anon_sym_modulus] = ACTIONS(538), - [anon_sym_u25ff] = ACTIONS(538), - [anon_sym_power] = ACTIONS(538), - [anon_sym_u207f] = ACTIONS(538), - [anon_sym_logarithm] = ACTIONS(538), - [anon_sym_u2099] = ACTIONS(538), - [anon_sym_minimum] = ACTIONS(538), - [anon_sym_u21a7] = ACTIONS(538), - [anon_sym_maximum] = ACTIONS(538), - [anon_sym_u21a5] = ACTIONS(538), - [anon_sym_atangent] = ACTIONS(538), - [anon_sym_u2220] = ACTIONS(538), - [anon_sym_length] = ACTIONS(538), - [anon_sym_u29fb] = ACTIONS(538), - [anon_sym_shape] = ACTIONS(538), - [anon_sym_u25b3] = ACTIONS(538), - [anon_sym_range] = ACTIONS(538), - [anon_sym_u21e1] = ACTIONS(538), - [anon_sym_first] = ACTIONS(538), - [anon_sym_u22a2] = ACTIONS(538), - [anon_sym_reverse] = ACTIONS(538), - [anon_sym_u21cc] = ACTIONS(538), - [anon_sym_deshape] = ACTIONS(538), - [anon_sym_u266d] = ACTIONS(538), - [anon_sym_bits] = ACTIONS(538), - [anon_sym_u22ef] = ACTIONS(538), - [anon_sym_transpose] = ACTIONS(538), - [anon_sym_u2349] = ACTIONS(538), - [anon_sym_rise] = ACTIONS(538), - [anon_sym_u234f] = ACTIONS(538), - [anon_sym_fall] = ACTIONS(538), - [anon_sym_u2356] = ACTIONS(538), - [anon_sym_where] = ACTIONS(538), - [anon_sym_u229a] = ACTIONS(538), - [anon_sym_classify] = ACTIONS(538), - [anon_sym_u229b] = ACTIONS(538), - [anon_sym_deduplicate] = ACTIONS(538), - [anon_sym_u25f4] = ACTIONS(538), - [anon_sym_box] = ACTIONS(538), - [anon_sym_u25a1] = ACTIONS(538), - [anon_sym_match] = ACTIONS(538), - [anon_sym_u224d] = ACTIONS(538), - [anon_sym_couple] = ACTIONS(538), - [anon_sym_u229f] = ACTIONS(538), - [anon_sym_join] = ACTIONS(538), - [anon_sym_u2282] = ACTIONS(538), - [anon_sym_select] = ACTIONS(538), - [anon_sym_u228f] = ACTIONS(538), - [anon_sym_pick] = ACTIONS(538), - [anon_sym_u22a1] = ACTIONS(538), - [anon_sym_reshape] = ACTIONS(538), - [anon_sym_u21af] = ACTIONS(538), - [anon_sym_take] = ACTIONS(538), - [anon_sym_u2199] = ACTIONS(538), - [anon_sym_drop] = ACTIONS(538), - [anon_sym_u2198] = ACTIONS(538), - [anon_sym_rotate] = ACTIONS(538), - [anon_sym_u21bb] = ACTIONS(538), - [anon_sym_windows] = ACTIONS(538), - [anon_sym_u25eb] = ACTIONS(538), - [anon_sym_keep] = ACTIONS(538), - [anon_sym_u25bd] = ACTIONS(538), - [anon_sym_find] = ACTIONS(538), - [anon_sym_u2315] = ACTIONS(538), - [anon_sym_indexof] = ACTIONS(538), - [anon_sym_u2297] = ACTIONS(538), - [anon_sym_assert] = ACTIONS(538), - [anon_sym_u2364] = ACTIONS(538), - [anon_sym_wait] = ACTIONS(538), - [anon_sym_parse] = ACTIONS(538), - [anon_sym_u22d5] = ACTIONS(538), - [anon_sym_random] = ACTIONS(538), - [anon_sym_u2682] = ACTIONS(538), - [anon_sym_gen] = ACTIONS(538), - [anon_sym_tag] = ACTIONS(538), - [anon_sym_now] = ACTIONS(538), - [anon_sym_type] = ACTIONS(538), - [anon_sym_u2e2e] = ACTIONS(538), - [anon_sym_dump] = ACTIONS(538), - [anon_sym_regex] = ACTIONS(538), - [anon_sym_send] = ACTIONS(538), - [anon_sym_recv] = ACTIONS(538), - [anon_sym_tryrecv] = ACTIONS(538), - [anon_sym_complex] = ACTIONS(538), - [anon_sym_u2102] = ACTIONS(538), - [anon_sym_rerank] = ACTIONS(538), - [anon_sym_u2607] = ACTIONS(538), - [anon_sym_fix] = ACTIONS(538), - [anon_sym_u00a4] = ACTIONS(538), - [anon_sym_QMARK] = ACTIONS(538), - [anon_sym_unique] = ACTIONS(538), - [anon_sym_u25f0] = ACTIONS(538), - [anon_sym_map] = ACTIONS(538), - [anon_sym_has] = ACTIONS(538), - [anon_sym_get] = ACTIONS(538), - [anon_sym_insert] = ACTIONS(538), - [anon_sym_remove] = ACTIONS(538), - [anon_sym_repr] = ACTIONS(538), - [anon_sym_mask] = ACTIONS(538), - [anon_sym_u29b7] = ACTIONS(538), - [anon_sym_csv] = ACTIONS(538), - [anon_sym_json] = ACTIONS(538), - [anon_sym_xlsx] = ACTIONS(538), - [anon_sym_memberOf] = ACTIONS(538), - [anon_sym_u2208] = ACTIONS(538), - [anon_sym_imen] = ACTIONS(538), - [anon_sym_gife] = ACTIONS(538), - [anon_sym_auden] = ACTIONS(538), - [anon_sym_utfu2088] = ACTIONS(538), - [anon_sym_datetime] = ACTIONS(538), - [anon_sym_chunk] = ACTIONS(538), - [anon_sym_u2444] = ACTIONS(538), - [anon_sym_choose] = ACTIONS(538), - [anon_sym_permute] = ACTIONS(538), - [anon_sym_orient] = ACTIONS(538), - [anon_sym_fft] = ACTIONS(538), - [anon_sym_reduce] = ACTIONS(538), - [anon_sym_SLASH] = ACTIONS(538), - [anon_sym_scan] = ACTIONS(538), - [anon_sym_BSLASH] = ACTIONS(538), - [anon_sym_each] = ACTIONS(538), - [anon_sym_u2235] = ACTIONS(538), - [anon_sym_rows] = ACTIONS(538), - [anon_sym_u2261] = ACTIONS(538), - [anon_sym_repeat] = ACTIONS(538), - [anon_sym_u2365] = ACTIONS(538), - [anon_sym_dip] = ACTIONS(538), - [anon_sym_u2299] = ACTIONS(538), - [anon_sym_gap] = ACTIONS(538), - [anon_sym_u22c5] = ACTIONS(538), - [anon_sym_spawn] = ACTIONS(538), - [anon_sym_rectify] = ACTIONS(538), - [anon_sym_u2305] = ACTIONS(538), - [anon_sym_un] = ACTIONS(536), - [anon_sym_u00b0] = ACTIONS(538), - [anon_sym_on] = ACTIONS(536), - [anon_sym_u27dc] = ACTIONS(538), - [anon_sym_inventory] = ACTIONS(538), - [anon_sym_u235a] = ACTIONS(538), - [anon_sym_content] = ACTIONS(538), - [anon_sym_u25c7] = ACTIONS(538), - [anon_sym_pool] = ACTIONS(538), - [anon_sym_stringify] = ACTIONS(538), - [anon_sym_signature] = ACTIONS(538), - [anon_sym_triangle] = ACTIONS(538), - [anon_sym_u25f9] = ACTIONS(538), - [anon_sym_astar] = ACTIONS(538), - [anon_sym_but] = ACTIONS(538), - [anon_sym_u2919] = ACTIONS(538), - [anon_sym_with] = ACTIONS(538), - [anon_sym_u291a] = ACTIONS(538), - [anon_sym_above] = ACTIONS(538), - [anon_sym_u25e0] = ACTIONS(538), - [anon_sym_below] = ACTIONS(538), - [anon_sym_u25e1] = ACTIONS(538), - [anon_sym_fold] = ACTIONS(538), - [anon_sym_u2227] = ACTIONS(538), - [anon_sym_table] = ACTIONS(538), - [anon_sym_u229e] = ACTIONS(538), - [anon_sym_group] = ACTIONS(538), - [anon_sym_u2295] = ACTIONS(538), - [anon_sym_partition] = ACTIONS(538), - [anon_sym_u229c] = ACTIONS(538), - [anon_sym_both] = ACTIONS(538), - [anon_sym_u2229] = ACTIONS(538), - [anon_sym_bracket] = ACTIONS(538), - [anon_sym_u2293] = ACTIONS(538), - [anon_sym_fork] = ACTIONS(538), - [anon_sym_u2283] = ACTIONS(538), - [anon_sym_under] = ACTIONS(538), - [anon_sym_u235c] = ACTIONS(538), - [anon_sym_fill] = ACTIONS(538), - [anon_sym_u2b1a] = ACTIONS(538), - [anon_sym_try] = ACTIONS(536), - [anon_sym_u2363] = ACTIONS(538), - [anon_sym_do] = ACTIONS(536), - [anon_sym_u2362] = ACTIONS(538), - [anon_sym_setinv] = ACTIONS(538), - [anon_sym_setunder] = ACTIONS(538), - [anon_sym_f] = ACTIONS(536), - [anon_sym_by] = ACTIONS(536), - [anon_sym_u22b8] = ACTIONS(538), - [anon_sym_quote] = ACTIONS(538), - [anon_sym_struct] = ACTIONS(538), - [anon_sym_u2765] = ACTIONS(538), - [anon_sym_u2192] = ACTIONS(538), - [anon_sym_u2237] = ACTIONS(538), - [anon_sym_u00b7] = ACTIONS(538), - [anon_sym_u235b] = ACTIONS(538), - [anon_sym_u2302] = ACTIONS(538), - [anon_sym_u21b0] = ACTIONS(538), - [anon_sym_unpack] = ACTIONS(538), - [anon_sym_u2290] = ACTIONS(538), - [anon_sym_u229d] = ACTIONS(538), - [anon_sym_cross] = ACTIONS(538), - [anon_sym_u22a0] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(538), - [anon_sym_deal] = ACTIONS(538), - [anon_sym_strands] = ACTIONS(538), - [anon_sym_u203f] = ACTIONS(538), - [anon_sym_member] = ACTIONS(536), - [anon_sym_u220a] = ACTIONS(538), - [anon_sym_coordinate] = ACTIONS(538), - [anon_sym_u27d4] = ACTIONS(538), - [anon_sym_u03bb] = ACTIONS(538), - [anon_sym_u22ca] = ACTIONS(538), - [sym__endOfLine] = ACTIONS(538), + [ts_builtin_sym_end] = ACTIONS(604), + [aux_sym_number_token1] = ACTIONS(612), + [sym_fraction] = ACTIONS(614), + [anon_sym_Days] = ACTIONS(612), + [anon_sym_Months] = ACTIONS(612), + [anon_sym_MonthDays] = ACTIONS(612), + [anon_sym_LeanMonthDays] = ACTIONS(612), + [anon_sym_White] = ACTIONS(612), + [anon_sym_Black] = ACTIONS(612), + [anon_sym_Red] = ACTIONS(612), + [anon_sym_Orange] = ACTIONS(612), + [anon_sym_Yellow] = ACTIONS(612), + [anon_sym_Green] = ACTIONS(612), + [anon_sym_Cyan] = ACTIONS(612), + [anon_sym_Blue] = ACTIONS(612), + [anon_sym_Purple] = ACTIONS(612), + [anon_sym_Magenta] = ACTIONS(612), + [anon_sym_Gay] = ACTIONS(612), + [anon_sym_Lesbian] = ACTIONS(612), + [anon_sym_Bi] = ACTIONS(612), + [anon_sym_Trans] = ACTIONS(612), + [anon_sym_Pan] = ACTIONS(612), + [anon_sym_Ace] = ACTIONS(612), + [anon_sym_Aro] = ACTIONS(612), + [anon_sym_Aroace] = ACTIONS(612), + [anon_sym_Enby] = ACTIONS(612), + [anon_sym_Fluid] = ACTIONS(612), + [anon_sym_Queer] = ACTIONS(612), + [anon_sym_Agender] = ACTIONS(612), + [anon_sym_PrideFlags] = ACTIONS(612), + [anon_sym_PrideFlagNames] = ACTIONS(612), + [anon_sym_True] = ACTIONS(612), + [anon_sym_False] = ACTIONS(612), + [anon_sym_NULL] = ACTIONS(612), + [anon_sym_Logo] = ACTIONS(612), + [anon_sym_Lena] = ACTIONS(612), + [anon_sym_Music] = ACTIONS(612), + [anon_sym_Lorem] = ACTIONS(612), + [anon_sym_Os] = ACTIONS(612), + [anon_sym_Family] = ACTIONS(612), + [anon_sym_Arch] = ACTIONS(612), + [anon_sym_ExeExt] = ACTIONS(612), + [anon_sym_DllExt] = ACTIONS(612), + [anon_sym_Sep] = ACTIONS(612), + [anon_sym_ThisFile] = ACTIONS(612), + [anon_sym_ThisFileName] = ACTIONS(612), + [anon_sym_ThisFileDir] = ACTIONS(612), + [anon_sym_WorkingDir] = ACTIONS(612), + [anon_sym_NumProcs] = ACTIONS(612), + [anon_sym_Planets] = ACTIONS(612), + [anon_sym_Zodiac] = ACTIONS(612), + [anon_sym_Suits] = ACTIONS(612), + [anon_sym_Cards] = ACTIONS(612), + [anon_sym_Chess] = ACTIONS(612), + [anon_sym_Moon] = ACTIONS(612), + [anon_sym_Skin] = ACTIONS(612), + [anon_sym_People] = ACTIONS(612), + [anon_sym_Hair] = ACTIONS(612), + [anon_sym_Cat] = ACTIONS(612), + [aux_sym_character_token1] = ACTIONS(614), + [sym_string] = ACTIONS(614), + [sym_multiLineString] = ACTIONS(614), + [sym_identifier] = ACTIONS(612), + [sym_identifierDeprecated] = ACTIONS(612), + [sym_system] = ACTIONS(614), + [sym_comment] = ACTIONS(612), + [sym_tripleMinus] = ACTIONS(614), + [sym_openParen] = ACTIONS(614), + [sym_openCurly] = ACTIONS(614), + [sym_openBracket] = ACTIONS(612), + [anon_sym_CARET] = ACTIONS(614), + [anon_sym_SQUOTE] = ACTIONS(612), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(614), + [anon_sym_e] = ACTIONS(612), + [anon_sym_NaN] = ACTIONS(612), + [anon_sym_eta] = ACTIONS(614), + [anon_sym_u03b7] = ACTIONS(612), + [anon_sym_pi] = ACTIONS(612), + [anon_sym_u03c0] = ACTIONS(612), + [anon_sym_tau] = ACTIONS(614), + [anon_sym_u03c4] = ACTIONS(612), + [anon_sym_infinity] = ACTIONS(614), + [anon_sym_u221e] = ACTIONS(614), + [anon_sym_W] = ACTIONS(612), + [anon_sym_i] = ACTIONS(612), + [anon_sym_MaxInt] = ACTIONS(612), + [anon_sym_HexDigits] = ACTIONS(612), + [anon_sym_DOT] = ACTIONS(614), + [anon_sym_COMMA] = ACTIONS(614), + [anon_sym_COLON] = ACTIONS(614), + [anon_sym_u25cc] = ACTIONS(614), + [anon_sym_identity] = ACTIONS(614), + [anon_sym_id] = ACTIONS(612), + [anon_sym_u2218] = ACTIONS(614), + [anon_sym_not] = ACTIONS(614), + [anon_sym_u00ac] = ACTIONS(614), + [anon_sym_sign] = ACTIONS(612), + [anon_sym_u00b1] = ACTIONS(614), + [anon_sym_BQUOTE] = ACTIONS(614), + [anon_sym_u00af] = ACTIONS(612), + [anon_sym_absolutevalue] = ACTIONS(614), + [anon_sym_u2335] = ACTIONS(614), + [anon_sym_sqrt] = ACTIONS(614), + [anon_sym_u221a] = ACTIONS(614), + [anon_sym_sine] = ACTIONS(614), + [anon_sym_u25cb] = ACTIONS(614), + [anon_sym_u223f] = ACTIONS(614), + [anon_sym_floor] = ACTIONS(614), + [anon_sym_u230a] = ACTIONS(614), + [anon_sym_ceiling] = ACTIONS(614), + [anon_sym_u2308] = ACTIONS(614), + [anon_sym_round] = ACTIONS(614), + [anon_sym_u2045] = ACTIONS(614), + [anon_sym_EQ] = ACTIONS(614), + [anon_sym_BANG_EQ] = ACTIONS(614), + [anon_sym_u2260] = ACTIONS(614), + [anon_sym_LT] = ACTIONS(612), + [anon_sym_LT_EQ] = ACTIONS(614), + [anon_sym_u2264] = ACTIONS(614), + [anon_sym_GT] = ACTIONS(612), + [anon_sym_GT_EQ] = ACTIONS(614), + [anon_sym_u2265] = ACTIONS(614), + [anon_sym_PLUS] = ACTIONS(614), + [anon_sym_DASH] = ACTIONS(612), + [anon_sym_STAR] = ACTIONS(614), + [anon_sym_u00d7] = ACTIONS(614), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_u00f7] = ACTIONS(614), + [anon_sym_modulus] = ACTIONS(614), + [anon_sym_u25ff] = ACTIONS(614), + [anon_sym_power] = ACTIONS(614), + [anon_sym_u207f] = ACTIONS(614), + [anon_sym_logarithm] = ACTIONS(614), + [anon_sym_u2099] = ACTIONS(614), + [anon_sym_minimum] = ACTIONS(614), + [anon_sym_u21a7] = ACTIONS(614), + [anon_sym_maximum] = ACTIONS(614), + [anon_sym_u21a5] = ACTIONS(614), + [anon_sym_atangent] = ACTIONS(614), + [anon_sym_u2220] = ACTIONS(614), + [anon_sym_length] = ACTIONS(614), + [anon_sym_u29fb] = ACTIONS(614), + [anon_sym_shape] = ACTIONS(614), + [anon_sym_u25b3] = ACTIONS(614), + [anon_sym_range] = ACTIONS(614), + [anon_sym_u21e1] = ACTIONS(614), + [anon_sym_first] = ACTIONS(614), + [anon_sym_u22a2] = ACTIONS(614), + [anon_sym_reverse] = ACTIONS(614), + [anon_sym_u21cc] = ACTIONS(614), + [anon_sym_deshape] = ACTIONS(614), + [anon_sym_u266d] = ACTIONS(614), + [anon_sym_bits] = ACTIONS(614), + [anon_sym_u22ef] = ACTIONS(614), + [anon_sym_transpose] = ACTIONS(614), + [anon_sym_u2349] = ACTIONS(614), + [anon_sym_rise] = ACTIONS(614), + [anon_sym_u234f] = ACTIONS(614), + [anon_sym_fall] = ACTIONS(614), + [anon_sym_u2356] = ACTIONS(614), + [anon_sym_where] = ACTIONS(614), + [anon_sym_u229a] = ACTIONS(614), + [anon_sym_classify] = ACTIONS(614), + [anon_sym_u229b] = ACTIONS(614), + [anon_sym_deduplicate] = ACTIONS(614), + [anon_sym_u25f4] = ACTIONS(614), + [anon_sym_box] = ACTIONS(614), + [anon_sym_u25a1] = ACTIONS(614), + [anon_sym_match] = ACTIONS(614), + [anon_sym_u224d] = ACTIONS(614), + [anon_sym_couple] = ACTIONS(614), + [anon_sym_u229f] = ACTIONS(614), + [anon_sym_join] = ACTIONS(614), + [anon_sym_u2282] = ACTIONS(614), + [anon_sym_select] = ACTIONS(614), + [anon_sym_u228f] = ACTIONS(614), + [anon_sym_pick] = ACTIONS(614), + [anon_sym_u22a1] = ACTIONS(614), + [anon_sym_reshape] = ACTIONS(614), + [anon_sym_u21af] = ACTIONS(614), + [anon_sym_take] = ACTIONS(614), + [anon_sym_u2199] = ACTIONS(614), + [anon_sym_drop] = ACTIONS(614), + [anon_sym_u2198] = ACTIONS(614), + [anon_sym_rotate] = ACTIONS(614), + [anon_sym_u21bb] = ACTIONS(614), + [anon_sym_windows] = ACTIONS(614), + [anon_sym_u25eb] = ACTIONS(614), + [anon_sym_keep] = ACTIONS(614), + [anon_sym_u25bd] = ACTIONS(614), + [anon_sym_find] = ACTIONS(614), + [anon_sym_u2315] = ACTIONS(614), + [anon_sym_indexof] = ACTIONS(614), + [anon_sym_u2297] = ACTIONS(614), + [anon_sym_assert] = ACTIONS(614), + [anon_sym_u2364] = ACTIONS(614), + [anon_sym_wait] = ACTIONS(614), + [anon_sym_parse] = ACTIONS(614), + [anon_sym_u22d5] = ACTIONS(614), + [anon_sym_random] = ACTIONS(614), + [anon_sym_u2682] = ACTIONS(614), + [anon_sym_gen] = ACTIONS(614), + [anon_sym_tag] = ACTIONS(614), + [anon_sym_now] = ACTIONS(614), + [anon_sym_type] = ACTIONS(614), + [anon_sym_u2e2e] = ACTIONS(614), + [anon_sym_dump] = ACTIONS(614), + [anon_sym_regex] = ACTIONS(614), + [anon_sym_send] = ACTIONS(614), + [anon_sym_recv] = ACTIONS(614), + [anon_sym_tryrecv] = ACTIONS(614), + [anon_sym_complex] = ACTIONS(614), + [anon_sym_u2102] = ACTIONS(614), + [anon_sym_rerank] = ACTIONS(614), + [anon_sym_u2607] = ACTIONS(614), + [anon_sym_fix] = ACTIONS(614), + [anon_sym_u00a4] = ACTIONS(614), + [anon_sym_QMARK] = ACTIONS(614), + [anon_sym_unique] = ACTIONS(614), + [anon_sym_u25f0] = ACTIONS(614), + [anon_sym_map] = ACTIONS(614), + [anon_sym_has] = ACTIONS(614), + [anon_sym_get] = ACTIONS(614), + [anon_sym_insert] = ACTIONS(614), + [anon_sym_remove] = ACTIONS(614), + [anon_sym_repr] = ACTIONS(614), + [anon_sym_mask] = ACTIONS(614), + [anon_sym_u29b7] = ACTIONS(614), + [anon_sym_csv] = ACTIONS(614), + [anon_sym_json] = ACTIONS(614), + [anon_sym_xlsx] = ACTIONS(614), + [anon_sym_memberOf] = ACTIONS(614), + [anon_sym_u2208] = ACTIONS(614), + [anon_sym_imen] = ACTIONS(614), + [anon_sym_gife] = ACTIONS(614), + [anon_sym_auden] = ACTIONS(614), + [anon_sym_utfu2088] = ACTIONS(614), + [anon_sym_datetime] = ACTIONS(614), + [anon_sym_choose] = ACTIONS(614), + [anon_sym_permute] = ACTIONS(614), + [anon_sym_orient] = ACTIONS(614), + [anon_sym_u2938] = ACTIONS(614), + [anon_sym_fft] = ACTIONS(614), + [anon_sym_graphemes] = ACTIONS(614), + [anon_sym_timezone] = ACTIONS(614), + [anon_sym_around] = ACTIONS(614), + [anon_sym_u2019] = ACTIONS(614), + [anon_sym_base] = ACTIONS(614), + [anon_sym_sort] = ACTIONS(614), + [anon_sym_u2346] = ACTIONS(614), + [anon_sym_last] = ACTIONS(614), + [anon_sym_u22a3] = ACTIONS(614), + [anon_sym_reduce] = ACTIONS(614), + [anon_sym_SLASH] = ACTIONS(614), + [anon_sym_scan] = ACTIONS(614), + [anon_sym_BSLASH] = ACTIONS(614), + [anon_sym_each] = ACTIONS(614), + [anon_sym_u2235] = ACTIONS(614), + [anon_sym_rows] = ACTIONS(614), + [anon_sym_u2261] = ACTIONS(614), + [anon_sym_repeat] = ACTIONS(614), + [anon_sym_u2365] = ACTIONS(614), + [anon_sym_dip] = ACTIONS(614), + [anon_sym_u2299] = ACTIONS(614), + [anon_sym_gap] = ACTIONS(614), + [anon_sym_u22c5] = ACTIONS(614), + [anon_sym_spawn] = ACTIONS(614), + [anon_sym_rectify] = ACTIONS(614), + [anon_sym_u2305] = ACTIONS(614), + [anon_sym_un] = ACTIONS(612), + [anon_sym_u00b0] = ACTIONS(614), + [anon_sym_on] = ACTIONS(612), + [anon_sym_u27dc] = ACTIONS(614), + [anon_sym_inventory] = ACTIONS(614), + [anon_sym_u235a] = ACTIONS(614), + [anon_sym_content] = ACTIONS(614), + [anon_sym_u25c7] = ACTIONS(614), + [anon_sym_pool] = ACTIONS(614), + [anon_sym_stringify] = ACTIONS(614), + [anon_sym_signature] = ACTIONS(614), + [anon_sym_triangle] = ACTIONS(614), + [anon_sym_u25f9] = ACTIONS(614), + [anon_sym_astar] = ACTIONS(614), + [anon_sym_with] = ACTIONS(614), + [anon_sym_u2919] = ACTIONS(614), + [anon_sym_off] = ACTIONS(614), + [anon_sym_u291a] = ACTIONS(614), + [anon_sym_above] = ACTIONS(614), + [anon_sym_u25e0] = ACTIONS(614), + [anon_sym_below] = ACTIONS(614), + [anon_sym_u25e1] = ACTIONS(614), + [anon_sym_anti] = ACTIONS(614), + [anon_sym_u231d] = ACTIONS(614), + [anon_sym_obverse] = ACTIONS(614), + [anon_sym_toples] = ACTIONS(614), + [anon_sym_u29c5] = ACTIONS(614), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(614), + [anon_sym_fold] = ACTIONS(614), + [anon_sym_u2227] = ACTIONS(614), + [anon_sym_table] = ACTIONS(614), + [anon_sym_u229e] = ACTIONS(614), + [anon_sym_group] = ACTIONS(614), + [anon_sym_u2295] = ACTIONS(614), + [anon_sym_partition] = ACTIONS(614), + [anon_sym_u229c] = ACTIONS(614), + [anon_sym_both] = ACTIONS(614), + [anon_sym_u2229] = ACTIONS(614), + [anon_sym_bracket] = ACTIONS(614), + [anon_sym_u2293] = ACTIONS(614), + [anon_sym_fork] = ACTIONS(614), + [anon_sym_u2283] = ACTIONS(614), + [anon_sym_under] = ACTIONS(614), + [anon_sym_u235c] = ACTIONS(614), + [anon_sym_fill] = ACTIONS(614), + [anon_sym_u2b1a] = ACTIONS(614), + [anon_sym_try] = ACTIONS(612), + [anon_sym_u2363] = ACTIONS(614), + [anon_sym_do] = ACTIONS(612), + [anon_sym_u2362] = ACTIONS(614), + [anon_sym_f] = ACTIONS(612), + [anon_sym_by] = ACTIONS(612), + [anon_sym_u22b8] = ACTIONS(614), + [anon_sym_quote] = ACTIONS(614), + [anon_sym_u2765] = ACTIONS(614), + [anon_sym_u2192] = ACTIONS(614), + [anon_sym_u2237] = ACTIONS(614), + [anon_sym_u00b7] = ACTIONS(614), + [anon_sym_u235b] = ACTIONS(614), + [anon_sym_u2302] = ACTIONS(614), + [anon_sym_u21b0] = ACTIONS(614), + [anon_sym_unpack] = ACTIONS(614), + [anon_sym_u2290] = ACTIONS(614), + [anon_sym_u229d] = ACTIONS(614), + [anon_sym_cross] = ACTIONS(614), + [anon_sym_u22a0] = ACTIONS(614), + [anon_sym_SEMI] = ACTIONS(614), + [anon_sym_deal] = ACTIONS(614), + [anon_sym_member] = ACTIONS(612), + [anon_sym_u220a] = ACTIONS(614), + [anon_sym_coordinate] = ACTIONS(614), + [anon_sym_u27d4] = ACTIONS(614), + [anon_sym_u03bb] = ACTIONS(614), + [anon_sym_u22ca] = ACTIONS(614), + [anon_sym_chunk] = ACTIONS(614), + [anon_sym_u2444] = ACTIONS(614), + [anon_sym_setinv] = ACTIONS(614), + [anon_sym_setund] = ACTIONS(614), + [anon_sym_struct] = ACTIONS(614), + [sym_emptyMultiLineString] = ACTIONS(614), + [sym__endOfLine] = ACTIONS(622), }, [117] = { - [ts_builtin_sym_end] = ACTIONS(644), - [aux_sym_number_token1] = ACTIONS(628), - [sym_fraction] = ACTIONS(630), - [anon_sym_Days] = ACTIONS(628), - [anon_sym_Months] = ACTIONS(628), - [anon_sym_MonthDays] = ACTIONS(628), - [anon_sym_LeanMonthDays] = ACTIONS(628), - [anon_sym_White] = ACTIONS(628), - [anon_sym_Black] = ACTIONS(628), - [anon_sym_Red] = ACTIONS(628), - [anon_sym_Orange] = ACTIONS(628), - [anon_sym_Yellow] = ACTIONS(628), - [anon_sym_Green] = ACTIONS(628), - [anon_sym_Cyan] = ACTIONS(628), - [anon_sym_Blue] = ACTIONS(628), - [anon_sym_Purple] = ACTIONS(628), - [anon_sym_Magenta] = ACTIONS(628), - [anon_sym_Gay] = ACTIONS(628), - [anon_sym_Lesbian] = ACTIONS(628), - [anon_sym_Bi] = ACTIONS(628), - [anon_sym_Trans] = ACTIONS(628), - [anon_sym_Pan] = ACTIONS(628), - [anon_sym_Ace] = ACTIONS(628), - [anon_sym_Aro] = ACTIONS(628), - [anon_sym_Aroace] = ACTIONS(628), - [anon_sym_Enby] = ACTIONS(628), - [anon_sym_Fluid] = ACTIONS(628), - [anon_sym_Queer] = ACTIONS(628), - [anon_sym_Agender] = ACTIONS(628), - [anon_sym_PrideFlags] = ACTIONS(628), - [anon_sym_PrideFlagNames] = ACTIONS(628), - [anon_sym_True] = ACTIONS(628), - [anon_sym_False] = ACTIONS(628), - [anon_sym_NULL] = ACTIONS(628), - [anon_sym_Logo] = ACTIONS(628), - [anon_sym_Lena] = ACTIONS(628), - [anon_sym_Music] = ACTIONS(628), - [anon_sym_Lorem] = ACTIONS(628), - [anon_sym_Os] = ACTIONS(628), - [anon_sym_Family] = ACTIONS(628), - [anon_sym_Arch] = ACTIONS(628), - [anon_sym_ExeExt] = ACTIONS(628), - [anon_sym_DllExt] = ACTIONS(628), - [anon_sym_Sep] = ACTIONS(628), - [anon_sym_ThisFile] = ACTIONS(628), - [anon_sym_ThisFileName] = ACTIONS(628), - [anon_sym_ThisFileDir] = ACTIONS(628), - [anon_sym_WorkingDir] = ACTIONS(628), - [anon_sym_NumProcs] = ACTIONS(628), - [anon_sym_Planets] = ACTIONS(628), - [anon_sym_Zodiac] = ACTIONS(628), - [anon_sym_Suits] = ACTIONS(628), - [anon_sym_Cards] = ACTIONS(628), - [anon_sym_Chess] = ACTIONS(628), - [anon_sym_Moon] = ACTIONS(628), - [anon_sym_Skin] = ACTIONS(628), - [anon_sym_People] = ACTIONS(628), - [anon_sym_Hair] = ACTIONS(628), - [aux_sym_character_token1] = ACTIONS(630), - [sym_string] = ACTIONS(630), - [sym_multiLineString] = ACTIONS(630), - [sym_identifier] = ACTIONS(628), - [sym_identifierDeprecated] = ACTIONS(628), - [sym_system] = ACTIONS(630), - [sym_comment] = ACTIONS(628), - [sym_tripleMinus] = ACTIONS(630), - [sym_openParen] = ACTIONS(630), - [sym_openCurly] = ACTIONS(630), - [sym_openBracket] = ACTIONS(630), - [anon_sym_CARET] = ACTIONS(630), - [anon_sym_SQUOTE] = ACTIONS(628), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(630), - [anon_sym_e] = ACTIONS(628), - [anon_sym_NaN] = ACTIONS(628), - [anon_sym_eta] = ACTIONS(630), - [anon_sym_u03b7] = ACTIONS(628), - [anon_sym_pi] = ACTIONS(628), - [anon_sym_u03c0] = ACTIONS(628), - [anon_sym_tau] = ACTIONS(630), - [anon_sym_u03c4] = ACTIONS(628), - [anon_sym_infinity] = ACTIONS(630), - [anon_sym_u221e] = ACTIONS(630), - [anon_sym_W] = ACTIONS(628), - [anon_sym_i] = ACTIONS(628), - [anon_sym_MaxInt] = ACTIONS(628), - [anon_sym_HexDigits] = ACTIONS(628), - [anon_sym_DOT] = ACTIONS(630), - [anon_sym_COMMA] = ACTIONS(630), - [anon_sym_COLON] = ACTIONS(630), - [anon_sym_u25cc] = ACTIONS(630), - [anon_sym_identity] = ACTIONS(630), - [anon_sym_id] = ACTIONS(628), - [anon_sym_u2218] = ACTIONS(630), - [anon_sym_not] = ACTIONS(630), - [anon_sym_u00ac] = ACTIONS(630), - [anon_sym_sign] = ACTIONS(628), - [anon_sym_u00b1] = ACTIONS(630), - [anon_sym_BQUOTE] = ACTIONS(630), - [anon_sym_u00af] = ACTIONS(628), - [anon_sym_absolutevalue] = ACTIONS(630), - [anon_sym_u2335] = ACTIONS(630), - [anon_sym_sqrt] = ACTIONS(630), - [anon_sym_u221a] = ACTIONS(630), - [anon_sym_sine] = ACTIONS(630), - [anon_sym_u25cb] = ACTIONS(630), - [anon_sym_u223f] = ACTIONS(630), - [anon_sym_floor] = ACTIONS(630), - [anon_sym_u230a] = ACTIONS(630), - [anon_sym_ceiling] = ACTIONS(630), - [anon_sym_u2308] = ACTIONS(630), - [anon_sym_round] = ACTIONS(630), - [anon_sym_u2045] = ACTIONS(630), - [anon_sym_EQ] = ACTIONS(630), - [anon_sym_BANG_EQ] = ACTIONS(630), - [anon_sym_u2260] = ACTIONS(630), - [anon_sym_LT] = ACTIONS(628), - [anon_sym_LT_EQ] = ACTIONS(630), - [anon_sym_u2264] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(628), - [anon_sym_GT_EQ] = ACTIONS(630), - [anon_sym_u2265] = ACTIONS(630), - [anon_sym_PLUS] = ACTIONS(630), - [anon_sym_DASH] = ACTIONS(628), - [anon_sym_STAR] = ACTIONS(630), - [anon_sym_u00d7] = ACTIONS(630), - [anon_sym_PERCENT] = ACTIONS(630), - [anon_sym_u00f7] = ACTIONS(630), - [anon_sym_modulus] = ACTIONS(630), - [anon_sym_u25ff] = ACTIONS(630), - [anon_sym_power] = ACTIONS(630), - [anon_sym_u207f] = ACTIONS(630), - [anon_sym_logarithm] = ACTIONS(630), - [anon_sym_u2099] = ACTIONS(630), - [anon_sym_minimum] = ACTIONS(630), - [anon_sym_u21a7] = ACTIONS(630), - [anon_sym_maximum] = ACTIONS(630), - [anon_sym_u21a5] = ACTIONS(630), - [anon_sym_atangent] = ACTIONS(630), - [anon_sym_u2220] = ACTIONS(630), - [anon_sym_length] = ACTIONS(630), - [anon_sym_u29fb] = ACTIONS(630), - [anon_sym_shape] = ACTIONS(630), - [anon_sym_u25b3] = ACTIONS(630), - [anon_sym_range] = ACTIONS(630), - [anon_sym_u21e1] = ACTIONS(630), - [anon_sym_first] = ACTIONS(630), - [anon_sym_u22a2] = ACTIONS(630), - [anon_sym_reverse] = ACTIONS(630), - [anon_sym_u21cc] = ACTIONS(630), - [anon_sym_deshape] = ACTIONS(630), - [anon_sym_u266d] = ACTIONS(630), - [anon_sym_bits] = ACTIONS(630), - [anon_sym_u22ef] = ACTIONS(630), - [anon_sym_transpose] = ACTIONS(630), - [anon_sym_u2349] = ACTIONS(630), - [anon_sym_rise] = ACTIONS(630), - [anon_sym_u234f] = ACTIONS(630), - [anon_sym_fall] = ACTIONS(630), - [anon_sym_u2356] = ACTIONS(630), - [anon_sym_where] = ACTIONS(630), - [anon_sym_u229a] = ACTIONS(630), - [anon_sym_classify] = ACTIONS(630), - [anon_sym_u229b] = ACTIONS(630), - [anon_sym_deduplicate] = ACTIONS(630), - [anon_sym_u25f4] = ACTIONS(630), - [anon_sym_box] = ACTIONS(630), - [anon_sym_u25a1] = ACTIONS(630), - [anon_sym_match] = ACTIONS(630), - [anon_sym_u224d] = ACTIONS(630), - [anon_sym_couple] = ACTIONS(630), - [anon_sym_u229f] = ACTIONS(630), - [anon_sym_join] = ACTIONS(630), - [anon_sym_u2282] = ACTIONS(630), - [anon_sym_select] = ACTIONS(630), - [anon_sym_u228f] = ACTIONS(630), - [anon_sym_pick] = ACTIONS(630), - [anon_sym_u22a1] = ACTIONS(630), - [anon_sym_reshape] = ACTIONS(630), - [anon_sym_u21af] = ACTIONS(630), - [anon_sym_take] = ACTIONS(630), - [anon_sym_u2199] = ACTIONS(630), - [anon_sym_drop] = ACTIONS(630), - [anon_sym_u2198] = ACTIONS(630), - [anon_sym_rotate] = ACTIONS(630), - [anon_sym_u21bb] = ACTIONS(630), - [anon_sym_windows] = ACTIONS(630), - [anon_sym_u25eb] = ACTIONS(630), - [anon_sym_keep] = ACTIONS(630), - [anon_sym_u25bd] = ACTIONS(630), - [anon_sym_find] = ACTIONS(630), - [anon_sym_u2315] = ACTIONS(630), - [anon_sym_indexof] = ACTIONS(630), - [anon_sym_u2297] = ACTIONS(630), - [anon_sym_assert] = ACTIONS(630), - [anon_sym_u2364] = ACTIONS(630), - [anon_sym_wait] = ACTIONS(630), - [anon_sym_parse] = ACTIONS(630), - [anon_sym_u22d5] = ACTIONS(630), - [anon_sym_random] = ACTIONS(630), - [anon_sym_u2682] = ACTIONS(630), - [anon_sym_gen] = ACTIONS(630), - [anon_sym_tag] = ACTIONS(630), - [anon_sym_now] = ACTIONS(630), - [anon_sym_type] = ACTIONS(630), - [anon_sym_u2e2e] = ACTIONS(630), - [anon_sym_dump] = ACTIONS(630), - [anon_sym_regex] = ACTIONS(630), - [anon_sym_send] = ACTIONS(630), - [anon_sym_recv] = ACTIONS(630), - [anon_sym_tryrecv] = ACTIONS(630), - [anon_sym_complex] = ACTIONS(630), - [anon_sym_u2102] = ACTIONS(630), - [anon_sym_rerank] = ACTIONS(630), - [anon_sym_u2607] = ACTIONS(630), - [anon_sym_fix] = ACTIONS(630), - [anon_sym_u00a4] = ACTIONS(630), - [anon_sym_QMARK] = ACTIONS(630), - [anon_sym_unique] = ACTIONS(630), - [anon_sym_u25f0] = ACTIONS(630), - [anon_sym_map] = ACTIONS(630), - [anon_sym_has] = ACTIONS(630), - [anon_sym_get] = ACTIONS(630), - [anon_sym_insert] = ACTIONS(630), - [anon_sym_remove] = ACTIONS(630), - [anon_sym_repr] = ACTIONS(630), - [anon_sym_mask] = ACTIONS(630), - [anon_sym_u29b7] = ACTIONS(630), - [anon_sym_csv] = ACTIONS(630), - [anon_sym_json] = ACTIONS(630), - [anon_sym_xlsx] = ACTIONS(630), - [anon_sym_memberOf] = ACTIONS(630), - [anon_sym_u2208] = ACTIONS(630), - [anon_sym_imen] = ACTIONS(630), - [anon_sym_gife] = ACTIONS(630), - [anon_sym_auden] = ACTIONS(630), - [anon_sym_utfu2088] = ACTIONS(630), - [anon_sym_datetime] = ACTIONS(630), - [anon_sym_chunk] = ACTIONS(630), - [anon_sym_u2444] = ACTIONS(630), - [anon_sym_choose] = ACTIONS(630), - [anon_sym_permute] = ACTIONS(630), - [anon_sym_orient] = ACTIONS(630), - [anon_sym_fft] = ACTIONS(630), - [anon_sym_reduce] = ACTIONS(630), - [anon_sym_SLASH] = ACTIONS(630), - [anon_sym_scan] = ACTIONS(630), - [anon_sym_BSLASH] = ACTIONS(630), - [anon_sym_each] = ACTIONS(630), - [anon_sym_u2235] = ACTIONS(630), - [anon_sym_rows] = ACTIONS(630), - [anon_sym_u2261] = ACTIONS(630), - [anon_sym_repeat] = ACTIONS(630), - [anon_sym_u2365] = ACTIONS(630), - [anon_sym_dip] = ACTIONS(630), - [anon_sym_u2299] = ACTIONS(630), - [anon_sym_gap] = ACTIONS(630), - [anon_sym_u22c5] = ACTIONS(630), - [anon_sym_spawn] = ACTIONS(630), - [anon_sym_rectify] = ACTIONS(630), - [anon_sym_u2305] = ACTIONS(630), - [anon_sym_un] = ACTIONS(628), - [anon_sym_u00b0] = ACTIONS(630), - [anon_sym_on] = ACTIONS(628), - [anon_sym_u27dc] = ACTIONS(630), - [anon_sym_inventory] = ACTIONS(630), - [anon_sym_u235a] = ACTIONS(630), - [anon_sym_content] = ACTIONS(630), - [anon_sym_u25c7] = ACTIONS(630), - [anon_sym_pool] = ACTIONS(630), - [anon_sym_stringify] = ACTIONS(630), - [anon_sym_signature] = ACTIONS(630), - [anon_sym_triangle] = ACTIONS(630), - [anon_sym_u25f9] = ACTIONS(630), - [anon_sym_astar] = ACTIONS(630), - [anon_sym_but] = ACTIONS(630), - [anon_sym_u2919] = ACTIONS(630), - [anon_sym_with] = ACTIONS(630), - [anon_sym_u291a] = ACTIONS(630), - [anon_sym_above] = ACTIONS(630), - [anon_sym_u25e0] = ACTIONS(630), - [anon_sym_below] = ACTIONS(630), - [anon_sym_u25e1] = ACTIONS(630), - [anon_sym_fold] = ACTIONS(630), - [anon_sym_u2227] = ACTIONS(630), - [anon_sym_table] = ACTIONS(630), - [anon_sym_u229e] = ACTIONS(630), - [anon_sym_group] = ACTIONS(630), - [anon_sym_u2295] = ACTIONS(630), - [anon_sym_partition] = ACTIONS(630), - [anon_sym_u229c] = ACTIONS(630), - [anon_sym_both] = ACTIONS(630), - [anon_sym_u2229] = ACTIONS(630), - [anon_sym_bracket] = ACTIONS(630), - [anon_sym_u2293] = ACTIONS(630), - [anon_sym_fork] = ACTIONS(630), - [anon_sym_u2283] = ACTIONS(630), - [anon_sym_under] = ACTIONS(630), - [anon_sym_u235c] = ACTIONS(630), - [anon_sym_fill] = ACTIONS(630), - [anon_sym_u2b1a] = ACTIONS(630), - [anon_sym_try] = ACTIONS(628), - [anon_sym_u2363] = ACTIONS(630), - [anon_sym_do] = ACTIONS(628), - [anon_sym_u2362] = ACTIONS(630), - [anon_sym_setinv] = ACTIONS(630), - [anon_sym_setunder] = ACTIONS(630), - [anon_sym_f] = ACTIONS(628), - [anon_sym_by] = ACTIONS(628), - [anon_sym_u22b8] = ACTIONS(630), - [anon_sym_quote] = ACTIONS(630), - [anon_sym_struct] = ACTIONS(630), - [anon_sym_u2765] = ACTIONS(630), - [anon_sym_u2192] = ACTIONS(630), - [anon_sym_u2237] = ACTIONS(630), - [anon_sym_u00b7] = ACTIONS(630), - [anon_sym_u235b] = ACTIONS(630), - [anon_sym_u2302] = ACTIONS(630), - [anon_sym_u21b0] = ACTIONS(630), - [anon_sym_unpack] = ACTIONS(630), - [anon_sym_u2290] = ACTIONS(630), - [anon_sym_u229d] = ACTIONS(630), - [anon_sym_cross] = ACTIONS(630), - [anon_sym_u22a0] = ACTIONS(630), - [anon_sym_SEMI] = ACTIONS(630), - [anon_sym_deal] = ACTIONS(630), - [anon_sym_strands] = ACTIONS(630), - [anon_sym_u203f] = ACTIONS(630), - [anon_sym_member] = ACTIONS(628), - [anon_sym_u220a] = ACTIONS(630), - [anon_sym_coordinate] = ACTIONS(630), - [anon_sym_u27d4] = ACTIONS(630), - [anon_sym_u03bb] = ACTIONS(630), - [anon_sym_u22ca] = ACTIONS(630), - [sym_emptyMultiLineString] = ACTIONS(630), - [sym__endOfLine] = ACTIONS(5), + [ts_builtin_sym_end] = ACTIONS(556), + [aux_sym_number_token1] = ACTIONS(554), + [sym_fraction] = ACTIONS(556), + [anon_sym_Days] = ACTIONS(554), + [anon_sym_Months] = ACTIONS(554), + [anon_sym_MonthDays] = ACTIONS(554), + [anon_sym_LeanMonthDays] = ACTIONS(554), + [anon_sym_White] = ACTIONS(554), + [anon_sym_Black] = ACTIONS(554), + [anon_sym_Red] = ACTIONS(554), + [anon_sym_Orange] = ACTIONS(554), + [anon_sym_Yellow] = ACTIONS(554), + [anon_sym_Green] = ACTIONS(554), + [anon_sym_Cyan] = ACTIONS(554), + [anon_sym_Blue] = ACTIONS(554), + [anon_sym_Purple] = ACTIONS(554), + [anon_sym_Magenta] = ACTIONS(554), + [anon_sym_Gay] = ACTIONS(554), + [anon_sym_Lesbian] = ACTIONS(554), + [anon_sym_Bi] = ACTIONS(554), + [anon_sym_Trans] = ACTIONS(554), + [anon_sym_Pan] = ACTIONS(554), + [anon_sym_Ace] = ACTIONS(554), + [anon_sym_Aro] = ACTIONS(554), + [anon_sym_Aroace] = ACTIONS(554), + [anon_sym_Enby] = ACTIONS(554), + [anon_sym_Fluid] = ACTIONS(554), + [anon_sym_Queer] = ACTIONS(554), + [anon_sym_Agender] = ACTIONS(554), + [anon_sym_PrideFlags] = ACTIONS(554), + [anon_sym_PrideFlagNames] = ACTIONS(554), + [anon_sym_True] = ACTIONS(554), + [anon_sym_False] = ACTIONS(554), + [anon_sym_NULL] = ACTIONS(554), + [anon_sym_Logo] = ACTIONS(554), + [anon_sym_Lena] = ACTIONS(554), + [anon_sym_Music] = ACTIONS(554), + [anon_sym_Lorem] = ACTIONS(554), + [anon_sym_Os] = ACTIONS(554), + [anon_sym_Family] = ACTIONS(554), + [anon_sym_Arch] = ACTIONS(554), + [anon_sym_ExeExt] = ACTIONS(554), + [anon_sym_DllExt] = ACTIONS(554), + [anon_sym_Sep] = ACTIONS(554), + [anon_sym_ThisFile] = ACTIONS(554), + [anon_sym_ThisFileName] = ACTIONS(554), + [anon_sym_ThisFileDir] = ACTIONS(554), + [anon_sym_WorkingDir] = ACTIONS(554), + [anon_sym_NumProcs] = ACTIONS(554), + [anon_sym_Planets] = ACTIONS(554), + [anon_sym_Zodiac] = ACTIONS(554), + [anon_sym_Suits] = ACTIONS(554), + [anon_sym_Cards] = ACTIONS(554), + [anon_sym_Chess] = ACTIONS(554), + [anon_sym_Moon] = ACTIONS(554), + [anon_sym_Skin] = ACTIONS(554), + [anon_sym_People] = ACTIONS(554), + [anon_sym_Hair] = ACTIONS(554), + [anon_sym_Cat] = ACTIONS(554), + [aux_sym_character_token1] = ACTIONS(556), + [sym_string] = ACTIONS(556), + [sym_multiLineString] = ACTIONS(556), + [sym_identifier] = ACTIONS(554), + [sym_identifierDeprecated] = ACTIONS(554), + [sym_system] = ACTIONS(556), + [sym_comment] = ACTIONS(554), + [sym_openParen] = ACTIONS(556), + [sym_openCurly] = ACTIONS(556), + [sym_openBracket] = ACTIONS(554), + [sym_underscore] = ACTIONS(556), + [anon_sym_CARET] = ACTIONS(556), + [anon_sym_SQUOTE] = ACTIONS(554), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(556), + [anon_sym_e] = ACTIONS(554), + [anon_sym_NaN] = ACTIONS(554), + [anon_sym_eta] = ACTIONS(556), + [anon_sym_u03b7] = ACTIONS(554), + [anon_sym_pi] = ACTIONS(554), + [anon_sym_u03c0] = ACTIONS(554), + [anon_sym_tau] = ACTIONS(556), + [anon_sym_u03c4] = ACTIONS(554), + [anon_sym_infinity] = ACTIONS(556), + [anon_sym_u221e] = ACTIONS(556), + [anon_sym_W] = ACTIONS(554), + [anon_sym_i] = ACTIONS(554), + [anon_sym_MaxInt] = ACTIONS(554), + [anon_sym_HexDigits] = ACTIONS(554), + [anon_sym_DOT] = ACTIONS(556), + [anon_sym_COMMA] = ACTIONS(556), + [anon_sym_COLON] = ACTIONS(556), + [anon_sym_u25cc] = ACTIONS(556), + [anon_sym_identity] = ACTIONS(556), + [anon_sym_id] = ACTIONS(554), + [anon_sym_u2218] = ACTIONS(556), + [anon_sym_not] = ACTIONS(556), + [anon_sym_u00ac] = ACTIONS(556), + [anon_sym_sign] = ACTIONS(554), + [anon_sym_u00b1] = ACTIONS(556), + [anon_sym_BQUOTE] = ACTIONS(556), + [anon_sym_u00af] = ACTIONS(554), + [anon_sym_absolutevalue] = ACTIONS(556), + [anon_sym_u2335] = ACTIONS(556), + [anon_sym_sqrt] = ACTIONS(556), + [anon_sym_u221a] = ACTIONS(556), + [anon_sym_sine] = ACTIONS(556), + [anon_sym_u25cb] = ACTIONS(556), + [anon_sym_u223f] = ACTIONS(556), + [anon_sym_floor] = ACTIONS(556), + [anon_sym_u230a] = ACTIONS(556), + [anon_sym_ceiling] = ACTIONS(556), + [anon_sym_u2308] = ACTIONS(556), + [anon_sym_round] = ACTIONS(556), + [anon_sym_u2045] = ACTIONS(556), + [anon_sym_EQ] = ACTIONS(556), + [anon_sym_BANG_EQ] = ACTIONS(556), + [anon_sym_u2260] = ACTIONS(556), + [anon_sym_LT] = ACTIONS(554), + [anon_sym_LT_EQ] = ACTIONS(556), + [anon_sym_u2264] = ACTIONS(556), + [anon_sym_GT] = ACTIONS(554), + [anon_sym_GT_EQ] = ACTIONS(556), + [anon_sym_u2265] = ACTIONS(556), + [anon_sym_PLUS] = ACTIONS(556), + [anon_sym_DASH] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(556), + [anon_sym_u00d7] = ACTIONS(556), + [anon_sym_PERCENT] = ACTIONS(556), + [anon_sym_u00f7] = ACTIONS(556), + [anon_sym_modulus] = ACTIONS(556), + [anon_sym_u25ff] = ACTIONS(556), + [anon_sym_power] = ACTIONS(556), + [anon_sym_u207f] = ACTIONS(556), + [anon_sym_logarithm] = ACTIONS(556), + [anon_sym_u2099] = ACTIONS(556), + [anon_sym_minimum] = ACTIONS(556), + [anon_sym_u21a7] = ACTIONS(556), + [anon_sym_maximum] = ACTIONS(556), + [anon_sym_u21a5] = ACTIONS(556), + [anon_sym_atangent] = ACTIONS(556), + [anon_sym_u2220] = ACTIONS(556), + [anon_sym_length] = ACTIONS(556), + [anon_sym_u29fb] = ACTIONS(556), + [anon_sym_shape] = ACTIONS(556), + [anon_sym_u25b3] = ACTIONS(556), + [anon_sym_range] = ACTIONS(556), + [anon_sym_u21e1] = ACTIONS(556), + [anon_sym_first] = ACTIONS(556), + [anon_sym_u22a2] = ACTIONS(556), + [anon_sym_reverse] = ACTIONS(556), + [anon_sym_u21cc] = ACTIONS(556), + [anon_sym_deshape] = ACTIONS(556), + [anon_sym_u266d] = ACTIONS(556), + [anon_sym_bits] = ACTIONS(556), + [anon_sym_u22ef] = ACTIONS(556), + [anon_sym_transpose] = ACTIONS(556), + [anon_sym_u2349] = ACTIONS(556), + [anon_sym_rise] = ACTIONS(556), + [anon_sym_u234f] = ACTIONS(556), + [anon_sym_fall] = ACTIONS(556), + [anon_sym_u2356] = ACTIONS(556), + [anon_sym_where] = ACTIONS(556), + [anon_sym_u229a] = ACTIONS(556), + [anon_sym_classify] = ACTIONS(556), + [anon_sym_u229b] = ACTIONS(556), + [anon_sym_deduplicate] = ACTIONS(556), + [anon_sym_u25f4] = ACTIONS(556), + [anon_sym_box] = ACTIONS(556), + [anon_sym_u25a1] = ACTIONS(556), + [anon_sym_match] = ACTIONS(556), + [anon_sym_u224d] = ACTIONS(556), + [anon_sym_couple] = ACTIONS(556), + [anon_sym_u229f] = ACTIONS(556), + [anon_sym_join] = ACTIONS(556), + [anon_sym_u2282] = ACTIONS(556), + [anon_sym_select] = ACTIONS(556), + [anon_sym_u228f] = ACTIONS(556), + [anon_sym_pick] = ACTIONS(556), + [anon_sym_u22a1] = ACTIONS(556), + [anon_sym_reshape] = ACTIONS(556), + [anon_sym_u21af] = ACTIONS(556), + [anon_sym_take] = ACTIONS(556), + [anon_sym_u2199] = ACTIONS(556), + [anon_sym_drop] = ACTIONS(556), + [anon_sym_u2198] = ACTIONS(556), + [anon_sym_rotate] = ACTIONS(556), + [anon_sym_u21bb] = ACTIONS(556), + [anon_sym_windows] = ACTIONS(556), + [anon_sym_u25eb] = ACTIONS(556), + [anon_sym_keep] = ACTIONS(556), + [anon_sym_u25bd] = ACTIONS(556), + [anon_sym_find] = ACTIONS(556), + [anon_sym_u2315] = ACTIONS(556), + [anon_sym_indexof] = ACTIONS(556), + [anon_sym_u2297] = ACTIONS(556), + [anon_sym_assert] = ACTIONS(556), + [anon_sym_u2364] = ACTIONS(556), + [anon_sym_wait] = ACTIONS(556), + [anon_sym_parse] = ACTIONS(556), + [anon_sym_u22d5] = ACTIONS(556), + [anon_sym_random] = ACTIONS(556), + [anon_sym_u2682] = ACTIONS(556), + [anon_sym_gen] = ACTIONS(556), + [anon_sym_tag] = ACTIONS(556), + [anon_sym_now] = ACTIONS(556), + [anon_sym_type] = ACTIONS(556), + [anon_sym_u2e2e] = ACTIONS(556), + [anon_sym_dump] = ACTIONS(556), + [anon_sym_regex] = ACTIONS(556), + [anon_sym_send] = ACTIONS(556), + [anon_sym_recv] = ACTIONS(556), + [anon_sym_tryrecv] = ACTIONS(556), + [anon_sym_complex] = ACTIONS(556), + [anon_sym_u2102] = ACTIONS(556), + [anon_sym_rerank] = ACTIONS(556), + [anon_sym_u2607] = ACTIONS(556), + [anon_sym_fix] = ACTIONS(556), + [anon_sym_u00a4] = ACTIONS(556), + [anon_sym_QMARK] = ACTIONS(556), + [anon_sym_unique] = ACTIONS(556), + [anon_sym_u25f0] = ACTIONS(556), + [anon_sym_map] = ACTIONS(556), + [anon_sym_has] = ACTIONS(556), + [anon_sym_get] = ACTIONS(556), + [anon_sym_insert] = ACTIONS(556), + [anon_sym_remove] = ACTIONS(556), + [anon_sym_repr] = ACTIONS(556), + [anon_sym_mask] = ACTIONS(556), + [anon_sym_u29b7] = ACTIONS(556), + [anon_sym_csv] = ACTIONS(556), + [anon_sym_json] = ACTIONS(556), + [anon_sym_xlsx] = ACTIONS(556), + [anon_sym_memberOf] = ACTIONS(556), + [anon_sym_u2208] = ACTIONS(556), + [anon_sym_imen] = ACTIONS(556), + [anon_sym_gife] = ACTIONS(556), + [anon_sym_auden] = ACTIONS(556), + [anon_sym_utfu2088] = ACTIONS(556), + [anon_sym_datetime] = ACTIONS(556), + [anon_sym_choose] = ACTIONS(556), + [anon_sym_permute] = ACTIONS(556), + [anon_sym_orient] = ACTIONS(556), + [anon_sym_u2938] = ACTIONS(556), + [anon_sym_fft] = ACTIONS(556), + [anon_sym_graphemes] = ACTIONS(556), + [anon_sym_timezone] = ACTIONS(556), + [anon_sym_around] = ACTIONS(556), + [anon_sym_u2019] = ACTIONS(556), + [anon_sym_base] = ACTIONS(556), + [anon_sym_sort] = ACTIONS(556), + [anon_sym_u2346] = ACTIONS(556), + [anon_sym_last] = ACTIONS(556), + [anon_sym_u22a3] = ACTIONS(556), + [anon_sym_reduce] = ACTIONS(556), + [anon_sym_SLASH] = ACTIONS(556), + [anon_sym_scan] = ACTIONS(556), + [anon_sym_BSLASH] = ACTIONS(556), + [anon_sym_each] = ACTIONS(556), + [anon_sym_u2235] = ACTIONS(556), + [anon_sym_rows] = ACTIONS(556), + [anon_sym_u2261] = ACTIONS(556), + [anon_sym_repeat] = ACTIONS(556), + [anon_sym_u2365] = ACTIONS(556), + [anon_sym_dip] = ACTIONS(556), + [anon_sym_u2299] = ACTIONS(556), + [anon_sym_gap] = ACTIONS(556), + [anon_sym_u22c5] = ACTIONS(556), + [anon_sym_spawn] = ACTIONS(556), + [anon_sym_rectify] = ACTIONS(556), + [anon_sym_u2305] = ACTIONS(556), + [anon_sym_un] = ACTIONS(554), + [anon_sym_u00b0] = ACTIONS(556), + [anon_sym_on] = ACTIONS(554), + [anon_sym_u27dc] = ACTIONS(556), + [anon_sym_inventory] = ACTIONS(556), + [anon_sym_u235a] = ACTIONS(556), + [anon_sym_content] = ACTIONS(556), + [anon_sym_u25c7] = ACTIONS(556), + [anon_sym_pool] = ACTIONS(556), + [anon_sym_stringify] = ACTIONS(556), + [anon_sym_signature] = ACTIONS(556), + [anon_sym_triangle] = ACTIONS(556), + [anon_sym_u25f9] = ACTIONS(556), + [anon_sym_astar] = ACTIONS(556), + [anon_sym_with] = ACTIONS(556), + [anon_sym_u2919] = ACTIONS(556), + [anon_sym_off] = ACTIONS(556), + [anon_sym_u291a] = ACTIONS(556), + [anon_sym_above] = ACTIONS(556), + [anon_sym_u25e0] = ACTIONS(556), + [anon_sym_below] = ACTIONS(556), + [anon_sym_u25e1] = ACTIONS(556), + [anon_sym_anti] = ACTIONS(556), + [anon_sym_u231d] = ACTIONS(556), + [anon_sym_obverse] = ACTIONS(556), + [anon_sym_toples] = ACTIONS(556), + [anon_sym_u29c5] = ACTIONS(556), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(556), + [anon_sym_fold] = ACTIONS(556), + [anon_sym_u2227] = ACTIONS(556), + [anon_sym_table] = ACTIONS(556), + [anon_sym_u229e] = ACTIONS(556), + [anon_sym_group] = ACTIONS(556), + [anon_sym_u2295] = ACTIONS(556), + [anon_sym_partition] = ACTIONS(556), + [anon_sym_u229c] = ACTIONS(556), + [anon_sym_both] = ACTIONS(556), + [anon_sym_u2229] = ACTIONS(556), + [anon_sym_bracket] = ACTIONS(556), + [anon_sym_u2293] = ACTIONS(556), + [anon_sym_fork] = ACTIONS(556), + [anon_sym_u2283] = ACTIONS(556), + [anon_sym_under] = ACTIONS(556), + [anon_sym_u235c] = ACTIONS(556), + [anon_sym_fill] = ACTIONS(556), + [anon_sym_u2b1a] = ACTIONS(556), + [anon_sym_try] = ACTIONS(554), + [anon_sym_u2363] = ACTIONS(556), + [anon_sym_do] = ACTIONS(554), + [anon_sym_u2362] = ACTIONS(556), + [anon_sym_f] = ACTIONS(554), + [anon_sym_by] = ACTIONS(554), + [anon_sym_u22b8] = ACTIONS(556), + [anon_sym_quote] = ACTIONS(556), + [anon_sym_u2765] = ACTIONS(556), + [anon_sym_u2192] = ACTIONS(556), + [anon_sym_u2237] = ACTIONS(556), + [anon_sym_u00b7] = ACTIONS(556), + [anon_sym_u235b] = ACTIONS(556), + [anon_sym_u2302] = ACTIONS(556), + [anon_sym_u21b0] = ACTIONS(556), + [anon_sym_unpack] = ACTIONS(556), + [anon_sym_u2290] = ACTIONS(556), + [anon_sym_u229d] = ACTIONS(556), + [anon_sym_cross] = ACTIONS(556), + [anon_sym_u22a0] = ACTIONS(556), + [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_deal] = ACTIONS(556), + [anon_sym_member] = ACTIONS(554), + [anon_sym_u220a] = ACTIONS(556), + [anon_sym_coordinate] = ACTIONS(556), + [anon_sym_u27d4] = ACTIONS(556), + [anon_sym_u03bb] = ACTIONS(556), + [anon_sym_u22ca] = ACTIONS(556), + [anon_sym_chunk] = ACTIONS(556), + [anon_sym_u2444] = ACTIONS(556), + [anon_sym_setinv] = ACTIONS(556), + [anon_sym_setund] = ACTIONS(556), + [anon_sym_struct] = ACTIONS(556), + [sym__endOfLine] = ACTIONS(556), }, [118] = { - [ts_builtin_sym_end] = ACTIONS(526), - [aux_sym_number_token1] = ACTIONS(524), - [sym_fraction] = ACTIONS(526), - [anon_sym_Days] = ACTIONS(524), - [anon_sym_Months] = ACTIONS(524), - [anon_sym_MonthDays] = ACTIONS(524), - [anon_sym_LeanMonthDays] = ACTIONS(524), - [anon_sym_White] = ACTIONS(524), - [anon_sym_Black] = ACTIONS(524), - [anon_sym_Red] = ACTIONS(524), - [anon_sym_Orange] = ACTIONS(524), - [anon_sym_Yellow] = ACTIONS(524), - [anon_sym_Green] = ACTIONS(524), - [anon_sym_Cyan] = ACTIONS(524), - [anon_sym_Blue] = ACTIONS(524), - [anon_sym_Purple] = ACTIONS(524), - [anon_sym_Magenta] = ACTIONS(524), - [anon_sym_Gay] = ACTIONS(524), - [anon_sym_Lesbian] = ACTIONS(524), - [anon_sym_Bi] = ACTIONS(524), - [anon_sym_Trans] = ACTIONS(524), - [anon_sym_Pan] = ACTIONS(524), - [anon_sym_Ace] = ACTIONS(524), - [anon_sym_Aro] = ACTIONS(524), - [anon_sym_Aroace] = ACTIONS(524), - [anon_sym_Enby] = ACTIONS(524), - [anon_sym_Fluid] = ACTIONS(524), - [anon_sym_Queer] = ACTIONS(524), - [anon_sym_Agender] = ACTIONS(524), - [anon_sym_PrideFlags] = ACTIONS(524), - [anon_sym_PrideFlagNames] = ACTIONS(524), - [anon_sym_True] = ACTIONS(524), - [anon_sym_False] = ACTIONS(524), - [anon_sym_NULL] = ACTIONS(524), - [anon_sym_Logo] = ACTIONS(524), - [anon_sym_Lena] = ACTIONS(524), - [anon_sym_Music] = ACTIONS(524), - [anon_sym_Lorem] = ACTIONS(524), - [anon_sym_Os] = ACTIONS(524), - [anon_sym_Family] = ACTIONS(524), - [anon_sym_Arch] = ACTIONS(524), - [anon_sym_ExeExt] = ACTIONS(524), - [anon_sym_DllExt] = ACTIONS(524), - [anon_sym_Sep] = ACTIONS(524), - [anon_sym_ThisFile] = ACTIONS(524), - [anon_sym_ThisFileName] = ACTIONS(524), - [anon_sym_ThisFileDir] = ACTIONS(524), - [anon_sym_WorkingDir] = ACTIONS(524), - [anon_sym_NumProcs] = ACTIONS(524), - [anon_sym_Planets] = ACTIONS(524), - [anon_sym_Zodiac] = ACTIONS(524), - [anon_sym_Suits] = ACTIONS(524), - [anon_sym_Cards] = ACTIONS(524), - [anon_sym_Chess] = ACTIONS(524), - [anon_sym_Moon] = ACTIONS(524), - [anon_sym_Skin] = ACTIONS(524), - [anon_sym_People] = ACTIONS(524), - [anon_sym_Hair] = ACTIONS(524), - [aux_sym_character_token1] = ACTIONS(526), - [sym_string] = ACTIONS(526), - [sym_multiLineString] = ACTIONS(526), - [sym_identifier] = ACTIONS(524), - [sym_identifierDeprecated] = ACTIONS(524), - [sym_system] = ACTIONS(526), - [sym_comment] = ACTIONS(524), - [sym_openParen] = ACTIONS(526), - [sym_openCurly] = ACTIONS(526), + [ts_builtin_sym_end] = ACTIONS(528), + [aux_sym_number_token1] = ACTIONS(526), + [sym_fraction] = ACTIONS(528), + [anon_sym_Days] = ACTIONS(526), + [anon_sym_Months] = ACTIONS(526), + [anon_sym_MonthDays] = ACTIONS(526), + [anon_sym_LeanMonthDays] = ACTIONS(526), + [anon_sym_White] = ACTIONS(526), + [anon_sym_Black] = ACTIONS(526), + [anon_sym_Red] = ACTIONS(526), + [anon_sym_Orange] = ACTIONS(526), + [anon_sym_Yellow] = ACTIONS(526), + [anon_sym_Green] = ACTIONS(526), + [anon_sym_Cyan] = ACTIONS(526), + [anon_sym_Blue] = ACTIONS(526), + [anon_sym_Purple] = ACTIONS(526), + [anon_sym_Magenta] = ACTIONS(526), + [anon_sym_Gay] = ACTIONS(526), + [anon_sym_Lesbian] = ACTIONS(526), + [anon_sym_Bi] = ACTIONS(526), + [anon_sym_Trans] = ACTIONS(526), + [anon_sym_Pan] = ACTIONS(526), + [anon_sym_Ace] = ACTIONS(526), + [anon_sym_Aro] = ACTIONS(526), + [anon_sym_Aroace] = ACTIONS(526), + [anon_sym_Enby] = ACTIONS(526), + [anon_sym_Fluid] = ACTIONS(526), + [anon_sym_Queer] = ACTIONS(526), + [anon_sym_Agender] = ACTIONS(526), + [anon_sym_PrideFlags] = ACTIONS(526), + [anon_sym_PrideFlagNames] = ACTIONS(526), + [anon_sym_True] = ACTIONS(526), + [anon_sym_False] = ACTIONS(526), + [anon_sym_NULL] = ACTIONS(526), + [anon_sym_Logo] = ACTIONS(526), + [anon_sym_Lena] = ACTIONS(526), + [anon_sym_Music] = ACTIONS(526), + [anon_sym_Lorem] = ACTIONS(526), + [anon_sym_Os] = ACTIONS(526), + [anon_sym_Family] = ACTIONS(526), + [anon_sym_Arch] = ACTIONS(526), + [anon_sym_ExeExt] = ACTIONS(526), + [anon_sym_DllExt] = ACTIONS(526), + [anon_sym_Sep] = ACTIONS(526), + [anon_sym_ThisFile] = ACTIONS(526), + [anon_sym_ThisFileName] = ACTIONS(526), + [anon_sym_ThisFileDir] = ACTIONS(526), + [anon_sym_WorkingDir] = ACTIONS(526), + [anon_sym_NumProcs] = ACTIONS(526), + [anon_sym_Planets] = ACTIONS(526), + [anon_sym_Zodiac] = ACTIONS(526), + [anon_sym_Suits] = ACTIONS(526), + [anon_sym_Cards] = ACTIONS(526), + [anon_sym_Chess] = ACTIONS(526), + [anon_sym_Moon] = ACTIONS(526), + [anon_sym_Skin] = ACTIONS(526), + [anon_sym_People] = ACTIONS(526), + [anon_sym_Hair] = ACTIONS(526), + [anon_sym_Cat] = ACTIONS(526), + [aux_sym_character_token1] = ACTIONS(528), + [sym_string] = ACTIONS(528), + [sym_multiLineString] = ACTIONS(528), + [sym_identifier] = ACTIONS(526), + [sym_identifierDeprecated] = ACTIONS(526), + [sym_system] = ACTIONS(528), + [sym_comment] = ACTIONS(526), + [sym_openParen] = ACTIONS(528), + [sym_openCurly] = ACTIONS(528), [sym_openBracket] = ACTIONS(526), - [sym_underscore] = ACTIONS(526), - [anon_sym_CARET] = ACTIONS(526), - [anon_sym_SQUOTE] = ACTIONS(524), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(526), - [anon_sym_e] = ACTIONS(524), - [anon_sym_NaN] = ACTIONS(524), - [anon_sym_eta] = ACTIONS(526), - [anon_sym_u03b7] = ACTIONS(524), - [anon_sym_pi] = ACTIONS(524), - [anon_sym_u03c0] = ACTIONS(524), - [anon_sym_tau] = ACTIONS(526), - [anon_sym_u03c4] = ACTIONS(524), - [anon_sym_infinity] = ACTIONS(526), - [anon_sym_u221e] = ACTIONS(526), - [anon_sym_W] = ACTIONS(524), - [anon_sym_i] = ACTIONS(524), - [anon_sym_MaxInt] = ACTIONS(524), - [anon_sym_HexDigits] = ACTIONS(524), - [anon_sym_DOT] = ACTIONS(526), - [anon_sym_COMMA] = ACTIONS(526), - [anon_sym_COLON] = ACTIONS(526), - [anon_sym_u25cc] = ACTIONS(526), - [anon_sym_identity] = ACTIONS(526), - [anon_sym_id] = ACTIONS(524), - [anon_sym_u2218] = ACTIONS(526), - [anon_sym_not] = ACTIONS(526), - [anon_sym_u00ac] = ACTIONS(526), - [anon_sym_sign] = ACTIONS(524), - [anon_sym_u00b1] = ACTIONS(526), - [anon_sym_BQUOTE] = ACTIONS(526), - [anon_sym_u00af] = ACTIONS(524), - [anon_sym_absolutevalue] = ACTIONS(526), - [anon_sym_u2335] = ACTIONS(526), - [anon_sym_sqrt] = ACTIONS(526), - [anon_sym_u221a] = ACTIONS(526), - [anon_sym_sine] = ACTIONS(526), - [anon_sym_u25cb] = ACTIONS(526), - [anon_sym_u223f] = ACTIONS(526), - [anon_sym_floor] = ACTIONS(526), - [anon_sym_u230a] = ACTIONS(526), - [anon_sym_ceiling] = ACTIONS(526), - [anon_sym_u2308] = ACTIONS(526), - [anon_sym_round] = ACTIONS(526), - [anon_sym_u2045] = ACTIONS(526), - [anon_sym_EQ] = ACTIONS(526), - [anon_sym_BANG_EQ] = ACTIONS(526), - [anon_sym_u2260] = ACTIONS(526), - [anon_sym_LT] = ACTIONS(524), - [anon_sym_LT_EQ] = ACTIONS(526), - [anon_sym_u2264] = ACTIONS(526), - [anon_sym_GT] = ACTIONS(524), - [anon_sym_GT_EQ] = ACTIONS(526), - [anon_sym_u2265] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(526), - [anon_sym_DASH] = ACTIONS(526), - [anon_sym_STAR] = ACTIONS(526), - [anon_sym_u00d7] = ACTIONS(526), - [anon_sym_PERCENT] = ACTIONS(526), - [anon_sym_u00f7] = ACTIONS(526), - [anon_sym_modulus] = ACTIONS(526), - [anon_sym_u25ff] = ACTIONS(526), - [anon_sym_power] = ACTIONS(526), - [anon_sym_u207f] = ACTIONS(526), - [anon_sym_logarithm] = ACTIONS(526), - [anon_sym_u2099] = ACTIONS(526), - [anon_sym_minimum] = ACTIONS(526), - [anon_sym_u21a7] = ACTIONS(526), - [anon_sym_maximum] = ACTIONS(526), - [anon_sym_u21a5] = ACTIONS(526), - [anon_sym_atangent] = ACTIONS(526), - [anon_sym_u2220] = ACTIONS(526), - [anon_sym_length] = ACTIONS(526), - [anon_sym_u29fb] = ACTIONS(526), - [anon_sym_shape] = ACTIONS(526), - [anon_sym_u25b3] = ACTIONS(526), - [anon_sym_range] = ACTIONS(526), - [anon_sym_u21e1] = ACTIONS(526), - [anon_sym_first] = ACTIONS(526), - [anon_sym_u22a2] = ACTIONS(526), - [anon_sym_reverse] = ACTIONS(526), - [anon_sym_u21cc] = ACTIONS(526), - [anon_sym_deshape] = ACTIONS(526), - [anon_sym_u266d] = ACTIONS(526), - [anon_sym_bits] = ACTIONS(526), - [anon_sym_u22ef] = ACTIONS(526), - [anon_sym_transpose] = ACTIONS(526), - [anon_sym_u2349] = ACTIONS(526), - [anon_sym_rise] = ACTIONS(526), - [anon_sym_u234f] = ACTIONS(526), - [anon_sym_fall] = ACTIONS(526), - [anon_sym_u2356] = ACTIONS(526), - [anon_sym_where] = ACTIONS(526), - [anon_sym_u229a] = ACTIONS(526), - [anon_sym_classify] = ACTIONS(526), - [anon_sym_u229b] = ACTIONS(526), - [anon_sym_deduplicate] = ACTIONS(526), - [anon_sym_u25f4] = ACTIONS(526), - [anon_sym_box] = ACTIONS(526), - [anon_sym_u25a1] = ACTIONS(526), - [anon_sym_match] = ACTIONS(526), - [anon_sym_u224d] = ACTIONS(526), - [anon_sym_couple] = ACTIONS(526), - [anon_sym_u229f] = ACTIONS(526), - [anon_sym_join] = ACTIONS(526), - [anon_sym_u2282] = ACTIONS(526), - [anon_sym_select] = ACTIONS(526), - [anon_sym_u228f] = ACTIONS(526), - [anon_sym_pick] = ACTIONS(526), - [anon_sym_u22a1] = ACTIONS(526), - [anon_sym_reshape] = ACTIONS(526), - [anon_sym_u21af] = ACTIONS(526), - [anon_sym_take] = ACTIONS(526), - [anon_sym_u2199] = ACTIONS(526), - [anon_sym_drop] = ACTIONS(526), - [anon_sym_u2198] = ACTIONS(526), - [anon_sym_rotate] = ACTIONS(526), - [anon_sym_u21bb] = ACTIONS(526), - [anon_sym_windows] = ACTIONS(526), - [anon_sym_u25eb] = ACTIONS(526), - [anon_sym_keep] = ACTIONS(526), - [anon_sym_u25bd] = ACTIONS(526), - [anon_sym_find] = ACTIONS(526), - [anon_sym_u2315] = ACTIONS(526), - [anon_sym_indexof] = ACTIONS(526), - [anon_sym_u2297] = ACTIONS(526), - [anon_sym_assert] = ACTIONS(526), - [anon_sym_u2364] = ACTIONS(526), - [anon_sym_wait] = ACTIONS(526), - [anon_sym_parse] = ACTIONS(526), - [anon_sym_u22d5] = ACTIONS(526), - [anon_sym_random] = ACTIONS(526), - [anon_sym_u2682] = ACTIONS(526), - [anon_sym_gen] = ACTIONS(526), - [anon_sym_tag] = ACTIONS(526), - [anon_sym_now] = ACTIONS(526), - [anon_sym_type] = ACTIONS(526), - [anon_sym_u2e2e] = ACTIONS(526), - [anon_sym_dump] = ACTIONS(526), - [anon_sym_regex] = ACTIONS(526), - [anon_sym_send] = ACTIONS(526), - [anon_sym_recv] = ACTIONS(526), - [anon_sym_tryrecv] = ACTIONS(526), - [anon_sym_complex] = ACTIONS(526), - [anon_sym_u2102] = ACTIONS(526), - [anon_sym_rerank] = ACTIONS(526), - [anon_sym_u2607] = ACTIONS(526), - [anon_sym_fix] = ACTIONS(526), - [anon_sym_u00a4] = ACTIONS(526), - [anon_sym_QMARK] = ACTIONS(526), - [anon_sym_unique] = ACTIONS(526), - [anon_sym_u25f0] = ACTIONS(526), - [anon_sym_map] = ACTIONS(526), - [anon_sym_has] = ACTIONS(526), - [anon_sym_get] = ACTIONS(526), - [anon_sym_insert] = ACTIONS(526), - [anon_sym_remove] = ACTIONS(526), - [anon_sym_repr] = ACTIONS(526), - [anon_sym_mask] = ACTIONS(526), - [anon_sym_u29b7] = ACTIONS(526), - [anon_sym_csv] = ACTIONS(526), - [anon_sym_json] = ACTIONS(526), - [anon_sym_xlsx] = ACTIONS(526), - [anon_sym_memberOf] = ACTIONS(526), - [anon_sym_u2208] = ACTIONS(526), - [anon_sym_imen] = ACTIONS(526), - [anon_sym_gife] = ACTIONS(526), - [anon_sym_auden] = ACTIONS(526), - [anon_sym_utfu2088] = ACTIONS(526), - [anon_sym_datetime] = ACTIONS(526), - [anon_sym_chunk] = ACTIONS(526), - [anon_sym_u2444] = ACTIONS(526), - [anon_sym_choose] = ACTIONS(526), - [anon_sym_permute] = ACTIONS(526), - [anon_sym_orient] = ACTIONS(526), - [anon_sym_fft] = ACTIONS(526), - [anon_sym_reduce] = ACTIONS(526), - [anon_sym_SLASH] = ACTIONS(526), - [anon_sym_scan] = ACTIONS(526), - [anon_sym_BSLASH] = ACTIONS(526), - [anon_sym_each] = ACTIONS(526), - [anon_sym_u2235] = ACTIONS(526), - [anon_sym_rows] = ACTIONS(526), - [anon_sym_u2261] = ACTIONS(526), - [anon_sym_repeat] = ACTIONS(526), - [anon_sym_u2365] = ACTIONS(526), - [anon_sym_dip] = ACTIONS(526), - [anon_sym_u2299] = ACTIONS(526), - [anon_sym_gap] = ACTIONS(526), - [anon_sym_u22c5] = ACTIONS(526), - [anon_sym_spawn] = ACTIONS(526), - [anon_sym_rectify] = ACTIONS(526), - [anon_sym_u2305] = ACTIONS(526), - [anon_sym_un] = ACTIONS(524), - [anon_sym_u00b0] = ACTIONS(526), - [anon_sym_on] = ACTIONS(524), - [anon_sym_u27dc] = ACTIONS(526), - [anon_sym_inventory] = ACTIONS(526), - [anon_sym_u235a] = ACTIONS(526), - [anon_sym_content] = ACTIONS(526), - [anon_sym_u25c7] = ACTIONS(526), - [anon_sym_pool] = ACTIONS(526), - [anon_sym_stringify] = ACTIONS(526), - [anon_sym_signature] = ACTIONS(526), - [anon_sym_triangle] = ACTIONS(526), - [anon_sym_u25f9] = ACTIONS(526), - [anon_sym_astar] = ACTIONS(526), - [anon_sym_but] = ACTIONS(526), - [anon_sym_u2919] = ACTIONS(526), - [anon_sym_with] = ACTIONS(526), - [anon_sym_u291a] = ACTIONS(526), - [anon_sym_above] = ACTIONS(526), - [anon_sym_u25e0] = ACTIONS(526), - [anon_sym_below] = ACTIONS(526), - [anon_sym_u25e1] = ACTIONS(526), - [anon_sym_fold] = ACTIONS(526), - [anon_sym_u2227] = ACTIONS(526), - [anon_sym_table] = ACTIONS(526), - [anon_sym_u229e] = ACTIONS(526), - [anon_sym_group] = ACTIONS(526), - [anon_sym_u2295] = ACTIONS(526), - [anon_sym_partition] = ACTIONS(526), - [anon_sym_u229c] = ACTIONS(526), - [anon_sym_both] = ACTIONS(526), - [anon_sym_u2229] = ACTIONS(526), - [anon_sym_bracket] = ACTIONS(526), - [anon_sym_u2293] = ACTIONS(526), - [anon_sym_fork] = ACTIONS(526), - [anon_sym_u2283] = ACTIONS(526), - [anon_sym_under] = ACTIONS(526), - [anon_sym_u235c] = ACTIONS(526), - [anon_sym_fill] = ACTIONS(526), - [anon_sym_u2b1a] = ACTIONS(526), - [anon_sym_try] = ACTIONS(524), - [anon_sym_u2363] = ACTIONS(526), - [anon_sym_do] = ACTIONS(524), - [anon_sym_u2362] = ACTIONS(526), - [anon_sym_setinv] = ACTIONS(526), - [anon_sym_setunder] = ACTIONS(526), - [anon_sym_f] = ACTIONS(524), - [anon_sym_by] = ACTIONS(524), - [anon_sym_u22b8] = ACTIONS(526), - [anon_sym_quote] = ACTIONS(526), - [anon_sym_struct] = ACTIONS(526), - [anon_sym_u2765] = ACTIONS(526), - [anon_sym_u2192] = ACTIONS(526), - [anon_sym_u2237] = ACTIONS(526), - [anon_sym_u00b7] = ACTIONS(526), - [anon_sym_u235b] = ACTIONS(526), - [anon_sym_u2302] = ACTIONS(526), - [anon_sym_u21b0] = ACTIONS(526), - [anon_sym_unpack] = ACTIONS(526), - [anon_sym_u2290] = ACTIONS(526), - [anon_sym_u229d] = ACTIONS(526), - [anon_sym_cross] = ACTIONS(526), - [anon_sym_u22a0] = ACTIONS(526), - [anon_sym_SEMI] = ACTIONS(526), - [anon_sym_deal] = ACTIONS(526), - [anon_sym_strands] = ACTIONS(526), - [anon_sym_u203f] = ACTIONS(526), - [anon_sym_member] = ACTIONS(524), - [anon_sym_u220a] = ACTIONS(526), - [anon_sym_coordinate] = ACTIONS(526), - [anon_sym_u27d4] = ACTIONS(526), - [anon_sym_u03bb] = ACTIONS(526), - [anon_sym_u22ca] = ACTIONS(526), - [sym__endOfLine] = ACTIONS(526), + [sym_underscore] = ACTIONS(528), + [anon_sym_CARET] = ACTIONS(528), + [anon_sym_SQUOTE] = ACTIONS(526), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(528), + [anon_sym_e] = ACTIONS(526), + [anon_sym_NaN] = ACTIONS(526), + [anon_sym_eta] = ACTIONS(528), + [anon_sym_u03b7] = ACTIONS(526), + [anon_sym_pi] = ACTIONS(526), + [anon_sym_u03c0] = ACTIONS(526), + [anon_sym_tau] = ACTIONS(528), + [anon_sym_u03c4] = ACTIONS(526), + [anon_sym_infinity] = ACTIONS(528), + [anon_sym_u221e] = ACTIONS(528), + [anon_sym_W] = ACTIONS(526), + [anon_sym_i] = ACTIONS(526), + [anon_sym_MaxInt] = ACTIONS(526), + [anon_sym_HexDigits] = ACTIONS(526), + [anon_sym_DOT] = ACTIONS(528), + [anon_sym_COMMA] = ACTIONS(528), + [anon_sym_COLON] = ACTIONS(528), + [anon_sym_u25cc] = ACTIONS(528), + [anon_sym_identity] = ACTIONS(528), + [anon_sym_id] = ACTIONS(526), + [anon_sym_u2218] = ACTIONS(528), + [anon_sym_not] = ACTIONS(528), + [anon_sym_u00ac] = ACTIONS(528), + [anon_sym_sign] = ACTIONS(526), + [anon_sym_u00b1] = ACTIONS(528), + [anon_sym_BQUOTE] = ACTIONS(528), + [anon_sym_u00af] = ACTIONS(526), + [anon_sym_absolutevalue] = ACTIONS(528), + [anon_sym_u2335] = ACTIONS(528), + [anon_sym_sqrt] = ACTIONS(528), + [anon_sym_u221a] = ACTIONS(528), + [anon_sym_sine] = ACTIONS(528), + [anon_sym_u25cb] = ACTIONS(528), + [anon_sym_u223f] = ACTIONS(528), + [anon_sym_floor] = ACTIONS(528), + [anon_sym_u230a] = ACTIONS(528), + [anon_sym_ceiling] = ACTIONS(528), + [anon_sym_u2308] = ACTIONS(528), + [anon_sym_round] = ACTIONS(528), + [anon_sym_u2045] = ACTIONS(528), + [anon_sym_EQ] = ACTIONS(528), + [anon_sym_BANG_EQ] = ACTIONS(528), + [anon_sym_u2260] = ACTIONS(528), + [anon_sym_LT] = ACTIONS(526), + [anon_sym_LT_EQ] = ACTIONS(528), + [anon_sym_u2264] = ACTIONS(528), + [anon_sym_GT] = ACTIONS(526), + [anon_sym_GT_EQ] = ACTIONS(528), + [anon_sym_u2265] = ACTIONS(528), + [anon_sym_PLUS] = ACTIONS(528), + [anon_sym_DASH] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(528), + [anon_sym_u00d7] = ACTIONS(528), + [anon_sym_PERCENT] = ACTIONS(528), + [anon_sym_u00f7] = ACTIONS(528), + [anon_sym_modulus] = ACTIONS(528), + [anon_sym_u25ff] = ACTIONS(528), + [anon_sym_power] = ACTIONS(528), + [anon_sym_u207f] = ACTIONS(528), + [anon_sym_logarithm] = ACTIONS(528), + [anon_sym_u2099] = ACTIONS(528), + [anon_sym_minimum] = ACTIONS(528), + [anon_sym_u21a7] = ACTIONS(528), + [anon_sym_maximum] = ACTIONS(528), + [anon_sym_u21a5] = ACTIONS(528), + [anon_sym_atangent] = ACTIONS(528), + [anon_sym_u2220] = ACTIONS(528), + [anon_sym_length] = ACTIONS(528), + [anon_sym_u29fb] = ACTIONS(528), + [anon_sym_shape] = ACTIONS(528), + [anon_sym_u25b3] = ACTIONS(528), + [anon_sym_range] = ACTIONS(528), + [anon_sym_u21e1] = ACTIONS(528), + [anon_sym_first] = ACTIONS(528), + [anon_sym_u22a2] = ACTIONS(528), + [anon_sym_reverse] = ACTIONS(528), + [anon_sym_u21cc] = ACTIONS(528), + [anon_sym_deshape] = ACTIONS(528), + [anon_sym_u266d] = ACTIONS(528), + [anon_sym_bits] = ACTIONS(528), + [anon_sym_u22ef] = ACTIONS(528), + [anon_sym_transpose] = ACTIONS(528), + [anon_sym_u2349] = ACTIONS(528), + [anon_sym_rise] = ACTIONS(528), + [anon_sym_u234f] = ACTIONS(528), + [anon_sym_fall] = ACTIONS(528), + [anon_sym_u2356] = ACTIONS(528), + [anon_sym_where] = ACTIONS(528), + [anon_sym_u229a] = ACTIONS(528), + [anon_sym_classify] = ACTIONS(528), + [anon_sym_u229b] = ACTIONS(528), + [anon_sym_deduplicate] = ACTIONS(528), + [anon_sym_u25f4] = ACTIONS(528), + [anon_sym_box] = ACTIONS(528), + [anon_sym_u25a1] = ACTIONS(528), + [anon_sym_match] = ACTIONS(528), + [anon_sym_u224d] = ACTIONS(528), + [anon_sym_couple] = ACTIONS(528), + [anon_sym_u229f] = ACTIONS(528), + [anon_sym_join] = ACTIONS(528), + [anon_sym_u2282] = ACTIONS(528), + [anon_sym_select] = ACTIONS(528), + [anon_sym_u228f] = ACTIONS(528), + [anon_sym_pick] = ACTIONS(528), + [anon_sym_u22a1] = ACTIONS(528), + [anon_sym_reshape] = ACTIONS(528), + [anon_sym_u21af] = ACTIONS(528), + [anon_sym_take] = ACTIONS(528), + [anon_sym_u2199] = ACTIONS(528), + [anon_sym_drop] = ACTIONS(528), + [anon_sym_u2198] = ACTIONS(528), + [anon_sym_rotate] = ACTIONS(528), + [anon_sym_u21bb] = ACTIONS(528), + [anon_sym_windows] = ACTIONS(528), + [anon_sym_u25eb] = ACTIONS(528), + [anon_sym_keep] = ACTIONS(528), + [anon_sym_u25bd] = ACTIONS(528), + [anon_sym_find] = ACTIONS(528), + [anon_sym_u2315] = ACTIONS(528), + [anon_sym_indexof] = ACTIONS(528), + [anon_sym_u2297] = ACTIONS(528), + [anon_sym_assert] = ACTIONS(528), + [anon_sym_u2364] = ACTIONS(528), + [anon_sym_wait] = ACTIONS(528), + [anon_sym_parse] = ACTIONS(528), + [anon_sym_u22d5] = ACTIONS(528), + [anon_sym_random] = ACTIONS(528), + [anon_sym_u2682] = ACTIONS(528), + [anon_sym_gen] = ACTIONS(528), + [anon_sym_tag] = ACTIONS(528), + [anon_sym_now] = ACTIONS(528), + [anon_sym_type] = ACTIONS(528), + [anon_sym_u2e2e] = ACTIONS(528), + [anon_sym_dump] = ACTIONS(528), + [anon_sym_regex] = ACTIONS(528), + [anon_sym_send] = ACTIONS(528), + [anon_sym_recv] = ACTIONS(528), + [anon_sym_tryrecv] = ACTIONS(528), + [anon_sym_complex] = ACTIONS(528), + [anon_sym_u2102] = ACTIONS(528), + [anon_sym_rerank] = ACTIONS(528), + [anon_sym_u2607] = ACTIONS(528), + [anon_sym_fix] = ACTIONS(528), + [anon_sym_u00a4] = ACTIONS(528), + [anon_sym_QMARK] = ACTIONS(528), + [anon_sym_unique] = ACTIONS(528), + [anon_sym_u25f0] = ACTIONS(528), + [anon_sym_map] = ACTIONS(528), + [anon_sym_has] = ACTIONS(528), + [anon_sym_get] = ACTIONS(528), + [anon_sym_insert] = ACTIONS(528), + [anon_sym_remove] = ACTIONS(528), + [anon_sym_repr] = ACTIONS(528), + [anon_sym_mask] = ACTIONS(528), + [anon_sym_u29b7] = ACTIONS(528), + [anon_sym_csv] = ACTIONS(528), + [anon_sym_json] = ACTIONS(528), + [anon_sym_xlsx] = ACTIONS(528), + [anon_sym_memberOf] = ACTIONS(528), + [anon_sym_u2208] = ACTIONS(528), + [anon_sym_imen] = ACTIONS(528), + [anon_sym_gife] = ACTIONS(528), + [anon_sym_auden] = ACTIONS(528), + [anon_sym_utfu2088] = ACTIONS(528), + [anon_sym_datetime] = ACTIONS(528), + [anon_sym_choose] = ACTIONS(528), + [anon_sym_permute] = ACTIONS(528), + [anon_sym_orient] = ACTIONS(528), + [anon_sym_u2938] = ACTIONS(528), + [anon_sym_fft] = ACTIONS(528), + [anon_sym_graphemes] = ACTIONS(528), + [anon_sym_timezone] = ACTIONS(528), + [anon_sym_around] = ACTIONS(528), + [anon_sym_u2019] = ACTIONS(528), + [anon_sym_base] = ACTIONS(528), + [anon_sym_sort] = ACTIONS(528), + [anon_sym_u2346] = ACTIONS(528), + [anon_sym_last] = ACTIONS(528), + [anon_sym_u22a3] = ACTIONS(528), + [anon_sym_reduce] = ACTIONS(528), + [anon_sym_SLASH] = ACTIONS(528), + [anon_sym_scan] = ACTIONS(528), + [anon_sym_BSLASH] = ACTIONS(528), + [anon_sym_each] = ACTIONS(528), + [anon_sym_u2235] = ACTIONS(528), + [anon_sym_rows] = ACTIONS(528), + [anon_sym_u2261] = ACTIONS(528), + [anon_sym_repeat] = ACTIONS(528), + [anon_sym_u2365] = ACTIONS(528), + [anon_sym_dip] = ACTIONS(528), + [anon_sym_u2299] = ACTIONS(528), + [anon_sym_gap] = ACTIONS(528), + [anon_sym_u22c5] = ACTIONS(528), + [anon_sym_spawn] = ACTIONS(528), + [anon_sym_rectify] = ACTIONS(528), + [anon_sym_u2305] = ACTIONS(528), + [anon_sym_un] = ACTIONS(526), + [anon_sym_u00b0] = ACTIONS(528), + [anon_sym_on] = ACTIONS(526), + [anon_sym_u27dc] = ACTIONS(528), + [anon_sym_inventory] = ACTIONS(528), + [anon_sym_u235a] = ACTIONS(528), + [anon_sym_content] = ACTIONS(528), + [anon_sym_u25c7] = ACTIONS(528), + [anon_sym_pool] = ACTIONS(528), + [anon_sym_stringify] = ACTIONS(528), + [anon_sym_signature] = ACTIONS(528), + [anon_sym_triangle] = ACTIONS(528), + [anon_sym_u25f9] = ACTIONS(528), + [anon_sym_astar] = ACTIONS(528), + [anon_sym_with] = ACTIONS(528), + [anon_sym_u2919] = ACTIONS(528), + [anon_sym_off] = ACTIONS(528), + [anon_sym_u291a] = ACTIONS(528), + [anon_sym_above] = ACTIONS(528), + [anon_sym_u25e0] = ACTIONS(528), + [anon_sym_below] = ACTIONS(528), + [anon_sym_u25e1] = ACTIONS(528), + [anon_sym_anti] = ACTIONS(528), + [anon_sym_u231d] = ACTIONS(528), + [anon_sym_obverse] = ACTIONS(528), + [anon_sym_toples] = ACTIONS(528), + [anon_sym_u29c5] = ACTIONS(528), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(528), + [anon_sym_fold] = ACTIONS(528), + [anon_sym_u2227] = ACTIONS(528), + [anon_sym_table] = ACTIONS(528), + [anon_sym_u229e] = ACTIONS(528), + [anon_sym_group] = ACTIONS(528), + [anon_sym_u2295] = ACTIONS(528), + [anon_sym_partition] = ACTIONS(528), + [anon_sym_u229c] = ACTIONS(528), + [anon_sym_both] = ACTIONS(528), + [anon_sym_u2229] = ACTIONS(528), + [anon_sym_bracket] = ACTIONS(528), + [anon_sym_u2293] = ACTIONS(528), + [anon_sym_fork] = ACTIONS(528), + [anon_sym_u2283] = ACTIONS(528), + [anon_sym_under] = ACTIONS(528), + [anon_sym_u235c] = ACTIONS(528), + [anon_sym_fill] = ACTIONS(528), + [anon_sym_u2b1a] = ACTIONS(528), + [anon_sym_try] = ACTIONS(526), + [anon_sym_u2363] = ACTIONS(528), + [anon_sym_do] = ACTIONS(526), + [anon_sym_u2362] = ACTIONS(528), + [anon_sym_f] = ACTIONS(526), + [anon_sym_by] = ACTIONS(526), + [anon_sym_u22b8] = ACTIONS(528), + [anon_sym_quote] = ACTIONS(528), + [anon_sym_u2765] = ACTIONS(528), + [anon_sym_u2192] = ACTIONS(528), + [anon_sym_u2237] = ACTIONS(528), + [anon_sym_u00b7] = ACTIONS(528), + [anon_sym_u235b] = ACTIONS(528), + [anon_sym_u2302] = ACTIONS(528), + [anon_sym_u21b0] = ACTIONS(528), + [anon_sym_unpack] = ACTIONS(528), + [anon_sym_u2290] = ACTIONS(528), + [anon_sym_u229d] = ACTIONS(528), + [anon_sym_cross] = ACTIONS(528), + [anon_sym_u22a0] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(528), + [anon_sym_deal] = ACTIONS(528), + [anon_sym_member] = ACTIONS(526), + [anon_sym_u220a] = ACTIONS(528), + [anon_sym_coordinate] = ACTIONS(528), + [anon_sym_u27d4] = ACTIONS(528), + [anon_sym_u03bb] = ACTIONS(528), + [anon_sym_u22ca] = ACTIONS(528), + [anon_sym_chunk] = ACTIONS(528), + [anon_sym_u2444] = ACTIONS(528), + [anon_sym_setinv] = ACTIONS(528), + [anon_sym_setund] = ACTIONS(528), + [anon_sym_struct] = ACTIONS(528), + [sym__endOfLine] = ACTIONS(528), }, [119] = { - [aux_sym_number_token1] = ACTIONS(536), - [sym_fraction] = ACTIONS(538), - [anon_sym_Days] = ACTIONS(536), - [anon_sym_Months] = ACTIONS(536), - [anon_sym_MonthDays] = ACTIONS(536), - [anon_sym_LeanMonthDays] = ACTIONS(536), - [anon_sym_White] = ACTIONS(536), - [anon_sym_Black] = ACTIONS(536), - [anon_sym_Red] = ACTIONS(536), - [anon_sym_Orange] = ACTIONS(536), - [anon_sym_Yellow] = ACTIONS(536), - [anon_sym_Green] = ACTIONS(536), - [anon_sym_Cyan] = ACTIONS(536), - [anon_sym_Blue] = ACTIONS(536), - [anon_sym_Purple] = ACTIONS(536), - [anon_sym_Magenta] = ACTIONS(536), - [anon_sym_Gay] = ACTIONS(536), - [anon_sym_Lesbian] = ACTIONS(536), - [anon_sym_Bi] = ACTIONS(536), - [anon_sym_Trans] = ACTIONS(536), - [anon_sym_Pan] = ACTIONS(536), - [anon_sym_Ace] = ACTIONS(536), - [anon_sym_Aro] = ACTIONS(536), - [anon_sym_Aroace] = ACTIONS(536), - [anon_sym_Enby] = ACTIONS(536), - [anon_sym_Fluid] = ACTIONS(536), - [anon_sym_Queer] = ACTIONS(536), - [anon_sym_Agender] = ACTIONS(536), - [anon_sym_PrideFlags] = ACTIONS(536), - [anon_sym_PrideFlagNames] = ACTIONS(536), - [anon_sym_True] = ACTIONS(536), - [anon_sym_False] = ACTIONS(536), - [anon_sym_NULL] = ACTIONS(536), - [anon_sym_Logo] = ACTIONS(536), - [anon_sym_Lena] = ACTIONS(536), - [anon_sym_Music] = ACTIONS(536), - [anon_sym_Lorem] = ACTIONS(536), - [anon_sym_Os] = ACTIONS(536), - [anon_sym_Family] = ACTIONS(536), - [anon_sym_Arch] = ACTIONS(536), - [anon_sym_ExeExt] = ACTIONS(536), - [anon_sym_DllExt] = ACTIONS(536), - [anon_sym_Sep] = ACTIONS(536), - [anon_sym_ThisFile] = ACTIONS(536), - [anon_sym_ThisFileName] = ACTIONS(536), - [anon_sym_ThisFileDir] = ACTIONS(536), - [anon_sym_WorkingDir] = ACTIONS(536), - [anon_sym_NumProcs] = ACTIONS(536), - [anon_sym_Planets] = ACTIONS(536), - [anon_sym_Zodiac] = ACTIONS(536), - [anon_sym_Suits] = ACTIONS(536), - [anon_sym_Cards] = ACTIONS(536), - [anon_sym_Chess] = ACTIONS(536), - [anon_sym_Moon] = ACTIONS(536), - [anon_sym_Skin] = ACTIONS(536), - [anon_sym_People] = ACTIONS(536), - [anon_sym_Hair] = ACTIONS(536), - [aux_sym_character_token1] = ACTIONS(538), - [sym_string] = ACTIONS(538), - [sym_multiLineString] = ACTIONS(538), - [sym_identifier] = ACTIONS(536), - [sym_identifierDeprecated] = ACTIONS(536), - [sym_system] = ACTIONS(538), - [sym_comment] = ACTIONS(536), - [sym_openParen] = ACTIONS(538), - [sym_openCurly] = ACTIONS(538), - [sym_openBracket] = ACTIONS(538), - [sym_underscore] = ACTIONS(538), - [sym_leftArrow] = ACTIONS(646), - [anon_sym_CARET] = ACTIONS(538), - [anon_sym_SQUOTE] = ACTIONS(536), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(538), - [anon_sym_e] = ACTIONS(536), - [anon_sym_NaN] = ACTIONS(536), - [anon_sym_eta] = ACTIONS(538), - [anon_sym_u03b7] = ACTIONS(536), - [anon_sym_pi] = ACTIONS(536), - [anon_sym_u03c0] = ACTIONS(536), - [anon_sym_tau] = ACTIONS(538), - [anon_sym_u03c4] = ACTIONS(536), - [anon_sym_infinity] = ACTIONS(538), - [anon_sym_u221e] = ACTIONS(538), - [anon_sym_W] = ACTIONS(536), - [anon_sym_i] = ACTIONS(536), - [anon_sym_MaxInt] = ACTIONS(536), - [anon_sym_HexDigits] = ACTIONS(536), - [anon_sym_DOT] = ACTIONS(538), - [anon_sym_COMMA] = ACTIONS(538), - [anon_sym_COLON] = ACTIONS(538), - [anon_sym_u25cc] = ACTIONS(538), - [anon_sym_identity] = ACTIONS(538), - [anon_sym_id] = ACTIONS(536), - [anon_sym_u2218] = ACTIONS(538), - [anon_sym_not] = ACTIONS(538), - [anon_sym_u00ac] = ACTIONS(538), - [anon_sym_sign] = ACTIONS(536), - [anon_sym_u00b1] = ACTIONS(538), - [anon_sym_BQUOTE] = ACTIONS(538), - [anon_sym_u00af] = ACTIONS(536), - [anon_sym_absolutevalue] = ACTIONS(538), - [anon_sym_u2335] = ACTIONS(538), - [anon_sym_sqrt] = ACTIONS(538), - [anon_sym_u221a] = ACTIONS(538), - [anon_sym_sine] = ACTIONS(538), - [anon_sym_u25cb] = ACTIONS(538), - [anon_sym_u223f] = ACTIONS(538), - [anon_sym_floor] = ACTIONS(538), - [anon_sym_u230a] = ACTIONS(538), - [anon_sym_ceiling] = ACTIONS(538), - [anon_sym_u2308] = ACTIONS(538), - [anon_sym_round] = ACTIONS(538), - [anon_sym_u2045] = ACTIONS(538), - [anon_sym_EQ] = ACTIONS(538), - [anon_sym_BANG_EQ] = ACTIONS(538), - [anon_sym_u2260] = ACTIONS(538), - [anon_sym_LT] = ACTIONS(536), - [anon_sym_LT_EQ] = ACTIONS(538), - [anon_sym_u2264] = ACTIONS(538), - [anon_sym_GT] = ACTIONS(536), - [anon_sym_GT_EQ] = ACTIONS(538), - [anon_sym_u2265] = ACTIONS(538), - [anon_sym_PLUS] = ACTIONS(538), - [anon_sym_DASH] = ACTIONS(538), - [anon_sym_STAR] = ACTIONS(538), - [anon_sym_u00d7] = ACTIONS(538), - [anon_sym_PERCENT] = ACTIONS(538), - [anon_sym_u00f7] = ACTIONS(538), - [anon_sym_modulus] = ACTIONS(538), - [anon_sym_u25ff] = ACTIONS(538), - [anon_sym_power] = ACTIONS(538), - [anon_sym_u207f] = ACTIONS(538), - [anon_sym_logarithm] = ACTIONS(538), - [anon_sym_u2099] = ACTIONS(538), - [anon_sym_minimum] = ACTIONS(538), - [anon_sym_u21a7] = ACTIONS(538), - [anon_sym_maximum] = ACTIONS(538), - [anon_sym_u21a5] = ACTIONS(538), - [anon_sym_atangent] = ACTIONS(538), - [anon_sym_u2220] = ACTIONS(538), - [anon_sym_length] = ACTIONS(538), - [anon_sym_u29fb] = ACTIONS(538), - [anon_sym_shape] = ACTIONS(538), - [anon_sym_u25b3] = ACTIONS(538), - [anon_sym_range] = ACTIONS(538), - [anon_sym_u21e1] = ACTIONS(538), - [anon_sym_first] = ACTIONS(538), - [anon_sym_u22a2] = ACTIONS(538), - [anon_sym_reverse] = ACTIONS(538), - [anon_sym_u21cc] = ACTIONS(538), - [anon_sym_deshape] = ACTIONS(538), - [anon_sym_u266d] = ACTIONS(538), - [anon_sym_bits] = ACTIONS(538), - [anon_sym_u22ef] = ACTIONS(538), - [anon_sym_transpose] = ACTIONS(538), - [anon_sym_u2349] = ACTIONS(538), - [anon_sym_rise] = ACTIONS(538), - [anon_sym_u234f] = ACTIONS(538), - [anon_sym_fall] = ACTIONS(538), - [anon_sym_u2356] = ACTIONS(538), - [anon_sym_where] = ACTIONS(538), - [anon_sym_u229a] = ACTIONS(538), - [anon_sym_classify] = ACTIONS(538), - [anon_sym_u229b] = ACTIONS(538), - [anon_sym_deduplicate] = ACTIONS(538), - [anon_sym_u25f4] = ACTIONS(538), - [anon_sym_box] = ACTIONS(538), - [anon_sym_u25a1] = ACTIONS(538), - [anon_sym_match] = ACTIONS(538), - [anon_sym_u224d] = ACTIONS(538), - [anon_sym_couple] = ACTIONS(538), - [anon_sym_u229f] = ACTIONS(538), - [anon_sym_join] = ACTIONS(538), - [anon_sym_u2282] = ACTIONS(538), - [anon_sym_select] = ACTIONS(538), - [anon_sym_u228f] = ACTIONS(538), - [anon_sym_pick] = ACTIONS(538), - [anon_sym_u22a1] = ACTIONS(538), - [anon_sym_reshape] = ACTIONS(538), - [anon_sym_u21af] = ACTIONS(538), - [anon_sym_take] = ACTIONS(538), - [anon_sym_u2199] = ACTIONS(538), - [anon_sym_drop] = ACTIONS(538), - [anon_sym_u2198] = ACTIONS(538), - [anon_sym_rotate] = ACTIONS(538), - [anon_sym_u21bb] = ACTIONS(538), - [anon_sym_windows] = ACTIONS(538), - [anon_sym_u25eb] = ACTIONS(538), - [anon_sym_keep] = ACTIONS(538), - [anon_sym_u25bd] = ACTIONS(538), - [anon_sym_find] = ACTIONS(538), - [anon_sym_u2315] = ACTIONS(538), - [anon_sym_indexof] = ACTIONS(538), - [anon_sym_u2297] = ACTIONS(538), - [anon_sym_assert] = ACTIONS(538), - [anon_sym_u2364] = ACTIONS(538), - [anon_sym_wait] = ACTIONS(538), - [anon_sym_parse] = ACTIONS(538), - [anon_sym_u22d5] = ACTIONS(538), - [anon_sym_random] = ACTIONS(538), - [anon_sym_u2682] = ACTIONS(538), - [anon_sym_gen] = ACTIONS(538), - [anon_sym_tag] = ACTIONS(538), - [anon_sym_now] = ACTIONS(538), - [anon_sym_type] = ACTIONS(538), - [anon_sym_u2e2e] = ACTIONS(538), - [anon_sym_dump] = ACTIONS(538), - [anon_sym_regex] = ACTIONS(538), - [anon_sym_send] = ACTIONS(538), - [anon_sym_recv] = ACTIONS(538), - [anon_sym_tryrecv] = ACTIONS(538), - [anon_sym_complex] = ACTIONS(538), - [anon_sym_u2102] = ACTIONS(538), - [anon_sym_rerank] = ACTIONS(538), - [anon_sym_u2607] = ACTIONS(538), - [anon_sym_fix] = ACTIONS(538), - [anon_sym_u00a4] = ACTIONS(538), - [anon_sym_QMARK] = ACTIONS(538), - [anon_sym_unique] = ACTIONS(538), - [anon_sym_u25f0] = ACTIONS(538), - [anon_sym_map] = ACTIONS(538), - [anon_sym_has] = ACTIONS(538), - [anon_sym_get] = ACTIONS(538), - [anon_sym_insert] = ACTIONS(538), - [anon_sym_remove] = ACTIONS(538), - [anon_sym_repr] = ACTIONS(538), - [anon_sym_mask] = ACTIONS(538), - [anon_sym_u29b7] = ACTIONS(538), - [anon_sym_csv] = ACTIONS(538), - [anon_sym_json] = ACTIONS(538), - [anon_sym_xlsx] = ACTIONS(538), - [anon_sym_memberOf] = ACTIONS(538), - [anon_sym_u2208] = ACTIONS(538), - [anon_sym_imen] = ACTIONS(538), - [anon_sym_gife] = ACTIONS(538), - [anon_sym_auden] = ACTIONS(538), - [anon_sym_utfu2088] = ACTIONS(538), - [anon_sym_datetime] = ACTIONS(538), - [anon_sym_chunk] = ACTIONS(538), - [anon_sym_u2444] = ACTIONS(538), - [anon_sym_choose] = ACTIONS(538), - [anon_sym_permute] = ACTIONS(538), - [anon_sym_orient] = ACTIONS(538), - [anon_sym_fft] = ACTIONS(538), - [anon_sym_reduce] = ACTIONS(538), - [anon_sym_SLASH] = ACTIONS(538), - [anon_sym_scan] = ACTIONS(538), - [anon_sym_BSLASH] = ACTIONS(538), - [anon_sym_each] = ACTIONS(538), - [anon_sym_u2235] = ACTIONS(538), - [anon_sym_rows] = ACTIONS(538), - [anon_sym_u2261] = ACTIONS(538), - [anon_sym_repeat] = ACTIONS(538), - [anon_sym_u2365] = ACTIONS(538), - [anon_sym_dip] = ACTIONS(538), - [anon_sym_u2299] = ACTIONS(538), - [anon_sym_gap] = ACTIONS(538), - [anon_sym_u22c5] = ACTIONS(538), - [anon_sym_spawn] = ACTIONS(538), - [anon_sym_rectify] = ACTIONS(538), - [anon_sym_u2305] = ACTIONS(538), - [anon_sym_un] = ACTIONS(536), - [anon_sym_u00b0] = ACTIONS(538), - [anon_sym_on] = ACTIONS(536), - [anon_sym_u27dc] = ACTIONS(538), - [anon_sym_inventory] = ACTIONS(538), - [anon_sym_u235a] = ACTIONS(538), - [anon_sym_content] = ACTIONS(538), - [anon_sym_u25c7] = ACTIONS(538), - [anon_sym_pool] = ACTIONS(538), - [anon_sym_stringify] = ACTIONS(538), - [anon_sym_signature] = ACTIONS(538), - [anon_sym_triangle] = ACTIONS(538), - [anon_sym_u25f9] = ACTIONS(538), - [anon_sym_astar] = ACTIONS(538), - [anon_sym_but] = ACTIONS(538), - [anon_sym_u2919] = ACTIONS(538), - [anon_sym_with] = ACTIONS(538), - [anon_sym_u291a] = ACTIONS(538), - [anon_sym_above] = ACTIONS(538), - [anon_sym_u25e0] = ACTIONS(538), - [anon_sym_below] = ACTIONS(538), - [anon_sym_u25e1] = ACTIONS(538), - [anon_sym_fold] = ACTIONS(538), - [anon_sym_u2227] = ACTIONS(538), - [anon_sym_table] = ACTIONS(538), - [anon_sym_u229e] = ACTIONS(538), - [anon_sym_group] = ACTIONS(538), - [anon_sym_u2295] = ACTIONS(538), - [anon_sym_partition] = ACTIONS(538), - [anon_sym_u229c] = ACTIONS(538), - [anon_sym_both] = ACTIONS(538), - [anon_sym_u2229] = ACTIONS(538), - [anon_sym_bracket] = ACTIONS(538), - [anon_sym_u2293] = ACTIONS(538), - [anon_sym_fork] = ACTIONS(538), - [anon_sym_u2283] = ACTIONS(538), - [anon_sym_under] = ACTIONS(538), - [anon_sym_u235c] = ACTIONS(538), - [anon_sym_fill] = ACTIONS(538), - [anon_sym_u2b1a] = ACTIONS(538), - [anon_sym_try] = ACTIONS(536), - [anon_sym_u2363] = ACTIONS(538), - [anon_sym_do] = ACTIONS(536), - [anon_sym_u2362] = ACTIONS(538), - [anon_sym_setinv] = ACTIONS(538), - [anon_sym_setunder] = ACTIONS(538), - [anon_sym_f] = ACTIONS(536), - [anon_sym_by] = ACTIONS(536), - [anon_sym_u22b8] = ACTIONS(538), - [anon_sym_quote] = ACTIONS(538), - [anon_sym_struct] = ACTIONS(538), - [anon_sym_u2765] = ACTIONS(538), - [anon_sym_u2192] = ACTIONS(538), - [anon_sym_u2237] = ACTIONS(538), - [anon_sym_u00b7] = ACTIONS(538), - [anon_sym_u235b] = ACTIONS(538), - [anon_sym_u2302] = ACTIONS(538), - [anon_sym_u21b0] = ACTIONS(538), - [anon_sym_unpack] = ACTIONS(538), - [anon_sym_u2290] = ACTIONS(538), - [anon_sym_u229d] = ACTIONS(538), - [anon_sym_cross] = ACTIONS(538), - [anon_sym_u22a0] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(538), - [anon_sym_deal] = ACTIONS(538), - [anon_sym_strands] = ACTIONS(538), - [anon_sym_u203f] = ACTIONS(538), - [anon_sym_member] = ACTIONS(536), - [anon_sym_u220a] = ACTIONS(538), - [anon_sym_coordinate] = ACTIONS(538), - [anon_sym_u27d4] = ACTIONS(538), - [anon_sym_u03bb] = ACTIONS(538), - [anon_sym_u22ca] = ACTIONS(538), - [sym__endOfLine] = ACTIONS(538), + [aux_sym_number_token1] = ACTIONS(624), + [sym_fraction] = ACTIONS(224), + [anon_sym_Days] = ACTIONS(624), + [anon_sym_Months] = ACTIONS(624), + [anon_sym_MonthDays] = ACTIONS(624), + [anon_sym_LeanMonthDays] = ACTIONS(624), + [anon_sym_White] = ACTIONS(624), + [anon_sym_Black] = ACTIONS(624), + [anon_sym_Red] = ACTIONS(624), + [anon_sym_Orange] = ACTIONS(624), + [anon_sym_Yellow] = ACTIONS(624), + [anon_sym_Green] = ACTIONS(624), + [anon_sym_Cyan] = ACTIONS(624), + [anon_sym_Blue] = ACTIONS(624), + [anon_sym_Purple] = ACTIONS(624), + [anon_sym_Magenta] = ACTIONS(624), + [anon_sym_Gay] = ACTIONS(624), + [anon_sym_Lesbian] = ACTIONS(624), + [anon_sym_Bi] = ACTIONS(624), + [anon_sym_Trans] = ACTIONS(624), + [anon_sym_Pan] = ACTIONS(624), + [anon_sym_Ace] = ACTIONS(624), + [anon_sym_Aro] = ACTIONS(624), + [anon_sym_Aroace] = ACTIONS(624), + [anon_sym_Enby] = ACTIONS(624), + [anon_sym_Fluid] = ACTIONS(624), + [anon_sym_Queer] = ACTIONS(624), + [anon_sym_Agender] = ACTIONS(624), + [anon_sym_PrideFlags] = ACTIONS(624), + [anon_sym_PrideFlagNames] = ACTIONS(624), + [anon_sym_True] = ACTIONS(624), + [anon_sym_False] = ACTIONS(624), + [anon_sym_NULL] = ACTIONS(624), + [anon_sym_Logo] = ACTIONS(624), + [anon_sym_Lena] = ACTIONS(624), + [anon_sym_Music] = ACTIONS(624), + [anon_sym_Lorem] = ACTIONS(624), + [anon_sym_Os] = ACTIONS(624), + [anon_sym_Family] = ACTIONS(624), + [anon_sym_Arch] = ACTIONS(624), + [anon_sym_ExeExt] = ACTIONS(624), + [anon_sym_DllExt] = ACTIONS(624), + [anon_sym_Sep] = ACTIONS(624), + [anon_sym_ThisFile] = ACTIONS(624), + [anon_sym_ThisFileName] = ACTIONS(624), + [anon_sym_ThisFileDir] = ACTIONS(624), + [anon_sym_WorkingDir] = ACTIONS(624), + [anon_sym_NumProcs] = ACTIONS(624), + [anon_sym_Planets] = ACTIONS(624), + [anon_sym_Zodiac] = ACTIONS(624), + [anon_sym_Suits] = ACTIONS(624), + [anon_sym_Cards] = ACTIONS(624), + [anon_sym_Chess] = ACTIONS(624), + [anon_sym_Moon] = ACTIONS(624), + [anon_sym_Skin] = ACTIONS(624), + [anon_sym_People] = ACTIONS(624), + [anon_sym_Hair] = ACTIONS(624), + [anon_sym_Cat] = ACTIONS(624), + [aux_sym_character_token1] = ACTIONS(224), + [sym_string] = ACTIONS(224), + [sym_multiLineString] = ACTIONS(224), + [sym_identifier] = ACTIONS(624), + [sym_identifierDeprecated] = ACTIONS(624), + [sym_system] = ACTIONS(224), + [sym_comment] = ACTIONS(624), + [sym_openParen] = ACTIONS(224), + [sym_openCurly] = ACTIONS(224), + [sym_closeCurly] = ACTIONS(224), + [sym_openBracket] = ACTIONS(624), + [sym_closeBracket] = ACTIONS(224), + [anon_sym_CARET] = ACTIONS(224), + [anon_sym_SQUOTE] = ACTIONS(624), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(224), + [anon_sym_e] = ACTIONS(624), + [anon_sym_NaN] = ACTIONS(624), + [anon_sym_eta] = ACTIONS(224), + [anon_sym_u03b7] = ACTIONS(624), + [anon_sym_pi] = ACTIONS(624), + [anon_sym_u03c0] = ACTIONS(624), + [anon_sym_tau] = ACTIONS(224), + [anon_sym_u03c4] = ACTIONS(624), + [anon_sym_infinity] = ACTIONS(224), + [anon_sym_u221e] = ACTIONS(224), + [anon_sym_W] = ACTIONS(624), + [anon_sym_i] = ACTIONS(624), + [anon_sym_MaxInt] = ACTIONS(624), + [anon_sym_HexDigits] = ACTIONS(624), + [anon_sym_DOT] = ACTIONS(224), + [anon_sym_COMMA] = ACTIONS(224), + [anon_sym_COLON] = ACTIONS(224), + [anon_sym_u25cc] = ACTIONS(224), + [anon_sym_identity] = ACTIONS(224), + [anon_sym_id] = ACTIONS(624), + [anon_sym_u2218] = ACTIONS(224), + [anon_sym_not] = ACTIONS(224), + [anon_sym_u00ac] = ACTIONS(224), + [anon_sym_sign] = ACTIONS(624), + [anon_sym_u00b1] = ACTIONS(224), + [anon_sym_BQUOTE] = ACTIONS(224), + [anon_sym_u00af] = ACTIONS(624), + [anon_sym_absolutevalue] = ACTIONS(224), + [anon_sym_u2335] = ACTIONS(224), + [anon_sym_sqrt] = ACTIONS(224), + [anon_sym_u221a] = ACTIONS(224), + [anon_sym_sine] = ACTIONS(224), + [anon_sym_u25cb] = ACTIONS(224), + [anon_sym_u223f] = ACTIONS(224), + [anon_sym_floor] = ACTIONS(224), + [anon_sym_u230a] = ACTIONS(224), + [anon_sym_ceiling] = ACTIONS(224), + [anon_sym_u2308] = ACTIONS(224), + [anon_sym_round] = ACTIONS(224), + [anon_sym_u2045] = ACTIONS(224), + [anon_sym_EQ] = ACTIONS(224), + [anon_sym_BANG_EQ] = ACTIONS(224), + [anon_sym_u2260] = ACTIONS(224), + [anon_sym_LT] = ACTIONS(624), + [anon_sym_LT_EQ] = ACTIONS(224), + [anon_sym_u2264] = ACTIONS(224), + [anon_sym_GT] = ACTIONS(624), + [anon_sym_GT_EQ] = ACTIONS(224), + [anon_sym_u2265] = ACTIONS(224), + [anon_sym_PLUS] = ACTIONS(224), + [anon_sym_DASH] = ACTIONS(224), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_u00d7] = ACTIONS(224), + [anon_sym_PERCENT] = ACTIONS(224), + [anon_sym_u00f7] = ACTIONS(224), + [anon_sym_modulus] = ACTIONS(224), + [anon_sym_u25ff] = ACTIONS(224), + [anon_sym_power] = ACTIONS(224), + [anon_sym_u207f] = ACTIONS(224), + [anon_sym_logarithm] = ACTIONS(224), + [anon_sym_u2099] = ACTIONS(224), + [anon_sym_minimum] = ACTIONS(224), + [anon_sym_u21a7] = ACTIONS(224), + [anon_sym_maximum] = ACTIONS(224), + [anon_sym_u21a5] = ACTIONS(224), + [anon_sym_atangent] = ACTIONS(224), + [anon_sym_u2220] = ACTIONS(224), + [anon_sym_length] = ACTIONS(224), + [anon_sym_u29fb] = ACTIONS(224), + [anon_sym_shape] = ACTIONS(224), + [anon_sym_u25b3] = ACTIONS(224), + [anon_sym_range] = ACTIONS(224), + [anon_sym_u21e1] = ACTIONS(224), + [anon_sym_first] = ACTIONS(224), + [anon_sym_u22a2] = ACTIONS(224), + [anon_sym_reverse] = ACTIONS(224), + [anon_sym_u21cc] = ACTIONS(224), + [anon_sym_deshape] = ACTIONS(224), + [anon_sym_u266d] = ACTIONS(224), + [anon_sym_bits] = ACTIONS(224), + [anon_sym_u22ef] = ACTIONS(224), + [anon_sym_transpose] = ACTIONS(224), + [anon_sym_u2349] = ACTIONS(224), + [anon_sym_rise] = ACTIONS(224), + [anon_sym_u234f] = ACTIONS(224), + [anon_sym_fall] = ACTIONS(224), + [anon_sym_u2356] = ACTIONS(224), + [anon_sym_where] = ACTIONS(224), + [anon_sym_u229a] = ACTIONS(224), + [anon_sym_classify] = ACTIONS(224), + [anon_sym_u229b] = ACTIONS(224), + [anon_sym_deduplicate] = ACTIONS(224), + [anon_sym_u25f4] = ACTIONS(224), + [anon_sym_box] = ACTIONS(224), + [anon_sym_u25a1] = ACTIONS(224), + [anon_sym_match] = ACTIONS(224), + [anon_sym_u224d] = ACTIONS(224), + [anon_sym_couple] = ACTIONS(224), + [anon_sym_u229f] = ACTIONS(224), + [anon_sym_join] = ACTIONS(224), + [anon_sym_u2282] = ACTIONS(224), + [anon_sym_select] = ACTIONS(224), + [anon_sym_u228f] = ACTIONS(224), + [anon_sym_pick] = ACTIONS(224), + [anon_sym_u22a1] = ACTIONS(224), + [anon_sym_reshape] = ACTIONS(224), + [anon_sym_u21af] = ACTIONS(224), + [anon_sym_take] = ACTIONS(224), + [anon_sym_u2199] = ACTIONS(224), + [anon_sym_drop] = ACTIONS(224), + [anon_sym_u2198] = ACTIONS(224), + [anon_sym_rotate] = ACTIONS(224), + [anon_sym_u21bb] = ACTIONS(224), + [anon_sym_windows] = ACTIONS(224), + [anon_sym_u25eb] = ACTIONS(224), + [anon_sym_keep] = ACTIONS(224), + [anon_sym_u25bd] = ACTIONS(224), + [anon_sym_find] = ACTIONS(224), + [anon_sym_u2315] = ACTIONS(224), + [anon_sym_indexof] = ACTIONS(224), + [anon_sym_u2297] = ACTIONS(224), + [anon_sym_assert] = ACTIONS(224), + [anon_sym_u2364] = ACTIONS(224), + [anon_sym_wait] = ACTIONS(224), + [anon_sym_parse] = ACTIONS(224), + [anon_sym_u22d5] = ACTIONS(224), + [anon_sym_random] = ACTIONS(224), + [anon_sym_u2682] = ACTIONS(224), + [anon_sym_gen] = ACTIONS(224), + [anon_sym_tag] = ACTIONS(224), + [anon_sym_now] = ACTIONS(224), + [anon_sym_type] = ACTIONS(224), + [anon_sym_u2e2e] = ACTIONS(224), + [anon_sym_dump] = ACTIONS(224), + [anon_sym_regex] = ACTIONS(224), + [anon_sym_send] = ACTIONS(224), + [anon_sym_recv] = ACTIONS(224), + [anon_sym_tryrecv] = ACTIONS(224), + [anon_sym_complex] = ACTIONS(224), + [anon_sym_u2102] = ACTIONS(224), + [anon_sym_rerank] = ACTIONS(224), + [anon_sym_u2607] = ACTIONS(224), + [anon_sym_fix] = ACTIONS(224), + [anon_sym_u00a4] = ACTIONS(224), + [anon_sym_QMARK] = ACTIONS(224), + [anon_sym_unique] = ACTIONS(224), + [anon_sym_u25f0] = ACTIONS(224), + [anon_sym_map] = ACTIONS(224), + [anon_sym_has] = ACTIONS(224), + [anon_sym_get] = ACTIONS(224), + [anon_sym_insert] = ACTIONS(224), + [anon_sym_remove] = ACTIONS(224), + [anon_sym_repr] = ACTIONS(224), + [anon_sym_mask] = ACTIONS(224), + [anon_sym_u29b7] = ACTIONS(224), + [anon_sym_csv] = ACTIONS(224), + [anon_sym_json] = ACTIONS(224), + [anon_sym_xlsx] = ACTIONS(224), + [anon_sym_memberOf] = ACTIONS(224), + [anon_sym_u2208] = ACTIONS(224), + [anon_sym_imen] = ACTIONS(224), + [anon_sym_gife] = ACTIONS(224), + [anon_sym_auden] = ACTIONS(224), + [anon_sym_utfu2088] = ACTIONS(224), + [anon_sym_datetime] = ACTIONS(224), + [anon_sym_choose] = ACTIONS(224), + [anon_sym_permute] = ACTIONS(224), + [anon_sym_orient] = ACTIONS(224), + [anon_sym_u2938] = ACTIONS(224), + [anon_sym_fft] = ACTIONS(224), + [anon_sym_graphemes] = ACTIONS(224), + [anon_sym_timezone] = ACTIONS(224), + [anon_sym_around] = ACTIONS(224), + [anon_sym_u2019] = ACTIONS(224), + [anon_sym_base] = ACTIONS(224), + [anon_sym_sort] = ACTIONS(224), + [anon_sym_u2346] = ACTIONS(224), + [anon_sym_last] = ACTIONS(224), + [anon_sym_u22a3] = ACTIONS(224), + [anon_sym_reduce] = ACTIONS(224), + [anon_sym_SLASH] = ACTIONS(224), + [anon_sym_scan] = ACTIONS(224), + [anon_sym_BSLASH] = ACTIONS(224), + [anon_sym_each] = ACTIONS(224), + [anon_sym_u2235] = ACTIONS(224), + [anon_sym_rows] = ACTIONS(224), + [anon_sym_u2261] = ACTIONS(224), + [anon_sym_repeat] = ACTIONS(224), + [anon_sym_u2365] = ACTIONS(224), + [anon_sym_dip] = ACTIONS(224), + [anon_sym_u2299] = ACTIONS(224), + [anon_sym_gap] = ACTIONS(224), + [anon_sym_u22c5] = ACTIONS(224), + [anon_sym_spawn] = ACTIONS(224), + [anon_sym_rectify] = ACTIONS(224), + [anon_sym_u2305] = ACTIONS(224), + [anon_sym_un] = ACTIONS(624), + [anon_sym_u00b0] = ACTIONS(224), + [anon_sym_on] = ACTIONS(624), + [anon_sym_u27dc] = ACTIONS(224), + [anon_sym_inventory] = ACTIONS(224), + [anon_sym_u235a] = ACTIONS(224), + [anon_sym_content] = ACTIONS(224), + [anon_sym_u25c7] = ACTIONS(224), + [anon_sym_pool] = ACTIONS(224), + [anon_sym_stringify] = ACTIONS(224), + [anon_sym_signature] = ACTIONS(224), + [anon_sym_triangle] = ACTIONS(224), + [anon_sym_u25f9] = ACTIONS(224), + [anon_sym_astar] = ACTIONS(224), + [anon_sym_with] = ACTIONS(224), + [anon_sym_u2919] = ACTIONS(224), + [anon_sym_off] = ACTIONS(224), + [anon_sym_u291a] = ACTIONS(224), + [anon_sym_above] = ACTIONS(224), + [anon_sym_u25e0] = ACTIONS(224), + [anon_sym_below] = ACTIONS(224), + [anon_sym_u25e1] = ACTIONS(224), + [anon_sym_anti] = ACTIONS(224), + [anon_sym_u231d] = ACTIONS(224), + [anon_sym_obverse] = ACTIONS(224), + [anon_sym_toples] = ACTIONS(224), + [anon_sym_u29c5] = ACTIONS(224), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(224), + [anon_sym_fold] = ACTIONS(224), + [anon_sym_u2227] = ACTIONS(224), + [anon_sym_table] = ACTIONS(224), + [anon_sym_u229e] = ACTIONS(224), + [anon_sym_group] = ACTIONS(224), + [anon_sym_u2295] = ACTIONS(224), + [anon_sym_partition] = ACTIONS(224), + [anon_sym_u229c] = ACTIONS(224), + [anon_sym_both] = ACTIONS(224), + [anon_sym_u2229] = ACTIONS(224), + [anon_sym_bracket] = ACTIONS(224), + [anon_sym_u2293] = ACTIONS(224), + [anon_sym_fork] = ACTIONS(224), + [anon_sym_u2283] = ACTIONS(224), + [anon_sym_under] = ACTIONS(224), + [anon_sym_u235c] = ACTIONS(224), + [anon_sym_fill] = ACTIONS(224), + [anon_sym_u2b1a] = ACTIONS(224), + [anon_sym_try] = ACTIONS(624), + [anon_sym_u2363] = ACTIONS(224), + [anon_sym_do] = ACTIONS(624), + [anon_sym_u2362] = ACTIONS(224), + [anon_sym_f] = ACTIONS(624), + [anon_sym_by] = ACTIONS(624), + [anon_sym_u22b8] = ACTIONS(224), + [anon_sym_quote] = ACTIONS(224), + [anon_sym_u2765] = ACTIONS(224), + [anon_sym_u2192] = ACTIONS(224), + [anon_sym_u2237] = ACTIONS(224), + [anon_sym_u00b7] = ACTIONS(224), + [anon_sym_u235b] = ACTIONS(224), + [anon_sym_u2302] = ACTIONS(224), + [anon_sym_u21b0] = ACTIONS(224), + [anon_sym_unpack] = ACTIONS(224), + [anon_sym_u2290] = ACTIONS(224), + [anon_sym_u229d] = ACTIONS(224), + [anon_sym_cross] = ACTIONS(224), + [anon_sym_u22a0] = ACTIONS(224), + [anon_sym_SEMI] = ACTIONS(224), + [anon_sym_deal] = ACTIONS(224), + [anon_sym_member] = ACTIONS(624), + [anon_sym_u220a] = ACTIONS(224), + [anon_sym_coordinate] = ACTIONS(224), + [anon_sym_u27d4] = ACTIONS(224), + [anon_sym_u03bb] = ACTIONS(224), + [anon_sym_u22ca] = ACTIONS(224), + [anon_sym_chunk] = ACTIONS(224), + [anon_sym_u2444] = ACTIONS(224), + [anon_sym_setinv] = ACTIONS(224), + [anon_sym_setund] = ACTIONS(224), + [anon_sym_struct] = ACTIONS(224), + [sym__endOfLine] = ACTIONS(5), }, [120] = { - [ts_builtin_sym_end] = ACTIONS(570), - [aux_sym_number_token1] = ACTIONS(568), - [sym_fraction] = ACTIONS(570), - [anon_sym_Days] = ACTIONS(568), - [anon_sym_Months] = ACTIONS(568), - [anon_sym_MonthDays] = ACTIONS(568), - [anon_sym_LeanMonthDays] = ACTIONS(568), - [anon_sym_White] = ACTIONS(568), - [anon_sym_Black] = ACTIONS(568), - [anon_sym_Red] = ACTIONS(568), - [anon_sym_Orange] = ACTIONS(568), - [anon_sym_Yellow] = ACTIONS(568), - [anon_sym_Green] = ACTIONS(568), - [anon_sym_Cyan] = ACTIONS(568), - [anon_sym_Blue] = ACTIONS(568), - [anon_sym_Purple] = ACTIONS(568), - [anon_sym_Magenta] = ACTIONS(568), - [anon_sym_Gay] = ACTIONS(568), - [anon_sym_Lesbian] = ACTIONS(568), - [anon_sym_Bi] = ACTIONS(568), - [anon_sym_Trans] = ACTIONS(568), - [anon_sym_Pan] = ACTIONS(568), - [anon_sym_Ace] = ACTIONS(568), - [anon_sym_Aro] = ACTIONS(568), - [anon_sym_Aroace] = ACTIONS(568), - [anon_sym_Enby] = ACTIONS(568), - [anon_sym_Fluid] = ACTIONS(568), - [anon_sym_Queer] = ACTIONS(568), - [anon_sym_Agender] = ACTIONS(568), - [anon_sym_PrideFlags] = ACTIONS(568), - [anon_sym_PrideFlagNames] = ACTIONS(568), - [anon_sym_True] = ACTIONS(568), - [anon_sym_False] = ACTIONS(568), - [anon_sym_NULL] = ACTIONS(568), - [anon_sym_Logo] = ACTIONS(568), - [anon_sym_Lena] = ACTIONS(568), - [anon_sym_Music] = ACTIONS(568), - [anon_sym_Lorem] = ACTIONS(568), - [anon_sym_Os] = ACTIONS(568), - [anon_sym_Family] = ACTIONS(568), - [anon_sym_Arch] = ACTIONS(568), - [anon_sym_ExeExt] = ACTIONS(568), - [anon_sym_DllExt] = ACTIONS(568), - [anon_sym_Sep] = ACTIONS(568), - [anon_sym_ThisFile] = ACTIONS(568), - [anon_sym_ThisFileName] = ACTIONS(568), - [anon_sym_ThisFileDir] = ACTIONS(568), - [anon_sym_WorkingDir] = ACTIONS(568), - [anon_sym_NumProcs] = ACTIONS(568), - [anon_sym_Planets] = ACTIONS(568), - [anon_sym_Zodiac] = ACTIONS(568), - [anon_sym_Suits] = ACTIONS(568), - [anon_sym_Cards] = ACTIONS(568), - [anon_sym_Chess] = ACTIONS(568), - [anon_sym_Moon] = ACTIONS(568), - [anon_sym_Skin] = ACTIONS(568), - [anon_sym_People] = ACTIONS(568), - [anon_sym_Hair] = ACTIONS(568), - [aux_sym_character_token1] = ACTIONS(570), - [sym_string] = ACTIONS(570), - [sym_multiLineString] = ACTIONS(570), - [sym_identifier] = ACTIONS(568), - [sym_identifierDeprecated] = ACTIONS(568), - [sym_system] = ACTIONS(570), - [sym_comment] = ACTIONS(568), - [sym_openParen] = ACTIONS(570), - [sym_openCurly] = ACTIONS(570), - [sym_openBracket] = ACTIONS(570), - [sym_underscore] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_SQUOTE] = ACTIONS(568), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(570), - [anon_sym_e] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_eta] = ACTIONS(570), - [anon_sym_u03b7] = ACTIONS(568), - [anon_sym_pi] = ACTIONS(568), - [anon_sym_u03c0] = ACTIONS(568), - [anon_sym_tau] = ACTIONS(570), - [anon_sym_u03c4] = ACTIONS(568), - [anon_sym_infinity] = ACTIONS(570), - [anon_sym_u221e] = ACTIONS(570), - [anon_sym_W] = ACTIONS(568), - [anon_sym_i] = ACTIONS(568), - [anon_sym_MaxInt] = ACTIONS(568), - [anon_sym_HexDigits] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(570), - [anon_sym_COMMA] = ACTIONS(570), - [anon_sym_COLON] = ACTIONS(570), - [anon_sym_u25cc] = ACTIONS(570), - [anon_sym_identity] = ACTIONS(570), - [anon_sym_id] = ACTIONS(568), - [anon_sym_u2218] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_u00ac] = ACTIONS(570), - [anon_sym_sign] = ACTIONS(568), - [anon_sym_u00b1] = ACTIONS(570), - [anon_sym_BQUOTE] = ACTIONS(570), - [anon_sym_u00af] = ACTIONS(568), - [anon_sym_absolutevalue] = ACTIONS(570), - [anon_sym_u2335] = ACTIONS(570), - [anon_sym_sqrt] = ACTIONS(570), - [anon_sym_u221a] = ACTIONS(570), - [anon_sym_sine] = ACTIONS(570), - [anon_sym_u25cb] = ACTIONS(570), - [anon_sym_u223f] = ACTIONS(570), - [anon_sym_floor] = ACTIONS(570), - [anon_sym_u230a] = ACTIONS(570), - [anon_sym_ceiling] = ACTIONS(570), - [anon_sym_u2308] = ACTIONS(570), - [anon_sym_round] = ACTIONS(570), - [anon_sym_u2045] = ACTIONS(570), - [anon_sym_EQ] = ACTIONS(570), - [anon_sym_BANG_EQ] = ACTIONS(570), - [anon_sym_u2260] = ACTIONS(570), - [anon_sym_LT] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(570), - [anon_sym_u2264] = ACTIONS(570), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(570), - [anon_sym_u2265] = ACTIONS(570), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_u00d7] = ACTIONS(570), - [anon_sym_PERCENT] = ACTIONS(570), - [anon_sym_u00f7] = ACTIONS(570), - [anon_sym_modulus] = ACTIONS(570), - [anon_sym_u25ff] = ACTIONS(570), - [anon_sym_power] = ACTIONS(570), - [anon_sym_u207f] = ACTIONS(570), - [anon_sym_logarithm] = ACTIONS(570), - [anon_sym_u2099] = ACTIONS(570), - [anon_sym_minimum] = ACTIONS(570), - [anon_sym_u21a7] = ACTIONS(570), - [anon_sym_maximum] = ACTIONS(570), - [anon_sym_u21a5] = ACTIONS(570), - [anon_sym_atangent] = ACTIONS(570), - [anon_sym_u2220] = ACTIONS(570), - [anon_sym_length] = ACTIONS(570), - [anon_sym_u29fb] = ACTIONS(570), - [anon_sym_shape] = ACTIONS(570), - [anon_sym_u25b3] = ACTIONS(570), - [anon_sym_range] = ACTIONS(570), - [anon_sym_u21e1] = ACTIONS(570), - [anon_sym_first] = ACTIONS(570), - [anon_sym_u22a2] = ACTIONS(570), - [anon_sym_reverse] = ACTIONS(570), - [anon_sym_u21cc] = ACTIONS(570), - [anon_sym_deshape] = ACTIONS(570), - [anon_sym_u266d] = ACTIONS(570), - [anon_sym_bits] = ACTIONS(570), - [anon_sym_u22ef] = ACTIONS(570), - [anon_sym_transpose] = ACTIONS(570), - [anon_sym_u2349] = ACTIONS(570), - [anon_sym_rise] = ACTIONS(570), - [anon_sym_u234f] = ACTIONS(570), - [anon_sym_fall] = ACTIONS(570), - [anon_sym_u2356] = ACTIONS(570), - [anon_sym_where] = ACTIONS(570), - [anon_sym_u229a] = ACTIONS(570), - [anon_sym_classify] = ACTIONS(570), - [anon_sym_u229b] = ACTIONS(570), - [anon_sym_deduplicate] = ACTIONS(570), - [anon_sym_u25f4] = ACTIONS(570), - [anon_sym_box] = ACTIONS(570), - [anon_sym_u25a1] = ACTIONS(570), - [anon_sym_match] = ACTIONS(570), - [anon_sym_u224d] = ACTIONS(570), - [anon_sym_couple] = ACTIONS(570), - [anon_sym_u229f] = ACTIONS(570), - [anon_sym_join] = ACTIONS(570), - [anon_sym_u2282] = ACTIONS(570), - [anon_sym_select] = ACTIONS(570), - [anon_sym_u228f] = ACTIONS(570), - [anon_sym_pick] = ACTIONS(570), - [anon_sym_u22a1] = ACTIONS(570), - [anon_sym_reshape] = ACTIONS(570), - [anon_sym_u21af] = ACTIONS(570), - [anon_sym_take] = ACTIONS(570), - [anon_sym_u2199] = ACTIONS(570), - [anon_sym_drop] = ACTIONS(570), - [anon_sym_u2198] = ACTIONS(570), - [anon_sym_rotate] = ACTIONS(570), - [anon_sym_u21bb] = ACTIONS(570), - [anon_sym_windows] = ACTIONS(570), - [anon_sym_u25eb] = ACTIONS(570), - [anon_sym_keep] = ACTIONS(570), - [anon_sym_u25bd] = ACTIONS(570), - [anon_sym_find] = ACTIONS(570), - [anon_sym_u2315] = ACTIONS(570), - [anon_sym_indexof] = ACTIONS(570), - [anon_sym_u2297] = ACTIONS(570), - [anon_sym_assert] = ACTIONS(570), - [anon_sym_u2364] = ACTIONS(570), - [anon_sym_wait] = ACTIONS(570), - [anon_sym_parse] = ACTIONS(570), - [anon_sym_u22d5] = ACTIONS(570), - [anon_sym_random] = ACTIONS(570), - [anon_sym_u2682] = ACTIONS(570), - [anon_sym_gen] = ACTIONS(570), - [anon_sym_tag] = ACTIONS(570), - [anon_sym_now] = ACTIONS(570), - [anon_sym_type] = ACTIONS(570), - [anon_sym_u2e2e] = ACTIONS(570), - [anon_sym_dump] = ACTIONS(570), - [anon_sym_regex] = ACTIONS(570), - [anon_sym_send] = ACTIONS(570), - [anon_sym_recv] = ACTIONS(570), - [anon_sym_tryrecv] = ACTIONS(570), - [anon_sym_complex] = ACTIONS(570), - [anon_sym_u2102] = ACTIONS(570), - [anon_sym_rerank] = ACTIONS(570), - [anon_sym_u2607] = ACTIONS(570), - [anon_sym_fix] = ACTIONS(570), - [anon_sym_u00a4] = ACTIONS(570), - [anon_sym_QMARK] = ACTIONS(570), - [anon_sym_unique] = ACTIONS(570), - [anon_sym_u25f0] = ACTIONS(570), - [anon_sym_map] = ACTIONS(570), - [anon_sym_has] = ACTIONS(570), - [anon_sym_get] = ACTIONS(570), - [anon_sym_insert] = ACTIONS(570), - [anon_sym_remove] = ACTIONS(570), - [anon_sym_repr] = ACTIONS(570), - [anon_sym_mask] = ACTIONS(570), - [anon_sym_u29b7] = ACTIONS(570), - [anon_sym_csv] = ACTIONS(570), - [anon_sym_json] = ACTIONS(570), - [anon_sym_xlsx] = ACTIONS(570), - [anon_sym_memberOf] = ACTIONS(570), - [anon_sym_u2208] = ACTIONS(570), - [anon_sym_imen] = ACTIONS(570), - [anon_sym_gife] = ACTIONS(570), - [anon_sym_auden] = ACTIONS(570), - [anon_sym_utfu2088] = ACTIONS(570), - [anon_sym_datetime] = ACTIONS(570), - [anon_sym_chunk] = ACTIONS(570), - [anon_sym_u2444] = ACTIONS(570), - [anon_sym_choose] = ACTIONS(570), - [anon_sym_permute] = ACTIONS(570), - [anon_sym_orient] = ACTIONS(570), - [anon_sym_fft] = ACTIONS(570), - [anon_sym_reduce] = ACTIONS(570), - [anon_sym_SLASH] = ACTIONS(570), - [anon_sym_scan] = ACTIONS(570), - [anon_sym_BSLASH] = ACTIONS(570), - [anon_sym_each] = ACTIONS(570), - [anon_sym_u2235] = ACTIONS(570), - [anon_sym_rows] = ACTIONS(570), - [anon_sym_u2261] = ACTIONS(570), - [anon_sym_repeat] = ACTIONS(570), - [anon_sym_u2365] = ACTIONS(570), - [anon_sym_dip] = ACTIONS(570), - [anon_sym_u2299] = ACTIONS(570), - [anon_sym_gap] = ACTIONS(570), - [anon_sym_u22c5] = ACTIONS(570), - [anon_sym_spawn] = ACTIONS(570), - [anon_sym_rectify] = ACTIONS(570), - [anon_sym_u2305] = ACTIONS(570), - [anon_sym_un] = ACTIONS(568), - [anon_sym_u00b0] = ACTIONS(570), - [anon_sym_on] = ACTIONS(568), - [anon_sym_u27dc] = ACTIONS(570), - [anon_sym_inventory] = ACTIONS(570), - [anon_sym_u235a] = ACTIONS(570), - [anon_sym_content] = ACTIONS(570), - [anon_sym_u25c7] = ACTIONS(570), - [anon_sym_pool] = ACTIONS(570), - [anon_sym_stringify] = ACTIONS(570), - [anon_sym_signature] = ACTIONS(570), - [anon_sym_triangle] = ACTIONS(570), - [anon_sym_u25f9] = ACTIONS(570), - [anon_sym_astar] = ACTIONS(570), - [anon_sym_but] = ACTIONS(570), - [anon_sym_u2919] = ACTIONS(570), - [anon_sym_with] = ACTIONS(570), - [anon_sym_u291a] = ACTIONS(570), - [anon_sym_above] = ACTIONS(570), - [anon_sym_u25e0] = ACTIONS(570), - [anon_sym_below] = ACTIONS(570), - [anon_sym_u25e1] = ACTIONS(570), - [anon_sym_fold] = ACTIONS(570), - [anon_sym_u2227] = ACTIONS(570), - [anon_sym_table] = ACTIONS(570), - [anon_sym_u229e] = ACTIONS(570), - [anon_sym_group] = ACTIONS(570), - [anon_sym_u2295] = ACTIONS(570), - [anon_sym_partition] = ACTIONS(570), - [anon_sym_u229c] = ACTIONS(570), - [anon_sym_both] = ACTIONS(570), - [anon_sym_u2229] = ACTIONS(570), - [anon_sym_bracket] = ACTIONS(570), - [anon_sym_u2293] = ACTIONS(570), - [anon_sym_fork] = ACTIONS(570), - [anon_sym_u2283] = ACTIONS(570), - [anon_sym_under] = ACTIONS(570), - [anon_sym_u235c] = ACTIONS(570), - [anon_sym_fill] = ACTIONS(570), - [anon_sym_u2b1a] = ACTIONS(570), - [anon_sym_try] = ACTIONS(568), - [anon_sym_u2363] = ACTIONS(570), - [anon_sym_do] = ACTIONS(568), - [anon_sym_u2362] = ACTIONS(570), - [anon_sym_setinv] = ACTIONS(570), - [anon_sym_setunder] = ACTIONS(570), - [anon_sym_f] = ACTIONS(568), - [anon_sym_by] = ACTIONS(568), - [anon_sym_u22b8] = ACTIONS(570), - [anon_sym_quote] = ACTIONS(570), - [anon_sym_struct] = ACTIONS(570), - [anon_sym_u2765] = ACTIONS(570), - [anon_sym_u2192] = ACTIONS(570), - [anon_sym_u2237] = ACTIONS(570), - [anon_sym_u00b7] = ACTIONS(570), - [anon_sym_u235b] = ACTIONS(570), - [anon_sym_u2302] = ACTIONS(570), - [anon_sym_u21b0] = ACTIONS(570), - [anon_sym_unpack] = ACTIONS(570), - [anon_sym_u2290] = ACTIONS(570), - [anon_sym_u229d] = ACTIONS(570), - [anon_sym_cross] = ACTIONS(570), - [anon_sym_u22a0] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(570), - [anon_sym_deal] = ACTIONS(570), - [anon_sym_strands] = ACTIONS(570), - [anon_sym_u203f] = ACTIONS(570), - [anon_sym_member] = ACTIONS(568), - [anon_sym_u220a] = ACTIONS(570), - [anon_sym_coordinate] = ACTIONS(570), - [anon_sym_u27d4] = ACTIONS(570), - [anon_sym_u03bb] = ACTIONS(570), - [anon_sym_u22ca] = ACTIONS(570), - [sym__endOfLine] = ACTIONS(570), + [ts_builtin_sym_end] = ACTIONS(576), + [aux_sym_number_token1] = ACTIONS(574), + [sym_fraction] = ACTIONS(576), + [anon_sym_Days] = ACTIONS(574), + [anon_sym_Months] = ACTIONS(574), + [anon_sym_MonthDays] = ACTIONS(574), + [anon_sym_LeanMonthDays] = ACTIONS(574), + [anon_sym_White] = ACTIONS(574), + [anon_sym_Black] = ACTIONS(574), + [anon_sym_Red] = ACTIONS(574), + [anon_sym_Orange] = ACTIONS(574), + [anon_sym_Yellow] = ACTIONS(574), + [anon_sym_Green] = ACTIONS(574), + [anon_sym_Cyan] = ACTIONS(574), + [anon_sym_Blue] = ACTIONS(574), + [anon_sym_Purple] = ACTIONS(574), + [anon_sym_Magenta] = ACTIONS(574), + [anon_sym_Gay] = ACTIONS(574), + [anon_sym_Lesbian] = ACTIONS(574), + [anon_sym_Bi] = ACTIONS(574), + [anon_sym_Trans] = ACTIONS(574), + [anon_sym_Pan] = ACTIONS(574), + [anon_sym_Ace] = ACTIONS(574), + [anon_sym_Aro] = ACTIONS(574), + [anon_sym_Aroace] = ACTIONS(574), + [anon_sym_Enby] = ACTIONS(574), + [anon_sym_Fluid] = ACTIONS(574), + [anon_sym_Queer] = ACTIONS(574), + [anon_sym_Agender] = ACTIONS(574), + [anon_sym_PrideFlags] = ACTIONS(574), + [anon_sym_PrideFlagNames] = ACTIONS(574), + [anon_sym_True] = ACTIONS(574), + [anon_sym_False] = ACTIONS(574), + [anon_sym_NULL] = ACTIONS(574), + [anon_sym_Logo] = ACTIONS(574), + [anon_sym_Lena] = ACTIONS(574), + [anon_sym_Music] = ACTIONS(574), + [anon_sym_Lorem] = ACTIONS(574), + [anon_sym_Os] = ACTIONS(574), + [anon_sym_Family] = ACTIONS(574), + [anon_sym_Arch] = ACTIONS(574), + [anon_sym_ExeExt] = ACTIONS(574), + [anon_sym_DllExt] = ACTIONS(574), + [anon_sym_Sep] = ACTIONS(574), + [anon_sym_ThisFile] = ACTIONS(574), + [anon_sym_ThisFileName] = ACTIONS(574), + [anon_sym_ThisFileDir] = ACTIONS(574), + [anon_sym_WorkingDir] = ACTIONS(574), + [anon_sym_NumProcs] = ACTIONS(574), + [anon_sym_Planets] = ACTIONS(574), + [anon_sym_Zodiac] = ACTIONS(574), + [anon_sym_Suits] = ACTIONS(574), + [anon_sym_Cards] = ACTIONS(574), + [anon_sym_Chess] = ACTIONS(574), + [anon_sym_Moon] = ACTIONS(574), + [anon_sym_Skin] = ACTIONS(574), + [anon_sym_People] = ACTIONS(574), + [anon_sym_Hair] = ACTIONS(574), + [anon_sym_Cat] = ACTIONS(574), + [aux_sym_character_token1] = ACTIONS(576), + [sym_string] = ACTIONS(576), + [sym_multiLineString] = ACTIONS(576), + [sym_identifier] = ACTIONS(574), + [sym_identifierDeprecated] = ACTIONS(574), + [sym_system] = ACTIONS(576), + [sym_comment] = ACTIONS(574), + [sym_openParen] = ACTIONS(576), + [sym_openCurly] = ACTIONS(576), + [sym_openBracket] = ACTIONS(574), + [sym_underscore] = ACTIONS(576), + [anon_sym_CARET] = ACTIONS(576), + [anon_sym_SQUOTE] = ACTIONS(574), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(576), + [anon_sym_e] = ACTIONS(574), + [anon_sym_NaN] = ACTIONS(574), + [anon_sym_eta] = ACTIONS(576), + [anon_sym_u03b7] = ACTIONS(574), + [anon_sym_pi] = ACTIONS(574), + [anon_sym_u03c0] = ACTIONS(574), + [anon_sym_tau] = ACTIONS(576), + [anon_sym_u03c4] = ACTIONS(574), + [anon_sym_infinity] = ACTIONS(576), + [anon_sym_u221e] = ACTIONS(576), + [anon_sym_W] = ACTIONS(574), + [anon_sym_i] = ACTIONS(574), + [anon_sym_MaxInt] = ACTIONS(574), + [anon_sym_HexDigits] = ACTIONS(574), + [anon_sym_DOT] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(576), + [anon_sym_u25cc] = ACTIONS(576), + [anon_sym_identity] = ACTIONS(576), + [anon_sym_id] = ACTIONS(574), + [anon_sym_u2218] = ACTIONS(576), + [anon_sym_not] = ACTIONS(576), + [anon_sym_u00ac] = ACTIONS(576), + [anon_sym_sign] = ACTIONS(574), + [anon_sym_u00b1] = ACTIONS(576), + [anon_sym_BQUOTE] = ACTIONS(576), + [anon_sym_u00af] = ACTIONS(574), + [anon_sym_absolutevalue] = ACTIONS(576), + [anon_sym_u2335] = ACTIONS(576), + [anon_sym_sqrt] = ACTIONS(576), + [anon_sym_u221a] = ACTIONS(576), + [anon_sym_sine] = ACTIONS(576), + [anon_sym_u25cb] = ACTIONS(576), + [anon_sym_u223f] = ACTIONS(576), + [anon_sym_floor] = ACTIONS(576), + [anon_sym_u230a] = ACTIONS(576), + [anon_sym_ceiling] = ACTIONS(576), + [anon_sym_u2308] = ACTIONS(576), + [anon_sym_round] = ACTIONS(576), + [anon_sym_u2045] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_u2260] = ACTIONS(576), + [anon_sym_LT] = ACTIONS(574), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_u2264] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(574), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_u2265] = ACTIONS(576), + [anon_sym_PLUS] = ACTIONS(576), + [anon_sym_DASH] = ACTIONS(576), + [anon_sym_STAR] = ACTIONS(576), + [anon_sym_u00d7] = ACTIONS(576), + [anon_sym_PERCENT] = ACTIONS(576), + [anon_sym_u00f7] = ACTIONS(576), + [anon_sym_modulus] = ACTIONS(576), + [anon_sym_u25ff] = ACTIONS(576), + [anon_sym_power] = ACTIONS(576), + [anon_sym_u207f] = ACTIONS(576), + [anon_sym_logarithm] = ACTIONS(576), + [anon_sym_u2099] = ACTIONS(576), + [anon_sym_minimum] = ACTIONS(576), + [anon_sym_u21a7] = ACTIONS(576), + [anon_sym_maximum] = ACTIONS(576), + [anon_sym_u21a5] = ACTIONS(576), + [anon_sym_atangent] = ACTIONS(576), + [anon_sym_u2220] = ACTIONS(576), + [anon_sym_length] = ACTIONS(576), + [anon_sym_u29fb] = ACTIONS(576), + [anon_sym_shape] = ACTIONS(576), + [anon_sym_u25b3] = ACTIONS(576), + [anon_sym_range] = ACTIONS(576), + [anon_sym_u21e1] = ACTIONS(576), + [anon_sym_first] = ACTIONS(576), + [anon_sym_u22a2] = ACTIONS(576), + [anon_sym_reverse] = ACTIONS(576), + [anon_sym_u21cc] = ACTIONS(576), + [anon_sym_deshape] = ACTIONS(576), + [anon_sym_u266d] = ACTIONS(576), + [anon_sym_bits] = ACTIONS(576), + [anon_sym_u22ef] = ACTIONS(576), + [anon_sym_transpose] = ACTIONS(576), + [anon_sym_u2349] = ACTIONS(576), + [anon_sym_rise] = ACTIONS(576), + [anon_sym_u234f] = ACTIONS(576), + [anon_sym_fall] = ACTIONS(576), + [anon_sym_u2356] = ACTIONS(576), + [anon_sym_where] = ACTIONS(576), + [anon_sym_u229a] = ACTIONS(576), + [anon_sym_classify] = ACTIONS(576), + [anon_sym_u229b] = ACTIONS(576), + [anon_sym_deduplicate] = ACTIONS(576), + [anon_sym_u25f4] = ACTIONS(576), + [anon_sym_box] = ACTIONS(576), + [anon_sym_u25a1] = ACTIONS(576), + [anon_sym_match] = ACTIONS(576), + [anon_sym_u224d] = ACTIONS(576), + [anon_sym_couple] = ACTIONS(576), + [anon_sym_u229f] = ACTIONS(576), + [anon_sym_join] = ACTIONS(576), + [anon_sym_u2282] = ACTIONS(576), + [anon_sym_select] = ACTIONS(576), + [anon_sym_u228f] = ACTIONS(576), + [anon_sym_pick] = ACTIONS(576), + [anon_sym_u22a1] = ACTIONS(576), + [anon_sym_reshape] = ACTIONS(576), + [anon_sym_u21af] = ACTIONS(576), + [anon_sym_take] = ACTIONS(576), + [anon_sym_u2199] = ACTIONS(576), + [anon_sym_drop] = ACTIONS(576), + [anon_sym_u2198] = ACTIONS(576), + [anon_sym_rotate] = ACTIONS(576), + [anon_sym_u21bb] = ACTIONS(576), + [anon_sym_windows] = ACTIONS(576), + [anon_sym_u25eb] = ACTIONS(576), + [anon_sym_keep] = ACTIONS(576), + [anon_sym_u25bd] = ACTIONS(576), + [anon_sym_find] = ACTIONS(576), + [anon_sym_u2315] = ACTIONS(576), + [anon_sym_indexof] = ACTIONS(576), + [anon_sym_u2297] = ACTIONS(576), + [anon_sym_assert] = ACTIONS(576), + [anon_sym_u2364] = ACTIONS(576), + [anon_sym_wait] = ACTIONS(576), + [anon_sym_parse] = ACTIONS(576), + [anon_sym_u22d5] = ACTIONS(576), + [anon_sym_random] = ACTIONS(576), + [anon_sym_u2682] = ACTIONS(576), + [anon_sym_gen] = ACTIONS(576), + [anon_sym_tag] = ACTIONS(576), + [anon_sym_now] = ACTIONS(576), + [anon_sym_type] = ACTIONS(576), + [anon_sym_u2e2e] = ACTIONS(576), + [anon_sym_dump] = ACTIONS(576), + [anon_sym_regex] = ACTIONS(576), + [anon_sym_send] = ACTIONS(576), + [anon_sym_recv] = ACTIONS(576), + [anon_sym_tryrecv] = ACTIONS(576), + [anon_sym_complex] = ACTIONS(576), + [anon_sym_u2102] = ACTIONS(576), + [anon_sym_rerank] = ACTIONS(576), + [anon_sym_u2607] = ACTIONS(576), + [anon_sym_fix] = ACTIONS(576), + [anon_sym_u00a4] = ACTIONS(576), + [anon_sym_QMARK] = ACTIONS(576), + [anon_sym_unique] = ACTIONS(576), + [anon_sym_u25f0] = ACTIONS(576), + [anon_sym_map] = ACTIONS(576), + [anon_sym_has] = ACTIONS(576), + [anon_sym_get] = ACTIONS(576), + [anon_sym_insert] = ACTIONS(576), + [anon_sym_remove] = ACTIONS(576), + [anon_sym_repr] = ACTIONS(576), + [anon_sym_mask] = ACTIONS(576), + [anon_sym_u29b7] = ACTIONS(576), + [anon_sym_csv] = ACTIONS(576), + [anon_sym_json] = ACTIONS(576), + [anon_sym_xlsx] = ACTIONS(576), + [anon_sym_memberOf] = ACTIONS(576), + [anon_sym_u2208] = ACTIONS(576), + [anon_sym_imen] = ACTIONS(576), + [anon_sym_gife] = ACTIONS(576), + [anon_sym_auden] = ACTIONS(576), + [anon_sym_utfu2088] = ACTIONS(576), + [anon_sym_datetime] = ACTIONS(576), + [anon_sym_choose] = ACTIONS(576), + [anon_sym_permute] = ACTIONS(576), + [anon_sym_orient] = ACTIONS(576), + [anon_sym_u2938] = ACTIONS(576), + [anon_sym_fft] = ACTIONS(576), + [anon_sym_graphemes] = ACTIONS(576), + [anon_sym_timezone] = ACTIONS(576), + [anon_sym_around] = ACTIONS(576), + [anon_sym_u2019] = ACTIONS(576), + [anon_sym_base] = ACTIONS(576), + [anon_sym_sort] = ACTIONS(576), + [anon_sym_u2346] = ACTIONS(576), + [anon_sym_last] = ACTIONS(576), + [anon_sym_u22a3] = ACTIONS(576), + [anon_sym_reduce] = ACTIONS(576), + [anon_sym_SLASH] = ACTIONS(576), + [anon_sym_scan] = ACTIONS(576), + [anon_sym_BSLASH] = ACTIONS(576), + [anon_sym_each] = ACTIONS(576), + [anon_sym_u2235] = ACTIONS(576), + [anon_sym_rows] = ACTIONS(576), + [anon_sym_u2261] = ACTIONS(576), + [anon_sym_repeat] = ACTIONS(576), + [anon_sym_u2365] = ACTIONS(576), + [anon_sym_dip] = ACTIONS(576), + [anon_sym_u2299] = ACTIONS(576), + [anon_sym_gap] = ACTIONS(576), + [anon_sym_u22c5] = ACTIONS(576), + [anon_sym_spawn] = ACTIONS(576), + [anon_sym_rectify] = ACTIONS(576), + [anon_sym_u2305] = ACTIONS(576), + [anon_sym_un] = ACTIONS(574), + [anon_sym_u00b0] = ACTIONS(576), + [anon_sym_on] = ACTIONS(574), + [anon_sym_u27dc] = ACTIONS(576), + [anon_sym_inventory] = ACTIONS(576), + [anon_sym_u235a] = ACTIONS(576), + [anon_sym_content] = ACTIONS(576), + [anon_sym_u25c7] = ACTIONS(576), + [anon_sym_pool] = ACTIONS(576), + [anon_sym_stringify] = ACTIONS(576), + [anon_sym_signature] = ACTIONS(576), + [anon_sym_triangle] = ACTIONS(576), + [anon_sym_u25f9] = ACTIONS(576), + [anon_sym_astar] = ACTIONS(576), + [anon_sym_with] = ACTIONS(576), + [anon_sym_u2919] = ACTIONS(576), + [anon_sym_off] = ACTIONS(576), + [anon_sym_u291a] = ACTIONS(576), + [anon_sym_above] = ACTIONS(576), + [anon_sym_u25e0] = ACTIONS(576), + [anon_sym_below] = ACTIONS(576), + [anon_sym_u25e1] = ACTIONS(576), + [anon_sym_anti] = ACTIONS(576), + [anon_sym_u231d] = ACTIONS(576), + [anon_sym_obverse] = ACTIONS(576), + [anon_sym_toples] = ACTIONS(576), + [anon_sym_u29c5] = ACTIONS(576), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(576), + [anon_sym_fold] = ACTIONS(576), + [anon_sym_u2227] = ACTIONS(576), + [anon_sym_table] = ACTIONS(576), + [anon_sym_u229e] = ACTIONS(576), + [anon_sym_group] = ACTIONS(576), + [anon_sym_u2295] = ACTIONS(576), + [anon_sym_partition] = ACTIONS(576), + [anon_sym_u229c] = ACTIONS(576), + [anon_sym_both] = ACTIONS(576), + [anon_sym_u2229] = ACTIONS(576), + [anon_sym_bracket] = ACTIONS(576), + [anon_sym_u2293] = ACTIONS(576), + [anon_sym_fork] = ACTIONS(576), + [anon_sym_u2283] = ACTIONS(576), + [anon_sym_under] = ACTIONS(576), + [anon_sym_u235c] = ACTIONS(576), + [anon_sym_fill] = ACTIONS(576), + [anon_sym_u2b1a] = ACTIONS(576), + [anon_sym_try] = ACTIONS(574), + [anon_sym_u2363] = ACTIONS(576), + [anon_sym_do] = ACTIONS(574), + [anon_sym_u2362] = ACTIONS(576), + [anon_sym_f] = ACTIONS(574), + [anon_sym_by] = ACTIONS(574), + [anon_sym_u22b8] = ACTIONS(576), + [anon_sym_quote] = ACTIONS(576), + [anon_sym_u2765] = ACTIONS(576), + [anon_sym_u2192] = ACTIONS(576), + [anon_sym_u2237] = ACTIONS(576), + [anon_sym_u00b7] = ACTIONS(576), + [anon_sym_u235b] = ACTIONS(576), + [anon_sym_u2302] = ACTIONS(576), + [anon_sym_u21b0] = ACTIONS(576), + [anon_sym_unpack] = ACTIONS(576), + [anon_sym_u2290] = ACTIONS(576), + [anon_sym_u229d] = ACTIONS(576), + [anon_sym_cross] = ACTIONS(576), + [anon_sym_u22a0] = ACTIONS(576), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_deal] = ACTIONS(576), + [anon_sym_member] = ACTIONS(574), + [anon_sym_u220a] = ACTIONS(576), + [anon_sym_coordinate] = ACTIONS(576), + [anon_sym_u27d4] = ACTIONS(576), + [anon_sym_u03bb] = ACTIONS(576), + [anon_sym_u22ca] = ACTIONS(576), + [anon_sym_chunk] = ACTIONS(576), + [anon_sym_u2444] = ACTIONS(576), + [anon_sym_setinv] = ACTIONS(576), + [anon_sym_setund] = ACTIONS(576), + [anon_sym_struct] = ACTIONS(576), + [sym__endOfLine] = ACTIONS(576), }, [121] = { - [ts_builtin_sym_end] = ACTIONS(504), - [aux_sym_number_token1] = ACTIONS(502), - [sym_fraction] = ACTIONS(504), - [anon_sym_Days] = ACTIONS(502), - [anon_sym_Months] = ACTIONS(502), - [anon_sym_MonthDays] = ACTIONS(502), - [anon_sym_LeanMonthDays] = ACTIONS(502), - [anon_sym_White] = ACTIONS(502), - [anon_sym_Black] = ACTIONS(502), - [anon_sym_Red] = ACTIONS(502), - [anon_sym_Orange] = ACTIONS(502), - [anon_sym_Yellow] = ACTIONS(502), - [anon_sym_Green] = ACTIONS(502), - [anon_sym_Cyan] = ACTIONS(502), - [anon_sym_Blue] = ACTIONS(502), - [anon_sym_Purple] = ACTIONS(502), - [anon_sym_Magenta] = ACTIONS(502), - [anon_sym_Gay] = ACTIONS(502), - [anon_sym_Lesbian] = ACTIONS(502), - [anon_sym_Bi] = ACTIONS(502), - [anon_sym_Trans] = ACTIONS(502), - [anon_sym_Pan] = ACTIONS(502), - [anon_sym_Ace] = ACTIONS(502), - [anon_sym_Aro] = ACTIONS(502), - [anon_sym_Aroace] = ACTIONS(502), - [anon_sym_Enby] = ACTIONS(502), - [anon_sym_Fluid] = ACTIONS(502), - [anon_sym_Queer] = ACTIONS(502), - [anon_sym_Agender] = ACTIONS(502), - [anon_sym_PrideFlags] = ACTIONS(502), - [anon_sym_PrideFlagNames] = ACTIONS(502), - [anon_sym_True] = ACTIONS(502), - [anon_sym_False] = ACTIONS(502), - [anon_sym_NULL] = ACTIONS(502), - [anon_sym_Logo] = ACTIONS(502), - [anon_sym_Lena] = ACTIONS(502), - [anon_sym_Music] = ACTIONS(502), - [anon_sym_Lorem] = ACTIONS(502), - [anon_sym_Os] = ACTIONS(502), - [anon_sym_Family] = ACTIONS(502), - [anon_sym_Arch] = ACTIONS(502), - [anon_sym_ExeExt] = ACTIONS(502), - [anon_sym_DllExt] = ACTIONS(502), - [anon_sym_Sep] = ACTIONS(502), - [anon_sym_ThisFile] = ACTIONS(502), - [anon_sym_ThisFileName] = ACTIONS(502), - [anon_sym_ThisFileDir] = ACTIONS(502), - [anon_sym_WorkingDir] = ACTIONS(502), - [anon_sym_NumProcs] = ACTIONS(502), - [anon_sym_Planets] = ACTIONS(502), - [anon_sym_Zodiac] = ACTIONS(502), - [anon_sym_Suits] = ACTIONS(502), - [anon_sym_Cards] = ACTIONS(502), - [anon_sym_Chess] = ACTIONS(502), - [anon_sym_Moon] = ACTIONS(502), - [anon_sym_Skin] = ACTIONS(502), - [anon_sym_People] = ACTIONS(502), - [anon_sym_Hair] = ACTIONS(502), - [aux_sym_character_token1] = ACTIONS(504), - [sym_string] = ACTIONS(504), - [sym_multiLineString] = ACTIONS(504), - [sym_identifier] = ACTIONS(502), - [sym_identifierDeprecated] = ACTIONS(502), - [sym_system] = ACTIONS(504), - [sym_comment] = ACTIONS(502), - [sym_openParen] = ACTIONS(504), - [sym_openCurly] = ACTIONS(504), - [sym_openBracket] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_CARET] = ACTIONS(504), - [anon_sym_SQUOTE] = ACTIONS(502), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(504), - [anon_sym_e] = ACTIONS(502), - [anon_sym_NaN] = ACTIONS(502), - [anon_sym_eta] = ACTIONS(504), - [anon_sym_u03b7] = ACTIONS(502), - [anon_sym_pi] = ACTIONS(502), - [anon_sym_u03c0] = ACTIONS(502), - [anon_sym_tau] = ACTIONS(504), - [anon_sym_u03c4] = ACTIONS(502), - [anon_sym_infinity] = ACTIONS(504), - [anon_sym_u221e] = ACTIONS(504), - [anon_sym_W] = ACTIONS(502), - [anon_sym_i] = ACTIONS(502), - [anon_sym_MaxInt] = ACTIONS(502), - [anon_sym_HexDigits] = ACTIONS(502), - [anon_sym_DOT] = ACTIONS(504), - [anon_sym_COMMA] = ACTIONS(504), - [anon_sym_COLON] = ACTIONS(504), - [anon_sym_u25cc] = ACTIONS(504), - [anon_sym_identity] = ACTIONS(504), - [anon_sym_id] = ACTIONS(502), - [anon_sym_u2218] = ACTIONS(504), - [anon_sym_not] = ACTIONS(504), - [anon_sym_u00ac] = ACTIONS(504), - [anon_sym_sign] = ACTIONS(502), - [anon_sym_u00b1] = ACTIONS(504), - [anon_sym_BQUOTE] = ACTIONS(504), - [anon_sym_u00af] = ACTIONS(502), - [anon_sym_absolutevalue] = ACTIONS(504), - [anon_sym_u2335] = ACTIONS(504), - [anon_sym_sqrt] = ACTIONS(504), - [anon_sym_u221a] = ACTIONS(504), - [anon_sym_sine] = ACTIONS(504), - [anon_sym_u25cb] = ACTIONS(504), - [anon_sym_u223f] = ACTIONS(504), - [anon_sym_floor] = ACTIONS(504), - [anon_sym_u230a] = ACTIONS(504), - [anon_sym_ceiling] = ACTIONS(504), - [anon_sym_u2308] = ACTIONS(504), - [anon_sym_round] = ACTIONS(504), - [anon_sym_u2045] = ACTIONS(504), - [anon_sym_EQ] = ACTIONS(504), - [anon_sym_BANG_EQ] = ACTIONS(504), - [anon_sym_u2260] = ACTIONS(504), - [anon_sym_LT] = ACTIONS(502), - [anon_sym_LT_EQ] = ACTIONS(504), - [anon_sym_u2264] = ACTIONS(504), - [anon_sym_GT] = ACTIONS(502), - [anon_sym_GT_EQ] = ACTIONS(504), - [anon_sym_u2265] = ACTIONS(504), - [anon_sym_PLUS] = ACTIONS(504), - [anon_sym_DASH] = ACTIONS(504), - [anon_sym_STAR] = ACTIONS(504), - [anon_sym_u00d7] = ACTIONS(504), - [anon_sym_PERCENT] = ACTIONS(504), - [anon_sym_u00f7] = ACTIONS(504), - [anon_sym_modulus] = ACTIONS(504), - [anon_sym_u25ff] = ACTIONS(504), - [anon_sym_power] = ACTIONS(504), - [anon_sym_u207f] = ACTIONS(504), - [anon_sym_logarithm] = ACTIONS(504), - [anon_sym_u2099] = ACTIONS(504), - [anon_sym_minimum] = ACTIONS(504), - [anon_sym_u21a7] = ACTIONS(504), - [anon_sym_maximum] = ACTIONS(504), - [anon_sym_u21a5] = ACTIONS(504), - [anon_sym_atangent] = ACTIONS(504), - [anon_sym_u2220] = ACTIONS(504), - [anon_sym_length] = ACTIONS(504), - [anon_sym_u29fb] = ACTIONS(504), - [anon_sym_shape] = ACTIONS(504), - [anon_sym_u25b3] = ACTIONS(504), - [anon_sym_range] = ACTIONS(504), - [anon_sym_u21e1] = ACTIONS(504), - [anon_sym_first] = ACTIONS(504), - [anon_sym_u22a2] = ACTIONS(504), - [anon_sym_reverse] = ACTIONS(504), - [anon_sym_u21cc] = ACTIONS(504), - [anon_sym_deshape] = ACTIONS(504), - [anon_sym_u266d] = ACTIONS(504), - [anon_sym_bits] = ACTIONS(504), - [anon_sym_u22ef] = ACTIONS(504), - [anon_sym_transpose] = ACTIONS(504), - [anon_sym_u2349] = ACTIONS(504), - [anon_sym_rise] = ACTIONS(504), - [anon_sym_u234f] = ACTIONS(504), - [anon_sym_fall] = ACTIONS(504), - [anon_sym_u2356] = ACTIONS(504), - [anon_sym_where] = ACTIONS(504), - [anon_sym_u229a] = ACTIONS(504), - [anon_sym_classify] = ACTIONS(504), - [anon_sym_u229b] = ACTIONS(504), - [anon_sym_deduplicate] = ACTIONS(504), - [anon_sym_u25f4] = ACTIONS(504), - [anon_sym_box] = ACTIONS(504), - [anon_sym_u25a1] = ACTIONS(504), - [anon_sym_match] = ACTIONS(504), - [anon_sym_u224d] = ACTIONS(504), - [anon_sym_couple] = ACTIONS(504), - [anon_sym_u229f] = ACTIONS(504), - [anon_sym_join] = ACTIONS(504), - [anon_sym_u2282] = ACTIONS(504), - [anon_sym_select] = ACTIONS(504), - [anon_sym_u228f] = ACTIONS(504), - [anon_sym_pick] = ACTIONS(504), - [anon_sym_u22a1] = ACTIONS(504), - [anon_sym_reshape] = ACTIONS(504), - [anon_sym_u21af] = ACTIONS(504), - [anon_sym_take] = ACTIONS(504), - [anon_sym_u2199] = ACTIONS(504), - [anon_sym_drop] = ACTIONS(504), - [anon_sym_u2198] = ACTIONS(504), - [anon_sym_rotate] = ACTIONS(504), - [anon_sym_u21bb] = ACTIONS(504), - [anon_sym_windows] = ACTIONS(504), - [anon_sym_u25eb] = ACTIONS(504), - [anon_sym_keep] = ACTIONS(504), - [anon_sym_u25bd] = ACTIONS(504), - [anon_sym_find] = ACTIONS(504), - [anon_sym_u2315] = ACTIONS(504), - [anon_sym_indexof] = ACTIONS(504), - [anon_sym_u2297] = ACTIONS(504), - [anon_sym_assert] = ACTIONS(504), - [anon_sym_u2364] = ACTIONS(504), - [anon_sym_wait] = ACTIONS(504), - [anon_sym_parse] = ACTIONS(504), - [anon_sym_u22d5] = ACTIONS(504), - [anon_sym_random] = ACTIONS(504), - [anon_sym_u2682] = ACTIONS(504), - [anon_sym_gen] = ACTIONS(504), - [anon_sym_tag] = ACTIONS(504), - [anon_sym_now] = ACTIONS(504), - [anon_sym_type] = ACTIONS(504), - [anon_sym_u2e2e] = ACTIONS(504), - [anon_sym_dump] = ACTIONS(504), - [anon_sym_regex] = ACTIONS(504), - [anon_sym_send] = ACTIONS(504), - [anon_sym_recv] = ACTIONS(504), - [anon_sym_tryrecv] = ACTIONS(504), - [anon_sym_complex] = ACTIONS(504), - [anon_sym_u2102] = ACTIONS(504), - [anon_sym_rerank] = ACTIONS(504), - [anon_sym_u2607] = ACTIONS(504), - [anon_sym_fix] = ACTIONS(504), - [anon_sym_u00a4] = ACTIONS(504), - [anon_sym_QMARK] = ACTIONS(504), - [anon_sym_unique] = ACTIONS(504), - [anon_sym_u25f0] = ACTIONS(504), - [anon_sym_map] = ACTIONS(504), - [anon_sym_has] = ACTIONS(504), - [anon_sym_get] = ACTIONS(504), - [anon_sym_insert] = ACTIONS(504), - [anon_sym_remove] = ACTIONS(504), - [anon_sym_repr] = ACTIONS(504), - [anon_sym_mask] = ACTIONS(504), - [anon_sym_u29b7] = ACTIONS(504), - [anon_sym_csv] = ACTIONS(504), - [anon_sym_json] = ACTIONS(504), - [anon_sym_xlsx] = ACTIONS(504), - [anon_sym_memberOf] = ACTIONS(504), - [anon_sym_u2208] = ACTIONS(504), - [anon_sym_imen] = ACTIONS(504), - [anon_sym_gife] = ACTIONS(504), - [anon_sym_auden] = ACTIONS(504), - [anon_sym_utfu2088] = ACTIONS(504), - [anon_sym_datetime] = ACTIONS(504), - [anon_sym_chunk] = ACTIONS(504), - [anon_sym_u2444] = ACTIONS(504), - [anon_sym_choose] = ACTIONS(504), - [anon_sym_permute] = ACTIONS(504), - [anon_sym_orient] = ACTIONS(504), - [anon_sym_fft] = ACTIONS(504), - [anon_sym_reduce] = ACTIONS(504), - [anon_sym_SLASH] = ACTIONS(504), - [anon_sym_scan] = ACTIONS(504), - [anon_sym_BSLASH] = ACTIONS(504), - [anon_sym_each] = ACTIONS(504), - [anon_sym_u2235] = ACTIONS(504), - [anon_sym_rows] = ACTIONS(504), - [anon_sym_u2261] = ACTIONS(504), - [anon_sym_repeat] = ACTIONS(504), - [anon_sym_u2365] = ACTIONS(504), - [anon_sym_dip] = ACTIONS(504), - [anon_sym_u2299] = ACTIONS(504), - [anon_sym_gap] = ACTIONS(504), - [anon_sym_u22c5] = ACTIONS(504), - [anon_sym_spawn] = ACTIONS(504), - [anon_sym_rectify] = ACTIONS(504), - [anon_sym_u2305] = ACTIONS(504), - [anon_sym_un] = ACTIONS(502), - [anon_sym_u00b0] = ACTIONS(504), - [anon_sym_on] = ACTIONS(502), - [anon_sym_u27dc] = ACTIONS(504), - [anon_sym_inventory] = ACTIONS(504), - [anon_sym_u235a] = ACTIONS(504), - [anon_sym_content] = ACTIONS(504), - [anon_sym_u25c7] = ACTIONS(504), - [anon_sym_pool] = ACTIONS(504), - [anon_sym_stringify] = ACTIONS(504), - [anon_sym_signature] = ACTIONS(504), - [anon_sym_triangle] = ACTIONS(504), - [anon_sym_u25f9] = ACTIONS(504), - [anon_sym_astar] = ACTIONS(504), - [anon_sym_but] = ACTIONS(504), - [anon_sym_u2919] = ACTIONS(504), - [anon_sym_with] = ACTIONS(504), - [anon_sym_u291a] = ACTIONS(504), - [anon_sym_above] = ACTIONS(504), - [anon_sym_u25e0] = ACTIONS(504), - [anon_sym_below] = ACTIONS(504), - [anon_sym_u25e1] = ACTIONS(504), - [anon_sym_fold] = ACTIONS(504), - [anon_sym_u2227] = ACTIONS(504), - [anon_sym_table] = ACTIONS(504), - [anon_sym_u229e] = ACTIONS(504), - [anon_sym_group] = ACTIONS(504), - [anon_sym_u2295] = ACTIONS(504), - [anon_sym_partition] = ACTIONS(504), - [anon_sym_u229c] = ACTIONS(504), - [anon_sym_both] = ACTIONS(504), - [anon_sym_u2229] = ACTIONS(504), - [anon_sym_bracket] = ACTIONS(504), - [anon_sym_u2293] = ACTIONS(504), - [anon_sym_fork] = ACTIONS(504), - [anon_sym_u2283] = ACTIONS(504), - [anon_sym_under] = ACTIONS(504), - [anon_sym_u235c] = ACTIONS(504), - [anon_sym_fill] = ACTIONS(504), - [anon_sym_u2b1a] = ACTIONS(504), - [anon_sym_try] = ACTIONS(502), - [anon_sym_u2363] = ACTIONS(504), - [anon_sym_do] = ACTIONS(502), - [anon_sym_u2362] = ACTIONS(504), - [anon_sym_setinv] = ACTIONS(504), - [anon_sym_setunder] = ACTIONS(504), - [anon_sym_f] = ACTIONS(502), - [anon_sym_by] = ACTIONS(502), - [anon_sym_u22b8] = ACTIONS(504), - [anon_sym_quote] = ACTIONS(504), - [anon_sym_struct] = ACTIONS(504), - [anon_sym_u2765] = ACTIONS(504), - [anon_sym_u2192] = ACTIONS(504), - [anon_sym_u2237] = ACTIONS(504), - [anon_sym_u00b7] = ACTIONS(504), - [anon_sym_u235b] = ACTIONS(504), - [anon_sym_u2302] = ACTIONS(504), - [anon_sym_u21b0] = ACTIONS(504), - [anon_sym_unpack] = ACTIONS(504), - [anon_sym_u2290] = ACTIONS(504), - [anon_sym_u229d] = ACTIONS(504), - [anon_sym_cross] = ACTIONS(504), - [anon_sym_u22a0] = ACTIONS(504), - [anon_sym_SEMI] = ACTIONS(504), - [anon_sym_deal] = ACTIONS(504), - [anon_sym_strands] = ACTIONS(504), - [anon_sym_u203f] = ACTIONS(504), - [anon_sym_member] = ACTIONS(502), - [anon_sym_u220a] = ACTIONS(504), - [anon_sym_coordinate] = ACTIONS(504), - [anon_sym_u27d4] = ACTIONS(504), - [anon_sym_u03bb] = ACTIONS(504), - [anon_sym_u22ca] = ACTIONS(504), - [sym__endOfLine] = ACTIONS(504), + [ts_builtin_sym_end] = ACTIONS(520), + [aux_sym_number_token1] = ACTIONS(518), + [sym_fraction] = ACTIONS(520), + [anon_sym_Days] = ACTIONS(518), + [anon_sym_Months] = ACTIONS(518), + [anon_sym_MonthDays] = ACTIONS(518), + [anon_sym_LeanMonthDays] = ACTIONS(518), + [anon_sym_White] = ACTIONS(518), + [anon_sym_Black] = ACTIONS(518), + [anon_sym_Red] = ACTIONS(518), + [anon_sym_Orange] = ACTIONS(518), + [anon_sym_Yellow] = ACTIONS(518), + [anon_sym_Green] = ACTIONS(518), + [anon_sym_Cyan] = ACTIONS(518), + [anon_sym_Blue] = ACTIONS(518), + [anon_sym_Purple] = ACTIONS(518), + [anon_sym_Magenta] = ACTIONS(518), + [anon_sym_Gay] = ACTIONS(518), + [anon_sym_Lesbian] = ACTIONS(518), + [anon_sym_Bi] = ACTIONS(518), + [anon_sym_Trans] = ACTIONS(518), + [anon_sym_Pan] = ACTIONS(518), + [anon_sym_Ace] = ACTIONS(518), + [anon_sym_Aro] = ACTIONS(518), + [anon_sym_Aroace] = ACTIONS(518), + [anon_sym_Enby] = ACTIONS(518), + [anon_sym_Fluid] = ACTIONS(518), + [anon_sym_Queer] = ACTIONS(518), + [anon_sym_Agender] = ACTIONS(518), + [anon_sym_PrideFlags] = ACTIONS(518), + [anon_sym_PrideFlagNames] = ACTIONS(518), + [anon_sym_True] = ACTIONS(518), + [anon_sym_False] = ACTIONS(518), + [anon_sym_NULL] = ACTIONS(518), + [anon_sym_Logo] = ACTIONS(518), + [anon_sym_Lena] = ACTIONS(518), + [anon_sym_Music] = ACTIONS(518), + [anon_sym_Lorem] = ACTIONS(518), + [anon_sym_Os] = ACTIONS(518), + [anon_sym_Family] = ACTIONS(518), + [anon_sym_Arch] = ACTIONS(518), + [anon_sym_ExeExt] = ACTIONS(518), + [anon_sym_DllExt] = ACTIONS(518), + [anon_sym_Sep] = ACTIONS(518), + [anon_sym_ThisFile] = ACTIONS(518), + [anon_sym_ThisFileName] = ACTIONS(518), + [anon_sym_ThisFileDir] = ACTIONS(518), + [anon_sym_WorkingDir] = ACTIONS(518), + [anon_sym_NumProcs] = ACTIONS(518), + [anon_sym_Planets] = ACTIONS(518), + [anon_sym_Zodiac] = ACTIONS(518), + [anon_sym_Suits] = ACTIONS(518), + [anon_sym_Cards] = ACTIONS(518), + [anon_sym_Chess] = ACTIONS(518), + [anon_sym_Moon] = ACTIONS(518), + [anon_sym_Skin] = ACTIONS(518), + [anon_sym_People] = ACTIONS(518), + [anon_sym_Hair] = ACTIONS(518), + [anon_sym_Cat] = ACTIONS(518), + [aux_sym_character_token1] = ACTIONS(520), + [sym_string] = ACTIONS(520), + [sym_multiLineString] = ACTIONS(520), + [sym_identifier] = ACTIONS(518), + [sym_identifierDeprecated] = ACTIONS(518), + [sym_system] = ACTIONS(520), + [sym_comment] = ACTIONS(518), + [sym_openParen] = ACTIONS(520), + [sym_openCurly] = ACTIONS(520), + [sym_openBracket] = ACTIONS(518), + [sym_underscore] = ACTIONS(520), + [anon_sym_CARET] = ACTIONS(520), + [anon_sym_SQUOTE] = ACTIONS(518), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(520), + [anon_sym_e] = ACTIONS(518), + [anon_sym_NaN] = ACTIONS(518), + [anon_sym_eta] = ACTIONS(520), + [anon_sym_u03b7] = ACTIONS(518), + [anon_sym_pi] = ACTIONS(518), + [anon_sym_u03c0] = ACTIONS(518), + [anon_sym_tau] = ACTIONS(520), + [anon_sym_u03c4] = ACTIONS(518), + [anon_sym_infinity] = ACTIONS(520), + [anon_sym_u221e] = ACTIONS(520), + [anon_sym_W] = ACTIONS(518), + [anon_sym_i] = ACTIONS(518), + [anon_sym_MaxInt] = ACTIONS(518), + [anon_sym_HexDigits] = ACTIONS(518), + [anon_sym_DOT] = ACTIONS(520), + [anon_sym_COMMA] = ACTIONS(520), + [anon_sym_COLON] = ACTIONS(520), + [anon_sym_u25cc] = ACTIONS(520), + [anon_sym_identity] = ACTIONS(520), + [anon_sym_id] = ACTIONS(518), + [anon_sym_u2218] = ACTIONS(520), + [anon_sym_not] = ACTIONS(520), + [anon_sym_u00ac] = ACTIONS(520), + [anon_sym_sign] = ACTIONS(518), + [anon_sym_u00b1] = ACTIONS(520), + [anon_sym_BQUOTE] = ACTIONS(520), + [anon_sym_u00af] = ACTIONS(518), + [anon_sym_absolutevalue] = ACTIONS(520), + [anon_sym_u2335] = ACTIONS(520), + [anon_sym_sqrt] = ACTIONS(520), + [anon_sym_u221a] = ACTIONS(520), + [anon_sym_sine] = ACTIONS(520), + [anon_sym_u25cb] = ACTIONS(520), + [anon_sym_u223f] = ACTIONS(520), + [anon_sym_floor] = ACTIONS(520), + [anon_sym_u230a] = ACTIONS(520), + [anon_sym_ceiling] = ACTIONS(520), + [anon_sym_u2308] = ACTIONS(520), + [anon_sym_round] = ACTIONS(520), + [anon_sym_u2045] = ACTIONS(520), + [anon_sym_EQ] = ACTIONS(520), + [anon_sym_BANG_EQ] = ACTIONS(520), + [anon_sym_u2260] = ACTIONS(520), + [anon_sym_LT] = ACTIONS(518), + [anon_sym_LT_EQ] = ACTIONS(520), + [anon_sym_u2264] = ACTIONS(520), + [anon_sym_GT] = ACTIONS(518), + [anon_sym_GT_EQ] = ACTIONS(520), + [anon_sym_u2265] = ACTIONS(520), + [anon_sym_PLUS] = ACTIONS(520), + [anon_sym_DASH] = ACTIONS(520), + [anon_sym_STAR] = ACTIONS(520), + [anon_sym_u00d7] = ACTIONS(520), + [anon_sym_PERCENT] = ACTIONS(520), + [anon_sym_u00f7] = ACTIONS(520), + [anon_sym_modulus] = ACTIONS(520), + [anon_sym_u25ff] = ACTIONS(520), + [anon_sym_power] = ACTIONS(520), + [anon_sym_u207f] = ACTIONS(520), + [anon_sym_logarithm] = ACTIONS(520), + [anon_sym_u2099] = ACTIONS(520), + [anon_sym_minimum] = ACTIONS(520), + [anon_sym_u21a7] = ACTIONS(520), + [anon_sym_maximum] = ACTIONS(520), + [anon_sym_u21a5] = ACTIONS(520), + [anon_sym_atangent] = ACTIONS(520), + [anon_sym_u2220] = ACTIONS(520), + [anon_sym_length] = ACTIONS(520), + [anon_sym_u29fb] = ACTIONS(520), + [anon_sym_shape] = ACTIONS(520), + [anon_sym_u25b3] = ACTIONS(520), + [anon_sym_range] = ACTIONS(520), + [anon_sym_u21e1] = ACTIONS(520), + [anon_sym_first] = ACTIONS(520), + [anon_sym_u22a2] = ACTIONS(520), + [anon_sym_reverse] = ACTIONS(520), + [anon_sym_u21cc] = ACTIONS(520), + [anon_sym_deshape] = ACTIONS(520), + [anon_sym_u266d] = ACTIONS(520), + [anon_sym_bits] = ACTIONS(520), + [anon_sym_u22ef] = ACTIONS(520), + [anon_sym_transpose] = ACTIONS(520), + [anon_sym_u2349] = ACTIONS(520), + [anon_sym_rise] = ACTIONS(520), + [anon_sym_u234f] = ACTIONS(520), + [anon_sym_fall] = ACTIONS(520), + [anon_sym_u2356] = ACTIONS(520), + [anon_sym_where] = ACTIONS(520), + [anon_sym_u229a] = ACTIONS(520), + [anon_sym_classify] = ACTIONS(520), + [anon_sym_u229b] = ACTIONS(520), + [anon_sym_deduplicate] = ACTIONS(520), + [anon_sym_u25f4] = ACTIONS(520), + [anon_sym_box] = ACTIONS(520), + [anon_sym_u25a1] = ACTIONS(520), + [anon_sym_match] = ACTIONS(520), + [anon_sym_u224d] = ACTIONS(520), + [anon_sym_couple] = ACTIONS(520), + [anon_sym_u229f] = ACTIONS(520), + [anon_sym_join] = ACTIONS(520), + [anon_sym_u2282] = ACTIONS(520), + [anon_sym_select] = ACTIONS(520), + [anon_sym_u228f] = ACTIONS(520), + [anon_sym_pick] = ACTIONS(520), + [anon_sym_u22a1] = ACTIONS(520), + [anon_sym_reshape] = ACTIONS(520), + [anon_sym_u21af] = ACTIONS(520), + [anon_sym_take] = ACTIONS(520), + [anon_sym_u2199] = ACTIONS(520), + [anon_sym_drop] = ACTIONS(520), + [anon_sym_u2198] = ACTIONS(520), + [anon_sym_rotate] = ACTIONS(520), + [anon_sym_u21bb] = ACTIONS(520), + [anon_sym_windows] = ACTIONS(520), + [anon_sym_u25eb] = ACTIONS(520), + [anon_sym_keep] = ACTIONS(520), + [anon_sym_u25bd] = ACTIONS(520), + [anon_sym_find] = ACTIONS(520), + [anon_sym_u2315] = ACTIONS(520), + [anon_sym_indexof] = ACTIONS(520), + [anon_sym_u2297] = ACTIONS(520), + [anon_sym_assert] = ACTIONS(520), + [anon_sym_u2364] = ACTIONS(520), + [anon_sym_wait] = ACTIONS(520), + [anon_sym_parse] = ACTIONS(520), + [anon_sym_u22d5] = ACTIONS(520), + [anon_sym_random] = ACTIONS(520), + [anon_sym_u2682] = ACTIONS(520), + [anon_sym_gen] = ACTIONS(520), + [anon_sym_tag] = ACTIONS(520), + [anon_sym_now] = ACTIONS(520), + [anon_sym_type] = ACTIONS(520), + [anon_sym_u2e2e] = ACTIONS(520), + [anon_sym_dump] = ACTIONS(520), + [anon_sym_regex] = ACTIONS(520), + [anon_sym_send] = ACTIONS(520), + [anon_sym_recv] = ACTIONS(520), + [anon_sym_tryrecv] = ACTIONS(520), + [anon_sym_complex] = ACTIONS(520), + [anon_sym_u2102] = ACTIONS(520), + [anon_sym_rerank] = ACTIONS(520), + [anon_sym_u2607] = ACTIONS(520), + [anon_sym_fix] = ACTIONS(520), + [anon_sym_u00a4] = ACTIONS(520), + [anon_sym_QMARK] = ACTIONS(520), + [anon_sym_unique] = ACTIONS(520), + [anon_sym_u25f0] = ACTIONS(520), + [anon_sym_map] = ACTIONS(520), + [anon_sym_has] = ACTIONS(520), + [anon_sym_get] = ACTIONS(520), + [anon_sym_insert] = ACTIONS(520), + [anon_sym_remove] = ACTIONS(520), + [anon_sym_repr] = ACTIONS(520), + [anon_sym_mask] = ACTIONS(520), + [anon_sym_u29b7] = ACTIONS(520), + [anon_sym_csv] = ACTIONS(520), + [anon_sym_json] = ACTIONS(520), + [anon_sym_xlsx] = ACTIONS(520), + [anon_sym_memberOf] = ACTIONS(520), + [anon_sym_u2208] = ACTIONS(520), + [anon_sym_imen] = ACTIONS(520), + [anon_sym_gife] = ACTIONS(520), + [anon_sym_auden] = ACTIONS(520), + [anon_sym_utfu2088] = ACTIONS(520), + [anon_sym_datetime] = ACTIONS(520), + [anon_sym_choose] = ACTIONS(520), + [anon_sym_permute] = ACTIONS(520), + [anon_sym_orient] = ACTIONS(520), + [anon_sym_u2938] = ACTIONS(520), + [anon_sym_fft] = ACTIONS(520), + [anon_sym_graphemes] = ACTIONS(520), + [anon_sym_timezone] = ACTIONS(520), + [anon_sym_around] = ACTIONS(520), + [anon_sym_u2019] = ACTIONS(520), + [anon_sym_base] = ACTIONS(520), + [anon_sym_sort] = ACTIONS(520), + [anon_sym_u2346] = ACTIONS(520), + [anon_sym_last] = ACTIONS(520), + [anon_sym_u22a3] = ACTIONS(520), + [anon_sym_reduce] = ACTIONS(520), + [anon_sym_SLASH] = ACTIONS(520), + [anon_sym_scan] = ACTIONS(520), + [anon_sym_BSLASH] = ACTIONS(520), + [anon_sym_each] = ACTIONS(520), + [anon_sym_u2235] = ACTIONS(520), + [anon_sym_rows] = ACTIONS(520), + [anon_sym_u2261] = ACTIONS(520), + [anon_sym_repeat] = ACTIONS(520), + [anon_sym_u2365] = ACTIONS(520), + [anon_sym_dip] = ACTIONS(520), + [anon_sym_u2299] = ACTIONS(520), + [anon_sym_gap] = ACTIONS(520), + [anon_sym_u22c5] = ACTIONS(520), + [anon_sym_spawn] = ACTIONS(520), + [anon_sym_rectify] = ACTIONS(520), + [anon_sym_u2305] = ACTIONS(520), + [anon_sym_un] = ACTIONS(518), + [anon_sym_u00b0] = ACTIONS(520), + [anon_sym_on] = ACTIONS(518), + [anon_sym_u27dc] = ACTIONS(520), + [anon_sym_inventory] = ACTIONS(520), + [anon_sym_u235a] = ACTIONS(520), + [anon_sym_content] = ACTIONS(520), + [anon_sym_u25c7] = ACTIONS(520), + [anon_sym_pool] = ACTIONS(520), + [anon_sym_stringify] = ACTIONS(520), + [anon_sym_signature] = ACTIONS(520), + [anon_sym_triangle] = ACTIONS(520), + [anon_sym_u25f9] = ACTIONS(520), + [anon_sym_astar] = ACTIONS(520), + [anon_sym_with] = ACTIONS(520), + [anon_sym_u2919] = ACTIONS(520), + [anon_sym_off] = ACTIONS(520), + [anon_sym_u291a] = ACTIONS(520), + [anon_sym_above] = ACTIONS(520), + [anon_sym_u25e0] = ACTIONS(520), + [anon_sym_below] = ACTIONS(520), + [anon_sym_u25e1] = ACTIONS(520), + [anon_sym_anti] = ACTIONS(520), + [anon_sym_u231d] = ACTIONS(520), + [anon_sym_obverse] = ACTIONS(520), + [anon_sym_toples] = ACTIONS(520), + [anon_sym_u29c5] = ACTIONS(520), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(520), + [anon_sym_fold] = ACTIONS(520), + [anon_sym_u2227] = ACTIONS(520), + [anon_sym_table] = ACTIONS(520), + [anon_sym_u229e] = ACTIONS(520), + [anon_sym_group] = ACTIONS(520), + [anon_sym_u2295] = ACTIONS(520), + [anon_sym_partition] = ACTIONS(520), + [anon_sym_u229c] = ACTIONS(520), + [anon_sym_both] = ACTIONS(520), + [anon_sym_u2229] = ACTIONS(520), + [anon_sym_bracket] = ACTIONS(520), + [anon_sym_u2293] = ACTIONS(520), + [anon_sym_fork] = ACTIONS(520), + [anon_sym_u2283] = ACTIONS(520), + [anon_sym_under] = ACTIONS(520), + [anon_sym_u235c] = ACTIONS(520), + [anon_sym_fill] = ACTIONS(520), + [anon_sym_u2b1a] = ACTIONS(520), + [anon_sym_try] = ACTIONS(518), + [anon_sym_u2363] = ACTIONS(520), + [anon_sym_do] = ACTIONS(518), + [anon_sym_u2362] = ACTIONS(520), + [anon_sym_f] = ACTIONS(518), + [anon_sym_by] = ACTIONS(518), + [anon_sym_u22b8] = ACTIONS(520), + [anon_sym_quote] = ACTIONS(520), + [anon_sym_u2765] = ACTIONS(520), + [anon_sym_u2192] = ACTIONS(520), + [anon_sym_u2237] = ACTIONS(520), + [anon_sym_u00b7] = ACTIONS(520), + [anon_sym_u235b] = ACTIONS(520), + [anon_sym_u2302] = ACTIONS(520), + [anon_sym_u21b0] = ACTIONS(520), + [anon_sym_unpack] = ACTIONS(520), + [anon_sym_u2290] = ACTIONS(520), + [anon_sym_u229d] = ACTIONS(520), + [anon_sym_cross] = ACTIONS(520), + [anon_sym_u22a0] = ACTIONS(520), + [anon_sym_SEMI] = ACTIONS(520), + [anon_sym_deal] = ACTIONS(520), + [anon_sym_member] = ACTIONS(518), + [anon_sym_u220a] = ACTIONS(520), + [anon_sym_coordinate] = ACTIONS(520), + [anon_sym_u27d4] = ACTIONS(520), + [anon_sym_u03bb] = ACTIONS(520), + [anon_sym_u22ca] = ACTIONS(520), + [anon_sym_chunk] = ACTIONS(520), + [anon_sym_u2444] = ACTIONS(520), + [anon_sym_setinv] = ACTIONS(520), + [anon_sym_setund] = ACTIONS(520), + [anon_sym_struct] = ACTIONS(520), + [sym__endOfLine] = ACTIONS(520), }, [122] = { - [ts_builtin_sym_end] = ACTIONS(518), - [aux_sym_number_token1] = ACTIONS(516), - [sym_fraction] = ACTIONS(518), - [anon_sym_Days] = ACTIONS(516), - [anon_sym_Months] = ACTIONS(516), - [anon_sym_MonthDays] = ACTIONS(516), - [anon_sym_LeanMonthDays] = ACTIONS(516), - [anon_sym_White] = ACTIONS(516), - [anon_sym_Black] = ACTIONS(516), - [anon_sym_Red] = ACTIONS(516), - [anon_sym_Orange] = ACTIONS(516), - [anon_sym_Yellow] = ACTIONS(516), - [anon_sym_Green] = ACTIONS(516), - [anon_sym_Cyan] = ACTIONS(516), - [anon_sym_Blue] = ACTIONS(516), - [anon_sym_Purple] = ACTIONS(516), - [anon_sym_Magenta] = ACTIONS(516), - [anon_sym_Gay] = ACTIONS(516), - [anon_sym_Lesbian] = ACTIONS(516), - [anon_sym_Bi] = ACTIONS(516), - [anon_sym_Trans] = ACTIONS(516), - [anon_sym_Pan] = ACTIONS(516), - [anon_sym_Ace] = ACTIONS(516), - [anon_sym_Aro] = ACTIONS(516), - [anon_sym_Aroace] = ACTIONS(516), - [anon_sym_Enby] = ACTIONS(516), - [anon_sym_Fluid] = ACTIONS(516), - [anon_sym_Queer] = ACTIONS(516), - [anon_sym_Agender] = ACTIONS(516), - [anon_sym_PrideFlags] = ACTIONS(516), - [anon_sym_PrideFlagNames] = ACTIONS(516), - [anon_sym_True] = ACTIONS(516), - [anon_sym_False] = ACTIONS(516), - [anon_sym_NULL] = ACTIONS(516), - [anon_sym_Logo] = ACTIONS(516), - [anon_sym_Lena] = ACTIONS(516), - [anon_sym_Music] = ACTIONS(516), - [anon_sym_Lorem] = ACTIONS(516), - [anon_sym_Os] = ACTIONS(516), - [anon_sym_Family] = ACTIONS(516), - [anon_sym_Arch] = ACTIONS(516), - [anon_sym_ExeExt] = ACTIONS(516), - [anon_sym_DllExt] = ACTIONS(516), - [anon_sym_Sep] = ACTIONS(516), - [anon_sym_ThisFile] = ACTIONS(516), - [anon_sym_ThisFileName] = ACTIONS(516), - [anon_sym_ThisFileDir] = ACTIONS(516), - [anon_sym_WorkingDir] = ACTIONS(516), - [anon_sym_NumProcs] = ACTIONS(516), - [anon_sym_Planets] = ACTIONS(516), - [anon_sym_Zodiac] = ACTIONS(516), - [anon_sym_Suits] = ACTIONS(516), - [anon_sym_Cards] = ACTIONS(516), - [anon_sym_Chess] = ACTIONS(516), - [anon_sym_Moon] = ACTIONS(516), - [anon_sym_Skin] = ACTIONS(516), - [anon_sym_People] = ACTIONS(516), - [anon_sym_Hair] = ACTIONS(516), - [aux_sym_character_token1] = ACTIONS(518), - [sym_string] = ACTIONS(518), - [sym_multiLineString] = ACTIONS(518), - [sym_identifier] = ACTIONS(516), - [sym_identifierDeprecated] = ACTIONS(516), - [sym_system] = ACTIONS(518), - [sym_comment] = ACTIONS(516), - [sym_openParen] = ACTIONS(518), - [sym_openCurly] = ACTIONS(518), - [sym_openBracket] = ACTIONS(518), - [sym_underscore] = ACTIONS(518), - [anon_sym_CARET] = ACTIONS(518), - [anon_sym_SQUOTE] = ACTIONS(516), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(518), - [anon_sym_e] = ACTIONS(516), - [anon_sym_NaN] = ACTIONS(516), - [anon_sym_eta] = ACTIONS(518), - [anon_sym_u03b7] = ACTIONS(516), - [anon_sym_pi] = ACTIONS(516), - [anon_sym_u03c0] = ACTIONS(516), - [anon_sym_tau] = ACTIONS(518), - [anon_sym_u03c4] = ACTIONS(516), - [anon_sym_infinity] = ACTIONS(518), - [anon_sym_u221e] = ACTIONS(518), - [anon_sym_W] = ACTIONS(516), - [anon_sym_i] = ACTIONS(516), - [anon_sym_MaxInt] = ACTIONS(516), - [anon_sym_HexDigits] = ACTIONS(516), - [anon_sym_DOT] = ACTIONS(518), - [anon_sym_COMMA] = ACTIONS(518), - [anon_sym_COLON] = ACTIONS(518), - [anon_sym_u25cc] = ACTIONS(518), - [anon_sym_identity] = ACTIONS(518), - [anon_sym_id] = ACTIONS(516), - [anon_sym_u2218] = ACTIONS(518), - [anon_sym_not] = ACTIONS(518), - [anon_sym_u00ac] = ACTIONS(518), - [anon_sym_sign] = ACTIONS(516), - [anon_sym_u00b1] = ACTIONS(518), - [anon_sym_BQUOTE] = ACTIONS(518), - [anon_sym_u00af] = ACTIONS(516), - [anon_sym_absolutevalue] = ACTIONS(518), - [anon_sym_u2335] = ACTIONS(518), - [anon_sym_sqrt] = ACTIONS(518), - [anon_sym_u221a] = ACTIONS(518), - [anon_sym_sine] = ACTIONS(518), - [anon_sym_u25cb] = ACTIONS(518), - [anon_sym_u223f] = ACTIONS(518), - [anon_sym_floor] = ACTIONS(518), - [anon_sym_u230a] = ACTIONS(518), - [anon_sym_ceiling] = ACTIONS(518), - [anon_sym_u2308] = ACTIONS(518), - [anon_sym_round] = ACTIONS(518), - [anon_sym_u2045] = ACTIONS(518), - [anon_sym_EQ] = ACTIONS(518), - [anon_sym_BANG_EQ] = ACTIONS(518), - [anon_sym_u2260] = ACTIONS(518), - [anon_sym_LT] = ACTIONS(516), - [anon_sym_LT_EQ] = ACTIONS(518), - [anon_sym_u2264] = ACTIONS(518), - [anon_sym_GT] = ACTIONS(516), - [anon_sym_GT_EQ] = ACTIONS(518), - [anon_sym_u2265] = ACTIONS(518), - [anon_sym_PLUS] = ACTIONS(518), - [anon_sym_DASH] = ACTIONS(518), - [anon_sym_STAR] = ACTIONS(518), - [anon_sym_u00d7] = ACTIONS(518), - [anon_sym_PERCENT] = ACTIONS(518), - [anon_sym_u00f7] = ACTIONS(518), - [anon_sym_modulus] = ACTIONS(518), - [anon_sym_u25ff] = ACTIONS(518), - [anon_sym_power] = ACTIONS(518), - [anon_sym_u207f] = ACTIONS(518), - [anon_sym_logarithm] = ACTIONS(518), - [anon_sym_u2099] = ACTIONS(518), - [anon_sym_minimum] = ACTIONS(518), - [anon_sym_u21a7] = ACTIONS(518), - [anon_sym_maximum] = ACTIONS(518), - [anon_sym_u21a5] = ACTIONS(518), - [anon_sym_atangent] = ACTIONS(518), - [anon_sym_u2220] = ACTIONS(518), - [anon_sym_length] = ACTIONS(518), - [anon_sym_u29fb] = ACTIONS(518), - [anon_sym_shape] = ACTIONS(518), - [anon_sym_u25b3] = ACTIONS(518), - [anon_sym_range] = ACTIONS(518), - [anon_sym_u21e1] = ACTIONS(518), - [anon_sym_first] = ACTIONS(518), - [anon_sym_u22a2] = ACTIONS(518), - [anon_sym_reverse] = ACTIONS(518), - [anon_sym_u21cc] = ACTIONS(518), - [anon_sym_deshape] = ACTIONS(518), - [anon_sym_u266d] = ACTIONS(518), - [anon_sym_bits] = ACTIONS(518), - [anon_sym_u22ef] = ACTIONS(518), - [anon_sym_transpose] = ACTIONS(518), - [anon_sym_u2349] = ACTIONS(518), - [anon_sym_rise] = ACTIONS(518), - [anon_sym_u234f] = ACTIONS(518), - [anon_sym_fall] = ACTIONS(518), - [anon_sym_u2356] = ACTIONS(518), - [anon_sym_where] = ACTIONS(518), - [anon_sym_u229a] = ACTIONS(518), - [anon_sym_classify] = ACTIONS(518), - [anon_sym_u229b] = ACTIONS(518), - [anon_sym_deduplicate] = ACTIONS(518), - [anon_sym_u25f4] = ACTIONS(518), - [anon_sym_box] = ACTIONS(518), - [anon_sym_u25a1] = ACTIONS(518), - [anon_sym_match] = ACTIONS(518), - [anon_sym_u224d] = ACTIONS(518), - [anon_sym_couple] = ACTIONS(518), - [anon_sym_u229f] = ACTIONS(518), - [anon_sym_join] = ACTIONS(518), - [anon_sym_u2282] = ACTIONS(518), - [anon_sym_select] = ACTIONS(518), - [anon_sym_u228f] = ACTIONS(518), - [anon_sym_pick] = ACTIONS(518), - [anon_sym_u22a1] = ACTIONS(518), - [anon_sym_reshape] = ACTIONS(518), - [anon_sym_u21af] = ACTIONS(518), - [anon_sym_take] = ACTIONS(518), - [anon_sym_u2199] = ACTIONS(518), - [anon_sym_drop] = ACTIONS(518), - [anon_sym_u2198] = ACTIONS(518), - [anon_sym_rotate] = ACTIONS(518), - [anon_sym_u21bb] = ACTIONS(518), - [anon_sym_windows] = ACTIONS(518), - [anon_sym_u25eb] = ACTIONS(518), - [anon_sym_keep] = ACTIONS(518), - [anon_sym_u25bd] = ACTIONS(518), - [anon_sym_find] = ACTIONS(518), - [anon_sym_u2315] = ACTIONS(518), - [anon_sym_indexof] = ACTIONS(518), - [anon_sym_u2297] = ACTIONS(518), - [anon_sym_assert] = ACTIONS(518), - [anon_sym_u2364] = ACTIONS(518), - [anon_sym_wait] = ACTIONS(518), - [anon_sym_parse] = ACTIONS(518), - [anon_sym_u22d5] = ACTIONS(518), - [anon_sym_random] = ACTIONS(518), - [anon_sym_u2682] = ACTIONS(518), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_tag] = ACTIONS(518), - [anon_sym_now] = ACTIONS(518), - [anon_sym_type] = ACTIONS(518), - [anon_sym_u2e2e] = ACTIONS(518), - [anon_sym_dump] = ACTIONS(518), - [anon_sym_regex] = ACTIONS(518), - [anon_sym_send] = ACTIONS(518), - [anon_sym_recv] = ACTIONS(518), - [anon_sym_tryrecv] = ACTIONS(518), - [anon_sym_complex] = ACTIONS(518), - [anon_sym_u2102] = ACTIONS(518), - [anon_sym_rerank] = ACTIONS(518), - [anon_sym_u2607] = ACTIONS(518), - [anon_sym_fix] = ACTIONS(518), - [anon_sym_u00a4] = ACTIONS(518), - [anon_sym_QMARK] = ACTIONS(518), - [anon_sym_unique] = ACTIONS(518), - [anon_sym_u25f0] = ACTIONS(518), - [anon_sym_map] = ACTIONS(518), - [anon_sym_has] = ACTIONS(518), - [anon_sym_get] = ACTIONS(518), - [anon_sym_insert] = ACTIONS(518), - [anon_sym_remove] = ACTIONS(518), - [anon_sym_repr] = ACTIONS(518), - [anon_sym_mask] = ACTIONS(518), - [anon_sym_u29b7] = ACTIONS(518), - [anon_sym_csv] = ACTIONS(518), - [anon_sym_json] = ACTIONS(518), - [anon_sym_xlsx] = ACTIONS(518), - [anon_sym_memberOf] = ACTIONS(518), - [anon_sym_u2208] = ACTIONS(518), - [anon_sym_imen] = ACTIONS(518), - [anon_sym_gife] = ACTIONS(518), - [anon_sym_auden] = ACTIONS(518), - [anon_sym_utfu2088] = ACTIONS(518), - [anon_sym_datetime] = ACTIONS(518), - [anon_sym_chunk] = ACTIONS(518), - [anon_sym_u2444] = ACTIONS(518), - [anon_sym_choose] = ACTIONS(518), - [anon_sym_permute] = ACTIONS(518), - [anon_sym_orient] = ACTIONS(518), - [anon_sym_fft] = ACTIONS(518), - [anon_sym_reduce] = ACTIONS(518), - [anon_sym_SLASH] = ACTIONS(518), - [anon_sym_scan] = ACTIONS(518), - [anon_sym_BSLASH] = ACTIONS(518), - [anon_sym_each] = ACTIONS(518), - [anon_sym_u2235] = ACTIONS(518), - [anon_sym_rows] = ACTIONS(518), - [anon_sym_u2261] = ACTIONS(518), - [anon_sym_repeat] = ACTIONS(518), - [anon_sym_u2365] = ACTIONS(518), - [anon_sym_dip] = ACTIONS(518), - [anon_sym_u2299] = ACTIONS(518), - [anon_sym_gap] = ACTIONS(518), - [anon_sym_u22c5] = ACTIONS(518), - [anon_sym_spawn] = ACTIONS(518), - [anon_sym_rectify] = ACTIONS(518), - [anon_sym_u2305] = ACTIONS(518), - [anon_sym_un] = ACTIONS(516), - [anon_sym_u00b0] = ACTIONS(518), - [anon_sym_on] = ACTIONS(516), - [anon_sym_u27dc] = ACTIONS(518), - [anon_sym_inventory] = ACTIONS(518), - [anon_sym_u235a] = ACTIONS(518), - [anon_sym_content] = ACTIONS(518), - [anon_sym_u25c7] = ACTIONS(518), - [anon_sym_pool] = ACTIONS(518), - [anon_sym_stringify] = ACTIONS(518), - [anon_sym_signature] = ACTIONS(518), - [anon_sym_triangle] = ACTIONS(518), - [anon_sym_u25f9] = ACTIONS(518), - [anon_sym_astar] = ACTIONS(518), - [anon_sym_but] = ACTIONS(518), - [anon_sym_u2919] = ACTIONS(518), - [anon_sym_with] = ACTIONS(518), - [anon_sym_u291a] = ACTIONS(518), - [anon_sym_above] = ACTIONS(518), - [anon_sym_u25e0] = ACTIONS(518), - [anon_sym_below] = ACTIONS(518), - [anon_sym_u25e1] = ACTIONS(518), - [anon_sym_fold] = ACTIONS(518), - [anon_sym_u2227] = ACTIONS(518), - [anon_sym_table] = ACTIONS(518), - [anon_sym_u229e] = ACTIONS(518), - [anon_sym_group] = ACTIONS(518), - [anon_sym_u2295] = ACTIONS(518), - [anon_sym_partition] = ACTIONS(518), - [anon_sym_u229c] = ACTIONS(518), - [anon_sym_both] = ACTIONS(518), - [anon_sym_u2229] = ACTIONS(518), - [anon_sym_bracket] = ACTIONS(518), - [anon_sym_u2293] = ACTIONS(518), - [anon_sym_fork] = ACTIONS(518), - [anon_sym_u2283] = ACTIONS(518), - [anon_sym_under] = ACTIONS(518), - [anon_sym_u235c] = ACTIONS(518), - [anon_sym_fill] = ACTIONS(518), - [anon_sym_u2b1a] = ACTIONS(518), - [anon_sym_try] = ACTIONS(516), - [anon_sym_u2363] = ACTIONS(518), - [anon_sym_do] = ACTIONS(516), - [anon_sym_u2362] = ACTIONS(518), - [anon_sym_setinv] = ACTIONS(518), - [anon_sym_setunder] = ACTIONS(518), - [anon_sym_f] = ACTIONS(516), - [anon_sym_by] = ACTIONS(516), - [anon_sym_u22b8] = ACTIONS(518), - [anon_sym_quote] = ACTIONS(518), - [anon_sym_struct] = ACTIONS(518), - [anon_sym_u2765] = ACTIONS(518), - [anon_sym_u2192] = ACTIONS(518), - [anon_sym_u2237] = ACTIONS(518), - [anon_sym_u00b7] = ACTIONS(518), - [anon_sym_u235b] = ACTIONS(518), - [anon_sym_u2302] = ACTIONS(518), - [anon_sym_u21b0] = ACTIONS(518), - [anon_sym_unpack] = ACTIONS(518), - [anon_sym_u2290] = ACTIONS(518), - [anon_sym_u229d] = ACTIONS(518), - [anon_sym_cross] = ACTIONS(518), - [anon_sym_u22a0] = ACTIONS(518), - [anon_sym_SEMI] = ACTIONS(518), - [anon_sym_deal] = ACTIONS(518), - [anon_sym_strands] = ACTIONS(518), - [anon_sym_u203f] = ACTIONS(518), - [anon_sym_member] = ACTIONS(516), - [anon_sym_u220a] = ACTIONS(518), - [anon_sym_coordinate] = ACTIONS(518), - [anon_sym_u27d4] = ACTIONS(518), - [anon_sym_u03bb] = ACTIONS(518), - [anon_sym_u22ca] = ACTIONS(518), - [sym__endOfLine] = ACTIONS(518), + [ts_builtin_sym_end] = ACTIONS(532), + [aux_sym_number_token1] = ACTIONS(530), + [sym_fraction] = ACTIONS(532), + [anon_sym_Days] = ACTIONS(530), + [anon_sym_Months] = ACTIONS(530), + [anon_sym_MonthDays] = ACTIONS(530), + [anon_sym_LeanMonthDays] = ACTIONS(530), + [anon_sym_White] = ACTIONS(530), + [anon_sym_Black] = ACTIONS(530), + [anon_sym_Red] = ACTIONS(530), + [anon_sym_Orange] = ACTIONS(530), + [anon_sym_Yellow] = ACTIONS(530), + [anon_sym_Green] = ACTIONS(530), + [anon_sym_Cyan] = ACTIONS(530), + [anon_sym_Blue] = ACTIONS(530), + [anon_sym_Purple] = ACTIONS(530), + [anon_sym_Magenta] = ACTIONS(530), + [anon_sym_Gay] = ACTIONS(530), + [anon_sym_Lesbian] = ACTIONS(530), + [anon_sym_Bi] = ACTIONS(530), + [anon_sym_Trans] = ACTIONS(530), + [anon_sym_Pan] = ACTIONS(530), + [anon_sym_Ace] = ACTIONS(530), + [anon_sym_Aro] = ACTIONS(530), + [anon_sym_Aroace] = ACTIONS(530), + [anon_sym_Enby] = ACTIONS(530), + [anon_sym_Fluid] = ACTIONS(530), + [anon_sym_Queer] = ACTIONS(530), + [anon_sym_Agender] = ACTIONS(530), + [anon_sym_PrideFlags] = ACTIONS(530), + [anon_sym_PrideFlagNames] = ACTIONS(530), + [anon_sym_True] = ACTIONS(530), + [anon_sym_False] = ACTIONS(530), + [anon_sym_NULL] = ACTIONS(530), + [anon_sym_Logo] = ACTIONS(530), + [anon_sym_Lena] = ACTIONS(530), + [anon_sym_Music] = ACTIONS(530), + [anon_sym_Lorem] = ACTIONS(530), + [anon_sym_Os] = ACTIONS(530), + [anon_sym_Family] = ACTIONS(530), + [anon_sym_Arch] = ACTIONS(530), + [anon_sym_ExeExt] = ACTIONS(530), + [anon_sym_DllExt] = ACTIONS(530), + [anon_sym_Sep] = ACTIONS(530), + [anon_sym_ThisFile] = ACTIONS(530), + [anon_sym_ThisFileName] = ACTIONS(530), + [anon_sym_ThisFileDir] = ACTIONS(530), + [anon_sym_WorkingDir] = ACTIONS(530), + [anon_sym_NumProcs] = ACTIONS(530), + [anon_sym_Planets] = ACTIONS(530), + [anon_sym_Zodiac] = ACTIONS(530), + [anon_sym_Suits] = ACTIONS(530), + [anon_sym_Cards] = ACTIONS(530), + [anon_sym_Chess] = ACTIONS(530), + [anon_sym_Moon] = ACTIONS(530), + [anon_sym_Skin] = ACTIONS(530), + [anon_sym_People] = ACTIONS(530), + [anon_sym_Hair] = ACTIONS(530), + [anon_sym_Cat] = ACTIONS(530), + [aux_sym_character_token1] = ACTIONS(532), + [sym_string] = ACTIONS(532), + [sym_multiLineString] = ACTIONS(532), + [sym_identifier] = ACTIONS(530), + [sym_identifierDeprecated] = ACTIONS(530), + [sym_system] = ACTIONS(532), + [sym_comment] = ACTIONS(530), + [sym_openParen] = ACTIONS(532), + [sym_openCurly] = ACTIONS(532), + [sym_openBracket] = ACTIONS(530), + [sym_underscore] = ACTIONS(532), + [anon_sym_CARET] = ACTIONS(532), + [anon_sym_SQUOTE] = ACTIONS(530), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(532), + [anon_sym_e] = ACTIONS(530), + [anon_sym_NaN] = ACTIONS(530), + [anon_sym_eta] = ACTIONS(532), + [anon_sym_u03b7] = ACTIONS(530), + [anon_sym_pi] = ACTIONS(530), + [anon_sym_u03c0] = ACTIONS(530), + [anon_sym_tau] = ACTIONS(532), + [anon_sym_u03c4] = ACTIONS(530), + [anon_sym_infinity] = ACTIONS(532), + [anon_sym_u221e] = ACTIONS(532), + [anon_sym_W] = ACTIONS(530), + [anon_sym_i] = ACTIONS(530), + [anon_sym_MaxInt] = ACTIONS(530), + [anon_sym_HexDigits] = ACTIONS(530), + [anon_sym_DOT] = ACTIONS(532), + [anon_sym_COMMA] = ACTIONS(532), + [anon_sym_COLON] = ACTIONS(532), + [anon_sym_u25cc] = ACTIONS(532), + [anon_sym_identity] = ACTIONS(532), + [anon_sym_id] = ACTIONS(530), + [anon_sym_u2218] = ACTIONS(532), + [anon_sym_not] = ACTIONS(532), + [anon_sym_u00ac] = ACTIONS(532), + [anon_sym_sign] = ACTIONS(530), + [anon_sym_u00b1] = ACTIONS(532), + [anon_sym_BQUOTE] = ACTIONS(532), + [anon_sym_u00af] = ACTIONS(530), + [anon_sym_absolutevalue] = ACTIONS(532), + [anon_sym_u2335] = ACTIONS(532), + [anon_sym_sqrt] = ACTIONS(532), + [anon_sym_u221a] = ACTIONS(532), + [anon_sym_sine] = ACTIONS(532), + [anon_sym_u25cb] = ACTIONS(532), + [anon_sym_u223f] = ACTIONS(532), + [anon_sym_floor] = ACTIONS(532), + [anon_sym_u230a] = ACTIONS(532), + [anon_sym_ceiling] = ACTIONS(532), + [anon_sym_u2308] = ACTIONS(532), + [anon_sym_round] = ACTIONS(532), + [anon_sym_u2045] = ACTIONS(532), + [anon_sym_EQ] = ACTIONS(532), + [anon_sym_BANG_EQ] = ACTIONS(532), + [anon_sym_u2260] = ACTIONS(532), + [anon_sym_LT] = ACTIONS(530), + [anon_sym_LT_EQ] = ACTIONS(532), + [anon_sym_u2264] = ACTIONS(532), + [anon_sym_GT] = ACTIONS(530), + [anon_sym_GT_EQ] = ACTIONS(532), + [anon_sym_u2265] = ACTIONS(532), + [anon_sym_PLUS] = ACTIONS(532), + [anon_sym_DASH] = ACTIONS(532), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_u00d7] = ACTIONS(532), + [anon_sym_PERCENT] = ACTIONS(532), + [anon_sym_u00f7] = ACTIONS(532), + [anon_sym_modulus] = ACTIONS(532), + [anon_sym_u25ff] = ACTIONS(532), + [anon_sym_power] = ACTIONS(532), + [anon_sym_u207f] = ACTIONS(532), + [anon_sym_logarithm] = ACTIONS(532), + [anon_sym_u2099] = ACTIONS(532), + [anon_sym_minimum] = ACTIONS(532), + [anon_sym_u21a7] = ACTIONS(532), + [anon_sym_maximum] = ACTIONS(532), + [anon_sym_u21a5] = ACTIONS(532), + [anon_sym_atangent] = ACTIONS(532), + [anon_sym_u2220] = ACTIONS(532), + [anon_sym_length] = ACTIONS(532), + [anon_sym_u29fb] = ACTIONS(532), + [anon_sym_shape] = ACTIONS(532), + [anon_sym_u25b3] = ACTIONS(532), + [anon_sym_range] = ACTIONS(532), + [anon_sym_u21e1] = ACTIONS(532), + [anon_sym_first] = ACTIONS(532), + [anon_sym_u22a2] = ACTIONS(532), + [anon_sym_reverse] = ACTIONS(532), + [anon_sym_u21cc] = ACTIONS(532), + [anon_sym_deshape] = ACTIONS(532), + [anon_sym_u266d] = ACTIONS(532), + [anon_sym_bits] = ACTIONS(532), + [anon_sym_u22ef] = ACTIONS(532), + [anon_sym_transpose] = ACTIONS(532), + [anon_sym_u2349] = ACTIONS(532), + [anon_sym_rise] = ACTIONS(532), + [anon_sym_u234f] = ACTIONS(532), + [anon_sym_fall] = ACTIONS(532), + [anon_sym_u2356] = ACTIONS(532), + [anon_sym_where] = ACTIONS(532), + [anon_sym_u229a] = ACTIONS(532), + [anon_sym_classify] = ACTIONS(532), + [anon_sym_u229b] = ACTIONS(532), + [anon_sym_deduplicate] = ACTIONS(532), + [anon_sym_u25f4] = ACTIONS(532), + [anon_sym_box] = ACTIONS(532), + [anon_sym_u25a1] = ACTIONS(532), + [anon_sym_match] = ACTIONS(532), + [anon_sym_u224d] = ACTIONS(532), + [anon_sym_couple] = ACTIONS(532), + [anon_sym_u229f] = ACTIONS(532), + [anon_sym_join] = ACTIONS(532), + [anon_sym_u2282] = ACTIONS(532), + [anon_sym_select] = ACTIONS(532), + [anon_sym_u228f] = ACTIONS(532), + [anon_sym_pick] = ACTIONS(532), + [anon_sym_u22a1] = ACTIONS(532), + [anon_sym_reshape] = ACTIONS(532), + [anon_sym_u21af] = ACTIONS(532), + [anon_sym_take] = ACTIONS(532), + [anon_sym_u2199] = ACTIONS(532), + [anon_sym_drop] = ACTIONS(532), + [anon_sym_u2198] = ACTIONS(532), + [anon_sym_rotate] = ACTIONS(532), + [anon_sym_u21bb] = ACTIONS(532), + [anon_sym_windows] = ACTIONS(532), + [anon_sym_u25eb] = ACTIONS(532), + [anon_sym_keep] = ACTIONS(532), + [anon_sym_u25bd] = ACTIONS(532), + [anon_sym_find] = ACTIONS(532), + [anon_sym_u2315] = ACTIONS(532), + [anon_sym_indexof] = ACTIONS(532), + [anon_sym_u2297] = ACTIONS(532), + [anon_sym_assert] = ACTIONS(532), + [anon_sym_u2364] = ACTIONS(532), + [anon_sym_wait] = ACTIONS(532), + [anon_sym_parse] = ACTIONS(532), + [anon_sym_u22d5] = ACTIONS(532), + [anon_sym_random] = ACTIONS(532), + [anon_sym_u2682] = ACTIONS(532), + [anon_sym_gen] = ACTIONS(532), + [anon_sym_tag] = ACTIONS(532), + [anon_sym_now] = ACTIONS(532), + [anon_sym_type] = ACTIONS(532), + [anon_sym_u2e2e] = ACTIONS(532), + [anon_sym_dump] = ACTIONS(532), + [anon_sym_regex] = ACTIONS(532), + [anon_sym_send] = ACTIONS(532), + [anon_sym_recv] = ACTIONS(532), + [anon_sym_tryrecv] = ACTIONS(532), + [anon_sym_complex] = ACTIONS(532), + [anon_sym_u2102] = ACTIONS(532), + [anon_sym_rerank] = ACTIONS(532), + [anon_sym_u2607] = ACTIONS(532), + [anon_sym_fix] = ACTIONS(532), + [anon_sym_u00a4] = ACTIONS(532), + [anon_sym_QMARK] = ACTIONS(532), + [anon_sym_unique] = ACTIONS(532), + [anon_sym_u25f0] = ACTIONS(532), + [anon_sym_map] = ACTIONS(532), + [anon_sym_has] = ACTIONS(532), + [anon_sym_get] = ACTIONS(532), + [anon_sym_insert] = ACTIONS(532), + [anon_sym_remove] = ACTIONS(532), + [anon_sym_repr] = ACTIONS(532), + [anon_sym_mask] = ACTIONS(532), + [anon_sym_u29b7] = ACTIONS(532), + [anon_sym_csv] = ACTIONS(532), + [anon_sym_json] = ACTIONS(532), + [anon_sym_xlsx] = ACTIONS(532), + [anon_sym_memberOf] = ACTIONS(532), + [anon_sym_u2208] = ACTIONS(532), + [anon_sym_imen] = ACTIONS(532), + [anon_sym_gife] = ACTIONS(532), + [anon_sym_auden] = ACTIONS(532), + [anon_sym_utfu2088] = ACTIONS(532), + [anon_sym_datetime] = ACTIONS(532), + [anon_sym_choose] = ACTIONS(532), + [anon_sym_permute] = ACTIONS(532), + [anon_sym_orient] = ACTIONS(532), + [anon_sym_u2938] = ACTIONS(532), + [anon_sym_fft] = ACTIONS(532), + [anon_sym_graphemes] = ACTIONS(532), + [anon_sym_timezone] = ACTIONS(532), + [anon_sym_around] = ACTIONS(532), + [anon_sym_u2019] = ACTIONS(532), + [anon_sym_base] = ACTIONS(532), + [anon_sym_sort] = ACTIONS(532), + [anon_sym_u2346] = ACTIONS(532), + [anon_sym_last] = ACTIONS(532), + [anon_sym_u22a3] = ACTIONS(532), + [anon_sym_reduce] = ACTIONS(532), + [anon_sym_SLASH] = ACTIONS(532), + [anon_sym_scan] = ACTIONS(532), + [anon_sym_BSLASH] = ACTIONS(532), + [anon_sym_each] = ACTIONS(532), + [anon_sym_u2235] = ACTIONS(532), + [anon_sym_rows] = ACTIONS(532), + [anon_sym_u2261] = ACTIONS(532), + [anon_sym_repeat] = ACTIONS(532), + [anon_sym_u2365] = ACTIONS(532), + [anon_sym_dip] = ACTIONS(532), + [anon_sym_u2299] = ACTIONS(532), + [anon_sym_gap] = ACTIONS(532), + [anon_sym_u22c5] = ACTIONS(532), + [anon_sym_spawn] = ACTIONS(532), + [anon_sym_rectify] = ACTIONS(532), + [anon_sym_u2305] = ACTIONS(532), + [anon_sym_un] = ACTIONS(530), + [anon_sym_u00b0] = ACTIONS(532), + [anon_sym_on] = ACTIONS(530), + [anon_sym_u27dc] = ACTIONS(532), + [anon_sym_inventory] = ACTIONS(532), + [anon_sym_u235a] = ACTIONS(532), + [anon_sym_content] = ACTIONS(532), + [anon_sym_u25c7] = ACTIONS(532), + [anon_sym_pool] = ACTIONS(532), + [anon_sym_stringify] = ACTIONS(532), + [anon_sym_signature] = ACTIONS(532), + [anon_sym_triangle] = ACTIONS(532), + [anon_sym_u25f9] = ACTIONS(532), + [anon_sym_astar] = ACTIONS(532), + [anon_sym_with] = ACTIONS(532), + [anon_sym_u2919] = ACTIONS(532), + [anon_sym_off] = ACTIONS(532), + [anon_sym_u291a] = ACTIONS(532), + [anon_sym_above] = ACTIONS(532), + [anon_sym_u25e0] = ACTIONS(532), + [anon_sym_below] = ACTIONS(532), + [anon_sym_u25e1] = ACTIONS(532), + [anon_sym_anti] = ACTIONS(532), + [anon_sym_u231d] = ACTIONS(532), + [anon_sym_obverse] = ACTIONS(532), + [anon_sym_toples] = ACTIONS(532), + [anon_sym_u29c5] = ACTIONS(532), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(532), + [anon_sym_fold] = ACTIONS(532), + [anon_sym_u2227] = ACTIONS(532), + [anon_sym_table] = ACTIONS(532), + [anon_sym_u229e] = ACTIONS(532), + [anon_sym_group] = ACTIONS(532), + [anon_sym_u2295] = ACTIONS(532), + [anon_sym_partition] = ACTIONS(532), + [anon_sym_u229c] = ACTIONS(532), + [anon_sym_both] = ACTIONS(532), + [anon_sym_u2229] = ACTIONS(532), + [anon_sym_bracket] = ACTIONS(532), + [anon_sym_u2293] = ACTIONS(532), + [anon_sym_fork] = ACTIONS(532), + [anon_sym_u2283] = ACTIONS(532), + [anon_sym_under] = ACTIONS(532), + [anon_sym_u235c] = ACTIONS(532), + [anon_sym_fill] = ACTIONS(532), + [anon_sym_u2b1a] = ACTIONS(532), + [anon_sym_try] = ACTIONS(530), + [anon_sym_u2363] = ACTIONS(532), + [anon_sym_do] = ACTIONS(530), + [anon_sym_u2362] = ACTIONS(532), + [anon_sym_f] = ACTIONS(530), + [anon_sym_by] = ACTIONS(530), + [anon_sym_u22b8] = ACTIONS(532), + [anon_sym_quote] = ACTIONS(532), + [anon_sym_u2765] = ACTIONS(532), + [anon_sym_u2192] = ACTIONS(532), + [anon_sym_u2237] = ACTIONS(532), + [anon_sym_u00b7] = ACTIONS(532), + [anon_sym_u235b] = ACTIONS(532), + [anon_sym_u2302] = ACTIONS(532), + [anon_sym_u21b0] = ACTIONS(532), + [anon_sym_unpack] = ACTIONS(532), + [anon_sym_u2290] = ACTIONS(532), + [anon_sym_u229d] = ACTIONS(532), + [anon_sym_cross] = ACTIONS(532), + [anon_sym_u22a0] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(532), + [anon_sym_deal] = ACTIONS(532), + [anon_sym_member] = ACTIONS(530), + [anon_sym_u220a] = ACTIONS(532), + [anon_sym_coordinate] = ACTIONS(532), + [anon_sym_u27d4] = ACTIONS(532), + [anon_sym_u03bb] = ACTIONS(532), + [anon_sym_u22ca] = ACTIONS(532), + [anon_sym_chunk] = ACTIONS(532), + [anon_sym_u2444] = ACTIONS(532), + [anon_sym_setinv] = ACTIONS(532), + [anon_sym_setund] = ACTIONS(532), + [anon_sym_struct] = ACTIONS(532), + [sym__endOfLine] = ACTIONS(532), }, [123] = { - [aux_sym_number_token1] = ACTIONS(648), - [sym_fraction] = ACTIONS(650), - [anon_sym_Days] = ACTIONS(648), - [anon_sym_Months] = ACTIONS(648), - [anon_sym_MonthDays] = ACTIONS(648), - [anon_sym_LeanMonthDays] = ACTIONS(648), - [anon_sym_White] = ACTIONS(648), - [anon_sym_Black] = ACTIONS(648), - [anon_sym_Red] = ACTIONS(648), - [anon_sym_Orange] = ACTIONS(648), - [anon_sym_Yellow] = ACTIONS(648), - [anon_sym_Green] = ACTIONS(648), - [anon_sym_Cyan] = ACTIONS(648), - [anon_sym_Blue] = ACTIONS(648), - [anon_sym_Purple] = ACTIONS(648), - [anon_sym_Magenta] = ACTIONS(648), - [anon_sym_Gay] = ACTIONS(648), - [anon_sym_Lesbian] = ACTIONS(648), - [anon_sym_Bi] = ACTIONS(648), - [anon_sym_Trans] = ACTIONS(648), - [anon_sym_Pan] = ACTIONS(648), - [anon_sym_Ace] = ACTIONS(648), - [anon_sym_Aro] = ACTIONS(648), - [anon_sym_Aroace] = ACTIONS(648), - [anon_sym_Enby] = ACTIONS(648), - [anon_sym_Fluid] = ACTIONS(648), - [anon_sym_Queer] = ACTIONS(648), - [anon_sym_Agender] = ACTIONS(648), - [anon_sym_PrideFlags] = ACTIONS(648), - [anon_sym_PrideFlagNames] = ACTIONS(648), - [anon_sym_True] = ACTIONS(648), - [anon_sym_False] = ACTIONS(648), - [anon_sym_NULL] = ACTIONS(648), - [anon_sym_Logo] = ACTIONS(648), - [anon_sym_Lena] = ACTIONS(648), - [anon_sym_Music] = ACTIONS(648), - [anon_sym_Lorem] = ACTIONS(648), - [anon_sym_Os] = ACTIONS(648), - [anon_sym_Family] = ACTIONS(648), - [anon_sym_Arch] = ACTIONS(648), - [anon_sym_ExeExt] = ACTIONS(648), - [anon_sym_DllExt] = ACTIONS(648), - [anon_sym_Sep] = ACTIONS(648), - [anon_sym_ThisFile] = ACTIONS(648), - [anon_sym_ThisFileName] = ACTIONS(648), - [anon_sym_ThisFileDir] = ACTIONS(648), - [anon_sym_WorkingDir] = ACTIONS(648), - [anon_sym_NumProcs] = ACTIONS(648), - [anon_sym_Planets] = ACTIONS(648), - [anon_sym_Zodiac] = ACTIONS(648), - [anon_sym_Suits] = ACTIONS(648), - [anon_sym_Cards] = ACTIONS(648), - [anon_sym_Chess] = ACTIONS(648), - [anon_sym_Moon] = ACTIONS(648), - [anon_sym_Skin] = ACTIONS(648), - [anon_sym_People] = ACTIONS(648), - [anon_sym_Hair] = ACTIONS(648), - [aux_sym_character_token1] = ACTIONS(650), - [sym_string] = ACTIONS(650), - [sym_multiLineString] = ACTIONS(650), - [sym_identifier] = ACTIONS(648), - [sym_identifierDeprecated] = ACTIONS(648), - [sym_system] = ACTIONS(650), - [sym_comment] = ACTIONS(648), - [sym_openParen] = ACTIONS(650), - [sym_openCurly] = ACTIONS(650), - [sym_closeCurly] = ACTIONS(650), - [sym_openBracket] = ACTIONS(650), - [sym_closeBracket] = ACTIONS(650), - [anon_sym_CARET] = ACTIONS(650), - [anon_sym_SQUOTE] = ACTIONS(648), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(650), - [anon_sym_e] = ACTIONS(648), - [anon_sym_NaN] = ACTIONS(648), - [anon_sym_eta] = ACTIONS(650), - [anon_sym_u03b7] = ACTIONS(648), - [anon_sym_pi] = ACTIONS(648), - [anon_sym_u03c0] = ACTIONS(648), - [anon_sym_tau] = ACTIONS(650), - [anon_sym_u03c4] = ACTIONS(648), - [anon_sym_infinity] = ACTIONS(650), - [anon_sym_u221e] = ACTIONS(650), - [anon_sym_W] = ACTIONS(648), - [anon_sym_i] = ACTIONS(648), - [anon_sym_MaxInt] = ACTIONS(648), - [anon_sym_HexDigits] = ACTIONS(648), - [anon_sym_DOT] = ACTIONS(650), - [anon_sym_COMMA] = ACTIONS(650), - [anon_sym_COLON] = ACTIONS(650), - [anon_sym_u25cc] = ACTIONS(650), - [anon_sym_identity] = ACTIONS(650), - [anon_sym_id] = ACTIONS(648), - [anon_sym_u2218] = ACTIONS(650), - [anon_sym_not] = ACTIONS(650), - [anon_sym_u00ac] = ACTIONS(650), - [anon_sym_sign] = ACTIONS(648), - [anon_sym_u00b1] = ACTIONS(650), - [anon_sym_BQUOTE] = ACTIONS(650), - [anon_sym_u00af] = ACTIONS(648), - [anon_sym_absolutevalue] = ACTIONS(650), - [anon_sym_u2335] = ACTIONS(650), - [anon_sym_sqrt] = ACTIONS(650), - [anon_sym_u221a] = ACTIONS(650), - [anon_sym_sine] = ACTIONS(650), - [anon_sym_u25cb] = ACTIONS(650), - [anon_sym_u223f] = ACTIONS(650), - [anon_sym_floor] = ACTIONS(650), - [anon_sym_u230a] = ACTIONS(650), - [anon_sym_ceiling] = ACTIONS(650), - [anon_sym_u2308] = ACTIONS(650), - [anon_sym_round] = ACTIONS(650), - [anon_sym_u2045] = ACTIONS(650), - [anon_sym_EQ] = ACTIONS(650), - [anon_sym_BANG_EQ] = ACTIONS(650), - [anon_sym_u2260] = ACTIONS(650), - [anon_sym_LT] = ACTIONS(648), - [anon_sym_LT_EQ] = ACTIONS(650), - [anon_sym_u2264] = ACTIONS(650), - [anon_sym_GT] = ACTIONS(648), - [anon_sym_GT_EQ] = ACTIONS(650), - [anon_sym_u2265] = ACTIONS(650), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_STAR] = ACTIONS(650), - [anon_sym_u00d7] = ACTIONS(650), - [anon_sym_PERCENT] = ACTIONS(650), - [anon_sym_u00f7] = ACTIONS(650), - [anon_sym_modulus] = ACTIONS(650), - [anon_sym_u25ff] = ACTIONS(650), - [anon_sym_power] = ACTIONS(650), - [anon_sym_u207f] = ACTIONS(650), - [anon_sym_logarithm] = ACTIONS(650), - [anon_sym_u2099] = ACTIONS(650), - [anon_sym_minimum] = ACTIONS(650), - [anon_sym_u21a7] = ACTIONS(650), - [anon_sym_maximum] = ACTIONS(650), - [anon_sym_u21a5] = ACTIONS(650), - [anon_sym_atangent] = ACTIONS(650), - [anon_sym_u2220] = ACTIONS(650), - [anon_sym_length] = ACTIONS(650), - [anon_sym_u29fb] = ACTIONS(650), - [anon_sym_shape] = ACTIONS(650), - [anon_sym_u25b3] = ACTIONS(650), - [anon_sym_range] = ACTIONS(650), - [anon_sym_u21e1] = ACTIONS(650), - [anon_sym_first] = ACTIONS(650), - [anon_sym_u22a2] = ACTIONS(650), - [anon_sym_reverse] = ACTIONS(650), - [anon_sym_u21cc] = ACTIONS(650), - [anon_sym_deshape] = ACTIONS(650), - [anon_sym_u266d] = ACTIONS(650), - [anon_sym_bits] = ACTIONS(650), - [anon_sym_u22ef] = ACTIONS(650), - [anon_sym_transpose] = ACTIONS(650), - [anon_sym_u2349] = ACTIONS(650), - [anon_sym_rise] = ACTIONS(650), - [anon_sym_u234f] = ACTIONS(650), - [anon_sym_fall] = ACTIONS(650), - [anon_sym_u2356] = ACTIONS(650), - [anon_sym_where] = ACTIONS(650), - [anon_sym_u229a] = ACTIONS(650), - [anon_sym_classify] = ACTIONS(650), - [anon_sym_u229b] = ACTIONS(650), - [anon_sym_deduplicate] = ACTIONS(650), - [anon_sym_u25f4] = ACTIONS(650), - [anon_sym_box] = ACTIONS(650), - [anon_sym_u25a1] = ACTIONS(650), - [anon_sym_match] = ACTIONS(650), - [anon_sym_u224d] = ACTIONS(650), - [anon_sym_couple] = ACTIONS(650), - [anon_sym_u229f] = ACTIONS(650), - [anon_sym_join] = ACTIONS(650), - [anon_sym_u2282] = ACTIONS(650), - [anon_sym_select] = ACTIONS(650), - [anon_sym_u228f] = ACTIONS(650), - [anon_sym_pick] = ACTIONS(650), - [anon_sym_u22a1] = ACTIONS(650), - [anon_sym_reshape] = ACTIONS(650), - [anon_sym_u21af] = ACTIONS(650), - [anon_sym_take] = ACTIONS(650), - [anon_sym_u2199] = ACTIONS(650), - [anon_sym_drop] = ACTIONS(650), - [anon_sym_u2198] = ACTIONS(650), - [anon_sym_rotate] = ACTIONS(650), - [anon_sym_u21bb] = ACTIONS(650), - [anon_sym_windows] = ACTIONS(650), - [anon_sym_u25eb] = ACTIONS(650), - [anon_sym_keep] = ACTIONS(650), - [anon_sym_u25bd] = ACTIONS(650), - [anon_sym_find] = ACTIONS(650), - [anon_sym_u2315] = ACTIONS(650), - [anon_sym_indexof] = ACTIONS(650), - [anon_sym_u2297] = ACTIONS(650), - [anon_sym_assert] = ACTIONS(650), - [anon_sym_u2364] = ACTIONS(650), - [anon_sym_wait] = ACTIONS(650), - [anon_sym_parse] = ACTIONS(650), - [anon_sym_u22d5] = ACTIONS(650), - [anon_sym_random] = ACTIONS(650), - [anon_sym_u2682] = ACTIONS(650), - [anon_sym_gen] = ACTIONS(650), - [anon_sym_tag] = ACTIONS(650), - [anon_sym_now] = ACTIONS(650), - [anon_sym_type] = ACTIONS(650), - [anon_sym_u2e2e] = ACTIONS(650), - [anon_sym_dump] = ACTIONS(650), - [anon_sym_regex] = ACTIONS(650), - [anon_sym_send] = ACTIONS(650), - [anon_sym_recv] = ACTIONS(650), - [anon_sym_tryrecv] = ACTIONS(650), - [anon_sym_complex] = ACTIONS(650), - [anon_sym_u2102] = ACTIONS(650), - [anon_sym_rerank] = ACTIONS(650), - [anon_sym_u2607] = ACTIONS(650), - [anon_sym_fix] = ACTIONS(650), - [anon_sym_u00a4] = ACTIONS(650), - [anon_sym_QMARK] = ACTIONS(650), - [anon_sym_unique] = ACTIONS(650), - [anon_sym_u25f0] = ACTIONS(650), - [anon_sym_map] = ACTIONS(650), - [anon_sym_has] = ACTIONS(650), - [anon_sym_get] = ACTIONS(650), - [anon_sym_insert] = ACTIONS(650), - [anon_sym_remove] = ACTIONS(650), - [anon_sym_repr] = ACTIONS(650), - [anon_sym_mask] = ACTIONS(650), - [anon_sym_u29b7] = ACTIONS(650), - [anon_sym_csv] = ACTIONS(650), - [anon_sym_json] = ACTIONS(650), - [anon_sym_xlsx] = ACTIONS(650), - [anon_sym_memberOf] = ACTIONS(650), - [anon_sym_u2208] = ACTIONS(650), - [anon_sym_imen] = ACTIONS(650), - [anon_sym_gife] = ACTIONS(650), - [anon_sym_auden] = ACTIONS(650), - [anon_sym_utfu2088] = ACTIONS(650), - [anon_sym_datetime] = ACTIONS(650), - [anon_sym_chunk] = ACTIONS(650), - [anon_sym_u2444] = ACTIONS(650), - [anon_sym_choose] = ACTIONS(650), - [anon_sym_permute] = ACTIONS(650), - [anon_sym_orient] = ACTIONS(650), - [anon_sym_fft] = ACTIONS(650), - [anon_sym_reduce] = ACTIONS(650), - [anon_sym_SLASH] = ACTIONS(650), - [anon_sym_scan] = ACTIONS(650), - [anon_sym_BSLASH] = ACTIONS(650), - [anon_sym_each] = ACTIONS(650), - [anon_sym_u2235] = ACTIONS(650), - [anon_sym_rows] = ACTIONS(650), - [anon_sym_u2261] = ACTIONS(650), - [anon_sym_repeat] = ACTIONS(650), - [anon_sym_u2365] = ACTIONS(650), - [anon_sym_dip] = ACTIONS(650), - [anon_sym_u2299] = ACTIONS(650), - [anon_sym_gap] = ACTIONS(650), - [anon_sym_u22c5] = ACTIONS(650), - [anon_sym_spawn] = ACTIONS(650), - [anon_sym_rectify] = ACTIONS(650), - [anon_sym_u2305] = ACTIONS(650), - [anon_sym_un] = ACTIONS(648), - [anon_sym_u00b0] = ACTIONS(650), - [anon_sym_on] = ACTIONS(648), - [anon_sym_u27dc] = ACTIONS(650), - [anon_sym_inventory] = ACTIONS(650), - [anon_sym_u235a] = ACTIONS(650), - [anon_sym_content] = ACTIONS(650), - [anon_sym_u25c7] = ACTIONS(650), - [anon_sym_pool] = ACTIONS(650), - [anon_sym_stringify] = ACTIONS(650), - [anon_sym_signature] = ACTIONS(650), - [anon_sym_triangle] = ACTIONS(650), - [anon_sym_u25f9] = ACTIONS(650), - [anon_sym_astar] = ACTIONS(650), - [anon_sym_but] = ACTIONS(650), - [anon_sym_u2919] = ACTIONS(650), - [anon_sym_with] = ACTIONS(650), - [anon_sym_u291a] = ACTIONS(650), - [anon_sym_above] = ACTIONS(650), - [anon_sym_u25e0] = ACTIONS(650), - [anon_sym_below] = ACTIONS(650), - [anon_sym_u25e1] = ACTIONS(650), - [anon_sym_fold] = ACTIONS(650), - [anon_sym_u2227] = ACTIONS(650), - [anon_sym_table] = ACTIONS(650), - [anon_sym_u229e] = ACTIONS(650), - [anon_sym_group] = ACTIONS(650), - [anon_sym_u2295] = ACTIONS(650), - [anon_sym_partition] = ACTIONS(650), - [anon_sym_u229c] = ACTIONS(650), - [anon_sym_both] = ACTIONS(650), - [anon_sym_u2229] = ACTIONS(650), - [anon_sym_bracket] = ACTIONS(650), - [anon_sym_u2293] = ACTIONS(650), - [anon_sym_fork] = ACTIONS(650), - [anon_sym_u2283] = ACTIONS(650), - [anon_sym_under] = ACTIONS(650), - [anon_sym_u235c] = ACTIONS(650), - [anon_sym_fill] = ACTIONS(650), - [anon_sym_u2b1a] = ACTIONS(650), - [anon_sym_try] = ACTIONS(648), - [anon_sym_u2363] = ACTIONS(650), - [anon_sym_do] = ACTIONS(648), - [anon_sym_u2362] = ACTIONS(650), - [anon_sym_setinv] = ACTIONS(650), - [anon_sym_setunder] = ACTIONS(650), - [anon_sym_f] = ACTIONS(648), - [anon_sym_by] = ACTIONS(648), - [anon_sym_u22b8] = ACTIONS(650), - [anon_sym_quote] = ACTIONS(650), - [anon_sym_struct] = ACTIONS(650), - [anon_sym_u2765] = ACTIONS(650), - [anon_sym_u2192] = ACTIONS(650), - [anon_sym_u2237] = ACTIONS(650), - [anon_sym_u00b7] = ACTIONS(650), - [anon_sym_u235b] = ACTIONS(650), - [anon_sym_u2302] = ACTIONS(650), - [anon_sym_u21b0] = ACTIONS(650), - [anon_sym_unpack] = ACTIONS(650), - [anon_sym_u2290] = ACTIONS(650), - [anon_sym_u229d] = ACTIONS(650), - [anon_sym_cross] = ACTIONS(650), - [anon_sym_u22a0] = ACTIONS(650), - [anon_sym_SEMI] = ACTIONS(650), - [anon_sym_deal] = ACTIONS(650), - [anon_sym_strands] = ACTIONS(650), - [anon_sym_u203f] = ACTIONS(650), - [anon_sym_member] = ACTIONS(648), - [anon_sym_u220a] = ACTIONS(650), - [anon_sym_coordinate] = ACTIONS(650), - [anon_sym_u27d4] = ACTIONS(650), - [anon_sym_u03bb] = ACTIONS(650), - [anon_sym_u22ca] = ACTIONS(650), - [sym__endOfLine] = ACTIONS(650), + [ts_builtin_sym_end] = ACTIONS(564), + [aux_sym_number_token1] = ACTIONS(562), + [sym_fraction] = ACTIONS(564), + [anon_sym_Days] = ACTIONS(562), + [anon_sym_Months] = ACTIONS(562), + [anon_sym_MonthDays] = ACTIONS(562), + [anon_sym_LeanMonthDays] = ACTIONS(562), + [anon_sym_White] = ACTIONS(562), + [anon_sym_Black] = ACTIONS(562), + [anon_sym_Red] = ACTIONS(562), + [anon_sym_Orange] = ACTIONS(562), + [anon_sym_Yellow] = ACTIONS(562), + [anon_sym_Green] = ACTIONS(562), + [anon_sym_Cyan] = ACTIONS(562), + [anon_sym_Blue] = ACTIONS(562), + [anon_sym_Purple] = ACTIONS(562), + [anon_sym_Magenta] = ACTIONS(562), + [anon_sym_Gay] = ACTIONS(562), + [anon_sym_Lesbian] = ACTIONS(562), + [anon_sym_Bi] = ACTIONS(562), + [anon_sym_Trans] = ACTIONS(562), + [anon_sym_Pan] = ACTIONS(562), + [anon_sym_Ace] = ACTIONS(562), + [anon_sym_Aro] = ACTIONS(562), + [anon_sym_Aroace] = ACTIONS(562), + [anon_sym_Enby] = ACTIONS(562), + [anon_sym_Fluid] = ACTIONS(562), + [anon_sym_Queer] = ACTIONS(562), + [anon_sym_Agender] = ACTIONS(562), + [anon_sym_PrideFlags] = ACTIONS(562), + [anon_sym_PrideFlagNames] = ACTIONS(562), + [anon_sym_True] = ACTIONS(562), + [anon_sym_False] = ACTIONS(562), + [anon_sym_NULL] = ACTIONS(562), + [anon_sym_Logo] = ACTIONS(562), + [anon_sym_Lena] = ACTIONS(562), + [anon_sym_Music] = ACTIONS(562), + [anon_sym_Lorem] = ACTIONS(562), + [anon_sym_Os] = ACTIONS(562), + [anon_sym_Family] = ACTIONS(562), + [anon_sym_Arch] = ACTIONS(562), + [anon_sym_ExeExt] = ACTIONS(562), + [anon_sym_DllExt] = ACTIONS(562), + [anon_sym_Sep] = ACTIONS(562), + [anon_sym_ThisFile] = ACTIONS(562), + [anon_sym_ThisFileName] = ACTIONS(562), + [anon_sym_ThisFileDir] = ACTIONS(562), + [anon_sym_WorkingDir] = ACTIONS(562), + [anon_sym_NumProcs] = ACTIONS(562), + [anon_sym_Planets] = ACTIONS(562), + [anon_sym_Zodiac] = ACTIONS(562), + [anon_sym_Suits] = ACTIONS(562), + [anon_sym_Cards] = ACTIONS(562), + [anon_sym_Chess] = ACTIONS(562), + [anon_sym_Moon] = ACTIONS(562), + [anon_sym_Skin] = ACTIONS(562), + [anon_sym_People] = ACTIONS(562), + [anon_sym_Hair] = ACTIONS(562), + [anon_sym_Cat] = ACTIONS(562), + [aux_sym_character_token1] = ACTIONS(564), + [sym_string] = ACTIONS(564), + [sym_multiLineString] = ACTIONS(564), + [sym_identifier] = ACTIONS(562), + [sym_identifierDeprecated] = ACTIONS(562), + [sym_system] = ACTIONS(564), + [sym_comment] = ACTIONS(562), + [sym_openParen] = ACTIONS(564), + [sym_openCurly] = ACTIONS(564), + [sym_openBracket] = ACTIONS(562), + [sym_underscore] = ACTIONS(564), + [anon_sym_CARET] = ACTIONS(564), + [anon_sym_SQUOTE] = ACTIONS(562), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(564), + [anon_sym_e] = ACTIONS(562), + [anon_sym_NaN] = ACTIONS(562), + [anon_sym_eta] = ACTIONS(564), + [anon_sym_u03b7] = ACTIONS(562), + [anon_sym_pi] = ACTIONS(562), + [anon_sym_u03c0] = ACTIONS(562), + [anon_sym_tau] = ACTIONS(564), + [anon_sym_u03c4] = ACTIONS(562), + [anon_sym_infinity] = ACTIONS(564), + [anon_sym_u221e] = ACTIONS(564), + [anon_sym_W] = ACTIONS(562), + [anon_sym_i] = ACTIONS(562), + [anon_sym_MaxInt] = ACTIONS(562), + [anon_sym_HexDigits] = ACTIONS(562), + [anon_sym_DOT] = ACTIONS(564), + [anon_sym_COMMA] = ACTIONS(564), + [anon_sym_COLON] = ACTIONS(564), + [anon_sym_u25cc] = ACTIONS(564), + [anon_sym_identity] = ACTIONS(564), + [anon_sym_id] = ACTIONS(562), + [anon_sym_u2218] = ACTIONS(564), + [anon_sym_not] = ACTIONS(564), + [anon_sym_u00ac] = ACTIONS(564), + [anon_sym_sign] = ACTIONS(562), + [anon_sym_u00b1] = ACTIONS(564), + [anon_sym_BQUOTE] = ACTIONS(564), + [anon_sym_u00af] = ACTIONS(562), + [anon_sym_absolutevalue] = ACTIONS(564), + [anon_sym_u2335] = ACTIONS(564), + [anon_sym_sqrt] = ACTIONS(564), + [anon_sym_u221a] = ACTIONS(564), + [anon_sym_sine] = ACTIONS(564), + [anon_sym_u25cb] = ACTIONS(564), + [anon_sym_u223f] = ACTIONS(564), + [anon_sym_floor] = ACTIONS(564), + [anon_sym_u230a] = ACTIONS(564), + [anon_sym_ceiling] = ACTIONS(564), + [anon_sym_u2308] = ACTIONS(564), + [anon_sym_round] = ACTIONS(564), + [anon_sym_u2045] = ACTIONS(564), + [anon_sym_EQ] = ACTIONS(564), + [anon_sym_BANG_EQ] = ACTIONS(564), + [anon_sym_u2260] = ACTIONS(564), + [anon_sym_LT] = ACTIONS(562), + [anon_sym_LT_EQ] = ACTIONS(564), + [anon_sym_u2264] = ACTIONS(564), + [anon_sym_GT] = ACTIONS(562), + [anon_sym_GT_EQ] = ACTIONS(564), + [anon_sym_u2265] = ACTIONS(564), + [anon_sym_PLUS] = ACTIONS(564), + [anon_sym_DASH] = ACTIONS(564), + [anon_sym_STAR] = ACTIONS(564), + [anon_sym_u00d7] = ACTIONS(564), + [anon_sym_PERCENT] = ACTIONS(564), + [anon_sym_u00f7] = ACTIONS(564), + [anon_sym_modulus] = ACTIONS(564), + [anon_sym_u25ff] = ACTIONS(564), + [anon_sym_power] = ACTIONS(564), + [anon_sym_u207f] = ACTIONS(564), + [anon_sym_logarithm] = ACTIONS(564), + [anon_sym_u2099] = ACTIONS(564), + [anon_sym_minimum] = ACTIONS(564), + [anon_sym_u21a7] = ACTIONS(564), + [anon_sym_maximum] = ACTIONS(564), + [anon_sym_u21a5] = ACTIONS(564), + [anon_sym_atangent] = ACTIONS(564), + [anon_sym_u2220] = ACTIONS(564), + [anon_sym_length] = ACTIONS(564), + [anon_sym_u29fb] = ACTIONS(564), + [anon_sym_shape] = ACTIONS(564), + [anon_sym_u25b3] = ACTIONS(564), + [anon_sym_range] = ACTIONS(564), + [anon_sym_u21e1] = ACTIONS(564), + [anon_sym_first] = ACTIONS(564), + [anon_sym_u22a2] = ACTIONS(564), + [anon_sym_reverse] = ACTIONS(564), + [anon_sym_u21cc] = ACTIONS(564), + [anon_sym_deshape] = ACTIONS(564), + [anon_sym_u266d] = ACTIONS(564), + [anon_sym_bits] = ACTIONS(564), + [anon_sym_u22ef] = ACTIONS(564), + [anon_sym_transpose] = ACTIONS(564), + [anon_sym_u2349] = ACTIONS(564), + [anon_sym_rise] = ACTIONS(564), + [anon_sym_u234f] = ACTIONS(564), + [anon_sym_fall] = ACTIONS(564), + [anon_sym_u2356] = ACTIONS(564), + [anon_sym_where] = ACTIONS(564), + [anon_sym_u229a] = ACTIONS(564), + [anon_sym_classify] = ACTIONS(564), + [anon_sym_u229b] = ACTIONS(564), + [anon_sym_deduplicate] = ACTIONS(564), + [anon_sym_u25f4] = ACTIONS(564), + [anon_sym_box] = ACTIONS(564), + [anon_sym_u25a1] = ACTIONS(564), + [anon_sym_match] = ACTIONS(564), + [anon_sym_u224d] = ACTIONS(564), + [anon_sym_couple] = ACTIONS(564), + [anon_sym_u229f] = ACTIONS(564), + [anon_sym_join] = ACTIONS(564), + [anon_sym_u2282] = ACTIONS(564), + [anon_sym_select] = ACTIONS(564), + [anon_sym_u228f] = ACTIONS(564), + [anon_sym_pick] = ACTIONS(564), + [anon_sym_u22a1] = ACTIONS(564), + [anon_sym_reshape] = ACTIONS(564), + [anon_sym_u21af] = ACTIONS(564), + [anon_sym_take] = ACTIONS(564), + [anon_sym_u2199] = ACTIONS(564), + [anon_sym_drop] = ACTIONS(564), + [anon_sym_u2198] = ACTIONS(564), + [anon_sym_rotate] = ACTIONS(564), + [anon_sym_u21bb] = ACTIONS(564), + [anon_sym_windows] = ACTIONS(564), + [anon_sym_u25eb] = ACTIONS(564), + [anon_sym_keep] = ACTIONS(564), + [anon_sym_u25bd] = ACTIONS(564), + [anon_sym_find] = ACTIONS(564), + [anon_sym_u2315] = ACTIONS(564), + [anon_sym_indexof] = ACTIONS(564), + [anon_sym_u2297] = ACTIONS(564), + [anon_sym_assert] = ACTIONS(564), + [anon_sym_u2364] = ACTIONS(564), + [anon_sym_wait] = ACTIONS(564), + [anon_sym_parse] = ACTIONS(564), + [anon_sym_u22d5] = ACTIONS(564), + [anon_sym_random] = ACTIONS(564), + [anon_sym_u2682] = ACTIONS(564), + [anon_sym_gen] = ACTIONS(564), + [anon_sym_tag] = ACTIONS(564), + [anon_sym_now] = ACTIONS(564), + [anon_sym_type] = ACTIONS(564), + [anon_sym_u2e2e] = ACTIONS(564), + [anon_sym_dump] = ACTIONS(564), + [anon_sym_regex] = ACTIONS(564), + [anon_sym_send] = ACTIONS(564), + [anon_sym_recv] = ACTIONS(564), + [anon_sym_tryrecv] = ACTIONS(564), + [anon_sym_complex] = ACTIONS(564), + [anon_sym_u2102] = ACTIONS(564), + [anon_sym_rerank] = ACTIONS(564), + [anon_sym_u2607] = ACTIONS(564), + [anon_sym_fix] = ACTIONS(564), + [anon_sym_u00a4] = ACTIONS(564), + [anon_sym_QMARK] = ACTIONS(564), + [anon_sym_unique] = ACTIONS(564), + [anon_sym_u25f0] = ACTIONS(564), + [anon_sym_map] = ACTIONS(564), + [anon_sym_has] = ACTIONS(564), + [anon_sym_get] = ACTIONS(564), + [anon_sym_insert] = ACTIONS(564), + [anon_sym_remove] = ACTIONS(564), + [anon_sym_repr] = ACTIONS(564), + [anon_sym_mask] = ACTIONS(564), + [anon_sym_u29b7] = ACTIONS(564), + [anon_sym_csv] = ACTIONS(564), + [anon_sym_json] = ACTIONS(564), + [anon_sym_xlsx] = ACTIONS(564), + [anon_sym_memberOf] = ACTIONS(564), + [anon_sym_u2208] = ACTIONS(564), + [anon_sym_imen] = ACTIONS(564), + [anon_sym_gife] = ACTIONS(564), + [anon_sym_auden] = ACTIONS(564), + [anon_sym_utfu2088] = ACTIONS(564), + [anon_sym_datetime] = ACTIONS(564), + [anon_sym_choose] = ACTIONS(564), + [anon_sym_permute] = ACTIONS(564), + [anon_sym_orient] = ACTIONS(564), + [anon_sym_u2938] = ACTIONS(564), + [anon_sym_fft] = ACTIONS(564), + [anon_sym_graphemes] = ACTIONS(564), + [anon_sym_timezone] = ACTIONS(564), + [anon_sym_around] = ACTIONS(564), + [anon_sym_u2019] = ACTIONS(564), + [anon_sym_base] = ACTIONS(564), + [anon_sym_sort] = ACTIONS(564), + [anon_sym_u2346] = ACTIONS(564), + [anon_sym_last] = ACTIONS(564), + [anon_sym_u22a3] = ACTIONS(564), + [anon_sym_reduce] = ACTIONS(564), + [anon_sym_SLASH] = ACTIONS(564), + [anon_sym_scan] = ACTIONS(564), + [anon_sym_BSLASH] = ACTIONS(564), + [anon_sym_each] = ACTIONS(564), + [anon_sym_u2235] = ACTIONS(564), + [anon_sym_rows] = ACTIONS(564), + [anon_sym_u2261] = ACTIONS(564), + [anon_sym_repeat] = ACTIONS(564), + [anon_sym_u2365] = ACTIONS(564), + [anon_sym_dip] = ACTIONS(564), + [anon_sym_u2299] = ACTIONS(564), + [anon_sym_gap] = ACTIONS(564), + [anon_sym_u22c5] = ACTIONS(564), + [anon_sym_spawn] = ACTIONS(564), + [anon_sym_rectify] = ACTIONS(564), + [anon_sym_u2305] = ACTIONS(564), + [anon_sym_un] = ACTIONS(562), + [anon_sym_u00b0] = ACTIONS(564), + [anon_sym_on] = ACTIONS(562), + [anon_sym_u27dc] = ACTIONS(564), + [anon_sym_inventory] = ACTIONS(564), + [anon_sym_u235a] = ACTIONS(564), + [anon_sym_content] = ACTIONS(564), + [anon_sym_u25c7] = ACTIONS(564), + [anon_sym_pool] = ACTIONS(564), + [anon_sym_stringify] = ACTIONS(564), + [anon_sym_signature] = ACTIONS(564), + [anon_sym_triangle] = ACTIONS(564), + [anon_sym_u25f9] = ACTIONS(564), + [anon_sym_astar] = ACTIONS(564), + [anon_sym_with] = ACTIONS(564), + [anon_sym_u2919] = ACTIONS(564), + [anon_sym_off] = ACTIONS(564), + [anon_sym_u291a] = ACTIONS(564), + [anon_sym_above] = ACTIONS(564), + [anon_sym_u25e0] = ACTIONS(564), + [anon_sym_below] = ACTIONS(564), + [anon_sym_u25e1] = ACTIONS(564), + [anon_sym_anti] = ACTIONS(564), + [anon_sym_u231d] = ACTIONS(564), + [anon_sym_obverse] = ACTIONS(564), + [anon_sym_toples] = ACTIONS(564), + [anon_sym_u29c5] = ACTIONS(564), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(564), + [anon_sym_fold] = ACTIONS(564), + [anon_sym_u2227] = ACTIONS(564), + [anon_sym_table] = ACTIONS(564), + [anon_sym_u229e] = ACTIONS(564), + [anon_sym_group] = ACTIONS(564), + [anon_sym_u2295] = ACTIONS(564), + [anon_sym_partition] = ACTIONS(564), + [anon_sym_u229c] = ACTIONS(564), + [anon_sym_both] = ACTIONS(564), + [anon_sym_u2229] = ACTIONS(564), + [anon_sym_bracket] = ACTIONS(564), + [anon_sym_u2293] = ACTIONS(564), + [anon_sym_fork] = ACTIONS(564), + [anon_sym_u2283] = ACTIONS(564), + [anon_sym_under] = ACTIONS(564), + [anon_sym_u235c] = ACTIONS(564), + [anon_sym_fill] = ACTIONS(564), + [anon_sym_u2b1a] = ACTIONS(564), + [anon_sym_try] = ACTIONS(562), + [anon_sym_u2363] = ACTIONS(564), + [anon_sym_do] = ACTIONS(562), + [anon_sym_u2362] = ACTIONS(564), + [anon_sym_f] = ACTIONS(562), + [anon_sym_by] = ACTIONS(562), + [anon_sym_u22b8] = ACTIONS(564), + [anon_sym_quote] = ACTIONS(564), + [anon_sym_u2765] = ACTIONS(564), + [anon_sym_u2192] = ACTIONS(564), + [anon_sym_u2237] = ACTIONS(564), + [anon_sym_u00b7] = ACTIONS(564), + [anon_sym_u235b] = ACTIONS(564), + [anon_sym_u2302] = ACTIONS(564), + [anon_sym_u21b0] = ACTIONS(564), + [anon_sym_unpack] = ACTIONS(564), + [anon_sym_u2290] = ACTIONS(564), + [anon_sym_u229d] = ACTIONS(564), + [anon_sym_cross] = ACTIONS(564), + [anon_sym_u22a0] = ACTIONS(564), + [anon_sym_SEMI] = ACTIONS(564), + [anon_sym_deal] = ACTIONS(564), + [anon_sym_member] = ACTIONS(562), + [anon_sym_u220a] = ACTIONS(564), + [anon_sym_coordinate] = ACTIONS(564), + [anon_sym_u27d4] = ACTIONS(564), + [anon_sym_u03bb] = ACTIONS(564), + [anon_sym_u22ca] = ACTIONS(564), + [anon_sym_chunk] = ACTIONS(564), + [anon_sym_u2444] = ACTIONS(564), + [anon_sym_setinv] = ACTIONS(564), + [anon_sym_setund] = ACTIONS(564), + [anon_sym_struct] = ACTIONS(564), + [sym__endOfLine] = ACTIONS(564), }, [124] = { - [ts_builtin_sym_end] = ACTIONS(566), - [aux_sym_number_token1] = ACTIONS(564), - [sym_fraction] = ACTIONS(566), - [anon_sym_Days] = ACTIONS(564), - [anon_sym_Months] = ACTIONS(564), - [anon_sym_MonthDays] = ACTIONS(564), - [anon_sym_LeanMonthDays] = ACTIONS(564), - [anon_sym_White] = ACTIONS(564), - [anon_sym_Black] = ACTIONS(564), - [anon_sym_Red] = ACTIONS(564), - [anon_sym_Orange] = ACTIONS(564), - [anon_sym_Yellow] = ACTIONS(564), - [anon_sym_Green] = ACTIONS(564), - [anon_sym_Cyan] = ACTIONS(564), - [anon_sym_Blue] = ACTIONS(564), - [anon_sym_Purple] = ACTIONS(564), - [anon_sym_Magenta] = ACTIONS(564), - [anon_sym_Gay] = ACTIONS(564), - [anon_sym_Lesbian] = ACTIONS(564), - [anon_sym_Bi] = ACTIONS(564), - [anon_sym_Trans] = ACTIONS(564), - [anon_sym_Pan] = ACTIONS(564), - [anon_sym_Ace] = ACTIONS(564), - [anon_sym_Aro] = ACTIONS(564), - [anon_sym_Aroace] = ACTIONS(564), - [anon_sym_Enby] = ACTIONS(564), - [anon_sym_Fluid] = ACTIONS(564), - [anon_sym_Queer] = ACTIONS(564), - [anon_sym_Agender] = ACTIONS(564), - [anon_sym_PrideFlags] = ACTIONS(564), - [anon_sym_PrideFlagNames] = ACTIONS(564), - [anon_sym_True] = ACTIONS(564), - [anon_sym_False] = ACTIONS(564), - [anon_sym_NULL] = ACTIONS(564), - [anon_sym_Logo] = ACTIONS(564), - [anon_sym_Lena] = ACTIONS(564), - [anon_sym_Music] = ACTIONS(564), - [anon_sym_Lorem] = ACTIONS(564), - [anon_sym_Os] = ACTIONS(564), - [anon_sym_Family] = ACTIONS(564), - [anon_sym_Arch] = ACTIONS(564), - [anon_sym_ExeExt] = ACTIONS(564), - [anon_sym_DllExt] = ACTIONS(564), - [anon_sym_Sep] = ACTIONS(564), - [anon_sym_ThisFile] = ACTIONS(564), - [anon_sym_ThisFileName] = ACTIONS(564), - [anon_sym_ThisFileDir] = ACTIONS(564), - [anon_sym_WorkingDir] = ACTIONS(564), - [anon_sym_NumProcs] = ACTIONS(564), - [anon_sym_Planets] = ACTIONS(564), - [anon_sym_Zodiac] = ACTIONS(564), - [anon_sym_Suits] = ACTIONS(564), - [anon_sym_Cards] = ACTIONS(564), - [anon_sym_Chess] = ACTIONS(564), - [anon_sym_Moon] = ACTIONS(564), - [anon_sym_Skin] = ACTIONS(564), - [anon_sym_People] = ACTIONS(564), - [anon_sym_Hair] = ACTIONS(564), - [aux_sym_character_token1] = ACTIONS(566), - [sym_string] = ACTIONS(566), - [sym_multiLineString] = ACTIONS(566), - [sym_identifier] = ACTIONS(564), - [sym_identifierDeprecated] = ACTIONS(564), - [sym_system] = ACTIONS(566), - [sym_comment] = ACTIONS(564), - [sym_openParen] = ACTIONS(566), - [sym_openCurly] = ACTIONS(566), - [sym_openBracket] = ACTIONS(566), - [sym_underscore] = ACTIONS(566), - [anon_sym_CARET] = ACTIONS(566), - [anon_sym_SQUOTE] = ACTIONS(564), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(566), - [anon_sym_e] = ACTIONS(564), - [anon_sym_NaN] = ACTIONS(564), - [anon_sym_eta] = ACTIONS(566), - [anon_sym_u03b7] = ACTIONS(564), - [anon_sym_pi] = ACTIONS(564), - [anon_sym_u03c0] = ACTIONS(564), - [anon_sym_tau] = ACTIONS(566), - [anon_sym_u03c4] = ACTIONS(564), - [anon_sym_infinity] = ACTIONS(566), - [anon_sym_u221e] = ACTIONS(566), - [anon_sym_W] = ACTIONS(564), - [anon_sym_i] = ACTIONS(564), - [anon_sym_MaxInt] = ACTIONS(564), - [anon_sym_HexDigits] = ACTIONS(564), - [anon_sym_DOT] = ACTIONS(566), - [anon_sym_COMMA] = ACTIONS(566), - [anon_sym_COLON] = ACTIONS(566), - [anon_sym_u25cc] = ACTIONS(566), - [anon_sym_identity] = ACTIONS(566), - [anon_sym_id] = ACTIONS(564), - [anon_sym_u2218] = ACTIONS(566), - [anon_sym_not] = ACTIONS(566), - [anon_sym_u00ac] = ACTIONS(566), - [anon_sym_sign] = ACTIONS(564), - [anon_sym_u00b1] = ACTIONS(566), - [anon_sym_BQUOTE] = ACTIONS(566), - [anon_sym_u00af] = ACTIONS(564), - [anon_sym_absolutevalue] = ACTIONS(566), - [anon_sym_u2335] = ACTIONS(566), - [anon_sym_sqrt] = ACTIONS(566), - [anon_sym_u221a] = ACTIONS(566), - [anon_sym_sine] = ACTIONS(566), - [anon_sym_u25cb] = ACTIONS(566), - [anon_sym_u223f] = ACTIONS(566), - [anon_sym_floor] = ACTIONS(566), - [anon_sym_u230a] = ACTIONS(566), - [anon_sym_ceiling] = ACTIONS(566), - [anon_sym_u2308] = ACTIONS(566), - [anon_sym_round] = ACTIONS(566), - [anon_sym_u2045] = ACTIONS(566), - [anon_sym_EQ] = ACTIONS(566), - [anon_sym_BANG_EQ] = ACTIONS(566), - [anon_sym_u2260] = ACTIONS(566), - [anon_sym_LT] = ACTIONS(564), - [anon_sym_LT_EQ] = ACTIONS(566), - [anon_sym_u2264] = ACTIONS(566), - [anon_sym_GT] = ACTIONS(564), - [anon_sym_GT_EQ] = ACTIONS(566), - [anon_sym_u2265] = ACTIONS(566), - [anon_sym_PLUS] = ACTIONS(566), - [anon_sym_DASH] = ACTIONS(566), - [anon_sym_STAR] = ACTIONS(566), - [anon_sym_u00d7] = ACTIONS(566), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_u00f7] = ACTIONS(566), - [anon_sym_modulus] = ACTIONS(566), - [anon_sym_u25ff] = ACTIONS(566), - [anon_sym_power] = ACTIONS(566), - [anon_sym_u207f] = ACTIONS(566), - [anon_sym_logarithm] = ACTIONS(566), - [anon_sym_u2099] = ACTIONS(566), - [anon_sym_minimum] = ACTIONS(566), - [anon_sym_u21a7] = ACTIONS(566), - [anon_sym_maximum] = ACTIONS(566), - [anon_sym_u21a5] = ACTIONS(566), - [anon_sym_atangent] = ACTIONS(566), - [anon_sym_u2220] = ACTIONS(566), - [anon_sym_length] = ACTIONS(566), - [anon_sym_u29fb] = ACTIONS(566), - [anon_sym_shape] = ACTIONS(566), - [anon_sym_u25b3] = ACTIONS(566), - [anon_sym_range] = ACTIONS(566), - [anon_sym_u21e1] = ACTIONS(566), - [anon_sym_first] = ACTIONS(566), - [anon_sym_u22a2] = ACTIONS(566), - [anon_sym_reverse] = ACTIONS(566), - [anon_sym_u21cc] = ACTIONS(566), - [anon_sym_deshape] = ACTIONS(566), - [anon_sym_u266d] = ACTIONS(566), - [anon_sym_bits] = ACTIONS(566), - [anon_sym_u22ef] = ACTIONS(566), - [anon_sym_transpose] = ACTIONS(566), - [anon_sym_u2349] = ACTIONS(566), - [anon_sym_rise] = ACTIONS(566), - [anon_sym_u234f] = ACTIONS(566), - [anon_sym_fall] = ACTIONS(566), - [anon_sym_u2356] = ACTIONS(566), - [anon_sym_where] = ACTIONS(566), - [anon_sym_u229a] = ACTIONS(566), - [anon_sym_classify] = ACTIONS(566), - [anon_sym_u229b] = ACTIONS(566), - [anon_sym_deduplicate] = ACTIONS(566), - [anon_sym_u25f4] = ACTIONS(566), - [anon_sym_box] = ACTIONS(566), - [anon_sym_u25a1] = ACTIONS(566), - [anon_sym_match] = ACTIONS(566), - [anon_sym_u224d] = ACTIONS(566), - [anon_sym_couple] = ACTIONS(566), - [anon_sym_u229f] = ACTIONS(566), - [anon_sym_join] = ACTIONS(566), - [anon_sym_u2282] = ACTIONS(566), - [anon_sym_select] = ACTIONS(566), - [anon_sym_u228f] = ACTIONS(566), - [anon_sym_pick] = ACTIONS(566), - [anon_sym_u22a1] = ACTIONS(566), - [anon_sym_reshape] = ACTIONS(566), - [anon_sym_u21af] = ACTIONS(566), - [anon_sym_take] = ACTIONS(566), - [anon_sym_u2199] = ACTIONS(566), - [anon_sym_drop] = ACTIONS(566), - [anon_sym_u2198] = ACTIONS(566), - [anon_sym_rotate] = ACTIONS(566), - [anon_sym_u21bb] = ACTIONS(566), - [anon_sym_windows] = ACTIONS(566), - [anon_sym_u25eb] = ACTIONS(566), - [anon_sym_keep] = ACTIONS(566), - [anon_sym_u25bd] = ACTIONS(566), - [anon_sym_find] = ACTIONS(566), - [anon_sym_u2315] = ACTIONS(566), - [anon_sym_indexof] = ACTIONS(566), - [anon_sym_u2297] = ACTIONS(566), - [anon_sym_assert] = ACTIONS(566), - [anon_sym_u2364] = ACTIONS(566), - [anon_sym_wait] = ACTIONS(566), - [anon_sym_parse] = ACTIONS(566), - [anon_sym_u22d5] = ACTIONS(566), - [anon_sym_random] = ACTIONS(566), - [anon_sym_u2682] = ACTIONS(566), - [anon_sym_gen] = ACTIONS(566), - [anon_sym_tag] = ACTIONS(566), - [anon_sym_now] = ACTIONS(566), - [anon_sym_type] = ACTIONS(566), - [anon_sym_u2e2e] = ACTIONS(566), - [anon_sym_dump] = ACTIONS(566), - [anon_sym_regex] = ACTIONS(566), - [anon_sym_send] = ACTIONS(566), - [anon_sym_recv] = ACTIONS(566), - [anon_sym_tryrecv] = ACTIONS(566), - [anon_sym_complex] = ACTIONS(566), - [anon_sym_u2102] = ACTIONS(566), - [anon_sym_rerank] = ACTIONS(566), - [anon_sym_u2607] = ACTIONS(566), - [anon_sym_fix] = ACTIONS(566), - [anon_sym_u00a4] = ACTIONS(566), - [anon_sym_QMARK] = ACTIONS(566), - [anon_sym_unique] = ACTIONS(566), - [anon_sym_u25f0] = ACTIONS(566), - [anon_sym_map] = ACTIONS(566), - [anon_sym_has] = ACTIONS(566), - [anon_sym_get] = ACTIONS(566), - [anon_sym_insert] = ACTIONS(566), - [anon_sym_remove] = ACTIONS(566), - [anon_sym_repr] = ACTIONS(566), - [anon_sym_mask] = ACTIONS(566), - [anon_sym_u29b7] = ACTIONS(566), - [anon_sym_csv] = ACTIONS(566), - [anon_sym_json] = ACTIONS(566), - [anon_sym_xlsx] = ACTIONS(566), - [anon_sym_memberOf] = ACTIONS(566), - [anon_sym_u2208] = ACTIONS(566), - [anon_sym_imen] = ACTIONS(566), - [anon_sym_gife] = ACTIONS(566), - [anon_sym_auden] = ACTIONS(566), - [anon_sym_utfu2088] = ACTIONS(566), - [anon_sym_datetime] = ACTIONS(566), - [anon_sym_chunk] = ACTIONS(566), - [anon_sym_u2444] = ACTIONS(566), - [anon_sym_choose] = ACTIONS(566), - [anon_sym_permute] = ACTIONS(566), - [anon_sym_orient] = ACTIONS(566), - [anon_sym_fft] = ACTIONS(566), - [anon_sym_reduce] = ACTIONS(566), - [anon_sym_SLASH] = ACTIONS(566), - [anon_sym_scan] = ACTIONS(566), - [anon_sym_BSLASH] = ACTIONS(566), - [anon_sym_each] = ACTIONS(566), - [anon_sym_u2235] = ACTIONS(566), - [anon_sym_rows] = ACTIONS(566), - [anon_sym_u2261] = ACTIONS(566), - [anon_sym_repeat] = ACTIONS(566), - [anon_sym_u2365] = ACTIONS(566), - [anon_sym_dip] = ACTIONS(566), - [anon_sym_u2299] = ACTIONS(566), - [anon_sym_gap] = ACTIONS(566), - [anon_sym_u22c5] = ACTIONS(566), - [anon_sym_spawn] = ACTIONS(566), - [anon_sym_rectify] = ACTIONS(566), - [anon_sym_u2305] = ACTIONS(566), - [anon_sym_un] = ACTIONS(564), - [anon_sym_u00b0] = ACTIONS(566), - [anon_sym_on] = ACTIONS(564), - [anon_sym_u27dc] = ACTIONS(566), - [anon_sym_inventory] = ACTIONS(566), - [anon_sym_u235a] = ACTIONS(566), - [anon_sym_content] = ACTIONS(566), - [anon_sym_u25c7] = ACTIONS(566), - [anon_sym_pool] = ACTIONS(566), - [anon_sym_stringify] = ACTIONS(566), - [anon_sym_signature] = ACTIONS(566), - [anon_sym_triangle] = ACTIONS(566), - [anon_sym_u25f9] = ACTIONS(566), - [anon_sym_astar] = ACTIONS(566), - [anon_sym_but] = ACTIONS(566), - [anon_sym_u2919] = ACTIONS(566), - [anon_sym_with] = ACTIONS(566), - [anon_sym_u291a] = ACTIONS(566), - [anon_sym_above] = ACTIONS(566), - [anon_sym_u25e0] = ACTIONS(566), - [anon_sym_below] = ACTIONS(566), - [anon_sym_u25e1] = ACTIONS(566), - [anon_sym_fold] = ACTIONS(566), - [anon_sym_u2227] = ACTIONS(566), - [anon_sym_table] = ACTIONS(566), - [anon_sym_u229e] = ACTIONS(566), - [anon_sym_group] = ACTIONS(566), - [anon_sym_u2295] = ACTIONS(566), - [anon_sym_partition] = ACTIONS(566), - [anon_sym_u229c] = ACTIONS(566), - [anon_sym_both] = ACTIONS(566), - [anon_sym_u2229] = ACTIONS(566), - [anon_sym_bracket] = ACTIONS(566), - [anon_sym_u2293] = ACTIONS(566), - [anon_sym_fork] = ACTIONS(566), - [anon_sym_u2283] = ACTIONS(566), - [anon_sym_under] = ACTIONS(566), - [anon_sym_u235c] = ACTIONS(566), - [anon_sym_fill] = ACTIONS(566), - [anon_sym_u2b1a] = ACTIONS(566), - [anon_sym_try] = ACTIONS(564), - [anon_sym_u2363] = ACTIONS(566), - [anon_sym_do] = ACTIONS(564), - [anon_sym_u2362] = ACTIONS(566), - [anon_sym_setinv] = ACTIONS(566), - [anon_sym_setunder] = ACTIONS(566), - [anon_sym_f] = ACTIONS(564), - [anon_sym_by] = ACTIONS(564), - [anon_sym_u22b8] = ACTIONS(566), - [anon_sym_quote] = ACTIONS(566), - [anon_sym_struct] = ACTIONS(566), - [anon_sym_u2765] = ACTIONS(566), - [anon_sym_u2192] = ACTIONS(566), - [anon_sym_u2237] = ACTIONS(566), - [anon_sym_u00b7] = ACTIONS(566), - [anon_sym_u235b] = ACTIONS(566), - [anon_sym_u2302] = ACTIONS(566), - [anon_sym_u21b0] = ACTIONS(566), - [anon_sym_unpack] = ACTIONS(566), - [anon_sym_u2290] = ACTIONS(566), - [anon_sym_u229d] = ACTIONS(566), - [anon_sym_cross] = ACTIONS(566), - [anon_sym_u22a0] = ACTIONS(566), - [anon_sym_SEMI] = ACTIONS(566), - [anon_sym_deal] = ACTIONS(566), - [anon_sym_strands] = ACTIONS(566), - [anon_sym_u203f] = ACTIONS(566), - [anon_sym_member] = ACTIONS(564), - [anon_sym_u220a] = ACTIONS(566), - [anon_sym_coordinate] = ACTIONS(566), - [anon_sym_u27d4] = ACTIONS(566), - [anon_sym_u03bb] = ACTIONS(566), - [anon_sym_u22ca] = ACTIONS(566), - [sym__endOfLine] = ACTIONS(566), + [ts_builtin_sym_end] = ACTIONS(524), + [aux_sym_number_token1] = ACTIONS(522), + [sym_fraction] = ACTIONS(524), + [anon_sym_Days] = ACTIONS(522), + [anon_sym_Months] = ACTIONS(522), + [anon_sym_MonthDays] = ACTIONS(522), + [anon_sym_LeanMonthDays] = ACTIONS(522), + [anon_sym_White] = ACTIONS(522), + [anon_sym_Black] = ACTIONS(522), + [anon_sym_Red] = ACTIONS(522), + [anon_sym_Orange] = ACTIONS(522), + [anon_sym_Yellow] = ACTIONS(522), + [anon_sym_Green] = ACTIONS(522), + [anon_sym_Cyan] = ACTIONS(522), + [anon_sym_Blue] = ACTIONS(522), + [anon_sym_Purple] = ACTIONS(522), + [anon_sym_Magenta] = ACTIONS(522), + [anon_sym_Gay] = ACTIONS(522), + [anon_sym_Lesbian] = ACTIONS(522), + [anon_sym_Bi] = ACTIONS(522), + [anon_sym_Trans] = ACTIONS(522), + [anon_sym_Pan] = ACTIONS(522), + [anon_sym_Ace] = ACTIONS(522), + [anon_sym_Aro] = ACTIONS(522), + [anon_sym_Aroace] = ACTIONS(522), + [anon_sym_Enby] = ACTIONS(522), + [anon_sym_Fluid] = ACTIONS(522), + [anon_sym_Queer] = ACTIONS(522), + [anon_sym_Agender] = ACTIONS(522), + [anon_sym_PrideFlags] = ACTIONS(522), + [anon_sym_PrideFlagNames] = ACTIONS(522), + [anon_sym_True] = ACTIONS(522), + [anon_sym_False] = ACTIONS(522), + [anon_sym_NULL] = ACTIONS(522), + [anon_sym_Logo] = ACTIONS(522), + [anon_sym_Lena] = ACTIONS(522), + [anon_sym_Music] = ACTIONS(522), + [anon_sym_Lorem] = ACTIONS(522), + [anon_sym_Os] = ACTIONS(522), + [anon_sym_Family] = ACTIONS(522), + [anon_sym_Arch] = ACTIONS(522), + [anon_sym_ExeExt] = ACTIONS(522), + [anon_sym_DllExt] = ACTIONS(522), + [anon_sym_Sep] = ACTIONS(522), + [anon_sym_ThisFile] = ACTIONS(522), + [anon_sym_ThisFileName] = ACTIONS(522), + [anon_sym_ThisFileDir] = ACTIONS(522), + [anon_sym_WorkingDir] = ACTIONS(522), + [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_Planets] = ACTIONS(522), + [anon_sym_Zodiac] = ACTIONS(522), + [anon_sym_Suits] = ACTIONS(522), + [anon_sym_Cards] = ACTIONS(522), + [anon_sym_Chess] = ACTIONS(522), + [anon_sym_Moon] = ACTIONS(522), + [anon_sym_Skin] = ACTIONS(522), + [anon_sym_People] = ACTIONS(522), + [anon_sym_Hair] = ACTIONS(522), + [anon_sym_Cat] = ACTIONS(522), + [aux_sym_character_token1] = ACTIONS(524), + [sym_string] = ACTIONS(524), + [sym_multiLineString] = ACTIONS(524), + [sym_identifier] = ACTIONS(522), + [sym_identifierDeprecated] = ACTIONS(522), + [sym_system] = ACTIONS(524), + [sym_comment] = ACTIONS(522), + [sym_openParen] = ACTIONS(524), + [sym_openCurly] = ACTIONS(524), + [sym_openBracket] = ACTIONS(522), + [sym_underscore] = ACTIONS(524), + [anon_sym_CARET] = ACTIONS(524), + [anon_sym_SQUOTE] = ACTIONS(522), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(524), + [anon_sym_e] = ACTIONS(522), + [anon_sym_NaN] = ACTIONS(522), + [anon_sym_eta] = ACTIONS(524), + [anon_sym_u03b7] = ACTIONS(522), + [anon_sym_pi] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), + [anon_sym_tau] = ACTIONS(524), + [anon_sym_u03c4] = ACTIONS(522), + [anon_sym_infinity] = ACTIONS(524), + [anon_sym_u221e] = ACTIONS(524), + [anon_sym_W] = ACTIONS(522), + [anon_sym_i] = ACTIONS(522), + [anon_sym_MaxInt] = ACTIONS(522), + [anon_sym_HexDigits] = ACTIONS(522), + [anon_sym_DOT] = ACTIONS(524), + [anon_sym_COMMA] = ACTIONS(524), + [anon_sym_COLON] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), + [anon_sym_identity] = ACTIONS(524), + [anon_sym_id] = ACTIONS(522), + [anon_sym_u2218] = ACTIONS(524), + [anon_sym_not] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), + [anon_sym_BQUOTE] = ACTIONS(524), + [anon_sym_u00af] = ACTIONS(522), + [anon_sym_absolutevalue] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), + [anon_sym_sqrt] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), + [anon_sym_sine] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), + [anon_sym_u223f] = ACTIONS(524), + [anon_sym_floor] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), + [anon_sym_ceiling] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), + [anon_sym_round] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), + [anon_sym_EQ] = ACTIONS(524), + [anon_sym_BANG_EQ] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), + [anon_sym_LT] = ACTIONS(522), + [anon_sym_LT_EQ] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), + [anon_sym_GT] = ACTIONS(522), + [anon_sym_GT_EQ] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), + [anon_sym_PERCENT] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), + [anon_sym_modulus] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), + [anon_sym_power] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), + [anon_sym_logarithm] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), + [anon_sym_minimum] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), + [anon_sym_maximum] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), + [anon_sym_atangent] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), + [anon_sym_length] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(524), + [anon_sym_u25b3] = ACTIONS(524), + [anon_sym_range] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), + [anon_sym_first] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), + [anon_sym_reverse] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), + [anon_sym_deshape] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), + [anon_sym_bits] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), + [anon_sym_transpose] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), + [anon_sym_rise] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), + [anon_sym_fall] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), + [anon_sym_where] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), + [anon_sym_classify] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), + [anon_sym_deduplicate] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), + [anon_sym_box] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), + [anon_sym_match] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), + [anon_sym_couple] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), + [anon_sym_join] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), + [anon_sym_select] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), + [anon_sym_pick] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), + [anon_sym_reshape] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), + [anon_sym_take] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), + [anon_sym_drop] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), + [anon_sym_rotate] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), + [anon_sym_windows] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), + [anon_sym_keep] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), + [anon_sym_find] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), + [anon_sym_indexof] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), + [anon_sym_assert] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), + [anon_sym_wait] = ACTIONS(524), + [anon_sym_parse] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), + [anon_sym_random] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), + [anon_sym_gen] = ACTIONS(524), + [anon_sym_tag] = ACTIONS(524), + [anon_sym_now] = ACTIONS(524), + [anon_sym_type] = ACTIONS(524), + [anon_sym_u2e2e] = ACTIONS(524), + [anon_sym_dump] = ACTIONS(524), + [anon_sym_regex] = ACTIONS(524), + [anon_sym_send] = ACTIONS(524), + [anon_sym_recv] = ACTIONS(524), + [anon_sym_tryrecv] = ACTIONS(524), + [anon_sym_complex] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), + [anon_sym_rerank] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), + [anon_sym_fix] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), + [anon_sym_QMARK] = ACTIONS(524), + [anon_sym_unique] = ACTIONS(524), + [anon_sym_u25f0] = ACTIONS(524), + [anon_sym_map] = ACTIONS(524), + [anon_sym_has] = ACTIONS(524), + [anon_sym_get] = ACTIONS(524), + [anon_sym_insert] = ACTIONS(524), + [anon_sym_remove] = ACTIONS(524), + [anon_sym_repr] = ACTIONS(524), + [anon_sym_mask] = ACTIONS(524), + [anon_sym_u29b7] = ACTIONS(524), + [anon_sym_csv] = ACTIONS(524), + [anon_sym_json] = ACTIONS(524), + [anon_sym_xlsx] = ACTIONS(524), + [anon_sym_memberOf] = ACTIONS(524), + [anon_sym_u2208] = ACTIONS(524), + [anon_sym_imen] = ACTIONS(524), + [anon_sym_gife] = ACTIONS(524), + [anon_sym_auden] = ACTIONS(524), + [anon_sym_utfu2088] = ACTIONS(524), + [anon_sym_datetime] = ACTIONS(524), + [anon_sym_choose] = ACTIONS(524), + [anon_sym_permute] = ACTIONS(524), + [anon_sym_orient] = ACTIONS(524), + [anon_sym_u2938] = ACTIONS(524), + [anon_sym_fft] = ACTIONS(524), + [anon_sym_graphemes] = ACTIONS(524), + [anon_sym_timezone] = ACTIONS(524), + [anon_sym_around] = ACTIONS(524), + [anon_sym_u2019] = ACTIONS(524), + [anon_sym_base] = ACTIONS(524), + [anon_sym_sort] = ACTIONS(524), + [anon_sym_u2346] = ACTIONS(524), + [anon_sym_last] = ACTIONS(524), + [anon_sym_u22a3] = ACTIONS(524), + [anon_sym_reduce] = ACTIONS(524), + [anon_sym_SLASH] = ACTIONS(524), + [anon_sym_scan] = ACTIONS(524), + [anon_sym_BSLASH] = ACTIONS(524), + [anon_sym_each] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), + [anon_sym_rows] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), + [anon_sym_repeat] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), + [anon_sym_dip] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), + [anon_sym_gap] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), + [anon_sym_spawn] = ACTIONS(524), + [anon_sym_rectify] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), + [anon_sym_un] = ACTIONS(522), + [anon_sym_u00b0] = ACTIONS(524), + [anon_sym_on] = ACTIONS(522), + [anon_sym_u27dc] = ACTIONS(524), + [anon_sym_inventory] = ACTIONS(524), + [anon_sym_u235a] = ACTIONS(524), + [anon_sym_content] = ACTIONS(524), + [anon_sym_u25c7] = ACTIONS(524), + [anon_sym_pool] = ACTIONS(524), + [anon_sym_stringify] = ACTIONS(524), + [anon_sym_signature] = ACTIONS(524), + [anon_sym_triangle] = ACTIONS(524), + [anon_sym_u25f9] = ACTIONS(524), + [anon_sym_astar] = ACTIONS(524), + [anon_sym_with] = ACTIONS(524), + [anon_sym_u2919] = ACTIONS(524), + [anon_sym_off] = ACTIONS(524), + [anon_sym_u291a] = ACTIONS(524), + [anon_sym_above] = ACTIONS(524), + [anon_sym_u25e0] = ACTIONS(524), + [anon_sym_below] = ACTIONS(524), + [anon_sym_u25e1] = ACTIONS(524), + [anon_sym_anti] = ACTIONS(524), + [anon_sym_u231d] = ACTIONS(524), + [anon_sym_obverse] = ACTIONS(524), + [anon_sym_toples] = ACTIONS(524), + [anon_sym_u29c5] = ACTIONS(524), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(524), + [anon_sym_fold] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), + [anon_sym_table] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), + [anon_sym_group] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), + [anon_sym_partition] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), + [anon_sym_both] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), + [anon_sym_bracket] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), + [anon_sym_fork] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), + [anon_sym_under] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), + [anon_sym_fill] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), + [anon_sym_try] = ACTIONS(522), + [anon_sym_u2363] = ACTIONS(524), + [anon_sym_do] = ACTIONS(522), + [anon_sym_u2362] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [anon_sym_by] = ACTIONS(522), + [anon_sym_u22b8] = ACTIONS(524), + [anon_sym_quote] = ACTIONS(524), + [anon_sym_u2765] = ACTIONS(524), + [anon_sym_u2192] = ACTIONS(524), + [anon_sym_u2237] = ACTIONS(524), + [anon_sym_u00b7] = ACTIONS(524), + [anon_sym_u235b] = ACTIONS(524), + [anon_sym_u2302] = ACTIONS(524), + [anon_sym_u21b0] = ACTIONS(524), + [anon_sym_unpack] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), + [anon_sym_cross] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_deal] = ACTIONS(524), + [anon_sym_member] = ACTIONS(522), + [anon_sym_u220a] = ACTIONS(524), + [anon_sym_coordinate] = ACTIONS(524), + [anon_sym_u27d4] = ACTIONS(524), + [anon_sym_u03bb] = ACTIONS(524), + [anon_sym_u22ca] = ACTIONS(524), + [anon_sym_chunk] = ACTIONS(524), + [anon_sym_u2444] = ACTIONS(524), + [anon_sym_setinv] = ACTIONS(524), + [anon_sym_setund] = ACTIONS(524), + [anon_sym_struct] = ACTIONS(524), + [sym__endOfLine] = ACTIONS(524), }, [125] = { - [ts_builtin_sym_end] = ACTIONS(562), - [aux_sym_number_token1] = ACTIONS(560), - [sym_fraction] = ACTIONS(562), - [anon_sym_Days] = ACTIONS(560), - [anon_sym_Months] = ACTIONS(560), - [anon_sym_MonthDays] = ACTIONS(560), - [anon_sym_LeanMonthDays] = ACTIONS(560), - [anon_sym_White] = ACTIONS(560), - [anon_sym_Black] = ACTIONS(560), - [anon_sym_Red] = ACTIONS(560), - [anon_sym_Orange] = ACTIONS(560), - [anon_sym_Yellow] = ACTIONS(560), - [anon_sym_Green] = ACTIONS(560), - [anon_sym_Cyan] = ACTIONS(560), - [anon_sym_Blue] = ACTIONS(560), - [anon_sym_Purple] = ACTIONS(560), - [anon_sym_Magenta] = ACTIONS(560), - [anon_sym_Gay] = ACTIONS(560), - [anon_sym_Lesbian] = ACTIONS(560), - [anon_sym_Bi] = ACTIONS(560), - [anon_sym_Trans] = ACTIONS(560), - [anon_sym_Pan] = ACTIONS(560), - [anon_sym_Ace] = ACTIONS(560), - [anon_sym_Aro] = ACTIONS(560), - [anon_sym_Aroace] = ACTIONS(560), - [anon_sym_Enby] = ACTIONS(560), - [anon_sym_Fluid] = ACTIONS(560), - [anon_sym_Queer] = ACTIONS(560), - [anon_sym_Agender] = ACTIONS(560), - [anon_sym_PrideFlags] = ACTIONS(560), - [anon_sym_PrideFlagNames] = ACTIONS(560), - [anon_sym_True] = ACTIONS(560), - [anon_sym_False] = ACTIONS(560), - [anon_sym_NULL] = ACTIONS(560), - [anon_sym_Logo] = ACTIONS(560), - [anon_sym_Lena] = ACTIONS(560), - [anon_sym_Music] = ACTIONS(560), - [anon_sym_Lorem] = ACTIONS(560), - [anon_sym_Os] = ACTIONS(560), - [anon_sym_Family] = ACTIONS(560), - [anon_sym_Arch] = ACTIONS(560), - [anon_sym_ExeExt] = ACTIONS(560), - [anon_sym_DllExt] = ACTIONS(560), - [anon_sym_Sep] = ACTIONS(560), - [anon_sym_ThisFile] = ACTIONS(560), - [anon_sym_ThisFileName] = ACTIONS(560), - [anon_sym_ThisFileDir] = ACTIONS(560), - [anon_sym_WorkingDir] = ACTIONS(560), - [anon_sym_NumProcs] = ACTIONS(560), - [anon_sym_Planets] = ACTIONS(560), - [anon_sym_Zodiac] = ACTIONS(560), - [anon_sym_Suits] = ACTIONS(560), - [anon_sym_Cards] = ACTIONS(560), - [anon_sym_Chess] = ACTIONS(560), - [anon_sym_Moon] = ACTIONS(560), - [anon_sym_Skin] = ACTIONS(560), - [anon_sym_People] = ACTIONS(560), - [anon_sym_Hair] = ACTIONS(560), - [aux_sym_character_token1] = ACTIONS(562), - [sym_string] = ACTIONS(562), - [sym_multiLineString] = ACTIONS(562), - [sym_identifier] = ACTIONS(560), - [sym_identifierDeprecated] = ACTIONS(560), - [sym_system] = ACTIONS(562), - [sym_comment] = ACTIONS(560), - [sym_openParen] = ACTIONS(562), - [sym_openCurly] = ACTIONS(562), - [sym_openBracket] = ACTIONS(562), - [sym_underscore] = ACTIONS(562), - [anon_sym_CARET] = ACTIONS(562), - [anon_sym_SQUOTE] = ACTIONS(560), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(562), - [anon_sym_e] = ACTIONS(560), - [anon_sym_NaN] = ACTIONS(560), - [anon_sym_eta] = ACTIONS(562), - [anon_sym_u03b7] = ACTIONS(560), - [anon_sym_pi] = ACTIONS(560), - [anon_sym_u03c0] = ACTIONS(560), - [anon_sym_tau] = ACTIONS(562), - [anon_sym_u03c4] = ACTIONS(560), - [anon_sym_infinity] = ACTIONS(562), - [anon_sym_u221e] = ACTIONS(562), - [anon_sym_W] = ACTIONS(560), - [anon_sym_i] = ACTIONS(560), - [anon_sym_MaxInt] = ACTIONS(560), - [anon_sym_HexDigits] = ACTIONS(560), - [anon_sym_DOT] = ACTIONS(562), - [anon_sym_COMMA] = ACTIONS(562), - [anon_sym_COLON] = ACTIONS(562), - [anon_sym_u25cc] = ACTIONS(562), - [anon_sym_identity] = ACTIONS(562), - [anon_sym_id] = ACTIONS(560), - [anon_sym_u2218] = ACTIONS(562), - [anon_sym_not] = ACTIONS(562), - [anon_sym_u00ac] = ACTIONS(562), - [anon_sym_sign] = ACTIONS(560), - [anon_sym_u00b1] = ACTIONS(562), - [anon_sym_BQUOTE] = ACTIONS(562), - [anon_sym_u00af] = ACTIONS(560), - [anon_sym_absolutevalue] = ACTIONS(562), - [anon_sym_u2335] = ACTIONS(562), - [anon_sym_sqrt] = ACTIONS(562), - [anon_sym_u221a] = ACTIONS(562), - [anon_sym_sine] = ACTIONS(562), - [anon_sym_u25cb] = ACTIONS(562), - [anon_sym_u223f] = ACTIONS(562), - [anon_sym_floor] = ACTIONS(562), - [anon_sym_u230a] = ACTIONS(562), - [anon_sym_ceiling] = ACTIONS(562), - [anon_sym_u2308] = ACTIONS(562), - [anon_sym_round] = ACTIONS(562), - [anon_sym_u2045] = ACTIONS(562), - [anon_sym_EQ] = ACTIONS(562), - [anon_sym_BANG_EQ] = ACTIONS(562), - [anon_sym_u2260] = ACTIONS(562), - [anon_sym_LT] = ACTIONS(560), - [anon_sym_LT_EQ] = ACTIONS(562), - [anon_sym_u2264] = ACTIONS(562), - [anon_sym_GT] = ACTIONS(560), - [anon_sym_GT_EQ] = ACTIONS(562), - [anon_sym_u2265] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(562), - [anon_sym_DASH] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_u00d7] = ACTIONS(562), - [anon_sym_PERCENT] = ACTIONS(562), - [anon_sym_u00f7] = ACTIONS(562), - [anon_sym_modulus] = ACTIONS(562), - [anon_sym_u25ff] = ACTIONS(562), - [anon_sym_power] = ACTIONS(562), - [anon_sym_u207f] = ACTIONS(562), - [anon_sym_logarithm] = ACTIONS(562), - [anon_sym_u2099] = ACTIONS(562), - [anon_sym_minimum] = ACTIONS(562), - [anon_sym_u21a7] = ACTIONS(562), - [anon_sym_maximum] = ACTIONS(562), - [anon_sym_u21a5] = ACTIONS(562), - [anon_sym_atangent] = ACTIONS(562), - [anon_sym_u2220] = ACTIONS(562), - [anon_sym_length] = ACTIONS(562), - [anon_sym_u29fb] = ACTIONS(562), - [anon_sym_shape] = ACTIONS(562), - [anon_sym_u25b3] = ACTIONS(562), - [anon_sym_range] = ACTIONS(562), - [anon_sym_u21e1] = ACTIONS(562), - [anon_sym_first] = ACTIONS(562), - [anon_sym_u22a2] = ACTIONS(562), - [anon_sym_reverse] = ACTIONS(562), - [anon_sym_u21cc] = ACTIONS(562), - [anon_sym_deshape] = ACTIONS(562), - [anon_sym_u266d] = ACTIONS(562), - [anon_sym_bits] = ACTIONS(562), - [anon_sym_u22ef] = ACTIONS(562), - [anon_sym_transpose] = ACTIONS(562), - [anon_sym_u2349] = ACTIONS(562), - [anon_sym_rise] = ACTIONS(562), - [anon_sym_u234f] = ACTIONS(562), - [anon_sym_fall] = ACTIONS(562), - [anon_sym_u2356] = ACTIONS(562), - [anon_sym_where] = ACTIONS(562), - [anon_sym_u229a] = ACTIONS(562), - [anon_sym_classify] = ACTIONS(562), - [anon_sym_u229b] = ACTIONS(562), - [anon_sym_deduplicate] = ACTIONS(562), - [anon_sym_u25f4] = ACTIONS(562), - [anon_sym_box] = ACTIONS(562), - [anon_sym_u25a1] = ACTIONS(562), - [anon_sym_match] = ACTIONS(562), - [anon_sym_u224d] = ACTIONS(562), - [anon_sym_couple] = ACTIONS(562), - [anon_sym_u229f] = ACTIONS(562), - [anon_sym_join] = ACTIONS(562), - [anon_sym_u2282] = ACTIONS(562), - [anon_sym_select] = ACTIONS(562), - [anon_sym_u228f] = ACTIONS(562), - [anon_sym_pick] = ACTIONS(562), - [anon_sym_u22a1] = ACTIONS(562), - [anon_sym_reshape] = ACTIONS(562), - [anon_sym_u21af] = ACTIONS(562), - [anon_sym_take] = ACTIONS(562), - [anon_sym_u2199] = ACTIONS(562), - [anon_sym_drop] = ACTIONS(562), - [anon_sym_u2198] = ACTIONS(562), - [anon_sym_rotate] = ACTIONS(562), - [anon_sym_u21bb] = ACTIONS(562), - [anon_sym_windows] = ACTIONS(562), - [anon_sym_u25eb] = ACTIONS(562), - [anon_sym_keep] = ACTIONS(562), - [anon_sym_u25bd] = ACTIONS(562), - [anon_sym_find] = ACTIONS(562), - [anon_sym_u2315] = ACTIONS(562), - [anon_sym_indexof] = ACTIONS(562), - [anon_sym_u2297] = ACTIONS(562), - [anon_sym_assert] = ACTIONS(562), - [anon_sym_u2364] = ACTIONS(562), - [anon_sym_wait] = ACTIONS(562), - [anon_sym_parse] = ACTIONS(562), - [anon_sym_u22d5] = ACTIONS(562), - [anon_sym_random] = ACTIONS(562), - [anon_sym_u2682] = ACTIONS(562), - [anon_sym_gen] = ACTIONS(562), - [anon_sym_tag] = ACTIONS(562), - [anon_sym_now] = ACTIONS(562), - [anon_sym_type] = ACTIONS(562), - [anon_sym_u2e2e] = ACTIONS(562), - [anon_sym_dump] = ACTIONS(562), - [anon_sym_regex] = ACTIONS(562), - [anon_sym_send] = ACTIONS(562), - [anon_sym_recv] = ACTIONS(562), - [anon_sym_tryrecv] = ACTIONS(562), - [anon_sym_complex] = ACTIONS(562), - [anon_sym_u2102] = ACTIONS(562), - [anon_sym_rerank] = ACTIONS(562), - [anon_sym_u2607] = ACTIONS(562), - [anon_sym_fix] = ACTIONS(562), - [anon_sym_u00a4] = ACTIONS(562), - [anon_sym_QMARK] = ACTIONS(562), - [anon_sym_unique] = ACTIONS(562), - [anon_sym_u25f0] = ACTIONS(562), - [anon_sym_map] = ACTIONS(562), - [anon_sym_has] = ACTIONS(562), - [anon_sym_get] = ACTIONS(562), - [anon_sym_insert] = ACTIONS(562), - [anon_sym_remove] = ACTIONS(562), - [anon_sym_repr] = ACTIONS(562), - [anon_sym_mask] = ACTIONS(562), - [anon_sym_u29b7] = ACTIONS(562), - [anon_sym_csv] = ACTIONS(562), - [anon_sym_json] = ACTIONS(562), - [anon_sym_xlsx] = ACTIONS(562), - [anon_sym_memberOf] = ACTIONS(562), - [anon_sym_u2208] = ACTIONS(562), - [anon_sym_imen] = ACTIONS(562), - [anon_sym_gife] = ACTIONS(562), - [anon_sym_auden] = ACTIONS(562), - [anon_sym_utfu2088] = ACTIONS(562), - [anon_sym_datetime] = ACTIONS(562), - [anon_sym_chunk] = ACTIONS(562), - [anon_sym_u2444] = ACTIONS(562), - [anon_sym_choose] = ACTIONS(562), - [anon_sym_permute] = ACTIONS(562), - [anon_sym_orient] = ACTIONS(562), - [anon_sym_fft] = ACTIONS(562), - [anon_sym_reduce] = ACTIONS(562), - [anon_sym_SLASH] = ACTIONS(562), - [anon_sym_scan] = ACTIONS(562), - [anon_sym_BSLASH] = ACTIONS(562), - [anon_sym_each] = ACTIONS(562), - [anon_sym_u2235] = ACTIONS(562), - [anon_sym_rows] = ACTIONS(562), - [anon_sym_u2261] = ACTIONS(562), - [anon_sym_repeat] = ACTIONS(562), - [anon_sym_u2365] = ACTIONS(562), - [anon_sym_dip] = ACTIONS(562), - [anon_sym_u2299] = ACTIONS(562), - [anon_sym_gap] = ACTIONS(562), - [anon_sym_u22c5] = ACTIONS(562), - [anon_sym_spawn] = ACTIONS(562), - [anon_sym_rectify] = ACTIONS(562), - [anon_sym_u2305] = ACTIONS(562), - [anon_sym_un] = ACTIONS(560), - [anon_sym_u00b0] = ACTIONS(562), - [anon_sym_on] = ACTIONS(560), - [anon_sym_u27dc] = ACTIONS(562), - [anon_sym_inventory] = ACTIONS(562), - [anon_sym_u235a] = ACTIONS(562), - [anon_sym_content] = ACTIONS(562), - [anon_sym_u25c7] = ACTIONS(562), - [anon_sym_pool] = ACTIONS(562), - [anon_sym_stringify] = ACTIONS(562), - [anon_sym_signature] = ACTIONS(562), - [anon_sym_triangle] = ACTIONS(562), - [anon_sym_u25f9] = ACTIONS(562), - [anon_sym_astar] = ACTIONS(562), - [anon_sym_but] = ACTIONS(562), - [anon_sym_u2919] = ACTIONS(562), - [anon_sym_with] = ACTIONS(562), - [anon_sym_u291a] = ACTIONS(562), - [anon_sym_above] = ACTIONS(562), - [anon_sym_u25e0] = ACTIONS(562), - [anon_sym_below] = ACTIONS(562), - [anon_sym_u25e1] = ACTIONS(562), - [anon_sym_fold] = ACTIONS(562), - [anon_sym_u2227] = ACTIONS(562), - [anon_sym_table] = ACTIONS(562), - [anon_sym_u229e] = ACTIONS(562), - [anon_sym_group] = ACTIONS(562), - [anon_sym_u2295] = ACTIONS(562), - [anon_sym_partition] = ACTIONS(562), - [anon_sym_u229c] = ACTIONS(562), - [anon_sym_both] = ACTIONS(562), - [anon_sym_u2229] = ACTIONS(562), - [anon_sym_bracket] = ACTIONS(562), - [anon_sym_u2293] = ACTIONS(562), - [anon_sym_fork] = ACTIONS(562), - [anon_sym_u2283] = ACTIONS(562), - [anon_sym_under] = ACTIONS(562), - [anon_sym_u235c] = ACTIONS(562), - [anon_sym_fill] = ACTIONS(562), - [anon_sym_u2b1a] = ACTIONS(562), - [anon_sym_try] = ACTIONS(560), - [anon_sym_u2363] = ACTIONS(562), - [anon_sym_do] = ACTIONS(560), - [anon_sym_u2362] = ACTIONS(562), - [anon_sym_setinv] = ACTIONS(562), - [anon_sym_setunder] = ACTIONS(562), - [anon_sym_f] = ACTIONS(560), - [anon_sym_by] = ACTIONS(560), - [anon_sym_u22b8] = ACTIONS(562), - [anon_sym_quote] = ACTIONS(562), - [anon_sym_struct] = ACTIONS(562), - [anon_sym_u2765] = ACTIONS(562), - [anon_sym_u2192] = ACTIONS(562), - [anon_sym_u2237] = ACTIONS(562), - [anon_sym_u00b7] = ACTIONS(562), - [anon_sym_u235b] = ACTIONS(562), - [anon_sym_u2302] = ACTIONS(562), - [anon_sym_u21b0] = ACTIONS(562), - [anon_sym_unpack] = ACTIONS(562), - [anon_sym_u2290] = ACTIONS(562), - [anon_sym_u229d] = ACTIONS(562), - [anon_sym_cross] = ACTIONS(562), - [anon_sym_u22a0] = ACTIONS(562), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_deal] = ACTIONS(562), - [anon_sym_strands] = ACTIONS(562), - [anon_sym_u203f] = ACTIONS(562), - [anon_sym_member] = ACTIONS(560), - [anon_sym_u220a] = ACTIONS(562), - [anon_sym_coordinate] = ACTIONS(562), - [anon_sym_u27d4] = ACTIONS(562), - [anon_sym_u03bb] = ACTIONS(562), - [anon_sym_u22ca] = ACTIONS(562), - [sym__endOfLine] = ACTIONS(562), + [ts_builtin_sym_end] = ACTIONS(568), + [aux_sym_number_token1] = ACTIONS(566), + [sym_fraction] = ACTIONS(568), + [anon_sym_Days] = ACTIONS(566), + [anon_sym_Months] = ACTIONS(566), + [anon_sym_MonthDays] = ACTIONS(566), + [anon_sym_LeanMonthDays] = ACTIONS(566), + [anon_sym_White] = ACTIONS(566), + [anon_sym_Black] = ACTIONS(566), + [anon_sym_Red] = ACTIONS(566), + [anon_sym_Orange] = ACTIONS(566), + [anon_sym_Yellow] = ACTIONS(566), + [anon_sym_Green] = ACTIONS(566), + [anon_sym_Cyan] = ACTIONS(566), + [anon_sym_Blue] = ACTIONS(566), + [anon_sym_Purple] = ACTIONS(566), + [anon_sym_Magenta] = ACTIONS(566), + [anon_sym_Gay] = ACTIONS(566), + [anon_sym_Lesbian] = ACTIONS(566), + [anon_sym_Bi] = ACTIONS(566), + [anon_sym_Trans] = ACTIONS(566), + [anon_sym_Pan] = ACTIONS(566), + [anon_sym_Ace] = ACTIONS(566), + [anon_sym_Aro] = ACTIONS(566), + [anon_sym_Aroace] = ACTIONS(566), + [anon_sym_Enby] = ACTIONS(566), + [anon_sym_Fluid] = ACTIONS(566), + [anon_sym_Queer] = ACTIONS(566), + [anon_sym_Agender] = ACTIONS(566), + [anon_sym_PrideFlags] = ACTIONS(566), + [anon_sym_PrideFlagNames] = ACTIONS(566), + [anon_sym_True] = ACTIONS(566), + [anon_sym_False] = ACTIONS(566), + [anon_sym_NULL] = ACTIONS(566), + [anon_sym_Logo] = ACTIONS(566), + [anon_sym_Lena] = ACTIONS(566), + [anon_sym_Music] = ACTIONS(566), + [anon_sym_Lorem] = ACTIONS(566), + [anon_sym_Os] = ACTIONS(566), + [anon_sym_Family] = ACTIONS(566), + [anon_sym_Arch] = ACTIONS(566), + [anon_sym_ExeExt] = ACTIONS(566), + [anon_sym_DllExt] = ACTIONS(566), + [anon_sym_Sep] = ACTIONS(566), + [anon_sym_ThisFile] = ACTIONS(566), + [anon_sym_ThisFileName] = ACTIONS(566), + [anon_sym_ThisFileDir] = ACTIONS(566), + [anon_sym_WorkingDir] = ACTIONS(566), + [anon_sym_NumProcs] = ACTIONS(566), + [anon_sym_Planets] = ACTIONS(566), + [anon_sym_Zodiac] = ACTIONS(566), + [anon_sym_Suits] = ACTIONS(566), + [anon_sym_Cards] = ACTIONS(566), + [anon_sym_Chess] = ACTIONS(566), + [anon_sym_Moon] = ACTIONS(566), + [anon_sym_Skin] = ACTIONS(566), + [anon_sym_People] = ACTIONS(566), + [anon_sym_Hair] = ACTIONS(566), + [anon_sym_Cat] = ACTIONS(566), + [aux_sym_character_token1] = ACTIONS(568), + [sym_string] = ACTIONS(568), + [sym_multiLineString] = ACTIONS(568), + [sym_identifier] = ACTIONS(566), + [sym_identifierDeprecated] = ACTIONS(566), + [sym_system] = ACTIONS(568), + [sym_comment] = ACTIONS(566), + [sym_openParen] = ACTIONS(568), + [sym_openCurly] = ACTIONS(568), + [sym_openBracket] = ACTIONS(566), + [sym_underscore] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [anon_sym_SQUOTE] = ACTIONS(566), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(568), + [anon_sym_e] = ACTIONS(566), + [anon_sym_NaN] = ACTIONS(566), + [anon_sym_eta] = ACTIONS(568), + [anon_sym_u03b7] = ACTIONS(566), + [anon_sym_pi] = ACTIONS(566), + [anon_sym_u03c0] = ACTIONS(566), + [anon_sym_tau] = ACTIONS(568), + [anon_sym_u03c4] = ACTIONS(566), + [anon_sym_infinity] = ACTIONS(568), + [anon_sym_u221e] = ACTIONS(568), + [anon_sym_W] = ACTIONS(566), + [anon_sym_i] = ACTIONS(566), + [anon_sym_MaxInt] = ACTIONS(566), + [anon_sym_HexDigits] = ACTIONS(566), + [anon_sym_DOT] = ACTIONS(568), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_COLON] = ACTIONS(568), + [anon_sym_u25cc] = ACTIONS(568), + [anon_sym_identity] = ACTIONS(568), + [anon_sym_id] = ACTIONS(566), + [anon_sym_u2218] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_u00ac] = ACTIONS(568), + [anon_sym_sign] = ACTIONS(566), + [anon_sym_u00b1] = ACTIONS(568), + [anon_sym_BQUOTE] = ACTIONS(568), + [anon_sym_u00af] = ACTIONS(566), + [anon_sym_absolutevalue] = ACTIONS(568), + [anon_sym_u2335] = ACTIONS(568), + [anon_sym_sqrt] = ACTIONS(568), + [anon_sym_u221a] = ACTIONS(568), + [anon_sym_sine] = ACTIONS(568), + [anon_sym_u25cb] = ACTIONS(568), + [anon_sym_u223f] = ACTIONS(568), + [anon_sym_floor] = ACTIONS(568), + [anon_sym_u230a] = ACTIONS(568), + [anon_sym_ceiling] = ACTIONS(568), + [anon_sym_u2308] = ACTIONS(568), + [anon_sym_round] = ACTIONS(568), + [anon_sym_u2045] = ACTIONS(568), + [anon_sym_EQ] = ACTIONS(568), + [anon_sym_BANG_EQ] = ACTIONS(568), + [anon_sym_u2260] = ACTIONS(568), + [anon_sym_LT] = ACTIONS(566), + [anon_sym_LT_EQ] = ACTIONS(568), + [anon_sym_u2264] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(566), + [anon_sym_GT_EQ] = ACTIONS(568), + [anon_sym_u2265] = ACTIONS(568), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_STAR] = ACTIONS(568), + [anon_sym_u00d7] = ACTIONS(568), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_u00f7] = ACTIONS(568), + [anon_sym_modulus] = ACTIONS(568), + [anon_sym_u25ff] = ACTIONS(568), + [anon_sym_power] = ACTIONS(568), + [anon_sym_u207f] = ACTIONS(568), + [anon_sym_logarithm] = ACTIONS(568), + [anon_sym_u2099] = ACTIONS(568), + [anon_sym_minimum] = ACTIONS(568), + [anon_sym_u21a7] = ACTIONS(568), + [anon_sym_maximum] = ACTIONS(568), + [anon_sym_u21a5] = ACTIONS(568), + [anon_sym_atangent] = ACTIONS(568), + [anon_sym_u2220] = ACTIONS(568), + [anon_sym_length] = ACTIONS(568), + [anon_sym_u29fb] = ACTIONS(568), + [anon_sym_shape] = ACTIONS(568), + [anon_sym_u25b3] = ACTIONS(568), + [anon_sym_range] = ACTIONS(568), + [anon_sym_u21e1] = ACTIONS(568), + [anon_sym_first] = ACTIONS(568), + [anon_sym_u22a2] = ACTIONS(568), + [anon_sym_reverse] = ACTIONS(568), + [anon_sym_u21cc] = ACTIONS(568), + [anon_sym_deshape] = ACTIONS(568), + [anon_sym_u266d] = ACTIONS(568), + [anon_sym_bits] = ACTIONS(568), + [anon_sym_u22ef] = ACTIONS(568), + [anon_sym_transpose] = ACTIONS(568), + [anon_sym_u2349] = ACTIONS(568), + [anon_sym_rise] = ACTIONS(568), + [anon_sym_u234f] = ACTIONS(568), + [anon_sym_fall] = ACTIONS(568), + [anon_sym_u2356] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_u229a] = ACTIONS(568), + [anon_sym_classify] = ACTIONS(568), + [anon_sym_u229b] = ACTIONS(568), + [anon_sym_deduplicate] = ACTIONS(568), + [anon_sym_u25f4] = ACTIONS(568), + [anon_sym_box] = ACTIONS(568), + [anon_sym_u25a1] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_u224d] = ACTIONS(568), + [anon_sym_couple] = ACTIONS(568), + [anon_sym_u229f] = ACTIONS(568), + [anon_sym_join] = ACTIONS(568), + [anon_sym_u2282] = ACTIONS(568), + [anon_sym_select] = ACTIONS(568), + [anon_sym_u228f] = ACTIONS(568), + [anon_sym_pick] = ACTIONS(568), + [anon_sym_u22a1] = ACTIONS(568), + [anon_sym_reshape] = ACTIONS(568), + [anon_sym_u21af] = ACTIONS(568), + [anon_sym_take] = ACTIONS(568), + [anon_sym_u2199] = ACTIONS(568), + [anon_sym_drop] = ACTIONS(568), + [anon_sym_u2198] = ACTIONS(568), + [anon_sym_rotate] = ACTIONS(568), + [anon_sym_u21bb] = ACTIONS(568), + [anon_sym_windows] = ACTIONS(568), + [anon_sym_u25eb] = ACTIONS(568), + [anon_sym_keep] = ACTIONS(568), + [anon_sym_u25bd] = ACTIONS(568), + [anon_sym_find] = ACTIONS(568), + [anon_sym_u2315] = ACTIONS(568), + [anon_sym_indexof] = ACTIONS(568), + [anon_sym_u2297] = ACTIONS(568), + [anon_sym_assert] = ACTIONS(568), + [anon_sym_u2364] = ACTIONS(568), + [anon_sym_wait] = ACTIONS(568), + [anon_sym_parse] = ACTIONS(568), + [anon_sym_u22d5] = ACTIONS(568), + [anon_sym_random] = ACTIONS(568), + [anon_sym_u2682] = ACTIONS(568), + [anon_sym_gen] = ACTIONS(568), + [anon_sym_tag] = ACTIONS(568), + [anon_sym_now] = ACTIONS(568), + [anon_sym_type] = ACTIONS(568), + [anon_sym_u2e2e] = ACTIONS(568), + [anon_sym_dump] = ACTIONS(568), + [anon_sym_regex] = ACTIONS(568), + [anon_sym_send] = ACTIONS(568), + [anon_sym_recv] = ACTIONS(568), + [anon_sym_tryrecv] = ACTIONS(568), + [anon_sym_complex] = ACTIONS(568), + [anon_sym_u2102] = ACTIONS(568), + [anon_sym_rerank] = ACTIONS(568), + [anon_sym_u2607] = ACTIONS(568), + [anon_sym_fix] = ACTIONS(568), + [anon_sym_u00a4] = ACTIONS(568), + [anon_sym_QMARK] = ACTIONS(568), + [anon_sym_unique] = ACTIONS(568), + [anon_sym_u25f0] = ACTIONS(568), + [anon_sym_map] = ACTIONS(568), + [anon_sym_has] = ACTIONS(568), + [anon_sym_get] = ACTIONS(568), + [anon_sym_insert] = ACTIONS(568), + [anon_sym_remove] = ACTIONS(568), + [anon_sym_repr] = ACTIONS(568), + [anon_sym_mask] = ACTIONS(568), + [anon_sym_u29b7] = ACTIONS(568), + [anon_sym_csv] = ACTIONS(568), + [anon_sym_json] = ACTIONS(568), + [anon_sym_xlsx] = ACTIONS(568), + [anon_sym_memberOf] = ACTIONS(568), + [anon_sym_u2208] = ACTIONS(568), + [anon_sym_imen] = ACTIONS(568), + [anon_sym_gife] = ACTIONS(568), + [anon_sym_auden] = ACTIONS(568), + [anon_sym_utfu2088] = ACTIONS(568), + [anon_sym_datetime] = ACTIONS(568), + [anon_sym_choose] = ACTIONS(568), + [anon_sym_permute] = ACTIONS(568), + [anon_sym_orient] = ACTIONS(568), + [anon_sym_u2938] = ACTIONS(568), + [anon_sym_fft] = ACTIONS(568), + [anon_sym_graphemes] = ACTIONS(568), + [anon_sym_timezone] = ACTIONS(568), + [anon_sym_around] = ACTIONS(568), + [anon_sym_u2019] = ACTIONS(568), + [anon_sym_base] = ACTIONS(568), + [anon_sym_sort] = ACTIONS(568), + [anon_sym_u2346] = ACTIONS(568), + [anon_sym_last] = ACTIONS(568), + [anon_sym_u22a3] = ACTIONS(568), + [anon_sym_reduce] = ACTIONS(568), + [anon_sym_SLASH] = ACTIONS(568), + [anon_sym_scan] = ACTIONS(568), + [anon_sym_BSLASH] = ACTIONS(568), + [anon_sym_each] = ACTIONS(568), + [anon_sym_u2235] = ACTIONS(568), + [anon_sym_rows] = ACTIONS(568), + [anon_sym_u2261] = ACTIONS(568), + [anon_sym_repeat] = ACTIONS(568), + [anon_sym_u2365] = ACTIONS(568), + [anon_sym_dip] = ACTIONS(568), + [anon_sym_u2299] = ACTIONS(568), + [anon_sym_gap] = ACTIONS(568), + [anon_sym_u22c5] = ACTIONS(568), + [anon_sym_spawn] = ACTIONS(568), + [anon_sym_rectify] = ACTIONS(568), + [anon_sym_u2305] = ACTIONS(568), + [anon_sym_un] = ACTIONS(566), + [anon_sym_u00b0] = ACTIONS(568), + [anon_sym_on] = ACTIONS(566), + [anon_sym_u27dc] = ACTIONS(568), + [anon_sym_inventory] = ACTIONS(568), + [anon_sym_u235a] = ACTIONS(568), + [anon_sym_content] = ACTIONS(568), + [anon_sym_u25c7] = ACTIONS(568), + [anon_sym_pool] = ACTIONS(568), + [anon_sym_stringify] = ACTIONS(568), + [anon_sym_signature] = ACTIONS(568), + [anon_sym_triangle] = ACTIONS(568), + [anon_sym_u25f9] = ACTIONS(568), + [anon_sym_astar] = ACTIONS(568), + [anon_sym_with] = ACTIONS(568), + [anon_sym_u2919] = ACTIONS(568), + [anon_sym_off] = ACTIONS(568), + [anon_sym_u291a] = ACTIONS(568), + [anon_sym_above] = ACTIONS(568), + [anon_sym_u25e0] = ACTIONS(568), + [anon_sym_below] = ACTIONS(568), + [anon_sym_u25e1] = ACTIONS(568), + [anon_sym_anti] = ACTIONS(568), + [anon_sym_u231d] = ACTIONS(568), + [anon_sym_obverse] = ACTIONS(568), + [anon_sym_toples] = ACTIONS(568), + [anon_sym_u29c5] = ACTIONS(568), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(568), + [anon_sym_fold] = ACTIONS(568), + [anon_sym_u2227] = ACTIONS(568), + [anon_sym_table] = ACTIONS(568), + [anon_sym_u229e] = ACTIONS(568), + [anon_sym_group] = ACTIONS(568), + [anon_sym_u2295] = ACTIONS(568), + [anon_sym_partition] = ACTIONS(568), + [anon_sym_u229c] = ACTIONS(568), + [anon_sym_both] = ACTIONS(568), + [anon_sym_u2229] = ACTIONS(568), + [anon_sym_bracket] = ACTIONS(568), + [anon_sym_u2293] = ACTIONS(568), + [anon_sym_fork] = ACTIONS(568), + [anon_sym_u2283] = ACTIONS(568), + [anon_sym_under] = ACTIONS(568), + [anon_sym_u235c] = ACTIONS(568), + [anon_sym_fill] = ACTIONS(568), + [anon_sym_u2b1a] = ACTIONS(568), + [anon_sym_try] = ACTIONS(566), + [anon_sym_u2363] = ACTIONS(568), + [anon_sym_do] = ACTIONS(566), + [anon_sym_u2362] = ACTIONS(568), + [anon_sym_f] = ACTIONS(566), + [anon_sym_by] = ACTIONS(566), + [anon_sym_u22b8] = ACTIONS(568), + [anon_sym_quote] = ACTIONS(568), + [anon_sym_u2765] = ACTIONS(568), + [anon_sym_u2192] = ACTIONS(568), + [anon_sym_u2237] = ACTIONS(568), + [anon_sym_u00b7] = ACTIONS(568), + [anon_sym_u235b] = ACTIONS(568), + [anon_sym_u2302] = ACTIONS(568), + [anon_sym_u21b0] = ACTIONS(568), + [anon_sym_unpack] = ACTIONS(568), + [anon_sym_u2290] = ACTIONS(568), + [anon_sym_u229d] = ACTIONS(568), + [anon_sym_cross] = ACTIONS(568), + [anon_sym_u22a0] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_deal] = ACTIONS(568), + [anon_sym_member] = ACTIONS(566), + [anon_sym_u220a] = ACTIONS(568), + [anon_sym_coordinate] = ACTIONS(568), + [anon_sym_u27d4] = ACTIONS(568), + [anon_sym_u03bb] = ACTIONS(568), + [anon_sym_u22ca] = ACTIONS(568), + [anon_sym_chunk] = ACTIONS(568), + [anon_sym_u2444] = ACTIONS(568), + [anon_sym_setinv] = ACTIONS(568), + [anon_sym_setund] = ACTIONS(568), + [anon_sym_struct] = ACTIONS(568), + [sym__endOfLine] = ACTIONS(568), }, [126] = { - [ts_builtin_sym_end] = ACTIONS(538), - [aux_sym_number_token1] = ACTIONS(536), - [sym_fraction] = ACTIONS(538), - [anon_sym_Days] = ACTIONS(536), - [anon_sym_Months] = ACTIONS(536), - [anon_sym_MonthDays] = ACTIONS(536), - [anon_sym_LeanMonthDays] = ACTIONS(536), - [anon_sym_White] = ACTIONS(536), - [anon_sym_Black] = ACTIONS(536), - [anon_sym_Red] = ACTIONS(536), - [anon_sym_Orange] = ACTIONS(536), - [anon_sym_Yellow] = ACTIONS(536), - [anon_sym_Green] = ACTIONS(536), - [anon_sym_Cyan] = ACTIONS(536), - [anon_sym_Blue] = ACTIONS(536), - [anon_sym_Purple] = ACTIONS(536), - [anon_sym_Magenta] = ACTIONS(536), - [anon_sym_Gay] = ACTIONS(536), - [anon_sym_Lesbian] = ACTIONS(536), - [anon_sym_Bi] = ACTIONS(536), - [anon_sym_Trans] = ACTIONS(536), - [anon_sym_Pan] = ACTIONS(536), - [anon_sym_Ace] = ACTIONS(536), - [anon_sym_Aro] = ACTIONS(536), - [anon_sym_Aroace] = ACTIONS(536), - [anon_sym_Enby] = ACTIONS(536), - [anon_sym_Fluid] = ACTIONS(536), - [anon_sym_Queer] = ACTIONS(536), - [anon_sym_Agender] = ACTIONS(536), - [anon_sym_PrideFlags] = ACTIONS(536), - [anon_sym_PrideFlagNames] = ACTIONS(536), - [anon_sym_True] = ACTIONS(536), - [anon_sym_False] = ACTIONS(536), - [anon_sym_NULL] = ACTIONS(536), - [anon_sym_Logo] = ACTIONS(536), - [anon_sym_Lena] = ACTIONS(536), - [anon_sym_Music] = ACTIONS(536), - [anon_sym_Lorem] = ACTIONS(536), - [anon_sym_Os] = ACTIONS(536), - [anon_sym_Family] = ACTIONS(536), - [anon_sym_Arch] = ACTIONS(536), - [anon_sym_ExeExt] = ACTIONS(536), - [anon_sym_DllExt] = ACTIONS(536), - [anon_sym_Sep] = ACTIONS(536), - [anon_sym_ThisFile] = ACTIONS(536), - [anon_sym_ThisFileName] = ACTIONS(536), - [anon_sym_ThisFileDir] = ACTIONS(536), - [anon_sym_WorkingDir] = ACTIONS(536), - [anon_sym_NumProcs] = ACTIONS(536), - [anon_sym_Planets] = ACTIONS(536), - [anon_sym_Zodiac] = ACTIONS(536), - [anon_sym_Suits] = ACTIONS(536), - [anon_sym_Cards] = ACTIONS(536), - [anon_sym_Chess] = ACTIONS(536), - [anon_sym_Moon] = ACTIONS(536), - [anon_sym_Skin] = ACTIONS(536), - [anon_sym_People] = ACTIONS(536), - [anon_sym_Hair] = ACTIONS(536), - [aux_sym_character_token1] = ACTIONS(538), - [sym_string] = ACTIONS(538), - [sym_multiLineString] = ACTIONS(538), - [sym_identifier] = ACTIONS(536), - [sym_identifierDeprecated] = ACTIONS(536), - [sym_system] = ACTIONS(538), - [sym_comment] = ACTIONS(536), - [sym_openParen] = ACTIONS(538), - [sym_openCurly] = ACTIONS(538), - [sym_openBracket] = ACTIONS(538), - [sym_underscore] = ACTIONS(538), - [anon_sym_CARET] = ACTIONS(538), - [anon_sym_SQUOTE] = ACTIONS(536), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(538), - [anon_sym_e] = ACTIONS(536), - [anon_sym_NaN] = ACTIONS(536), - [anon_sym_eta] = ACTIONS(538), - [anon_sym_u03b7] = ACTIONS(536), - [anon_sym_pi] = ACTIONS(536), - [anon_sym_u03c0] = ACTIONS(536), - [anon_sym_tau] = ACTIONS(538), - [anon_sym_u03c4] = ACTIONS(536), - [anon_sym_infinity] = ACTIONS(538), - [anon_sym_u221e] = ACTIONS(538), - [anon_sym_W] = ACTIONS(536), - [anon_sym_i] = ACTIONS(536), - [anon_sym_MaxInt] = ACTIONS(536), - [anon_sym_HexDigits] = ACTIONS(536), - [anon_sym_DOT] = ACTIONS(538), - [anon_sym_COMMA] = ACTIONS(538), - [anon_sym_COLON] = ACTIONS(538), - [anon_sym_u25cc] = ACTIONS(538), - [anon_sym_identity] = ACTIONS(538), - [anon_sym_id] = ACTIONS(536), - [anon_sym_u2218] = ACTIONS(538), - [anon_sym_not] = ACTIONS(538), - [anon_sym_u00ac] = ACTIONS(538), - [anon_sym_sign] = ACTIONS(536), - [anon_sym_u00b1] = ACTIONS(538), - [anon_sym_BQUOTE] = ACTIONS(538), - [anon_sym_u00af] = ACTIONS(536), - [anon_sym_absolutevalue] = ACTIONS(538), - [anon_sym_u2335] = ACTIONS(538), - [anon_sym_sqrt] = ACTIONS(538), - [anon_sym_u221a] = ACTIONS(538), - [anon_sym_sine] = ACTIONS(538), - [anon_sym_u25cb] = ACTIONS(538), - [anon_sym_u223f] = ACTIONS(538), - [anon_sym_floor] = ACTIONS(538), - [anon_sym_u230a] = ACTIONS(538), - [anon_sym_ceiling] = ACTIONS(538), - [anon_sym_u2308] = ACTIONS(538), - [anon_sym_round] = ACTIONS(538), - [anon_sym_u2045] = ACTIONS(538), - [anon_sym_EQ] = ACTIONS(538), - [anon_sym_BANG_EQ] = ACTIONS(538), - [anon_sym_u2260] = ACTIONS(538), - [anon_sym_LT] = ACTIONS(536), - [anon_sym_LT_EQ] = ACTIONS(538), - [anon_sym_u2264] = ACTIONS(538), - [anon_sym_GT] = ACTIONS(536), - [anon_sym_GT_EQ] = ACTIONS(538), - [anon_sym_u2265] = ACTIONS(538), - [anon_sym_PLUS] = ACTIONS(538), - [anon_sym_DASH] = ACTIONS(538), - [anon_sym_STAR] = ACTIONS(538), - [anon_sym_u00d7] = ACTIONS(538), - [anon_sym_PERCENT] = ACTIONS(538), - [anon_sym_u00f7] = ACTIONS(538), - [anon_sym_modulus] = ACTIONS(538), - [anon_sym_u25ff] = ACTIONS(538), - [anon_sym_power] = ACTIONS(538), - [anon_sym_u207f] = ACTIONS(538), - [anon_sym_logarithm] = ACTIONS(538), - [anon_sym_u2099] = ACTIONS(538), - [anon_sym_minimum] = ACTIONS(538), - [anon_sym_u21a7] = ACTIONS(538), - [anon_sym_maximum] = ACTIONS(538), - [anon_sym_u21a5] = ACTIONS(538), - [anon_sym_atangent] = ACTIONS(538), - [anon_sym_u2220] = ACTIONS(538), - [anon_sym_length] = ACTIONS(538), - [anon_sym_u29fb] = ACTIONS(538), - [anon_sym_shape] = ACTIONS(538), - [anon_sym_u25b3] = ACTIONS(538), - [anon_sym_range] = ACTIONS(538), - [anon_sym_u21e1] = ACTIONS(538), - [anon_sym_first] = ACTIONS(538), - [anon_sym_u22a2] = ACTIONS(538), - [anon_sym_reverse] = ACTIONS(538), - [anon_sym_u21cc] = ACTIONS(538), - [anon_sym_deshape] = ACTIONS(538), - [anon_sym_u266d] = ACTIONS(538), - [anon_sym_bits] = ACTIONS(538), - [anon_sym_u22ef] = ACTIONS(538), - [anon_sym_transpose] = ACTIONS(538), - [anon_sym_u2349] = ACTIONS(538), - [anon_sym_rise] = ACTIONS(538), - [anon_sym_u234f] = ACTIONS(538), - [anon_sym_fall] = ACTIONS(538), - [anon_sym_u2356] = ACTIONS(538), - [anon_sym_where] = ACTIONS(538), - [anon_sym_u229a] = ACTIONS(538), - [anon_sym_classify] = ACTIONS(538), - [anon_sym_u229b] = ACTIONS(538), - [anon_sym_deduplicate] = ACTIONS(538), - [anon_sym_u25f4] = ACTIONS(538), - [anon_sym_box] = ACTIONS(538), - [anon_sym_u25a1] = ACTIONS(538), - [anon_sym_match] = ACTIONS(538), - [anon_sym_u224d] = ACTIONS(538), - [anon_sym_couple] = ACTIONS(538), - [anon_sym_u229f] = ACTIONS(538), - [anon_sym_join] = ACTIONS(538), - [anon_sym_u2282] = ACTIONS(538), - [anon_sym_select] = ACTIONS(538), - [anon_sym_u228f] = ACTIONS(538), - [anon_sym_pick] = ACTIONS(538), - [anon_sym_u22a1] = ACTIONS(538), - [anon_sym_reshape] = ACTIONS(538), - [anon_sym_u21af] = ACTIONS(538), - [anon_sym_take] = ACTIONS(538), - [anon_sym_u2199] = ACTIONS(538), - [anon_sym_drop] = ACTIONS(538), - [anon_sym_u2198] = ACTIONS(538), - [anon_sym_rotate] = ACTIONS(538), - [anon_sym_u21bb] = ACTIONS(538), - [anon_sym_windows] = ACTIONS(538), - [anon_sym_u25eb] = ACTIONS(538), - [anon_sym_keep] = ACTIONS(538), - [anon_sym_u25bd] = ACTIONS(538), - [anon_sym_find] = ACTIONS(538), - [anon_sym_u2315] = ACTIONS(538), - [anon_sym_indexof] = ACTIONS(538), - [anon_sym_u2297] = ACTIONS(538), - [anon_sym_assert] = ACTIONS(538), - [anon_sym_u2364] = ACTIONS(538), - [anon_sym_wait] = ACTIONS(538), - [anon_sym_parse] = ACTIONS(538), - [anon_sym_u22d5] = ACTIONS(538), - [anon_sym_random] = ACTIONS(538), - [anon_sym_u2682] = ACTIONS(538), - [anon_sym_gen] = ACTIONS(538), - [anon_sym_tag] = ACTIONS(538), - [anon_sym_now] = ACTIONS(538), - [anon_sym_type] = ACTIONS(538), - [anon_sym_u2e2e] = ACTIONS(538), - [anon_sym_dump] = ACTIONS(538), - [anon_sym_regex] = ACTIONS(538), - [anon_sym_send] = ACTIONS(538), - [anon_sym_recv] = ACTIONS(538), - [anon_sym_tryrecv] = ACTIONS(538), - [anon_sym_complex] = ACTIONS(538), - [anon_sym_u2102] = ACTIONS(538), - [anon_sym_rerank] = ACTIONS(538), - [anon_sym_u2607] = ACTIONS(538), - [anon_sym_fix] = ACTIONS(538), - [anon_sym_u00a4] = ACTIONS(538), - [anon_sym_QMARK] = ACTIONS(538), - [anon_sym_unique] = ACTIONS(538), - [anon_sym_u25f0] = ACTIONS(538), - [anon_sym_map] = ACTIONS(538), - [anon_sym_has] = ACTIONS(538), - [anon_sym_get] = ACTIONS(538), - [anon_sym_insert] = ACTIONS(538), - [anon_sym_remove] = ACTIONS(538), - [anon_sym_repr] = ACTIONS(538), - [anon_sym_mask] = ACTIONS(538), - [anon_sym_u29b7] = ACTIONS(538), - [anon_sym_csv] = ACTIONS(538), - [anon_sym_json] = ACTIONS(538), - [anon_sym_xlsx] = ACTIONS(538), - [anon_sym_memberOf] = ACTIONS(538), - [anon_sym_u2208] = ACTIONS(538), - [anon_sym_imen] = ACTIONS(538), - [anon_sym_gife] = ACTIONS(538), - [anon_sym_auden] = ACTIONS(538), - [anon_sym_utfu2088] = ACTIONS(538), - [anon_sym_datetime] = ACTIONS(538), - [anon_sym_chunk] = ACTIONS(538), - [anon_sym_u2444] = ACTIONS(538), - [anon_sym_choose] = ACTIONS(538), - [anon_sym_permute] = ACTIONS(538), - [anon_sym_orient] = ACTIONS(538), - [anon_sym_fft] = ACTIONS(538), - [anon_sym_reduce] = ACTIONS(538), - [anon_sym_SLASH] = ACTIONS(538), - [anon_sym_scan] = ACTIONS(538), - [anon_sym_BSLASH] = ACTIONS(538), - [anon_sym_each] = ACTIONS(538), - [anon_sym_u2235] = ACTIONS(538), - [anon_sym_rows] = ACTIONS(538), - [anon_sym_u2261] = ACTIONS(538), - [anon_sym_repeat] = ACTIONS(538), - [anon_sym_u2365] = ACTIONS(538), - [anon_sym_dip] = ACTIONS(538), - [anon_sym_u2299] = ACTIONS(538), - [anon_sym_gap] = ACTIONS(538), - [anon_sym_u22c5] = ACTIONS(538), - [anon_sym_spawn] = ACTIONS(538), - [anon_sym_rectify] = ACTIONS(538), - [anon_sym_u2305] = ACTIONS(538), - [anon_sym_un] = ACTIONS(536), - [anon_sym_u00b0] = ACTIONS(538), - [anon_sym_on] = ACTIONS(536), - [anon_sym_u27dc] = ACTIONS(538), - [anon_sym_inventory] = ACTIONS(538), - [anon_sym_u235a] = ACTIONS(538), - [anon_sym_content] = ACTIONS(538), - [anon_sym_u25c7] = ACTIONS(538), - [anon_sym_pool] = ACTIONS(538), - [anon_sym_stringify] = ACTIONS(538), - [anon_sym_signature] = ACTIONS(538), - [anon_sym_triangle] = ACTIONS(538), - [anon_sym_u25f9] = ACTIONS(538), - [anon_sym_astar] = ACTIONS(538), - [anon_sym_but] = ACTIONS(538), - [anon_sym_u2919] = ACTIONS(538), - [anon_sym_with] = ACTIONS(538), - [anon_sym_u291a] = ACTIONS(538), - [anon_sym_above] = ACTIONS(538), - [anon_sym_u25e0] = ACTIONS(538), - [anon_sym_below] = ACTIONS(538), - [anon_sym_u25e1] = ACTIONS(538), - [anon_sym_fold] = ACTIONS(538), - [anon_sym_u2227] = ACTIONS(538), - [anon_sym_table] = ACTIONS(538), - [anon_sym_u229e] = ACTIONS(538), - [anon_sym_group] = ACTIONS(538), - [anon_sym_u2295] = ACTIONS(538), - [anon_sym_partition] = ACTIONS(538), - [anon_sym_u229c] = ACTIONS(538), - [anon_sym_both] = ACTIONS(538), - [anon_sym_u2229] = ACTIONS(538), - [anon_sym_bracket] = ACTIONS(538), - [anon_sym_u2293] = ACTIONS(538), - [anon_sym_fork] = ACTIONS(538), - [anon_sym_u2283] = ACTIONS(538), - [anon_sym_under] = ACTIONS(538), - [anon_sym_u235c] = ACTIONS(538), - [anon_sym_fill] = ACTIONS(538), - [anon_sym_u2b1a] = ACTIONS(538), - [anon_sym_try] = ACTIONS(536), - [anon_sym_u2363] = ACTIONS(538), - [anon_sym_do] = ACTIONS(536), - [anon_sym_u2362] = ACTIONS(538), - [anon_sym_setinv] = ACTIONS(538), - [anon_sym_setunder] = ACTIONS(538), - [anon_sym_f] = ACTIONS(536), - [anon_sym_by] = ACTIONS(536), - [anon_sym_u22b8] = ACTIONS(538), - [anon_sym_quote] = ACTIONS(538), - [anon_sym_struct] = ACTIONS(538), - [anon_sym_u2765] = ACTIONS(538), - [anon_sym_u2192] = ACTIONS(538), - [anon_sym_u2237] = ACTIONS(538), - [anon_sym_u00b7] = ACTIONS(538), - [anon_sym_u235b] = ACTIONS(538), - [anon_sym_u2302] = ACTIONS(538), - [anon_sym_u21b0] = ACTIONS(538), - [anon_sym_unpack] = ACTIONS(538), - [anon_sym_u2290] = ACTIONS(538), - [anon_sym_u229d] = ACTIONS(538), - [anon_sym_cross] = ACTIONS(538), - [anon_sym_u22a0] = ACTIONS(538), - [anon_sym_SEMI] = ACTIONS(538), - [anon_sym_deal] = ACTIONS(538), - [anon_sym_strands] = ACTIONS(538), - [anon_sym_u203f] = ACTIONS(538), - [anon_sym_member] = ACTIONS(536), - [anon_sym_u220a] = ACTIONS(538), - [anon_sym_coordinate] = ACTIONS(538), - [anon_sym_u27d4] = ACTIONS(538), - [anon_sym_u03bb] = ACTIONS(538), - [anon_sym_u22ca] = ACTIONS(538), - [sym__endOfLine] = ACTIONS(538), + [aux_sym_number_token1] = ACTIONS(626), + [sym_fraction] = ACTIONS(628), + [anon_sym_Days] = ACTIONS(626), + [anon_sym_Months] = ACTIONS(626), + [anon_sym_MonthDays] = ACTIONS(626), + [anon_sym_LeanMonthDays] = ACTIONS(626), + [anon_sym_White] = ACTIONS(626), + [anon_sym_Black] = ACTIONS(626), + [anon_sym_Red] = ACTIONS(626), + [anon_sym_Orange] = ACTIONS(626), + [anon_sym_Yellow] = ACTIONS(626), + [anon_sym_Green] = ACTIONS(626), + [anon_sym_Cyan] = ACTIONS(626), + [anon_sym_Blue] = ACTIONS(626), + [anon_sym_Purple] = ACTIONS(626), + [anon_sym_Magenta] = ACTIONS(626), + [anon_sym_Gay] = ACTIONS(626), + [anon_sym_Lesbian] = ACTIONS(626), + [anon_sym_Bi] = ACTIONS(626), + [anon_sym_Trans] = ACTIONS(626), + [anon_sym_Pan] = ACTIONS(626), + [anon_sym_Ace] = ACTIONS(626), + [anon_sym_Aro] = ACTIONS(626), + [anon_sym_Aroace] = ACTIONS(626), + [anon_sym_Enby] = ACTIONS(626), + [anon_sym_Fluid] = ACTIONS(626), + [anon_sym_Queer] = ACTIONS(626), + [anon_sym_Agender] = ACTIONS(626), + [anon_sym_PrideFlags] = ACTIONS(626), + [anon_sym_PrideFlagNames] = ACTIONS(626), + [anon_sym_True] = ACTIONS(626), + [anon_sym_False] = ACTIONS(626), + [anon_sym_NULL] = ACTIONS(626), + [anon_sym_Logo] = ACTIONS(626), + [anon_sym_Lena] = ACTIONS(626), + [anon_sym_Music] = ACTIONS(626), + [anon_sym_Lorem] = ACTIONS(626), + [anon_sym_Os] = ACTIONS(626), + [anon_sym_Family] = ACTIONS(626), + [anon_sym_Arch] = ACTIONS(626), + [anon_sym_ExeExt] = ACTIONS(626), + [anon_sym_DllExt] = ACTIONS(626), + [anon_sym_Sep] = ACTIONS(626), + [anon_sym_ThisFile] = ACTIONS(626), + [anon_sym_ThisFileName] = ACTIONS(626), + [anon_sym_ThisFileDir] = ACTIONS(626), + [anon_sym_WorkingDir] = ACTIONS(626), + [anon_sym_NumProcs] = ACTIONS(626), + [anon_sym_Planets] = ACTIONS(626), + [anon_sym_Zodiac] = ACTIONS(626), + [anon_sym_Suits] = ACTIONS(626), + [anon_sym_Cards] = ACTIONS(626), + [anon_sym_Chess] = ACTIONS(626), + [anon_sym_Moon] = ACTIONS(626), + [anon_sym_Skin] = ACTIONS(626), + [anon_sym_People] = ACTIONS(626), + [anon_sym_Hair] = ACTIONS(626), + [anon_sym_Cat] = ACTIONS(626), + [aux_sym_character_token1] = ACTIONS(628), + [sym_string] = ACTIONS(628), + [sym_multiLineString] = ACTIONS(628), + [sym_identifier] = ACTIONS(626), + [sym_identifierDeprecated] = ACTIONS(626), + [sym_system] = ACTIONS(628), + [sym_comment] = ACTIONS(626), + [sym_openParen] = ACTIONS(628), + [sym_openCurly] = ACTIONS(628), + [sym_closeCurly] = ACTIONS(628), + [sym_openBracket] = ACTIONS(626), + [sym_closeBracket] = ACTIONS(628), + [anon_sym_CARET] = ACTIONS(628), + [anon_sym_SQUOTE] = ACTIONS(626), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(628), + [anon_sym_e] = ACTIONS(626), + [anon_sym_NaN] = ACTIONS(626), + [anon_sym_eta] = ACTIONS(628), + [anon_sym_u03b7] = ACTIONS(626), + [anon_sym_pi] = ACTIONS(626), + [anon_sym_u03c0] = ACTIONS(626), + [anon_sym_tau] = ACTIONS(628), + [anon_sym_u03c4] = ACTIONS(626), + [anon_sym_infinity] = ACTIONS(628), + [anon_sym_u221e] = ACTIONS(628), + [anon_sym_W] = ACTIONS(626), + [anon_sym_i] = ACTIONS(626), + [anon_sym_MaxInt] = ACTIONS(626), + [anon_sym_HexDigits] = ACTIONS(626), + [anon_sym_DOT] = ACTIONS(628), + [anon_sym_COMMA] = ACTIONS(628), + [anon_sym_COLON] = ACTIONS(628), + [anon_sym_u25cc] = ACTIONS(628), + [anon_sym_identity] = ACTIONS(628), + [anon_sym_id] = ACTIONS(626), + [anon_sym_u2218] = ACTIONS(628), + [anon_sym_not] = ACTIONS(628), + [anon_sym_u00ac] = ACTIONS(628), + [anon_sym_sign] = ACTIONS(626), + [anon_sym_u00b1] = ACTIONS(628), + [anon_sym_BQUOTE] = ACTIONS(628), + [anon_sym_u00af] = ACTIONS(626), + [anon_sym_absolutevalue] = ACTIONS(628), + [anon_sym_u2335] = ACTIONS(628), + [anon_sym_sqrt] = ACTIONS(628), + [anon_sym_u221a] = ACTIONS(628), + [anon_sym_sine] = ACTIONS(628), + [anon_sym_u25cb] = ACTIONS(628), + [anon_sym_u223f] = ACTIONS(628), + [anon_sym_floor] = ACTIONS(628), + [anon_sym_u230a] = ACTIONS(628), + [anon_sym_ceiling] = ACTIONS(628), + [anon_sym_u2308] = ACTIONS(628), + [anon_sym_round] = ACTIONS(628), + [anon_sym_u2045] = ACTIONS(628), + [anon_sym_EQ] = ACTIONS(628), + [anon_sym_BANG_EQ] = ACTIONS(628), + [anon_sym_u2260] = ACTIONS(628), + [anon_sym_LT] = ACTIONS(626), + [anon_sym_LT_EQ] = ACTIONS(628), + [anon_sym_u2264] = ACTIONS(628), + [anon_sym_GT] = ACTIONS(626), + [anon_sym_GT_EQ] = ACTIONS(628), + [anon_sym_u2265] = ACTIONS(628), + [anon_sym_PLUS] = ACTIONS(628), + [anon_sym_DASH] = ACTIONS(628), + [anon_sym_STAR] = ACTIONS(628), + [anon_sym_u00d7] = ACTIONS(628), + [anon_sym_PERCENT] = ACTIONS(628), + [anon_sym_u00f7] = ACTIONS(628), + [anon_sym_modulus] = ACTIONS(628), + [anon_sym_u25ff] = ACTIONS(628), + [anon_sym_power] = ACTIONS(628), + [anon_sym_u207f] = ACTIONS(628), + [anon_sym_logarithm] = ACTIONS(628), + [anon_sym_u2099] = ACTIONS(628), + [anon_sym_minimum] = ACTIONS(628), + [anon_sym_u21a7] = ACTIONS(628), + [anon_sym_maximum] = ACTIONS(628), + [anon_sym_u21a5] = ACTIONS(628), + [anon_sym_atangent] = ACTIONS(628), + [anon_sym_u2220] = ACTIONS(628), + [anon_sym_length] = ACTIONS(628), + [anon_sym_u29fb] = ACTIONS(628), + [anon_sym_shape] = ACTIONS(628), + [anon_sym_u25b3] = ACTIONS(628), + [anon_sym_range] = ACTIONS(628), + [anon_sym_u21e1] = ACTIONS(628), + [anon_sym_first] = ACTIONS(628), + [anon_sym_u22a2] = ACTIONS(628), + [anon_sym_reverse] = ACTIONS(628), + [anon_sym_u21cc] = ACTIONS(628), + [anon_sym_deshape] = ACTIONS(628), + [anon_sym_u266d] = ACTIONS(628), + [anon_sym_bits] = ACTIONS(628), + [anon_sym_u22ef] = ACTIONS(628), + [anon_sym_transpose] = ACTIONS(628), + [anon_sym_u2349] = ACTIONS(628), + [anon_sym_rise] = ACTIONS(628), + [anon_sym_u234f] = ACTIONS(628), + [anon_sym_fall] = ACTIONS(628), + [anon_sym_u2356] = ACTIONS(628), + [anon_sym_where] = ACTIONS(628), + [anon_sym_u229a] = ACTIONS(628), + [anon_sym_classify] = ACTIONS(628), + [anon_sym_u229b] = ACTIONS(628), + [anon_sym_deduplicate] = ACTIONS(628), + [anon_sym_u25f4] = ACTIONS(628), + [anon_sym_box] = ACTIONS(628), + [anon_sym_u25a1] = ACTIONS(628), + [anon_sym_match] = ACTIONS(628), + [anon_sym_u224d] = ACTIONS(628), + [anon_sym_couple] = ACTIONS(628), + [anon_sym_u229f] = ACTIONS(628), + [anon_sym_join] = ACTIONS(628), + [anon_sym_u2282] = ACTIONS(628), + [anon_sym_select] = ACTIONS(628), + [anon_sym_u228f] = ACTIONS(628), + [anon_sym_pick] = ACTIONS(628), + [anon_sym_u22a1] = ACTIONS(628), + [anon_sym_reshape] = ACTIONS(628), + [anon_sym_u21af] = ACTIONS(628), + [anon_sym_take] = ACTIONS(628), + [anon_sym_u2199] = ACTIONS(628), + [anon_sym_drop] = ACTIONS(628), + [anon_sym_u2198] = ACTIONS(628), + [anon_sym_rotate] = ACTIONS(628), + [anon_sym_u21bb] = ACTIONS(628), + [anon_sym_windows] = ACTIONS(628), + [anon_sym_u25eb] = ACTIONS(628), + [anon_sym_keep] = ACTIONS(628), + [anon_sym_u25bd] = ACTIONS(628), + [anon_sym_find] = ACTIONS(628), + [anon_sym_u2315] = ACTIONS(628), + [anon_sym_indexof] = ACTIONS(628), + [anon_sym_u2297] = ACTIONS(628), + [anon_sym_assert] = ACTIONS(628), + [anon_sym_u2364] = ACTIONS(628), + [anon_sym_wait] = ACTIONS(628), + [anon_sym_parse] = ACTIONS(628), + [anon_sym_u22d5] = ACTIONS(628), + [anon_sym_random] = ACTIONS(628), + [anon_sym_u2682] = ACTIONS(628), + [anon_sym_gen] = ACTIONS(628), + [anon_sym_tag] = ACTIONS(628), + [anon_sym_now] = ACTIONS(628), + [anon_sym_type] = ACTIONS(628), + [anon_sym_u2e2e] = ACTIONS(628), + [anon_sym_dump] = ACTIONS(628), + [anon_sym_regex] = ACTIONS(628), + [anon_sym_send] = ACTIONS(628), + [anon_sym_recv] = ACTIONS(628), + [anon_sym_tryrecv] = ACTIONS(628), + [anon_sym_complex] = ACTIONS(628), + [anon_sym_u2102] = ACTIONS(628), + [anon_sym_rerank] = ACTIONS(628), + [anon_sym_u2607] = ACTIONS(628), + [anon_sym_fix] = ACTIONS(628), + [anon_sym_u00a4] = ACTIONS(628), + [anon_sym_QMARK] = ACTIONS(628), + [anon_sym_unique] = ACTIONS(628), + [anon_sym_u25f0] = ACTIONS(628), + [anon_sym_map] = ACTIONS(628), + [anon_sym_has] = ACTIONS(628), + [anon_sym_get] = ACTIONS(628), + [anon_sym_insert] = ACTIONS(628), + [anon_sym_remove] = ACTIONS(628), + [anon_sym_repr] = ACTIONS(628), + [anon_sym_mask] = ACTIONS(628), + [anon_sym_u29b7] = ACTIONS(628), + [anon_sym_csv] = ACTIONS(628), + [anon_sym_json] = ACTIONS(628), + [anon_sym_xlsx] = ACTIONS(628), + [anon_sym_memberOf] = ACTIONS(628), + [anon_sym_u2208] = ACTIONS(628), + [anon_sym_imen] = ACTIONS(628), + [anon_sym_gife] = ACTIONS(628), + [anon_sym_auden] = ACTIONS(628), + [anon_sym_utfu2088] = ACTIONS(628), + [anon_sym_datetime] = ACTIONS(628), + [anon_sym_choose] = ACTIONS(628), + [anon_sym_permute] = ACTIONS(628), + [anon_sym_orient] = ACTIONS(628), + [anon_sym_u2938] = ACTIONS(628), + [anon_sym_fft] = ACTIONS(628), + [anon_sym_graphemes] = ACTIONS(628), + [anon_sym_timezone] = ACTIONS(628), + [anon_sym_around] = ACTIONS(628), + [anon_sym_u2019] = ACTIONS(628), + [anon_sym_base] = ACTIONS(628), + [anon_sym_sort] = ACTIONS(628), + [anon_sym_u2346] = ACTIONS(628), + [anon_sym_last] = ACTIONS(628), + [anon_sym_u22a3] = ACTIONS(628), + [anon_sym_reduce] = ACTIONS(628), + [anon_sym_SLASH] = ACTIONS(628), + [anon_sym_scan] = ACTIONS(628), + [anon_sym_BSLASH] = ACTIONS(628), + [anon_sym_each] = ACTIONS(628), + [anon_sym_u2235] = ACTIONS(628), + [anon_sym_rows] = ACTIONS(628), + [anon_sym_u2261] = ACTIONS(628), + [anon_sym_repeat] = ACTIONS(628), + [anon_sym_u2365] = ACTIONS(628), + [anon_sym_dip] = ACTIONS(628), + [anon_sym_u2299] = ACTIONS(628), + [anon_sym_gap] = ACTIONS(628), + [anon_sym_u22c5] = ACTIONS(628), + [anon_sym_spawn] = ACTIONS(628), + [anon_sym_rectify] = ACTIONS(628), + [anon_sym_u2305] = ACTIONS(628), + [anon_sym_un] = ACTIONS(626), + [anon_sym_u00b0] = ACTIONS(628), + [anon_sym_on] = ACTIONS(626), + [anon_sym_u27dc] = ACTIONS(628), + [anon_sym_inventory] = ACTIONS(628), + [anon_sym_u235a] = ACTIONS(628), + [anon_sym_content] = ACTIONS(628), + [anon_sym_u25c7] = ACTIONS(628), + [anon_sym_pool] = ACTIONS(628), + [anon_sym_stringify] = ACTIONS(628), + [anon_sym_signature] = ACTIONS(628), + [anon_sym_triangle] = ACTIONS(628), + [anon_sym_u25f9] = ACTIONS(628), + [anon_sym_astar] = ACTIONS(628), + [anon_sym_with] = ACTIONS(628), + [anon_sym_u2919] = ACTIONS(628), + [anon_sym_off] = ACTIONS(628), + [anon_sym_u291a] = ACTIONS(628), + [anon_sym_above] = ACTIONS(628), + [anon_sym_u25e0] = ACTIONS(628), + [anon_sym_below] = ACTIONS(628), + [anon_sym_u25e1] = ACTIONS(628), + [anon_sym_anti] = ACTIONS(628), + [anon_sym_u231d] = ACTIONS(628), + [anon_sym_obverse] = ACTIONS(628), + [anon_sym_toples] = ACTIONS(628), + [anon_sym_u29c5] = ACTIONS(628), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(628), + [anon_sym_fold] = ACTIONS(628), + [anon_sym_u2227] = ACTIONS(628), + [anon_sym_table] = ACTIONS(628), + [anon_sym_u229e] = ACTIONS(628), + [anon_sym_group] = ACTIONS(628), + [anon_sym_u2295] = ACTIONS(628), + [anon_sym_partition] = ACTIONS(628), + [anon_sym_u229c] = ACTIONS(628), + [anon_sym_both] = ACTIONS(628), + [anon_sym_u2229] = ACTIONS(628), + [anon_sym_bracket] = ACTIONS(628), + [anon_sym_u2293] = ACTIONS(628), + [anon_sym_fork] = ACTIONS(628), + [anon_sym_u2283] = ACTIONS(628), + [anon_sym_under] = ACTIONS(628), + [anon_sym_u235c] = ACTIONS(628), + [anon_sym_fill] = ACTIONS(628), + [anon_sym_u2b1a] = ACTIONS(628), + [anon_sym_try] = ACTIONS(626), + [anon_sym_u2363] = ACTIONS(628), + [anon_sym_do] = ACTIONS(626), + [anon_sym_u2362] = ACTIONS(628), + [anon_sym_f] = ACTIONS(626), + [anon_sym_by] = ACTIONS(626), + [anon_sym_u22b8] = ACTIONS(628), + [anon_sym_quote] = ACTIONS(628), + [anon_sym_u2765] = ACTIONS(628), + [anon_sym_u2192] = ACTIONS(628), + [anon_sym_u2237] = ACTIONS(628), + [anon_sym_u00b7] = ACTIONS(628), + [anon_sym_u235b] = ACTIONS(628), + [anon_sym_u2302] = ACTIONS(628), + [anon_sym_u21b0] = ACTIONS(628), + [anon_sym_unpack] = ACTIONS(628), + [anon_sym_u2290] = ACTIONS(628), + [anon_sym_u229d] = ACTIONS(628), + [anon_sym_cross] = ACTIONS(628), + [anon_sym_u22a0] = ACTIONS(628), + [anon_sym_SEMI] = ACTIONS(628), + [anon_sym_deal] = ACTIONS(628), + [anon_sym_member] = ACTIONS(626), + [anon_sym_u220a] = ACTIONS(628), + [anon_sym_coordinate] = ACTIONS(628), + [anon_sym_u27d4] = ACTIONS(628), + [anon_sym_u03bb] = ACTIONS(628), + [anon_sym_u22ca] = ACTIONS(628), + [anon_sym_chunk] = ACTIONS(628), + [anon_sym_u2444] = ACTIONS(628), + [anon_sym_setinv] = ACTIONS(628), + [anon_sym_setund] = ACTIONS(628), + [anon_sym_struct] = ACTIONS(628), + [sym__endOfLine] = ACTIONS(630), }, [127] = { - [ts_builtin_sym_end] = ACTIONS(534), - [aux_sym_number_token1] = ACTIONS(532), - [sym_fraction] = ACTIONS(534), - [anon_sym_Days] = ACTIONS(532), - [anon_sym_Months] = ACTIONS(532), - [anon_sym_MonthDays] = ACTIONS(532), - [anon_sym_LeanMonthDays] = ACTIONS(532), - [anon_sym_White] = ACTIONS(532), - [anon_sym_Black] = ACTIONS(532), - [anon_sym_Red] = ACTIONS(532), - [anon_sym_Orange] = ACTIONS(532), - [anon_sym_Yellow] = ACTIONS(532), - [anon_sym_Green] = ACTIONS(532), - [anon_sym_Cyan] = ACTIONS(532), - [anon_sym_Blue] = ACTIONS(532), - [anon_sym_Purple] = ACTIONS(532), - [anon_sym_Magenta] = ACTIONS(532), - [anon_sym_Gay] = ACTIONS(532), - [anon_sym_Lesbian] = ACTIONS(532), - [anon_sym_Bi] = ACTIONS(532), - [anon_sym_Trans] = ACTIONS(532), - [anon_sym_Pan] = ACTIONS(532), - [anon_sym_Ace] = ACTIONS(532), - [anon_sym_Aro] = ACTIONS(532), - [anon_sym_Aroace] = ACTIONS(532), - [anon_sym_Enby] = ACTIONS(532), - [anon_sym_Fluid] = ACTIONS(532), - [anon_sym_Queer] = ACTIONS(532), - [anon_sym_Agender] = ACTIONS(532), - [anon_sym_PrideFlags] = ACTIONS(532), - [anon_sym_PrideFlagNames] = ACTIONS(532), - [anon_sym_True] = ACTIONS(532), - [anon_sym_False] = ACTIONS(532), - [anon_sym_NULL] = ACTIONS(532), - [anon_sym_Logo] = ACTIONS(532), - [anon_sym_Lena] = ACTIONS(532), - [anon_sym_Music] = ACTIONS(532), - [anon_sym_Lorem] = ACTIONS(532), - [anon_sym_Os] = ACTIONS(532), - [anon_sym_Family] = ACTIONS(532), - [anon_sym_Arch] = ACTIONS(532), - [anon_sym_ExeExt] = ACTIONS(532), - [anon_sym_DllExt] = ACTIONS(532), - [anon_sym_Sep] = ACTIONS(532), - [anon_sym_ThisFile] = ACTIONS(532), - [anon_sym_ThisFileName] = ACTIONS(532), - [anon_sym_ThisFileDir] = ACTIONS(532), - [anon_sym_WorkingDir] = ACTIONS(532), - [anon_sym_NumProcs] = ACTIONS(532), - [anon_sym_Planets] = ACTIONS(532), - [anon_sym_Zodiac] = ACTIONS(532), - [anon_sym_Suits] = ACTIONS(532), - [anon_sym_Cards] = ACTIONS(532), - [anon_sym_Chess] = ACTIONS(532), - [anon_sym_Moon] = ACTIONS(532), - [anon_sym_Skin] = ACTIONS(532), - [anon_sym_People] = ACTIONS(532), - [anon_sym_Hair] = ACTIONS(532), - [aux_sym_character_token1] = ACTIONS(534), - [sym_string] = ACTIONS(534), - [sym_multiLineString] = ACTIONS(534), - [sym_identifier] = ACTIONS(532), - [sym_identifierDeprecated] = ACTIONS(532), - [sym_system] = ACTIONS(534), - [sym_comment] = ACTIONS(532), - [sym_openParen] = ACTIONS(534), - [sym_openCurly] = ACTIONS(534), - [sym_openBracket] = ACTIONS(534), - [sym_underscore] = ACTIONS(534), - [anon_sym_CARET] = ACTIONS(534), - [anon_sym_SQUOTE] = ACTIONS(532), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(534), - [anon_sym_e] = ACTIONS(532), - [anon_sym_NaN] = ACTIONS(532), - [anon_sym_eta] = ACTIONS(534), - [anon_sym_u03b7] = ACTIONS(532), - [anon_sym_pi] = ACTIONS(532), - [anon_sym_u03c0] = ACTIONS(532), - [anon_sym_tau] = ACTIONS(534), - [anon_sym_u03c4] = ACTIONS(532), - [anon_sym_infinity] = ACTIONS(534), - [anon_sym_u221e] = ACTIONS(534), - [anon_sym_W] = ACTIONS(532), - [anon_sym_i] = ACTIONS(532), - [anon_sym_MaxInt] = ACTIONS(532), - [anon_sym_HexDigits] = ACTIONS(532), - [anon_sym_DOT] = ACTIONS(534), - [anon_sym_COMMA] = ACTIONS(534), - [anon_sym_COLON] = ACTIONS(534), - [anon_sym_u25cc] = ACTIONS(534), - [anon_sym_identity] = ACTIONS(534), - [anon_sym_id] = ACTIONS(532), - [anon_sym_u2218] = ACTIONS(534), - [anon_sym_not] = ACTIONS(534), - [anon_sym_u00ac] = ACTIONS(534), - [anon_sym_sign] = ACTIONS(532), - [anon_sym_u00b1] = ACTIONS(534), - [anon_sym_BQUOTE] = ACTIONS(534), - [anon_sym_u00af] = ACTIONS(532), - [anon_sym_absolutevalue] = ACTIONS(534), - [anon_sym_u2335] = ACTIONS(534), - [anon_sym_sqrt] = ACTIONS(534), - [anon_sym_u221a] = ACTIONS(534), - [anon_sym_sine] = ACTIONS(534), - [anon_sym_u25cb] = ACTIONS(534), - [anon_sym_u223f] = ACTIONS(534), - [anon_sym_floor] = ACTIONS(534), - [anon_sym_u230a] = ACTIONS(534), - [anon_sym_ceiling] = ACTIONS(534), - [anon_sym_u2308] = ACTIONS(534), - [anon_sym_round] = ACTIONS(534), - [anon_sym_u2045] = ACTIONS(534), - [anon_sym_EQ] = ACTIONS(534), - [anon_sym_BANG_EQ] = ACTIONS(534), - [anon_sym_u2260] = ACTIONS(534), - [anon_sym_LT] = ACTIONS(532), - [anon_sym_LT_EQ] = ACTIONS(534), - [anon_sym_u2264] = ACTIONS(534), - [anon_sym_GT] = ACTIONS(532), - [anon_sym_GT_EQ] = ACTIONS(534), - [anon_sym_u2265] = ACTIONS(534), - [anon_sym_PLUS] = ACTIONS(534), - [anon_sym_DASH] = ACTIONS(534), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_u00d7] = ACTIONS(534), - [anon_sym_PERCENT] = ACTIONS(534), - [anon_sym_u00f7] = ACTIONS(534), - [anon_sym_modulus] = ACTIONS(534), - [anon_sym_u25ff] = ACTIONS(534), - [anon_sym_power] = ACTIONS(534), - [anon_sym_u207f] = ACTIONS(534), - [anon_sym_logarithm] = ACTIONS(534), - [anon_sym_u2099] = ACTIONS(534), - [anon_sym_minimum] = ACTIONS(534), - [anon_sym_u21a7] = ACTIONS(534), - [anon_sym_maximum] = ACTIONS(534), - [anon_sym_u21a5] = ACTIONS(534), - [anon_sym_atangent] = ACTIONS(534), - [anon_sym_u2220] = ACTIONS(534), - [anon_sym_length] = ACTIONS(534), - [anon_sym_u29fb] = ACTIONS(534), - [anon_sym_shape] = ACTIONS(534), - [anon_sym_u25b3] = ACTIONS(534), - [anon_sym_range] = ACTIONS(534), - [anon_sym_u21e1] = ACTIONS(534), - [anon_sym_first] = ACTIONS(534), - [anon_sym_u22a2] = ACTIONS(534), - [anon_sym_reverse] = ACTIONS(534), - [anon_sym_u21cc] = ACTIONS(534), - [anon_sym_deshape] = ACTIONS(534), - [anon_sym_u266d] = ACTIONS(534), - [anon_sym_bits] = ACTIONS(534), - [anon_sym_u22ef] = ACTIONS(534), - [anon_sym_transpose] = ACTIONS(534), - [anon_sym_u2349] = ACTIONS(534), - [anon_sym_rise] = ACTIONS(534), - [anon_sym_u234f] = ACTIONS(534), - [anon_sym_fall] = ACTIONS(534), - [anon_sym_u2356] = ACTIONS(534), - [anon_sym_where] = ACTIONS(534), - [anon_sym_u229a] = ACTIONS(534), - [anon_sym_classify] = ACTIONS(534), - [anon_sym_u229b] = ACTIONS(534), - [anon_sym_deduplicate] = ACTIONS(534), - [anon_sym_u25f4] = ACTIONS(534), - [anon_sym_box] = ACTIONS(534), - [anon_sym_u25a1] = ACTIONS(534), - [anon_sym_match] = ACTIONS(534), - [anon_sym_u224d] = ACTIONS(534), - [anon_sym_couple] = ACTIONS(534), - [anon_sym_u229f] = ACTIONS(534), - [anon_sym_join] = ACTIONS(534), - [anon_sym_u2282] = ACTIONS(534), - [anon_sym_select] = ACTIONS(534), - [anon_sym_u228f] = ACTIONS(534), - [anon_sym_pick] = ACTIONS(534), - [anon_sym_u22a1] = ACTIONS(534), - [anon_sym_reshape] = ACTIONS(534), - [anon_sym_u21af] = ACTIONS(534), - [anon_sym_take] = ACTIONS(534), - [anon_sym_u2199] = ACTIONS(534), - [anon_sym_drop] = ACTIONS(534), - [anon_sym_u2198] = ACTIONS(534), - [anon_sym_rotate] = ACTIONS(534), - [anon_sym_u21bb] = ACTIONS(534), - [anon_sym_windows] = ACTIONS(534), - [anon_sym_u25eb] = ACTIONS(534), - [anon_sym_keep] = ACTIONS(534), - [anon_sym_u25bd] = ACTIONS(534), - [anon_sym_find] = ACTIONS(534), - [anon_sym_u2315] = ACTIONS(534), - [anon_sym_indexof] = ACTIONS(534), - [anon_sym_u2297] = ACTIONS(534), - [anon_sym_assert] = ACTIONS(534), - [anon_sym_u2364] = ACTIONS(534), - [anon_sym_wait] = ACTIONS(534), - [anon_sym_parse] = ACTIONS(534), - [anon_sym_u22d5] = ACTIONS(534), - [anon_sym_random] = ACTIONS(534), - [anon_sym_u2682] = ACTIONS(534), - [anon_sym_gen] = ACTIONS(534), - [anon_sym_tag] = ACTIONS(534), - [anon_sym_now] = ACTIONS(534), - [anon_sym_type] = ACTIONS(534), - [anon_sym_u2e2e] = ACTIONS(534), - [anon_sym_dump] = ACTIONS(534), - [anon_sym_regex] = ACTIONS(534), - [anon_sym_send] = ACTIONS(534), - [anon_sym_recv] = ACTIONS(534), - [anon_sym_tryrecv] = ACTIONS(534), - [anon_sym_complex] = ACTIONS(534), - [anon_sym_u2102] = ACTIONS(534), - [anon_sym_rerank] = ACTIONS(534), - [anon_sym_u2607] = ACTIONS(534), - [anon_sym_fix] = ACTIONS(534), - [anon_sym_u00a4] = ACTIONS(534), - [anon_sym_QMARK] = ACTIONS(534), - [anon_sym_unique] = ACTIONS(534), - [anon_sym_u25f0] = ACTIONS(534), - [anon_sym_map] = ACTIONS(534), - [anon_sym_has] = ACTIONS(534), - [anon_sym_get] = ACTIONS(534), - [anon_sym_insert] = ACTIONS(534), - [anon_sym_remove] = ACTIONS(534), - [anon_sym_repr] = ACTIONS(534), - [anon_sym_mask] = ACTIONS(534), - [anon_sym_u29b7] = ACTIONS(534), - [anon_sym_csv] = ACTIONS(534), - [anon_sym_json] = ACTIONS(534), - [anon_sym_xlsx] = ACTIONS(534), - [anon_sym_memberOf] = ACTIONS(534), - [anon_sym_u2208] = ACTIONS(534), - [anon_sym_imen] = ACTIONS(534), - [anon_sym_gife] = ACTIONS(534), - [anon_sym_auden] = ACTIONS(534), - [anon_sym_utfu2088] = ACTIONS(534), - [anon_sym_datetime] = ACTIONS(534), - [anon_sym_chunk] = ACTIONS(534), - [anon_sym_u2444] = ACTIONS(534), - [anon_sym_choose] = ACTIONS(534), - [anon_sym_permute] = ACTIONS(534), - [anon_sym_orient] = ACTIONS(534), - [anon_sym_fft] = ACTIONS(534), - [anon_sym_reduce] = ACTIONS(534), - [anon_sym_SLASH] = ACTIONS(534), - [anon_sym_scan] = ACTIONS(534), - [anon_sym_BSLASH] = ACTIONS(534), - [anon_sym_each] = ACTIONS(534), - [anon_sym_u2235] = ACTIONS(534), - [anon_sym_rows] = ACTIONS(534), - [anon_sym_u2261] = ACTIONS(534), - [anon_sym_repeat] = ACTIONS(534), - [anon_sym_u2365] = ACTIONS(534), - [anon_sym_dip] = ACTIONS(534), - [anon_sym_u2299] = ACTIONS(534), - [anon_sym_gap] = ACTIONS(534), - [anon_sym_u22c5] = ACTIONS(534), - [anon_sym_spawn] = ACTIONS(534), - [anon_sym_rectify] = ACTIONS(534), - [anon_sym_u2305] = ACTIONS(534), - [anon_sym_un] = ACTIONS(532), - [anon_sym_u00b0] = ACTIONS(534), - [anon_sym_on] = ACTIONS(532), - [anon_sym_u27dc] = ACTIONS(534), - [anon_sym_inventory] = ACTIONS(534), - [anon_sym_u235a] = ACTIONS(534), - [anon_sym_content] = ACTIONS(534), - [anon_sym_u25c7] = ACTIONS(534), - [anon_sym_pool] = ACTIONS(534), - [anon_sym_stringify] = ACTIONS(534), - [anon_sym_signature] = ACTIONS(534), - [anon_sym_triangle] = ACTIONS(534), - [anon_sym_u25f9] = ACTIONS(534), - [anon_sym_astar] = ACTIONS(534), - [anon_sym_but] = ACTIONS(534), - [anon_sym_u2919] = ACTIONS(534), - [anon_sym_with] = ACTIONS(534), - [anon_sym_u291a] = ACTIONS(534), - [anon_sym_above] = ACTIONS(534), - [anon_sym_u25e0] = ACTIONS(534), - [anon_sym_below] = ACTIONS(534), - [anon_sym_u25e1] = ACTIONS(534), - [anon_sym_fold] = ACTIONS(534), - [anon_sym_u2227] = ACTIONS(534), - [anon_sym_table] = ACTIONS(534), - [anon_sym_u229e] = ACTIONS(534), - [anon_sym_group] = ACTIONS(534), - [anon_sym_u2295] = ACTIONS(534), - [anon_sym_partition] = ACTIONS(534), - [anon_sym_u229c] = ACTIONS(534), - [anon_sym_both] = ACTIONS(534), - [anon_sym_u2229] = ACTIONS(534), - [anon_sym_bracket] = ACTIONS(534), - [anon_sym_u2293] = ACTIONS(534), - [anon_sym_fork] = ACTIONS(534), - [anon_sym_u2283] = ACTIONS(534), - [anon_sym_under] = ACTIONS(534), - [anon_sym_u235c] = ACTIONS(534), - [anon_sym_fill] = ACTIONS(534), - [anon_sym_u2b1a] = ACTIONS(534), - [anon_sym_try] = ACTIONS(532), - [anon_sym_u2363] = ACTIONS(534), - [anon_sym_do] = ACTIONS(532), - [anon_sym_u2362] = ACTIONS(534), - [anon_sym_setinv] = ACTIONS(534), - [anon_sym_setunder] = ACTIONS(534), - [anon_sym_f] = ACTIONS(532), - [anon_sym_by] = ACTIONS(532), - [anon_sym_u22b8] = ACTIONS(534), - [anon_sym_quote] = ACTIONS(534), - [anon_sym_struct] = ACTIONS(534), - [anon_sym_u2765] = ACTIONS(534), - [anon_sym_u2192] = ACTIONS(534), - [anon_sym_u2237] = ACTIONS(534), - [anon_sym_u00b7] = ACTIONS(534), - [anon_sym_u235b] = ACTIONS(534), - [anon_sym_u2302] = ACTIONS(534), - [anon_sym_u21b0] = ACTIONS(534), - [anon_sym_unpack] = ACTIONS(534), - [anon_sym_u2290] = ACTIONS(534), - [anon_sym_u229d] = ACTIONS(534), - [anon_sym_cross] = ACTIONS(534), - [anon_sym_u22a0] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(534), - [anon_sym_deal] = ACTIONS(534), - [anon_sym_strands] = ACTIONS(534), - [anon_sym_u203f] = ACTIONS(534), - [anon_sym_member] = ACTIONS(532), - [anon_sym_u220a] = ACTIONS(534), - [anon_sym_coordinate] = ACTIONS(534), - [anon_sym_u27d4] = ACTIONS(534), - [anon_sym_u03bb] = ACTIONS(534), - [anon_sym_u22ca] = ACTIONS(534), - [sym__endOfLine] = ACTIONS(534), - }, - [128] = { - [ts_builtin_sym_end] = ACTIONS(530), - [aux_sym_number_token1] = ACTIONS(528), - [sym_fraction] = ACTIONS(530), - [anon_sym_Days] = ACTIONS(528), - [anon_sym_Months] = ACTIONS(528), - [anon_sym_MonthDays] = ACTIONS(528), - [anon_sym_LeanMonthDays] = ACTIONS(528), - [anon_sym_White] = ACTIONS(528), - [anon_sym_Black] = ACTIONS(528), - [anon_sym_Red] = ACTIONS(528), - [anon_sym_Orange] = ACTIONS(528), - [anon_sym_Yellow] = ACTIONS(528), - [anon_sym_Green] = ACTIONS(528), - [anon_sym_Cyan] = ACTIONS(528), - [anon_sym_Blue] = ACTIONS(528), - [anon_sym_Purple] = ACTIONS(528), - [anon_sym_Magenta] = ACTIONS(528), - [anon_sym_Gay] = ACTIONS(528), - [anon_sym_Lesbian] = ACTIONS(528), - [anon_sym_Bi] = ACTIONS(528), - [anon_sym_Trans] = ACTIONS(528), - [anon_sym_Pan] = ACTIONS(528), - [anon_sym_Ace] = ACTIONS(528), - [anon_sym_Aro] = ACTIONS(528), - [anon_sym_Aroace] = ACTIONS(528), - [anon_sym_Enby] = ACTIONS(528), - [anon_sym_Fluid] = ACTIONS(528), - [anon_sym_Queer] = ACTIONS(528), - [anon_sym_Agender] = ACTIONS(528), - [anon_sym_PrideFlags] = ACTIONS(528), - [anon_sym_PrideFlagNames] = ACTIONS(528), - [anon_sym_True] = ACTIONS(528), - [anon_sym_False] = ACTIONS(528), - [anon_sym_NULL] = ACTIONS(528), - [anon_sym_Logo] = ACTIONS(528), - [anon_sym_Lena] = ACTIONS(528), - [anon_sym_Music] = ACTIONS(528), - [anon_sym_Lorem] = ACTIONS(528), - [anon_sym_Os] = ACTIONS(528), - [anon_sym_Family] = ACTIONS(528), - [anon_sym_Arch] = ACTIONS(528), - [anon_sym_ExeExt] = ACTIONS(528), - [anon_sym_DllExt] = ACTIONS(528), - [anon_sym_Sep] = ACTIONS(528), - [anon_sym_ThisFile] = ACTIONS(528), - [anon_sym_ThisFileName] = ACTIONS(528), - [anon_sym_ThisFileDir] = ACTIONS(528), - [anon_sym_WorkingDir] = ACTIONS(528), - [anon_sym_NumProcs] = ACTIONS(528), - [anon_sym_Planets] = ACTIONS(528), - [anon_sym_Zodiac] = ACTIONS(528), - [anon_sym_Suits] = ACTIONS(528), - [anon_sym_Cards] = ACTIONS(528), - [anon_sym_Chess] = ACTIONS(528), - [anon_sym_Moon] = ACTIONS(528), - [anon_sym_Skin] = ACTIONS(528), - [anon_sym_People] = ACTIONS(528), - [anon_sym_Hair] = ACTIONS(528), - [aux_sym_character_token1] = ACTIONS(530), - [sym_string] = ACTIONS(530), - [sym_multiLineString] = ACTIONS(530), - [sym_identifier] = ACTIONS(528), - [sym_identifierDeprecated] = ACTIONS(528), - [sym_system] = ACTIONS(530), - [sym_comment] = ACTIONS(528), - [sym_openParen] = ACTIONS(530), - [sym_openCurly] = ACTIONS(530), - [sym_openBracket] = ACTIONS(530), - [sym_underscore] = ACTIONS(530), - [anon_sym_CARET] = ACTIONS(530), - [anon_sym_SQUOTE] = ACTIONS(528), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(530), - [anon_sym_e] = ACTIONS(528), - [anon_sym_NaN] = ACTIONS(528), - [anon_sym_eta] = ACTIONS(530), - [anon_sym_u03b7] = ACTIONS(528), - [anon_sym_pi] = ACTIONS(528), - [anon_sym_u03c0] = ACTIONS(528), - [anon_sym_tau] = ACTIONS(530), - [anon_sym_u03c4] = ACTIONS(528), - [anon_sym_infinity] = ACTIONS(530), - [anon_sym_u221e] = ACTIONS(530), - [anon_sym_W] = ACTIONS(528), - [anon_sym_i] = ACTIONS(528), - [anon_sym_MaxInt] = ACTIONS(528), - [anon_sym_HexDigits] = ACTIONS(528), - [anon_sym_DOT] = ACTIONS(530), - [anon_sym_COMMA] = ACTIONS(530), - [anon_sym_COLON] = ACTIONS(530), - [anon_sym_u25cc] = ACTIONS(530), - [anon_sym_identity] = ACTIONS(530), - [anon_sym_id] = ACTIONS(528), - [anon_sym_u2218] = ACTIONS(530), - [anon_sym_not] = ACTIONS(530), - [anon_sym_u00ac] = ACTIONS(530), - [anon_sym_sign] = ACTIONS(528), - [anon_sym_u00b1] = ACTIONS(530), - [anon_sym_BQUOTE] = ACTIONS(530), - [anon_sym_u00af] = ACTIONS(528), - [anon_sym_absolutevalue] = ACTIONS(530), - [anon_sym_u2335] = ACTIONS(530), - [anon_sym_sqrt] = ACTIONS(530), - [anon_sym_u221a] = ACTIONS(530), - [anon_sym_sine] = ACTIONS(530), - [anon_sym_u25cb] = ACTIONS(530), - [anon_sym_u223f] = ACTIONS(530), - [anon_sym_floor] = ACTIONS(530), - [anon_sym_u230a] = ACTIONS(530), - [anon_sym_ceiling] = ACTIONS(530), - [anon_sym_u2308] = ACTIONS(530), - [anon_sym_round] = ACTIONS(530), - [anon_sym_u2045] = ACTIONS(530), - [anon_sym_EQ] = ACTIONS(530), - [anon_sym_BANG_EQ] = ACTIONS(530), - [anon_sym_u2260] = ACTIONS(530), - [anon_sym_LT] = ACTIONS(528), - [anon_sym_LT_EQ] = ACTIONS(530), - [anon_sym_u2264] = ACTIONS(530), - [anon_sym_GT] = ACTIONS(528), - [anon_sym_GT_EQ] = ACTIONS(530), - [anon_sym_u2265] = ACTIONS(530), - [anon_sym_PLUS] = ACTIONS(530), - [anon_sym_DASH] = ACTIONS(530), - [anon_sym_STAR] = ACTIONS(530), - [anon_sym_u00d7] = ACTIONS(530), - [anon_sym_PERCENT] = ACTIONS(530), - [anon_sym_u00f7] = ACTIONS(530), - [anon_sym_modulus] = ACTIONS(530), - [anon_sym_u25ff] = ACTIONS(530), - [anon_sym_power] = ACTIONS(530), - [anon_sym_u207f] = ACTIONS(530), - [anon_sym_logarithm] = ACTIONS(530), - [anon_sym_u2099] = ACTIONS(530), - [anon_sym_minimum] = ACTIONS(530), - [anon_sym_u21a7] = ACTIONS(530), - [anon_sym_maximum] = ACTIONS(530), - [anon_sym_u21a5] = ACTIONS(530), - [anon_sym_atangent] = ACTIONS(530), - [anon_sym_u2220] = ACTIONS(530), - [anon_sym_length] = ACTIONS(530), - [anon_sym_u29fb] = ACTIONS(530), - [anon_sym_shape] = ACTIONS(530), - [anon_sym_u25b3] = ACTIONS(530), - [anon_sym_range] = ACTIONS(530), - [anon_sym_u21e1] = ACTIONS(530), - [anon_sym_first] = ACTIONS(530), - [anon_sym_u22a2] = ACTIONS(530), - [anon_sym_reverse] = ACTIONS(530), - [anon_sym_u21cc] = ACTIONS(530), - [anon_sym_deshape] = ACTIONS(530), - [anon_sym_u266d] = ACTIONS(530), - [anon_sym_bits] = ACTIONS(530), - [anon_sym_u22ef] = ACTIONS(530), - [anon_sym_transpose] = ACTIONS(530), - [anon_sym_u2349] = ACTIONS(530), - [anon_sym_rise] = ACTIONS(530), - [anon_sym_u234f] = ACTIONS(530), - [anon_sym_fall] = ACTIONS(530), - [anon_sym_u2356] = ACTIONS(530), - [anon_sym_where] = ACTIONS(530), - [anon_sym_u229a] = ACTIONS(530), - [anon_sym_classify] = ACTIONS(530), - [anon_sym_u229b] = ACTIONS(530), - [anon_sym_deduplicate] = ACTIONS(530), - [anon_sym_u25f4] = ACTIONS(530), - [anon_sym_box] = ACTIONS(530), - [anon_sym_u25a1] = ACTIONS(530), - [anon_sym_match] = ACTIONS(530), - [anon_sym_u224d] = ACTIONS(530), - [anon_sym_couple] = ACTIONS(530), - [anon_sym_u229f] = ACTIONS(530), - [anon_sym_join] = ACTIONS(530), - [anon_sym_u2282] = ACTIONS(530), - [anon_sym_select] = ACTIONS(530), - [anon_sym_u228f] = ACTIONS(530), - [anon_sym_pick] = ACTIONS(530), - [anon_sym_u22a1] = ACTIONS(530), - [anon_sym_reshape] = ACTIONS(530), - [anon_sym_u21af] = ACTIONS(530), - [anon_sym_take] = ACTIONS(530), - [anon_sym_u2199] = ACTIONS(530), - [anon_sym_drop] = ACTIONS(530), - [anon_sym_u2198] = ACTIONS(530), - [anon_sym_rotate] = ACTIONS(530), - [anon_sym_u21bb] = ACTIONS(530), - [anon_sym_windows] = ACTIONS(530), - [anon_sym_u25eb] = ACTIONS(530), - [anon_sym_keep] = ACTIONS(530), - [anon_sym_u25bd] = ACTIONS(530), - [anon_sym_find] = ACTIONS(530), - [anon_sym_u2315] = ACTIONS(530), - [anon_sym_indexof] = ACTIONS(530), - [anon_sym_u2297] = ACTIONS(530), - [anon_sym_assert] = ACTIONS(530), - [anon_sym_u2364] = ACTIONS(530), - [anon_sym_wait] = ACTIONS(530), - [anon_sym_parse] = ACTIONS(530), - [anon_sym_u22d5] = ACTIONS(530), - [anon_sym_random] = ACTIONS(530), - [anon_sym_u2682] = ACTIONS(530), - [anon_sym_gen] = ACTIONS(530), - [anon_sym_tag] = ACTIONS(530), - [anon_sym_now] = ACTIONS(530), - [anon_sym_type] = ACTIONS(530), - [anon_sym_u2e2e] = ACTIONS(530), - [anon_sym_dump] = ACTIONS(530), - [anon_sym_regex] = ACTIONS(530), - [anon_sym_send] = ACTIONS(530), - [anon_sym_recv] = ACTIONS(530), - [anon_sym_tryrecv] = ACTIONS(530), - [anon_sym_complex] = ACTIONS(530), - [anon_sym_u2102] = ACTIONS(530), - [anon_sym_rerank] = ACTIONS(530), - [anon_sym_u2607] = ACTIONS(530), - [anon_sym_fix] = ACTIONS(530), - [anon_sym_u00a4] = ACTIONS(530), - [anon_sym_QMARK] = ACTIONS(530), - [anon_sym_unique] = ACTIONS(530), - [anon_sym_u25f0] = ACTIONS(530), - [anon_sym_map] = ACTIONS(530), - [anon_sym_has] = ACTIONS(530), - [anon_sym_get] = ACTIONS(530), - [anon_sym_insert] = ACTIONS(530), - [anon_sym_remove] = ACTIONS(530), - [anon_sym_repr] = ACTIONS(530), - [anon_sym_mask] = ACTIONS(530), - [anon_sym_u29b7] = ACTIONS(530), - [anon_sym_csv] = ACTIONS(530), - [anon_sym_json] = ACTIONS(530), - [anon_sym_xlsx] = ACTIONS(530), - [anon_sym_memberOf] = ACTIONS(530), - [anon_sym_u2208] = ACTIONS(530), - [anon_sym_imen] = ACTIONS(530), - [anon_sym_gife] = ACTIONS(530), - [anon_sym_auden] = ACTIONS(530), - [anon_sym_utfu2088] = ACTIONS(530), - [anon_sym_datetime] = ACTIONS(530), - [anon_sym_chunk] = ACTIONS(530), - [anon_sym_u2444] = ACTIONS(530), - [anon_sym_choose] = ACTIONS(530), - [anon_sym_permute] = ACTIONS(530), - [anon_sym_orient] = ACTIONS(530), - [anon_sym_fft] = ACTIONS(530), - [anon_sym_reduce] = ACTIONS(530), - [anon_sym_SLASH] = ACTIONS(530), - [anon_sym_scan] = ACTIONS(530), - [anon_sym_BSLASH] = ACTIONS(530), - [anon_sym_each] = ACTIONS(530), - [anon_sym_u2235] = ACTIONS(530), - [anon_sym_rows] = ACTIONS(530), - [anon_sym_u2261] = ACTIONS(530), - [anon_sym_repeat] = ACTIONS(530), - [anon_sym_u2365] = ACTIONS(530), - [anon_sym_dip] = ACTIONS(530), - [anon_sym_u2299] = ACTIONS(530), - [anon_sym_gap] = ACTIONS(530), - [anon_sym_u22c5] = ACTIONS(530), - [anon_sym_spawn] = ACTIONS(530), - [anon_sym_rectify] = ACTIONS(530), - [anon_sym_u2305] = ACTIONS(530), - [anon_sym_un] = ACTIONS(528), - [anon_sym_u00b0] = ACTIONS(530), - [anon_sym_on] = ACTIONS(528), - [anon_sym_u27dc] = ACTIONS(530), - [anon_sym_inventory] = ACTIONS(530), - [anon_sym_u235a] = ACTIONS(530), - [anon_sym_content] = ACTIONS(530), - [anon_sym_u25c7] = ACTIONS(530), - [anon_sym_pool] = ACTIONS(530), - [anon_sym_stringify] = ACTIONS(530), - [anon_sym_signature] = ACTIONS(530), - [anon_sym_triangle] = ACTIONS(530), - [anon_sym_u25f9] = ACTIONS(530), - [anon_sym_astar] = ACTIONS(530), - [anon_sym_but] = ACTIONS(530), - [anon_sym_u2919] = ACTIONS(530), - [anon_sym_with] = ACTIONS(530), - [anon_sym_u291a] = ACTIONS(530), - [anon_sym_above] = ACTIONS(530), - [anon_sym_u25e0] = ACTIONS(530), - [anon_sym_below] = ACTIONS(530), - [anon_sym_u25e1] = ACTIONS(530), - [anon_sym_fold] = ACTIONS(530), - [anon_sym_u2227] = ACTIONS(530), - [anon_sym_table] = ACTIONS(530), - [anon_sym_u229e] = ACTIONS(530), - [anon_sym_group] = ACTIONS(530), - [anon_sym_u2295] = ACTIONS(530), - [anon_sym_partition] = ACTIONS(530), - [anon_sym_u229c] = ACTIONS(530), - [anon_sym_both] = ACTIONS(530), - [anon_sym_u2229] = ACTIONS(530), - [anon_sym_bracket] = ACTIONS(530), - [anon_sym_u2293] = ACTIONS(530), - [anon_sym_fork] = ACTIONS(530), - [anon_sym_u2283] = ACTIONS(530), - [anon_sym_under] = ACTIONS(530), - [anon_sym_u235c] = ACTIONS(530), - [anon_sym_fill] = ACTIONS(530), - [anon_sym_u2b1a] = ACTIONS(530), - [anon_sym_try] = ACTIONS(528), - [anon_sym_u2363] = ACTIONS(530), - [anon_sym_do] = ACTIONS(528), - [anon_sym_u2362] = ACTIONS(530), - [anon_sym_setinv] = ACTIONS(530), - [anon_sym_setunder] = ACTIONS(530), - [anon_sym_f] = ACTIONS(528), - [anon_sym_by] = ACTIONS(528), - [anon_sym_u22b8] = ACTIONS(530), - [anon_sym_quote] = ACTIONS(530), - [anon_sym_struct] = ACTIONS(530), - [anon_sym_u2765] = ACTIONS(530), - [anon_sym_u2192] = ACTIONS(530), - [anon_sym_u2237] = ACTIONS(530), - [anon_sym_u00b7] = ACTIONS(530), - [anon_sym_u235b] = ACTIONS(530), - [anon_sym_u2302] = ACTIONS(530), - [anon_sym_u21b0] = ACTIONS(530), - [anon_sym_unpack] = ACTIONS(530), - [anon_sym_u2290] = ACTIONS(530), - [anon_sym_u229d] = ACTIONS(530), - [anon_sym_cross] = ACTIONS(530), - [anon_sym_u22a0] = ACTIONS(530), - [anon_sym_SEMI] = ACTIONS(530), - [anon_sym_deal] = ACTIONS(530), - [anon_sym_strands] = ACTIONS(530), - [anon_sym_u203f] = ACTIONS(530), - [anon_sym_member] = ACTIONS(528), - [anon_sym_u220a] = ACTIONS(530), - [anon_sym_coordinate] = ACTIONS(530), - [anon_sym_u27d4] = ACTIONS(530), - [anon_sym_u03bb] = ACTIONS(530), - [anon_sym_u22ca] = ACTIONS(530), - [sym__endOfLine] = ACTIONS(530), + [ts_builtin_sym_end] = ACTIONS(508), + [aux_sym_number_token1] = ACTIONS(506), + [sym_fraction] = ACTIONS(508), + [anon_sym_Days] = ACTIONS(506), + [anon_sym_Months] = ACTIONS(506), + [anon_sym_MonthDays] = ACTIONS(506), + [anon_sym_LeanMonthDays] = ACTIONS(506), + [anon_sym_White] = ACTIONS(506), + [anon_sym_Black] = ACTIONS(506), + [anon_sym_Red] = ACTIONS(506), + [anon_sym_Orange] = ACTIONS(506), + [anon_sym_Yellow] = ACTIONS(506), + [anon_sym_Green] = ACTIONS(506), + [anon_sym_Cyan] = ACTIONS(506), + [anon_sym_Blue] = ACTIONS(506), + [anon_sym_Purple] = ACTIONS(506), + [anon_sym_Magenta] = ACTIONS(506), + [anon_sym_Gay] = ACTIONS(506), + [anon_sym_Lesbian] = ACTIONS(506), + [anon_sym_Bi] = ACTIONS(506), + [anon_sym_Trans] = ACTIONS(506), + [anon_sym_Pan] = ACTIONS(506), + [anon_sym_Ace] = ACTIONS(506), + [anon_sym_Aro] = ACTIONS(506), + [anon_sym_Aroace] = ACTIONS(506), + [anon_sym_Enby] = ACTIONS(506), + [anon_sym_Fluid] = ACTIONS(506), + [anon_sym_Queer] = ACTIONS(506), + [anon_sym_Agender] = ACTIONS(506), + [anon_sym_PrideFlags] = ACTIONS(506), + [anon_sym_PrideFlagNames] = ACTIONS(506), + [anon_sym_True] = ACTIONS(506), + [anon_sym_False] = ACTIONS(506), + [anon_sym_NULL] = ACTIONS(506), + [anon_sym_Logo] = ACTIONS(506), + [anon_sym_Lena] = ACTIONS(506), + [anon_sym_Music] = ACTIONS(506), + [anon_sym_Lorem] = ACTIONS(506), + [anon_sym_Os] = ACTIONS(506), + [anon_sym_Family] = ACTIONS(506), + [anon_sym_Arch] = ACTIONS(506), + [anon_sym_ExeExt] = ACTIONS(506), + [anon_sym_DllExt] = ACTIONS(506), + [anon_sym_Sep] = ACTIONS(506), + [anon_sym_ThisFile] = ACTIONS(506), + [anon_sym_ThisFileName] = ACTIONS(506), + [anon_sym_ThisFileDir] = ACTIONS(506), + [anon_sym_WorkingDir] = ACTIONS(506), + [anon_sym_NumProcs] = ACTIONS(506), + [anon_sym_Planets] = ACTIONS(506), + [anon_sym_Zodiac] = ACTIONS(506), + [anon_sym_Suits] = ACTIONS(506), + [anon_sym_Cards] = ACTIONS(506), + [anon_sym_Chess] = ACTIONS(506), + [anon_sym_Moon] = ACTIONS(506), + [anon_sym_Skin] = ACTIONS(506), + [anon_sym_People] = ACTIONS(506), + [anon_sym_Hair] = ACTIONS(506), + [anon_sym_Cat] = ACTIONS(506), + [aux_sym_character_token1] = ACTIONS(508), + [sym_string] = ACTIONS(508), + [sym_multiLineString] = ACTIONS(508), + [sym_identifier] = ACTIONS(506), + [sym_identifierDeprecated] = ACTIONS(506), + [sym_system] = ACTIONS(508), + [sym_comment] = ACTIONS(506), + [sym_openParen] = ACTIONS(508), + [sym_openCurly] = ACTIONS(508), + [sym_openBracket] = ACTIONS(506), + [sym_underscore] = ACTIONS(508), + [anon_sym_CARET] = ACTIONS(508), + [anon_sym_SQUOTE] = ACTIONS(506), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(508), + [anon_sym_e] = ACTIONS(506), + [anon_sym_NaN] = ACTIONS(506), + [anon_sym_eta] = ACTIONS(508), + [anon_sym_u03b7] = ACTIONS(506), + [anon_sym_pi] = ACTIONS(506), + [anon_sym_u03c0] = ACTIONS(506), + [anon_sym_tau] = ACTIONS(508), + [anon_sym_u03c4] = ACTIONS(506), + [anon_sym_infinity] = ACTIONS(508), + [anon_sym_u221e] = ACTIONS(508), + [anon_sym_W] = ACTIONS(506), + [anon_sym_i] = ACTIONS(506), + [anon_sym_MaxInt] = ACTIONS(506), + [anon_sym_HexDigits] = ACTIONS(506), + [anon_sym_DOT] = ACTIONS(508), + [anon_sym_COMMA] = ACTIONS(508), + [anon_sym_COLON] = ACTIONS(508), + [anon_sym_u25cc] = ACTIONS(508), + [anon_sym_identity] = ACTIONS(508), + [anon_sym_id] = ACTIONS(506), + [anon_sym_u2218] = ACTIONS(508), + [anon_sym_not] = ACTIONS(508), + [anon_sym_u00ac] = ACTIONS(508), + [anon_sym_sign] = ACTIONS(506), + [anon_sym_u00b1] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(508), + [anon_sym_u00af] = ACTIONS(506), + [anon_sym_absolutevalue] = ACTIONS(508), + [anon_sym_u2335] = ACTIONS(508), + [anon_sym_sqrt] = ACTIONS(508), + [anon_sym_u221a] = ACTIONS(508), + [anon_sym_sine] = ACTIONS(508), + [anon_sym_u25cb] = ACTIONS(508), + [anon_sym_u223f] = ACTIONS(508), + [anon_sym_floor] = ACTIONS(508), + [anon_sym_u230a] = ACTIONS(508), + [anon_sym_ceiling] = ACTIONS(508), + [anon_sym_u2308] = ACTIONS(508), + [anon_sym_round] = ACTIONS(508), + [anon_sym_u2045] = ACTIONS(508), + [anon_sym_EQ] = ACTIONS(508), + [anon_sym_BANG_EQ] = ACTIONS(508), + [anon_sym_u2260] = ACTIONS(508), + [anon_sym_LT] = ACTIONS(506), + [anon_sym_LT_EQ] = ACTIONS(508), + [anon_sym_u2264] = ACTIONS(508), + [anon_sym_GT] = ACTIONS(506), + [anon_sym_GT_EQ] = ACTIONS(508), + [anon_sym_u2265] = ACTIONS(508), + [anon_sym_PLUS] = ACTIONS(508), + [anon_sym_DASH] = ACTIONS(508), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_u00d7] = ACTIONS(508), + [anon_sym_PERCENT] = ACTIONS(508), + [anon_sym_u00f7] = ACTIONS(508), + [anon_sym_modulus] = ACTIONS(508), + [anon_sym_u25ff] = ACTIONS(508), + [anon_sym_power] = ACTIONS(508), + [anon_sym_u207f] = ACTIONS(508), + [anon_sym_logarithm] = ACTIONS(508), + [anon_sym_u2099] = ACTIONS(508), + [anon_sym_minimum] = ACTIONS(508), + [anon_sym_u21a7] = ACTIONS(508), + [anon_sym_maximum] = ACTIONS(508), + [anon_sym_u21a5] = ACTIONS(508), + [anon_sym_atangent] = ACTIONS(508), + [anon_sym_u2220] = ACTIONS(508), + [anon_sym_length] = ACTIONS(508), + [anon_sym_u29fb] = ACTIONS(508), + [anon_sym_shape] = ACTIONS(508), + [anon_sym_u25b3] = ACTIONS(508), + [anon_sym_range] = ACTIONS(508), + [anon_sym_u21e1] = ACTIONS(508), + [anon_sym_first] = ACTIONS(508), + [anon_sym_u22a2] = ACTIONS(508), + [anon_sym_reverse] = ACTIONS(508), + [anon_sym_u21cc] = ACTIONS(508), + [anon_sym_deshape] = ACTIONS(508), + [anon_sym_u266d] = ACTIONS(508), + [anon_sym_bits] = ACTIONS(508), + [anon_sym_u22ef] = ACTIONS(508), + [anon_sym_transpose] = ACTIONS(508), + [anon_sym_u2349] = ACTIONS(508), + [anon_sym_rise] = ACTIONS(508), + [anon_sym_u234f] = ACTIONS(508), + [anon_sym_fall] = ACTIONS(508), + [anon_sym_u2356] = ACTIONS(508), + [anon_sym_where] = ACTIONS(508), + [anon_sym_u229a] = ACTIONS(508), + [anon_sym_classify] = ACTIONS(508), + [anon_sym_u229b] = ACTIONS(508), + [anon_sym_deduplicate] = ACTIONS(508), + [anon_sym_u25f4] = ACTIONS(508), + [anon_sym_box] = ACTIONS(508), + [anon_sym_u25a1] = ACTIONS(508), + [anon_sym_match] = ACTIONS(508), + [anon_sym_u224d] = ACTIONS(508), + [anon_sym_couple] = ACTIONS(508), + [anon_sym_u229f] = ACTIONS(508), + [anon_sym_join] = ACTIONS(508), + [anon_sym_u2282] = ACTIONS(508), + [anon_sym_select] = ACTIONS(508), + [anon_sym_u228f] = ACTIONS(508), + [anon_sym_pick] = ACTIONS(508), + [anon_sym_u22a1] = ACTIONS(508), + [anon_sym_reshape] = ACTIONS(508), + [anon_sym_u21af] = ACTIONS(508), + [anon_sym_take] = ACTIONS(508), + [anon_sym_u2199] = ACTIONS(508), + [anon_sym_drop] = ACTIONS(508), + [anon_sym_u2198] = ACTIONS(508), + [anon_sym_rotate] = ACTIONS(508), + [anon_sym_u21bb] = ACTIONS(508), + [anon_sym_windows] = ACTIONS(508), + [anon_sym_u25eb] = ACTIONS(508), + [anon_sym_keep] = ACTIONS(508), + [anon_sym_u25bd] = ACTIONS(508), + [anon_sym_find] = ACTIONS(508), + [anon_sym_u2315] = ACTIONS(508), + [anon_sym_indexof] = ACTIONS(508), + [anon_sym_u2297] = ACTIONS(508), + [anon_sym_assert] = ACTIONS(508), + [anon_sym_u2364] = ACTIONS(508), + [anon_sym_wait] = ACTIONS(508), + [anon_sym_parse] = ACTIONS(508), + [anon_sym_u22d5] = ACTIONS(508), + [anon_sym_random] = ACTIONS(508), + [anon_sym_u2682] = ACTIONS(508), + [anon_sym_gen] = ACTIONS(508), + [anon_sym_tag] = ACTIONS(508), + [anon_sym_now] = ACTIONS(508), + [anon_sym_type] = ACTIONS(508), + [anon_sym_u2e2e] = ACTIONS(508), + [anon_sym_dump] = ACTIONS(508), + [anon_sym_regex] = ACTIONS(508), + [anon_sym_send] = ACTIONS(508), + [anon_sym_recv] = ACTIONS(508), + [anon_sym_tryrecv] = ACTIONS(508), + [anon_sym_complex] = ACTIONS(508), + [anon_sym_u2102] = ACTIONS(508), + [anon_sym_rerank] = ACTIONS(508), + [anon_sym_u2607] = ACTIONS(508), + [anon_sym_fix] = ACTIONS(508), + [anon_sym_u00a4] = ACTIONS(508), + [anon_sym_QMARK] = ACTIONS(508), + [anon_sym_unique] = ACTIONS(508), + [anon_sym_u25f0] = ACTIONS(508), + [anon_sym_map] = ACTIONS(508), + [anon_sym_has] = ACTIONS(508), + [anon_sym_get] = ACTIONS(508), + [anon_sym_insert] = ACTIONS(508), + [anon_sym_remove] = ACTIONS(508), + [anon_sym_repr] = ACTIONS(508), + [anon_sym_mask] = ACTIONS(508), + [anon_sym_u29b7] = ACTIONS(508), + [anon_sym_csv] = ACTIONS(508), + [anon_sym_json] = ACTIONS(508), + [anon_sym_xlsx] = ACTIONS(508), + [anon_sym_memberOf] = ACTIONS(508), + [anon_sym_u2208] = ACTIONS(508), + [anon_sym_imen] = ACTIONS(508), + [anon_sym_gife] = ACTIONS(508), + [anon_sym_auden] = ACTIONS(508), + [anon_sym_utfu2088] = ACTIONS(508), + [anon_sym_datetime] = ACTIONS(508), + [anon_sym_choose] = ACTIONS(508), + [anon_sym_permute] = ACTIONS(508), + [anon_sym_orient] = ACTIONS(508), + [anon_sym_u2938] = ACTIONS(508), + [anon_sym_fft] = ACTIONS(508), + [anon_sym_graphemes] = ACTIONS(508), + [anon_sym_timezone] = ACTIONS(508), + [anon_sym_around] = ACTIONS(508), + [anon_sym_u2019] = ACTIONS(508), + [anon_sym_base] = ACTIONS(508), + [anon_sym_sort] = ACTIONS(508), + [anon_sym_u2346] = ACTIONS(508), + [anon_sym_last] = ACTIONS(508), + [anon_sym_u22a3] = ACTIONS(508), + [anon_sym_reduce] = ACTIONS(508), + [anon_sym_SLASH] = ACTIONS(508), + [anon_sym_scan] = ACTIONS(508), + [anon_sym_BSLASH] = ACTIONS(508), + [anon_sym_each] = ACTIONS(508), + [anon_sym_u2235] = ACTIONS(508), + [anon_sym_rows] = ACTIONS(508), + [anon_sym_u2261] = ACTIONS(508), + [anon_sym_repeat] = ACTIONS(508), + [anon_sym_u2365] = ACTIONS(508), + [anon_sym_dip] = ACTIONS(508), + [anon_sym_u2299] = ACTIONS(508), + [anon_sym_gap] = ACTIONS(508), + [anon_sym_u22c5] = ACTIONS(508), + [anon_sym_spawn] = ACTIONS(508), + [anon_sym_rectify] = ACTIONS(508), + [anon_sym_u2305] = ACTIONS(508), + [anon_sym_un] = ACTIONS(506), + [anon_sym_u00b0] = ACTIONS(508), + [anon_sym_on] = ACTIONS(506), + [anon_sym_u27dc] = ACTIONS(508), + [anon_sym_inventory] = ACTIONS(508), + [anon_sym_u235a] = ACTIONS(508), + [anon_sym_content] = ACTIONS(508), + [anon_sym_u25c7] = ACTIONS(508), + [anon_sym_pool] = ACTIONS(508), + [anon_sym_stringify] = ACTIONS(508), + [anon_sym_signature] = ACTIONS(508), + [anon_sym_triangle] = ACTIONS(508), + [anon_sym_u25f9] = ACTIONS(508), + [anon_sym_astar] = ACTIONS(508), + [anon_sym_with] = ACTIONS(508), + [anon_sym_u2919] = ACTIONS(508), + [anon_sym_off] = ACTIONS(508), + [anon_sym_u291a] = ACTIONS(508), + [anon_sym_above] = ACTIONS(508), + [anon_sym_u25e0] = ACTIONS(508), + [anon_sym_below] = ACTIONS(508), + [anon_sym_u25e1] = ACTIONS(508), + [anon_sym_anti] = ACTIONS(508), + [anon_sym_u231d] = ACTIONS(508), + [anon_sym_obverse] = ACTIONS(508), + [anon_sym_toples] = ACTIONS(508), + [anon_sym_u29c5] = ACTIONS(508), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(508), + [anon_sym_fold] = ACTIONS(508), + [anon_sym_u2227] = ACTIONS(508), + [anon_sym_table] = ACTIONS(508), + [anon_sym_u229e] = ACTIONS(508), + [anon_sym_group] = ACTIONS(508), + [anon_sym_u2295] = ACTIONS(508), + [anon_sym_partition] = ACTIONS(508), + [anon_sym_u229c] = ACTIONS(508), + [anon_sym_both] = ACTIONS(508), + [anon_sym_u2229] = ACTIONS(508), + [anon_sym_bracket] = ACTIONS(508), + [anon_sym_u2293] = ACTIONS(508), + [anon_sym_fork] = ACTIONS(508), + [anon_sym_u2283] = ACTIONS(508), + [anon_sym_under] = ACTIONS(508), + [anon_sym_u235c] = ACTIONS(508), + [anon_sym_fill] = ACTIONS(508), + [anon_sym_u2b1a] = ACTIONS(508), + [anon_sym_try] = ACTIONS(506), + [anon_sym_u2363] = ACTIONS(508), + [anon_sym_do] = ACTIONS(506), + [anon_sym_u2362] = ACTIONS(508), + [anon_sym_f] = ACTIONS(506), + [anon_sym_by] = ACTIONS(506), + [anon_sym_u22b8] = ACTIONS(508), + [anon_sym_quote] = ACTIONS(508), + [anon_sym_u2765] = ACTIONS(508), + [anon_sym_u2192] = ACTIONS(508), + [anon_sym_u2237] = ACTIONS(508), + [anon_sym_u00b7] = ACTIONS(508), + [anon_sym_u235b] = ACTIONS(508), + [anon_sym_u2302] = ACTIONS(508), + [anon_sym_u21b0] = ACTIONS(508), + [anon_sym_unpack] = ACTIONS(508), + [anon_sym_u2290] = ACTIONS(508), + [anon_sym_u229d] = ACTIONS(508), + [anon_sym_cross] = ACTIONS(508), + [anon_sym_u22a0] = ACTIONS(508), + [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_deal] = ACTIONS(508), + [anon_sym_member] = ACTIONS(506), + [anon_sym_u220a] = ACTIONS(508), + [anon_sym_coordinate] = ACTIONS(508), + [anon_sym_u27d4] = ACTIONS(508), + [anon_sym_u03bb] = ACTIONS(508), + [anon_sym_u22ca] = ACTIONS(508), + [anon_sym_chunk] = ACTIONS(508), + [anon_sym_u2444] = ACTIONS(508), + [anon_sym_setinv] = ACTIONS(508), + [anon_sym_setund] = ACTIONS(508), + [anon_sym_struct] = ACTIONS(508), + [sym__endOfLine] = ACTIONS(508), + }, + [128] = { + [ts_builtin_sym_end] = ACTIONS(572), + [aux_sym_number_token1] = ACTIONS(570), + [sym_fraction] = ACTIONS(572), + [anon_sym_Days] = ACTIONS(570), + [anon_sym_Months] = ACTIONS(570), + [anon_sym_MonthDays] = ACTIONS(570), + [anon_sym_LeanMonthDays] = ACTIONS(570), + [anon_sym_White] = ACTIONS(570), + [anon_sym_Black] = ACTIONS(570), + [anon_sym_Red] = ACTIONS(570), + [anon_sym_Orange] = ACTIONS(570), + [anon_sym_Yellow] = ACTIONS(570), + [anon_sym_Green] = ACTIONS(570), + [anon_sym_Cyan] = ACTIONS(570), + [anon_sym_Blue] = ACTIONS(570), + [anon_sym_Purple] = ACTIONS(570), + [anon_sym_Magenta] = ACTIONS(570), + [anon_sym_Gay] = ACTIONS(570), + [anon_sym_Lesbian] = ACTIONS(570), + [anon_sym_Bi] = ACTIONS(570), + [anon_sym_Trans] = ACTIONS(570), + [anon_sym_Pan] = ACTIONS(570), + [anon_sym_Ace] = ACTIONS(570), + [anon_sym_Aro] = ACTIONS(570), + [anon_sym_Aroace] = ACTIONS(570), + [anon_sym_Enby] = ACTIONS(570), + [anon_sym_Fluid] = ACTIONS(570), + [anon_sym_Queer] = ACTIONS(570), + [anon_sym_Agender] = ACTIONS(570), + [anon_sym_PrideFlags] = ACTIONS(570), + [anon_sym_PrideFlagNames] = ACTIONS(570), + [anon_sym_True] = ACTIONS(570), + [anon_sym_False] = ACTIONS(570), + [anon_sym_NULL] = ACTIONS(570), + [anon_sym_Logo] = ACTIONS(570), + [anon_sym_Lena] = ACTIONS(570), + [anon_sym_Music] = ACTIONS(570), + [anon_sym_Lorem] = ACTIONS(570), + [anon_sym_Os] = ACTIONS(570), + [anon_sym_Family] = ACTIONS(570), + [anon_sym_Arch] = ACTIONS(570), + [anon_sym_ExeExt] = ACTIONS(570), + [anon_sym_DllExt] = ACTIONS(570), + [anon_sym_Sep] = ACTIONS(570), + [anon_sym_ThisFile] = ACTIONS(570), + [anon_sym_ThisFileName] = ACTIONS(570), + [anon_sym_ThisFileDir] = ACTIONS(570), + [anon_sym_WorkingDir] = ACTIONS(570), + [anon_sym_NumProcs] = ACTIONS(570), + [anon_sym_Planets] = ACTIONS(570), + [anon_sym_Zodiac] = ACTIONS(570), + [anon_sym_Suits] = ACTIONS(570), + [anon_sym_Cards] = ACTIONS(570), + [anon_sym_Chess] = ACTIONS(570), + [anon_sym_Moon] = ACTIONS(570), + [anon_sym_Skin] = ACTIONS(570), + [anon_sym_People] = ACTIONS(570), + [anon_sym_Hair] = ACTIONS(570), + [anon_sym_Cat] = ACTIONS(570), + [aux_sym_character_token1] = ACTIONS(572), + [sym_string] = ACTIONS(572), + [sym_multiLineString] = ACTIONS(572), + [sym_identifier] = ACTIONS(570), + [sym_identifierDeprecated] = ACTIONS(570), + [sym_system] = ACTIONS(572), + [sym_comment] = ACTIONS(570), + [sym_openParen] = ACTIONS(572), + [sym_openCurly] = ACTIONS(572), + [sym_openBracket] = ACTIONS(570), + [sym_underscore] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_SQUOTE] = ACTIONS(570), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(572), + [anon_sym_e] = ACTIONS(570), + [anon_sym_NaN] = ACTIONS(570), + [anon_sym_eta] = ACTIONS(572), + [anon_sym_u03b7] = ACTIONS(570), + [anon_sym_pi] = ACTIONS(570), + [anon_sym_u03c0] = ACTIONS(570), + [anon_sym_tau] = ACTIONS(572), + [anon_sym_u03c4] = ACTIONS(570), + [anon_sym_infinity] = ACTIONS(572), + [anon_sym_u221e] = ACTIONS(572), + [anon_sym_W] = ACTIONS(570), + [anon_sym_i] = ACTIONS(570), + [anon_sym_MaxInt] = ACTIONS(570), + [anon_sym_HexDigits] = ACTIONS(570), + [anon_sym_DOT] = ACTIONS(572), + [anon_sym_COMMA] = ACTIONS(572), + [anon_sym_COLON] = ACTIONS(572), + [anon_sym_u25cc] = ACTIONS(572), + [anon_sym_identity] = ACTIONS(572), + [anon_sym_id] = ACTIONS(570), + [anon_sym_u2218] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_u00ac] = ACTIONS(572), + [anon_sym_sign] = ACTIONS(570), + [anon_sym_u00b1] = ACTIONS(572), + [anon_sym_BQUOTE] = ACTIONS(572), + [anon_sym_u00af] = ACTIONS(570), + [anon_sym_absolutevalue] = ACTIONS(572), + [anon_sym_u2335] = ACTIONS(572), + [anon_sym_sqrt] = ACTIONS(572), + [anon_sym_u221a] = ACTIONS(572), + [anon_sym_sine] = ACTIONS(572), + [anon_sym_u25cb] = ACTIONS(572), + [anon_sym_u223f] = ACTIONS(572), + [anon_sym_floor] = ACTIONS(572), + [anon_sym_u230a] = ACTIONS(572), + [anon_sym_ceiling] = ACTIONS(572), + [anon_sym_u2308] = ACTIONS(572), + [anon_sym_round] = ACTIONS(572), + [anon_sym_u2045] = ACTIONS(572), + [anon_sym_EQ] = ACTIONS(572), + [anon_sym_BANG_EQ] = ACTIONS(572), + [anon_sym_u2260] = ACTIONS(572), + [anon_sym_LT] = ACTIONS(570), + [anon_sym_LT_EQ] = ACTIONS(572), + [anon_sym_u2264] = ACTIONS(572), + [anon_sym_GT] = ACTIONS(570), + [anon_sym_GT_EQ] = ACTIONS(572), + [anon_sym_u2265] = ACTIONS(572), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_STAR] = ACTIONS(572), + [anon_sym_u00d7] = ACTIONS(572), + [anon_sym_PERCENT] = ACTIONS(572), + [anon_sym_u00f7] = ACTIONS(572), + [anon_sym_modulus] = ACTIONS(572), + [anon_sym_u25ff] = ACTIONS(572), + [anon_sym_power] = ACTIONS(572), + [anon_sym_u207f] = ACTIONS(572), + [anon_sym_logarithm] = ACTIONS(572), + [anon_sym_u2099] = ACTIONS(572), + [anon_sym_minimum] = ACTIONS(572), + [anon_sym_u21a7] = ACTIONS(572), + [anon_sym_maximum] = ACTIONS(572), + [anon_sym_u21a5] = ACTIONS(572), + [anon_sym_atangent] = ACTIONS(572), + [anon_sym_u2220] = ACTIONS(572), + [anon_sym_length] = ACTIONS(572), + [anon_sym_u29fb] = ACTIONS(572), + [anon_sym_shape] = ACTIONS(572), + [anon_sym_u25b3] = ACTIONS(572), + [anon_sym_range] = ACTIONS(572), + [anon_sym_u21e1] = ACTIONS(572), + [anon_sym_first] = ACTIONS(572), + [anon_sym_u22a2] = ACTIONS(572), + [anon_sym_reverse] = ACTIONS(572), + [anon_sym_u21cc] = ACTIONS(572), + [anon_sym_deshape] = ACTIONS(572), + [anon_sym_u266d] = ACTIONS(572), + [anon_sym_bits] = ACTIONS(572), + [anon_sym_u22ef] = ACTIONS(572), + [anon_sym_transpose] = ACTIONS(572), + [anon_sym_u2349] = ACTIONS(572), + [anon_sym_rise] = ACTIONS(572), + [anon_sym_u234f] = ACTIONS(572), + [anon_sym_fall] = ACTIONS(572), + [anon_sym_u2356] = ACTIONS(572), + [anon_sym_where] = ACTIONS(572), + [anon_sym_u229a] = ACTIONS(572), + [anon_sym_classify] = ACTIONS(572), + [anon_sym_u229b] = ACTIONS(572), + [anon_sym_deduplicate] = ACTIONS(572), + [anon_sym_u25f4] = ACTIONS(572), + [anon_sym_box] = ACTIONS(572), + [anon_sym_u25a1] = ACTIONS(572), + [anon_sym_match] = ACTIONS(572), + [anon_sym_u224d] = ACTIONS(572), + [anon_sym_couple] = ACTIONS(572), + [anon_sym_u229f] = ACTIONS(572), + [anon_sym_join] = ACTIONS(572), + [anon_sym_u2282] = ACTIONS(572), + [anon_sym_select] = ACTIONS(572), + [anon_sym_u228f] = ACTIONS(572), + [anon_sym_pick] = ACTIONS(572), + [anon_sym_u22a1] = ACTIONS(572), + [anon_sym_reshape] = ACTIONS(572), + [anon_sym_u21af] = ACTIONS(572), + [anon_sym_take] = ACTIONS(572), + [anon_sym_u2199] = ACTIONS(572), + [anon_sym_drop] = ACTIONS(572), + [anon_sym_u2198] = ACTIONS(572), + [anon_sym_rotate] = ACTIONS(572), + [anon_sym_u21bb] = ACTIONS(572), + [anon_sym_windows] = ACTIONS(572), + [anon_sym_u25eb] = ACTIONS(572), + [anon_sym_keep] = ACTIONS(572), + [anon_sym_u25bd] = ACTIONS(572), + [anon_sym_find] = ACTIONS(572), + [anon_sym_u2315] = ACTIONS(572), + [anon_sym_indexof] = ACTIONS(572), + [anon_sym_u2297] = ACTIONS(572), + [anon_sym_assert] = ACTIONS(572), + [anon_sym_u2364] = ACTIONS(572), + [anon_sym_wait] = ACTIONS(572), + [anon_sym_parse] = ACTIONS(572), + [anon_sym_u22d5] = ACTIONS(572), + [anon_sym_random] = ACTIONS(572), + [anon_sym_u2682] = ACTIONS(572), + [anon_sym_gen] = ACTIONS(572), + [anon_sym_tag] = ACTIONS(572), + [anon_sym_now] = ACTIONS(572), + [anon_sym_type] = ACTIONS(572), + [anon_sym_u2e2e] = ACTIONS(572), + [anon_sym_dump] = ACTIONS(572), + [anon_sym_regex] = ACTIONS(572), + [anon_sym_send] = ACTIONS(572), + [anon_sym_recv] = ACTIONS(572), + [anon_sym_tryrecv] = ACTIONS(572), + [anon_sym_complex] = ACTIONS(572), + [anon_sym_u2102] = ACTIONS(572), + [anon_sym_rerank] = ACTIONS(572), + [anon_sym_u2607] = ACTIONS(572), + [anon_sym_fix] = ACTIONS(572), + [anon_sym_u00a4] = ACTIONS(572), + [anon_sym_QMARK] = ACTIONS(572), + [anon_sym_unique] = ACTIONS(572), + [anon_sym_u25f0] = ACTIONS(572), + [anon_sym_map] = ACTIONS(572), + [anon_sym_has] = ACTIONS(572), + [anon_sym_get] = ACTIONS(572), + [anon_sym_insert] = ACTIONS(572), + [anon_sym_remove] = ACTIONS(572), + [anon_sym_repr] = ACTIONS(572), + [anon_sym_mask] = ACTIONS(572), + [anon_sym_u29b7] = ACTIONS(572), + [anon_sym_csv] = ACTIONS(572), + [anon_sym_json] = ACTIONS(572), + [anon_sym_xlsx] = ACTIONS(572), + [anon_sym_memberOf] = ACTIONS(572), + [anon_sym_u2208] = ACTIONS(572), + [anon_sym_imen] = ACTIONS(572), + [anon_sym_gife] = ACTIONS(572), + [anon_sym_auden] = ACTIONS(572), + [anon_sym_utfu2088] = ACTIONS(572), + [anon_sym_datetime] = ACTIONS(572), + [anon_sym_choose] = ACTIONS(572), + [anon_sym_permute] = ACTIONS(572), + [anon_sym_orient] = ACTIONS(572), + [anon_sym_u2938] = ACTIONS(572), + [anon_sym_fft] = ACTIONS(572), + [anon_sym_graphemes] = ACTIONS(572), + [anon_sym_timezone] = ACTIONS(572), + [anon_sym_around] = ACTIONS(572), + [anon_sym_u2019] = ACTIONS(572), + [anon_sym_base] = ACTIONS(572), + [anon_sym_sort] = ACTIONS(572), + [anon_sym_u2346] = ACTIONS(572), + [anon_sym_last] = ACTIONS(572), + [anon_sym_u22a3] = ACTIONS(572), + [anon_sym_reduce] = ACTIONS(572), + [anon_sym_SLASH] = ACTIONS(572), + [anon_sym_scan] = ACTIONS(572), + [anon_sym_BSLASH] = ACTIONS(572), + [anon_sym_each] = ACTIONS(572), + [anon_sym_u2235] = ACTIONS(572), + [anon_sym_rows] = ACTIONS(572), + [anon_sym_u2261] = ACTIONS(572), + [anon_sym_repeat] = ACTIONS(572), + [anon_sym_u2365] = ACTIONS(572), + [anon_sym_dip] = ACTIONS(572), + [anon_sym_u2299] = ACTIONS(572), + [anon_sym_gap] = ACTIONS(572), + [anon_sym_u22c5] = ACTIONS(572), + [anon_sym_spawn] = ACTIONS(572), + [anon_sym_rectify] = ACTIONS(572), + [anon_sym_u2305] = ACTIONS(572), + [anon_sym_un] = ACTIONS(570), + [anon_sym_u00b0] = ACTIONS(572), + [anon_sym_on] = ACTIONS(570), + [anon_sym_u27dc] = ACTIONS(572), + [anon_sym_inventory] = ACTIONS(572), + [anon_sym_u235a] = ACTIONS(572), + [anon_sym_content] = ACTIONS(572), + [anon_sym_u25c7] = ACTIONS(572), + [anon_sym_pool] = ACTIONS(572), + [anon_sym_stringify] = ACTIONS(572), + [anon_sym_signature] = ACTIONS(572), + [anon_sym_triangle] = ACTIONS(572), + [anon_sym_u25f9] = ACTIONS(572), + [anon_sym_astar] = ACTIONS(572), + [anon_sym_with] = ACTIONS(572), + [anon_sym_u2919] = ACTIONS(572), + [anon_sym_off] = ACTIONS(572), + [anon_sym_u291a] = ACTIONS(572), + [anon_sym_above] = ACTIONS(572), + [anon_sym_u25e0] = ACTIONS(572), + [anon_sym_below] = ACTIONS(572), + [anon_sym_u25e1] = ACTIONS(572), + [anon_sym_anti] = ACTIONS(572), + [anon_sym_u231d] = ACTIONS(572), + [anon_sym_obverse] = ACTIONS(572), + [anon_sym_toples] = ACTIONS(572), + [anon_sym_u29c5] = ACTIONS(572), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(572), + [anon_sym_fold] = ACTIONS(572), + [anon_sym_u2227] = ACTIONS(572), + [anon_sym_table] = ACTIONS(572), + [anon_sym_u229e] = ACTIONS(572), + [anon_sym_group] = ACTIONS(572), + [anon_sym_u2295] = ACTIONS(572), + [anon_sym_partition] = ACTIONS(572), + [anon_sym_u229c] = ACTIONS(572), + [anon_sym_both] = ACTIONS(572), + [anon_sym_u2229] = ACTIONS(572), + [anon_sym_bracket] = ACTIONS(572), + [anon_sym_u2293] = ACTIONS(572), + [anon_sym_fork] = ACTIONS(572), + [anon_sym_u2283] = ACTIONS(572), + [anon_sym_under] = ACTIONS(572), + [anon_sym_u235c] = ACTIONS(572), + [anon_sym_fill] = ACTIONS(572), + [anon_sym_u2b1a] = ACTIONS(572), + [anon_sym_try] = ACTIONS(570), + [anon_sym_u2363] = ACTIONS(572), + [anon_sym_do] = ACTIONS(570), + [anon_sym_u2362] = ACTIONS(572), + [anon_sym_f] = ACTIONS(570), + [anon_sym_by] = ACTIONS(570), + [anon_sym_u22b8] = ACTIONS(572), + [anon_sym_quote] = ACTIONS(572), + [anon_sym_u2765] = ACTIONS(572), + [anon_sym_u2192] = ACTIONS(572), + [anon_sym_u2237] = ACTIONS(572), + [anon_sym_u00b7] = ACTIONS(572), + [anon_sym_u235b] = ACTIONS(572), + [anon_sym_u2302] = ACTIONS(572), + [anon_sym_u21b0] = ACTIONS(572), + [anon_sym_unpack] = ACTIONS(572), + [anon_sym_u2290] = ACTIONS(572), + [anon_sym_u229d] = ACTIONS(572), + [anon_sym_cross] = ACTIONS(572), + [anon_sym_u22a0] = ACTIONS(572), + [anon_sym_SEMI] = ACTIONS(572), + [anon_sym_deal] = ACTIONS(572), + [anon_sym_member] = ACTIONS(570), + [anon_sym_u220a] = ACTIONS(572), + [anon_sym_coordinate] = ACTIONS(572), + [anon_sym_u27d4] = ACTIONS(572), + [anon_sym_u03bb] = ACTIONS(572), + [anon_sym_u22ca] = ACTIONS(572), + [anon_sym_chunk] = ACTIONS(572), + [anon_sym_u2444] = ACTIONS(572), + [anon_sym_setinv] = ACTIONS(572), + [anon_sym_setund] = ACTIONS(572), + [anon_sym_struct] = ACTIONS(572), + [sym__endOfLine] = ACTIONS(572), }, [129] = { - [ts_builtin_sym_end] = ACTIONS(586), - [aux_sym_number_token1] = ACTIONS(584), - [sym_fraction] = ACTIONS(586), - [anon_sym_Days] = ACTIONS(584), - [anon_sym_Months] = ACTIONS(584), - [anon_sym_MonthDays] = ACTIONS(584), - [anon_sym_LeanMonthDays] = ACTIONS(584), - [anon_sym_White] = ACTIONS(584), - [anon_sym_Black] = ACTIONS(584), - [anon_sym_Red] = ACTIONS(584), - [anon_sym_Orange] = ACTIONS(584), - [anon_sym_Yellow] = ACTIONS(584), - [anon_sym_Green] = ACTIONS(584), - [anon_sym_Cyan] = ACTIONS(584), - [anon_sym_Blue] = ACTIONS(584), - [anon_sym_Purple] = ACTIONS(584), - [anon_sym_Magenta] = ACTIONS(584), - [anon_sym_Gay] = ACTIONS(584), - [anon_sym_Lesbian] = ACTIONS(584), - [anon_sym_Bi] = ACTIONS(584), - [anon_sym_Trans] = ACTIONS(584), - [anon_sym_Pan] = ACTIONS(584), - [anon_sym_Ace] = ACTIONS(584), - [anon_sym_Aro] = ACTIONS(584), - [anon_sym_Aroace] = ACTIONS(584), - [anon_sym_Enby] = ACTIONS(584), - [anon_sym_Fluid] = ACTIONS(584), - [anon_sym_Queer] = ACTIONS(584), - [anon_sym_Agender] = ACTIONS(584), - [anon_sym_PrideFlags] = ACTIONS(584), - [anon_sym_PrideFlagNames] = ACTIONS(584), - [anon_sym_True] = ACTIONS(584), - [anon_sym_False] = ACTIONS(584), - [anon_sym_NULL] = ACTIONS(584), - [anon_sym_Logo] = ACTIONS(584), - [anon_sym_Lena] = ACTIONS(584), - [anon_sym_Music] = ACTIONS(584), - [anon_sym_Lorem] = ACTIONS(584), - [anon_sym_Os] = ACTIONS(584), - [anon_sym_Family] = ACTIONS(584), - [anon_sym_Arch] = ACTIONS(584), - [anon_sym_ExeExt] = ACTIONS(584), - [anon_sym_DllExt] = ACTIONS(584), - [anon_sym_Sep] = ACTIONS(584), - [anon_sym_ThisFile] = ACTIONS(584), - [anon_sym_ThisFileName] = ACTIONS(584), - [anon_sym_ThisFileDir] = ACTIONS(584), - [anon_sym_WorkingDir] = ACTIONS(584), - [anon_sym_NumProcs] = ACTIONS(584), - [anon_sym_Planets] = ACTIONS(584), - [anon_sym_Zodiac] = ACTIONS(584), - [anon_sym_Suits] = ACTIONS(584), - [anon_sym_Cards] = ACTIONS(584), - [anon_sym_Chess] = ACTIONS(584), - [anon_sym_Moon] = ACTIONS(584), - [anon_sym_Skin] = ACTIONS(584), - [anon_sym_People] = ACTIONS(584), - [anon_sym_Hair] = ACTIONS(584), - [aux_sym_character_token1] = ACTIONS(586), - [sym_string] = ACTIONS(586), - [sym_multiLineString] = ACTIONS(586), - [sym_identifier] = ACTIONS(584), - [sym_identifierDeprecated] = ACTIONS(584), - [sym_system] = ACTIONS(586), - [sym_comment] = ACTIONS(584), - [sym_openParen] = ACTIONS(586), - [sym_openCurly] = ACTIONS(586), - [sym_openBracket] = ACTIONS(586), - [sym_underscore] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_SQUOTE] = ACTIONS(584), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(586), - [anon_sym_e] = ACTIONS(584), - [anon_sym_NaN] = ACTIONS(584), - [anon_sym_eta] = ACTIONS(586), - [anon_sym_u03b7] = ACTIONS(584), - [anon_sym_pi] = ACTIONS(584), - [anon_sym_u03c0] = ACTIONS(584), - [anon_sym_tau] = ACTIONS(586), - [anon_sym_u03c4] = ACTIONS(584), - [anon_sym_infinity] = ACTIONS(586), - [anon_sym_u221e] = ACTIONS(586), - [anon_sym_W] = ACTIONS(584), - [anon_sym_i] = ACTIONS(584), - [anon_sym_MaxInt] = ACTIONS(584), - [anon_sym_HexDigits] = ACTIONS(584), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_COMMA] = ACTIONS(586), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_u25cc] = ACTIONS(586), - [anon_sym_identity] = ACTIONS(586), - [anon_sym_id] = ACTIONS(584), - [anon_sym_u2218] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_u00ac] = ACTIONS(586), - [anon_sym_sign] = ACTIONS(584), - [anon_sym_u00b1] = ACTIONS(586), - [anon_sym_BQUOTE] = ACTIONS(586), - [anon_sym_u00af] = ACTIONS(584), - [anon_sym_absolutevalue] = ACTIONS(586), - [anon_sym_u2335] = ACTIONS(586), - [anon_sym_sqrt] = ACTIONS(586), - [anon_sym_u221a] = ACTIONS(586), - [anon_sym_sine] = ACTIONS(586), - [anon_sym_u25cb] = ACTIONS(586), - [anon_sym_u223f] = ACTIONS(586), - [anon_sym_floor] = ACTIONS(586), - [anon_sym_u230a] = ACTIONS(586), - [anon_sym_ceiling] = ACTIONS(586), - [anon_sym_u2308] = ACTIONS(586), - [anon_sym_round] = ACTIONS(586), - [anon_sym_u2045] = ACTIONS(586), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_u2260] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(584), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_u2264] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(584), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_u2265] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_u00d7] = ACTIONS(586), - [anon_sym_PERCENT] = ACTIONS(586), - [anon_sym_u00f7] = ACTIONS(586), - [anon_sym_modulus] = ACTIONS(586), - [anon_sym_u25ff] = ACTIONS(586), - [anon_sym_power] = ACTIONS(586), - [anon_sym_u207f] = ACTIONS(586), - [anon_sym_logarithm] = ACTIONS(586), - [anon_sym_u2099] = ACTIONS(586), - [anon_sym_minimum] = ACTIONS(586), - [anon_sym_u21a7] = ACTIONS(586), - [anon_sym_maximum] = ACTIONS(586), - [anon_sym_u21a5] = ACTIONS(586), - [anon_sym_atangent] = ACTIONS(586), - [anon_sym_u2220] = ACTIONS(586), - [anon_sym_length] = ACTIONS(586), - [anon_sym_u29fb] = ACTIONS(586), - [anon_sym_shape] = ACTIONS(586), - [anon_sym_u25b3] = ACTIONS(586), - [anon_sym_range] = ACTIONS(586), - [anon_sym_u21e1] = ACTIONS(586), - [anon_sym_first] = ACTIONS(586), - [anon_sym_u22a2] = ACTIONS(586), - [anon_sym_reverse] = ACTIONS(586), - [anon_sym_u21cc] = ACTIONS(586), - [anon_sym_deshape] = ACTIONS(586), - [anon_sym_u266d] = ACTIONS(586), - [anon_sym_bits] = ACTIONS(586), - [anon_sym_u22ef] = ACTIONS(586), - [anon_sym_transpose] = ACTIONS(586), - [anon_sym_u2349] = ACTIONS(586), - [anon_sym_rise] = ACTIONS(586), - [anon_sym_u234f] = ACTIONS(586), - [anon_sym_fall] = ACTIONS(586), - [anon_sym_u2356] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_u229a] = ACTIONS(586), - [anon_sym_classify] = ACTIONS(586), - [anon_sym_u229b] = ACTIONS(586), - [anon_sym_deduplicate] = ACTIONS(586), - [anon_sym_u25f4] = ACTIONS(586), - [anon_sym_box] = ACTIONS(586), - [anon_sym_u25a1] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_u224d] = ACTIONS(586), - [anon_sym_couple] = ACTIONS(586), - [anon_sym_u229f] = ACTIONS(586), - [anon_sym_join] = ACTIONS(586), - [anon_sym_u2282] = ACTIONS(586), - [anon_sym_select] = ACTIONS(586), - [anon_sym_u228f] = ACTIONS(586), - [anon_sym_pick] = ACTIONS(586), - [anon_sym_u22a1] = ACTIONS(586), - [anon_sym_reshape] = ACTIONS(586), - [anon_sym_u21af] = ACTIONS(586), - [anon_sym_take] = ACTIONS(586), - [anon_sym_u2199] = ACTIONS(586), - [anon_sym_drop] = ACTIONS(586), - [anon_sym_u2198] = ACTIONS(586), - [anon_sym_rotate] = ACTIONS(586), - [anon_sym_u21bb] = ACTIONS(586), - [anon_sym_windows] = ACTIONS(586), - [anon_sym_u25eb] = ACTIONS(586), - [anon_sym_keep] = ACTIONS(586), - [anon_sym_u25bd] = ACTIONS(586), - [anon_sym_find] = ACTIONS(586), - [anon_sym_u2315] = ACTIONS(586), - [anon_sym_indexof] = ACTIONS(586), - [anon_sym_u2297] = ACTIONS(586), - [anon_sym_assert] = ACTIONS(586), - [anon_sym_u2364] = ACTIONS(586), - [anon_sym_wait] = ACTIONS(586), - [anon_sym_parse] = ACTIONS(586), - [anon_sym_u22d5] = ACTIONS(586), - [anon_sym_random] = ACTIONS(586), - [anon_sym_u2682] = ACTIONS(586), - [anon_sym_gen] = ACTIONS(586), - [anon_sym_tag] = ACTIONS(586), - [anon_sym_now] = ACTIONS(586), - [anon_sym_type] = ACTIONS(586), - [anon_sym_u2e2e] = ACTIONS(586), - [anon_sym_dump] = ACTIONS(586), - [anon_sym_regex] = ACTIONS(586), - [anon_sym_send] = ACTIONS(586), - [anon_sym_recv] = ACTIONS(586), - [anon_sym_tryrecv] = ACTIONS(586), - [anon_sym_complex] = ACTIONS(586), - [anon_sym_u2102] = ACTIONS(586), - [anon_sym_rerank] = ACTIONS(586), - [anon_sym_u2607] = ACTIONS(586), - [anon_sym_fix] = ACTIONS(586), - [anon_sym_u00a4] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(586), - [anon_sym_unique] = ACTIONS(586), - [anon_sym_u25f0] = ACTIONS(586), - [anon_sym_map] = ACTIONS(586), - [anon_sym_has] = ACTIONS(586), - [anon_sym_get] = ACTIONS(586), - [anon_sym_insert] = ACTIONS(586), - [anon_sym_remove] = ACTIONS(586), - [anon_sym_repr] = ACTIONS(586), - [anon_sym_mask] = ACTIONS(586), - [anon_sym_u29b7] = ACTIONS(586), - [anon_sym_csv] = ACTIONS(586), - [anon_sym_json] = ACTIONS(586), - [anon_sym_xlsx] = ACTIONS(586), - [anon_sym_memberOf] = ACTIONS(586), - [anon_sym_u2208] = ACTIONS(586), - [anon_sym_imen] = ACTIONS(586), - [anon_sym_gife] = ACTIONS(586), - [anon_sym_auden] = ACTIONS(586), - [anon_sym_utfu2088] = ACTIONS(586), - [anon_sym_datetime] = ACTIONS(586), - [anon_sym_chunk] = ACTIONS(586), - [anon_sym_u2444] = ACTIONS(586), - [anon_sym_choose] = ACTIONS(586), - [anon_sym_permute] = ACTIONS(586), - [anon_sym_orient] = ACTIONS(586), - [anon_sym_fft] = ACTIONS(586), - [anon_sym_reduce] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_scan] = ACTIONS(586), - [anon_sym_BSLASH] = ACTIONS(586), - [anon_sym_each] = ACTIONS(586), - [anon_sym_u2235] = ACTIONS(586), - [anon_sym_rows] = ACTIONS(586), - [anon_sym_u2261] = ACTIONS(586), - [anon_sym_repeat] = ACTIONS(586), - [anon_sym_u2365] = ACTIONS(586), - [anon_sym_dip] = ACTIONS(586), - [anon_sym_u2299] = ACTIONS(586), - [anon_sym_gap] = ACTIONS(586), - [anon_sym_u22c5] = ACTIONS(586), - [anon_sym_spawn] = ACTIONS(586), - [anon_sym_rectify] = ACTIONS(586), - [anon_sym_u2305] = ACTIONS(586), - [anon_sym_un] = ACTIONS(584), - [anon_sym_u00b0] = ACTIONS(586), - [anon_sym_on] = ACTIONS(584), - [anon_sym_u27dc] = ACTIONS(586), - [anon_sym_inventory] = ACTIONS(586), - [anon_sym_u235a] = ACTIONS(586), - [anon_sym_content] = ACTIONS(586), - [anon_sym_u25c7] = ACTIONS(586), - [anon_sym_pool] = ACTIONS(586), - [anon_sym_stringify] = ACTIONS(586), - [anon_sym_signature] = ACTIONS(586), - [anon_sym_triangle] = ACTIONS(586), - [anon_sym_u25f9] = ACTIONS(586), - [anon_sym_astar] = ACTIONS(586), - [anon_sym_but] = ACTIONS(586), - [anon_sym_u2919] = ACTIONS(586), - [anon_sym_with] = ACTIONS(586), - [anon_sym_u291a] = ACTIONS(586), - [anon_sym_above] = ACTIONS(586), - [anon_sym_u25e0] = ACTIONS(586), - [anon_sym_below] = ACTIONS(586), - [anon_sym_u25e1] = ACTIONS(586), - [anon_sym_fold] = ACTIONS(586), - [anon_sym_u2227] = ACTIONS(586), - [anon_sym_table] = ACTIONS(586), - [anon_sym_u229e] = ACTIONS(586), - [anon_sym_group] = ACTIONS(586), - [anon_sym_u2295] = ACTIONS(586), - [anon_sym_partition] = ACTIONS(586), - [anon_sym_u229c] = ACTIONS(586), - [anon_sym_both] = ACTIONS(586), - [anon_sym_u2229] = ACTIONS(586), - [anon_sym_bracket] = ACTIONS(586), - [anon_sym_u2293] = ACTIONS(586), - [anon_sym_fork] = ACTIONS(586), - [anon_sym_u2283] = ACTIONS(586), - [anon_sym_under] = ACTIONS(586), - [anon_sym_u235c] = ACTIONS(586), - [anon_sym_fill] = ACTIONS(586), - [anon_sym_u2b1a] = ACTIONS(586), - [anon_sym_try] = ACTIONS(584), - [anon_sym_u2363] = ACTIONS(586), - [anon_sym_do] = ACTIONS(584), - [anon_sym_u2362] = ACTIONS(586), - [anon_sym_setinv] = ACTIONS(586), - [anon_sym_setunder] = ACTIONS(586), - [anon_sym_f] = ACTIONS(584), - [anon_sym_by] = ACTIONS(584), - [anon_sym_u22b8] = ACTIONS(586), - [anon_sym_quote] = ACTIONS(586), - [anon_sym_struct] = ACTIONS(586), - [anon_sym_u2765] = ACTIONS(586), - [anon_sym_u2192] = ACTIONS(586), - [anon_sym_u2237] = ACTIONS(586), - [anon_sym_u00b7] = ACTIONS(586), - [anon_sym_u235b] = ACTIONS(586), - [anon_sym_u2302] = ACTIONS(586), - [anon_sym_u21b0] = ACTIONS(586), - [anon_sym_unpack] = ACTIONS(586), - [anon_sym_u2290] = ACTIONS(586), - [anon_sym_u229d] = ACTIONS(586), - [anon_sym_cross] = ACTIONS(586), - [anon_sym_u22a0] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_deal] = ACTIONS(586), - [anon_sym_strands] = ACTIONS(586), - [anon_sym_u203f] = ACTIONS(586), - [anon_sym_member] = ACTIONS(584), - [anon_sym_u220a] = ACTIONS(586), - [anon_sym_coordinate] = ACTIONS(586), - [anon_sym_u27d4] = ACTIONS(586), - [anon_sym_u03bb] = ACTIONS(586), - [anon_sym_u22ca] = ACTIONS(586), - [sym__endOfLine] = ACTIONS(586), + [ts_builtin_sym_end] = ACTIONS(552), + [aux_sym_number_token1] = ACTIONS(550), + [sym_fraction] = ACTIONS(552), + [anon_sym_Days] = ACTIONS(550), + [anon_sym_Months] = ACTIONS(550), + [anon_sym_MonthDays] = ACTIONS(550), + [anon_sym_LeanMonthDays] = ACTIONS(550), + [anon_sym_White] = ACTIONS(550), + [anon_sym_Black] = ACTIONS(550), + [anon_sym_Red] = ACTIONS(550), + [anon_sym_Orange] = ACTIONS(550), + [anon_sym_Yellow] = ACTIONS(550), + [anon_sym_Green] = ACTIONS(550), + [anon_sym_Cyan] = ACTIONS(550), + [anon_sym_Blue] = ACTIONS(550), + [anon_sym_Purple] = ACTIONS(550), + [anon_sym_Magenta] = ACTIONS(550), + [anon_sym_Gay] = ACTIONS(550), + [anon_sym_Lesbian] = ACTIONS(550), + [anon_sym_Bi] = ACTIONS(550), + [anon_sym_Trans] = ACTIONS(550), + [anon_sym_Pan] = ACTIONS(550), + [anon_sym_Ace] = ACTIONS(550), + [anon_sym_Aro] = ACTIONS(550), + [anon_sym_Aroace] = ACTIONS(550), + [anon_sym_Enby] = ACTIONS(550), + [anon_sym_Fluid] = ACTIONS(550), + [anon_sym_Queer] = ACTIONS(550), + [anon_sym_Agender] = ACTIONS(550), + [anon_sym_PrideFlags] = ACTIONS(550), + [anon_sym_PrideFlagNames] = ACTIONS(550), + [anon_sym_True] = ACTIONS(550), + [anon_sym_False] = ACTIONS(550), + [anon_sym_NULL] = ACTIONS(550), + [anon_sym_Logo] = ACTIONS(550), + [anon_sym_Lena] = ACTIONS(550), + [anon_sym_Music] = ACTIONS(550), + [anon_sym_Lorem] = ACTIONS(550), + [anon_sym_Os] = ACTIONS(550), + [anon_sym_Family] = ACTIONS(550), + [anon_sym_Arch] = ACTIONS(550), + [anon_sym_ExeExt] = ACTIONS(550), + [anon_sym_DllExt] = ACTIONS(550), + [anon_sym_Sep] = ACTIONS(550), + [anon_sym_ThisFile] = ACTIONS(550), + [anon_sym_ThisFileName] = ACTIONS(550), + [anon_sym_ThisFileDir] = ACTIONS(550), + [anon_sym_WorkingDir] = ACTIONS(550), + [anon_sym_NumProcs] = ACTIONS(550), + [anon_sym_Planets] = ACTIONS(550), + [anon_sym_Zodiac] = ACTIONS(550), + [anon_sym_Suits] = ACTIONS(550), + [anon_sym_Cards] = ACTIONS(550), + [anon_sym_Chess] = ACTIONS(550), + [anon_sym_Moon] = ACTIONS(550), + [anon_sym_Skin] = ACTIONS(550), + [anon_sym_People] = ACTIONS(550), + [anon_sym_Hair] = ACTIONS(550), + [anon_sym_Cat] = ACTIONS(550), + [aux_sym_character_token1] = ACTIONS(552), + [sym_string] = ACTIONS(552), + [sym_multiLineString] = ACTIONS(552), + [sym_identifier] = ACTIONS(550), + [sym_identifierDeprecated] = ACTIONS(550), + [sym_system] = ACTIONS(552), + [sym_comment] = ACTIONS(550), + [sym_openParen] = ACTIONS(552), + [sym_openCurly] = ACTIONS(552), + [sym_openBracket] = ACTIONS(550), + [sym_underscore] = ACTIONS(552), + [anon_sym_CARET] = ACTIONS(552), + [anon_sym_SQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(552), + [anon_sym_e] = ACTIONS(550), + [anon_sym_NaN] = ACTIONS(550), + [anon_sym_eta] = ACTIONS(552), + [anon_sym_u03b7] = ACTIONS(550), + [anon_sym_pi] = ACTIONS(550), + [anon_sym_u03c0] = ACTIONS(550), + [anon_sym_tau] = ACTIONS(552), + [anon_sym_u03c4] = ACTIONS(550), + [anon_sym_infinity] = ACTIONS(552), + [anon_sym_u221e] = ACTIONS(552), + [anon_sym_W] = ACTIONS(550), + [anon_sym_i] = ACTIONS(550), + [anon_sym_MaxInt] = ACTIONS(550), + [anon_sym_HexDigits] = ACTIONS(550), + [anon_sym_DOT] = ACTIONS(552), + [anon_sym_COMMA] = ACTIONS(552), + [anon_sym_COLON] = ACTIONS(552), + [anon_sym_u25cc] = ACTIONS(552), + [anon_sym_identity] = ACTIONS(552), + [anon_sym_id] = ACTIONS(550), + [anon_sym_u2218] = ACTIONS(552), + [anon_sym_not] = ACTIONS(552), + [anon_sym_u00ac] = ACTIONS(552), + [anon_sym_sign] = ACTIONS(550), + [anon_sym_u00b1] = ACTIONS(552), + [anon_sym_BQUOTE] = ACTIONS(552), + [anon_sym_u00af] = ACTIONS(550), + [anon_sym_absolutevalue] = ACTIONS(552), + [anon_sym_u2335] = ACTIONS(552), + [anon_sym_sqrt] = ACTIONS(552), + [anon_sym_u221a] = ACTIONS(552), + [anon_sym_sine] = ACTIONS(552), + [anon_sym_u25cb] = ACTIONS(552), + [anon_sym_u223f] = ACTIONS(552), + [anon_sym_floor] = ACTIONS(552), + [anon_sym_u230a] = ACTIONS(552), + [anon_sym_ceiling] = ACTIONS(552), + [anon_sym_u2308] = ACTIONS(552), + [anon_sym_round] = ACTIONS(552), + [anon_sym_u2045] = ACTIONS(552), + [anon_sym_EQ] = ACTIONS(552), + [anon_sym_BANG_EQ] = ACTIONS(552), + [anon_sym_u2260] = ACTIONS(552), + [anon_sym_LT] = ACTIONS(550), + [anon_sym_LT_EQ] = ACTIONS(552), + [anon_sym_u2264] = ACTIONS(552), + [anon_sym_GT] = ACTIONS(550), + [anon_sym_GT_EQ] = ACTIONS(552), + [anon_sym_u2265] = ACTIONS(552), + [anon_sym_PLUS] = ACTIONS(552), + [anon_sym_DASH] = ACTIONS(552), + [anon_sym_STAR] = ACTIONS(552), + [anon_sym_u00d7] = ACTIONS(552), + [anon_sym_PERCENT] = ACTIONS(552), + [anon_sym_u00f7] = ACTIONS(552), + [anon_sym_modulus] = ACTIONS(552), + [anon_sym_u25ff] = ACTIONS(552), + [anon_sym_power] = ACTIONS(552), + [anon_sym_u207f] = ACTIONS(552), + [anon_sym_logarithm] = ACTIONS(552), + [anon_sym_u2099] = ACTIONS(552), + [anon_sym_minimum] = ACTIONS(552), + [anon_sym_u21a7] = ACTIONS(552), + [anon_sym_maximum] = ACTIONS(552), + [anon_sym_u21a5] = ACTIONS(552), + [anon_sym_atangent] = ACTIONS(552), + [anon_sym_u2220] = ACTIONS(552), + [anon_sym_length] = ACTIONS(552), + [anon_sym_u29fb] = ACTIONS(552), + [anon_sym_shape] = ACTIONS(552), + [anon_sym_u25b3] = ACTIONS(552), + [anon_sym_range] = ACTIONS(552), + [anon_sym_u21e1] = ACTIONS(552), + [anon_sym_first] = ACTIONS(552), + [anon_sym_u22a2] = ACTIONS(552), + [anon_sym_reverse] = ACTIONS(552), + [anon_sym_u21cc] = ACTIONS(552), + [anon_sym_deshape] = ACTIONS(552), + [anon_sym_u266d] = ACTIONS(552), + [anon_sym_bits] = ACTIONS(552), + [anon_sym_u22ef] = ACTIONS(552), + [anon_sym_transpose] = ACTIONS(552), + [anon_sym_u2349] = ACTIONS(552), + [anon_sym_rise] = ACTIONS(552), + [anon_sym_u234f] = ACTIONS(552), + [anon_sym_fall] = ACTIONS(552), + [anon_sym_u2356] = ACTIONS(552), + [anon_sym_where] = ACTIONS(552), + [anon_sym_u229a] = ACTIONS(552), + [anon_sym_classify] = ACTIONS(552), + [anon_sym_u229b] = ACTIONS(552), + [anon_sym_deduplicate] = ACTIONS(552), + [anon_sym_u25f4] = ACTIONS(552), + [anon_sym_box] = ACTIONS(552), + [anon_sym_u25a1] = ACTIONS(552), + [anon_sym_match] = ACTIONS(552), + [anon_sym_u224d] = ACTIONS(552), + [anon_sym_couple] = ACTIONS(552), + [anon_sym_u229f] = ACTIONS(552), + [anon_sym_join] = ACTIONS(552), + [anon_sym_u2282] = ACTIONS(552), + [anon_sym_select] = ACTIONS(552), + [anon_sym_u228f] = ACTIONS(552), + [anon_sym_pick] = ACTIONS(552), + [anon_sym_u22a1] = ACTIONS(552), + [anon_sym_reshape] = ACTIONS(552), + [anon_sym_u21af] = ACTIONS(552), + [anon_sym_take] = ACTIONS(552), + [anon_sym_u2199] = ACTIONS(552), + [anon_sym_drop] = ACTIONS(552), + [anon_sym_u2198] = ACTIONS(552), + [anon_sym_rotate] = ACTIONS(552), + [anon_sym_u21bb] = ACTIONS(552), + [anon_sym_windows] = ACTIONS(552), + [anon_sym_u25eb] = ACTIONS(552), + [anon_sym_keep] = ACTIONS(552), + [anon_sym_u25bd] = ACTIONS(552), + [anon_sym_find] = ACTIONS(552), + [anon_sym_u2315] = ACTIONS(552), + [anon_sym_indexof] = ACTIONS(552), + [anon_sym_u2297] = ACTIONS(552), + [anon_sym_assert] = ACTIONS(552), + [anon_sym_u2364] = ACTIONS(552), + [anon_sym_wait] = ACTIONS(552), + [anon_sym_parse] = ACTIONS(552), + [anon_sym_u22d5] = ACTIONS(552), + [anon_sym_random] = ACTIONS(552), + [anon_sym_u2682] = ACTIONS(552), + [anon_sym_gen] = ACTIONS(552), + [anon_sym_tag] = ACTIONS(552), + [anon_sym_now] = ACTIONS(552), + [anon_sym_type] = ACTIONS(552), + [anon_sym_u2e2e] = ACTIONS(552), + [anon_sym_dump] = ACTIONS(552), + [anon_sym_regex] = ACTIONS(552), + [anon_sym_send] = ACTIONS(552), + [anon_sym_recv] = ACTIONS(552), + [anon_sym_tryrecv] = ACTIONS(552), + [anon_sym_complex] = ACTIONS(552), + [anon_sym_u2102] = ACTIONS(552), + [anon_sym_rerank] = ACTIONS(552), + [anon_sym_u2607] = ACTIONS(552), + [anon_sym_fix] = ACTIONS(552), + [anon_sym_u00a4] = ACTIONS(552), + [anon_sym_QMARK] = ACTIONS(552), + [anon_sym_unique] = ACTIONS(552), + [anon_sym_u25f0] = ACTIONS(552), + [anon_sym_map] = ACTIONS(552), + [anon_sym_has] = ACTIONS(552), + [anon_sym_get] = ACTIONS(552), + [anon_sym_insert] = ACTIONS(552), + [anon_sym_remove] = ACTIONS(552), + [anon_sym_repr] = ACTIONS(552), + [anon_sym_mask] = ACTIONS(552), + [anon_sym_u29b7] = ACTIONS(552), + [anon_sym_csv] = ACTIONS(552), + [anon_sym_json] = ACTIONS(552), + [anon_sym_xlsx] = ACTIONS(552), + [anon_sym_memberOf] = ACTIONS(552), + [anon_sym_u2208] = ACTIONS(552), + [anon_sym_imen] = ACTIONS(552), + [anon_sym_gife] = ACTIONS(552), + [anon_sym_auden] = ACTIONS(552), + [anon_sym_utfu2088] = ACTIONS(552), + [anon_sym_datetime] = ACTIONS(552), + [anon_sym_choose] = ACTIONS(552), + [anon_sym_permute] = ACTIONS(552), + [anon_sym_orient] = ACTIONS(552), + [anon_sym_u2938] = ACTIONS(552), + [anon_sym_fft] = ACTIONS(552), + [anon_sym_graphemes] = ACTIONS(552), + [anon_sym_timezone] = ACTIONS(552), + [anon_sym_around] = ACTIONS(552), + [anon_sym_u2019] = ACTIONS(552), + [anon_sym_base] = ACTIONS(552), + [anon_sym_sort] = ACTIONS(552), + [anon_sym_u2346] = ACTIONS(552), + [anon_sym_last] = ACTIONS(552), + [anon_sym_u22a3] = ACTIONS(552), + [anon_sym_reduce] = ACTIONS(552), + [anon_sym_SLASH] = ACTIONS(552), + [anon_sym_scan] = ACTIONS(552), + [anon_sym_BSLASH] = ACTIONS(552), + [anon_sym_each] = ACTIONS(552), + [anon_sym_u2235] = ACTIONS(552), + [anon_sym_rows] = ACTIONS(552), + [anon_sym_u2261] = ACTIONS(552), + [anon_sym_repeat] = ACTIONS(552), + [anon_sym_u2365] = ACTIONS(552), + [anon_sym_dip] = ACTIONS(552), + [anon_sym_u2299] = ACTIONS(552), + [anon_sym_gap] = ACTIONS(552), + [anon_sym_u22c5] = ACTIONS(552), + [anon_sym_spawn] = ACTIONS(552), + [anon_sym_rectify] = ACTIONS(552), + [anon_sym_u2305] = ACTIONS(552), + [anon_sym_un] = ACTIONS(550), + [anon_sym_u00b0] = ACTIONS(552), + [anon_sym_on] = ACTIONS(550), + [anon_sym_u27dc] = ACTIONS(552), + [anon_sym_inventory] = ACTIONS(552), + [anon_sym_u235a] = ACTIONS(552), + [anon_sym_content] = ACTIONS(552), + [anon_sym_u25c7] = ACTIONS(552), + [anon_sym_pool] = ACTIONS(552), + [anon_sym_stringify] = ACTIONS(552), + [anon_sym_signature] = ACTIONS(552), + [anon_sym_triangle] = ACTIONS(552), + [anon_sym_u25f9] = ACTIONS(552), + [anon_sym_astar] = ACTIONS(552), + [anon_sym_with] = ACTIONS(552), + [anon_sym_u2919] = ACTIONS(552), + [anon_sym_off] = ACTIONS(552), + [anon_sym_u291a] = ACTIONS(552), + [anon_sym_above] = ACTIONS(552), + [anon_sym_u25e0] = ACTIONS(552), + [anon_sym_below] = ACTIONS(552), + [anon_sym_u25e1] = ACTIONS(552), + [anon_sym_anti] = ACTIONS(552), + [anon_sym_u231d] = ACTIONS(552), + [anon_sym_obverse] = ACTIONS(552), + [anon_sym_toples] = ACTIONS(552), + [anon_sym_u29c5] = ACTIONS(552), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(552), + [anon_sym_fold] = ACTIONS(552), + [anon_sym_u2227] = ACTIONS(552), + [anon_sym_table] = ACTIONS(552), + [anon_sym_u229e] = ACTIONS(552), + [anon_sym_group] = ACTIONS(552), + [anon_sym_u2295] = ACTIONS(552), + [anon_sym_partition] = ACTIONS(552), + [anon_sym_u229c] = ACTIONS(552), + [anon_sym_both] = ACTIONS(552), + [anon_sym_u2229] = ACTIONS(552), + [anon_sym_bracket] = ACTIONS(552), + [anon_sym_u2293] = ACTIONS(552), + [anon_sym_fork] = ACTIONS(552), + [anon_sym_u2283] = ACTIONS(552), + [anon_sym_under] = ACTIONS(552), + [anon_sym_u235c] = ACTIONS(552), + [anon_sym_fill] = ACTIONS(552), + [anon_sym_u2b1a] = ACTIONS(552), + [anon_sym_try] = ACTIONS(550), + [anon_sym_u2363] = ACTIONS(552), + [anon_sym_do] = ACTIONS(550), + [anon_sym_u2362] = ACTIONS(552), + [anon_sym_f] = ACTIONS(550), + [anon_sym_by] = ACTIONS(550), + [anon_sym_u22b8] = ACTIONS(552), + [anon_sym_quote] = ACTIONS(552), + [anon_sym_u2765] = ACTIONS(552), + [anon_sym_u2192] = ACTIONS(552), + [anon_sym_u2237] = ACTIONS(552), + [anon_sym_u00b7] = ACTIONS(552), + [anon_sym_u235b] = ACTIONS(552), + [anon_sym_u2302] = ACTIONS(552), + [anon_sym_u21b0] = ACTIONS(552), + [anon_sym_unpack] = ACTIONS(552), + [anon_sym_u2290] = ACTIONS(552), + [anon_sym_u229d] = ACTIONS(552), + [anon_sym_cross] = ACTIONS(552), + [anon_sym_u22a0] = ACTIONS(552), + [anon_sym_SEMI] = ACTIONS(552), + [anon_sym_deal] = ACTIONS(552), + [anon_sym_member] = ACTIONS(550), + [anon_sym_u220a] = ACTIONS(552), + [anon_sym_coordinate] = ACTIONS(552), + [anon_sym_u27d4] = ACTIONS(552), + [anon_sym_u03bb] = ACTIONS(552), + [anon_sym_u22ca] = ACTIONS(552), + [anon_sym_chunk] = ACTIONS(552), + [anon_sym_u2444] = ACTIONS(552), + [anon_sym_setinv] = ACTIONS(552), + [anon_sym_setund] = ACTIONS(552), + [anon_sym_struct] = ACTIONS(552), + [sym__endOfLine] = ACTIONS(552), }, [130] = { - [aux_sym_number_token1] = ACTIONS(652), - [sym_fraction] = ACTIONS(231), - [anon_sym_Days] = ACTIONS(652), - [anon_sym_Months] = ACTIONS(652), - [anon_sym_MonthDays] = ACTIONS(652), - [anon_sym_LeanMonthDays] = ACTIONS(652), - [anon_sym_White] = ACTIONS(652), - [anon_sym_Black] = ACTIONS(652), - [anon_sym_Red] = ACTIONS(652), - [anon_sym_Orange] = ACTIONS(652), - [anon_sym_Yellow] = ACTIONS(652), - [anon_sym_Green] = ACTIONS(652), - [anon_sym_Cyan] = ACTIONS(652), - [anon_sym_Blue] = ACTIONS(652), - [anon_sym_Purple] = ACTIONS(652), - [anon_sym_Magenta] = ACTIONS(652), - [anon_sym_Gay] = ACTIONS(652), - [anon_sym_Lesbian] = ACTIONS(652), - [anon_sym_Bi] = ACTIONS(652), - [anon_sym_Trans] = ACTIONS(652), - [anon_sym_Pan] = ACTIONS(652), - [anon_sym_Ace] = ACTIONS(652), - [anon_sym_Aro] = ACTIONS(652), - [anon_sym_Aroace] = ACTIONS(652), - [anon_sym_Enby] = ACTIONS(652), - [anon_sym_Fluid] = ACTIONS(652), - [anon_sym_Queer] = ACTIONS(652), - [anon_sym_Agender] = ACTIONS(652), - [anon_sym_PrideFlags] = ACTIONS(652), - [anon_sym_PrideFlagNames] = ACTIONS(652), - [anon_sym_True] = ACTIONS(652), - [anon_sym_False] = ACTIONS(652), - [anon_sym_NULL] = ACTIONS(652), - [anon_sym_Logo] = ACTIONS(652), - [anon_sym_Lena] = ACTIONS(652), - [anon_sym_Music] = ACTIONS(652), - [anon_sym_Lorem] = ACTIONS(652), - [anon_sym_Os] = ACTIONS(652), - [anon_sym_Family] = ACTIONS(652), - [anon_sym_Arch] = ACTIONS(652), - [anon_sym_ExeExt] = ACTIONS(652), - [anon_sym_DllExt] = ACTIONS(652), - [anon_sym_Sep] = ACTIONS(652), - [anon_sym_ThisFile] = ACTIONS(652), - [anon_sym_ThisFileName] = ACTIONS(652), - [anon_sym_ThisFileDir] = ACTIONS(652), - [anon_sym_WorkingDir] = ACTIONS(652), - [anon_sym_NumProcs] = ACTIONS(652), - [anon_sym_Planets] = ACTIONS(652), - [anon_sym_Zodiac] = ACTIONS(652), - [anon_sym_Suits] = ACTIONS(652), - [anon_sym_Cards] = ACTIONS(652), - [anon_sym_Chess] = ACTIONS(652), - [anon_sym_Moon] = ACTIONS(652), - [anon_sym_Skin] = ACTIONS(652), - [anon_sym_People] = ACTIONS(652), - [anon_sym_Hair] = ACTIONS(652), - [aux_sym_character_token1] = ACTIONS(231), - [sym_string] = ACTIONS(231), - [sym_multiLineString] = ACTIONS(231), - [sym_identifier] = ACTIONS(652), - [sym_identifierDeprecated] = ACTIONS(652), - [sym_system] = ACTIONS(231), - [sym_comment] = ACTIONS(652), - [sym_openParen] = ACTIONS(231), - [sym_openCurly] = ACTIONS(231), - [sym_closeCurly] = ACTIONS(231), - [sym_openBracket] = ACTIONS(231), - [sym_closeBracket] = ACTIONS(231), - [anon_sym_CARET] = ACTIONS(231), - [anon_sym_SQUOTE] = ACTIONS(652), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(231), - [anon_sym_e] = ACTIONS(652), - [anon_sym_NaN] = ACTIONS(652), - [anon_sym_eta] = ACTIONS(231), - [anon_sym_u03b7] = ACTIONS(652), - [anon_sym_pi] = ACTIONS(652), - [anon_sym_u03c0] = ACTIONS(652), - [anon_sym_tau] = ACTIONS(231), - [anon_sym_u03c4] = ACTIONS(652), - [anon_sym_infinity] = ACTIONS(231), - [anon_sym_u221e] = ACTIONS(231), - [anon_sym_W] = ACTIONS(652), - [anon_sym_i] = ACTIONS(652), - [anon_sym_MaxInt] = ACTIONS(652), - [anon_sym_HexDigits] = ACTIONS(652), - [anon_sym_DOT] = ACTIONS(231), - [anon_sym_COMMA] = ACTIONS(231), - [anon_sym_COLON] = ACTIONS(231), - [anon_sym_u25cc] = ACTIONS(231), - [anon_sym_identity] = ACTIONS(231), - [anon_sym_id] = ACTIONS(652), - [anon_sym_u2218] = ACTIONS(231), - [anon_sym_not] = ACTIONS(231), - [anon_sym_u00ac] = ACTIONS(231), - [anon_sym_sign] = ACTIONS(652), - [anon_sym_u00b1] = ACTIONS(231), - [anon_sym_BQUOTE] = ACTIONS(231), - [anon_sym_u00af] = ACTIONS(652), - [anon_sym_absolutevalue] = ACTIONS(231), - [anon_sym_u2335] = ACTIONS(231), - [anon_sym_sqrt] = ACTIONS(231), - [anon_sym_u221a] = ACTIONS(231), - [anon_sym_sine] = ACTIONS(231), - [anon_sym_u25cb] = ACTIONS(231), - [anon_sym_u223f] = ACTIONS(231), - [anon_sym_floor] = ACTIONS(231), - [anon_sym_u230a] = ACTIONS(231), - [anon_sym_ceiling] = ACTIONS(231), - [anon_sym_u2308] = ACTIONS(231), - [anon_sym_round] = ACTIONS(231), - [anon_sym_u2045] = ACTIONS(231), - [anon_sym_EQ] = ACTIONS(231), - [anon_sym_BANG_EQ] = ACTIONS(231), - [anon_sym_u2260] = ACTIONS(231), - [anon_sym_LT] = ACTIONS(652), - [anon_sym_LT_EQ] = ACTIONS(231), - [anon_sym_u2264] = ACTIONS(231), - [anon_sym_GT] = ACTIONS(652), - [anon_sym_GT_EQ] = ACTIONS(231), - [anon_sym_u2265] = ACTIONS(231), - [anon_sym_PLUS] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(231), - [anon_sym_STAR] = ACTIONS(231), - [anon_sym_u00d7] = ACTIONS(231), - [anon_sym_PERCENT] = ACTIONS(231), - [anon_sym_u00f7] = ACTIONS(231), - [anon_sym_modulus] = ACTIONS(231), - [anon_sym_u25ff] = ACTIONS(231), - [anon_sym_power] = ACTIONS(231), - [anon_sym_u207f] = ACTIONS(231), - [anon_sym_logarithm] = ACTIONS(231), - [anon_sym_u2099] = ACTIONS(231), - [anon_sym_minimum] = ACTIONS(231), - [anon_sym_u21a7] = ACTIONS(231), - [anon_sym_maximum] = ACTIONS(231), - [anon_sym_u21a5] = ACTIONS(231), - [anon_sym_atangent] = ACTIONS(231), - [anon_sym_u2220] = ACTIONS(231), - [anon_sym_length] = ACTIONS(231), - [anon_sym_u29fb] = ACTIONS(231), - [anon_sym_shape] = ACTIONS(231), - [anon_sym_u25b3] = ACTIONS(231), - [anon_sym_range] = ACTIONS(231), - [anon_sym_u21e1] = ACTIONS(231), - [anon_sym_first] = ACTIONS(231), - [anon_sym_u22a2] = ACTIONS(231), - [anon_sym_reverse] = ACTIONS(231), - [anon_sym_u21cc] = ACTIONS(231), - [anon_sym_deshape] = ACTIONS(231), - [anon_sym_u266d] = ACTIONS(231), - [anon_sym_bits] = ACTIONS(231), - [anon_sym_u22ef] = ACTIONS(231), - [anon_sym_transpose] = ACTIONS(231), - [anon_sym_u2349] = ACTIONS(231), - [anon_sym_rise] = ACTIONS(231), - [anon_sym_u234f] = ACTIONS(231), - [anon_sym_fall] = ACTIONS(231), - [anon_sym_u2356] = ACTIONS(231), - [anon_sym_where] = ACTIONS(231), - [anon_sym_u229a] = ACTIONS(231), - [anon_sym_classify] = ACTIONS(231), - [anon_sym_u229b] = ACTIONS(231), - [anon_sym_deduplicate] = ACTIONS(231), - [anon_sym_u25f4] = ACTIONS(231), - [anon_sym_box] = ACTIONS(231), - [anon_sym_u25a1] = ACTIONS(231), - [anon_sym_match] = ACTIONS(231), - [anon_sym_u224d] = ACTIONS(231), - [anon_sym_couple] = ACTIONS(231), - [anon_sym_u229f] = ACTIONS(231), - [anon_sym_join] = ACTIONS(231), - [anon_sym_u2282] = ACTIONS(231), - [anon_sym_select] = ACTIONS(231), - [anon_sym_u228f] = ACTIONS(231), - [anon_sym_pick] = ACTIONS(231), - [anon_sym_u22a1] = ACTIONS(231), - [anon_sym_reshape] = ACTIONS(231), - [anon_sym_u21af] = ACTIONS(231), - [anon_sym_take] = ACTIONS(231), - [anon_sym_u2199] = ACTIONS(231), - [anon_sym_drop] = ACTIONS(231), - [anon_sym_u2198] = ACTIONS(231), - [anon_sym_rotate] = ACTIONS(231), - [anon_sym_u21bb] = ACTIONS(231), - [anon_sym_windows] = ACTIONS(231), - [anon_sym_u25eb] = ACTIONS(231), - [anon_sym_keep] = ACTIONS(231), - [anon_sym_u25bd] = ACTIONS(231), - [anon_sym_find] = ACTIONS(231), - [anon_sym_u2315] = ACTIONS(231), - [anon_sym_indexof] = ACTIONS(231), - [anon_sym_u2297] = ACTIONS(231), - [anon_sym_assert] = ACTIONS(231), - [anon_sym_u2364] = ACTIONS(231), - [anon_sym_wait] = ACTIONS(231), - [anon_sym_parse] = ACTIONS(231), - [anon_sym_u22d5] = ACTIONS(231), - [anon_sym_random] = ACTIONS(231), - [anon_sym_u2682] = ACTIONS(231), - [anon_sym_gen] = ACTIONS(231), - [anon_sym_tag] = ACTIONS(231), - [anon_sym_now] = ACTIONS(231), - [anon_sym_type] = ACTIONS(231), - [anon_sym_u2e2e] = ACTIONS(231), - [anon_sym_dump] = ACTIONS(231), - [anon_sym_regex] = ACTIONS(231), - [anon_sym_send] = ACTIONS(231), - [anon_sym_recv] = ACTIONS(231), - [anon_sym_tryrecv] = ACTIONS(231), - [anon_sym_complex] = ACTIONS(231), - [anon_sym_u2102] = ACTIONS(231), - [anon_sym_rerank] = ACTIONS(231), - [anon_sym_u2607] = ACTIONS(231), - [anon_sym_fix] = ACTIONS(231), - [anon_sym_u00a4] = ACTIONS(231), - [anon_sym_QMARK] = ACTIONS(231), - [anon_sym_unique] = ACTIONS(231), - [anon_sym_u25f0] = ACTIONS(231), - [anon_sym_map] = ACTIONS(231), - [anon_sym_has] = ACTIONS(231), - [anon_sym_get] = ACTIONS(231), - [anon_sym_insert] = ACTIONS(231), - [anon_sym_remove] = ACTIONS(231), - [anon_sym_repr] = ACTIONS(231), - [anon_sym_mask] = ACTIONS(231), - [anon_sym_u29b7] = ACTIONS(231), - [anon_sym_csv] = ACTIONS(231), - [anon_sym_json] = ACTIONS(231), - [anon_sym_xlsx] = ACTIONS(231), - [anon_sym_memberOf] = ACTIONS(231), - [anon_sym_u2208] = ACTIONS(231), - [anon_sym_imen] = ACTIONS(231), - [anon_sym_gife] = ACTIONS(231), - [anon_sym_auden] = ACTIONS(231), - [anon_sym_utfu2088] = ACTIONS(231), - [anon_sym_datetime] = ACTIONS(231), - [anon_sym_chunk] = ACTIONS(231), - [anon_sym_u2444] = ACTIONS(231), - [anon_sym_choose] = ACTIONS(231), - [anon_sym_permute] = ACTIONS(231), - [anon_sym_orient] = ACTIONS(231), - [anon_sym_fft] = ACTIONS(231), - [anon_sym_reduce] = ACTIONS(231), - [anon_sym_SLASH] = ACTIONS(231), - [anon_sym_scan] = ACTIONS(231), - [anon_sym_BSLASH] = ACTIONS(231), - [anon_sym_each] = ACTIONS(231), - [anon_sym_u2235] = ACTIONS(231), - [anon_sym_rows] = ACTIONS(231), - [anon_sym_u2261] = ACTIONS(231), - [anon_sym_repeat] = ACTIONS(231), - [anon_sym_u2365] = ACTIONS(231), - [anon_sym_dip] = ACTIONS(231), - [anon_sym_u2299] = ACTIONS(231), - [anon_sym_gap] = ACTIONS(231), - [anon_sym_u22c5] = ACTIONS(231), - [anon_sym_spawn] = ACTIONS(231), - [anon_sym_rectify] = ACTIONS(231), - [anon_sym_u2305] = ACTIONS(231), - [anon_sym_un] = ACTIONS(652), - [anon_sym_u00b0] = ACTIONS(231), - [anon_sym_on] = ACTIONS(652), - [anon_sym_u27dc] = ACTIONS(231), - [anon_sym_inventory] = ACTIONS(231), - [anon_sym_u235a] = ACTIONS(231), - [anon_sym_content] = ACTIONS(231), - [anon_sym_u25c7] = ACTIONS(231), - [anon_sym_pool] = ACTIONS(231), - [anon_sym_stringify] = ACTIONS(231), - [anon_sym_signature] = ACTIONS(231), - [anon_sym_triangle] = ACTIONS(231), - [anon_sym_u25f9] = ACTIONS(231), - [anon_sym_astar] = ACTIONS(231), - [anon_sym_but] = ACTIONS(231), - [anon_sym_u2919] = ACTIONS(231), - [anon_sym_with] = ACTIONS(231), - [anon_sym_u291a] = ACTIONS(231), - [anon_sym_above] = ACTIONS(231), - [anon_sym_u25e0] = ACTIONS(231), - [anon_sym_below] = ACTIONS(231), - [anon_sym_u25e1] = ACTIONS(231), - [anon_sym_fold] = ACTIONS(231), - [anon_sym_u2227] = ACTIONS(231), - [anon_sym_table] = ACTIONS(231), - [anon_sym_u229e] = ACTIONS(231), - [anon_sym_group] = ACTIONS(231), - [anon_sym_u2295] = ACTIONS(231), - [anon_sym_partition] = ACTIONS(231), - [anon_sym_u229c] = ACTIONS(231), - [anon_sym_both] = ACTIONS(231), - [anon_sym_u2229] = ACTIONS(231), - [anon_sym_bracket] = ACTIONS(231), - [anon_sym_u2293] = ACTIONS(231), - [anon_sym_fork] = ACTIONS(231), - [anon_sym_u2283] = ACTIONS(231), - [anon_sym_under] = ACTIONS(231), - [anon_sym_u235c] = ACTIONS(231), - [anon_sym_fill] = ACTIONS(231), - [anon_sym_u2b1a] = ACTIONS(231), - [anon_sym_try] = ACTIONS(652), - [anon_sym_u2363] = ACTIONS(231), - [anon_sym_do] = ACTIONS(652), - [anon_sym_u2362] = ACTIONS(231), - [anon_sym_setinv] = ACTIONS(231), - [anon_sym_setunder] = ACTIONS(231), - [anon_sym_f] = ACTIONS(652), - [anon_sym_by] = ACTIONS(652), - [anon_sym_u22b8] = ACTIONS(231), - [anon_sym_quote] = ACTIONS(231), - [anon_sym_struct] = ACTIONS(231), - [anon_sym_u2765] = ACTIONS(231), - [anon_sym_u2192] = ACTIONS(231), - [anon_sym_u2237] = ACTIONS(231), - [anon_sym_u00b7] = ACTIONS(231), - [anon_sym_u235b] = ACTIONS(231), - [anon_sym_u2302] = ACTIONS(231), - [anon_sym_u21b0] = ACTIONS(231), - [anon_sym_unpack] = ACTIONS(231), - [anon_sym_u2290] = ACTIONS(231), - [anon_sym_u229d] = ACTIONS(231), - [anon_sym_cross] = ACTIONS(231), - [anon_sym_u22a0] = ACTIONS(231), - [anon_sym_SEMI] = ACTIONS(231), - [anon_sym_deal] = ACTIONS(231), - [anon_sym_strands] = ACTIONS(231), - [anon_sym_u203f] = ACTIONS(231), - [anon_sym_member] = ACTIONS(652), - [anon_sym_u220a] = ACTIONS(231), - [anon_sym_coordinate] = ACTIONS(231), - [anon_sym_u27d4] = ACTIONS(231), - [anon_sym_u03bb] = ACTIONS(231), - [anon_sym_u22ca] = ACTIONS(231), - [sym__endOfLine] = ACTIONS(5), + [ts_builtin_sym_end] = ACTIONS(544), + [aux_sym_number_token1] = ACTIONS(542), + [sym_fraction] = ACTIONS(544), + [anon_sym_Days] = ACTIONS(542), + [anon_sym_Months] = ACTIONS(542), + [anon_sym_MonthDays] = ACTIONS(542), + [anon_sym_LeanMonthDays] = ACTIONS(542), + [anon_sym_White] = ACTIONS(542), + [anon_sym_Black] = ACTIONS(542), + [anon_sym_Red] = ACTIONS(542), + [anon_sym_Orange] = ACTIONS(542), + [anon_sym_Yellow] = ACTIONS(542), + [anon_sym_Green] = ACTIONS(542), + [anon_sym_Cyan] = ACTIONS(542), + [anon_sym_Blue] = ACTIONS(542), + [anon_sym_Purple] = ACTIONS(542), + [anon_sym_Magenta] = ACTIONS(542), + [anon_sym_Gay] = ACTIONS(542), + [anon_sym_Lesbian] = ACTIONS(542), + [anon_sym_Bi] = ACTIONS(542), + [anon_sym_Trans] = ACTIONS(542), + [anon_sym_Pan] = ACTIONS(542), + [anon_sym_Ace] = ACTIONS(542), + [anon_sym_Aro] = ACTIONS(542), + [anon_sym_Aroace] = ACTIONS(542), + [anon_sym_Enby] = ACTIONS(542), + [anon_sym_Fluid] = ACTIONS(542), + [anon_sym_Queer] = ACTIONS(542), + [anon_sym_Agender] = ACTIONS(542), + [anon_sym_PrideFlags] = ACTIONS(542), + [anon_sym_PrideFlagNames] = ACTIONS(542), + [anon_sym_True] = ACTIONS(542), + [anon_sym_False] = ACTIONS(542), + [anon_sym_NULL] = ACTIONS(542), + [anon_sym_Logo] = ACTIONS(542), + [anon_sym_Lena] = ACTIONS(542), + [anon_sym_Music] = ACTIONS(542), + [anon_sym_Lorem] = ACTIONS(542), + [anon_sym_Os] = ACTIONS(542), + [anon_sym_Family] = ACTIONS(542), + [anon_sym_Arch] = ACTIONS(542), + [anon_sym_ExeExt] = ACTIONS(542), + [anon_sym_DllExt] = ACTIONS(542), + [anon_sym_Sep] = ACTIONS(542), + [anon_sym_ThisFile] = ACTIONS(542), + [anon_sym_ThisFileName] = ACTIONS(542), + [anon_sym_ThisFileDir] = ACTIONS(542), + [anon_sym_WorkingDir] = ACTIONS(542), + [anon_sym_NumProcs] = ACTIONS(542), + [anon_sym_Planets] = ACTIONS(542), + [anon_sym_Zodiac] = ACTIONS(542), + [anon_sym_Suits] = ACTIONS(542), + [anon_sym_Cards] = ACTIONS(542), + [anon_sym_Chess] = ACTIONS(542), + [anon_sym_Moon] = ACTIONS(542), + [anon_sym_Skin] = ACTIONS(542), + [anon_sym_People] = ACTIONS(542), + [anon_sym_Hair] = ACTIONS(542), + [anon_sym_Cat] = ACTIONS(542), + [aux_sym_character_token1] = ACTIONS(544), + [sym_string] = ACTIONS(544), + [sym_multiLineString] = ACTIONS(544), + [sym_identifier] = ACTIONS(542), + [sym_identifierDeprecated] = ACTIONS(542), + [sym_system] = ACTIONS(544), + [sym_comment] = ACTIONS(542), + [sym_openParen] = ACTIONS(544), + [sym_openCurly] = ACTIONS(544), + [sym_openBracket] = ACTIONS(542), + [sym_underscore] = ACTIONS(544), + [anon_sym_CARET] = ACTIONS(544), + [anon_sym_SQUOTE] = ACTIONS(542), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(544), + [anon_sym_e] = ACTIONS(542), + [anon_sym_NaN] = ACTIONS(542), + [anon_sym_eta] = ACTIONS(544), + [anon_sym_u03b7] = ACTIONS(542), + [anon_sym_pi] = ACTIONS(542), + [anon_sym_u03c0] = ACTIONS(542), + [anon_sym_tau] = ACTIONS(544), + [anon_sym_u03c4] = ACTIONS(542), + [anon_sym_infinity] = ACTIONS(544), + [anon_sym_u221e] = ACTIONS(544), + [anon_sym_W] = ACTIONS(542), + [anon_sym_i] = ACTIONS(542), + [anon_sym_MaxInt] = ACTIONS(542), + [anon_sym_HexDigits] = ACTIONS(542), + [anon_sym_DOT] = ACTIONS(544), + [anon_sym_COMMA] = ACTIONS(544), + [anon_sym_COLON] = ACTIONS(544), + [anon_sym_u25cc] = ACTIONS(544), + [anon_sym_identity] = ACTIONS(544), + [anon_sym_id] = ACTIONS(542), + [anon_sym_u2218] = ACTIONS(544), + [anon_sym_not] = ACTIONS(544), + [anon_sym_u00ac] = ACTIONS(544), + [anon_sym_sign] = ACTIONS(542), + [anon_sym_u00b1] = ACTIONS(544), + [anon_sym_BQUOTE] = ACTIONS(544), + [anon_sym_u00af] = ACTIONS(542), + [anon_sym_absolutevalue] = ACTIONS(544), + [anon_sym_u2335] = ACTIONS(544), + [anon_sym_sqrt] = ACTIONS(544), + [anon_sym_u221a] = ACTIONS(544), + [anon_sym_sine] = ACTIONS(544), + [anon_sym_u25cb] = ACTIONS(544), + [anon_sym_u223f] = ACTIONS(544), + [anon_sym_floor] = ACTIONS(544), + [anon_sym_u230a] = ACTIONS(544), + [anon_sym_ceiling] = ACTIONS(544), + [anon_sym_u2308] = ACTIONS(544), + [anon_sym_round] = ACTIONS(544), + [anon_sym_u2045] = ACTIONS(544), + [anon_sym_EQ] = ACTIONS(544), + [anon_sym_BANG_EQ] = ACTIONS(544), + [anon_sym_u2260] = ACTIONS(544), + [anon_sym_LT] = ACTIONS(542), + [anon_sym_LT_EQ] = ACTIONS(544), + [anon_sym_u2264] = ACTIONS(544), + [anon_sym_GT] = ACTIONS(542), + [anon_sym_GT_EQ] = ACTIONS(544), + [anon_sym_u2265] = ACTIONS(544), + [anon_sym_PLUS] = ACTIONS(544), + [anon_sym_DASH] = ACTIONS(544), + [anon_sym_STAR] = ACTIONS(544), + [anon_sym_u00d7] = ACTIONS(544), + [anon_sym_PERCENT] = ACTIONS(544), + [anon_sym_u00f7] = ACTIONS(544), + [anon_sym_modulus] = ACTIONS(544), + [anon_sym_u25ff] = ACTIONS(544), + [anon_sym_power] = ACTIONS(544), + [anon_sym_u207f] = ACTIONS(544), + [anon_sym_logarithm] = ACTIONS(544), + [anon_sym_u2099] = ACTIONS(544), + [anon_sym_minimum] = ACTIONS(544), + [anon_sym_u21a7] = ACTIONS(544), + [anon_sym_maximum] = ACTIONS(544), + [anon_sym_u21a5] = ACTIONS(544), + [anon_sym_atangent] = ACTIONS(544), + [anon_sym_u2220] = ACTIONS(544), + [anon_sym_length] = ACTIONS(544), + [anon_sym_u29fb] = ACTIONS(544), + [anon_sym_shape] = ACTIONS(544), + [anon_sym_u25b3] = ACTIONS(544), + [anon_sym_range] = ACTIONS(544), + [anon_sym_u21e1] = ACTIONS(544), + [anon_sym_first] = ACTIONS(544), + [anon_sym_u22a2] = ACTIONS(544), + [anon_sym_reverse] = ACTIONS(544), + [anon_sym_u21cc] = ACTIONS(544), + [anon_sym_deshape] = ACTIONS(544), + [anon_sym_u266d] = ACTIONS(544), + [anon_sym_bits] = ACTIONS(544), + [anon_sym_u22ef] = ACTIONS(544), + [anon_sym_transpose] = ACTIONS(544), + [anon_sym_u2349] = ACTIONS(544), + [anon_sym_rise] = ACTIONS(544), + [anon_sym_u234f] = ACTIONS(544), + [anon_sym_fall] = ACTIONS(544), + [anon_sym_u2356] = ACTIONS(544), + [anon_sym_where] = ACTIONS(544), + [anon_sym_u229a] = ACTIONS(544), + [anon_sym_classify] = ACTIONS(544), + [anon_sym_u229b] = ACTIONS(544), + [anon_sym_deduplicate] = ACTIONS(544), + [anon_sym_u25f4] = ACTIONS(544), + [anon_sym_box] = ACTIONS(544), + [anon_sym_u25a1] = ACTIONS(544), + [anon_sym_match] = ACTIONS(544), + [anon_sym_u224d] = ACTIONS(544), + [anon_sym_couple] = ACTIONS(544), + [anon_sym_u229f] = ACTIONS(544), + [anon_sym_join] = ACTIONS(544), + [anon_sym_u2282] = ACTIONS(544), + [anon_sym_select] = ACTIONS(544), + [anon_sym_u228f] = ACTIONS(544), + [anon_sym_pick] = ACTIONS(544), + [anon_sym_u22a1] = ACTIONS(544), + [anon_sym_reshape] = ACTIONS(544), + [anon_sym_u21af] = ACTIONS(544), + [anon_sym_take] = ACTIONS(544), + [anon_sym_u2199] = ACTIONS(544), + [anon_sym_drop] = ACTIONS(544), + [anon_sym_u2198] = ACTIONS(544), + [anon_sym_rotate] = ACTIONS(544), + [anon_sym_u21bb] = ACTIONS(544), + [anon_sym_windows] = ACTIONS(544), + [anon_sym_u25eb] = ACTIONS(544), + [anon_sym_keep] = ACTIONS(544), + [anon_sym_u25bd] = ACTIONS(544), + [anon_sym_find] = ACTIONS(544), + [anon_sym_u2315] = ACTIONS(544), + [anon_sym_indexof] = ACTIONS(544), + [anon_sym_u2297] = ACTIONS(544), + [anon_sym_assert] = ACTIONS(544), + [anon_sym_u2364] = ACTIONS(544), + [anon_sym_wait] = ACTIONS(544), + [anon_sym_parse] = ACTIONS(544), + [anon_sym_u22d5] = ACTIONS(544), + [anon_sym_random] = ACTIONS(544), + [anon_sym_u2682] = ACTIONS(544), + [anon_sym_gen] = ACTIONS(544), + [anon_sym_tag] = ACTIONS(544), + [anon_sym_now] = ACTIONS(544), + [anon_sym_type] = ACTIONS(544), + [anon_sym_u2e2e] = ACTIONS(544), + [anon_sym_dump] = ACTIONS(544), + [anon_sym_regex] = ACTIONS(544), + [anon_sym_send] = ACTIONS(544), + [anon_sym_recv] = ACTIONS(544), + [anon_sym_tryrecv] = ACTIONS(544), + [anon_sym_complex] = ACTIONS(544), + [anon_sym_u2102] = ACTIONS(544), + [anon_sym_rerank] = ACTIONS(544), + [anon_sym_u2607] = ACTIONS(544), + [anon_sym_fix] = ACTIONS(544), + [anon_sym_u00a4] = ACTIONS(544), + [anon_sym_QMARK] = ACTIONS(544), + [anon_sym_unique] = ACTIONS(544), + [anon_sym_u25f0] = ACTIONS(544), + [anon_sym_map] = ACTIONS(544), + [anon_sym_has] = ACTIONS(544), + [anon_sym_get] = ACTIONS(544), + [anon_sym_insert] = ACTIONS(544), + [anon_sym_remove] = ACTIONS(544), + [anon_sym_repr] = ACTIONS(544), + [anon_sym_mask] = ACTIONS(544), + [anon_sym_u29b7] = ACTIONS(544), + [anon_sym_csv] = ACTIONS(544), + [anon_sym_json] = ACTIONS(544), + [anon_sym_xlsx] = ACTIONS(544), + [anon_sym_memberOf] = ACTIONS(544), + [anon_sym_u2208] = ACTIONS(544), + [anon_sym_imen] = ACTIONS(544), + [anon_sym_gife] = ACTIONS(544), + [anon_sym_auden] = ACTIONS(544), + [anon_sym_utfu2088] = ACTIONS(544), + [anon_sym_datetime] = ACTIONS(544), + [anon_sym_choose] = ACTIONS(544), + [anon_sym_permute] = ACTIONS(544), + [anon_sym_orient] = ACTIONS(544), + [anon_sym_u2938] = ACTIONS(544), + [anon_sym_fft] = ACTIONS(544), + [anon_sym_graphemes] = ACTIONS(544), + [anon_sym_timezone] = ACTIONS(544), + [anon_sym_around] = ACTIONS(544), + [anon_sym_u2019] = ACTIONS(544), + [anon_sym_base] = ACTIONS(544), + [anon_sym_sort] = ACTIONS(544), + [anon_sym_u2346] = ACTIONS(544), + [anon_sym_last] = ACTIONS(544), + [anon_sym_u22a3] = ACTIONS(544), + [anon_sym_reduce] = ACTIONS(544), + [anon_sym_SLASH] = ACTIONS(544), + [anon_sym_scan] = ACTIONS(544), + [anon_sym_BSLASH] = ACTIONS(544), + [anon_sym_each] = ACTIONS(544), + [anon_sym_u2235] = ACTIONS(544), + [anon_sym_rows] = ACTIONS(544), + [anon_sym_u2261] = ACTIONS(544), + [anon_sym_repeat] = ACTIONS(544), + [anon_sym_u2365] = ACTIONS(544), + [anon_sym_dip] = ACTIONS(544), + [anon_sym_u2299] = ACTIONS(544), + [anon_sym_gap] = ACTIONS(544), + [anon_sym_u22c5] = ACTIONS(544), + [anon_sym_spawn] = ACTIONS(544), + [anon_sym_rectify] = ACTIONS(544), + [anon_sym_u2305] = ACTIONS(544), + [anon_sym_un] = ACTIONS(542), + [anon_sym_u00b0] = ACTIONS(544), + [anon_sym_on] = ACTIONS(542), + [anon_sym_u27dc] = ACTIONS(544), + [anon_sym_inventory] = ACTIONS(544), + [anon_sym_u235a] = ACTIONS(544), + [anon_sym_content] = ACTIONS(544), + [anon_sym_u25c7] = ACTIONS(544), + [anon_sym_pool] = ACTIONS(544), + [anon_sym_stringify] = ACTIONS(544), + [anon_sym_signature] = ACTIONS(544), + [anon_sym_triangle] = ACTIONS(544), + [anon_sym_u25f9] = ACTIONS(544), + [anon_sym_astar] = ACTIONS(544), + [anon_sym_with] = ACTIONS(544), + [anon_sym_u2919] = ACTIONS(544), + [anon_sym_off] = ACTIONS(544), + [anon_sym_u291a] = ACTIONS(544), + [anon_sym_above] = ACTIONS(544), + [anon_sym_u25e0] = ACTIONS(544), + [anon_sym_below] = ACTIONS(544), + [anon_sym_u25e1] = ACTIONS(544), + [anon_sym_anti] = ACTIONS(544), + [anon_sym_u231d] = ACTIONS(544), + [anon_sym_obverse] = ACTIONS(544), + [anon_sym_toples] = ACTIONS(544), + [anon_sym_u29c5] = ACTIONS(544), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(544), + [anon_sym_fold] = ACTIONS(544), + [anon_sym_u2227] = ACTIONS(544), + [anon_sym_table] = ACTIONS(544), + [anon_sym_u229e] = ACTIONS(544), + [anon_sym_group] = ACTIONS(544), + [anon_sym_u2295] = ACTIONS(544), + [anon_sym_partition] = ACTIONS(544), + [anon_sym_u229c] = ACTIONS(544), + [anon_sym_both] = ACTIONS(544), + [anon_sym_u2229] = ACTIONS(544), + [anon_sym_bracket] = ACTIONS(544), + [anon_sym_u2293] = ACTIONS(544), + [anon_sym_fork] = ACTIONS(544), + [anon_sym_u2283] = ACTIONS(544), + [anon_sym_under] = ACTIONS(544), + [anon_sym_u235c] = ACTIONS(544), + [anon_sym_fill] = ACTIONS(544), + [anon_sym_u2b1a] = ACTIONS(544), + [anon_sym_try] = ACTIONS(542), + [anon_sym_u2363] = ACTIONS(544), + [anon_sym_do] = ACTIONS(542), + [anon_sym_u2362] = ACTIONS(544), + [anon_sym_f] = ACTIONS(542), + [anon_sym_by] = ACTIONS(542), + [anon_sym_u22b8] = ACTIONS(544), + [anon_sym_quote] = ACTIONS(544), + [anon_sym_u2765] = ACTIONS(544), + [anon_sym_u2192] = ACTIONS(544), + [anon_sym_u2237] = ACTIONS(544), + [anon_sym_u00b7] = ACTIONS(544), + [anon_sym_u235b] = ACTIONS(544), + [anon_sym_u2302] = ACTIONS(544), + [anon_sym_u21b0] = ACTIONS(544), + [anon_sym_unpack] = ACTIONS(544), + [anon_sym_u2290] = ACTIONS(544), + [anon_sym_u229d] = ACTIONS(544), + [anon_sym_cross] = ACTIONS(544), + [anon_sym_u22a0] = ACTIONS(544), + [anon_sym_SEMI] = ACTIONS(544), + [anon_sym_deal] = ACTIONS(544), + [anon_sym_member] = ACTIONS(542), + [anon_sym_u220a] = ACTIONS(544), + [anon_sym_coordinate] = ACTIONS(544), + [anon_sym_u27d4] = ACTIONS(544), + [anon_sym_u03bb] = ACTIONS(544), + [anon_sym_u22ca] = ACTIONS(544), + [anon_sym_chunk] = ACTIONS(544), + [anon_sym_u2444] = ACTIONS(544), + [anon_sym_setinv] = ACTIONS(544), + [anon_sym_setund] = ACTIONS(544), + [anon_sym_struct] = ACTIONS(544), + [sym__endOfLine] = ACTIONS(544), }, [131] = { - [ts_builtin_sym_end] = ACTIONS(542), - [aux_sym_number_token1] = ACTIONS(540), - [sym_fraction] = ACTIONS(542), - [anon_sym_Days] = ACTIONS(540), - [anon_sym_Months] = ACTIONS(540), - [anon_sym_MonthDays] = ACTIONS(540), - [anon_sym_LeanMonthDays] = ACTIONS(540), - [anon_sym_White] = ACTIONS(540), - [anon_sym_Black] = ACTIONS(540), - [anon_sym_Red] = ACTIONS(540), - [anon_sym_Orange] = ACTIONS(540), - [anon_sym_Yellow] = ACTIONS(540), - [anon_sym_Green] = ACTIONS(540), - [anon_sym_Cyan] = ACTIONS(540), - [anon_sym_Blue] = ACTIONS(540), - [anon_sym_Purple] = ACTIONS(540), - [anon_sym_Magenta] = ACTIONS(540), - [anon_sym_Gay] = ACTIONS(540), - [anon_sym_Lesbian] = ACTIONS(540), - [anon_sym_Bi] = ACTIONS(540), - [anon_sym_Trans] = ACTIONS(540), - [anon_sym_Pan] = ACTIONS(540), - [anon_sym_Ace] = ACTIONS(540), - [anon_sym_Aro] = ACTIONS(540), - [anon_sym_Aroace] = ACTIONS(540), - [anon_sym_Enby] = ACTIONS(540), - [anon_sym_Fluid] = ACTIONS(540), - [anon_sym_Queer] = ACTIONS(540), - [anon_sym_Agender] = ACTIONS(540), - [anon_sym_PrideFlags] = ACTIONS(540), - [anon_sym_PrideFlagNames] = ACTIONS(540), - [anon_sym_True] = ACTIONS(540), - [anon_sym_False] = ACTIONS(540), - [anon_sym_NULL] = ACTIONS(540), - [anon_sym_Logo] = ACTIONS(540), - [anon_sym_Lena] = ACTIONS(540), - [anon_sym_Music] = ACTIONS(540), - [anon_sym_Lorem] = ACTIONS(540), - [anon_sym_Os] = ACTIONS(540), - [anon_sym_Family] = ACTIONS(540), - [anon_sym_Arch] = ACTIONS(540), - [anon_sym_ExeExt] = ACTIONS(540), - [anon_sym_DllExt] = ACTIONS(540), - [anon_sym_Sep] = ACTIONS(540), - [anon_sym_ThisFile] = ACTIONS(540), - [anon_sym_ThisFileName] = ACTIONS(540), - [anon_sym_ThisFileDir] = ACTIONS(540), - [anon_sym_WorkingDir] = ACTIONS(540), - [anon_sym_NumProcs] = ACTIONS(540), - [anon_sym_Planets] = ACTIONS(540), - [anon_sym_Zodiac] = ACTIONS(540), - [anon_sym_Suits] = ACTIONS(540), - [anon_sym_Cards] = ACTIONS(540), - [anon_sym_Chess] = ACTIONS(540), - [anon_sym_Moon] = ACTIONS(540), - [anon_sym_Skin] = ACTIONS(540), - [anon_sym_People] = ACTIONS(540), - [anon_sym_Hair] = ACTIONS(540), - [aux_sym_character_token1] = ACTIONS(542), - [sym_string] = ACTIONS(542), - [sym_multiLineString] = ACTIONS(542), - [sym_identifier] = ACTIONS(540), - [sym_identifierDeprecated] = ACTIONS(540), - [sym_system] = ACTIONS(542), - [sym_comment] = ACTIONS(540), - [sym_openParen] = ACTIONS(542), - [sym_openCurly] = ACTIONS(542), - [sym_openBracket] = ACTIONS(542), - [sym_underscore] = ACTIONS(542), - [anon_sym_CARET] = ACTIONS(542), - [anon_sym_SQUOTE] = ACTIONS(540), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(542), - [anon_sym_e] = ACTIONS(540), - [anon_sym_NaN] = ACTIONS(540), - [anon_sym_eta] = ACTIONS(542), - [anon_sym_u03b7] = ACTIONS(540), - [anon_sym_pi] = ACTIONS(540), - [anon_sym_u03c0] = ACTIONS(540), - [anon_sym_tau] = ACTIONS(542), - [anon_sym_u03c4] = ACTIONS(540), - [anon_sym_infinity] = ACTIONS(542), - [anon_sym_u221e] = ACTIONS(542), - [anon_sym_W] = ACTIONS(540), - [anon_sym_i] = ACTIONS(540), - [anon_sym_MaxInt] = ACTIONS(540), - [anon_sym_HexDigits] = ACTIONS(540), - [anon_sym_DOT] = ACTIONS(542), - [anon_sym_COMMA] = ACTIONS(542), - [anon_sym_COLON] = ACTIONS(542), - [anon_sym_u25cc] = ACTIONS(542), - [anon_sym_identity] = ACTIONS(542), - [anon_sym_id] = ACTIONS(540), - [anon_sym_u2218] = ACTIONS(542), - [anon_sym_not] = ACTIONS(542), - [anon_sym_u00ac] = ACTIONS(542), - [anon_sym_sign] = ACTIONS(540), - [anon_sym_u00b1] = ACTIONS(542), - [anon_sym_BQUOTE] = ACTIONS(542), - [anon_sym_u00af] = ACTIONS(540), - [anon_sym_absolutevalue] = ACTIONS(542), - [anon_sym_u2335] = ACTIONS(542), - [anon_sym_sqrt] = ACTIONS(542), - [anon_sym_u221a] = ACTIONS(542), - [anon_sym_sine] = ACTIONS(542), - [anon_sym_u25cb] = ACTIONS(542), - [anon_sym_u223f] = ACTIONS(542), - [anon_sym_floor] = ACTIONS(542), - [anon_sym_u230a] = ACTIONS(542), - [anon_sym_ceiling] = ACTIONS(542), - [anon_sym_u2308] = ACTIONS(542), - [anon_sym_round] = ACTIONS(542), - [anon_sym_u2045] = ACTIONS(542), - [anon_sym_EQ] = ACTIONS(542), - [anon_sym_BANG_EQ] = ACTIONS(542), - [anon_sym_u2260] = ACTIONS(542), - [anon_sym_LT] = ACTIONS(540), - [anon_sym_LT_EQ] = ACTIONS(542), - [anon_sym_u2264] = ACTIONS(542), - [anon_sym_GT] = ACTIONS(540), - [anon_sym_GT_EQ] = ACTIONS(542), - [anon_sym_u2265] = ACTIONS(542), - [anon_sym_PLUS] = ACTIONS(542), - [anon_sym_DASH] = ACTIONS(542), - [anon_sym_STAR] = ACTIONS(542), - [anon_sym_u00d7] = ACTIONS(542), - [anon_sym_PERCENT] = ACTIONS(542), - [anon_sym_u00f7] = ACTIONS(542), - [anon_sym_modulus] = ACTIONS(542), - [anon_sym_u25ff] = ACTIONS(542), - [anon_sym_power] = ACTIONS(542), - [anon_sym_u207f] = ACTIONS(542), - [anon_sym_logarithm] = ACTIONS(542), - [anon_sym_u2099] = ACTIONS(542), - [anon_sym_minimum] = ACTIONS(542), - [anon_sym_u21a7] = ACTIONS(542), - [anon_sym_maximum] = ACTIONS(542), - [anon_sym_u21a5] = ACTIONS(542), - [anon_sym_atangent] = ACTIONS(542), - [anon_sym_u2220] = ACTIONS(542), - [anon_sym_length] = ACTIONS(542), - [anon_sym_u29fb] = ACTIONS(542), - [anon_sym_shape] = ACTIONS(542), - [anon_sym_u25b3] = ACTIONS(542), - [anon_sym_range] = ACTIONS(542), - [anon_sym_u21e1] = ACTIONS(542), - [anon_sym_first] = ACTIONS(542), - [anon_sym_u22a2] = ACTIONS(542), - [anon_sym_reverse] = ACTIONS(542), - [anon_sym_u21cc] = ACTIONS(542), - [anon_sym_deshape] = ACTIONS(542), - [anon_sym_u266d] = ACTIONS(542), - [anon_sym_bits] = ACTIONS(542), - [anon_sym_u22ef] = ACTIONS(542), - [anon_sym_transpose] = ACTIONS(542), - [anon_sym_u2349] = ACTIONS(542), - [anon_sym_rise] = ACTIONS(542), - [anon_sym_u234f] = ACTIONS(542), - [anon_sym_fall] = ACTIONS(542), - [anon_sym_u2356] = ACTIONS(542), - [anon_sym_where] = ACTIONS(542), - [anon_sym_u229a] = ACTIONS(542), - [anon_sym_classify] = ACTIONS(542), - [anon_sym_u229b] = ACTIONS(542), - [anon_sym_deduplicate] = ACTIONS(542), - [anon_sym_u25f4] = ACTIONS(542), - [anon_sym_box] = ACTIONS(542), - [anon_sym_u25a1] = ACTIONS(542), - [anon_sym_match] = ACTIONS(542), - [anon_sym_u224d] = ACTIONS(542), - [anon_sym_couple] = ACTIONS(542), - [anon_sym_u229f] = ACTIONS(542), - [anon_sym_join] = ACTIONS(542), - [anon_sym_u2282] = ACTIONS(542), - [anon_sym_select] = ACTIONS(542), - [anon_sym_u228f] = ACTIONS(542), - [anon_sym_pick] = ACTIONS(542), - [anon_sym_u22a1] = ACTIONS(542), - [anon_sym_reshape] = ACTIONS(542), - [anon_sym_u21af] = ACTIONS(542), - [anon_sym_take] = ACTIONS(542), - [anon_sym_u2199] = ACTIONS(542), - [anon_sym_drop] = ACTIONS(542), - [anon_sym_u2198] = ACTIONS(542), - [anon_sym_rotate] = ACTIONS(542), - [anon_sym_u21bb] = ACTIONS(542), - [anon_sym_windows] = ACTIONS(542), - [anon_sym_u25eb] = ACTIONS(542), - [anon_sym_keep] = ACTIONS(542), - [anon_sym_u25bd] = ACTIONS(542), - [anon_sym_find] = ACTIONS(542), - [anon_sym_u2315] = ACTIONS(542), - [anon_sym_indexof] = ACTIONS(542), - [anon_sym_u2297] = ACTIONS(542), - [anon_sym_assert] = ACTIONS(542), - [anon_sym_u2364] = ACTIONS(542), - [anon_sym_wait] = ACTIONS(542), - [anon_sym_parse] = ACTIONS(542), - [anon_sym_u22d5] = ACTIONS(542), - [anon_sym_random] = ACTIONS(542), - [anon_sym_u2682] = ACTIONS(542), - [anon_sym_gen] = ACTIONS(542), - [anon_sym_tag] = ACTIONS(542), - [anon_sym_now] = ACTIONS(542), - [anon_sym_type] = ACTIONS(542), - [anon_sym_u2e2e] = ACTIONS(542), - [anon_sym_dump] = ACTIONS(542), - [anon_sym_regex] = ACTIONS(542), - [anon_sym_send] = ACTIONS(542), - [anon_sym_recv] = ACTIONS(542), - [anon_sym_tryrecv] = ACTIONS(542), - [anon_sym_complex] = ACTIONS(542), - [anon_sym_u2102] = ACTIONS(542), - [anon_sym_rerank] = ACTIONS(542), - [anon_sym_u2607] = ACTIONS(542), - [anon_sym_fix] = ACTIONS(542), - [anon_sym_u00a4] = ACTIONS(542), - [anon_sym_QMARK] = ACTIONS(542), - [anon_sym_unique] = ACTIONS(542), - [anon_sym_u25f0] = ACTIONS(542), - [anon_sym_map] = ACTIONS(542), - [anon_sym_has] = ACTIONS(542), - [anon_sym_get] = ACTIONS(542), - [anon_sym_insert] = ACTIONS(542), - [anon_sym_remove] = ACTIONS(542), - [anon_sym_repr] = ACTIONS(542), - [anon_sym_mask] = ACTIONS(542), - [anon_sym_u29b7] = ACTIONS(542), - [anon_sym_csv] = ACTIONS(542), - [anon_sym_json] = ACTIONS(542), - [anon_sym_xlsx] = ACTIONS(542), - [anon_sym_memberOf] = ACTIONS(542), - [anon_sym_u2208] = ACTIONS(542), - [anon_sym_imen] = ACTIONS(542), - [anon_sym_gife] = ACTIONS(542), - [anon_sym_auden] = ACTIONS(542), - [anon_sym_utfu2088] = ACTIONS(542), - [anon_sym_datetime] = ACTIONS(542), - [anon_sym_chunk] = ACTIONS(542), - [anon_sym_u2444] = ACTIONS(542), - [anon_sym_choose] = ACTIONS(542), - [anon_sym_permute] = ACTIONS(542), - [anon_sym_orient] = ACTIONS(542), - [anon_sym_fft] = ACTIONS(542), - [anon_sym_reduce] = ACTIONS(542), - [anon_sym_SLASH] = ACTIONS(542), - [anon_sym_scan] = ACTIONS(542), - [anon_sym_BSLASH] = ACTIONS(542), - [anon_sym_each] = ACTIONS(542), - [anon_sym_u2235] = ACTIONS(542), - [anon_sym_rows] = ACTIONS(542), - [anon_sym_u2261] = ACTIONS(542), - [anon_sym_repeat] = ACTIONS(542), - [anon_sym_u2365] = ACTIONS(542), - [anon_sym_dip] = ACTIONS(542), - [anon_sym_u2299] = ACTIONS(542), - [anon_sym_gap] = ACTIONS(542), - [anon_sym_u22c5] = ACTIONS(542), - [anon_sym_spawn] = ACTIONS(542), - [anon_sym_rectify] = ACTIONS(542), - [anon_sym_u2305] = ACTIONS(542), - [anon_sym_un] = ACTIONS(540), - [anon_sym_u00b0] = ACTIONS(542), - [anon_sym_on] = ACTIONS(540), - [anon_sym_u27dc] = ACTIONS(542), - [anon_sym_inventory] = ACTIONS(542), - [anon_sym_u235a] = ACTIONS(542), - [anon_sym_content] = ACTIONS(542), - [anon_sym_u25c7] = ACTIONS(542), - [anon_sym_pool] = ACTIONS(542), - [anon_sym_stringify] = ACTIONS(542), - [anon_sym_signature] = ACTIONS(542), - [anon_sym_triangle] = ACTIONS(542), - [anon_sym_u25f9] = ACTIONS(542), - [anon_sym_astar] = ACTIONS(542), - [anon_sym_but] = ACTIONS(542), - [anon_sym_u2919] = ACTIONS(542), - [anon_sym_with] = ACTIONS(542), - [anon_sym_u291a] = ACTIONS(542), - [anon_sym_above] = ACTIONS(542), - [anon_sym_u25e0] = ACTIONS(542), - [anon_sym_below] = ACTIONS(542), - [anon_sym_u25e1] = ACTIONS(542), - [anon_sym_fold] = ACTIONS(542), - [anon_sym_u2227] = ACTIONS(542), - [anon_sym_table] = ACTIONS(542), - [anon_sym_u229e] = ACTIONS(542), - [anon_sym_group] = ACTIONS(542), - [anon_sym_u2295] = ACTIONS(542), - [anon_sym_partition] = ACTIONS(542), - [anon_sym_u229c] = ACTIONS(542), - [anon_sym_both] = ACTIONS(542), - [anon_sym_u2229] = ACTIONS(542), - [anon_sym_bracket] = ACTIONS(542), - [anon_sym_u2293] = ACTIONS(542), - [anon_sym_fork] = ACTIONS(542), - [anon_sym_u2283] = ACTIONS(542), - [anon_sym_under] = ACTIONS(542), - [anon_sym_u235c] = ACTIONS(542), - [anon_sym_fill] = ACTIONS(542), - [anon_sym_u2b1a] = ACTIONS(542), - [anon_sym_try] = ACTIONS(540), - [anon_sym_u2363] = ACTIONS(542), - [anon_sym_do] = ACTIONS(540), - [anon_sym_u2362] = ACTIONS(542), - [anon_sym_setinv] = ACTIONS(542), - [anon_sym_setunder] = ACTIONS(542), - [anon_sym_f] = ACTIONS(540), - [anon_sym_by] = ACTIONS(540), - [anon_sym_u22b8] = ACTIONS(542), - [anon_sym_quote] = ACTIONS(542), - [anon_sym_struct] = ACTIONS(542), - [anon_sym_u2765] = ACTIONS(542), - [anon_sym_u2192] = ACTIONS(542), - [anon_sym_u2237] = ACTIONS(542), - [anon_sym_u00b7] = ACTIONS(542), - [anon_sym_u235b] = ACTIONS(542), - [anon_sym_u2302] = ACTIONS(542), - [anon_sym_u21b0] = ACTIONS(542), - [anon_sym_unpack] = ACTIONS(542), - [anon_sym_u2290] = ACTIONS(542), - [anon_sym_u229d] = ACTIONS(542), - [anon_sym_cross] = ACTIONS(542), - [anon_sym_u22a0] = ACTIONS(542), - [anon_sym_SEMI] = ACTIONS(542), - [anon_sym_deal] = ACTIONS(542), - [anon_sym_strands] = ACTIONS(542), - [anon_sym_u203f] = ACTIONS(542), - [anon_sym_member] = ACTIONS(540), - [anon_sym_u220a] = ACTIONS(542), - [anon_sym_coordinate] = ACTIONS(542), - [anon_sym_u27d4] = ACTIONS(542), - [anon_sym_u03bb] = ACTIONS(542), - [anon_sym_u22ca] = ACTIONS(542), - [sym__endOfLine] = ACTIONS(542), + [aux_sym_number_token1] = ACTIONS(632), + [sym_fraction] = ACTIONS(634), + [anon_sym_Days] = ACTIONS(632), + [anon_sym_Months] = ACTIONS(632), + [anon_sym_MonthDays] = ACTIONS(632), + [anon_sym_LeanMonthDays] = ACTIONS(632), + [anon_sym_White] = ACTIONS(632), + [anon_sym_Black] = ACTIONS(632), + [anon_sym_Red] = ACTIONS(632), + [anon_sym_Orange] = ACTIONS(632), + [anon_sym_Yellow] = ACTIONS(632), + [anon_sym_Green] = ACTIONS(632), + [anon_sym_Cyan] = ACTIONS(632), + [anon_sym_Blue] = ACTIONS(632), + [anon_sym_Purple] = ACTIONS(632), + [anon_sym_Magenta] = ACTIONS(632), + [anon_sym_Gay] = ACTIONS(632), + [anon_sym_Lesbian] = ACTIONS(632), + [anon_sym_Bi] = ACTIONS(632), + [anon_sym_Trans] = ACTIONS(632), + [anon_sym_Pan] = ACTIONS(632), + [anon_sym_Ace] = ACTIONS(632), + [anon_sym_Aro] = ACTIONS(632), + [anon_sym_Aroace] = ACTIONS(632), + [anon_sym_Enby] = ACTIONS(632), + [anon_sym_Fluid] = ACTIONS(632), + [anon_sym_Queer] = ACTIONS(632), + [anon_sym_Agender] = ACTIONS(632), + [anon_sym_PrideFlags] = ACTIONS(632), + [anon_sym_PrideFlagNames] = ACTIONS(632), + [anon_sym_True] = ACTIONS(632), + [anon_sym_False] = ACTIONS(632), + [anon_sym_NULL] = ACTIONS(632), + [anon_sym_Logo] = ACTIONS(632), + [anon_sym_Lena] = ACTIONS(632), + [anon_sym_Music] = ACTIONS(632), + [anon_sym_Lorem] = ACTIONS(632), + [anon_sym_Os] = ACTIONS(632), + [anon_sym_Family] = ACTIONS(632), + [anon_sym_Arch] = ACTIONS(632), + [anon_sym_ExeExt] = ACTIONS(632), + [anon_sym_DllExt] = ACTIONS(632), + [anon_sym_Sep] = ACTIONS(632), + [anon_sym_ThisFile] = ACTIONS(632), + [anon_sym_ThisFileName] = ACTIONS(632), + [anon_sym_ThisFileDir] = ACTIONS(632), + [anon_sym_WorkingDir] = ACTIONS(632), + [anon_sym_NumProcs] = ACTIONS(632), + [anon_sym_Planets] = ACTIONS(632), + [anon_sym_Zodiac] = ACTIONS(632), + [anon_sym_Suits] = ACTIONS(632), + [anon_sym_Cards] = ACTIONS(632), + [anon_sym_Chess] = ACTIONS(632), + [anon_sym_Moon] = ACTIONS(632), + [anon_sym_Skin] = ACTIONS(632), + [anon_sym_People] = ACTIONS(632), + [anon_sym_Hair] = ACTIONS(632), + [anon_sym_Cat] = ACTIONS(632), + [aux_sym_character_token1] = ACTIONS(634), + [sym_string] = ACTIONS(634), + [sym_multiLineString] = ACTIONS(634), + [sym_identifier] = ACTIONS(632), + [sym_identifierDeprecated] = ACTIONS(632), + [sym_system] = ACTIONS(634), + [sym_comment] = ACTIONS(632), + [sym_openParen] = ACTIONS(634), + [sym_openCurly] = ACTIONS(634), + [sym_closeCurly] = ACTIONS(634), + [sym_openBracket] = ACTIONS(632), + [sym_closeBracket] = ACTIONS(634), + [anon_sym_CARET] = ACTIONS(634), + [anon_sym_SQUOTE] = ACTIONS(632), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(634), + [anon_sym_e] = ACTIONS(632), + [anon_sym_NaN] = ACTIONS(632), + [anon_sym_eta] = ACTIONS(634), + [anon_sym_u03b7] = ACTIONS(632), + [anon_sym_pi] = ACTIONS(632), + [anon_sym_u03c0] = ACTIONS(632), + [anon_sym_tau] = ACTIONS(634), + [anon_sym_u03c4] = ACTIONS(632), + [anon_sym_infinity] = ACTIONS(634), + [anon_sym_u221e] = ACTIONS(634), + [anon_sym_W] = ACTIONS(632), + [anon_sym_i] = ACTIONS(632), + [anon_sym_MaxInt] = ACTIONS(632), + [anon_sym_HexDigits] = ACTIONS(632), + [anon_sym_DOT] = ACTIONS(634), + [anon_sym_COMMA] = ACTIONS(634), + [anon_sym_COLON] = ACTIONS(634), + [anon_sym_u25cc] = ACTIONS(634), + [anon_sym_identity] = ACTIONS(634), + [anon_sym_id] = ACTIONS(632), + [anon_sym_u2218] = ACTIONS(634), + [anon_sym_not] = ACTIONS(634), + [anon_sym_u00ac] = ACTIONS(634), + [anon_sym_sign] = ACTIONS(632), + [anon_sym_u00b1] = ACTIONS(634), + [anon_sym_BQUOTE] = ACTIONS(634), + [anon_sym_u00af] = ACTIONS(632), + [anon_sym_absolutevalue] = ACTIONS(634), + [anon_sym_u2335] = ACTIONS(634), + [anon_sym_sqrt] = ACTIONS(634), + [anon_sym_u221a] = ACTIONS(634), + [anon_sym_sine] = ACTIONS(634), + [anon_sym_u25cb] = ACTIONS(634), + [anon_sym_u223f] = ACTIONS(634), + [anon_sym_floor] = ACTIONS(634), + [anon_sym_u230a] = ACTIONS(634), + [anon_sym_ceiling] = ACTIONS(634), + [anon_sym_u2308] = ACTIONS(634), + [anon_sym_round] = ACTIONS(634), + [anon_sym_u2045] = ACTIONS(634), + [anon_sym_EQ] = ACTIONS(634), + [anon_sym_BANG_EQ] = ACTIONS(634), + [anon_sym_u2260] = ACTIONS(634), + [anon_sym_LT] = ACTIONS(632), + [anon_sym_LT_EQ] = ACTIONS(634), + [anon_sym_u2264] = ACTIONS(634), + [anon_sym_GT] = ACTIONS(632), + [anon_sym_GT_EQ] = ACTIONS(634), + [anon_sym_u2265] = ACTIONS(634), + [anon_sym_PLUS] = ACTIONS(634), + [anon_sym_DASH] = ACTIONS(634), + [anon_sym_STAR] = ACTIONS(634), + [anon_sym_u00d7] = ACTIONS(634), + [anon_sym_PERCENT] = ACTIONS(634), + [anon_sym_u00f7] = ACTIONS(634), + [anon_sym_modulus] = ACTIONS(634), + [anon_sym_u25ff] = ACTIONS(634), + [anon_sym_power] = ACTIONS(634), + [anon_sym_u207f] = ACTIONS(634), + [anon_sym_logarithm] = ACTIONS(634), + [anon_sym_u2099] = ACTIONS(634), + [anon_sym_minimum] = ACTIONS(634), + [anon_sym_u21a7] = ACTIONS(634), + [anon_sym_maximum] = ACTIONS(634), + [anon_sym_u21a5] = ACTIONS(634), + [anon_sym_atangent] = ACTIONS(634), + [anon_sym_u2220] = ACTIONS(634), + [anon_sym_length] = ACTIONS(634), + [anon_sym_u29fb] = ACTIONS(634), + [anon_sym_shape] = ACTIONS(634), + [anon_sym_u25b3] = ACTIONS(634), + [anon_sym_range] = ACTIONS(634), + [anon_sym_u21e1] = ACTIONS(634), + [anon_sym_first] = ACTIONS(634), + [anon_sym_u22a2] = ACTIONS(634), + [anon_sym_reverse] = ACTIONS(634), + [anon_sym_u21cc] = ACTIONS(634), + [anon_sym_deshape] = ACTIONS(634), + [anon_sym_u266d] = ACTIONS(634), + [anon_sym_bits] = ACTIONS(634), + [anon_sym_u22ef] = ACTIONS(634), + [anon_sym_transpose] = ACTIONS(634), + [anon_sym_u2349] = ACTIONS(634), + [anon_sym_rise] = ACTIONS(634), + [anon_sym_u234f] = ACTIONS(634), + [anon_sym_fall] = ACTIONS(634), + [anon_sym_u2356] = ACTIONS(634), + [anon_sym_where] = ACTIONS(634), + [anon_sym_u229a] = ACTIONS(634), + [anon_sym_classify] = ACTIONS(634), + [anon_sym_u229b] = ACTIONS(634), + [anon_sym_deduplicate] = ACTIONS(634), + [anon_sym_u25f4] = ACTIONS(634), + [anon_sym_box] = ACTIONS(634), + [anon_sym_u25a1] = ACTIONS(634), + [anon_sym_match] = ACTIONS(634), + [anon_sym_u224d] = ACTIONS(634), + [anon_sym_couple] = ACTIONS(634), + [anon_sym_u229f] = ACTIONS(634), + [anon_sym_join] = ACTIONS(634), + [anon_sym_u2282] = ACTIONS(634), + [anon_sym_select] = ACTIONS(634), + [anon_sym_u228f] = ACTIONS(634), + [anon_sym_pick] = ACTIONS(634), + [anon_sym_u22a1] = ACTIONS(634), + [anon_sym_reshape] = ACTIONS(634), + [anon_sym_u21af] = ACTIONS(634), + [anon_sym_take] = ACTIONS(634), + [anon_sym_u2199] = ACTIONS(634), + [anon_sym_drop] = ACTIONS(634), + [anon_sym_u2198] = ACTIONS(634), + [anon_sym_rotate] = ACTIONS(634), + [anon_sym_u21bb] = ACTIONS(634), + [anon_sym_windows] = ACTIONS(634), + [anon_sym_u25eb] = ACTIONS(634), + [anon_sym_keep] = ACTIONS(634), + [anon_sym_u25bd] = ACTIONS(634), + [anon_sym_find] = ACTIONS(634), + [anon_sym_u2315] = ACTIONS(634), + [anon_sym_indexof] = ACTIONS(634), + [anon_sym_u2297] = ACTIONS(634), + [anon_sym_assert] = ACTIONS(634), + [anon_sym_u2364] = ACTIONS(634), + [anon_sym_wait] = ACTIONS(634), + [anon_sym_parse] = ACTIONS(634), + [anon_sym_u22d5] = ACTIONS(634), + [anon_sym_random] = ACTIONS(634), + [anon_sym_u2682] = ACTIONS(634), + [anon_sym_gen] = ACTIONS(634), + [anon_sym_tag] = ACTIONS(634), + [anon_sym_now] = ACTIONS(634), + [anon_sym_type] = ACTIONS(634), + [anon_sym_u2e2e] = ACTIONS(634), + [anon_sym_dump] = ACTIONS(634), + [anon_sym_regex] = ACTIONS(634), + [anon_sym_send] = ACTIONS(634), + [anon_sym_recv] = ACTIONS(634), + [anon_sym_tryrecv] = ACTIONS(634), + [anon_sym_complex] = ACTIONS(634), + [anon_sym_u2102] = ACTIONS(634), + [anon_sym_rerank] = ACTIONS(634), + [anon_sym_u2607] = ACTIONS(634), + [anon_sym_fix] = ACTIONS(634), + [anon_sym_u00a4] = ACTIONS(634), + [anon_sym_QMARK] = ACTIONS(634), + [anon_sym_unique] = ACTIONS(634), + [anon_sym_u25f0] = ACTIONS(634), + [anon_sym_map] = ACTIONS(634), + [anon_sym_has] = ACTIONS(634), + [anon_sym_get] = ACTIONS(634), + [anon_sym_insert] = ACTIONS(634), + [anon_sym_remove] = ACTIONS(634), + [anon_sym_repr] = ACTIONS(634), + [anon_sym_mask] = ACTIONS(634), + [anon_sym_u29b7] = ACTIONS(634), + [anon_sym_csv] = ACTIONS(634), + [anon_sym_json] = ACTIONS(634), + [anon_sym_xlsx] = ACTIONS(634), + [anon_sym_memberOf] = ACTIONS(634), + [anon_sym_u2208] = ACTIONS(634), + [anon_sym_imen] = ACTIONS(634), + [anon_sym_gife] = ACTIONS(634), + [anon_sym_auden] = ACTIONS(634), + [anon_sym_utfu2088] = ACTIONS(634), + [anon_sym_datetime] = ACTIONS(634), + [anon_sym_choose] = ACTIONS(634), + [anon_sym_permute] = ACTIONS(634), + [anon_sym_orient] = ACTIONS(634), + [anon_sym_u2938] = ACTIONS(634), + [anon_sym_fft] = ACTIONS(634), + [anon_sym_graphemes] = ACTIONS(634), + [anon_sym_timezone] = ACTIONS(634), + [anon_sym_around] = ACTIONS(634), + [anon_sym_u2019] = ACTIONS(634), + [anon_sym_base] = ACTIONS(634), + [anon_sym_sort] = ACTIONS(634), + [anon_sym_u2346] = ACTIONS(634), + [anon_sym_last] = ACTIONS(634), + [anon_sym_u22a3] = ACTIONS(634), + [anon_sym_reduce] = ACTIONS(634), + [anon_sym_SLASH] = ACTIONS(634), + [anon_sym_scan] = ACTIONS(634), + [anon_sym_BSLASH] = ACTIONS(634), + [anon_sym_each] = ACTIONS(634), + [anon_sym_u2235] = ACTIONS(634), + [anon_sym_rows] = ACTIONS(634), + [anon_sym_u2261] = ACTIONS(634), + [anon_sym_repeat] = ACTIONS(634), + [anon_sym_u2365] = ACTIONS(634), + [anon_sym_dip] = ACTIONS(634), + [anon_sym_u2299] = ACTIONS(634), + [anon_sym_gap] = ACTIONS(634), + [anon_sym_u22c5] = ACTIONS(634), + [anon_sym_spawn] = ACTIONS(634), + [anon_sym_rectify] = ACTIONS(634), + [anon_sym_u2305] = ACTIONS(634), + [anon_sym_un] = ACTIONS(632), + [anon_sym_u00b0] = ACTIONS(634), + [anon_sym_on] = ACTIONS(632), + [anon_sym_u27dc] = ACTIONS(634), + [anon_sym_inventory] = ACTIONS(634), + [anon_sym_u235a] = ACTIONS(634), + [anon_sym_content] = ACTIONS(634), + [anon_sym_u25c7] = ACTIONS(634), + [anon_sym_pool] = ACTIONS(634), + [anon_sym_stringify] = ACTIONS(634), + [anon_sym_signature] = ACTIONS(634), + [anon_sym_triangle] = ACTIONS(634), + [anon_sym_u25f9] = ACTIONS(634), + [anon_sym_astar] = ACTIONS(634), + [anon_sym_with] = ACTIONS(634), + [anon_sym_u2919] = ACTIONS(634), + [anon_sym_off] = ACTIONS(634), + [anon_sym_u291a] = ACTIONS(634), + [anon_sym_above] = ACTIONS(634), + [anon_sym_u25e0] = ACTIONS(634), + [anon_sym_below] = ACTIONS(634), + [anon_sym_u25e1] = ACTIONS(634), + [anon_sym_anti] = ACTIONS(634), + [anon_sym_u231d] = ACTIONS(634), + [anon_sym_obverse] = ACTIONS(634), + [anon_sym_toples] = ACTIONS(634), + [anon_sym_u29c5] = ACTIONS(634), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(634), + [anon_sym_fold] = ACTIONS(634), + [anon_sym_u2227] = ACTIONS(634), + [anon_sym_table] = ACTIONS(634), + [anon_sym_u229e] = ACTIONS(634), + [anon_sym_group] = ACTIONS(634), + [anon_sym_u2295] = ACTIONS(634), + [anon_sym_partition] = ACTIONS(634), + [anon_sym_u229c] = ACTIONS(634), + [anon_sym_both] = ACTIONS(634), + [anon_sym_u2229] = ACTIONS(634), + [anon_sym_bracket] = ACTIONS(634), + [anon_sym_u2293] = ACTIONS(634), + [anon_sym_fork] = ACTIONS(634), + [anon_sym_u2283] = ACTIONS(634), + [anon_sym_under] = ACTIONS(634), + [anon_sym_u235c] = ACTIONS(634), + [anon_sym_fill] = ACTIONS(634), + [anon_sym_u2b1a] = ACTIONS(634), + [anon_sym_try] = ACTIONS(632), + [anon_sym_u2363] = ACTIONS(634), + [anon_sym_do] = ACTIONS(632), + [anon_sym_u2362] = ACTIONS(634), + [anon_sym_f] = ACTIONS(632), + [anon_sym_by] = ACTIONS(632), + [anon_sym_u22b8] = ACTIONS(634), + [anon_sym_quote] = ACTIONS(634), + [anon_sym_u2765] = ACTIONS(634), + [anon_sym_u2192] = ACTIONS(634), + [anon_sym_u2237] = ACTIONS(634), + [anon_sym_u00b7] = ACTIONS(634), + [anon_sym_u235b] = ACTIONS(634), + [anon_sym_u2302] = ACTIONS(634), + [anon_sym_u21b0] = ACTIONS(634), + [anon_sym_unpack] = ACTIONS(634), + [anon_sym_u2290] = ACTIONS(634), + [anon_sym_u229d] = ACTIONS(634), + [anon_sym_cross] = ACTIONS(634), + [anon_sym_u22a0] = ACTIONS(634), + [anon_sym_SEMI] = ACTIONS(634), + [anon_sym_deal] = ACTIONS(634), + [anon_sym_member] = ACTIONS(632), + [anon_sym_u220a] = ACTIONS(634), + [anon_sym_coordinate] = ACTIONS(634), + [anon_sym_u27d4] = ACTIONS(634), + [anon_sym_u03bb] = ACTIONS(634), + [anon_sym_u22ca] = ACTIONS(634), + [anon_sym_chunk] = ACTIONS(634), + [anon_sym_u2444] = ACTIONS(634), + [anon_sym_setinv] = ACTIONS(634), + [anon_sym_setund] = ACTIONS(634), + [anon_sym_struct] = ACTIONS(634), + [sym__endOfLine] = ACTIONS(634), }, [132] = { - [ts_builtin_sym_end] = ACTIONS(546), - [aux_sym_number_token1] = ACTIONS(544), - [sym_fraction] = ACTIONS(546), - [anon_sym_Days] = ACTIONS(544), - [anon_sym_Months] = ACTIONS(544), - [anon_sym_MonthDays] = ACTIONS(544), - [anon_sym_LeanMonthDays] = ACTIONS(544), - [anon_sym_White] = ACTIONS(544), - [anon_sym_Black] = ACTIONS(544), - [anon_sym_Red] = ACTIONS(544), - [anon_sym_Orange] = ACTIONS(544), - [anon_sym_Yellow] = ACTIONS(544), - [anon_sym_Green] = ACTIONS(544), - [anon_sym_Cyan] = ACTIONS(544), - [anon_sym_Blue] = ACTIONS(544), - [anon_sym_Purple] = ACTIONS(544), - [anon_sym_Magenta] = ACTIONS(544), - [anon_sym_Gay] = ACTIONS(544), - [anon_sym_Lesbian] = ACTIONS(544), - [anon_sym_Bi] = ACTIONS(544), - [anon_sym_Trans] = ACTIONS(544), - [anon_sym_Pan] = ACTIONS(544), - [anon_sym_Ace] = ACTIONS(544), - [anon_sym_Aro] = ACTIONS(544), - [anon_sym_Aroace] = ACTIONS(544), - [anon_sym_Enby] = ACTIONS(544), - [anon_sym_Fluid] = ACTIONS(544), - [anon_sym_Queer] = ACTIONS(544), - [anon_sym_Agender] = ACTIONS(544), - [anon_sym_PrideFlags] = ACTIONS(544), - [anon_sym_PrideFlagNames] = ACTIONS(544), - [anon_sym_True] = ACTIONS(544), - [anon_sym_False] = ACTIONS(544), - [anon_sym_NULL] = ACTIONS(544), - [anon_sym_Logo] = ACTIONS(544), - [anon_sym_Lena] = ACTIONS(544), - [anon_sym_Music] = ACTIONS(544), - [anon_sym_Lorem] = ACTIONS(544), - [anon_sym_Os] = ACTIONS(544), - [anon_sym_Family] = ACTIONS(544), - [anon_sym_Arch] = ACTIONS(544), - [anon_sym_ExeExt] = ACTIONS(544), - [anon_sym_DllExt] = ACTIONS(544), - [anon_sym_Sep] = ACTIONS(544), - [anon_sym_ThisFile] = ACTIONS(544), - [anon_sym_ThisFileName] = ACTIONS(544), - [anon_sym_ThisFileDir] = ACTIONS(544), - [anon_sym_WorkingDir] = ACTIONS(544), - [anon_sym_NumProcs] = ACTIONS(544), - [anon_sym_Planets] = ACTIONS(544), - [anon_sym_Zodiac] = ACTIONS(544), - [anon_sym_Suits] = ACTIONS(544), - [anon_sym_Cards] = ACTIONS(544), - [anon_sym_Chess] = ACTIONS(544), - [anon_sym_Moon] = ACTIONS(544), - [anon_sym_Skin] = ACTIONS(544), - [anon_sym_People] = ACTIONS(544), - [anon_sym_Hair] = ACTIONS(544), - [aux_sym_character_token1] = ACTIONS(546), - [sym_string] = ACTIONS(546), - [sym_multiLineString] = ACTIONS(546), - [sym_identifier] = ACTIONS(544), - [sym_identifierDeprecated] = ACTIONS(544), - [sym_system] = ACTIONS(546), - [sym_comment] = ACTIONS(544), - [sym_openParen] = ACTIONS(546), - [sym_openCurly] = ACTIONS(546), - [sym_openBracket] = ACTIONS(546), - [sym_underscore] = ACTIONS(546), - [anon_sym_CARET] = ACTIONS(546), - [anon_sym_SQUOTE] = ACTIONS(544), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(546), - [anon_sym_e] = ACTIONS(544), - [anon_sym_NaN] = ACTIONS(544), - [anon_sym_eta] = ACTIONS(546), - [anon_sym_u03b7] = ACTIONS(544), - [anon_sym_pi] = ACTIONS(544), - [anon_sym_u03c0] = ACTIONS(544), - [anon_sym_tau] = ACTIONS(546), - [anon_sym_u03c4] = ACTIONS(544), - [anon_sym_infinity] = ACTIONS(546), - [anon_sym_u221e] = ACTIONS(546), - [anon_sym_W] = ACTIONS(544), - [anon_sym_i] = ACTIONS(544), - [anon_sym_MaxInt] = ACTIONS(544), - [anon_sym_HexDigits] = ACTIONS(544), - [anon_sym_DOT] = ACTIONS(546), - [anon_sym_COMMA] = ACTIONS(546), - [anon_sym_COLON] = ACTIONS(546), - [anon_sym_u25cc] = ACTIONS(546), - [anon_sym_identity] = ACTIONS(546), - [anon_sym_id] = ACTIONS(544), - [anon_sym_u2218] = ACTIONS(546), - [anon_sym_not] = ACTIONS(546), - [anon_sym_u00ac] = ACTIONS(546), - [anon_sym_sign] = ACTIONS(544), - [anon_sym_u00b1] = ACTIONS(546), - [anon_sym_BQUOTE] = ACTIONS(546), - [anon_sym_u00af] = ACTIONS(544), - [anon_sym_absolutevalue] = ACTIONS(546), - [anon_sym_u2335] = ACTIONS(546), - [anon_sym_sqrt] = ACTIONS(546), - [anon_sym_u221a] = ACTIONS(546), - [anon_sym_sine] = ACTIONS(546), - [anon_sym_u25cb] = ACTIONS(546), - [anon_sym_u223f] = ACTIONS(546), - [anon_sym_floor] = ACTIONS(546), - [anon_sym_u230a] = ACTIONS(546), - [anon_sym_ceiling] = ACTIONS(546), - [anon_sym_u2308] = ACTIONS(546), - [anon_sym_round] = ACTIONS(546), - [anon_sym_u2045] = ACTIONS(546), - [anon_sym_EQ] = ACTIONS(546), - [anon_sym_BANG_EQ] = ACTIONS(546), - [anon_sym_u2260] = ACTIONS(546), - [anon_sym_LT] = ACTIONS(544), - [anon_sym_LT_EQ] = ACTIONS(546), - [anon_sym_u2264] = ACTIONS(546), - [anon_sym_GT] = ACTIONS(544), - [anon_sym_GT_EQ] = ACTIONS(546), - [anon_sym_u2265] = ACTIONS(546), - [anon_sym_PLUS] = ACTIONS(546), - [anon_sym_DASH] = ACTIONS(546), - [anon_sym_STAR] = ACTIONS(546), - [anon_sym_u00d7] = ACTIONS(546), - [anon_sym_PERCENT] = ACTIONS(546), - [anon_sym_u00f7] = ACTIONS(546), - [anon_sym_modulus] = ACTIONS(546), - [anon_sym_u25ff] = ACTIONS(546), - [anon_sym_power] = ACTIONS(546), - [anon_sym_u207f] = ACTIONS(546), - [anon_sym_logarithm] = ACTIONS(546), - [anon_sym_u2099] = ACTIONS(546), - [anon_sym_minimum] = ACTIONS(546), - [anon_sym_u21a7] = ACTIONS(546), - [anon_sym_maximum] = ACTIONS(546), - [anon_sym_u21a5] = ACTIONS(546), - [anon_sym_atangent] = ACTIONS(546), - [anon_sym_u2220] = ACTIONS(546), - [anon_sym_length] = ACTIONS(546), - [anon_sym_u29fb] = ACTIONS(546), - [anon_sym_shape] = ACTIONS(546), - [anon_sym_u25b3] = ACTIONS(546), - [anon_sym_range] = ACTIONS(546), - [anon_sym_u21e1] = ACTIONS(546), - [anon_sym_first] = ACTIONS(546), - [anon_sym_u22a2] = ACTIONS(546), - [anon_sym_reverse] = ACTIONS(546), - [anon_sym_u21cc] = ACTIONS(546), - [anon_sym_deshape] = ACTIONS(546), - [anon_sym_u266d] = ACTIONS(546), - [anon_sym_bits] = ACTIONS(546), - [anon_sym_u22ef] = ACTIONS(546), - [anon_sym_transpose] = ACTIONS(546), - [anon_sym_u2349] = ACTIONS(546), - [anon_sym_rise] = ACTIONS(546), - [anon_sym_u234f] = ACTIONS(546), - [anon_sym_fall] = ACTIONS(546), - [anon_sym_u2356] = ACTIONS(546), - [anon_sym_where] = ACTIONS(546), - [anon_sym_u229a] = ACTIONS(546), - [anon_sym_classify] = ACTIONS(546), - [anon_sym_u229b] = ACTIONS(546), - [anon_sym_deduplicate] = ACTIONS(546), - [anon_sym_u25f4] = ACTIONS(546), - [anon_sym_box] = ACTIONS(546), - [anon_sym_u25a1] = ACTIONS(546), - [anon_sym_match] = ACTIONS(546), - [anon_sym_u224d] = ACTIONS(546), - [anon_sym_couple] = ACTIONS(546), - [anon_sym_u229f] = ACTIONS(546), - [anon_sym_join] = ACTIONS(546), - [anon_sym_u2282] = ACTIONS(546), - [anon_sym_select] = ACTIONS(546), - [anon_sym_u228f] = ACTIONS(546), - [anon_sym_pick] = ACTIONS(546), - [anon_sym_u22a1] = ACTIONS(546), - [anon_sym_reshape] = ACTIONS(546), - [anon_sym_u21af] = ACTIONS(546), - [anon_sym_take] = ACTIONS(546), - [anon_sym_u2199] = ACTIONS(546), - [anon_sym_drop] = ACTIONS(546), - [anon_sym_u2198] = ACTIONS(546), - [anon_sym_rotate] = ACTIONS(546), - [anon_sym_u21bb] = ACTIONS(546), - [anon_sym_windows] = ACTIONS(546), - [anon_sym_u25eb] = ACTIONS(546), - [anon_sym_keep] = ACTIONS(546), - [anon_sym_u25bd] = ACTIONS(546), - [anon_sym_find] = ACTIONS(546), - [anon_sym_u2315] = ACTIONS(546), - [anon_sym_indexof] = ACTIONS(546), - [anon_sym_u2297] = ACTIONS(546), - [anon_sym_assert] = ACTIONS(546), - [anon_sym_u2364] = ACTIONS(546), - [anon_sym_wait] = ACTIONS(546), - [anon_sym_parse] = ACTIONS(546), - [anon_sym_u22d5] = ACTIONS(546), - [anon_sym_random] = ACTIONS(546), - [anon_sym_u2682] = ACTIONS(546), - [anon_sym_gen] = ACTIONS(546), - [anon_sym_tag] = ACTIONS(546), - [anon_sym_now] = ACTIONS(546), - [anon_sym_type] = ACTIONS(546), - [anon_sym_u2e2e] = ACTIONS(546), - [anon_sym_dump] = ACTIONS(546), - [anon_sym_regex] = ACTIONS(546), - [anon_sym_send] = ACTIONS(546), - [anon_sym_recv] = ACTIONS(546), - [anon_sym_tryrecv] = ACTIONS(546), - [anon_sym_complex] = ACTIONS(546), - [anon_sym_u2102] = ACTIONS(546), - [anon_sym_rerank] = ACTIONS(546), - [anon_sym_u2607] = ACTIONS(546), - [anon_sym_fix] = ACTIONS(546), - [anon_sym_u00a4] = ACTIONS(546), - [anon_sym_QMARK] = ACTIONS(546), - [anon_sym_unique] = ACTIONS(546), - [anon_sym_u25f0] = ACTIONS(546), - [anon_sym_map] = ACTIONS(546), - [anon_sym_has] = ACTIONS(546), - [anon_sym_get] = ACTIONS(546), - [anon_sym_insert] = ACTIONS(546), - [anon_sym_remove] = ACTIONS(546), - [anon_sym_repr] = ACTIONS(546), - [anon_sym_mask] = ACTIONS(546), - [anon_sym_u29b7] = ACTIONS(546), - [anon_sym_csv] = ACTIONS(546), - [anon_sym_json] = ACTIONS(546), - [anon_sym_xlsx] = ACTIONS(546), - [anon_sym_memberOf] = ACTIONS(546), - [anon_sym_u2208] = ACTIONS(546), - [anon_sym_imen] = ACTIONS(546), - [anon_sym_gife] = ACTIONS(546), - [anon_sym_auden] = ACTIONS(546), - [anon_sym_utfu2088] = ACTIONS(546), - [anon_sym_datetime] = ACTIONS(546), - [anon_sym_chunk] = ACTIONS(546), - [anon_sym_u2444] = ACTIONS(546), - [anon_sym_choose] = ACTIONS(546), - [anon_sym_permute] = ACTIONS(546), - [anon_sym_orient] = ACTIONS(546), - [anon_sym_fft] = ACTIONS(546), - [anon_sym_reduce] = ACTIONS(546), - [anon_sym_SLASH] = ACTIONS(546), - [anon_sym_scan] = ACTIONS(546), - [anon_sym_BSLASH] = ACTIONS(546), - [anon_sym_each] = ACTIONS(546), - [anon_sym_u2235] = ACTIONS(546), - [anon_sym_rows] = ACTIONS(546), - [anon_sym_u2261] = ACTIONS(546), - [anon_sym_repeat] = ACTIONS(546), - [anon_sym_u2365] = ACTIONS(546), - [anon_sym_dip] = ACTIONS(546), - [anon_sym_u2299] = ACTIONS(546), - [anon_sym_gap] = ACTIONS(546), - [anon_sym_u22c5] = ACTIONS(546), - [anon_sym_spawn] = ACTIONS(546), - [anon_sym_rectify] = ACTIONS(546), - [anon_sym_u2305] = ACTIONS(546), - [anon_sym_un] = ACTIONS(544), - [anon_sym_u00b0] = ACTIONS(546), - [anon_sym_on] = ACTIONS(544), - [anon_sym_u27dc] = ACTIONS(546), - [anon_sym_inventory] = ACTIONS(546), - [anon_sym_u235a] = ACTIONS(546), - [anon_sym_content] = ACTIONS(546), - [anon_sym_u25c7] = ACTIONS(546), - [anon_sym_pool] = ACTIONS(546), - [anon_sym_stringify] = ACTIONS(546), - [anon_sym_signature] = ACTIONS(546), - [anon_sym_triangle] = ACTIONS(546), - [anon_sym_u25f9] = ACTIONS(546), - [anon_sym_astar] = ACTIONS(546), - [anon_sym_but] = ACTIONS(546), - [anon_sym_u2919] = ACTIONS(546), - [anon_sym_with] = ACTIONS(546), - [anon_sym_u291a] = ACTIONS(546), - [anon_sym_above] = ACTIONS(546), - [anon_sym_u25e0] = ACTIONS(546), - [anon_sym_below] = ACTIONS(546), - [anon_sym_u25e1] = ACTIONS(546), - [anon_sym_fold] = ACTIONS(546), - [anon_sym_u2227] = ACTIONS(546), - [anon_sym_table] = ACTIONS(546), - [anon_sym_u229e] = ACTIONS(546), - [anon_sym_group] = ACTIONS(546), - [anon_sym_u2295] = ACTIONS(546), - [anon_sym_partition] = ACTIONS(546), - [anon_sym_u229c] = ACTIONS(546), - [anon_sym_both] = ACTIONS(546), - [anon_sym_u2229] = ACTIONS(546), - [anon_sym_bracket] = ACTIONS(546), - [anon_sym_u2293] = ACTIONS(546), - [anon_sym_fork] = ACTIONS(546), - [anon_sym_u2283] = ACTIONS(546), - [anon_sym_under] = ACTIONS(546), - [anon_sym_u235c] = ACTIONS(546), - [anon_sym_fill] = ACTIONS(546), - [anon_sym_u2b1a] = ACTIONS(546), - [anon_sym_try] = ACTIONS(544), - [anon_sym_u2363] = ACTIONS(546), - [anon_sym_do] = ACTIONS(544), - [anon_sym_u2362] = ACTIONS(546), - [anon_sym_setinv] = ACTIONS(546), - [anon_sym_setunder] = ACTIONS(546), - [anon_sym_f] = ACTIONS(544), - [anon_sym_by] = ACTIONS(544), - [anon_sym_u22b8] = ACTIONS(546), - [anon_sym_quote] = ACTIONS(546), - [anon_sym_struct] = ACTIONS(546), - [anon_sym_u2765] = ACTIONS(546), - [anon_sym_u2192] = ACTIONS(546), - [anon_sym_u2237] = ACTIONS(546), - [anon_sym_u00b7] = ACTIONS(546), - [anon_sym_u235b] = ACTIONS(546), - [anon_sym_u2302] = ACTIONS(546), - [anon_sym_u21b0] = ACTIONS(546), - [anon_sym_unpack] = ACTIONS(546), - [anon_sym_u2290] = ACTIONS(546), - [anon_sym_u229d] = ACTIONS(546), - [anon_sym_cross] = ACTIONS(546), - [anon_sym_u22a0] = ACTIONS(546), - [anon_sym_SEMI] = ACTIONS(546), - [anon_sym_deal] = ACTIONS(546), - [anon_sym_strands] = ACTIONS(546), - [anon_sym_u203f] = ACTIONS(546), - [anon_sym_member] = ACTIONS(544), - [anon_sym_u220a] = ACTIONS(546), - [anon_sym_coordinate] = ACTIONS(546), - [anon_sym_u27d4] = ACTIONS(546), - [anon_sym_u03bb] = ACTIONS(546), - [anon_sym_u22ca] = ACTIONS(546), - [sym__endOfLine] = ACTIONS(546), + [ts_builtin_sym_end] = ACTIONS(500), + [aux_sym_number_token1] = ACTIONS(498), + [sym_fraction] = ACTIONS(500), + [anon_sym_Days] = ACTIONS(498), + [anon_sym_Months] = ACTIONS(498), + [anon_sym_MonthDays] = ACTIONS(498), + [anon_sym_LeanMonthDays] = ACTIONS(498), + [anon_sym_White] = ACTIONS(498), + [anon_sym_Black] = ACTIONS(498), + [anon_sym_Red] = ACTIONS(498), + [anon_sym_Orange] = ACTIONS(498), + [anon_sym_Yellow] = ACTIONS(498), + [anon_sym_Green] = ACTIONS(498), + [anon_sym_Cyan] = ACTIONS(498), + [anon_sym_Blue] = ACTIONS(498), + [anon_sym_Purple] = ACTIONS(498), + [anon_sym_Magenta] = ACTIONS(498), + [anon_sym_Gay] = ACTIONS(498), + [anon_sym_Lesbian] = ACTIONS(498), + [anon_sym_Bi] = ACTIONS(498), + [anon_sym_Trans] = ACTIONS(498), + [anon_sym_Pan] = ACTIONS(498), + [anon_sym_Ace] = ACTIONS(498), + [anon_sym_Aro] = ACTIONS(498), + [anon_sym_Aroace] = ACTIONS(498), + [anon_sym_Enby] = ACTIONS(498), + [anon_sym_Fluid] = ACTIONS(498), + [anon_sym_Queer] = ACTIONS(498), + [anon_sym_Agender] = ACTIONS(498), + [anon_sym_PrideFlags] = ACTIONS(498), + [anon_sym_PrideFlagNames] = ACTIONS(498), + [anon_sym_True] = ACTIONS(498), + [anon_sym_False] = ACTIONS(498), + [anon_sym_NULL] = ACTIONS(498), + [anon_sym_Logo] = ACTIONS(498), + [anon_sym_Lena] = ACTIONS(498), + [anon_sym_Music] = ACTIONS(498), + [anon_sym_Lorem] = ACTIONS(498), + [anon_sym_Os] = ACTIONS(498), + [anon_sym_Family] = ACTIONS(498), + [anon_sym_Arch] = ACTIONS(498), + [anon_sym_ExeExt] = ACTIONS(498), + [anon_sym_DllExt] = ACTIONS(498), + [anon_sym_Sep] = ACTIONS(498), + [anon_sym_ThisFile] = ACTIONS(498), + [anon_sym_ThisFileName] = ACTIONS(498), + [anon_sym_ThisFileDir] = ACTIONS(498), + [anon_sym_WorkingDir] = ACTIONS(498), + [anon_sym_NumProcs] = ACTIONS(498), + [anon_sym_Planets] = ACTIONS(498), + [anon_sym_Zodiac] = ACTIONS(498), + [anon_sym_Suits] = ACTIONS(498), + [anon_sym_Cards] = ACTIONS(498), + [anon_sym_Chess] = ACTIONS(498), + [anon_sym_Moon] = ACTIONS(498), + [anon_sym_Skin] = ACTIONS(498), + [anon_sym_People] = ACTIONS(498), + [anon_sym_Hair] = ACTIONS(498), + [anon_sym_Cat] = ACTIONS(498), + [aux_sym_character_token1] = ACTIONS(500), + [sym_string] = ACTIONS(500), + [sym_multiLineString] = ACTIONS(500), + [sym_identifier] = ACTIONS(498), + [sym_identifierDeprecated] = ACTIONS(498), + [sym_system] = ACTIONS(500), + [sym_comment] = ACTIONS(498), + [sym_openParen] = ACTIONS(500), + [sym_openCurly] = ACTIONS(500), + [sym_openBracket] = ACTIONS(498), + [sym_underscore] = ACTIONS(500), + [anon_sym_CARET] = ACTIONS(500), + [anon_sym_SQUOTE] = ACTIONS(498), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(500), + [anon_sym_e] = ACTIONS(498), + [anon_sym_NaN] = ACTIONS(498), + [anon_sym_eta] = ACTIONS(500), + [anon_sym_u03b7] = ACTIONS(498), + [anon_sym_pi] = ACTIONS(498), + [anon_sym_u03c0] = ACTIONS(498), + [anon_sym_tau] = ACTIONS(500), + [anon_sym_u03c4] = ACTIONS(498), + [anon_sym_infinity] = ACTIONS(500), + [anon_sym_u221e] = ACTIONS(500), + [anon_sym_W] = ACTIONS(498), + [anon_sym_i] = ACTIONS(498), + [anon_sym_MaxInt] = ACTIONS(498), + [anon_sym_HexDigits] = ACTIONS(498), + [anon_sym_DOT] = ACTIONS(500), + [anon_sym_COMMA] = ACTIONS(500), + [anon_sym_COLON] = ACTIONS(500), + [anon_sym_u25cc] = ACTIONS(500), + [anon_sym_identity] = ACTIONS(500), + [anon_sym_id] = ACTIONS(498), + [anon_sym_u2218] = ACTIONS(500), + [anon_sym_not] = ACTIONS(500), + [anon_sym_u00ac] = ACTIONS(500), + [anon_sym_sign] = ACTIONS(498), + [anon_sym_u00b1] = ACTIONS(500), + [anon_sym_BQUOTE] = ACTIONS(500), + [anon_sym_u00af] = ACTIONS(498), + [anon_sym_absolutevalue] = ACTIONS(500), + [anon_sym_u2335] = ACTIONS(500), + [anon_sym_sqrt] = ACTIONS(500), + [anon_sym_u221a] = ACTIONS(500), + [anon_sym_sine] = ACTIONS(500), + [anon_sym_u25cb] = ACTIONS(500), + [anon_sym_u223f] = ACTIONS(500), + [anon_sym_floor] = ACTIONS(500), + [anon_sym_u230a] = ACTIONS(500), + [anon_sym_ceiling] = ACTIONS(500), + [anon_sym_u2308] = ACTIONS(500), + [anon_sym_round] = ACTIONS(500), + [anon_sym_u2045] = ACTIONS(500), + [anon_sym_EQ] = ACTIONS(500), + [anon_sym_BANG_EQ] = ACTIONS(500), + [anon_sym_u2260] = ACTIONS(500), + [anon_sym_LT] = ACTIONS(498), + [anon_sym_LT_EQ] = ACTIONS(500), + [anon_sym_u2264] = ACTIONS(500), + [anon_sym_GT] = ACTIONS(498), + [anon_sym_GT_EQ] = ACTIONS(500), + [anon_sym_u2265] = ACTIONS(500), + [anon_sym_PLUS] = ACTIONS(500), + [anon_sym_DASH] = ACTIONS(500), + [anon_sym_STAR] = ACTIONS(500), + [anon_sym_u00d7] = ACTIONS(500), + [anon_sym_PERCENT] = ACTIONS(500), + [anon_sym_u00f7] = ACTIONS(500), + [anon_sym_modulus] = ACTIONS(500), + [anon_sym_u25ff] = ACTIONS(500), + [anon_sym_power] = ACTIONS(500), + [anon_sym_u207f] = ACTIONS(500), + [anon_sym_logarithm] = ACTIONS(500), + [anon_sym_u2099] = ACTIONS(500), + [anon_sym_minimum] = ACTIONS(500), + [anon_sym_u21a7] = ACTIONS(500), + [anon_sym_maximum] = ACTIONS(500), + [anon_sym_u21a5] = ACTIONS(500), + [anon_sym_atangent] = ACTIONS(500), + [anon_sym_u2220] = ACTIONS(500), + [anon_sym_length] = ACTIONS(500), + [anon_sym_u29fb] = ACTIONS(500), + [anon_sym_shape] = ACTIONS(500), + [anon_sym_u25b3] = ACTIONS(500), + [anon_sym_range] = ACTIONS(500), + [anon_sym_u21e1] = ACTIONS(500), + [anon_sym_first] = ACTIONS(500), + [anon_sym_u22a2] = ACTIONS(500), + [anon_sym_reverse] = ACTIONS(500), + [anon_sym_u21cc] = ACTIONS(500), + [anon_sym_deshape] = ACTIONS(500), + [anon_sym_u266d] = ACTIONS(500), + [anon_sym_bits] = ACTIONS(500), + [anon_sym_u22ef] = ACTIONS(500), + [anon_sym_transpose] = ACTIONS(500), + [anon_sym_u2349] = ACTIONS(500), + [anon_sym_rise] = ACTIONS(500), + [anon_sym_u234f] = ACTIONS(500), + [anon_sym_fall] = ACTIONS(500), + [anon_sym_u2356] = ACTIONS(500), + [anon_sym_where] = ACTIONS(500), + [anon_sym_u229a] = ACTIONS(500), + [anon_sym_classify] = ACTIONS(500), + [anon_sym_u229b] = ACTIONS(500), + [anon_sym_deduplicate] = ACTIONS(500), + [anon_sym_u25f4] = ACTIONS(500), + [anon_sym_box] = ACTIONS(500), + [anon_sym_u25a1] = ACTIONS(500), + [anon_sym_match] = ACTIONS(500), + [anon_sym_u224d] = ACTIONS(500), + [anon_sym_couple] = ACTIONS(500), + [anon_sym_u229f] = ACTIONS(500), + [anon_sym_join] = ACTIONS(500), + [anon_sym_u2282] = ACTIONS(500), + [anon_sym_select] = ACTIONS(500), + [anon_sym_u228f] = ACTIONS(500), + [anon_sym_pick] = ACTIONS(500), + [anon_sym_u22a1] = ACTIONS(500), + [anon_sym_reshape] = ACTIONS(500), + [anon_sym_u21af] = ACTIONS(500), + [anon_sym_take] = ACTIONS(500), + [anon_sym_u2199] = ACTIONS(500), + [anon_sym_drop] = ACTIONS(500), + [anon_sym_u2198] = ACTIONS(500), + [anon_sym_rotate] = ACTIONS(500), + [anon_sym_u21bb] = ACTIONS(500), + [anon_sym_windows] = ACTIONS(500), + [anon_sym_u25eb] = ACTIONS(500), + [anon_sym_keep] = ACTIONS(500), + [anon_sym_u25bd] = ACTIONS(500), + [anon_sym_find] = ACTIONS(500), + [anon_sym_u2315] = ACTIONS(500), + [anon_sym_indexof] = ACTIONS(500), + [anon_sym_u2297] = ACTIONS(500), + [anon_sym_assert] = ACTIONS(500), + [anon_sym_u2364] = ACTIONS(500), + [anon_sym_wait] = ACTIONS(500), + [anon_sym_parse] = ACTIONS(500), + [anon_sym_u22d5] = ACTIONS(500), + [anon_sym_random] = ACTIONS(500), + [anon_sym_u2682] = ACTIONS(500), + [anon_sym_gen] = ACTIONS(500), + [anon_sym_tag] = ACTIONS(500), + [anon_sym_now] = ACTIONS(500), + [anon_sym_type] = ACTIONS(500), + [anon_sym_u2e2e] = ACTIONS(500), + [anon_sym_dump] = ACTIONS(500), + [anon_sym_regex] = ACTIONS(500), + [anon_sym_send] = ACTIONS(500), + [anon_sym_recv] = ACTIONS(500), + [anon_sym_tryrecv] = ACTIONS(500), + [anon_sym_complex] = ACTIONS(500), + [anon_sym_u2102] = ACTIONS(500), + [anon_sym_rerank] = ACTIONS(500), + [anon_sym_u2607] = ACTIONS(500), + [anon_sym_fix] = ACTIONS(500), + [anon_sym_u00a4] = ACTIONS(500), + [anon_sym_QMARK] = ACTIONS(500), + [anon_sym_unique] = ACTIONS(500), + [anon_sym_u25f0] = ACTIONS(500), + [anon_sym_map] = ACTIONS(500), + [anon_sym_has] = ACTIONS(500), + [anon_sym_get] = ACTIONS(500), + [anon_sym_insert] = ACTIONS(500), + [anon_sym_remove] = ACTIONS(500), + [anon_sym_repr] = ACTIONS(500), + [anon_sym_mask] = ACTIONS(500), + [anon_sym_u29b7] = ACTIONS(500), + [anon_sym_csv] = ACTIONS(500), + [anon_sym_json] = ACTIONS(500), + [anon_sym_xlsx] = ACTIONS(500), + [anon_sym_memberOf] = ACTIONS(500), + [anon_sym_u2208] = ACTIONS(500), + [anon_sym_imen] = ACTIONS(500), + [anon_sym_gife] = ACTIONS(500), + [anon_sym_auden] = ACTIONS(500), + [anon_sym_utfu2088] = ACTIONS(500), + [anon_sym_datetime] = ACTIONS(500), + [anon_sym_choose] = ACTIONS(500), + [anon_sym_permute] = ACTIONS(500), + [anon_sym_orient] = ACTIONS(500), + [anon_sym_u2938] = ACTIONS(500), + [anon_sym_fft] = ACTIONS(500), + [anon_sym_graphemes] = ACTIONS(500), + [anon_sym_timezone] = ACTIONS(500), + [anon_sym_around] = ACTIONS(500), + [anon_sym_u2019] = ACTIONS(500), + [anon_sym_base] = ACTIONS(500), + [anon_sym_sort] = ACTIONS(500), + [anon_sym_u2346] = ACTIONS(500), + [anon_sym_last] = ACTIONS(500), + [anon_sym_u22a3] = ACTIONS(500), + [anon_sym_reduce] = ACTIONS(500), + [anon_sym_SLASH] = ACTIONS(500), + [anon_sym_scan] = ACTIONS(500), + [anon_sym_BSLASH] = ACTIONS(500), + [anon_sym_each] = ACTIONS(500), + [anon_sym_u2235] = ACTIONS(500), + [anon_sym_rows] = ACTIONS(500), + [anon_sym_u2261] = ACTIONS(500), + [anon_sym_repeat] = ACTIONS(500), + [anon_sym_u2365] = ACTIONS(500), + [anon_sym_dip] = ACTIONS(500), + [anon_sym_u2299] = ACTIONS(500), + [anon_sym_gap] = ACTIONS(500), + [anon_sym_u22c5] = ACTIONS(500), + [anon_sym_spawn] = ACTIONS(500), + [anon_sym_rectify] = ACTIONS(500), + [anon_sym_u2305] = ACTIONS(500), + [anon_sym_un] = ACTIONS(498), + [anon_sym_u00b0] = ACTIONS(500), + [anon_sym_on] = ACTIONS(498), + [anon_sym_u27dc] = ACTIONS(500), + [anon_sym_inventory] = ACTIONS(500), + [anon_sym_u235a] = ACTIONS(500), + [anon_sym_content] = ACTIONS(500), + [anon_sym_u25c7] = ACTIONS(500), + [anon_sym_pool] = ACTIONS(500), + [anon_sym_stringify] = ACTIONS(500), + [anon_sym_signature] = ACTIONS(500), + [anon_sym_triangle] = ACTIONS(500), + [anon_sym_u25f9] = ACTIONS(500), + [anon_sym_astar] = ACTIONS(500), + [anon_sym_with] = ACTIONS(500), + [anon_sym_u2919] = ACTIONS(500), + [anon_sym_off] = ACTIONS(500), + [anon_sym_u291a] = ACTIONS(500), + [anon_sym_above] = ACTIONS(500), + [anon_sym_u25e0] = ACTIONS(500), + [anon_sym_below] = ACTIONS(500), + [anon_sym_u25e1] = ACTIONS(500), + [anon_sym_anti] = ACTIONS(500), + [anon_sym_u231d] = ACTIONS(500), + [anon_sym_obverse] = ACTIONS(500), + [anon_sym_toples] = ACTIONS(500), + [anon_sym_u29c5] = ACTIONS(500), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(500), + [anon_sym_fold] = ACTIONS(500), + [anon_sym_u2227] = ACTIONS(500), + [anon_sym_table] = ACTIONS(500), + [anon_sym_u229e] = ACTIONS(500), + [anon_sym_group] = ACTIONS(500), + [anon_sym_u2295] = ACTIONS(500), + [anon_sym_partition] = ACTIONS(500), + [anon_sym_u229c] = ACTIONS(500), + [anon_sym_both] = ACTIONS(500), + [anon_sym_u2229] = ACTIONS(500), + [anon_sym_bracket] = ACTIONS(500), + [anon_sym_u2293] = ACTIONS(500), + [anon_sym_fork] = ACTIONS(500), + [anon_sym_u2283] = ACTIONS(500), + [anon_sym_under] = ACTIONS(500), + [anon_sym_u235c] = ACTIONS(500), + [anon_sym_fill] = ACTIONS(500), + [anon_sym_u2b1a] = ACTIONS(500), + [anon_sym_try] = ACTIONS(498), + [anon_sym_u2363] = ACTIONS(500), + [anon_sym_do] = ACTIONS(498), + [anon_sym_u2362] = ACTIONS(500), + [anon_sym_f] = ACTIONS(498), + [anon_sym_by] = ACTIONS(498), + [anon_sym_u22b8] = ACTIONS(500), + [anon_sym_quote] = ACTIONS(500), + [anon_sym_u2765] = ACTIONS(500), + [anon_sym_u2192] = ACTIONS(500), + [anon_sym_u2237] = ACTIONS(500), + [anon_sym_u00b7] = ACTIONS(500), + [anon_sym_u235b] = ACTIONS(500), + [anon_sym_u2302] = ACTIONS(500), + [anon_sym_u21b0] = ACTIONS(500), + [anon_sym_unpack] = ACTIONS(500), + [anon_sym_u2290] = ACTIONS(500), + [anon_sym_u229d] = ACTIONS(500), + [anon_sym_cross] = ACTIONS(500), + [anon_sym_u22a0] = ACTIONS(500), + [anon_sym_SEMI] = ACTIONS(500), + [anon_sym_deal] = ACTIONS(500), + [anon_sym_member] = ACTIONS(498), + [anon_sym_u220a] = ACTIONS(500), + [anon_sym_coordinate] = ACTIONS(500), + [anon_sym_u27d4] = ACTIONS(500), + [anon_sym_u03bb] = ACTIONS(500), + [anon_sym_u22ca] = ACTIONS(500), + [anon_sym_chunk] = ACTIONS(500), + [anon_sym_u2444] = ACTIONS(500), + [anon_sym_setinv] = ACTIONS(500), + [anon_sym_setund] = ACTIONS(500), + [anon_sym_struct] = ACTIONS(500), + [sym__endOfLine] = ACTIONS(500), }, [133] = { - [ts_builtin_sym_end] = ACTIONS(550), - [aux_sym_number_token1] = ACTIONS(548), - [sym_fraction] = ACTIONS(550), - [anon_sym_Days] = ACTIONS(548), - [anon_sym_Months] = ACTIONS(548), - [anon_sym_MonthDays] = ACTIONS(548), - [anon_sym_LeanMonthDays] = ACTIONS(548), - [anon_sym_White] = ACTIONS(548), - [anon_sym_Black] = ACTIONS(548), - [anon_sym_Red] = ACTIONS(548), - [anon_sym_Orange] = ACTIONS(548), - [anon_sym_Yellow] = ACTIONS(548), - [anon_sym_Green] = ACTIONS(548), - [anon_sym_Cyan] = ACTIONS(548), - [anon_sym_Blue] = ACTIONS(548), - [anon_sym_Purple] = ACTIONS(548), - [anon_sym_Magenta] = ACTIONS(548), - [anon_sym_Gay] = ACTIONS(548), - [anon_sym_Lesbian] = ACTIONS(548), - [anon_sym_Bi] = ACTIONS(548), - [anon_sym_Trans] = ACTIONS(548), - [anon_sym_Pan] = ACTIONS(548), - [anon_sym_Ace] = ACTIONS(548), - [anon_sym_Aro] = ACTIONS(548), - [anon_sym_Aroace] = ACTIONS(548), - [anon_sym_Enby] = ACTIONS(548), - [anon_sym_Fluid] = ACTIONS(548), - [anon_sym_Queer] = ACTIONS(548), - [anon_sym_Agender] = ACTIONS(548), - [anon_sym_PrideFlags] = ACTIONS(548), - [anon_sym_PrideFlagNames] = ACTIONS(548), - [anon_sym_True] = ACTIONS(548), - [anon_sym_False] = ACTIONS(548), - [anon_sym_NULL] = ACTIONS(548), - [anon_sym_Logo] = ACTIONS(548), - [anon_sym_Lena] = ACTIONS(548), - [anon_sym_Music] = ACTIONS(548), - [anon_sym_Lorem] = ACTIONS(548), - [anon_sym_Os] = ACTIONS(548), - [anon_sym_Family] = ACTIONS(548), - [anon_sym_Arch] = ACTIONS(548), - [anon_sym_ExeExt] = ACTIONS(548), - [anon_sym_DllExt] = ACTIONS(548), - [anon_sym_Sep] = ACTIONS(548), - [anon_sym_ThisFile] = ACTIONS(548), - [anon_sym_ThisFileName] = ACTIONS(548), - [anon_sym_ThisFileDir] = ACTIONS(548), - [anon_sym_WorkingDir] = ACTIONS(548), - [anon_sym_NumProcs] = ACTIONS(548), - [anon_sym_Planets] = ACTIONS(548), - [anon_sym_Zodiac] = ACTIONS(548), - [anon_sym_Suits] = ACTIONS(548), - [anon_sym_Cards] = ACTIONS(548), - [anon_sym_Chess] = ACTIONS(548), - [anon_sym_Moon] = ACTIONS(548), - [anon_sym_Skin] = ACTIONS(548), - [anon_sym_People] = ACTIONS(548), - [anon_sym_Hair] = ACTIONS(548), - [aux_sym_character_token1] = ACTIONS(550), - [sym_string] = ACTIONS(550), - [sym_multiLineString] = ACTIONS(550), - [sym_identifier] = ACTIONS(548), - [sym_identifierDeprecated] = ACTIONS(548), - [sym_system] = ACTIONS(550), - [sym_comment] = ACTIONS(548), - [sym_openParen] = ACTIONS(550), - [sym_openCurly] = ACTIONS(550), - [sym_openBracket] = ACTIONS(550), - [sym_underscore] = ACTIONS(550), - [anon_sym_CARET] = ACTIONS(550), - [anon_sym_SQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(550), - [anon_sym_e] = ACTIONS(548), - [anon_sym_NaN] = ACTIONS(548), - [anon_sym_eta] = ACTIONS(550), - [anon_sym_u03b7] = ACTIONS(548), - [anon_sym_pi] = ACTIONS(548), - [anon_sym_u03c0] = ACTIONS(548), - [anon_sym_tau] = ACTIONS(550), - [anon_sym_u03c4] = ACTIONS(548), - [anon_sym_infinity] = ACTIONS(550), - [anon_sym_u221e] = ACTIONS(550), - [anon_sym_W] = ACTIONS(548), - [anon_sym_i] = ACTIONS(548), - [anon_sym_MaxInt] = ACTIONS(548), - [anon_sym_HexDigits] = ACTIONS(548), - [anon_sym_DOT] = ACTIONS(550), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_COLON] = ACTIONS(550), - [anon_sym_u25cc] = ACTIONS(550), - [anon_sym_identity] = ACTIONS(550), - [anon_sym_id] = ACTIONS(548), - [anon_sym_u2218] = ACTIONS(550), - [anon_sym_not] = ACTIONS(550), - [anon_sym_u00ac] = ACTIONS(550), - [anon_sym_sign] = ACTIONS(548), - [anon_sym_u00b1] = ACTIONS(550), - [anon_sym_BQUOTE] = ACTIONS(550), - [anon_sym_u00af] = ACTIONS(548), - [anon_sym_absolutevalue] = ACTIONS(550), - [anon_sym_u2335] = ACTIONS(550), - [anon_sym_sqrt] = ACTIONS(550), - [anon_sym_u221a] = ACTIONS(550), - [anon_sym_sine] = ACTIONS(550), - [anon_sym_u25cb] = ACTIONS(550), - [anon_sym_u223f] = ACTIONS(550), - [anon_sym_floor] = ACTIONS(550), - [anon_sym_u230a] = ACTIONS(550), - [anon_sym_ceiling] = ACTIONS(550), - [anon_sym_u2308] = ACTIONS(550), - [anon_sym_round] = ACTIONS(550), - [anon_sym_u2045] = ACTIONS(550), - [anon_sym_EQ] = ACTIONS(550), - [anon_sym_BANG_EQ] = ACTIONS(550), - [anon_sym_u2260] = ACTIONS(550), - [anon_sym_LT] = ACTIONS(548), - [anon_sym_LT_EQ] = ACTIONS(550), - [anon_sym_u2264] = ACTIONS(550), - [anon_sym_GT] = ACTIONS(548), - [anon_sym_GT_EQ] = ACTIONS(550), - [anon_sym_u2265] = ACTIONS(550), - [anon_sym_PLUS] = ACTIONS(550), - [anon_sym_DASH] = ACTIONS(550), - [anon_sym_STAR] = ACTIONS(550), - [anon_sym_u00d7] = ACTIONS(550), - [anon_sym_PERCENT] = ACTIONS(550), - [anon_sym_u00f7] = ACTIONS(550), - [anon_sym_modulus] = ACTIONS(550), - [anon_sym_u25ff] = ACTIONS(550), - [anon_sym_power] = ACTIONS(550), - [anon_sym_u207f] = ACTIONS(550), - [anon_sym_logarithm] = ACTIONS(550), - [anon_sym_u2099] = ACTIONS(550), - [anon_sym_minimum] = ACTIONS(550), - [anon_sym_u21a7] = ACTIONS(550), - [anon_sym_maximum] = ACTIONS(550), - [anon_sym_u21a5] = ACTIONS(550), - [anon_sym_atangent] = ACTIONS(550), - [anon_sym_u2220] = ACTIONS(550), - [anon_sym_length] = ACTIONS(550), - [anon_sym_u29fb] = ACTIONS(550), - [anon_sym_shape] = ACTIONS(550), - [anon_sym_u25b3] = ACTIONS(550), - [anon_sym_range] = ACTIONS(550), - [anon_sym_u21e1] = ACTIONS(550), - [anon_sym_first] = ACTIONS(550), - [anon_sym_u22a2] = ACTIONS(550), - [anon_sym_reverse] = ACTIONS(550), - [anon_sym_u21cc] = ACTIONS(550), - [anon_sym_deshape] = ACTIONS(550), - [anon_sym_u266d] = ACTIONS(550), - [anon_sym_bits] = ACTIONS(550), - [anon_sym_u22ef] = ACTIONS(550), - [anon_sym_transpose] = ACTIONS(550), - [anon_sym_u2349] = ACTIONS(550), - [anon_sym_rise] = ACTIONS(550), - [anon_sym_u234f] = ACTIONS(550), - [anon_sym_fall] = ACTIONS(550), - [anon_sym_u2356] = ACTIONS(550), - [anon_sym_where] = ACTIONS(550), - [anon_sym_u229a] = ACTIONS(550), - [anon_sym_classify] = ACTIONS(550), - [anon_sym_u229b] = ACTIONS(550), - [anon_sym_deduplicate] = ACTIONS(550), - [anon_sym_u25f4] = ACTIONS(550), - [anon_sym_box] = ACTIONS(550), - [anon_sym_u25a1] = ACTIONS(550), - [anon_sym_match] = ACTIONS(550), - [anon_sym_u224d] = ACTIONS(550), - [anon_sym_couple] = ACTIONS(550), - [anon_sym_u229f] = ACTIONS(550), - [anon_sym_join] = ACTIONS(550), - [anon_sym_u2282] = ACTIONS(550), - [anon_sym_select] = ACTIONS(550), - [anon_sym_u228f] = ACTIONS(550), - [anon_sym_pick] = ACTIONS(550), - [anon_sym_u22a1] = ACTIONS(550), - [anon_sym_reshape] = ACTIONS(550), - [anon_sym_u21af] = ACTIONS(550), - [anon_sym_take] = ACTIONS(550), - [anon_sym_u2199] = ACTIONS(550), - [anon_sym_drop] = ACTIONS(550), - [anon_sym_u2198] = ACTIONS(550), - [anon_sym_rotate] = ACTIONS(550), - [anon_sym_u21bb] = ACTIONS(550), - [anon_sym_windows] = ACTIONS(550), - [anon_sym_u25eb] = ACTIONS(550), - [anon_sym_keep] = ACTIONS(550), - [anon_sym_u25bd] = ACTIONS(550), - [anon_sym_find] = ACTIONS(550), - [anon_sym_u2315] = ACTIONS(550), - [anon_sym_indexof] = ACTIONS(550), - [anon_sym_u2297] = ACTIONS(550), - [anon_sym_assert] = ACTIONS(550), - [anon_sym_u2364] = ACTIONS(550), - [anon_sym_wait] = ACTIONS(550), - [anon_sym_parse] = ACTIONS(550), - [anon_sym_u22d5] = ACTIONS(550), - [anon_sym_random] = ACTIONS(550), - [anon_sym_u2682] = ACTIONS(550), - [anon_sym_gen] = ACTIONS(550), - [anon_sym_tag] = ACTIONS(550), - [anon_sym_now] = ACTIONS(550), - [anon_sym_type] = ACTIONS(550), - [anon_sym_u2e2e] = ACTIONS(550), - [anon_sym_dump] = ACTIONS(550), - [anon_sym_regex] = ACTIONS(550), - [anon_sym_send] = ACTIONS(550), - [anon_sym_recv] = ACTIONS(550), - [anon_sym_tryrecv] = ACTIONS(550), - [anon_sym_complex] = ACTIONS(550), - [anon_sym_u2102] = ACTIONS(550), - [anon_sym_rerank] = ACTIONS(550), - [anon_sym_u2607] = ACTIONS(550), - [anon_sym_fix] = ACTIONS(550), - [anon_sym_u00a4] = ACTIONS(550), - [anon_sym_QMARK] = ACTIONS(550), - [anon_sym_unique] = ACTIONS(550), - [anon_sym_u25f0] = ACTIONS(550), - [anon_sym_map] = ACTIONS(550), - [anon_sym_has] = ACTIONS(550), - [anon_sym_get] = ACTIONS(550), - [anon_sym_insert] = ACTIONS(550), - [anon_sym_remove] = ACTIONS(550), - [anon_sym_repr] = ACTIONS(550), - [anon_sym_mask] = ACTIONS(550), - [anon_sym_u29b7] = ACTIONS(550), - [anon_sym_csv] = ACTIONS(550), - [anon_sym_json] = ACTIONS(550), - [anon_sym_xlsx] = ACTIONS(550), - [anon_sym_memberOf] = ACTIONS(550), - [anon_sym_u2208] = ACTIONS(550), - [anon_sym_imen] = ACTIONS(550), - [anon_sym_gife] = ACTIONS(550), - [anon_sym_auden] = ACTIONS(550), - [anon_sym_utfu2088] = ACTIONS(550), - [anon_sym_datetime] = ACTIONS(550), - [anon_sym_chunk] = ACTIONS(550), - [anon_sym_u2444] = ACTIONS(550), - [anon_sym_choose] = ACTIONS(550), - [anon_sym_permute] = ACTIONS(550), - [anon_sym_orient] = ACTIONS(550), - [anon_sym_fft] = ACTIONS(550), - [anon_sym_reduce] = ACTIONS(550), - [anon_sym_SLASH] = ACTIONS(550), - [anon_sym_scan] = ACTIONS(550), - [anon_sym_BSLASH] = ACTIONS(550), - [anon_sym_each] = ACTIONS(550), - [anon_sym_u2235] = ACTIONS(550), - [anon_sym_rows] = ACTIONS(550), - [anon_sym_u2261] = ACTIONS(550), - [anon_sym_repeat] = ACTIONS(550), - [anon_sym_u2365] = ACTIONS(550), - [anon_sym_dip] = ACTIONS(550), - [anon_sym_u2299] = ACTIONS(550), - [anon_sym_gap] = ACTIONS(550), - [anon_sym_u22c5] = ACTIONS(550), - [anon_sym_spawn] = ACTIONS(550), - [anon_sym_rectify] = ACTIONS(550), - [anon_sym_u2305] = ACTIONS(550), - [anon_sym_un] = ACTIONS(548), - [anon_sym_u00b0] = ACTIONS(550), - [anon_sym_on] = ACTIONS(548), - [anon_sym_u27dc] = ACTIONS(550), - [anon_sym_inventory] = ACTIONS(550), - [anon_sym_u235a] = ACTIONS(550), - [anon_sym_content] = ACTIONS(550), - [anon_sym_u25c7] = ACTIONS(550), - [anon_sym_pool] = ACTIONS(550), - [anon_sym_stringify] = ACTIONS(550), - [anon_sym_signature] = ACTIONS(550), - [anon_sym_triangle] = ACTIONS(550), - [anon_sym_u25f9] = ACTIONS(550), - [anon_sym_astar] = ACTIONS(550), - [anon_sym_but] = ACTIONS(550), - [anon_sym_u2919] = ACTIONS(550), - [anon_sym_with] = ACTIONS(550), - [anon_sym_u291a] = ACTIONS(550), - [anon_sym_above] = ACTIONS(550), - [anon_sym_u25e0] = ACTIONS(550), - [anon_sym_below] = ACTIONS(550), - [anon_sym_u25e1] = ACTIONS(550), - [anon_sym_fold] = ACTIONS(550), - [anon_sym_u2227] = ACTIONS(550), - [anon_sym_table] = ACTIONS(550), - [anon_sym_u229e] = ACTIONS(550), - [anon_sym_group] = ACTIONS(550), - [anon_sym_u2295] = ACTIONS(550), - [anon_sym_partition] = ACTIONS(550), - [anon_sym_u229c] = ACTIONS(550), - [anon_sym_both] = ACTIONS(550), - [anon_sym_u2229] = ACTIONS(550), - [anon_sym_bracket] = ACTIONS(550), - [anon_sym_u2293] = ACTIONS(550), - [anon_sym_fork] = ACTIONS(550), - [anon_sym_u2283] = ACTIONS(550), - [anon_sym_under] = ACTIONS(550), - [anon_sym_u235c] = ACTIONS(550), - [anon_sym_fill] = ACTIONS(550), - [anon_sym_u2b1a] = ACTIONS(550), - [anon_sym_try] = ACTIONS(548), - [anon_sym_u2363] = ACTIONS(550), - [anon_sym_do] = ACTIONS(548), - [anon_sym_u2362] = ACTIONS(550), - [anon_sym_setinv] = ACTIONS(550), - [anon_sym_setunder] = ACTIONS(550), - [anon_sym_f] = ACTIONS(548), - [anon_sym_by] = ACTIONS(548), - [anon_sym_u22b8] = ACTIONS(550), - [anon_sym_quote] = ACTIONS(550), - [anon_sym_struct] = ACTIONS(550), - [anon_sym_u2765] = ACTIONS(550), - [anon_sym_u2192] = ACTIONS(550), - [anon_sym_u2237] = ACTIONS(550), - [anon_sym_u00b7] = ACTIONS(550), - [anon_sym_u235b] = ACTIONS(550), - [anon_sym_u2302] = ACTIONS(550), - [anon_sym_u21b0] = ACTIONS(550), - [anon_sym_unpack] = ACTIONS(550), - [anon_sym_u2290] = ACTIONS(550), - [anon_sym_u229d] = ACTIONS(550), - [anon_sym_cross] = ACTIONS(550), - [anon_sym_u22a0] = ACTIONS(550), - [anon_sym_SEMI] = ACTIONS(550), - [anon_sym_deal] = ACTIONS(550), - [anon_sym_strands] = ACTIONS(550), - [anon_sym_u203f] = ACTIONS(550), - [anon_sym_member] = ACTIONS(548), - [anon_sym_u220a] = ACTIONS(550), - [anon_sym_coordinate] = ACTIONS(550), - [anon_sym_u27d4] = ACTIONS(550), - [anon_sym_u03bb] = ACTIONS(550), - [anon_sym_u22ca] = ACTIONS(550), - [sym__endOfLine] = ACTIONS(550), + [ts_builtin_sym_end] = ACTIONS(580), + [aux_sym_number_token1] = ACTIONS(578), + [sym_fraction] = ACTIONS(580), + [anon_sym_Days] = ACTIONS(578), + [anon_sym_Months] = ACTIONS(578), + [anon_sym_MonthDays] = ACTIONS(578), + [anon_sym_LeanMonthDays] = ACTIONS(578), + [anon_sym_White] = ACTIONS(578), + [anon_sym_Black] = ACTIONS(578), + [anon_sym_Red] = ACTIONS(578), + [anon_sym_Orange] = ACTIONS(578), + [anon_sym_Yellow] = ACTIONS(578), + [anon_sym_Green] = ACTIONS(578), + [anon_sym_Cyan] = ACTIONS(578), + [anon_sym_Blue] = ACTIONS(578), + [anon_sym_Purple] = ACTIONS(578), + [anon_sym_Magenta] = ACTIONS(578), + [anon_sym_Gay] = ACTIONS(578), + [anon_sym_Lesbian] = ACTIONS(578), + [anon_sym_Bi] = ACTIONS(578), + [anon_sym_Trans] = ACTIONS(578), + [anon_sym_Pan] = ACTIONS(578), + [anon_sym_Ace] = ACTIONS(578), + [anon_sym_Aro] = ACTIONS(578), + [anon_sym_Aroace] = ACTIONS(578), + [anon_sym_Enby] = ACTIONS(578), + [anon_sym_Fluid] = ACTIONS(578), + [anon_sym_Queer] = ACTIONS(578), + [anon_sym_Agender] = ACTIONS(578), + [anon_sym_PrideFlags] = ACTIONS(578), + [anon_sym_PrideFlagNames] = ACTIONS(578), + [anon_sym_True] = ACTIONS(578), + [anon_sym_False] = ACTIONS(578), + [anon_sym_NULL] = ACTIONS(578), + [anon_sym_Logo] = ACTIONS(578), + [anon_sym_Lena] = ACTIONS(578), + [anon_sym_Music] = ACTIONS(578), + [anon_sym_Lorem] = ACTIONS(578), + [anon_sym_Os] = ACTIONS(578), + [anon_sym_Family] = ACTIONS(578), + [anon_sym_Arch] = ACTIONS(578), + [anon_sym_ExeExt] = ACTIONS(578), + [anon_sym_DllExt] = ACTIONS(578), + [anon_sym_Sep] = ACTIONS(578), + [anon_sym_ThisFile] = ACTIONS(578), + [anon_sym_ThisFileName] = ACTIONS(578), + [anon_sym_ThisFileDir] = ACTIONS(578), + [anon_sym_WorkingDir] = ACTIONS(578), + [anon_sym_NumProcs] = ACTIONS(578), + [anon_sym_Planets] = ACTIONS(578), + [anon_sym_Zodiac] = ACTIONS(578), + [anon_sym_Suits] = ACTIONS(578), + [anon_sym_Cards] = ACTIONS(578), + [anon_sym_Chess] = ACTIONS(578), + [anon_sym_Moon] = ACTIONS(578), + [anon_sym_Skin] = ACTIONS(578), + [anon_sym_People] = ACTIONS(578), + [anon_sym_Hair] = ACTIONS(578), + [anon_sym_Cat] = ACTIONS(578), + [aux_sym_character_token1] = ACTIONS(580), + [sym_string] = ACTIONS(580), + [sym_multiLineString] = ACTIONS(580), + [sym_identifier] = ACTIONS(578), + [sym_identifierDeprecated] = ACTIONS(578), + [sym_system] = ACTIONS(580), + [sym_comment] = ACTIONS(578), + [sym_openParen] = ACTIONS(580), + [sym_openCurly] = ACTIONS(580), + [sym_openBracket] = ACTIONS(578), + [sym_underscore] = ACTIONS(580), + [anon_sym_CARET] = ACTIONS(580), + [anon_sym_SQUOTE] = ACTIONS(578), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(580), + [anon_sym_e] = ACTIONS(578), + [anon_sym_NaN] = ACTIONS(578), + [anon_sym_eta] = ACTIONS(580), + [anon_sym_u03b7] = ACTIONS(578), + [anon_sym_pi] = ACTIONS(578), + [anon_sym_u03c0] = ACTIONS(578), + [anon_sym_tau] = ACTIONS(580), + [anon_sym_u03c4] = ACTIONS(578), + [anon_sym_infinity] = ACTIONS(580), + [anon_sym_u221e] = ACTIONS(580), + [anon_sym_W] = ACTIONS(578), + [anon_sym_i] = ACTIONS(578), + [anon_sym_MaxInt] = ACTIONS(578), + [anon_sym_HexDigits] = ACTIONS(578), + [anon_sym_DOT] = ACTIONS(580), + [anon_sym_COMMA] = ACTIONS(580), + [anon_sym_COLON] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), + [anon_sym_identity] = ACTIONS(580), + [anon_sym_id] = ACTIONS(578), + [anon_sym_u2218] = ACTIONS(580), + [anon_sym_not] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(578), + [anon_sym_u00b1] = ACTIONS(580), + [anon_sym_BQUOTE] = ACTIONS(580), + [anon_sym_u00af] = ACTIONS(578), + [anon_sym_absolutevalue] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), + [anon_sym_sqrt] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), + [anon_sym_sine] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), + [anon_sym_u223f] = ACTIONS(580), + [anon_sym_floor] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), + [anon_sym_ceiling] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), + [anon_sym_round] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), + [anon_sym_EQ] = ACTIONS(580), + [anon_sym_BANG_EQ] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), + [anon_sym_LT] = ACTIONS(578), + [anon_sym_LT_EQ] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), + [anon_sym_GT] = ACTIONS(578), + [anon_sym_GT_EQ] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), + [anon_sym_PLUS] = ACTIONS(580), + [anon_sym_DASH] = ACTIONS(580), + [anon_sym_STAR] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), + [anon_sym_PERCENT] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), + [anon_sym_modulus] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), + [anon_sym_power] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), + [anon_sym_logarithm] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), + [anon_sym_minimum] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), + [anon_sym_maximum] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), + [anon_sym_atangent] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), + [anon_sym_length] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(580), + [anon_sym_u25b3] = ACTIONS(580), + [anon_sym_range] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), + [anon_sym_first] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), + [anon_sym_reverse] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), + [anon_sym_deshape] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), + [anon_sym_bits] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), + [anon_sym_transpose] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), + [anon_sym_rise] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), + [anon_sym_fall] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), + [anon_sym_where] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), + [anon_sym_classify] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), + [anon_sym_deduplicate] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), + [anon_sym_box] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), + [anon_sym_match] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), + [anon_sym_couple] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), + [anon_sym_join] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), + [anon_sym_select] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), + [anon_sym_pick] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), + [anon_sym_reshape] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), + [anon_sym_take] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), + [anon_sym_drop] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), + [anon_sym_rotate] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), + [anon_sym_windows] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), + [anon_sym_keep] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), + [anon_sym_find] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), + [anon_sym_indexof] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), + [anon_sym_assert] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), + [anon_sym_wait] = ACTIONS(580), + [anon_sym_parse] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), + [anon_sym_random] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), + [anon_sym_gen] = ACTIONS(580), + [anon_sym_tag] = ACTIONS(580), + [anon_sym_now] = ACTIONS(580), + [anon_sym_type] = ACTIONS(580), + [anon_sym_u2e2e] = ACTIONS(580), + [anon_sym_dump] = ACTIONS(580), + [anon_sym_regex] = ACTIONS(580), + [anon_sym_send] = ACTIONS(580), + [anon_sym_recv] = ACTIONS(580), + [anon_sym_tryrecv] = ACTIONS(580), + [anon_sym_complex] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), + [anon_sym_rerank] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), + [anon_sym_fix] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), + [anon_sym_QMARK] = ACTIONS(580), + [anon_sym_unique] = ACTIONS(580), + [anon_sym_u25f0] = ACTIONS(580), + [anon_sym_map] = ACTIONS(580), + [anon_sym_has] = ACTIONS(580), + [anon_sym_get] = ACTIONS(580), + [anon_sym_insert] = ACTIONS(580), + [anon_sym_remove] = ACTIONS(580), + [anon_sym_repr] = ACTIONS(580), + [anon_sym_mask] = ACTIONS(580), + [anon_sym_u29b7] = ACTIONS(580), + [anon_sym_csv] = ACTIONS(580), + [anon_sym_json] = ACTIONS(580), + [anon_sym_xlsx] = ACTIONS(580), + [anon_sym_memberOf] = ACTIONS(580), + [anon_sym_u2208] = ACTIONS(580), + [anon_sym_imen] = ACTIONS(580), + [anon_sym_gife] = ACTIONS(580), + [anon_sym_auden] = ACTIONS(580), + [anon_sym_utfu2088] = ACTIONS(580), + [anon_sym_datetime] = ACTIONS(580), + [anon_sym_choose] = ACTIONS(580), + [anon_sym_permute] = ACTIONS(580), + [anon_sym_orient] = ACTIONS(580), + [anon_sym_u2938] = ACTIONS(580), + [anon_sym_fft] = ACTIONS(580), + [anon_sym_graphemes] = ACTIONS(580), + [anon_sym_timezone] = ACTIONS(580), + [anon_sym_around] = ACTIONS(580), + [anon_sym_u2019] = ACTIONS(580), + [anon_sym_base] = ACTIONS(580), + [anon_sym_sort] = ACTIONS(580), + [anon_sym_u2346] = ACTIONS(580), + [anon_sym_last] = ACTIONS(580), + [anon_sym_u22a3] = ACTIONS(580), + [anon_sym_reduce] = ACTIONS(580), + [anon_sym_SLASH] = ACTIONS(580), + [anon_sym_scan] = ACTIONS(580), + [anon_sym_BSLASH] = ACTIONS(580), + [anon_sym_each] = ACTIONS(580), + [anon_sym_u2235] = ACTIONS(580), + [anon_sym_rows] = ACTIONS(580), + [anon_sym_u2261] = ACTIONS(580), + [anon_sym_repeat] = ACTIONS(580), + [anon_sym_u2365] = ACTIONS(580), + [anon_sym_dip] = ACTIONS(580), + [anon_sym_u2299] = ACTIONS(580), + [anon_sym_gap] = ACTIONS(580), + [anon_sym_u22c5] = ACTIONS(580), + [anon_sym_spawn] = ACTIONS(580), + [anon_sym_rectify] = ACTIONS(580), + [anon_sym_u2305] = ACTIONS(580), + [anon_sym_un] = ACTIONS(578), + [anon_sym_u00b0] = ACTIONS(580), + [anon_sym_on] = ACTIONS(578), + [anon_sym_u27dc] = ACTIONS(580), + [anon_sym_inventory] = ACTIONS(580), + [anon_sym_u235a] = ACTIONS(580), + [anon_sym_content] = ACTIONS(580), + [anon_sym_u25c7] = ACTIONS(580), + [anon_sym_pool] = ACTIONS(580), + [anon_sym_stringify] = ACTIONS(580), + [anon_sym_signature] = ACTIONS(580), + [anon_sym_triangle] = ACTIONS(580), + [anon_sym_u25f9] = ACTIONS(580), + [anon_sym_astar] = ACTIONS(580), + [anon_sym_with] = ACTIONS(580), + [anon_sym_u2919] = ACTIONS(580), + [anon_sym_off] = ACTIONS(580), + [anon_sym_u291a] = ACTIONS(580), + [anon_sym_above] = ACTIONS(580), + [anon_sym_u25e0] = ACTIONS(580), + [anon_sym_below] = ACTIONS(580), + [anon_sym_u25e1] = ACTIONS(580), + [anon_sym_anti] = ACTIONS(580), + [anon_sym_u231d] = ACTIONS(580), + [anon_sym_obverse] = ACTIONS(580), + [anon_sym_toples] = ACTIONS(580), + [anon_sym_u29c5] = ACTIONS(580), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(580), + [anon_sym_fold] = ACTIONS(580), + [anon_sym_u2227] = ACTIONS(580), + [anon_sym_table] = ACTIONS(580), + [anon_sym_u229e] = ACTIONS(580), + [anon_sym_group] = ACTIONS(580), + [anon_sym_u2295] = ACTIONS(580), + [anon_sym_partition] = ACTIONS(580), + [anon_sym_u229c] = ACTIONS(580), + [anon_sym_both] = ACTIONS(580), + [anon_sym_u2229] = ACTIONS(580), + [anon_sym_bracket] = ACTIONS(580), + [anon_sym_u2293] = ACTIONS(580), + [anon_sym_fork] = ACTIONS(580), + [anon_sym_u2283] = ACTIONS(580), + [anon_sym_under] = ACTIONS(580), + [anon_sym_u235c] = ACTIONS(580), + [anon_sym_fill] = ACTIONS(580), + [anon_sym_u2b1a] = ACTIONS(580), + [anon_sym_try] = ACTIONS(578), + [anon_sym_u2363] = ACTIONS(580), + [anon_sym_do] = ACTIONS(578), + [anon_sym_u2362] = ACTIONS(580), + [anon_sym_f] = ACTIONS(578), + [anon_sym_by] = ACTIONS(578), + [anon_sym_u22b8] = ACTIONS(580), + [anon_sym_quote] = ACTIONS(580), + [anon_sym_u2765] = ACTIONS(580), + [anon_sym_u2192] = ACTIONS(580), + [anon_sym_u2237] = ACTIONS(580), + [anon_sym_u00b7] = ACTIONS(580), + [anon_sym_u235b] = ACTIONS(580), + [anon_sym_u2302] = ACTIONS(580), + [anon_sym_u21b0] = ACTIONS(580), + [anon_sym_unpack] = ACTIONS(580), + [anon_sym_u2290] = ACTIONS(580), + [anon_sym_u229d] = ACTIONS(580), + [anon_sym_cross] = ACTIONS(580), + [anon_sym_u22a0] = ACTIONS(580), + [anon_sym_SEMI] = ACTIONS(580), + [anon_sym_deal] = ACTIONS(580), + [anon_sym_member] = ACTIONS(578), + [anon_sym_u220a] = ACTIONS(580), + [anon_sym_coordinate] = ACTIONS(580), + [anon_sym_u27d4] = ACTIONS(580), + [anon_sym_u03bb] = ACTIONS(580), + [anon_sym_u22ca] = ACTIONS(580), + [anon_sym_chunk] = ACTIONS(580), + [anon_sym_u2444] = ACTIONS(580), + [anon_sym_setinv] = ACTIONS(580), + [anon_sym_setund] = ACTIONS(580), + [anon_sym_struct] = ACTIONS(580), + [sym__endOfLine] = ACTIONS(580), }, [134] = { - [ts_builtin_sym_end] = ACTIONS(590), - [aux_sym_number_token1] = ACTIONS(588), - [sym_fraction] = ACTIONS(590), - [anon_sym_Days] = ACTIONS(588), - [anon_sym_Months] = ACTIONS(588), - [anon_sym_MonthDays] = ACTIONS(588), - [anon_sym_LeanMonthDays] = ACTIONS(588), - [anon_sym_White] = ACTIONS(588), - [anon_sym_Black] = ACTIONS(588), - [anon_sym_Red] = ACTIONS(588), - [anon_sym_Orange] = ACTIONS(588), - [anon_sym_Yellow] = ACTIONS(588), - [anon_sym_Green] = ACTIONS(588), - [anon_sym_Cyan] = ACTIONS(588), - [anon_sym_Blue] = ACTIONS(588), - [anon_sym_Purple] = ACTIONS(588), - [anon_sym_Magenta] = ACTIONS(588), - [anon_sym_Gay] = ACTIONS(588), - [anon_sym_Lesbian] = ACTIONS(588), - [anon_sym_Bi] = ACTIONS(588), - [anon_sym_Trans] = ACTIONS(588), - [anon_sym_Pan] = ACTIONS(588), - [anon_sym_Ace] = ACTIONS(588), - [anon_sym_Aro] = ACTIONS(588), - [anon_sym_Aroace] = ACTIONS(588), - [anon_sym_Enby] = ACTIONS(588), - [anon_sym_Fluid] = ACTIONS(588), - [anon_sym_Queer] = ACTIONS(588), - [anon_sym_Agender] = ACTIONS(588), - [anon_sym_PrideFlags] = ACTIONS(588), - [anon_sym_PrideFlagNames] = ACTIONS(588), - [anon_sym_True] = ACTIONS(588), - [anon_sym_False] = ACTIONS(588), - [anon_sym_NULL] = ACTIONS(588), - [anon_sym_Logo] = ACTIONS(588), - [anon_sym_Lena] = ACTIONS(588), - [anon_sym_Music] = ACTIONS(588), - [anon_sym_Lorem] = ACTIONS(588), - [anon_sym_Os] = ACTIONS(588), - [anon_sym_Family] = ACTIONS(588), - [anon_sym_Arch] = ACTIONS(588), - [anon_sym_ExeExt] = ACTIONS(588), - [anon_sym_DllExt] = ACTIONS(588), - [anon_sym_Sep] = ACTIONS(588), - [anon_sym_ThisFile] = ACTIONS(588), - [anon_sym_ThisFileName] = ACTIONS(588), - [anon_sym_ThisFileDir] = ACTIONS(588), - [anon_sym_WorkingDir] = ACTIONS(588), - [anon_sym_NumProcs] = ACTIONS(588), - [anon_sym_Planets] = ACTIONS(588), - [anon_sym_Zodiac] = ACTIONS(588), - [anon_sym_Suits] = ACTIONS(588), - [anon_sym_Cards] = ACTIONS(588), - [anon_sym_Chess] = ACTIONS(588), - [anon_sym_Moon] = ACTIONS(588), - [anon_sym_Skin] = ACTIONS(588), - [anon_sym_People] = ACTIONS(588), - [anon_sym_Hair] = ACTIONS(588), - [aux_sym_character_token1] = ACTIONS(590), - [sym_string] = ACTIONS(590), - [sym_multiLineString] = ACTIONS(590), - [sym_identifier] = ACTIONS(588), - [sym_identifierDeprecated] = ACTIONS(588), - [sym_system] = ACTIONS(590), - [sym_comment] = ACTIONS(588), - [sym_openParen] = ACTIONS(590), - [sym_openCurly] = ACTIONS(590), - [sym_openBracket] = ACTIONS(590), - [sym_underscore] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), - [anon_sym_SQUOTE] = ACTIONS(588), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(590), - [anon_sym_e] = ACTIONS(588), - [anon_sym_NaN] = ACTIONS(588), - [anon_sym_eta] = ACTIONS(590), - [anon_sym_u03b7] = ACTIONS(588), - [anon_sym_pi] = ACTIONS(588), - [anon_sym_u03c0] = ACTIONS(588), - [anon_sym_tau] = ACTIONS(590), - [anon_sym_u03c4] = ACTIONS(588), - [anon_sym_infinity] = ACTIONS(590), - [anon_sym_u221e] = ACTIONS(590), - [anon_sym_W] = ACTIONS(588), - [anon_sym_i] = ACTIONS(588), - [anon_sym_MaxInt] = ACTIONS(588), - [anon_sym_HexDigits] = ACTIONS(588), - [anon_sym_DOT] = ACTIONS(590), - [anon_sym_COMMA] = ACTIONS(590), - [anon_sym_COLON] = ACTIONS(590), - [anon_sym_u25cc] = ACTIONS(590), - [anon_sym_identity] = ACTIONS(590), - [anon_sym_id] = ACTIONS(588), - [anon_sym_u2218] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_u00ac] = ACTIONS(590), - [anon_sym_sign] = ACTIONS(588), - [anon_sym_u00b1] = ACTIONS(590), - [anon_sym_BQUOTE] = ACTIONS(590), - [anon_sym_u00af] = ACTIONS(588), - [anon_sym_absolutevalue] = ACTIONS(590), - [anon_sym_u2335] = ACTIONS(590), - [anon_sym_sqrt] = ACTIONS(590), - [anon_sym_u221a] = ACTIONS(590), - [anon_sym_sine] = ACTIONS(590), - [anon_sym_u25cb] = ACTIONS(590), - [anon_sym_u223f] = ACTIONS(590), - [anon_sym_floor] = ACTIONS(590), - [anon_sym_u230a] = ACTIONS(590), - [anon_sym_ceiling] = ACTIONS(590), - [anon_sym_u2308] = ACTIONS(590), - [anon_sym_round] = ACTIONS(590), - [anon_sym_u2045] = ACTIONS(590), - [anon_sym_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_u2260] = ACTIONS(590), - [anon_sym_LT] = ACTIONS(588), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_u2264] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(588), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_u2265] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_u00d7] = ACTIONS(590), - [anon_sym_PERCENT] = ACTIONS(590), - [anon_sym_u00f7] = ACTIONS(590), - [anon_sym_modulus] = ACTIONS(590), - [anon_sym_u25ff] = ACTIONS(590), - [anon_sym_power] = ACTIONS(590), - [anon_sym_u207f] = ACTIONS(590), - [anon_sym_logarithm] = ACTIONS(590), - [anon_sym_u2099] = ACTIONS(590), - [anon_sym_minimum] = ACTIONS(590), - [anon_sym_u21a7] = ACTIONS(590), - [anon_sym_maximum] = ACTIONS(590), - [anon_sym_u21a5] = ACTIONS(590), - [anon_sym_atangent] = ACTIONS(590), - [anon_sym_u2220] = ACTIONS(590), - [anon_sym_length] = ACTIONS(590), - [anon_sym_u29fb] = ACTIONS(590), - [anon_sym_shape] = ACTIONS(590), - [anon_sym_u25b3] = ACTIONS(590), - [anon_sym_range] = ACTIONS(590), - [anon_sym_u21e1] = ACTIONS(590), - [anon_sym_first] = ACTIONS(590), - [anon_sym_u22a2] = ACTIONS(590), - [anon_sym_reverse] = ACTIONS(590), - [anon_sym_u21cc] = ACTIONS(590), - [anon_sym_deshape] = ACTIONS(590), - [anon_sym_u266d] = ACTIONS(590), - [anon_sym_bits] = ACTIONS(590), - [anon_sym_u22ef] = ACTIONS(590), - [anon_sym_transpose] = ACTIONS(590), - [anon_sym_u2349] = ACTIONS(590), - [anon_sym_rise] = ACTIONS(590), - [anon_sym_u234f] = ACTIONS(590), - [anon_sym_fall] = ACTIONS(590), - [anon_sym_u2356] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_u229a] = ACTIONS(590), - [anon_sym_classify] = ACTIONS(590), - [anon_sym_u229b] = ACTIONS(590), - [anon_sym_deduplicate] = ACTIONS(590), - [anon_sym_u25f4] = ACTIONS(590), - [anon_sym_box] = ACTIONS(590), - [anon_sym_u25a1] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_u224d] = ACTIONS(590), - [anon_sym_couple] = ACTIONS(590), - [anon_sym_u229f] = ACTIONS(590), - [anon_sym_join] = ACTIONS(590), - [anon_sym_u2282] = ACTIONS(590), - [anon_sym_select] = ACTIONS(590), - [anon_sym_u228f] = ACTIONS(590), - [anon_sym_pick] = ACTIONS(590), - [anon_sym_u22a1] = ACTIONS(590), - [anon_sym_reshape] = ACTIONS(590), - [anon_sym_u21af] = ACTIONS(590), - [anon_sym_take] = ACTIONS(590), - [anon_sym_u2199] = ACTIONS(590), - [anon_sym_drop] = ACTIONS(590), - [anon_sym_u2198] = ACTIONS(590), - [anon_sym_rotate] = ACTIONS(590), - [anon_sym_u21bb] = ACTIONS(590), - [anon_sym_windows] = ACTIONS(590), - [anon_sym_u25eb] = ACTIONS(590), - [anon_sym_keep] = ACTIONS(590), - [anon_sym_u25bd] = ACTIONS(590), - [anon_sym_find] = ACTIONS(590), - [anon_sym_u2315] = ACTIONS(590), - [anon_sym_indexof] = ACTIONS(590), - [anon_sym_u2297] = ACTIONS(590), - [anon_sym_assert] = ACTIONS(590), - [anon_sym_u2364] = ACTIONS(590), - [anon_sym_wait] = ACTIONS(590), - [anon_sym_parse] = ACTIONS(590), - [anon_sym_u22d5] = ACTIONS(590), - [anon_sym_random] = ACTIONS(590), - [anon_sym_u2682] = ACTIONS(590), - [anon_sym_gen] = ACTIONS(590), - [anon_sym_tag] = ACTIONS(590), - [anon_sym_now] = ACTIONS(590), - [anon_sym_type] = ACTIONS(590), - [anon_sym_u2e2e] = ACTIONS(590), - [anon_sym_dump] = ACTIONS(590), - [anon_sym_regex] = ACTIONS(590), - [anon_sym_send] = ACTIONS(590), - [anon_sym_recv] = ACTIONS(590), - [anon_sym_tryrecv] = ACTIONS(590), - [anon_sym_complex] = ACTIONS(590), - [anon_sym_u2102] = ACTIONS(590), - [anon_sym_rerank] = ACTIONS(590), - [anon_sym_u2607] = ACTIONS(590), - [anon_sym_fix] = ACTIONS(590), - [anon_sym_u00a4] = ACTIONS(590), - [anon_sym_QMARK] = ACTIONS(590), - [anon_sym_unique] = ACTIONS(590), - [anon_sym_u25f0] = ACTIONS(590), - [anon_sym_map] = ACTIONS(590), - [anon_sym_has] = ACTIONS(590), - [anon_sym_get] = ACTIONS(590), - [anon_sym_insert] = ACTIONS(590), - [anon_sym_remove] = ACTIONS(590), - [anon_sym_repr] = ACTIONS(590), - [anon_sym_mask] = ACTIONS(590), - [anon_sym_u29b7] = ACTIONS(590), - [anon_sym_csv] = ACTIONS(590), - [anon_sym_json] = ACTIONS(590), - [anon_sym_xlsx] = ACTIONS(590), - [anon_sym_memberOf] = ACTIONS(590), - [anon_sym_u2208] = ACTIONS(590), - [anon_sym_imen] = ACTIONS(590), - [anon_sym_gife] = ACTIONS(590), - [anon_sym_auden] = ACTIONS(590), - [anon_sym_utfu2088] = ACTIONS(590), - [anon_sym_datetime] = ACTIONS(590), - [anon_sym_chunk] = ACTIONS(590), - [anon_sym_u2444] = ACTIONS(590), - [anon_sym_choose] = ACTIONS(590), - [anon_sym_permute] = ACTIONS(590), - [anon_sym_orient] = ACTIONS(590), - [anon_sym_fft] = ACTIONS(590), - [anon_sym_reduce] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_scan] = ACTIONS(590), - [anon_sym_BSLASH] = ACTIONS(590), - [anon_sym_each] = ACTIONS(590), - [anon_sym_u2235] = ACTIONS(590), - [anon_sym_rows] = ACTIONS(590), - [anon_sym_u2261] = ACTIONS(590), - [anon_sym_repeat] = ACTIONS(590), - [anon_sym_u2365] = ACTIONS(590), - [anon_sym_dip] = ACTIONS(590), - [anon_sym_u2299] = ACTIONS(590), - [anon_sym_gap] = ACTIONS(590), - [anon_sym_u22c5] = ACTIONS(590), - [anon_sym_spawn] = ACTIONS(590), - [anon_sym_rectify] = ACTIONS(590), - [anon_sym_u2305] = ACTIONS(590), - [anon_sym_un] = ACTIONS(588), - [anon_sym_u00b0] = ACTIONS(590), - [anon_sym_on] = ACTIONS(588), - [anon_sym_u27dc] = ACTIONS(590), - [anon_sym_inventory] = ACTIONS(590), - [anon_sym_u235a] = ACTIONS(590), - [anon_sym_content] = ACTIONS(590), - [anon_sym_u25c7] = ACTIONS(590), - [anon_sym_pool] = ACTIONS(590), - [anon_sym_stringify] = ACTIONS(590), - [anon_sym_signature] = ACTIONS(590), - [anon_sym_triangle] = ACTIONS(590), - [anon_sym_u25f9] = ACTIONS(590), - [anon_sym_astar] = ACTIONS(590), - [anon_sym_but] = ACTIONS(590), - [anon_sym_u2919] = ACTIONS(590), - [anon_sym_with] = ACTIONS(590), - [anon_sym_u291a] = ACTIONS(590), - [anon_sym_above] = ACTIONS(590), - [anon_sym_u25e0] = ACTIONS(590), - [anon_sym_below] = ACTIONS(590), - [anon_sym_u25e1] = ACTIONS(590), - [anon_sym_fold] = ACTIONS(590), - [anon_sym_u2227] = ACTIONS(590), - [anon_sym_table] = ACTIONS(590), - [anon_sym_u229e] = ACTIONS(590), - [anon_sym_group] = ACTIONS(590), - [anon_sym_u2295] = ACTIONS(590), - [anon_sym_partition] = ACTIONS(590), - [anon_sym_u229c] = ACTIONS(590), - [anon_sym_both] = ACTIONS(590), - [anon_sym_u2229] = ACTIONS(590), - [anon_sym_bracket] = ACTIONS(590), - [anon_sym_u2293] = ACTIONS(590), - [anon_sym_fork] = ACTIONS(590), - [anon_sym_u2283] = ACTIONS(590), - [anon_sym_under] = ACTIONS(590), - [anon_sym_u235c] = ACTIONS(590), - [anon_sym_fill] = ACTIONS(590), - [anon_sym_u2b1a] = ACTIONS(590), - [anon_sym_try] = ACTIONS(588), - [anon_sym_u2363] = ACTIONS(590), - [anon_sym_do] = ACTIONS(588), - [anon_sym_u2362] = ACTIONS(590), - [anon_sym_setinv] = ACTIONS(590), - [anon_sym_setunder] = ACTIONS(590), - [anon_sym_f] = ACTIONS(588), - [anon_sym_by] = ACTIONS(588), - [anon_sym_u22b8] = ACTIONS(590), - [anon_sym_quote] = ACTIONS(590), - [anon_sym_struct] = ACTIONS(590), - [anon_sym_u2765] = ACTIONS(590), - [anon_sym_u2192] = ACTIONS(590), - [anon_sym_u2237] = ACTIONS(590), - [anon_sym_u00b7] = ACTIONS(590), - [anon_sym_u235b] = ACTIONS(590), - [anon_sym_u2302] = ACTIONS(590), - [anon_sym_u21b0] = ACTIONS(590), - [anon_sym_unpack] = ACTIONS(590), - [anon_sym_u2290] = ACTIONS(590), - [anon_sym_u229d] = ACTIONS(590), - [anon_sym_cross] = ACTIONS(590), - [anon_sym_u22a0] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_deal] = ACTIONS(590), - [anon_sym_strands] = ACTIONS(590), - [anon_sym_u203f] = ACTIONS(590), - [anon_sym_member] = ACTIONS(588), - [anon_sym_u220a] = ACTIONS(590), - [anon_sym_coordinate] = ACTIONS(590), - [anon_sym_u27d4] = ACTIONS(590), - [anon_sym_u03bb] = ACTIONS(590), - [anon_sym_u22ca] = ACTIONS(590), - [sym__endOfLine] = ACTIONS(590), + [ts_builtin_sym_end] = ACTIONS(536), + [aux_sym_number_token1] = ACTIONS(534), + [sym_fraction] = ACTIONS(536), + [anon_sym_Days] = ACTIONS(534), + [anon_sym_Months] = ACTIONS(534), + [anon_sym_MonthDays] = ACTIONS(534), + [anon_sym_LeanMonthDays] = ACTIONS(534), + [anon_sym_White] = ACTIONS(534), + [anon_sym_Black] = ACTIONS(534), + [anon_sym_Red] = ACTIONS(534), + [anon_sym_Orange] = ACTIONS(534), + [anon_sym_Yellow] = ACTIONS(534), + [anon_sym_Green] = ACTIONS(534), + [anon_sym_Cyan] = ACTIONS(534), + [anon_sym_Blue] = ACTIONS(534), + [anon_sym_Purple] = ACTIONS(534), + [anon_sym_Magenta] = ACTIONS(534), + [anon_sym_Gay] = ACTIONS(534), + [anon_sym_Lesbian] = ACTIONS(534), + [anon_sym_Bi] = ACTIONS(534), + [anon_sym_Trans] = ACTIONS(534), + [anon_sym_Pan] = ACTIONS(534), + [anon_sym_Ace] = ACTIONS(534), + [anon_sym_Aro] = ACTIONS(534), + [anon_sym_Aroace] = ACTIONS(534), + [anon_sym_Enby] = ACTIONS(534), + [anon_sym_Fluid] = ACTIONS(534), + [anon_sym_Queer] = ACTIONS(534), + [anon_sym_Agender] = ACTIONS(534), + [anon_sym_PrideFlags] = ACTIONS(534), + [anon_sym_PrideFlagNames] = ACTIONS(534), + [anon_sym_True] = ACTIONS(534), + [anon_sym_False] = ACTIONS(534), + [anon_sym_NULL] = ACTIONS(534), + [anon_sym_Logo] = ACTIONS(534), + [anon_sym_Lena] = ACTIONS(534), + [anon_sym_Music] = ACTIONS(534), + [anon_sym_Lorem] = ACTIONS(534), + [anon_sym_Os] = ACTIONS(534), + [anon_sym_Family] = ACTIONS(534), + [anon_sym_Arch] = ACTIONS(534), + [anon_sym_ExeExt] = ACTIONS(534), + [anon_sym_DllExt] = ACTIONS(534), + [anon_sym_Sep] = ACTIONS(534), + [anon_sym_ThisFile] = ACTIONS(534), + [anon_sym_ThisFileName] = ACTIONS(534), + [anon_sym_ThisFileDir] = ACTIONS(534), + [anon_sym_WorkingDir] = ACTIONS(534), + [anon_sym_NumProcs] = ACTIONS(534), + [anon_sym_Planets] = ACTIONS(534), + [anon_sym_Zodiac] = ACTIONS(534), + [anon_sym_Suits] = ACTIONS(534), + [anon_sym_Cards] = ACTIONS(534), + [anon_sym_Chess] = ACTIONS(534), + [anon_sym_Moon] = ACTIONS(534), + [anon_sym_Skin] = ACTIONS(534), + [anon_sym_People] = ACTIONS(534), + [anon_sym_Hair] = ACTIONS(534), + [anon_sym_Cat] = ACTIONS(534), + [aux_sym_character_token1] = ACTIONS(536), + [sym_string] = ACTIONS(536), + [sym_multiLineString] = ACTIONS(536), + [sym_identifier] = ACTIONS(534), + [sym_identifierDeprecated] = ACTIONS(534), + [sym_system] = ACTIONS(536), + [sym_comment] = ACTIONS(534), + [sym_openParen] = ACTIONS(536), + [sym_openCurly] = ACTIONS(536), + [sym_openBracket] = ACTIONS(534), + [sym_underscore] = ACTIONS(536), + [anon_sym_CARET] = ACTIONS(536), + [anon_sym_SQUOTE] = ACTIONS(534), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(536), + [anon_sym_e] = ACTIONS(534), + [anon_sym_NaN] = ACTIONS(534), + [anon_sym_eta] = ACTIONS(536), + [anon_sym_u03b7] = ACTIONS(534), + [anon_sym_pi] = ACTIONS(534), + [anon_sym_u03c0] = ACTIONS(534), + [anon_sym_tau] = ACTIONS(536), + [anon_sym_u03c4] = ACTIONS(534), + [anon_sym_infinity] = ACTIONS(536), + [anon_sym_u221e] = ACTIONS(536), + [anon_sym_W] = ACTIONS(534), + [anon_sym_i] = ACTIONS(534), + [anon_sym_MaxInt] = ACTIONS(534), + [anon_sym_HexDigits] = ACTIONS(534), + [anon_sym_DOT] = ACTIONS(536), + [anon_sym_COMMA] = ACTIONS(536), + [anon_sym_COLON] = ACTIONS(536), + [anon_sym_u25cc] = ACTIONS(536), + [anon_sym_identity] = ACTIONS(536), + [anon_sym_id] = ACTIONS(534), + [anon_sym_u2218] = ACTIONS(536), + [anon_sym_not] = ACTIONS(536), + [anon_sym_u00ac] = ACTIONS(536), + [anon_sym_sign] = ACTIONS(534), + [anon_sym_u00b1] = ACTIONS(536), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_u00af] = ACTIONS(534), + [anon_sym_absolutevalue] = ACTIONS(536), + [anon_sym_u2335] = ACTIONS(536), + [anon_sym_sqrt] = ACTIONS(536), + [anon_sym_u221a] = ACTIONS(536), + [anon_sym_sine] = ACTIONS(536), + [anon_sym_u25cb] = ACTIONS(536), + [anon_sym_u223f] = ACTIONS(536), + [anon_sym_floor] = ACTIONS(536), + [anon_sym_u230a] = ACTIONS(536), + [anon_sym_ceiling] = ACTIONS(536), + [anon_sym_u2308] = ACTIONS(536), + [anon_sym_round] = ACTIONS(536), + [anon_sym_u2045] = ACTIONS(536), + [anon_sym_EQ] = ACTIONS(536), + [anon_sym_BANG_EQ] = ACTIONS(536), + [anon_sym_u2260] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(534), + [anon_sym_LT_EQ] = ACTIONS(536), + [anon_sym_u2264] = ACTIONS(536), + [anon_sym_GT] = ACTIONS(534), + [anon_sym_GT_EQ] = ACTIONS(536), + [anon_sym_u2265] = ACTIONS(536), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(536), + [anon_sym_STAR] = ACTIONS(536), + [anon_sym_u00d7] = ACTIONS(536), + [anon_sym_PERCENT] = ACTIONS(536), + [anon_sym_u00f7] = ACTIONS(536), + [anon_sym_modulus] = ACTIONS(536), + [anon_sym_u25ff] = ACTIONS(536), + [anon_sym_power] = ACTIONS(536), + [anon_sym_u207f] = ACTIONS(536), + [anon_sym_logarithm] = ACTIONS(536), + [anon_sym_u2099] = ACTIONS(536), + [anon_sym_minimum] = ACTIONS(536), + [anon_sym_u21a7] = ACTIONS(536), + [anon_sym_maximum] = ACTIONS(536), + [anon_sym_u21a5] = ACTIONS(536), + [anon_sym_atangent] = ACTIONS(536), + [anon_sym_u2220] = ACTIONS(536), + [anon_sym_length] = ACTIONS(536), + [anon_sym_u29fb] = ACTIONS(536), + [anon_sym_shape] = ACTIONS(536), + [anon_sym_u25b3] = ACTIONS(536), + [anon_sym_range] = ACTIONS(536), + [anon_sym_u21e1] = ACTIONS(536), + [anon_sym_first] = ACTIONS(536), + [anon_sym_u22a2] = ACTIONS(536), + [anon_sym_reverse] = ACTIONS(536), + [anon_sym_u21cc] = ACTIONS(536), + [anon_sym_deshape] = ACTIONS(536), + [anon_sym_u266d] = ACTIONS(536), + [anon_sym_bits] = ACTIONS(536), + [anon_sym_u22ef] = ACTIONS(536), + [anon_sym_transpose] = ACTIONS(536), + [anon_sym_u2349] = ACTIONS(536), + [anon_sym_rise] = ACTIONS(536), + [anon_sym_u234f] = ACTIONS(536), + [anon_sym_fall] = ACTIONS(536), + [anon_sym_u2356] = ACTIONS(536), + [anon_sym_where] = ACTIONS(536), + [anon_sym_u229a] = ACTIONS(536), + [anon_sym_classify] = ACTIONS(536), + [anon_sym_u229b] = ACTIONS(536), + [anon_sym_deduplicate] = ACTIONS(536), + [anon_sym_u25f4] = ACTIONS(536), + [anon_sym_box] = ACTIONS(536), + [anon_sym_u25a1] = ACTIONS(536), + [anon_sym_match] = ACTIONS(536), + [anon_sym_u224d] = ACTIONS(536), + [anon_sym_couple] = ACTIONS(536), + [anon_sym_u229f] = ACTIONS(536), + [anon_sym_join] = ACTIONS(536), + [anon_sym_u2282] = ACTIONS(536), + [anon_sym_select] = ACTIONS(536), + [anon_sym_u228f] = ACTIONS(536), + [anon_sym_pick] = ACTIONS(536), + [anon_sym_u22a1] = ACTIONS(536), + [anon_sym_reshape] = ACTIONS(536), + [anon_sym_u21af] = ACTIONS(536), + [anon_sym_take] = ACTIONS(536), + [anon_sym_u2199] = ACTIONS(536), + [anon_sym_drop] = ACTIONS(536), + [anon_sym_u2198] = ACTIONS(536), + [anon_sym_rotate] = ACTIONS(536), + [anon_sym_u21bb] = ACTIONS(536), + [anon_sym_windows] = ACTIONS(536), + [anon_sym_u25eb] = ACTIONS(536), + [anon_sym_keep] = ACTIONS(536), + [anon_sym_u25bd] = ACTIONS(536), + [anon_sym_find] = ACTIONS(536), + [anon_sym_u2315] = ACTIONS(536), + [anon_sym_indexof] = ACTIONS(536), + [anon_sym_u2297] = ACTIONS(536), + [anon_sym_assert] = ACTIONS(536), + [anon_sym_u2364] = ACTIONS(536), + [anon_sym_wait] = ACTIONS(536), + [anon_sym_parse] = ACTIONS(536), + [anon_sym_u22d5] = ACTIONS(536), + [anon_sym_random] = ACTIONS(536), + [anon_sym_u2682] = ACTIONS(536), + [anon_sym_gen] = ACTIONS(536), + [anon_sym_tag] = ACTIONS(536), + [anon_sym_now] = ACTIONS(536), + [anon_sym_type] = ACTIONS(536), + [anon_sym_u2e2e] = ACTIONS(536), + [anon_sym_dump] = ACTIONS(536), + [anon_sym_regex] = ACTIONS(536), + [anon_sym_send] = ACTIONS(536), + [anon_sym_recv] = ACTIONS(536), + [anon_sym_tryrecv] = ACTIONS(536), + [anon_sym_complex] = ACTIONS(536), + [anon_sym_u2102] = ACTIONS(536), + [anon_sym_rerank] = ACTIONS(536), + [anon_sym_u2607] = ACTIONS(536), + [anon_sym_fix] = ACTIONS(536), + [anon_sym_u00a4] = ACTIONS(536), + [anon_sym_QMARK] = ACTIONS(536), + [anon_sym_unique] = ACTIONS(536), + [anon_sym_u25f0] = ACTIONS(536), + [anon_sym_map] = ACTIONS(536), + [anon_sym_has] = ACTIONS(536), + [anon_sym_get] = ACTIONS(536), + [anon_sym_insert] = ACTIONS(536), + [anon_sym_remove] = ACTIONS(536), + [anon_sym_repr] = ACTIONS(536), + [anon_sym_mask] = ACTIONS(536), + [anon_sym_u29b7] = ACTIONS(536), + [anon_sym_csv] = ACTIONS(536), + [anon_sym_json] = ACTIONS(536), + [anon_sym_xlsx] = ACTIONS(536), + [anon_sym_memberOf] = ACTIONS(536), + [anon_sym_u2208] = ACTIONS(536), + [anon_sym_imen] = ACTIONS(536), + [anon_sym_gife] = ACTIONS(536), + [anon_sym_auden] = ACTIONS(536), + [anon_sym_utfu2088] = ACTIONS(536), + [anon_sym_datetime] = ACTIONS(536), + [anon_sym_choose] = ACTIONS(536), + [anon_sym_permute] = ACTIONS(536), + [anon_sym_orient] = ACTIONS(536), + [anon_sym_u2938] = ACTIONS(536), + [anon_sym_fft] = ACTIONS(536), + [anon_sym_graphemes] = ACTIONS(536), + [anon_sym_timezone] = ACTIONS(536), + [anon_sym_around] = ACTIONS(536), + [anon_sym_u2019] = ACTIONS(536), + [anon_sym_base] = ACTIONS(536), + [anon_sym_sort] = ACTIONS(536), + [anon_sym_u2346] = ACTIONS(536), + [anon_sym_last] = ACTIONS(536), + [anon_sym_u22a3] = ACTIONS(536), + [anon_sym_reduce] = ACTIONS(536), + [anon_sym_SLASH] = ACTIONS(536), + [anon_sym_scan] = ACTIONS(536), + [anon_sym_BSLASH] = ACTIONS(536), + [anon_sym_each] = ACTIONS(536), + [anon_sym_u2235] = ACTIONS(536), + [anon_sym_rows] = ACTIONS(536), + [anon_sym_u2261] = ACTIONS(536), + [anon_sym_repeat] = ACTIONS(536), + [anon_sym_u2365] = ACTIONS(536), + [anon_sym_dip] = ACTIONS(536), + [anon_sym_u2299] = ACTIONS(536), + [anon_sym_gap] = ACTIONS(536), + [anon_sym_u22c5] = ACTIONS(536), + [anon_sym_spawn] = ACTIONS(536), + [anon_sym_rectify] = ACTIONS(536), + [anon_sym_u2305] = ACTIONS(536), + [anon_sym_un] = ACTIONS(534), + [anon_sym_u00b0] = ACTIONS(536), + [anon_sym_on] = ACTIONS(534), + [anon_sym_u27dc] = ACTIONS(536), + [anon_sym_inventory] = ACTIONS(536), + [anon_sym_u235a] = ACTIONS(536), + [anon_sym_content] = ACTIONS(536), + [anon_sym_u25c7] = ACTIONS(536), + [anon_sym_pool] = ACTIONS(536), + [anon_sym_stringify] = ACTIONS(536), + [anon_sym_signature] = ACTIONS(536), + [anon_sym_triangle] = ACTIONS(536), + [anon_sym_u25f9] = ACTIONS(536), + [anon_sym_astar] = ACTIONS(536), + [anon_sym_with] = ACTIONS(536), + [anon_sym_u2919] = ACTIONS(536), + [anon_sym_off] = ACTIONS(536), + [anon_sym_u291a] = ACTIONS(536), + [anon_sym_above] = ACTIONS(536), + [anon_sym_u25e0] = ACTIONS(536), + [anon_sym_below] = ACTIONS(536), + [anon_sym_u25e1] = ACTIONS(536), + [anon_sym_anti] = ACTIONS(536), + [anon_sym_u231d] = ACTIONS(536), + [anon_sym_obverse] = ACTIONS(536), + [anon_sym_toples] = ACTIONS(536), + [anon_sym_u29c5] = ACTIONS(536), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(536), + [anon_sym_fold] = ACTIONS(536), + [anon_sym_u2227] = ACTIONS(536), + [anon_sym_table] = ACTIONS(536), + [anon_sym_u229e] = ACTIONS(536), + [anon_sym_group] = ACTIONS(536), + [anon_sym_u2295] = ACTIONS(536), + [anon_sym_partition] = ACTIONS(536), + [anon_sym_u229c] = ACTIONS(536), + [anon_sym_both] = ACTIONS(536), + [anon_sym_u2229] = ACTIONS(536), + [anon_sym_bracket] = ACTIONS(536), + [anon_sym_u2293] = ACTIONS(536), + [anon_sym_fork] = ACTIONS(536), + [anon_sym_u2283] = ACTIONS(536), + [anon_sym_under] = ACTIONS(536), + [anon_sym_u235c] = ACTIONS(536), + [anon_sym_fill] = ACTIONS(536), + [anon_sym_u2b1a] = ACTIONS(536), + [anon_sym_try] = ACTIONS(534), + [anon_sym_u2363] = ACTIONS(536), + [anon_sym_do] = ACTIONS(534), + [anon_sym_u2362] = ACTIONS(536), + [anon_sym_f] = ACTIONS(534), + [anon_sym_by] = ACTIONS(534), + [anon_sym_u22b8] = ACTIONS(536), + [anon_sym_quote] = ACTIONS(536), + [anon_sym_u2765] = ACTIONS(536), + [anon_sym_u2192] = ACTIONS(536), + [anon_sym_u2237] = ACTIONS(536), + [anon_sym_u00b7] = ACTIONS(536), + [anon_sym_u235b] = ACTIONS(536), + [anon_sym_u2302] = ACTIONS(536), + [anon_sym_u21b0] = ACTIONS(536), + [anon_sym_unpack] = ACTIONS(536), + [anon_sym_u2290] = ACTIONS(536), + [anon_sym_u229d] = ACTIONS(536), + [anon_sym_cross] = ACTIONS(536), + [anon_sym_u22a0] = ACTIONS(536), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_deal] = ACTIONS(536), + [anon_sym_member] = ACTIONS(534), + [anon_sym_u220a] = ACTIONS(536), + [anon_sym_coordinate] = ACTIONS(536), + [anon_sym_u27d4] = ACTIONS(536), + [anon_sym_u03bb] = ACTIONS(536), + [anon_sym_u22ca] = ACTIONS(536), + [anon_sym_chunk] = ACTIONS(536), + [anon_sym_u2444] = ACTIONS(536), + [anon_sym_setinv] = ACTIONS(536), + [anon_sym_setund] = ACTIONS(536), + [anon_sym_struct] = ACTIONS(536), + [sym__endOfLine] = ACTIONS(536), }, [135] = { - [ts_builtin_sym_end] = ACTIONS(574), - [aux_sym_number_token1] = ACTIONS(572), - [sym_fraction] = ACTIONS(574), - [anon_sym_Days] = ACTIONS(572), - [anon_sym_Months] = ACTIONS(572), - [anon_sym_MonthDays] = ACTIONS(572), - [anon_sym_LeanMonthDays] = ACTIONS(572), - [anon_sym_White] = ACTIONS(572), - [anon_sym_Black] = ACTIONS(572), - [anon_sym_Red] = ACTIONS(572), - [anon_sym_Orange] = ACTIONS(572), - [anon_sym_Yellow] = ACTIONS(572), - [anon_sym_Green] = ACTIONS(572), - [anon_sym_Cyan] = ACTIONS(572), - [anon_sym_Blue] = ACTIONS(572), - [anon_sym_Purple] = ACTIONS(572), - [anon_sym_Magenta] = ACTIONS(572), - [anon_sym_Gay] = ACTIONS(572), - [anon_sym_Lesbian] = ACTIONS(572), - [anon_sym_Bi] = ACTIONS(572), - [anon_sym_Trans] = ACTIONS(572), - [anon_sym_Pan] = ACTIONS(572), - [anon_sym_Ace] = ACTIONS(572), - [anon_sym_Aro] = ACTIONS(572), - [anon_sym_Aroace] = ACTIONS(572), - [anon_sym_Enby] = ACTIONS(572), - [anon_sym_Fluid] = ACTIONS(572), - [anon_sym_Queer] = ACTIONS(572), - [anon_sym_Agender] = ACTIONS(572), - [anon_sym_PrideFlags] = ACTIONS(572), - [anon_sym_PrideFlagNames] = ACTIONS(572), - [anon_sym_True] = ACTIONS(572), - [anon_sym_False] = ACTIONS(572), - [anon_sym_NULL] = ACTIONS(572), - [anon_sym_Logo] = ACTIONS(572), - [anon_sym_Lena] = ACTIONS(572), - [anon_sym_Music] = ACTIONS(572), - [anon_sym_Lorem] = ACTIONS(572), - [anon_sym_Os] = ACTIONS(572), - [anon_sym_Family] = ACTIONS(572), - [anon_sym_Arch] = ACTIONS(572), - [anon_sym_ExeExt] = ACTIONS(572), - [anon_sym_DllExt] = ACTIONS(572), - [anon_sym_Sep] = ACTIONS(572), - [anon_sym_ThisFile] = ACTIONS(572), - [anon_sym_ThisFileName] = ACTIONS(572), - [anon_sym_ThisFileDir] = ACTIONS(572), - [anon_sym_WorkingDir] = ACTIONS(572), - [anon_sym_NumProcs] = ACTIONS(572), - [anon_sym_Planets] = ACTIONS(572), - [anon_sym_Zodiac] = ACTIONS(572), - [anon_sym_Suits] = ACTIONS(572), - [anon_sym_Cards] = ACTIONS(572), - [anon_sym_Chess] = ACTIONS(572), - [anon_sym_Moon] = ACTIONS(572), - [anon_sym_Skin] = ACTIONS(572), - [anon_sym_People] = ACTIONS(572), - [anon_sym_Hair] = ACTIONS(572), - [aux_sym_character_token1] = ACTIONS(574), - [sym_string] = ACTIONS(574), - [sym_multiLineString] = ACTIONS(574), - [sym_identifier] = ACTIONS(572), - [sym_identifierDeprecated] = ACTIONS(572), - [sym_system] = ACTIONS(574), - [sym_comment] = ACTIONS(572), - [sym_openParen] = ACTIONS(574), - [sym_openCurly] = ACTIONS(574), - [sym_openBracket] = ACTIONS(574), - [sym_underscore] = ACTIONS(574), - [anon_sym_CARET] = ACTIONS(574), - [anon_sym_SQUOTE] = ACTIONS(572), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(574), - [anon_sym_e] = ACTIONS(572), - [anon_sym_NaN] = ACTIONS(572), - [anon_sym_eta] = ACTIONS(574), - [anon_sym_u03b7] = ACTIONS(572), - [anon_sym_pi] = ACTIONS(572), - [anon_sym_u03c0] = ACTIONS(572), - [anon_sym_tau] = ACTIONS(574), - [anon_sym_u03c4] = ACTIONS(572), - [anon_sym_infinity] = ACTIONS(574), - [anon_sym_u221e] = ACTIONS(574), - [anon_sym_W] = ACTIONS(572), - [anon_sym_i] = ACTIONS(572), - [anon_sym_MaxInt] = ACTIONS(572), - [anon_sym_HexDigits] = ACTIONS(572), - [anon_sym_DOT] = ACTIONS(574), - [anon_sym_COMMA] = ACTIONS(574), - [anon_sym_COLON] = ACTIONS(574), - [anon_sym_u25cc] = ACTIONS(574), - [anon_sym_identity] = ACTIONS(574), - [anon_sym_id] = ACTIONS(572), - [anon_sym_u2218] = ACTIONS(574), - [anon_sym_not] = ACTIONS(574), - [anon_sym_u00ac] = ACTIONS(574), - [anon_sym_sign] = ACTIONS(572), - [anon_sym_u00b1] = ACTIONS(574), - [anon_sym_BQUOTE] = ACTIONS(574), - [anon_sym_u00af] = ACTIONS(572), - [anon_sym_absolutevalue] = ACTIONS(574), - [anon_sym_u2335] = ACTIONS(574), - [anon_sym_sqrt] = ACTIONS(574), - [anon_sym_u221a] = ACTIONS(574), - [anon_sym_sine] = ACTIONS(574), - [anon_sym_u25cb] = ACTIONS(574), - [anon_sym_u223f] = ACTIONS(574), - [anon_sym_floor] = ACTIONS(574), - [anon_sym_u230a] = ACTIONS(574), - [anon_sym_ceiling] = ACTIONS(574), - [anon_sym_u2308] = ACTIONS(574), - [anon_sym_round] = ACTIONS(574), - [anon_sym_u2045] = ACTIONS(574), - [anon_sym_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_u2260] = ACTIONS(574), - [anon_sym_LT] = ACTIONS(572), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_u2264] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(572), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_u2265] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_u00d7] = ACTIONS(574), - [anon_sym_PERCENT] = ACTIONS(574), - [anon_sym_u00f7] = ACTIONS(574), - [anon_sym_modulus] = ACTIONS(574), - [anon_sym_u25ff] = ACTIONS(574), - [anon_sym_power] = ACTIONS(574), - [anon_sym_u207f] = ACTIONS(574), - [anon_sym_logarithm] = ACTIONS(574), - [anon_sym_u2099] = ACTIONS(574), - [anon_sym_minimum] = ACTIONS(574), - [anon_sym_u21a7] = ACTIONS(574), - [anon_sym_maximum] = ACTIONS(574), - [anon_sym_u21a5] = ACTIONS(574), - [anon_sym_atangent] = ACTIONS(574), - [anon_sym_u2220] = ACTIONS(574), - [anon_sym_length] = ACTIONS(574), - [anon_sym_u29fb] = ACTIONS(574), - [anon_sym_shape] = ACTIONS(574), - [anon_sym_u25b3] = ACTIONS(574), - [anon_sym_range] = ACTIONS(574), - [anon_sym_u21e1] = ACTIONS(574), - [anon_sym_first] = ACTIONS(574), - [anon_sym_u22a2] = ACTIONS(574), - [anon_sym_reverse] = ACTIONS(574), - [anon_sym_u21cc] = ACTIONS(574), - [anon_sym_deshape] = ACTIONS(574), - [anon_sym_u266d] = ACTIONS(574), - [anon_sym_bits] = ACTIONS(574), - [anon_sym_u22ef] = ACTIONS(574), - [anon_sym_transpose] = ACTIONS(574), - [anon_sym_u2349] = ACTIONS(574), - [anon_sym_rise] = ACTIONS(574), - [anon_sym_u234f] = ACTIONS(574), - [anon_sym_fall] = ACTIONS(574), - [anon_sym_u2356] = ACTIONS(574), - [anon_sym_where] = ACTIONS(574), - [anon_sym_u229a] = ACTIONS(574), - [anon_sym_classify] = ACTIONS(574), - [anon_sym_u229b] = ACTIONS(574), - [anon_sym_deduplicate] = ACTIONS(574), - [anon_sym_u25f4] = ACTIONS(574), - [anon_sym_box] = ACTIONS(574), - [anon_sym_u25a1] = ACTIONS(574), - [anon_sym_match] = ACTIONS(574), - [anon_sym_u224d] = ACTIONS(574), - [anon_sym_couple] = ACTIONS(574), - [anon_sym_u229f] = ACTIONS(574), - [anon_sym_join] = ACTIONS(574), - [anon_sym_u2282] = ACTIONS(574), - [anon_sym_select] = ACTIONS(574), - [anon_sym_u228f] = ACTIONS(574), - [anon_sym_pick] = ACTIONS(574), - [anon_sym_u22a1] = ACTIONS(574), - [anon_sym_reshape] = ACTIONS(574), - [anon_sym_u21af] = ACTIONS(574), - [anon_sym_take] = ACTIONS(574), - [anon_sym_u2199] = ACTIONS(574), - [anon_sym_drop] = ACTIONS(574), - [anon_sym_u2198] = ACTIONS(574), - [anon_sym_rotate] = ACTIONS(574), - [anon_sym_u21bb] = ACTIONS(574), - [anon_sym_windows] = ACTIONS(574), - [anon_sym_u25eb] = ACTIONS(574), - [anon_sym_keep] = ACTIONS(574), - [anon_sym_u25bd] = ACTIONS(574), - [anon_sym_find] = ACTIONS(574), - [anon_sym_u2315] = ACTIONS(574), - [anon_sym_indexof] = ACTIONS(574), - [anon_sym_u2297] = ACTIONS(574), - [anon_sym_assert] = ACTIONS(574), - [anon_sym_u2364] = ACTIONS(574), - [anon_sym_wait] = ACTIONS(574), - [anon_sym_parse] = ACTIONS(574), - [anon_sym_u22d5] = ACTIONS(574), - [anon_sym_random] = ACTIONS(574), - [anon_sym_u2682] = ACTIONS(574), - [anon_sym_gen] = ACTIONS(574), - [anon_sym_tag] = ACTIONS(574), - [anon_sym_now] = ACTIONS(574), - [anon_sym_type] = ACTIONS(574), - [anon_sym_u2e2e] = ACTIONS(574), - [anon_sym_dump] = ACTIONS(574), - [anon_sym_regex] = ACTIONS(574), - [anon_sym_send] = ACTIONS(574), - [anon_sym_recv] = ACTIONS(574), - [anon_sym_tryrecv] = ACTIONS(574), - [anon_sym_complex] = ACTIONS(574), - [anon_sym_u2102] = ACTIONS(574), - [anon_sym_rerank] = ACTIONS(574), - [anon_sym_u2607] = ACTIONS(574), - [anon_sym_fix] = ACTIONS(574), - [anon_sym_u00a4] = ACTIONS(574), - [anon_sym_QMARK] = ACTIONS(574), - [anon_sym_unique] = ACTIONS(574), - [anon_sym_u25f0] = ACTIONS(574), - [anon_sym_map] = ACTIONS(574), - [anon_sym_has] = ACTIONS(574), - [anon_sym_get] = ACTIONS(574), - [anon_sym_insert] = ACTIONS(574), - [anon_sym_remove] = ACTIONS(574), - [anon_sym_repr] = ACTIONS(574), - [anon_sym_mask] = ACTIONS(574), - [anon_sym_u29b7] = ACTIONS(574), - [anon_sym_csv] = ACTIONS(574), - [anon_sym_json] = ACTIONS(574), - [anon_sym_xlsx] = ACTIONS(574), - [anon_sym_memberOf] = ACTIONS(574), - [anon_sym_u2208] = ACTIONS(574), - [anon_sym_imen] = ACTIONS(574), - [anon_sym_gife] = ACTIONS(574), - [anon_sym_auden] = ACTIONS(574), - [anon_sym_utfu2088] = ACTIONS(574), - [anon_sym_datetime] = ACTIONS(574), - [anon_sym_chunk] = ACTIONS(574), - [anon_sym_u2444] = ACTIONS(574), - [anon_sym_choose] = ACTIONS(574), - [anon_sym_permute] = ACTIONS(574), - [anon_sym_orient] = ACTIONS(574), - [anon_sym_fft] = ACTIONS(574), - [anon_sym_reduce] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_scan] = ACTIONS(574), - [anon_sym_BSLASH] = ACTIONS(574), - [anon_sym_each] = ACTIONS(574), - [anon_sym_u2235] = ACTIONS(574), - [anon_sym_rows] = ACTIONS(574), - [anon_sym_u2261] = ACTIONS(574), - [anon_sym_repeat] = ACTIONS(574), - [anon_sym_u2365] = ACTIONS(574), - [anon_sym_dip] = ACTIONS(574), - [anon_sym_u2299] = ACTIONS(574), - [anon_sym_gap] = ACTIONS(574), - [anon_sym_u22c5] = ACTIONS(574), - [anon_sym_spawn] = ACTIONS(574), - [anon_sym_rectify] = ACTIONS(574), - [anon_sym_u2305] = ACTIONS(574), - [anon_sym_un] = ACTIONS(572), - [anon_sym_u00b0] = ACTIONS(574), - [anon_sym_on] = ACTIONS(572), - [anon_sym_u27dc] = ACTIONS(574), - [anon_sym_inventory] = ACTIONS(574), - [anon_sym_u235a] = ACTIONS(574), - [anon_sym_content] = ACTIONS(574), - [anon_sym_u25c7] = ACTIONS(574), - [anon_sym_pool] = ACTIONS(574), - [anon_sym_stringify] = ACTIONS(574), - [anon_sym_signature] = ACTIONS(574), - [anon_sym_triangle] = ACTIONS(574), - [anon_sym_u25f9] = ACTIONS(574), - [anon_sym_astar] = ACTIONS(574), - [anon_sym_but] = ACTIONS(574), - [anon_sym_u2919] = ACTIONS(574), - [anon_sym_with] = ACTIONS(574), - [anon_sym_u291a] = ACTIONS(574), - [anon_sym_above] = ACTIONS(574), - [anon_sym_u25e0] = ACTIONS(574), - [anon_sym_below] = ACTIONS(574), - [anon_sym_u25e1] = ACTIONS(574), - [anon_sym_fold] = ACTIONS(574), - [anon_sym_u2227] = ACTIONS(574), - [anon_sym_table] = ACTIONS(574), - [anon_sym_u229e] = ACTIONS(574), - [anon_sym_group] = ACTIONS(574), - [anon_sym_u2295] = ACTIONS(574), - [anon_sym_partition] = ACTIONS(574), - [anon_sym_u229c] = ACTIONS(574), - [anon_sym_both] = ACTIONS(574), - [anon_sym_u2229] = ACTIONS(574), - [anon_sym_bracket] = ACTIONS(574), - [anon_sym_u2293] = ACTIONS(574), - [anon_sym_fork] = ACTIONS(574), - [anon_sym_u2283] = ACTIONS(574), - [anon_sym_under] = ACTIONS(574), - [anon_sym_u235c] = ACTIONS(574), - [anon_sym_fill] = ACTIONS(574), - [anon_sym_u2b1a] = ACTIONS(574), - [anon_sym_try] = ACTIONS(572), - [anon_sym_u2363] = ACTIONS(574), - [anon_sym_do] = ACTIONS(572), - [anon_sym_u2362] = ACTIONS(574), - [anon_sym_setinv] = ACTIONS(574), - [anon_sym_setunder] = ACTIONS(574), - [anon_sym_f] = ACTIONS(572), - [anon_sym_by] = ACTIONS(572), - [anon_sym_u22b8] = ACTIONS(574), - [anon_sym_quote] = ACTIONS(574), - [anon_sym_struct] = ACTIONS(574), - [anon_sym_u2765] = ACTIONS(574), - [anon_sym_u2192] = ACTIONS(574), - [anon_sym_u2237] = ACTIONS(574), - [anon_sym_u00b7] = ACTIONS(574), - [anon_sym_u235b] = ACTIONS(574), - [anon_sym_u2302] = ACTIONS(574), - [anon_sym_u21b0] = ACTIONS(574), - [anon_sym_unpack] = ACTIONS(574), - [anon_sym_u2290] = ACTIONS(574), - [anon_sym_u229d] = ACTIONS(574), - [anon_sym_cross] = ACTIONS(574), - [anon_sym_u22a0] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_deal] = ACTIONS(574), - [anon_sym_strands] = ACTIONS(574), - [anon_sym_u203f] = ACTIONS(574), - [anon_sym_member] = ACTIONS(572), - [anon_sym_u220a] = ACTIONS(574), - [anon_sym_coordinate] = ACTIONS(574), - [anon_sym_u27d4] = ACTIONS(574), - [anon_sym_u03bb] = ACTIONS(574), - [anon_sym_u22ca] = ACTIONS(574), - [sym__endOfLine] = ACTIONS(574), + [ts_builtin_sym_end] = ACTIONS(548), + [aux_sym_number_token1] = ACTIONS(546), + [sym_fraction] = ACTIONS(548), + [anon_sym_Days] = ACTIONS(546), + [anon_sym_Months] = ACTIONS(546), + [anon_sym_MonthDays] = ACTIONS(546), + [anon_sym_LeanMonthDays] = ACTIONS(546), + [anon_sym_White] = ACTIONS(546), + [anon_sym_Black] = ACTIONS(546), + [anon_sym_Red] = ACTIONS(546), + [anon_sym_Orange] = ACTIONS(546), + [anon_sym_Yellow] = ACTIONS(546), + [anon_sym_Green] = ACTIONS(546), + [anon_sym_Cyan] = ACTIONS(546), + [anon_sym_Blue] = ACTIONS(546), + [anon_sym_Purple] = ACTIONS(546), + [anon_sym_Magenta] = ACTIONS(546), + [anon_sym_Gay] = ACTIONS(546), + [anon_sym_Lesbian] = ACTIONS(546), + [anon_sym_Bi] = ACTIONS(546), + [anon_sym_Trans] = ACTIONS(546), + [anon_sym_Pan] = ACTIONS(546), + [anon_sym_Ace] = ACTIONS(546), + [anon_sym_Aro] = ACTIONS(546), + [anon_sym_Aroace] = ACTIONS(546), + [anon_sym_Enby] = ACTIONS(546), + [anon_sym_Fluid] = ACTIONS(546), + [anon_sym_Queer] = ACTIONS(546), + [anon_sym_Agender] = ACTIONS(546), + [anon_sym_PrideFlags] = ACTIONS(546), + [anon_sym_PrideFlagNames] = ACTIONS(546), + [anon_sym_True] = ACTIONS(546), + [anon_sym_False] = ACTIONS(546), + [anon_sym_NULL] = ACTIONS(546), + [anon_sym_Logo] = ACTIONS(546), + [anon_sym_Lena] = ACTIONS(546), + [anon_sym_Music] = ACTIONS(546), + [anon_sym_Lorem] = ACTIONS(546), + [anon_sym_Os] = ACTIONS(546), + [anon_sym_Family] = ACTIONS(546), + [anon_sym_Arch] = ACTIONS(546), + [anon_sym_ExeExt] = ACTIONS(546), + [anon_sym_DllExt] = ACTIONS(546), + [anon_sym_Sep] = ACTIONS(546), + [anon_sym_ThisFile] = ACTIONS(546), + [anon_sym_ThisFileName] = ACTIONS(546), + [anon_sym_ThisFileDir] = ACTIONS(546), + [anon_sym_WorkingDir] = ACTIONS(546), + [anon_sym_NumProcs] = ACTIONS(546), + [anon_sym_Planets] = ACTIONS(546), + [anon_sym_Zodiac] = ACTIONS(546), + [anon_sym_Suits] = ACTIONS(546), + [anon_sym_Cards] = ACTIONS(546), + [anon_sym_Chess] = ACTIONS(546), + [anon_sym_Moon] = ACTIONS(546), + [anon_sym_Skin] = ACTIONS(546), + [anon_sym_People] = ACTIONS(546), + [anon_sym_Hair] = ACTIONS(546), + [anon_sym_Cat] = ACTIONS(546), + [aux_sym_character_token1] = ACTIONS(548), + [sym_string] = ACTIONS(548), + [sym_multiLineString] = ACTIONS(548), + [sym_identifier] = ACTIONS(546), + [sym_identifierDeprecated] = ACTIONS(546), + [sym_system] = ACTIONS(548), + [sym_comment] = ACTIONS(546), + [sym_openParen] = ACTIONS(548), + [sym_openCurly] = ACTIONS(548), + [sym_openBracket] = ACTIONS(546), + [sym_underscore] = ACTIONS(548), + [anon_sym_CARET] = ACTIONS(548), + [anon_sym_SQUOTE] = ACTIONS(546), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(548), + [anon_sym_e] = ACTIONS(546), + [anon_sym_NaN] = ACTIONS(546), + [anon_sym_eta] = ACTIONS(548), + [anon_sym_u03b7] = ACTIONS(546), + [anon_sym_pi] = ACTIONS(546), + [anon_sym_u03c0] = ACTIONS(546), + [anon_sym_tau] = ACTIONS(548), + [anon_sym_u03c4] = ACTIONS(546), + [anon_sym_infinity] = ACTIONS(548), + [anon_sym_u221e] = ACTIONS(548), + [anon_sym_W] = ACTIONS(546), + [anon_sym_i] = ACTIONS(546), + [anon_sym_MaxInt] = ACTIONS(546), + [anon_sym_HexDigits] = ACTIONS(546), + [anon_sym_DOT] = ACTIONS(548), + [anon_sym_COMMA] = ACTIONS(548), + [anon_sym_COLON] = ACTIONS(548), + [anon_sym_u25cc] = ACTIONS(548), + [anon_sym_identity] = ACTIONS(548), + [anon_sym_id] = ACTIONS(546), + [anon_sym_u2218] = ACTIONS(548), + [anon_sym_not] = ACTIONS(548), + [anon_sym_u00ac] = ACTIONS(548), + [anon_sym_sign] = ACTIONS(546), + [anon_sym_u00b1] = ACTIONS(548), + [anon_sym_BQUOTE] = ACTIONS(548), + [anon_sym_u00af] = ACTIONS(546), + [anon_sym_absolutevalue] = ACTIONS(548), + [anon_sym_u2335] = ACTIONS(548), + [anon_sym_sqrt] = ACTIONS(548), + [anon_sym_u221a] = ACTIONS(548), + [anon_sym_sine] = ACTIONS(548), + [anon_sym_u25cb] = ACTIONS(548), + [anon_sym_u223f] = ACTIONS(548), + [anon_sym_floor] = ACTIONS(548), + [anon_sym_u230a] = ACTIONS(548), + [anon_sym_ceiling] = ACTIONS(548), + [anon_sym_u2308] = ACTIONS(548), + [anon_sym_round] = ACTIONS(548), + [anon_sym_u2045] = ACTIONS(548), + [anon_sym_EQ] = ACTIONS(548), + [anon_sym_BANG_EQ] = ACTIONS(548), + [anon_sym_u2260] = ACTIONS(548), + [anon_sym_LT] = ACTIONS(546), + [anon_sym_LT_EQ] = ACTIONS(548), + [anon_sym_u2264] = ACTIONS(548), + [anon_sym_GT] = ACTIONS(546), + [anon_sym_GT_EQ] = ACTIONS(548), + [anon_sym_u2265] = ACTIONS(548), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_STAR] = ACTIONS(548), + [anon_sym_u00d7] = ACTIONS(548), + [anon_sym_PERCENT] = ACTIONS(548), + [anon_sym_u00f7] = ACTIONS(548), + [anon_sym_modulus] = ACTIONS(548), + [anon_sym_u25ff] = ACTIONS(548), + [anon_sym_power] = ACTIONS(548), + [anon_sym_u207f] = ACTIONS(548), + [anon_sym_logarithm] = ACTIONS(548), + [anon_sym_u2099] = ACTIONS(548), + [anon_sym_minimum] = ACTIONS(548), + [anon_sym_u21a7] = ACTIONS(548), + [anon_sym_maximum] = ACTIONS(548), + [anon_sym_u21a5] = ACTIONS(548), + [anon_sym_atangent] = ACTIONS(548), + [anon_sym_u2220] = ACTIONS(548), + [anon_sym_length] = ACTIONS(548), + [anon_sym_u29fb] = ACTIONS(548), + [anon_sym_shape] = ACTIONS(548), + [anon_sym_u25b3] = ACTIONS(548), + [anon_sym_range] = ACTIONS(548), + [anon_sym_u21e1] = ACTIONS(548), + [anon_sym_first] = ACTIONS(548), + [anon_sym_u22a2] = ACTIONS(548), + [anon_sym_reverse] = ACTIONS(548), + [anon_sym_u21cc] = ACTIONS(548), + [anon_sym_deshape] = ACTIONS(548), + [anon_sym_u266d] = ACTIONS(548), + [anon_sym_bits] = ACTIONS(548), + [anon_sym_u22ef] = ACTIONS(548), + [anon_sym_transpose] = ACTIONS(548), + [anon_sym_u2349] = ACTIONS(548), + [anon_sym_rise] = ACTIONS(548), + [anon_sym_u234f] = ACTIONS(548), + [anon_sym_fall] = ACTIONS(548), + [anon_sym_u2356] = ACTIONS(548), + [anon_sym_where] = ACTIONS(548), + [anon_sym_u229a] = ACTIONS(548), + [anon_sym_classify] = ACTIONS(548), + [anon_sym_u229b] = ACTIONS(548), + [anon_sym_deduplicate] = ACTIONS(548), + [anon_sym_u25f4] = ACTIONS(548), + [anon_sym_box] = ACTIONS(548), + [anon_sym_u25a1] = ACTIONS(548), + [anon_sym_match] = ACTIONS(548), + [anon_sym_u224d] = ACTIONS(548), + [anon_sym_couple] = ACTIONS(548), + [anon_sym_u229f] = ACTIONS(548), + [anon_sym_join] = ACTIONS(548), + [anon_sym_u2282] = ACTIONS(548), + [anon_sym_select] = ACTIONS(548), + [anon_sym_u228f] = ACTIONS(548), + [anon_sym_pick] = ACTIONS(548), + [anon_sym_u22a1] = ACTIONS(548), + [anon_sym_reshape] = ACTIONS(548), + [anon_sym_u21af] = ACTIONS(548), + [anon_sym_take] = ACTIONS(548), + [anon_sym_u2199] = ACTIONS(548), + [anon_sym_drop] = ACTIONS(548), + [anon_sym_u2198] = ACTIONS(548), + [anon_sym_rotate] = ACTIONS(548), + [anon_sym_u21bb] = ACTIONS(548), + [anon_sym_windows] = ACTIONS(548), + [anon_sym_u25eb] = ACTIONS(548), + [anon_sym_keep] = ACTIONS(548), + [anon_sym_u25bd] = ACTIONS(548), + [anon_sym_find] = ACTIONS(548), + [anon_sym_u2315] = ACTIONS(548), + [anon_sym_indexof] = ACTIONS(548), + [anon_sym_u2297] = ACTIONS(548), + [anon_sym_assert] = ACTIONS(548), + [anon_sym_u2364] = ACTIONS(548), + [anon_sym_wait] = ACTIONS(548), + [anon_sym_parse] = ACTIONS(548), + [anon_sym_u22d5] = ACTIONS(548), + [anon_sym_random] = ACTIONS(548), + [anon_sym_u2682] = ACTIONS(548), + [anon_sym_gen] = ACTIONS(548), + [anon_sym_tag] = ACTIONS(548), + [anon_sym_now] = ACTIONS(548), + [anon_sym_type] = ACTIONS(548), + [anon_sym_u2e2e] = ACTIONS(548), + [anon_sym_dump] = ACTIONS(548), + [anon_sym_regex] = ACTIONS(548), + [anon_sym_send] = ACTIONS(548), + [anon_sym_recv] = ACTIONS(548), + [anon_sym_tryrecv] = ACTIONS(548), + [anon_sym_complex] = ACTIONS(548), + [anon_sym_u2102] = ACTIONS(548), + [anon_sym_rerank] = ACTIONS(548), + [anon_sym_u2607] = ACTIONS(548), + [anon_sym_fix] = ACTIONS(548), + [anon_sym_u00a4] = ACTIONS(548), + [anon_sym_QMARK] = ACTIONS(548), + [anon_sym_unique] = ACTIONS(548), + [anon_sym_u25f0] = ACTIONS(548), + [anon_sym_map] = ACTIONS(548), + [anon_sym_has] = ACTIONS(548), + [anon_sym_get] = ACTIONS(548), + [anon_sym_insert] = ACTIONS(548), + [anon_sym_remove] = ACTIONS(548), + [anon_sym_repr] = ACTIONS(548), + [anon_sym_mask] = ACTIONS(548), + [anon_sym_u29b7] = ACTIONS(548), + [anon_sym_csv] = ACTIONS(548), + [anon_sym_json] = ACTIONS(548), + [anon_sym_xlsx] = ACTIONS(548), + [anon_sym_memberOf] = ACTIONS(548), + [anon_sym_u2208] = ACTIONS(548), + [anon_sym_imen] = ACTIONS(548), + [anon_sym_gife] = ACTIONS(548), + [anon_sym_auden] = ACTIONS(548), + [anon_sym_utfu2088] = ACTIONS(548), + [anon_sym_datetime] = ACTIONS(548), + [anon_sym_choose] = ACTIONS(548), + [anon_sym_permute] = ACTIONS(548), + [anon_sym_orient] = ACTIONS(548), + [anon_sym_u2938] = ACTIONS(548), + [anon_sym_fft] = ACTIONS(548), + [anon_sym_graphemes] = ACTIONS(548), + [anon_sym_timezone] = ACTIONS(548), + [anon_sym_around] = ACTIONS(548), + [anon_sym_u2019] = ACTIONS(548), + [anon_sym_base] = ACTIONS(548), + [anon_sym_sort] = ACTIONS(548), + [anon_sym_u2346] = ACTIONS(548), + [anon_sym_last] = ACTIONS(548), + [anon_sym_u22a3] = ACTIONS(548), + [anon_sym_reduce] = ACTIONS(548), + [anon_sym_SLASH] = ACTIONS(548), + [anon_sym_scan] = ACTIONS(548), + [anon_sym_BSLASH] = ACTIONS(548), + [anon_sym_each] = ACTIONS(548), + [anon_sym_u2235] = ACTIONS(548), + [anon_sym_rows] = ACTIONS(548), + [anon_sym_u2261] = ACTIONS(548), + [anon_sym_repeat] = ACTIONS(548), + [anon_sym_u2365] = ACTIONS(548), + [anon_sym_dip] = ACTIONS(548), + [anon_sym_u2299] = ACTIONS(548), + [anon_sym_gap] = ACTIONS(548), + [anon_sym_u22c5] = ACTIONS(548), + [anon_sym_spawn] = ACTIONS(548), + [anon_sym_rectify] = ACTIONS(548), + [anon_sym_u2305] = ACTIONS(548), + [anon_sym_un] = ACTIONS(546), + [anon_sym_u00b0] = ACTIONS(548), + [anon_sym_on] = ACTIONS(546), + [anon_sym_u27dc] = ACTIONS(548), + [anon_sym_inventory] = ACTIONS(548), + [anon_sym_u235a] = ACTIONS(548), + [anon_sym_content] = ACTIONS(548), + [anon_sym_u25c7] = ACTIONS(548), + [anon_sym_pool] = ACTIONS(548), + [anon_sym_stringify] = ACTIONS(548), + [anon_sym_signature] = ACTIONS(548), + [anon_sym_triangle] = ACTIONS(548), + [anon_sym_u25f9] = ACTIONS(548), + [anon_sym_astar] = ACTIONS(548), + [anon_sym_with] = ACTIONS(548), + [anon_sym_u2919] = ACTIONS(548), + [anon_sym_off] = ACTIONS(548), + [anon_sym_u291a] = ACTIONS(548), + [anon_sym_above] = ACTIONS(548), + [anon_sym_u25e0] = ACTIONS(548), + [anon_sym_below] = ACTIONS(548), + [anon_sym_u25e1] = ACTIONS(548), + [anon_sym_anti] = ACTIONS(548), + [anon_sym_u231d] = ACTIONS(548), + [anon_sym_obverse] = ACTIONS(548), + [anon_sym_toples] = ACTIONS(548), + [anon_sym_u29c5] = ACTIONS(548), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(548), + [anon_sym_fold] = ACTIONS(548), + [anon_sym_u2227] = ACTIONS(548), + [anon_sym_table] = ACTIONS(548), + [anon_sym_u229e] = ACTIONS(548), + [anon_sym_group] = ACTIONS(548), + [anon_sym_u2295] = ACTIONS(548), + [anon_sym_partition] = ACTIONS(548), + [anon_sym_u229c] = ACTIONS(548), + [anon_sym_both] = ACTIONS(548), + [anon_sym_u2229] = ACTIONS(548), + [anon_sym_bracket] = ACTIONS(548), + [anon_sym_u2293] = ACTIONS(548), + [anon_sym_fork] = ACTIONS(548), + [anon_sym_u2283] = ACTIONS(548), + [anon_sym_under] = ACTIONS(548), + [anon_sym_u235c] = ACTIONS(548), + [anon_sym_fill] = ACTIONS(548), + [anon_sym_u2b1a] = ACTIONS(548), + [anon_sym_try] = ACTIONS(546), + [anon_sym_u2363] = ACTIONS(548), + [anon_sym_do] = ACTIONS(546), + [anon_sym_u2362] = ACTIONS(548), + [anon_sym_f] = ACTIONS(546), + [anon_sym_by] = ACTIONS(546), + [anon_sym_u22b8] = ACTIONS(548), + [anon_sym_quote] = ACTIONS(548), + [anon_sym_u2765] = ACTIONS(548), + [anon_sym_u2192] = ACTIONS(548), + [anon_sym_u2237] = ACTIONS(548), + [anon_sym_u00b7] = ACTIONS(548), + [anon_sym_u235b] = ACTIONS(548), + [anon_sym_u2302] = ACTIONS(548), + [anon_sym_u21b0] = ACTIONS(548), + [anon_sym_unpack] = ACTIONS(548), + [anon_sym_u2290] = ACTIONS(548), + [anon_sym_u229d] = ACTIONS(548), + [anon_sym_cross] = ACTIONS(548), + [anon_sym_u22a0] = ACTIONS(548), + [anon_sym_SEMI] = ACTIONS(548), + [anon_sym_deal] = ACTIONS(548), + [anon_sym_member] = ACTIONS(546), + [anon_sym_u220a] = ACTIONS(548), + [anon_sym_coordinate] = ACTIONS(548), + [anon_sym_u27d4] = ACTIONS(548), + [anon_sym_u03bb] = ACTIONS(548), + [anon_sym_u22ca] = ACTIONS(548), + [anon_sym_chunk] = ACTIONS(548), + [anon_sym_u2444] = ACTIONS(548), + [anon_sym_setinv] = ACTIONS(548), + [anon_sym_setund] = ACTIONS(548), + [anon_sym_struct] = ACTIONS(548), + [sym__endOfLine] = ACTIONS(548), }, [136] = { - [ts_builtin_sym_end] = ACTIONS(570), - [aux_sym_number_token1] = ACTIONS(568), - [sym_fraction] = ACTIONS(570), - [anon_sym_Days] = ACTIONS(568), - [anon_sym_Months] = ACTIONS(568), - [anon_sym_MonthDays] = ACTIONS(568), - [anon_sym_LeanMonthDays] = ACTIONS(568), - [anon_sym_White] = ACTIONS(568), - [anon_sym_Black] = ACTIONS(568), - [anon_sym_Red] = ACTIONS(568), - [anon_sym_Orange] = ACTIONS(568), - [anon_sym_Yellow] = ACTIONS(568), - [anon_sym_Green] = ACTIONS(568), - [anon_sym_Cyan] = ACTIONS(568), - [anon_sym_Blue] = ACTIONS(568), - [anon_sym_Purple] = ACTIONS(568), - [anon_sym_Magenta] = ACTIONS(568), - [anon_sym_Gay] = ACTIONS(568), - [anon_sym_Lesbian] = ACTIONS(568), - [anon_sym_Bi] = ACTIONS(568), - [anon_sym_Trans] = ACTIONS(568), - [anon_sym_Pan] = ACTIONS(568), - [anon_sym_Ace] = ACTIONS(568), - [anon_sym_Aro] = ACTIONS(568), - [anon_sym_Aroace] = ACTIONS(568), - [anon_sym_Enby] = ACTIONS(568), - [anon_sym_Fluid] = ACTIONS(568), - [anon_sym_Queer] = ACTIONS(568), - [anon_sym_Agender] = ACTIONS(568), - [anon_sym_PrideFlags] = ACTIONS(568), - [anon_sym_PrideFlagNames] = ACTIONS(568), - [anon_sym_True] = ACTIONS(568), - [anon_sym_False] = ACTIONS(568), - [anon_sym_NULL] = ACTIONS(568), - [anon_sym_Logo] = ACTIONS(568), - [anon_sym_Lena] = ACTIONS(568), - [anon_sym_Music] = ACTIONS(568), - [anon_sym_Lorem] = ACTIONS(568), - [anon_sym_Os] = ACTIONS(568), - [anon_sym_Family] = ACTIONS(568), - [anon_sym_Arch] = ACTIONS(568), - [anon_sym_ExeExt] = ACTIONS(568), - [anon_sym_DllExt] = ACTIONS(568), - [anon_sym_Sep] = ACTIONS(568), - [anon_sym_ThisFile] = ACTIONS(568), - [anon_sym_ThisFileName] = ACTIONS(568), - [anon_sym_ThisFileDir] = ACTIONS(568), - [anon_sym_WorkingDir] = ACTIONS(568), - [anon_sym_NumProcs] = ACTIONS(568), - [anon_sym_Planets] = ACTIONS(568), - [anon_sym_Zodiac] = ACTIONS(568), - [anon_sym_Suits] = ACTIONS(568), - [anon_sym_Cards] = ACTIONS(568), - [anon_sym_Chess] = ACTIONS(568), - [anon_sym_Moon] = ACTIONS(568), - [anon_sym_Skin] = ACTIONS(568), - [anon_sym_People] = ACTIONS(568), - [anon_sym_Hair] = ACTIONS(568), - [aux_sym_character_token1] = ACTIONS(570), - [sym_string] = ACTIONS(570), - [sym_multiLineString] = ACTIONS(570), - [sym_identifier] = ACTIONS(568), - [sym_identifierDeprecated] = ACTIONS(568), - [sym_system] = ACTIONS(570), - [sym_comment] = ACTIONS(568), - [sym_openParen] = ACTIONS(570), - [sym_openCurly] = ACTIONS(570), - [sym_openBracket] = ACTIONS(570), - [sym_underscore] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_SQUOTE] = ACTIONS(568), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(570), - [anon_sym_e] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_eta] = ACTIONS(570), - [anon_sym_u03b7] = ACTIONS(568), - [anon_sym_pi] = ACTIONS(568), - [anon_sym_u03c0] = ACTIONS(568), - [anon_sym_tau] = ACTIONS(570), - [anon_sym_u03c4] = ACTIONS(568), - [anon_sym_infinity] = ACTIONS(570), - [anon_sym_u221e] = ACTIONS(570), - [anon_sym_W] = ACTIONS(568), - [anon_sym_i] = ACTIONS(568), - [anon_sym_MaxInt] = ACTIONS(568), - [anon_sym_HexDigits] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(570), - [anon_sym_COMMA] = ACTIONS(570), - [anon_sym_COLON] = ACTIONS(570), - [anon_sym_u25cc] = ACTIONS(570), - [anon_sym_identity] = ACTIONS(570), - [anon_sym_id] = ACTIONS(568), - [anon_sym_u2218] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_u00ac] = ACTIONS(570), - [anon_sym_sign] = ACTIONS(568), - [anon_sym_u00b1] = ACTIONS(570), - [anon_sym_BQUOTE] = ACTIONS(570), - [anon_sym_u00af] = ACTIONS(568), - [anon_sym_absolutevalue] = ACTIONS(570), - [anon_sym_u2335] = ACTIONS(570), - [anon_sym_sqrt] = ACTIONS(570), - [anon_sym_u221a] = ACTIONS(570), - [anon_sym_sine] = ACTIONS(570), - [anon_sym_u25cb] = ACTIONS(570), - [anon_sym_u223f] = ACTIONS(570), - [anon_sym_floor] = ACTIONS(570), - [anon_sym_u230a] = ACTIONS(570), - [anon_sym_ceiling] = ACTIONS(570), - [anon_sym_u2308] = ACTIONS(570), - [anon_sym_round] = ACTIONS(570), - [anon_sym_u2045] = ACTIONS(570), - [anon_sym_EQ] = ACTIONS(570), - [anon_sym_BANG_EQ] = ACTIONS(570), - [anon_sym_u2260] = ACTIONS(570), - [anon_sym_LT] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(570), - [anon_sym_u2264] = ACTIONS(570), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(570), - [anon_sym_u2265] = ACTIONS(570), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(570), - [anon_sym_u00d7] = ACTIONS(570), - [anon_sym_PERCENT] = ACTIONS(570), - [anon_sym_u00f7] = ACTIONS(570), - [anon_sym_modulus] = ACTIONS(570), - [anon_sym_u25ff] = ACTIONS(570), - [anon_sym_power] = ACTIONS(570), - [anon_sym_u207f] = ACTIONS(570), - [anon_sym_logarithm] = ACTIONS(570), - [anon_sym_u2099] = ACTIONS(570), - [anon_sym_minimum] = ACTIONS(570), - [anon_sym_u21a7] = ACTIONS(570), - [anon_sym_maximum] = ACTIONS(570), - [anon_sym_u21a5] = ACTIONS(570), - [anon_sym_atangent] = ACTIONS(570), - [anon_sym_u2220] = ACTIONS(570), - [anon_sym_length] = ACTIONS(570), - [anon_sym_u29fb] = ACTIONS(570), - [anon_sym_shape] = ACTIONS(570), - [anon_sym_u25b3] = ACTIONS(570), - [anon_sym_range] = ACTIONS(570), - [anon_sym_u21e1] = ACTIONS(570), - [anon_sym_first] = ACTIONS(570), - [anon_sym_u22a2] = ACTIONS(570), - [anon_sym_reverse] = ACTIONS(570), - [anon_sym_u21cc] = ACTIONS(570), - [anon_sym_deshape] = ACTIONS(570), - [anon_sym_u266d] = ACTIONS(570), - [anon_sym_bits] = ACTIONS(570), - [anon_sym_u22ef] = ACTIONS(570), - [anon_sym_transpose] = ACTIONS(570), - [anon_sym_u2349] = ACTIONS(570), - [anon_sym_rise] = ACTIONS(570), - [anon_sym_u234f] = ACTIONS(570), - [anon_sym_fall] = ACTIONS(570), - [anon_sym_u2356] = ACTIONS(570), - [anon_sym_where] = ACTIONS(570), - [anon_sym_u229a] = ACTIONS(570), - [anon_sym_classify] = ACTIONS(570), - [anon_sym_u229b] = ACTIONS(570), - [anon_sym_deduplicate] = ACTIONS(570), - [anon_sym_u25f4] = ACTIONS(570), - [anon_sym_box] = ACTIONS(570), - [anon_sym_u25a1] = ACTIONS(570), - [anon_sym_match] = ACTIONS(570), - [anon_sym_u224d] = ACTIONS(570), - [anon_sym_couple] = ACTIONS(570), - [anon_sym_u229f] = ACTIONS(570), - [anon_sym_join] = ACTIONS(570), - [anon_sym_u2282] = ACTIONS(570), - [anon_sym_select] = ACTIONS(570), - [anon_sym_u228f] = ACTIONS(570), - [anon_sym_pick] = ACTIONS(570), - [anon_sym_u22a1] = ACTIONS(570), - [anon_sym_reshape] = ACTIONS(570), - [anon_sym_u21af] = ACTIONS(570), - [anon_sym_take] = ACTIONS(570), - [anon_sym_u2199] = ACTIONS(570), - [anon_sym_drop] = ACTIONS(570), - [anon_sym_u2198] = ACTIONS(570), - [anon_sym_rotate] = ACTIONS(570), - [anon_sym_u21bb] = ACTIONS(570), - [anon_sym_windows] = ACTIONS(570), - [anon_sym_u25eb] = ACTIONS(570), - [anon_sym_keep] = ACTIONS(570), - [anon_sym_u25bd] = ACTIONS(570), - [anon_sym_find] = ACTIONS(570), - [anon_sym_u2315] = ACTIONS(570), - [anon_sym_indexof] = ACTIONS(570), - [anon_sym_u2297] = ACTIONS(570), - [anon_sym_assert] = ACTIONS(570), - [anon_sym_u2364] = ACTIONS(570), - [anon_sym_wait] = ACTIONS(570), - [anon_sym_parse] = ACTIONS(570), - [anon_sym_u22d5] = ACTIONS(570), - [anon_sym_random] = ACTIONS(570), - [anon_sym_u2682] = ACTIONS(570), - [anon_sym_gen] = ACTIONS(570), - [anon_sym_tag] = ACTIONS(570), - [anon_sym_now] = ACTIONS(570), - [anon_sym_type] = ACTIONS(570), - [anon_sym_u2e2e] = ACTIONS(570), - [anon_sym_dump] = ACTIONS(570), - [anon_sym_regex] = ACTIONS(570), - [anon_sym_send] = ACTIONS(570), - [anon_sym_recv] = ACTIONS(570), - [anon_sym_tryrecv] = ACTIONS(570), - [anon_sym_complex] = ACTIONS(570), - [anon_sym_u2102] = ACTIONS(570), - [anon_sym_rerank] = ACTIONS(570), - [anon_sym_u2607] = ACTIONS(570), - [anon_sym_fix] = ACTIONS(570), - [anon_sym_u00a4] = ACTIONS(570), - [anon_sym_QMARK] = ACTIONS(570), - [anon_sym_unique] = ACTIONS(570), - [anon_sym_u25f0] = ACTIONS(570), - [anon_sym_map] = ACTIONS(570), - [anon_sym_has] = ACTIONS(570), - [anon_sym_get] = ACTIONS(570), - [anon_sym_insert] = ACTIONS(570), - [anon_sym_remove] = ACTIONS(570), - [anon_sym_repr] = ACTIONS(570), - [anon_sym_mask] = ACTIONS(570), - [anon_sym_u29b7] = ACTIONS(570), - [anon_sym_csv] = ACTIONS(570), - [anon_sym_json] = ACTIONS(570), - [anon_sym_xlsx] = ACTIONS(570), - [anon_sym_memberOf] = ACTIONS(570), - [anon_sym_u2208] = ACTIONS(570), - [anon_sym_imen] = ACTIONS(570), - [anon_sym_gife] = ACTIONS(570), - [anon_sym_auden] = ACTIONS(570), - [anon_sym_utfu2088] = ACTIONS(570), - [anon_sym_datetime] = ACTIONS(570), - [anon_sym_chunk] = ACTIONS(570), - [anon_sym_u2444] = ACTIONS(570), - [anon_sym_choose] = ACTIONS(570), - [anon_sym_permute] = ACTIONS(570), - [anon_sym_orient] = ACTIONS(570), - [anon_sym_fft] = ACTIONS(570), - [anon_sym_reduce] = ACTIONS(570), - [anon_sym_SLASH] = ACTIONS(570), - [anon_sym_scan] = ACTIONS(570), - [anon_sym_BSLASH] = ACTIONS(570), - [anon_sym_each] = ACTIONS(570), - [anon_sym_u2235] = ACTIONS(570), - [anon_sym_rows] = ACTIONS(570), - [anon_sym_u2261] = ACTIONS(570), - [anon_sym_repeat] = ACTIONS(570), - [anon_sym_u2365] = ACTIONS(570), - [anon_sym_dip] = ACTIONS(570), - [anon_sym_u2299] = ACTIONS(570), - [anon_sym_gap] = ACTIONS(570), - [anon_sym_u22c5] = ACTIONS(570), - [anon_sym_spawn] = ACTIONS(570), - [anon_sym_rectify] = ACTIONS(570), - [anon_sym_u2305] = ACTIONS(570), - [anon_sym_un] = ACTIONS(568), - [anon_sym_u00b0] = ACTIONS(570), - [anon_sym_on] = ACTIONS(568), - [anon_sym_u27dc] = ACTIONS(570), - [anon_sym_inventory] = ACTIONS(570), - [anon_sym_u235a] = ACTIONS(570), - [anon_sym_content] = ACTIONS(570), - [anon_sym_u25c7] = ACTIONS(570), - [anon_sym_pool] = ACTIONS(570), - [anon_sym_stringify] = ACTIONS(570), - [anon_sym_signature] = ACTIONS(570), - [anon_sym_triangle] = ACTIONS(570), - [anon_sym_u25f9] = ACTIONS(570), - [anon_sym_astar] = ACTIONS(570), - [anon_sym_but] = ACTIONS(570), - [anon_sym_u2919] = ACTIONS(570), - [anon_sym_with] = ACTIONS(570), - [anon_sym_u291a] = ACTIONS(570), - [anon_sym_above] = ACTIONS(570), - [anon_sym_u25e0] = ACTIONS(570), - [anon_sym_below] = ACTIONS(570), - [anon_sym_u25e1] = ACTIONS(570), - [anon_sym_fold] = ACTIONS(570), - [anon_sym_u2227] = ACTIONS(570), - [anon_sym_table] = ACTIONS(570), - [anon_sym_u229e] = ACTIONS(570), - [anon_sym_group] = ACTIONS(570), - [anon_sym_u2295] = ACTIONS(570), - [anon_sym_partition] = ACTIONS(570), - [anon_sym_u229c] = ACTIONS(570), - [anon_sym_both] = ACTIONS(570), - [anon_sym_u2229] = ACTIONS(570), - [anon_sym_bracket] = ACTIONS(570), - [anon_sym_u2293] = ACTIONS(570), - [anon_sym_fork] = ACTIONS(570), - [anon_sym_u2283] = ACTIONS(570), - [anon_sym_under] = ACTIONS(570), - [anon_sym_u235c] = ACTIONS(570), - [anon_sym_fill] = ACTIONS(570), - [anon_sym_u2b1a] = ACTIONS(570), - [anon_sym_try] = ACTIONS(568), - [anon_sym_u2363] = ACTIONS(570), - [anon_sym_do] = ACTIONS(568), - [anon_sym_u2362] = ACTIONS(570), - [anon_sym_setinv] = ACTIONS(570), - [anon_sym_setunder] = ACTIONS(570), - [anon_sym_f] = ACTIONS(568), - [anon_sym_by] = ACTIONS(568), - [anon_sym_u22b8] = ACTIONS(570), - [anon_sym_quote] = ACTIONS(570), - [anon_sym_struct] = ACTIONS(570), - [anon_sym_u2765] = ACTIONS(570), - [anon_sym_u2192] = ACTIONS(570), - [anon_sym_u2237] = ACTIONS(570), - [anon_sym_u00b7] = ACTIONS(570), - [anon_sym_u235b] = ACTIONS(570), - [anon_sym_u2302] = ACTIONS(570), - [anon_sym_u21b0] = ACTIONS(570), - [anon_sym_unpack] = ACTIONS(570), - [anon_sym_u2290] = ACTIONS(570), - [anon_sym_u229d] = ACTIONS(570), - [anon_sym_cross] = ACTIONS(570), - [anon_sym_u22a0] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(570), - [anon_sym_deal] = ACTIONS(570), - [anon_sym_strands] = ACTIONS(570), - [anon_sym_u203f] = ACTIONS(570), - [anon_sym_member] = ACTIONS(568), - [anon_sym_u220a] = ACTIONS(570), - [anon_sym_coordinate] = ACTIONS(570), - [anon_sym_u27d4] = ACTIONS(570), - [anon_sym_u03bb] = ACTIONS(570), - [anon_sym_u22ca] = ACTIONS(570), - [sym__endOfLine] = ACTIONS(570), + [ts_builtin_sym_end] = ACTIONS(524), + [aux_sym_number_token1] = ACTIONS(522), + [sym_fraction] = ACTIONS(524), + [anon_sym_Days] = ACTIONS(522), + [anon_sym_Months] = ACTIONS(522), + [anon_sym_MonthDays] = ACTIONS(522), + [anon_sym_LeanMonthDays] = ACTIONS(522), + [anon_sym_White] = ACTIONS(522), + [anon_sym_Black] = ACTIONS(522), + [anon_sym_Red] = ACTIONS(522), + [anon_sym_Orange] = ACTIONS(522), + [anon_sym_Yellow] = ACTIONS(522), + [anon_sym_Green] = ACTIONS(522), + [anon_sym_Cyan] = ACTIONS(522), + [anon_sym_Blue] = ACTIONS(522), + [anon_sym_Purple] = ACTIONS(522), + [anon_sym_Magenta] = ACTIONS(522), + [anon_sym_Gay] = ACTIONS(522), + [anon_sym_Lesbian] = ACTIONS(522), + [anon_sym_Bi] = ACTIONS(522), + [anon_sym_Trans] = ACTIONS(522), + [anon_sym_Pan] = ACTIONS(522), + [anon_sym_Ace] = ACTIONS(522), + [anon_sym_Aro] = ACTIONS(522), + [anon_sym_Aroace] = ACTIONS(522), + [anon_sym_Enby] = ACTIONS(522), + [anon_sym_Fluid] = ACTIONS(522), + [anon_sym_Queer] = ACTIONS(522), + [anon_sym_Agender] = ACTIONS(522), + [anon_sym_PrideFlags] = ACTIONS(522), + [anon_sym_PrideFlagNames] = ACTIONS(522), + [anon_sym_True] = ACTIONS(522), + [anon_sym_False] = ACTIONS(522), + [anon_sym_NULL] = ACTIONS(522), + [anon_sym_Logo] = ACTIONS(522), + [anon_sym_Lena] = ACTIONS(522), + [anon_sym_Music] = ACTIONS(522), + [anon_sym_Lorem] = ACTIONS(522), + [anon_sym_Os] = ACTIONS(522), + [anon_sym_Family] = ACTIONS(522), + [anon_sym_Arch] = ACTIONS(522), + [anon_sym_ExeExt] = ACTIONS(522), + [anon_sym_DllExt] = ACTIONS(522), + [anon_sym_Sep] = ACTIONS(522), + [anon_sym_ThisFile] = ACTIONS(522), + [anon_sym_ThisFileName] = ACTIONS(522), + [anon_sym_ThisFileDir] = ACTIONS(522), + [anon_sym_WorkingDir] = ACTIONS(522), + [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_Planets] = ACTIONS(522), + [anon_sym_Zodiac] = ACTIONS(522), + [anon_sym_Suits] = ACTIONS(522), + [anon_sym_Cards] = ACTIONS(522), + [anon_sym_Chess] = ACTIONS(522), + [anon_sym_Moon] = ACTIONS(522), + [anon_sym_Skin] = ACTIONS(522), + [anon_sym_People] = ACTIONS(522), + [anon_sym_Hair] = ACTIONS(522), + [anon_sym_Cat] = ACTIONS(522), + [aux_sym_character_token1] = ACTIONS(524), + [sym_string] = ACTIONS(524), + [sym_multiLineString] = ACTIONS(524), + [sym_identifier] = ACTIONS(522), + [sym_identifierDeprecated] = ACTIONS(522), + [sym_system] = ACTIONS(524), + [sym_comment] = ACTIONS(522), + [sym_openParen] = ACTIONS(524), + [sym_openCurly] = ACTIONS(524), + [sym_openBracket] = ACTIONS(522), + [sym_underscore] = ACTIONS(524), + [anon_sym_CARET] = ACTIONS(524), + [anon_sym_SQUOTE] = ACTIONS(522), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(524), + [anon_sym_e] = ACTIONS(522), + [anon_sym_NaN] = ACTIONS(522), + [anon_sym_eta] = ACTIONS(524), + [anon_sym_u03b7] = ACTIONS(522), + [anon_sym_pi] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), + [anon_sym_tau] = ACTIONS(524), + [anon_sym_u03c4] = ACTIONS(522), + [anon_sym_infinity] = ACTIONS(524), + [anon_sym_u221e] = ACTIONS(524), + [anon_sym_W] = ACTIONS(522), + [anon_sym_i] = ACTIONS(522), + [anon_sym_MaxInt] = ACTIONS(522), + [anon_sym_HexDigits] = ACTIONS(522), + [anon_sym_DOT] = ACTIONS(524), + [anon_sym_COMMA] = ACTIONS(524), + [anon_sym_COLON] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), + [anon_sym_identity] = ACTIONS(524), + [anon_sym_id] = ACTIONS(522), + [anon_sym_u2218] = ACTIONS(524), + [anon_sym_not] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), + [anon_sym_BQUOTE] = ACTIONS(524), + [anon_sym_u00af] = ACTIONS(522), + [anon_sym_absolutevalue] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), + [anon_sym_sqrt] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), + [anon_sym_sine] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), + [anon_sym_u223f] = ACTIONS(524), + [anon_sym_floor] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), + [anon_sym_ceiling] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), + [anon_sym_round] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), + [anon_sym_EQ] = ACTIONS(524), + [anon_sym_BANG_EQ] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), + [anon_sym_LT] = ACTIONS(522), + [anon_sym_LT_EQ] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), + [anon_sym_GT] = ACTIONS(522), + [anon_sym_GT_EQ] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), + [anon_sym_PERCENT] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), + [anon_sym_modulus] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), + [anon_sym_power] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), + [anon_sym_logarithm] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), + [anon_sym_minimum] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), + [anon_sym_maximum] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), + [anon_sym_atangent] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), + [anon_sym_length] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(524), + [anon_sym_u25b3] = ACTIONS(524), + [anon_sym_range] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), + [anon_sym_first] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), + [anon_sym_reverse] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), + [anon_sym_deshape] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), + [anon_sym_bits] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), + [anon_sym_transpose] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), + [anon_sym_rise] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), + [anon_sym_fall] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), + [anon_sym_where] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), + [anon_sym_classify] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), + [anon_sym_deduplicate] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), + [anon_sym_box] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), + [anon_sym_match] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), + [anon_sym_couple] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), + [anon_sym_join] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), + [anon_sym_select] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), + [anon_sym_pick] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), + [anon_sym_reshape] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), + [anon_sym_take] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), + [anon_sym_drop] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), + [anon_sym_rotate] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), + [anon_sym_windows] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), + [anon_sym_keep] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), + [anon_sym_find] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), + [anon_sym_indexof] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), + [anon_sym_assert] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), + [anon_sym_wait] = ACTIONS(524), + [anon_sym_parse] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), + [anon_sym_random] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), + [anon_sym_gen] = ACTIONS(524), + [anon_sym_tag] = ACTIONS(524), + [anon_sym_now] = ACTIONS(524), + [anon_sym_type] = ACTIONS(524), + [anon_sym_u2e2e] = ACTIONS(524), + [anon_sym_dump] = ACTIONS(524), + [anon_sym_regex] = ACTIONS(524), + [anon_sym_send] = ACTIONS(524), + [anon_sym_recv] = ACTIONS(524), + [anon_sym_tryrecv] = ACTIONS(524), + [anon_sym_complex] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), + [anon_sym_rerank] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), + [anon_sym_fix] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), + [anon_sym_QMARK] = ACTIONS(524), + [anon_sym_unique] = ACTIONS(524), + [anon_sym_u25f0] = ACTIONS(524), + [anon_sym_map] = ACTIONS(524), + [anon_sym_has] = ACTIONS(524), + [anon_sym_get] = ACTIONS(524), + [anon_sym_insert] = ACTIONS(524), + [anon_sym_remove] = ACTIONS(524), + [anon_sym_repr] = ACTIONS(524), + [anon_sym_mask] = ACTIONS(524), + [anon_sym_u29b7] = ACTIONS(524), + [anon_sym_csv] = ACTIONS(524), + [anon_sym_json] = ACTIONS(524), + [anon_sym_xlsx] = ACTIONS(524), + [anon_sym_memberOf] = ACTIONS(524), + [anon_sym_u2208] = ACTIONS(524), + [anon_sym_imen] = ACTIONS(524), + [anon_sym_gife] = ACTIONS(524), + [anon_sym_auden] = ACTIONS(524), + [anon_sym_utfu2088] = ACTIONS(524), + [anon_sym_datetime] = ACTIONS(524), + [anon_sym_choose] = ACTIONS(524), + [anon_sym_permute] = ACTIONS(524), + [anon_sym_orient] = ACTIONS(524), + [anon_sym_u2938] = ACTIONS(524), + [anon_sym_fft] = ACTIONS(524), + [anon_sym_graphemes] = ACTIONS(524), + [anon_sym_timezone] = ACTIONS(524), + [anon_sym_around] = ACTIONS(524), + [anon_sym_u2019] = ACTIONS(524), + [anon_sym_base] = ACTIONS(524), + [anon_sym_sort] = ACTIONS(524), + [anon_sym_u2346] = ACTIONS(524), + [anon_sym_last] = ACTIONS(524), + [anon_sym_u22a3] = ACTIONS(524), + [anon_sym_reduce] = ACTIONS(524), + [anon_sym_SLASH] = ACTIONS(524), + [anon_sym_scan] = ACTIONS(524), + [anon_sym_BSLASH] = ACTIONS(524), + [anon_sym_each] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), + [anon_sym_rows] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), + [anon_sym_repeat] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), + [anon_sym_dip] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), + [anon_sym_gap] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), + [anon_sym_spawn] = ACTIONS(524), + [anon_sym_rectify] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), + [anon_sym_un] = ACTIONS(522), + [anon_sym_u00b0] = ACTIONS(524), + [anon_sym_on] = ACTIONS(522), + [anon_sym_u27dc] = ACTIONS(524), + [anon_sym_inventory] = ACTIONS(524), + [anon_sym_u235a] = ACTIONS(524), + [anon_sym_content] = ACTIONS(524), + [anon_sym_u25c7] = ACTIONS(524), + [anon_sym_pool] = ACTIONS(524), + [anon_sym_stringify] = ACTIONS(524), + [anon_sym_signature] = ACTIONS(524), + [anon_sym_triangle] = ACTIONS(524), + [anon_sym_u25f9] = ACTIONS(524), + [anon_sym_astar] = ACTIONS(524), + [anon_sym_with] = ACTIONS(524), + [anon_sym_u2919] = ACTIONS(524), + [anon_sym_off] = ACTIONS(524), + [anon_sym_u291a] = ACTIONS(524), + [anon_sym_above] = ACTIONS(524), + [anon_sym_u25e0] = ACTIONS(524), + [anon_sym_below] = ACTIONS(524), + [anon_sym_u25e1] = ACTIONS(524), + [anon_sym_anti] = ACTIONS(524), + [anon_sym_u231d] = ACTIONS(524), + [anon_sym_obverse] = ACTIONS(524), + [anon_sym_toples] = ACTIONS(524), + [anon_sym_u29c5] = ACTIONS(524), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(524), + [anon_sym_fold] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), + [anon_sym_table] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), + [anon_sym_group] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), + [anon_sym_partition] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), + [anon_sym_both] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), + [anon_sym_bracket] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), + [anon_sym_fork] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), + [anon_sym_under] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), + [anon_sym_fill] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), + [anon_sym_try] = ACTIONS(522), + [anon_sym_u2363] = ACTIONS(524), + [anon_sym_do] = ACTIONS(522), + [anon_sym_u2362] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [anon_sym_by] = ACTIONS(522), + [anon_sym_u22b8] = ACTIONS(524), + [anon_sym_quote] = ACTIONS(524), + [anon_sym_u2765] = ACTIONS(524), + [anon_sym_u2192] = ACTIONS(524), + [anon_sym_u2237] = ACTIONS(524), + [anon_sym_u00b7] = ACTIONS(524), + [anon_sym_u235b] = ACTIONS(524), + [anon_sym_u2302] = ACTIONS(524), + [anon_sym_u21b0] = ACTIONS(524), + [anon_sym_unpack] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), + [anon_sym_cross] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_deal] = ACTIONS(524), + [anon_sym_member] = ACTIONS(522), + [anon_sym_u220a] = ACTIONS(524), + [anon_sym_coordinate] = ACTIONS(524), + [anon_sym_u27d4] = ACTIONS(524), + [anon_sym_u03bb] = ACTIONS(524), + [anon_sym_u22ca] = ACTIONS(524), + [anon_sym_chunk] = ACTIONS(524), + [anon_sym_u2444] = ACTIONS(524), + [anon_sym_setinv] = ACTIONS(524), + [anon_sym_setund] = ACTIONS(524), + [anon_sym_struct] = ACTIONS(524), + [sym__endOfLine] = ACTIONS(524), }, [137] = { - [ts_builtin_sym_end] = ACTIONS(554), - [aux_sym_number_token1] = ACTIONS(552), - [sym_fraction] = ACTIONS(554), - [anon_sym_Days] = ACTIONS(552), - [anon_sym_Months] = ACTIONS(552), - [anon_sym_MonthDays] = ACTIONS(552), - [anon_sym_LeanMonthDays] = ACTIONS(552), - [anon_sym_White] = ACTIONS(552), - [anon_sym_Black] = ACTIONS(552), - [anon_sym_Red] = ACTIONS(552), - [anon_sym_Orange] = ACTIONS(552), - [anon_sym_Yellow] = ACTIONS(552), - [anon_sym_Green] = ACTIONS(552), - [anon_sym_Cyan] = ACTIONS(552), - [anon_sym_Blue] = ACTIONS(552), - [anon_sym_Purple] = ACTIONS(552), - [anon_sym_Magenta] = ACTIONS(552), - [anon_sym_Gay] = ACTIONS(552), - [anon_sym_Lesbian] = ACTIONS(552), - [anon_sym_Bi] = ACTIONS(552), - [anon_sym_Trans] = ACTIONS(552), - [anon_sym_Pan] = ACTIONS(552), - [anon_sym_Ace] = ACTIONS(552), - [anon_sym_Aro] = ACTIONS(552), - [anon_sym_Aroace] = ACTIONS(552), - [anon_sym_Enby] = ACTIONS(552), - [anon_sym_Fluid] = ACTIONS(552), - [anon_sym_Queer] = ACTIONS(552), - [anon_sym_Agender] = ACTIONS(552), - [anon_sym_PrideFlags] = ACTIONS(552), - [anon_sym_PrideFlagNames] = ACTIONS(552), - [anon_sym_True] = ACTIONS(552), - [anon_sym_False] = ACTIONS(552), - [anon_sym_NULL] = ACTIONS(552), - [anon_sym_Logo] = ACTIONS(552), - [anon_sym_Lena] = ACTIONS(552), - [anon_sym_Music] = ACTIONS(552), - [anon_sym_Lorem] = ACTIONS(552), - [anon_sym_Os] = ACTIONS(552), - [anon_sym_Family] = ACTIONS(552), - [anon_sym_Arch] = ACTIONS(552), - [anon_sym_ExeExt] = ACTIONS(552), - [anon_sym_DllExt] = ACTIONS(552), - [anon_sym_Sep] = ACTIONS(552), - [anon_sym_ThisFile] = ACTIONS(552), - [anon_sym_ThisFileName] = ACTIONS(552), - [anon_sym_ThisFileDir] = ACTIONS(552), - [anon_sym_WorkingDir] = ACTIONS(552), - [anon_sym_NumProcs] = ACTIONS(552), - [anon_sym_Planets] = ACTIONS(552), - [anon_sym_Zodiac] = ACTIONS(552), - [anon_sym_Suits] = ACTIONS(552), - [anon_sym_Cards] = ACTIONS(552), - [anon_sym_Chess] = ACTIONS(552), - [anon_sym_Moon] = ACTIONS(552), - [anon_sym_Skin] = ACTIONS(552), - [anon_sym_People] = ACTIONS(552), - [anon_sym_Hair] = ACTIONS(552), - [aux_sym_character_token1] = ACTIONS(554), - [sym_string] = ACTIONS(554), - [sym_multiLineString] = ACTIONS(554), - [sym_identifier] = ACTIONS(552), - [sym_identifierDeprecated] = ACTIONS(552), - [sym_system] = ACTIONS(554), - [sym_comment] = ACTIONS(552), - [sym_openParen] = ACTIONS(554), - [sym_openCurly] = ACTIONS(554), - [sym_openBracket] = ACTIONS(554), - [sym_underscore] = ACTIONS(554), - [anon_sym_CARET] = ACTIONS(554), - [anon_sym_SQUOTE] = ACTIONS(552), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(554), - [anon_sym_e] = ACTIONS(552), - [anon_sym_NaN] = ACTIONS(552), - [anon_sym_eta] = ACTIONS(554), - [anon_sym_u03b7] = ACTIONS(552), - [anon_sym_pi] = ACTIONS(552), - [anon_sym_u03c0] = ACTIONS(552), - [anon_sym_tau] = ACTIONS(554), - [anon_sym_u03c4] = ACTIONS(552), - [anon_sym_infinity] = ACTIONS(554), - [anon_sym_u221e] = ACTIONS(554), - [anon_sym_W] = ACTIONS(552), - [anon_sym_i] = ACTIONS(552), - [anon_sym_MaxInt] = ACTIONS(552), - [anon_sym_HexDigits] = ACTIONS(552), - [anon_sym_DOT] = ACTIONS(554), - [anon_sym_COMMA] = ACTIONS(554), - [anon_sym_COLON] = ACTIONS(554), - [anon_sym_u25cc] = ACTIONS(554), - [anon_sym_identity] = ACTIONS(554), - [anon_sym_id] = ACTIONS(552), - [anon_sym_u2218] = ACTIONS(554), - [anon_sym_not] = ACTIONS(554), - [anon_sym_u00ac] = ACTIONS(554), - [anon_sym_sign] = ACTIONS(552), - [anon_sym_u00b1] = ACTIONS(554), - [anon_sym_BQUOTE] = ACTIONS(554), - [anon_sym_u00af] = ACTIONS(552), - [anon_sym_absolutevalue] = ACTIONS(554), - [anon_sym_u2335] = ACTIONS(554), - [anon_sym_sqrt] = ACTIONS(554), - [anon_sym_u221a] = ACTIONS(554), - [anon_sym_sine] = ACTIONS(554), - [anon_sym_u25cb] = ACTIONS(554), - [anon_sym_u223f] = ACTIONS(554), - [anon_sym_floor] = ACTIONS(554), - [anon_sym_u230a] = ACTIONS(554), - [anon_sym_ceiling] = ACTIONS(554), - [anon_sym_u2308] = ACTIONS(554), - [anon_sym_round] = ACTIONS(554), - [anon_sym_u2045] = ACTIONS(554), - [anon_sym_EQ] = ACTIONS(554), - [anon_sym_BANG_EQ] = ACTIONS(554), - [anon_sym_u2260] = ACTIONS(554), - [anon_sym_LT] = ACTIONS(552), - [anon_sym_LT_EQ] = ACTIONS(554), - [anon_sym_u2264] = ACTIONS(554), - [anon_sym_GT] = ACTIONS(552), - [anon_sym_GT_EQ] = ACTIONS(554), - [anon_sym_u2265] = ACTIONS(554), - [anon_sym_PLUS] = ACTIONS(554), - [anon_sym_DASH] = ACTIONS(554), - [anon_sym_STAR] = ACTIONS(554), - [anon_sym_u00d7] = ACTIONS(554), - [anon_sym_PERCENT] = ACTIONS(554), - [anon_sym_u00f7] = ACTIONS(554), - [anon_sym_modulus] = ACTIONS(554), - [anon_sym_u25ff] = ACTIONS(554), - [anon_sym_power] = ACTIONS(554), - [anon_sym_u207f] = ACTIONS(554), - [anon_sym_logarithm] = ACTIONS(554), - [anon_sym_u2099] = ACTIONS(554), - [anon_sym_minimum] = ACTIONS(554), - [anon_sym_u21a7] = ACTIONS(554), - [anon_sym_maximum] = ACTIONS(554), - [anon_sym_u21a5] = ACTIONS(554), - [anon_sym_atangent] = ACTIONS(554), - [anon_sym_u2220] = ACTIONS(554), - [anon_sym_length] = ACTIONS(554), - [anon_sym_u29fb] = ACTIONS(554), - [anon_sym_shape] = ACTIONS(554), - [anon_sym_u25b3] = ACTIONS(554), - [anon_sym_range] = ACTIONS(554), - [anon_sym_u21e1] = ACTIONS(554), - [anon_sym_first] = ACTIONS(554), - [anon_sym_u22a2] = ACTIONS(554), - [anon_sym_reverse] = ACTIONS(554), - [anon_sym_u21cc] = ACTIONS(554), - [anon_sym_deshape] = ACTIONS(554), - [anon_sym_u266d] = ACTIONS(554), - [anon_sym_bits] = ACTIONS(554), - [anon_sym_u22ef] = ACTIONS(554), - [anon_sym_transpose] = ACTIONS(554), - [anon_sym_u2349] = ACTIONS(554), - [anon_sym_rise] = ACTIONS(554), - [anon_sym_u234f] = ACTIONS(554), - [anon_sym_fall] = ACTIONS(554), - [anon_sym_u2356] = ACTIONS(554), - [anon_sym_where] = ACTIONS(554), - [anon_sym_u229a] = ACTIONS(554), - [anon_sym_classify] = ACTIONS(554), - [anon_sym_u229b] = ACTIONS(554), - [anon_sym_deduplicate] = ACTIONS(554), - [anon_sym_u25f4] = ACTIONS(554), - [anon_sym_box] = ACTIONS(554), - [anon_sym_u25a1] = ACTIONS(554), - [anon_sym_match] = ACTIONS(554), - [anon_sym_u224d] = ACTIONS(554), - [anon_sym_couple] = ACTIONS(554), - [anon_sym_u229f] = ACTIONS(554), - [anon_sym_join] = ACTIONS(554), - [anon_sym_u2282] = ACTIONS(554), - [anon_sym_select] = ACTIONS(554), - [anon_sym_u228f] = ACTIONS(554), - [anon_sym_pick] = ACTIONS(554), - [anon_sym_u22a1] = ACTIONS(554), - [anon_sym_reshape] = ACTIONS(554), - [anon_sym_u21af] = ACTIONS(554), - [anon_sym_take] = ACTIONS(554), - [anon_sym_u2199] = ACTIONS(554), - [anon_sym_drop] = ACTIONS(554), - [anon_sym_u2198] = ACTIONS(554), - [anon_sym_rotate] = ACTIONS(554), - [anon_sym_u21bb] = ACTIONS(554), - [anon_sym_windows] = ACTIONS(554), - [anon_sym_u25eb] = ACTIONS(554), - [anon_sym_keep] = ACTIONS(554), - [anon_sym_u25bd] = ACTIONS(554), - [anon_sym_find] = ACTIONS(554), - [anon_sym_u2315] = ACTIONS(554), - [anon_sym_indexof] = ACTIONS(554), - [anon_sym_u2297] = ACTIONS(554), - [anon_sym_assert] = ACTIONS(554), - [anon_sym_u2364] = ACTIONS(554), - [anon_sym_wait] = ACTIONS(554), - [anon_sym_parse] = ACTIONS(554), - [anon_sym_u22d5] = ACTIONS(554), - [anon_sym_random] = ACTIONS(554), - [anon_sym_u2682] = ACTIONS(554), - [anon_sym_gen] = ACTIONS(554), - [anon_sym_tag] = ACTIONS(554), - [anon_sym_now] = ACTIONS(554), - [anon_sym_type] = ACTIONS(554), - [anon_sym_u2e2e] = ACTIONS(554), - [anon_sym_dump] = ACTIONS(554), - [anon_sym_regex] = ACTIONS(554), - [anon_sym_send] = ACTIONS(554), - [anon_sym_recv] = ACTIONS(554), - [anon_sym_tryrecv] = ACTIONS(554), - [anon_sym_complex] = ACTIONS(554), - [anon_sym_u2102] = ACTIONS(554), - [anon_sym_rerank] = ACTIONS(554), - [anon_sym_u2607] = ACTIONS(554), - [anon_sym_fix] = ACTIONS(554), - [anon_sym_u00a4] = ACTIONS(554), - [anon_sym_QMARK] = ACTIONS(554), - [anon_sym_unique] = ACTIONS(554), - [anon_sym_u25f0] = ACTIONS(554), - [anon_sym_map] = ACTIONS(554), - [anon_sym_has] = ACTIONS(554), - [anon_sym_get] = ACTIONS(554), - [anon_sym_insert] = ACTIONS(554), - [anon_sym_remove] = ACTIONS(554), - [anon_sym_repr] = ACTIONS(554), - [anon_sym_mask] = ACTIONS(554), - [anon_sym_u29b7] = ACTIONS(554), - [anon_sym_csv] = ACTIONS(554), - [anon_sym_json] = ACTIONS(554), - [anon_sym_xlsx] = ACTIONS(554), - [anon_sym_memberOf] = ACTIONS(554), - [anon_sym_u2208] = ACTIONS(554), - [anon_sym_imen] = ACTIONS(554), - [anon_sym_gife] = ACTIONS(554), - [anon_sym_auden] = ACTIONS(554), - [anon_sym_utfu2088] = ACTIONS(554), - [anon_sym_datetime] = ACTIONS(554), - [anon_sym_chunk] = ACTIONS(554), - [anon_sym_u2444] = ACTIONS(554), - [anon_sym_choose] = ACTIONS(554), - [anon_sym_permute] = ACTIONS(554), - [anon_sym_orient] = ACTIONS(554), - [anon_sym_fft] = ACTIONS(554), - [anon_sym_reduce] = ACTIONS(554), - [anon_sym_SLASH] = ACTIONS(554), - [anon_sym_scan] = ACTIONS(554), - [anon_sym_BSLASH] = ACTIONS(554), - [anon_sym_each] = ACTIONS(554), - [anon_sym_u2235] = ACTIONS(554), - [anon_sym_rows] = ACTIONS(554), - [anon_sym_u2261] = ACTIONS(554), - [anon_sym_repeat] = ACTIONS(554), - [anon_sym_u2365] = ACTIONS(554), - [anon_sym_dip] = ACTIONS(554), - [anon_sym_u2299] = ACTIONS(554), - [anon_sym_gap] = ACTIONS(554), - [anon_sym_u22c5] = ACTIONS(554), - [anon_sym_spawn] = ACTIONS(554), - [anon_sym_rectify] = ACTIONS(554), - [anon_sym_u2305] = ACTIONS(554), - [anon_sym_un] = ACTIONS(552), - [anon_sym_u00b0] = ACTIONS(554), - [anon_sym_on] = ACTIONS(552), - [anon_sym_u27dc] = ACTIONS(554), - [anon_sym_inventory] = ACTIONS(554), - [anon_sym_u235a] = ACTIONS(554), - [anon_sym_content] = ACTIONS(554), - [anon_sym_u25c7] = ACTIONS(554), - [anon_sym_pool] = ACTIONS(554), - [anon_sym_stringify] = ACTIONS(554), - [anon_sym_signature] = ACTIONS(554), - [anon_sym_triangle] = ACTIONS(554), - [anon_sym_u25f9] = ACTIONS(554), - [anon_sym_astar] = ACTIONS(554), - [anon_sym_but] = ACTIONS(554), - [anon_sym_u2919] = ACTIONS(554), - [anon_sym_with] = ACTIONS(554), - [anon_sym_u291a] = ACTIONS(554), - [anon_sym_above] = ACTIONS(554), - [anon_sym_u25e0] = ACTIONS(554), - [anon_sym_below] = ACTIONS(554), - [anon_sym_u25e1] = ACTIONS(554), - [anon_sym_fold] = ACTIONS(554), - [anon_sym_u2227] = ACTIONS(554), - [anon_sym_table] = ACTIONS(554), - [anon_sym_u229e] = ACTIONS(554), - [anon_sym_group] = ACTIONS(554), - [anon_sym_u2295] = ACTIONS(554), - [anon_sym_partition] = ACTIONS(554), - [anon_sym_u229c] = ACTIONS(554), - [anon_sym_both] = ACTIONS(554), - [anon_sym_u2229] = ACTIONS(554), - [anon_sym_bracket] = ACTIONS(554), - [anon_sym_u2293] = ACTIONS(554), - [anon_sym_fork] = ACTIONS(554), - [anon_sym_u2283] = ACTIONS(554), - [anon_sym_under] = ACTIONS(554), - [anon_sym_u235c] = ACTIONS(554), - [anon_sym_fill] = ACTIONS(554), - [anon_sym_u2b1a] = ACTIONS(554), - [anon_sym_try] = ACTIONS(552), - [anon_sym_u2363] = ACTIONS(554), - [anon_sym_do] = ACTIONS(552), - [anon_sym_u2362] = ACTIONS(554), - [anon_sym_setinv] = ACTIONS(554), - [anon_sym_setunder] = ACTIONS(554), - [anon_sym_f] = ACTIONS(552), - [anon_sym_by] = ACTIONS(552), - [anon_sym_u22b8] = ACTIONS(554), - [anon_sym_quote] = ACTIONS(554), - [anon_sym_struct] = ACTIONS(554), - [anon_sym_u2765] = ACTIONS(554), - [anon_sym_u2192] = ACTIONS(554), - [anon_sym_u2237] = ACTIONS(554), - [anon_sym_u00b7] = ACTIONS(554), - [anon_sym_u235b] = ACTIONS(554), - [anon_sym_u2302] = ACTIONS(554), - [anon_sym_u21b0] = ACTIONS(554), - [anon_sym_unpack] = ACTIONS(554), - [anon_sym_u2290] = ACTIONS(554), - [anon_sym_u229d] = ACTIONS(554), - [anon_sym_cross] = ACTIONS(554), - [anon_sym_u22a0] = ACTIONS(554), - [anon_sym_SEMI] = ACTIONS(554), - [anon_sym_deal] = ACTIONS(554), - [anon_sym_strands] = ACTIONS(554), - [anon_sym_u203f] = ACTIONS(554), - [anon_sym_member] = ACTIONS(552), - [anon_sym_u220a] = ACTIONS(554), - [anon_sym_coordinate] = ACTIONS(554), - [anon_sym_u27d4] = ACTIONS(554), - [anon_sym_u03bb] = ACTIONS(554), - [anon_sym_u22ca] = ACTIONS(554), - [sym__endOfLine] = ACTIONS(554), + [ts_builtin_sym_end] = ACTIONS(540), + [aux_sym_number_token1] = ACTIONS(538), + [sym_fraction] = ACTIONS(540), + [anon_sym_Days] = ACTIONS(538), + [anon_sym_Months] = ACTIONS(538), + [anon_sym_MonthDays] = ACTIONS(538), + [anon_sym_LeanMonthDays] = ACTIONS(538), + [anon_sym_White] = ACTIONS(538), + [anon_sym_Black] = ACTIONS(538), + [anon_sym_Red] = ACTIONS(538), + [anon_sym_Orange] = ACTIONS(538), + [anon_sym_Yellow] = ACTIONS(538), + [anon_sym_Green] = ACTIONS(538), + [anon_sym_Cyan] = ACTIONS(538), + [anon_sym_Blue] = ACTIONS(538), + [anon_sym_Purple] = ACTIONS(538), + [anon_sym_Magenta] = ACTIONS(538), + [anon_sym_Gay] = ACTIONS(538), + [anon_sym_Lesbian] = ACTIONS(538), + [anon_sym_Bi] = ACTIONS(538), + [anon_sym_Trans] = ACTIONS(538), + [anon_sym_Pan] = ACTIONS(538), + [anon_sym_Ace] = ACTIONS(538), + [anon_sym_Aro] = ACTIONS(538), + [anon_sym_Aroace] = ACTIONS(538), + [anon_sym_Enby] = ACTIONS(538), + [anon_sym_Fluid] = ACTIONS(538), + [anon_sym_Queer] = ACTIONS(538), + [anon_sym_Agender] = ACTIONS(538), + [anon_sym_PrideFlags] = ACTIONS(538), + [anon_sym_PrideFlagNames] = ACTIONS(538), + [anon_sym_True] = ACTIONS(538), + [anon_sym_False] = ACTIONS(538), + [anon_sym_NULL] = ACTIONS(538), + [anon_sym_Logo] = ACTIONS(538), + [anon_sym_Lena] = ACTIONS(538), + [anon_sym_Music] = ACTIONS(538), + [anon_sym_Lorem] = ACTIONS(538), + [anon_sym_Os] = ACTIONS(538), + [anon_sym_Family] = ACTIONS(538), + [anon_sym_Arch] = ACTIONS(538), + [anon_sym_ExeExt] = ACTIONS(538), + [anon_sym_DllExt] = ACTIONS(538), + [anon_sym_Sep] = ACTIONS(538), + [anon_sym_ThisFile] = ACTIONS(538), + [anon_sym_ThisFileName] = ACTIONS(538), + [anon_sym_ThisFileDir] = ACTIONS(538), + [anon_sym_WorkingDir] = ACTIONS(538), + [anon_sym_NumProcs] = ACTIONS(538), + [anon_sym_Planets] = ACTIONS(538), + [anon_sym_Zodiac] = ACTIONS(538), + [anon_sym_Suits] = ACTIONS(538), + [anon_sym_Cards] = ACTIONS(538), + [anon_sym_Chess] = ACTIONS(538), + [anon_sym_Moon] = ACTIONS(538), + [anon_sym_Skin] = ACTIONS(538), + [anon_sym_People] = ACTIONS(538), + [anon_sym_Hair] = ACTIONS(538), + [anon_sym_Cat] = ACTIONS(538), + [aux_sym_character_token1] = ACTIONS(540), + [sym_string] = ACTIONS(540), + [sym_multiLineString] = ACTIONS(540), + [sym_identifier] = ACTIONS(538), + [sym_identifierDeprecated] = ACTIONS(538), + [sym_system] = ACTIONS(540), + [sym_comment] = ACTIONS(538), + [sym_openParen] = ACTIONS(540), + [sym_openCurly] = ACTIONS(540), + [sym_openBracket] = ACTIONS(538), + [sym_underscore] = ACTIONS(540), + [anon_sym_CARET] = ACTIONS(540), + [anon_sym_SQUOTE] = ACTIONS(538), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(540), + [anon_sym_e] = ACTIONS(538), + [anon_sym_NaN] = ACTIONS(538), + [anon_sym_eta] = ACTIONS(540), + [anon_sym_u03b7] = ACTIONS(538), + [anon_sym_pi] = ACTIONS(538), + [anon_sym_u03c0] = ACTIONS(538), + [anon_sym_tau] = ACTIONS(540), + [anon_sym_u03c4] = ACTIONS(538), + [anon_sym_infinity] = ACTIONS(540), + [anon_sym_u221e] = ACTIONS(540), + [anon_sym_W] = ACTIONS(538), + [anon_sym_i] = ACTIONS(538), + [anon_sym_MaxInt] = ACTIONS(538), + [anon_sym_HexDigits] = ACTIONS(538), + [anon_sym_DOT] = ACTIONS(540), + [anon_sym_COMMA] = ACTIONS(540), + [anon_sym_COLON] = ACTIONS(540), + [anon_sym_u25cc] = ACTIONS(540), + [anon_sym_identity] = ACTIONS(540), + [anon_sym_id] = ACTIONS(538), + [anon_sym_u2218] = ACTIONS(540), + [anon_sym_not] = ACTIONS(540), + [anon_sym_u00ac] = ACTIONS(540), + [anon_sym_sign] = ACTIONS(538), + [anon_sym_u00b1] = ACTIONS(540), + [anon_sym_BQUOTE] = ACTIONS(540), + [anon_sym_u00af] = ACTIONS(538), + [anon_sym_absolutevalue] = ACTIONS(540), + [anon_sym_u2335] = ACTIONS(540), + [anon_sym_sqrt] = ACTIONS(540), + [anon_sym_u221a] = ACTIONS(540), + [anon_sym_sine] = ACTIONS(540), + [anon_sym_u25cb] = ACTIONS(540), + [anon_sym_u223f] = ACTIONS(540), + [anon_sym_floor] = ACTIONS(540), + [anon_sym_u230a] = ACTIONS(540), + [anon_sym_ceiling] = ACTIONS(540), + [anon_sym_u2308] = ACTIONS(540), + [anon_sym_round] = ACTIONS(540), + [anon_sym_u2045] = ACTIONS(540), + [anon_sym_EQ] = ACTIONS(540), + [anon_sym_BANG_EQ] = ACTIONS(540), + [anon_sym_u2260] = ACTIONS(540), + [anon_sym_LT] = ACTIONS(538), + [anon_sym_LT_EQ] = ACTIONS(540), + [anon_sym_u2264] = ACTIONS(540), + [anon_sym_GT] = ACTIONS(538), + [anon_sym_GT_EQ] = ACTIONS(540), + [anon_sym_u2265] = ACTIONS(540), + [anon_sym_PLUS] = ACTIONS(540), + [anon_sym_DASH] = ACTIONS(540), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_u00d7] = ACTIONS(540), + [anon_sym_PERCENT] = ACTIONS(540), + [anon_sym_u00f7] = ACTIONS(540), + [anon_sym_modulus] = ACTIONS(540), + [anon_sym_u25ff] = ACTIONS(540), + [anon_sym_power] = ACTIONS(540), + [anon_sym_u207f] = ACTIONS(540), + [anon_sym_logarithm] = ACTIONS(540), + [anon_sym_u2099] = ACTIONS(540), + [anon_sym_minimum] = ACTIONS(540), + [anon_sym_u21a7] = ACTIONS(540), + [anon_sym_maximum] = ACTIONS(540), + [anon_sym_u21a5] = ACTIONS(540), + [anon_sym_atangent] = ACTIONS(540), + [anon_sym_u2220] = ACTIONS(540), + [anon_sym_length] = ACTIONS(540), + [anon_sym_u29fb] = ACTIONS(540), + [anon_sym_shape] = ACTIONS(540), + [anon_sym_u25b3] = ACTIONS(540), + [anon_sym_range] = ACTIONS(540), + [anon_sym_u21e1] = ACTIONS(540), + [anon_sym_first] = ACTIONS(540), + [anon_sym_u22a2] = ACTIONS(540), + [anon_sym_reverse] = ACTIONS(540), + [anon_sym_u21cc] = ACTIONS(540), + [anon_sym_deshape] = ACTIONS(540), + [anon_sym_u266d] = ACTIONS(540), + [anon_sym_bits] = ACTIONS(540), + [anon_sym_u22ef] = ACTIONS(540), + [anon_sym_transpose] = ACTIONS(540), + [anon_sym_u2349] = ACTIONS(540), + [anon_sym_rise] = ACTIONS(540), + [anon_sym_u234f] = ACTIONS(540), + [anon_sym_fall] = ACTIONS(540), + [anon_sym_u2356] = ACTIONS(540), + [anon_sym_where] = ACTIONS(540), + [anon_sym_u229a] = ACTIONS(540), + [anon_sym_classify] = ACTIONS(540), + [anon_sym_u229b] = ACTIONS(540), + [anon_sym_deduplicate] = ACTIONS(540), + [anon_sym_u25f4] = ACTIONS(540), + [anon_sym_box] = ACTIONS(540), + [anon_sym_u25a1] = ACTIONS(540), + [anon_sym_match] = ACTIONS(540), + [anon_sym_u224d] = ACTIONS(540), + [anon_sym_couple] = ACTIONS(540), + [anon_sym_u229f] = ACTIONS(540), + [anon_sym_join] = ACTIONS(540), + [anon_sym_u2282] = ACTIONS(540), + [anon_sym_select] = ACTIONS(540), + [anon_sym_u228f] = ACTIONS(540), + [anon_sym_pick] = ACTIONS(540), + [anon_sym_u22a1] = ACTIONS(540), + [anon_sym_reshape] = ACTIONS(540), + [anon_sym_u21af] = ACTIONS(540), + [anon_sym_take] = ACTIONS(540), + [anon_sym_u2199] = ACTIONS(540), + [anon_sym_drop] = ACTIONS(540), + [anon_sym_u2198] = ACTIONS(540), + [anon_sym_rotate] = ACTIONS(540), + [anon_sym_u21bb] = ACTIONS(540), + [anon_sym_windows] = ACTIONS(540), + [anon_sym_u25eb] = ACTIONS(540), + [anon_sym_keep] = ACTIONS(540), + [anon_sym_u25bd] = ACTIONS(540), + [anon_sym_find] = ACTIONS(540), + [anon_sym_u2315] = ACTIONS(540), + [anon_sym_indexof] = ACTIONS(540), + [anon_sym_u2297] = ACTIONS(540), + [anon_sym_assert] = ACTIONS(540), + [anon_sym_u2364] = ACTIONS(540), + [anon_sym_wait] = ACTIONS(540), + [anon_sym_parse] = ACTIONS(540), + [anon_sym_u22d5] = ACTIONS(540), + [anon_sym_random] = ACTIONS(540), + [anon_sym_u2682] = ACTIONS(540), + [anon_sym_gen] = ACTIONS(540), + [anon_sym_tag] = ACTIONS(540), + [anon_sym_now] = ACTIONS(540), + [anon_sym_type] = ACTIONS(540), + [anon_sym_u2e2e] = ACTIONS(540), + [anon_sym_dump] = ACTIONS(540), + [anon_sym_regex] = ACTIONS(540), + [anon_sym_send] = ACTIONS(540), + [anon_sym_recv] = ACTIONS(540), + [anon_sym_tryrecv] = ACTIONS(540), + [anon_sym_complex] = ACTIONS(540), + [anon_sym_u2102] = ACTIONS(540), + [anon_sym_rerank] = ACTIONS(540), + [anon_sym_u2607] = ACTIONS(540), + [anon_sym_fix] = ACTIONS(540), + [anon_sym_u00a4] = ACTIONS(540), + [anon_sym_QMARK] = ACTIONS(540), + [anon_sym_unique] = ACTIONS(540), + [anon_sym_u25f0] = ACTIONS(540), + [anon_sym_map] = ACTIONS(540), + [anon_sym_has] = ACTIONS(540), + [anon_sym_get] = ACTIONS(540), + [anon_sym_insert] = ACTIONS(540), + [anon_sym_remove] = ACTIONS(540), + [anon_sym_repr] = ACTIONS(540), + [anon_sym_mask] = ACTIONS(540), + [anon_sym_u29b7] = ACTIONS(540), + [anon_sym_csv] = ACTIONS(540), + [anon_sym_json] = ACTIONS(540), + [anon_sym_xlsx] = ACTIONS(540), + [anon_sym_memberOf] = ACTIONS(540), + [anon_sym_u2208] = ACTIONS(540), + [anon_sym_imen] = ACTIONS(540), + [anon_sym_gife] = ACTIONS(540), + [anon_sym_auden] = ACTIONS(540), + [anon_sym_utfu2088] = ACTIONS(540), + [anon_sym_datetime] = ACTIONS(540), + [anon_sym_choose] = ACTIONS(540), + [anon_sym_permute] = ACTIONS(540), + [anon_sym_orient] = ACTIONS(540), + [anon_sym_u2938] = ACTIONS(540), + [anon_sym_fft] = ACTIONS(540), + [anon_sym_graphemes] = ACTIONS(540), + [anon_sym_timezone] = ACTIONS(540), + [anon_sym_around] = ACTIONS(540), + [anon_sym_u2019] = ACTIONS(540), + [anon_sym_base] = ACTIONS(540), + [anon_sym_sort] = ACTIONS(540), + [anon_sym_u2346] = ACTIONS(540), + [anon_sym_last] = ACTIONS(540), + [anon_sym_u22a3] = ACTIONS(540), + [anon_sym_reduce] = ACTIONS(540), + [anon_sym_SLASH] = ACTIONS(540), + [anon_sym_scan] = ACTIONS(540), + [anon_sym_BSLASH] = ACTIONS(540), + [anon_sym_each] = ACTIONS(540), + [anon_sym_u2235] = ACTIONS(540), + [anon_sym_rows] = ACTIONS(540), + [anon_sym_u2261] = ACTIONS(540), + [anon_sym_repeat] = ACTIONS(540), + [anon_sym_u2365] = ACTIONS(540), + [anon_sym_dip] = ACTIONS(540), + [anon_sym_u2299] = ACTIONS(540), + [anon_sym_gap] = ACTIONS(540), + [anon_sym_u22c5] = ACTIONS(540), + [anon_sym_spawn] = ACTIONS(540), + [anon_sym_rectify] = ACTIONS(540), + [anon_sym_u2305] = ACTIONS(540), + [anon_sym_un] = ACTIONS(538), + [anon_sym_u00b0] = ACTIONS(540), + [anon_sym_on] = ACTIONS(538), + [anon_sym_u27dc] = ACTIONS(540), + [anon_sym_inventory] = ACTIONS(540), + [anon_sym_u235a] = ACTIONS(540), + [anon_sym_content] = ACTIONS(540), + [anon_sym_u25c7] = ACTIONS(540), + [anon_sym_pool] = ACTIONS(540), + [anon_sym_stringify] = ACTIONS(540), + [anon_sym_signature] = ACTIONS(540), + [anon_sym_triangle] = ACTIONS(540), + [anon_sym_u25f9] = ACTIONS(540), + [anon_sym_astar] = ACTIONS(540), + [anon_sym_with] = ACTIONS(540), + [anon_sym_u2919] = ACTIONS(540), + [anon_sym_off] = ACTIONS(540), + [anon_sym_u291a] = ACTIONS(540), + [anon_sym_above] = ACTIONS(540), + [anon_sym_u25e0] = ACTIONS(540), + [anon_sym_below] = ACTIONS(540), + [anon_sym_u25e1] = ACTIONS(540), + [anon_sym_anti] = ACTIONS(540), + [anon_sym_u231d] = ACTIONS(540), + [anon_sym_obverse] = ACTIONS(540), + [anon_sym_toples] = ACTIONS(540), + [anon_sym_u29c5] = ACTIONS(540), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(540), + [anon_sym_fold] = ACTIONS(540), + [anon_sym_u2227] = ACTIONS(540), + [anon_sym_table] = ACTIONS(540), + [anon_sym_u229e] = ACTIONS(540), + [anon_sym_group] = ACTIONS(540), + [anon_sym_u2295] = ACTIONS(540), + [anon_sym_partition] = ACTIONS(540), + [anon_sym_u229c] = ACTIONS(540), + [anon_sym_both] = ACTIONS(540), + [anon_sym_u2229] = ACTIONS(540), + [anon_sym_bracket] = ACTIONS(540), + [anon_sym_u2293] = ACTIONS(540), + [anon_sym_fork] = ACTIONS(540), + [anon_sym_u2283] = ACTIONS(540), + [anon_sym_under] = ACTIONS(540), + [anon_sym_u235c] = ACTIONS(540), + [anon_sym_fill] = ACTIONS(540), + [anon_sym_u2b1a] = ACTIONS(540), + [anon_sym_try] = ACTIONS(538), + [anon_sym_u2363] = ACTIONS(540), + [anon_sym_do] = ACTIONS(538), + [anon_sym_u2362] = ACTIONS(540), + [anon_sym_f] = ACTIONS(538), + [anon_sym_by] = ACTIONS(538), + [anon_sym_u22b8] = ACTIONS(540), + [anon_sym_quote] = ACTIONS(540), + [anon_sym_u2765] = ACTIONS(540), + [anon_sym_u2192] = ACTIONS(540), + [anon_sym_u2237] = ACTIONS(540), + [anon_sym_u00b7] = ACTIONS(540), + [anon_sym_u235b] = ACTIONS(540), + [anon_sym_u2302] = ACTIONS(540), + [anon_sym_u21b0] = ACTIONS(540), + [anon_sym_unpack] = ACTIONS(540), + [anon_sym_u2290] = ACTIONS(540), + [anon_sym_u229d] = ACTIONS(540), + [anon_sym_cross] = ACTIONS(540), + [anon_sym_u22a0] = ACTIONS(540), + [anon_sym_SEMI] = ACTIONS(540), + [anon_sym_deal] = ACTIONS(540), + [anon_sym_member] = ACTIONS(538), + [anon_sym_u220a] = ACTIONS(540), + [anon_sym_coordinate] = ACTIONS(540), + [anon_sym_u27d4] = ACTIONS(540), + [anon_sym_u03bb] = ACTIONS(540), + [anon_sym_u22ca] = ACTIONS(540), + [anon_sym_chunk] = ACTIONS(540), + [anon_sym_u2444] = ACTIONS(540), + [anon_sym_setinv] = ACTIONS(540), + [anon_sym_setund] = ACTIONS(540), + [anon_sym_struct] = ACTIONS(540), + [sym__endOfLine] = ACTIONS(540), }, [138] = { - [ts_builtin_sym_end] = ACTIONS(610), - [aux_sym_number_token1] = ACTIONS(608), - [sym_fraction] = ACTIONS(610), - [anon_sym_Days] = ACTIONS(608), - [anon_sym_Months] = ACTIONS(608), - [anon_sym_MonthDays] = ACTIONS(608), - [anon_sym_LeanMonthDays] = ACTIONS(608), - [anon_sym_White] = ACTIONS(608), - [anon_sym_Black] = ACTIONS(608), - [anon_sym_Red] = ACTIONS(608), - [anon_sym_Orange] = ACTIONS(608), - [anon_sym_Yellow] = ACTIONS(608), - [anon_sym_Green] = ACTIONS(608), - [anon_sym_Cyan] = ACTIONS(608), - [anon_sym_Blue] = ACTIONS(608), - [anon_sym_Purple] = ACTIONS(608), - [anon_sym_Magenta] = ACTIONS(608), - [anon_sym_Gay] = ACTIONS(608), - [anon_sym_Lesbian] = ACTIONS(608), - [anon_sym_Bi] = ACTIONS(608), - [anon_sym_Trans] = ACTIONS(608), - [anon_sym_Pan] = ACTIONS(608), - [anon_sym_Ace] = ACTIONS(608), - [anon_sym_Aro] = ACTIONS(608), - [anon_sym_Aroace] = ACTIONS(608), - [anon_sym_Enby] = ACTIONS(608), - [anon_sym_Fluid] = ACTIONS(608), - [anon_sym_Queer] = ACTIONS(608), - [anon_sym_Agender] = ACTIONS(608), - [anon_sym_PrideFlags] = ACTIONS(608), - [anon_sym_PrideFlagNames] = ACTIONS(608), - [anon_sym_True] = ACTIONS(608), - [anon_sym_False] = ACTIONS(608), - [anon_sym_NULL] = ACTIONS(608), - [anon_sym_Logo] = ACTIONS(608), - [anon_sym_Lena] = ACTIONS(608), - [anon_sym_Music] = ACTIONS(608), - [anon_sym_Lorem] = ACTIONS(608), - [anon_sym_Os] = ACTIONS(608), - [anon_sym_Family] = ACTIONS(608), - [anon_sym_Arch] = ACTIONS(608), - [anon_sym_ExeExt] = ACTIONS(608), - [anon_sym_DllExt] = ACTIONS(608), - [anon_sym_Sep] = ACTIONS(608), - [anon_sym_ThisFile] = ACTIONS(608), - [anon_sym_ThisFileName] = ACTIONS(608), - [anon_sym_ThisFileDir] = ACTIONS(608), - [anon_sym_WorkingDir] = ACTIONS(608), - [anon_sym_NumProcs] = ACTIONS(608), - [anon_sym_Planets] = ACTIONS(608), - [anon_sym_Zodiac] = ACTIONS(608), - [anon_sym_Suits] = ACTIONS(608), - [anon_sym_Cards] = ACTIONS(608), - [anon_sym_Chess] = ACTIONS(608), - [anon_sym_Moon] = ACTIONS(608), - [anon_sym_Skin] = ACTIONS(608), - [anon_sym_People] = ACTIONS(608), - [anon_sym_Hair] = ACTIONS(608), - [aux_sym_character_token1] = ACTIONS(610), - [sym_string] = ACTIONS(610), - [sym_multiLineString] = ACTIONS(610), - [sym_identifier] = ACTIONS(608), - [sym_identifierDeprecated] = ACTIONS(608), - [sym_system] = ACTIONS(610), - [sym_comment] = ACTIONS(608), - [sym_openParen] = ACTIONS(610), - [sym_openCurly] = ACTIONS(610), - [sym_openBracket] = ACTIONS(610), - [sym_underscore] = ACTIONS(610), - [anon_sym_CARET] = ACTIONS(610), - [anon_sym_SQUOTE] = ACTIONS(608), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(610), - [anon_sym_e] = ACTIONS(608), - [anon_sym_NaN] = ACTIONS(608), - [anon_sym_eta] = ACTIONS(610), - [anon_sym_u03b7] = ACTIONS(608), - [anon_sym_pi] = ACTIONS(608), - [anon_sym_u03c0] = ACTIONS(608), - [anon_sym_tau] = ACTIONS(610), - [anon_sym_u03c4] = ACTIONS(608), - [anon_sym_infinity] = ACTIONS(610), - [anon_sym_u221e] = ACTIONS(610), - [anon_sym_W] = ACTIONS(608), - [anon_sym_i] = ACTIONS(608), - [anon_sym_MaxInt] = ACTIONS(608), - [anon_sym_HexDigits] = ACTIONS(608), - [anon_sym_DOT] = ACTIONS(610), - [anon_sym_COMMA] = ACTIONS(610), - [anon_sym_COLON] = ACTIONS(610), - [anon_sym_u25cc] = ACTIONS(610), - [anon_sym_identity] = ACTIONS(610), - [anon_sym_id] = ACTIONS(608), - [anon_sym_u2218] = ACTIONS(610), - [anon_sym_not] = ACTIONS(610), - [anon_sym_u00ac] = ACTIONS(610), - [anon_sym_sign] = ACTIONS(608), - [anon_sym_u00b1] = ACTIONS(610), - [anon_sym_BQUOTE] = ACTIONS(610), - [anon_sym_u00af] = ACTIONS(608), - [anon_sym_absolutevalue] = ACTIONS(610), - [anon_sym_u2335] = ACTIONS(610), - [anon_sym_sqrt] = ACTIONS(610), - [anon_sym_u221a] = ACTIONS(610), - [anon_sym_sine] = ACTIONS(610), - [anon_sym_u25cb] = ACTIONS(610), - [anon_sym_u223f] = ACTIONS(610), - [anon_sym_floor] = ACTIONS(610), - [anon_sym_u230a] = ACTIONS(610), - [anon_sym_ceiling] = ACTIONS(610), - [anon_sym_u2308] = ACTIONS(610), - [anon_sym_round] = ACTIONS(610), - [anon_sym_u2045] = ACTIONS(610), - [anon_sym_EQ] = ACTIONS(610), - [anon_sym_BANG_EQ] = ACTIONS(610), - [anon_sym_u2260] = ACTIONS(610), - [anon_sym_LT] = ACTIONS(608), - [anon_sym_LT_EQ] = ACTIONS(610), - [anon_sym_u2264] = ACTIONS(610), - [anon_sym_GT] = ACTIONS(608), - [anon_sym_GT_EQ] = ACTIONS(610), - [anon_sym_u2265] = ACTIONS(610), - [anon_sym_PLUS] = ACTIONS(610), - [anon_sym_DASH] = ACTIONS(610), - [anon_sym_STAR] = ACTIONS(610), - [anon_sym_u00d7] = ACTIONS(610), - [anon_sym_PERCENT] = ACTIONS(610), - [anon_sym_u00f7] = ACTIONS(610), - [anon_sym_modulus] = ACTIONS(610), - [anon_sym_u25ff] = ACTIONS(610), - [anon_sym_power] = ACTIONS(610), - [anon_sym_u207f] = ACTIONS(610), - [anon_sym_logarithm] = ACTIONS(610), - [anon_sym_u2099] = ACTIONS(610), - [anon_sym_minimum] = ACTIONS(610), - [anon_sym_u21a7] = ACTIONS(610), - [anon_sym_maximum] = ACTIONS(610), - [anon_sym_u21a5] = ACTIONS(610), - [anon_sym_atangent] = ACTIONS(610), - [anon_sym_u2220] = ACTIONS(610), - [anon_sym_length] = ACTIONS(610), - [anon_sym_u29fb] = ACTIONS(610), - [anon_sym_shape] = ACTIONS(610), - [anon_sym_u25b3] = ACTIONS(610), - [anon_sym_range] = ACTIONS(610), - [anon_sym_u21e1] = ACTIONS(610), - [anon_sym_first] = ACTIONS(610), - [anon_sym_u22a2] = ACTIONS(610), - [anon_sym_reverse] = ACTIONS(610), - [anon_sym_u21cc] = ACTIONS(610), - [anon_sym_deshape] = ACTIONS(610), - [anon_sym_u266d] = ACTIONS(610), - [anon_sym_bits] = ACTIONS(610), - [anon_sym_u22ef] = ACTIONS(610), - [anon_sym_transpose] = ACTIONS(610), - [anon_sym_u2349] = ACTIONS(610), - [anon_sym_rise] = ACTIONS(610), - [anon_sym_u234f] = ACTIONS(610), - [anon_sym_fall] = ACTIONS(610), - [anon_sym_u2356] = ACTIONS(610), - [anon_sym_where] = ACTIONS(610), - [anon_sym_u229a] = ACTIONS(610), - [anon_sym_classify] = ACTIONS(610), - [anon_sym_u229b] = ACTIONS(610), - [anon_sym_deduplicate] = ACTIONS(610), - [anon_sym_u25f4] = ACTIONS(610), - [anon_sym_box] = ACTIONS(610), - [anon_sym_u25a1] = ACTIONS(610), - [anon_sym_match] = ACTIONS(610), - [anon_sym_u224d] = ACTIONS(610), - [anon_sym_couple] = ACTIONS(610), - [anon_sym_u229f] = ACTIONS(610), - [anon_sym_join] = ACTIONS(610), - [anon_sym_u2282] = ACTIONS(610), - [anon_sym_select] = ACTIONS(610), - [anon_sym_u228f] = ACTIONS(610), - [anon_sym_pick] = ACTIONS(610), - [anon_sym_u22a1] = ACTIONS(610), - [anon_sym_reshape] = ACTIONS(610), - [anon_sym_u21af] = ACTIONS(610), - [anon_sym_take] = ACTIONS(610), - [anon_sym_u2199] = ACTIONS(610), - [anon_sym_drop] = ACTIONS(610), - [anon_sym_u2198] = ACTIONS(610), - [anon_sym_rotate] = ACTIONS(610), - [anon_sym_u21bb] = ACTIONS(610), - [anon_sym_windows] = ACTIONS(610), - [anon_sym_u25eb] = ACTIONS(610), - [anon_sym_keep] = ACTIONS(610), - [anon_sym_u25bd] = ACTIONS(610), - [anon_sym_find] = ACTIONS(610), - [anon_sym_u2315] = ACTIONS(610), - [anon_sym_indexof] = ACTIONS(610), - [anon_sym_u2297] = ACTIONS(610), - [anon_sym_assert] = ACTIONS(610), - [anon_sym_u2364] = ACTIONS(610), - [anon_sym_wait] = ACTIONS(610), - [anon_sym_parse] = ACTIONS(610), - [anon_sym_u22d5] = ACTIONS(610), - [anon_sym_random] = ACTIONS(610), - [anon_sym_u2682] = ACTIONS(610), - [anon_sym_gen] = ACTIONS(610), - [anon_sym_tag] = ACTIONS(610), - [anon_sym_now] = ACTIONS(610), - [anon_sym_type] = ACTIONS(610), - [anon_sym_u2e2e] = ACTIONS(610), - [anon_sym_dump] = ACTIONS(610), - [anon_sym_regex] = ACTIONS(610), - [anon_sym_send] = ACTIONS(610), - [anon_sym_recv] = ACTIONS(610), - [anon_sym_tryrecv] = ACTIONS(610), - [anon_sym_complex] = ACTIONS(610), - [anon_sym_u2102] = ACTIONS(610), - [anon_sym_rerank] = ACTIONS(610), - [anon_sym_u2607] = ACTIONS(610), - [anon_sym_fix] = ACTIONS(610), - [anon_sym_u00a4] = ACTIONS(610), - [anon_sym_QMARK] = ACTIONS(610), - [anon_sym_unique] = ACTIONS(610), - [anon_sym_u25f0] = ACTIONS(610), - [anon_sym_map] = ACTIONS(610), - [anon_sym_has] = ACTIONS(610), - [anon_sym_get] = ACTIONS(610), - [anon_sym_insert] = ACTIONS(610), - [anon_sym_remove] = ACTIONS(610), - [anon_sym_repr] = ACTIONS(610), - [anon_sym_mask] = ACTIONS(610), - [anon_sym_u29b7] = ACTIONS(610), - [anon_sym_csv] = ACTIONS(610), - [anon_sym_json] = ACTIONS(610), - [anon_sym_xlsx] = ACTIONS(610), - [anon_sym_memberOf] = ACTIONS(610), - [anon_sym_u2208] = ACTIONS(610), - [anon_sym_imen] = ACTIONS(610), - [anon_sym_gife] = ACTIONS(610), - [anon_sym_auden] = ACTIONS(610), - [anon_sym_utfu2088] = ACTIONS(610), - [anon_sym_datetime] = ACTIONS(610), - [anon_sym_chunk] = ACTIONS(610), - [anon_sym_u2444] = ACTIONS(610), - [anon_sym_choose] = ACTIONS(610), - [anon_sym_permute] = ACTIONS(610), - [anon_sym_orient] = ACTIONS(610), - [anon_sym_fft] = ACTIONS(610), - [anon_sym_reduce] = ACTIONS(610), - [anon_sym_SLASH] = ACTIONS(610), - [anon_sym_scan] = ACTIONS(610), - [anon_sym_BSLASH] = ACTIONS(610), - [anon_sym_each] = ACTIONS(610), - [anon_sym_u2235] = ACTIONS(610), - [anon_sym_rows] = ACTIONS(610), - [anon_sym_u2261] = ACTIONS(610), - [anon_sym_repeat] = ACTIONS(610), - [anon_sym_u2365] = ACTIONS(610), - [anon_sym_dip] = ACTIONS(610), - [anon_sym_u2299] = ACTIONS(610), - [anon_sym_gap] = ACTIONS(610), - [anon_sym_u22c5] = ACTIONS(610), - [anon_sym_spawn] = ACTIONS(610), - [anon_sym_rectify] = ACTIONS(610), - [anon_sym_u2305] = ACTIONS(610), - [anon_sym_un] = ACTIONS(608), - [anon_sym_u00b0] = ACTIONS(610), - [anon_sym_on] = ACTIONS(608), - [anon_sym_u27dc] = ACTIONS(610), - [anon_sym_inventory] = ACTIONS(610), - [anon_sym_u235a] = ACTIONS(610), - [anon_sym_content] = ACTIONS(610), - [anon_sym_u25c7] = ACTIONS(610), - [anon_sym_pool] = ACTIONS(610), - [anon_sym_stringify] = ACTIONS(610), - [anon_sym_signature] = ACTIONS(610), - [anon_sym_triangle] = ACTIONS(610), - [anon_sym_u25f9] = ACTIONS(610), - [anon_sym_astar] = ACTIONS(610), - [anon_sym_but] = ACTIONS(610), - [anon_sym_u2919] = ACTIONS(610), - [anon_sym_with] = ACTIONS(610), - [anon_sym_u291a] = ACTIONS(610), - [anon_sym_above] = ACTIONS(610), - [anon_sym_u25e0] = ACTIONS(610), - [anon_sym_below] = ACTIONS(610), - [anon_sym_u25e1] = ACTIONS(610), - [anon_sym_fold] = ACTIONS(610), - [anon_sym_u2227] = ACTIONS(610), - [anon_sym_table] = ACTIONS(610), - [anon_sym_u229e] = ACTIONS(610), - [anon_sym_group] = ACTIONS(610), - [anon_sym_u2295] = ACTIONS(610), - [anon_sym_partition] = ACTIONS(610), - [anon_sym_u229c] = ACTIONS(610), - [anon_sym_both] = ACTIONS(610), - [anon_sym_u2229] = ACTIONS(610), - [anon_sym_bracket] = ACTIONS(610), - [anon_sym_u2293] = ACTIONS(610), - [anon_sym_fork] = ACTIONS(610), - [anon_sym_u2283] = ACTIONS(610), - [anon_sym_under] = ACTIONS(610), - [anon_sym_u235c] = ACTIONS(610), - [anon_sym_fill] = ACTIONS(610), - [anon_sym_u2b1a] = ACTIONS(610), - [anon_sym_try] = ACTIONS(608), - [anon_sym_u2363] = ACTIONS(610), - [anon_sym_do] = ACTIONS(608), - [anon_sym_u2362] = ACTIONS(610), - [anon_sym_setinv] = ACTIONS(610), - [anon_sym_setunder] = ACTIONS(610), - [anon_sym_f] = ACTIONS(608), - [anon_sym_by] = ACTIONS(608), - [anon_sym_u22b8] = ACTIONS(610), - [anon_sym_quote] = ACTIONS(610), - [anon_sym_struct] = ACTIONS(610), - [anon_sym_u2765] = ACTIONS(610), - [anon_sym_u2192] = ACTIONS(610), - [anon_sym_u2237] = ACTIONS(610), - [anon_sym_u00b7] = ACTIONS(610), - [anon_sym_u235b] = ACTIONS(610), - [anon_sym_u2302] = ACTIONS(610), - [anon_sym_u21b0] = ACTIONS(610), - [anon_sym_unpack] = ACTIONS(610), - [anon_sym_u2290] = ACTIONS(610), - [anon_sym_u229d] = ACTIONS(610), - [anon_sym_cross] = ACTIONS(610), - [anon_sym_u22a0] = ACTIONS(610), - [anon_sym_SEMI] = ACTIONS(610), - [anon_sym_deal] = ACTIONS(610), - [anon_sym_strands] = ACTIONS(610), - [anon_sym_u203f] = ACTIONS(610), - [anon_sym_member] = ACTIONS(608), - [anon_sym_u220a] = ACTIONS(610), - [anon_sym_coordinate] = ACTIONS(610), - [anon_sym_u27d4] = ACTIONS(610), - [anon_sym_u03bb] = ACTIONS(610), - [anon_sym_u22ca] = ACTIONS(610), - [sym__endOfLine] = ACTIONS(610), + [ts_builtin_sym_end] = ACTIONS(584), + [aux_sym_number_token1] = ACTIONS(582), + [sym_fraction] = ACTIONS(584), + [anon_sym_Days] = ACTIONS(582), + [anon_sym_Months] = ACTIONS(582), + [anon_sym_MonthDays] = ACTIONS(582), + [anon_sym_LeanMonthDays] = ACTIONS(582), + [anon_sym_White] = ACTIONS(582), + [anon_sym_Black] = ACTIONS(582), + [anon_sym_Red] = ACTIONS(582), + [anon_sym_Orange] = ACTIONS(582), + [anon_sym_Yellow] = ACTIONS(582), + [anon_sym_Green] = ACTIONS(582), + [anon_sym_Cyan] = ACTIONS(582), + [anon_sym_Blue] = ACTIONS(582), + [anon_sym_Purple] = ACTIONS(582), + [anon_sym_Magenta] = ACTIONS(582), + [anon_sym_Gay] = ACTIONS(582), + [anon_sym_Lesbian] = ACTIONS(582), + [anon_sym_Bi] = ACTIONS(582), + [anon_sym_Trans] = ACTIONS(582), + [anon_sym_Pan] = ACTIONS(582), + [anon_sym_Ace] = ACTIONS(582), + [anon_sym_Aro] = ACTIONS(582), + [anon_sym_Aroace] = ACTIONS(582), + [anon_sym_Enby] = ACTIONS(582), + [anon_sym_Fluid] = ACTIONS(582), + [anon_sym_Queer] = ACTIONS(582), + [anon_sym_Agender] = ACTIONS(582), + [anon_sym_PrideFlags] = ACTIONS(582), + [anon_sym_PrideFlagNames] = ACTIONS(582), + [anon_sym_True] = ACTIONS(582), + [anon_sym_False] = ACTIONS(582), + [anon_sym_NULL] = ACTIONS(582), + [anon_sym_Logo] = ACTIONS(582), + [anon_sym_Lena] = ACTIONS(582), + [anon_sym_Music] = ACTIONS(582), + [anon_sym_Lorem] = ACTIONS(582), + [anon_sym_Os] = ACTIONS(582), + [anon_sym_Family] = ACTIONS(582), + [anon_sym_Arch] = ACTIONS(582), + [anon_sym_ExeExt] = ACTIONS(582), + [anon_sym_DllExt] = ACTIONS(582), + [anon_sym_Sep] = ACTIONS(582), + [anon_sym_ThisFile] = ACTIONS(582), + [anon_sym_ThisFileName] = ACTIONS(582), + [anon_sym_ThisFileDir] = ACTIONS(582), + [anon_sym_WorkingDir] = ACTIONS(582), + [anon_sym_NumProcs] = ACTIONS(582), + [anon_sym_Planets] = ACTIONS(582), + [anon_sym_Zodiac] = ACTIONS(582), + [anon_sym_Suits] = ACTIONS(582), + [anon_sym_Cards] = ACTIONS(582), + [anon_sym_Chess] = ACTIONS(582), + [anon_sym_Moon] = ACTIONS(582), + [anon_sym_Skin] = ACTIONS(582), + [anon_sym_People] = ACTIONS(582), + [anon_sym_Hair] = ACTIONS(582), + [anon_sym_Cat] = ACTIONS(582), + [aux_sym_character_token1] = ACTIONS(584), + [sym_string] = ACTIONS(584), + [sym_multiLineString] = ACTIONS(584), + [sym_identifier] = ACTIONS(582), + [sym_identifierDeprecated] = ACTIONS(582), + [sym_system] = ACTIONS(584), + [sym_comment] = ACTIONS(582), + [sym_openParen] = ACTIONS(584), + [sym_openCurly] = ACTIONS(584), + [sym_openBracket] = ACTIONS(582), + [sym_underscore] = ACTIONS(584), + [anon_sym_CARET] = ACTIONS(584), + [anon_sym_SQUOTE] = ACTIONS(582), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(584), + [anon_sym_e] = ACTIONS(582), + [anon_sym_NaN] = ACTIONS(582), + [anon_sym_eta] = ACTIONS(584), + [anon_sym_u03b7] = ACTIONS(582), + [anon_sym_pi] = ACTIONS(582), + [anon_sym_u03c0] = ACTIONS(582), + [anon_sym_tau] = ACTIONS(584), + [anon_sym_u03c4] = ACTIONS(582), + [anon_sym_infinity] = ACTIONS(584), + [anon_sym_u221e] = ACTIONS(584), + [anon_sym_W] = ACTIONS(582), + [anon_sym_i] = ACTIONS(582), + [anon_sym_MaxInt] = ACTIONS(582), + [anon_sym_HexDigits] = ACTIONS(582), + [anon_sym_DOT] = ACTIONS(584), + [anon_sym_COMMA] = ACTIONS(584), + [anon_sym_COLON] = ACTIONS(584), + [anon_sym_u25cc] = ACTIONS(584), + [anon_sym_identity] = ACTIONS(584), + [anon_sym_id] = ACTIONS(582), + [anon_sym_u2218] = ACTIONS(584), + [anon_sym_not] = ACTIONS(584), + [anon_sym_u00ac] = ACTIONS(584), + [anon_sym_sign] = ACTIONS(582), + [anon_sym_u00b1] = ACTIONS(584), + [anon_sym_BQUOTE] = ACTIONS(584), + [anon_sym_u00af] = ACTIONS(582), + [anon_sym_absolutevalue] = ACTIONS(584), + [anon_sym_u2335] = ACTIONS(584), + [anon_sym_sqrt] = ACTIONS(584), + [anon_sym_u221a] = ACTIONS(584), + [anon_sym_sine] = ACTIONS(584), + [anon_sym_u25cb] = ACTIONS(584), + [anon_sym_u223f] = ACTIONS(584), + [anon_sym_floor] = ACTIONS(584), + [anon_sym_u230a] = ACTIONS(584), + [anon_sym_ceiling] = ACTIONS(584), + [anon_sym_u2308] = ACTIONS(584), + [anon_sym_round] = ACTIONS(584), + [anon_sym_u2045] = ACTIONS(584), + [anon_sym_EQ] = ACTIONS(584), + [anon_sym_BANG_EQ] = ACTIONS(584), + [anon_sym_u2260] = ACTIONS(584), + [anon_sym_LT] = ACTIONS(582), + [anon_sym_LT_EQ] = ACTIONS(584), + [anon_sym_u2264] = ACTIONS(584), + [anon_sym_GT] = ACTIONS(582), + [anon_sym_GT_EQ] = ACTIONS(584), + [anon_sym_u2265] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_u00d7] = ACTIONS(584), + [anon_sym_PERCENT] = ACTIONS(584), + [anon_sym_u00f7] = ACTIONS(584), + [anon_sym_modulus] = ACTIONS(584), + [anon_sym_u25ff] = ACTIONS(584), + [anon_sym_power] = ACTIONS(584), + [anon_sym_u207f] = ACTIONS(584), + [anon_sym_logarithm] = ACTIONS(584), + [anon_sym_u2099] = ACTIONS(584), + [anon_sym_minimum] = ACTIONS(584), + [anon_sym_u21a7] = ACTIONS(584), + [anon_sym_maximum] = ACTIONS(584), + [anon_sym_u21a5] = ACTIONS(584), + [anon_sym_atangent] = ACTIONS(584), + [anon_sym_u2220] = ACTIONS(584), + [anon_sym_length] = ACTIONS(584), + [anon_sym_u29fb] = ACTIONS(584), + [anon_sym_shape] = ACTIONS(584), + [anon_sym_u25b3] = ACTIONS(584), + [anon_sym_range] = ACTIONS(584), + [anon_sym_u21e1] = ACTIONS(584), + [anon_sym_first] = ACTIONS(584), + [anon_sym_u22a2] = ACTIONS(584), + [anon_sym_reverse] = ACTIONS(584), + [anon_sym_u21cc] = ACTIONS(584), + [anon_sym_deshape] = ACTIONS(584), + [anon_sym_u266d] = ACTIONS(584), + [anon_sym_bits] = ACTIONS(584), + [anon_sym_u22ef] = ACTIONS(584), + [anon_sym_transpose] = ACTIONS(584), + [anon_sym_u2349] = ACTIONS(584), + [anon_sym_rise] = ACTIONS(584), + [anon_sym_u234f] = ACTIONS(584), + [anon_sym_fall] = ACTIONS(584), + [anon_sym_u2356] = ACTIONS(584), + [anon_sym_where] = ACTIONS(584), + [anon_sym_u229a] = ACTIONS(584), + [anon_sym_classify] = ACTIONS(584), + [anon_sym_u229b] = ACTIONS(584), + [anon_sym_deduplicate] = ACTIONS(584), + [anon_sym_u25f4] = ACTIONS(584), + [anon_sym_box] = ACTIONS(584), + [anon_sym_u25a1] = ACTIONS(584), + [anon_sym_match] = ACTIONS(584), + [anon_sym_u224d] = ACTIONS(584), + [anon_sym_couple] = ACTIONS(584), + [anon_sym_u229f] = ACTIONS(584), + [anon_sym_join] = ACTIONS(584), + [anon_sym_u2282] = ACTIONS(584), + [anon_sym_select] = ACTIONS(584), + [anon_sym_u228f] = ACTIONS(584), + [anon_sym_pick] = ACTIONS(584), + [anon_sym_u22a1] = ACTIONS(584), + [anon_sym_reshape] = ACTIONS(584), + [anon_sym_u21af] = ACTIONS(584), + [anon_sym_take] = ACTIONS(584), + [anon_sym_u2199] = ACTIONS(584), + [anon_sym_drop] = ACTIONS(584), + [anon_sym_u2198] = ACTIONS(584), + [anon_sym_rotate] = ACTIONS(584), + [anon_sym_u21bb] = ACTIONS(584), + [anon_sym_windows] = ACTIONS(584), + [anon_sym_u25eb] = ACTIONS(584), + [anon_sym_keep] = ACTIONS(584), + [anon_sym_u25bd] = ACTIONS(584), + [anon_sym_find] = ACTIONS(584), + [anon_sym_u2315] = ACTIONS(584), + [anon_sym_indexof] = ACTIONS(584), + [anon_sym_u2297] = ACTIONS(584), + [anon_sym_assert] = ACTIONS(584), + [anon_sym_u2364] = ACTIONS(584), + [anon_sym_wait] = ACTIONS(584), + [anon_sym_parse] = ACTIONS(584), + [anon_sym_u22d5] = ACTIONS(584), + [anon_sym_random] = ACTIONS(584), + [anon_sym_u2682] = ACTIONS(584), + [anon_sym_gen] = ACTIONS(584), + [anon_sym_tag] = ACTIONS(584), + [anon_sym_now] = ACTIONS(584), + [anon_sym_type] = ACTIONS(584), + [anon_sym_u2e2e] = ACTIONS(584), + [anon_sym_dump] = ACTIONS(584), + [anon_sym_regex] = ACTIONS(584), + [anon_sym_send] = ACTIONS(584), + [anon_sym_recv] = ACTIONS(584), + [anon_sym_tryrecv] = ACTIONS(584), + [anon_sym_complex] = ACTIONS(584), + [anon_sym_u2102] = ACTIONS(584), + [anon_sym_rerank] = ACTIONS(584), + [anon_sym_u2607] = ACTIONS(584), + [anon_sym_fix] = ACTIONS(584), + [anon_sym_u00a4] = ACTIONS(584), + [anon_sym_QMARK] = ACTIONS(584), + [anon_sym_unique] = ACTIONS(584), + [anon_sym_u25f0] = ACTIONS(584), + [anon_sym_map] = ACTIONS(584), + [anon_sym_has] = ACTIONS(584), + [anon_sym_get] = ACTIONS(584), + [anon_sym_insert] = ACTIONS(584), + [anon_sym_remove] = ACTIONS(584), + [anon_sym_repr] = ACTIONS(584), + [anon_sym_mask] = ACTIONS(584), + [anon_sym_u29b7] = ACTIONS(584), + [anon_sym_csv] = ACTIONS(584), + [anon_sym_json] = ACTIONS(584), + [anon_sym_xlsx] = ACTIONS(584), + [anon_sym_memberOf] = ACTIONS(584), + [anon_sym_u2208] = ACTIONS(584), + [anon_sym_imen] = ACTIONS(584), + [anon_sym_gife] = ACTIONS(584), + [anon_sym_auden] = ACTIONS(584), + [anon_sym_utfu2088] = ACTIONS(584), + [anon_sym_datetime] = ACTIONS(584), + [anon_sym_choose] = ACTIONS(584), + [anon_sym_permute] = ACTIONS(584), + [anon_sym_orient] = ACTIONS(584), + [anon_sym_u2938] = ACTIONS(584), + [anon_sym_fft] = ACTIONS(584), + [anon_sym_graphemes] = ACTIONS(584), + [anon_sym_timezone] = ACTIONS(584), + [anon_sym_around] = ACTIONS(584), + [anon_sym_u2019] = ACTIONS(584), + [anon_sym_base] = ACTIONS(584), + [anon_sym_sort] = ACTIONS(584), + [anon_sym_u2346] = ACTIONS(584), + [anon_sym_last] = ACTIONS(584), + [anon_sym_u22a3] = ACTIONS(584), + [anon_sym_reduce] = ACTIONS(584), + [anon_sym_SLASH] = ACTIONS(584), + [anon_sym_scan] = ACTIONS(584), + [anon_sym_BSLASH] = ACTIONS(584), + [anon_sym_each] = ACTIONS(584), + [anon_sym_u2235] = ACTIONS(584), + [anon_sym_rows] = ACTIONS(584), + [anon_sym_u2261] = ACTIONS(584), + [anon_sym_repeat] = ACTIONS(584), + [anon_sym_u2365] = ACTIONS(584), + [anon_sym_dip] = ACTIONS(584), + [anon_sym_u2299] = ACTIONS(584), + [anon_sym_gap] = ACTIONS(584), + [anon_sym_u22c5] = ACTIONS(584), + [anon_sym_spawn] = ACTIONS(584), + [anon_sym_rectify] = ACTIONS(584), + [anon_sym_u2305] = ACTIONS(584), + [anon_sym_un] = ACTIONS(582), + [anon_sym_u00b0] = ACTIONS(584), + [anon_sym_on] = ACTIONS(582), + [anon_sym_u27dc] = ACTIONS(584), + [anon_sym_inventory] = ACTIONS(584), + [anon_sym_u235a] = ACTIONS(584), + [anon_sym_content] = ACTIONS(584), + [anon_sym_u25c7] = ACTIONS(584), + [anon_sym_pool] = ACTIONS(584), + [anon_sym_stringify] = ACTIONS(584), + [anon_sym_signature] = ACTIONS(584), + [anon_sym_triangle] = ACTIONS(584), + [anon_sym_u25f9] = ACTIONS(584), + [anon_sym_astar] = ACTIONS(584), + [anon_sym_with] = ACTIONS(584), + [anon_sym_u2919] = ACTIONS(584), + [anon_sym_off] = ACTIONS(584), + [anon_sym_u291a] = ACTIONS(584), + [anon_sym_above] = ACTIONS(584), + [anon_sym_u25e0] = ACTIONS(584), + [anon_sym_below] = ACTIONS(584), + [anon_sym_u25e1] = ACTIONS(584), + [anon_sym_anti] = ACTIONS(584), + [anon_sym_u231d] = ACTIONS(584), + [anon_sym_obverse] = ACTIONS(584), + [anon_sym_toples] = ACTIONS(584), + [anon_sym_u29c5] = ACTIONS(584), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(584), + [anon_sym_fold] = ACTIONS(584), + [anon_sym_u2227] = ACTIONS(584), + [anon_sym_table] = ACTIONS(584), + [anon_sym_u229e] = ACTIONS(584), + [anon_sym_group] = ACTIONS(584), + [anon_sym_u2295] = ACTIONS(584), + [anon_sym_partition] = ACTIONS(584), + [anon_sym_u229c] = ACTIONS(584), + [anon_sym_both] = ACTIONS(584), + [anon_sym_u2229] = ACTIONS(584), + [anon_sym_bracket] = ACTIONS(584), + [anon_sym_u2293] = ACTIONS(584), + [anon_sym_fork] = ACTIONS(584), + [anon_sym_u2283] = ACTIONS(584), + [anon_sym_under] = ACTIONS(584), + [anon_sym_u235c] = ACTIONS(584), + [anon_sym_fill] = ACTIONS(584), + [anon_sym_u2b1a] = ACTIONS(584), + [anon_sym_try] = ACTIONS(582), + [anon_sym_u2363] = ACTIONS(584), + [anon_sym_do] = ACTIONS(582), + [anon_sym_u2362] = ACTIONS(584), + [anon_sym_f] = ACTIONS(582), + [anon_sym_by] = ACTIONS(582), + [anon_sym_u22b8] = ACTIONS(584), + [anon_sym_quote] = ACTIONS(584), + [anon_sym_u2765] = ACTIONS(584), + [anon_sym_u2192] = ACTIONS(584), + [anon_sym_u2237] = ACTIONS(584), + [anon_sym_u00b7] = ACTIONS(584), + [anon_sym_u235b] = ACTIONS(584), + [anon_sym_u2302] = ACTIONS(584), + [anon_sym_u21b0] = ACTIONS(584), + [anon_sym_unpack] = ACTIONS(584), + [anon_sym_u2290] = ACTIONS(584), + [anon_sym_u229d] = ACTIONS(584), + [anon_sym_cross] = ACTIONS(584), + [anon_sym_u22a0] = ACTIONS(584), + [anon_sym_SEMI] = ACTIONS(584), + [anon_sym_deal] = ACTIONS(584), + [anon_sym_member] = ACTIONS(582), + [anon_sym_u220a] = ACTIONS(584), + [anon_sym_coordinate] = ACTIONS(584), + [anon_sym_u27d4] = ACTIONS(584), + [anon_sym_u03bb] = ACTIONS(584), + [anon_sym_u22ca] = ACTIONS(584), + [anon_sym_chunk] = ACTIONS(584), + [anon_sym_u2444] = ACTIONS(584), + [anon_sym_setinv] = ACTIONS(584), + [anon_sym_setund] = ACTIONS(584), + [anon_sym_struct] = ACTIONS(584), + [sym__endOfLine] = ACTIONS(584), }, [139] = { - [ts_builtin_sym_end] = ACTIONS(594), - [aux_sym_number_token1] = ACTIONS(592), - [sym_fraction] = ACTIONS(594), - [anon_sym_Days] = ACTIONS(592), - [anon_sym_Months] = ACTIONS(592), - [anon_sym_MonthDays] = ACTIONS(592), - [anon_sym_LeanMonthDays] = ACTIONS(592), - [anon_sym_White] = ACTIONS(592), - [anon_sym_Black] = ACTIONS(592), - [anon_sym_Red] = ACTIONS(592), - [anon_sym_Orange] = ACTIONS(592), - [anon_sym_Yellow] = ACTIONS(592), - [anon_sym_Green] = ACTIONS(592), - [anon_sym_Cyan] = ACTIONS(592), - [anon_sym_Blue] = ACTIONS(592), - [anon_sym_Purple] = ACTIONS(592), - [anon_sym_Magenta] = ACTIONS(592), - [anon_sym_Gay] = ACTIONS(592), - [anon_sym_Lesbian] = ACTIONS(592), - [anon_sym_Bi] = ACTIONS(592), - [anon_sym_Trans] = ACTIONS(592), - [anon_sym_Pan] = ACTIONS(592), - [anon_sym_Ace] = ACTIONS(592), - [anon_sym_Aro] = ACTIONS(592), - [anon_sym_Aroace] = ACTIONS(592), - [anon_sym_Enby] = ACTIONS(592), - [anon_sym_Fluid] = ACTIONS(592), - [anon_sym_Queer] = ACTIONS(592), - [anon_sym_Agender] = ACTIONS(592), - [anon_sym_PrideFlags] = ACTIONS(592), - [anon_sym_PrideFlagNames] = ACTIONS(592), - [anon_sym_True] = ACTIONS(592), - [anon_sym_False] = ACTIONS(592), - [anon_sym_NULL] = ACTIONS(592), - [anon_sym_Logo] = ACTIONS(592), - [anon_sym_Lena] = ACTIONS(592), - [anon_sym_Music] = ACTIONS(592), - [anon_sym_Lorem] = ACTIONS(592), - [anon_sym_Os] = ACTIONS(592), - [anon_sym_Family] = ACTIONS(592), - [anon_sym_Arch] = ACTIONS(592), - [anon_sym_ExeExt] = ACTIONS(592), - [anon_sym_DllExt] = ACTIONS(592), - [anon_sym_Sep] = ACTIONS(592), - [anon_sym_ThisFile] = ACTIONS(592), - [anon_sym_ThisFileName] = ACTIONS(592), - [anon_sym_ThisFileDir] = ACTIONS(592), - [anon_sym_WorkingDir] = ACTIONS(592), - [anon_sym_NumProcs] = ACTIONS(592), - [anon_sym_Planets] = ACTIONS(592), - [anon_sym_Zodiac] = ACTIONS(592), - [anon_sym_Suits] = ACTIONS(592), - [anon_sym_Cards] = ACTIONS(592), - [anon_sym_Chess] = ACTIONS(592), - [anon_sym_Moon] = ACTIONS(592), - [anon_sym_Skin] = ACTIONS(592), - [anon_sym_People] = ACTIONS(592), - [anon_sym_Hair] = ACTIONS(592), - [aux_sym_character_token1] = ACTIONS(594), - [sym_string] = ACTIONS(594), - [sym_multiLineString] = ACTIONS(594), - [sym_identifier] = ACTIONS(592), - [sym_identifierDeprecated] = ACTIONS(592), - [sym_system] = ACTIONS(594), - [sym_comment] = ACTIONS(592), - [sym_openParen] = ACTIONS(594), - [sym_openCurly] = ACTIONS(594), - [sym_openBracket] = ACTIONS(594), - [sym_underscore] = ACTIONS(594), - [anon_sym_CARET] = ACTIONS(594), - [anon_sym_SQUOTE] = ACTIONS(592), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(594), - [anon_sym_e] = ACTIONS(592), - [anon_sym_NaN] = ACTIONS(592), - [anon_sym_eta] = ACTIONS(594), - [anon_sym_u03b7] = ACTIONS(592), - [anon_sym_pi] = ACTIONS(592), - [anon_sym_u03c0] = ACTIONS(592), - [anon_sym_tau] = ACTIONS(594), - [anon_sym_u03c4] = ACTIONS(592), - [anon_sym_infinity] = ACTIONS(594), - [anon_sym_u221e] = ACTIONS(594), - [anon_sym_W] = ACTIONS(592), - [anon_sym_i] = ACTIONS(592), - [anon_sym_MaxInt] = ACTIONS(592), - [anon_sym_HexDigits] = ACTIONS(592), - [anon_sym_DOT] = ACTIONS(594), - [anon_sym_COMMA] = ACTIONS(594), - [anon_sym_COLON] = ACTIONS(594), - [anon_sym_u25cc] = ACTIONS(594), - [anon_sym_identity] = ACTIONS(594), - [anon_sym_id] = ACTIONS(592), - [anon_sym_u2218] = ACTIONS(594), - [anon_sym_not] = ACTIONS(594), - [anon_sym_u00ac] = ACTIONS(594), - [anon_sym_sign] = ACTIONS(592), - [anon_sym_u00b1] = ACTIONS(594), - [anon_sym_BQUOTE] = ACTIONS(594), - [anon_sym_u00af] = ACTIONS(592), - [anon_sym_absolutevalue] = ACTIONS(594), - [anon_sym_u2335] = ACTIONS(594), - [anon_sym_sqrt] = ACTIONS(594), - [anon_sym_u221a] = ACTIONS(594), - [anon_sym_sine] = ACTIONS(594), - [anon_sym_u25cb] = ACTIONS(594), - [anon_sym_u223f] = ACTIONS(594), - [anon_sym_floor] = ACTIONS(594), - [anon_sym_u230a] = ACTIONS(594), - [anon_sym_ceiling] = ACTIONS(594), - [anon_sym_u2308] = ACTIONS(594), - [anon_sym_round] = ACTIONS(594), - [anon_sym_u2045] = ACTIONS(594), - [anon_sym_EQ] = ACTIONS(594), - [anon_sym_BANG_EQ] = ACTIONS(594), - [anon_sym_u2260] = ACTIONS(594), - [anon_sym_LT] = ACTIONS(592), - [anon_sym_LT_EQ] = ACTIONS(594), - [anon_sym_u2264] = ACTIONS(594), - [anon_sym_GT] = ACTIONS(592), - [anon_sym_GT_EQ] = ACTIONS(594), - [anon_sym_u2265] = ACTIONS(594), - [anon_sym_PLUS] = ACTIONS(594), - [anon_sym_DASH] = ACTIONS(594), - [anon_sym_STAR] = ACTIONS(594), - [anon_sym_u00d7] = ACTIONS(594), - [anon_sym_PERCENT] = ACTIONS(594), - [anon_sym_u00f7] = ACTIONS(594), - [anon_sym_modulus] = ACTIONS(594), - [anon_sym_u25ff] = ACTIONS(594), - [anon_sym_power] = ACTIONS(594), - [anon_sym_u207f] = ACTIONS(594), - [anon_sym_logarithm] = ACTIONS(594), - [anon_sym_u2099] = ACTIONS(594), - [anon_sym_minimum] = ACTIONS(594), - [anon_sym_u21a7] = ACTIONS(594), - [anon_sym_maximum] = ACTIONS(594), - [anon_sym_u21a5] = ACTIONS(594), - [anon_sym_atangent] = ACTIONS(594), - [anon_sym_u2220] = ACTIONS(594), - [anon_sym_length] = ACTIONS(594), - [anon_sym_u29fb] = ACTIONS(594), - [anon_sym_shape] = ACTIONS(594), - [anon_sym_u25b3] = ACTIONS(594), - [anon_sym_range] = ACTIONS(594), - [anon_sym_u21e1] = ACTIONS(594), - [anon_sym_first] = ACTIONS(594), - [anon_sym_u22a2] = ACTIONS(594), - [anon_sym_reverse] = ACTIONS(594), - [anon_sym_u21cc] = ACTIONS(594), - [anon_sym_deshape] = ACTIONS(594), - [anon_sym_u266d] = ACTIONS(594), - [anon_sym_bits] = ACTIONS(594), - [anon_sym_u22ef] = ACTIONS(594), - [anon_sym_transpose] = ACTIONS(594), - [anon_sym_u2349] = ACTIONS(594), - [anon_sym_rise] = ACTIONS(594), - [anon_sym_u234f] = ACTIONS(594), - [anon_sym_fall] = ACTIONS(594), - [anon_sym_u2356] = ACTIONS(594), - [anon_sym_where] = ACTIONS(594), - [anon_sym_u229a] = ACTIONS(594), - [anon_sym_classify] = ACTIONS(594), - [anon_sym_u229b] = ACTIONS(594), - [anon_sym_deduplicate] = ACTIONS(594), - [anon_sym_u25f4] = ACTIONS(594), - [anon_sym_box] = ACTIONS(594), - [anon_sym_u25a1] = ACTIONS(594), - [anon_sym_match] = ACTIONS(594), - [anon_sym_u224d] = ACTIONS(594), - [anon_sym_couple] = ACTIONS(594), - [anon_sym_u229f] = ACTIONS(594), - [anon_sym_join] = ACTIONS(594), - [anon_sym_u2282] = ACTIONS(594), - [anon_sym_select] = ACTIONS(594), - [anon_sym_u228f] = ACTIONS(594), - [anon_sym_pick] = ACTIONS(594), - [anon_sym_u22a1] = ACTIONS(594), - [anon_sym_reshape] = ACTIONS(594), - [anon_sym_u21af] = ACTIONS(594), - [anon_sym_take] = ACTIONS(594), - [anon_sym_u2199] = ACTIONS(594), - [anon_sym_drop] = ACTIONS(594), - [anon_sym_u2198] = ACTIONS(594), - [anon_sym_rotate] = ACTIONS(594), - [anon_sym_u21bb] = ACTIONS(594), - [anon_sym_windows] = ACTIONS(594), - [anon_sym_u25eb] = ACTIONS(594), - [anon_sym_keep] = ACTIONS(594), - [anon_sym_u25bd] = ACTIONS(594), - [anon_sym_find] = ACTIONS(594), - [anon_sym_u2315] = ACTIONS(594), - [anon_sym_indexof] = ACTIONS(594), - [anon_sym_u2297] = ACTIONS(594), - [anon_sym_assert] = ACTIONS(594), - [anon_sym_u2364] = ACTIONS(594), - [anon_sym_wait] = ACTIONS(594), - [anon_sym_parse] = ACTIONS(594), - [anon_sym_u22d5] = ACTIONS(594), - [anon_sym_random] = ACTIONS(594), - [anon_sym_u2682] = ACTIONS(594), - [anon_sym_gen] = ACTIONS(594), - [anon_sym_tag] = ACTIONS(594), - [anon_sym_now] = ACTIONS(594), - [anon_sym_type] = ACTIONS(594), - [anon_sym_u2e2e] = ACTIONS(594), - [anon_sym_dump] = ACTIONS(594), - [anon_sym_regex] = ACTIONS(594), - [anon_sym_send] = ACTIONS(594), - [anon_sym_recv] = ACTIONS(594), - [anon_sym_tryrecv] = ACTIONS(594), - [anon_sym_complex] = ACTIONS(594), - [anon_sym_u2102] = ACTIONS(594), - [anon_sym_rerank] = ACTIONS(594), - [anon_sym_u2607] = ACTIONS(594), - [anon_sym_fix] = ACTIONS(594), - [anon_sym_u00a4] = ACTIONS(594), - [anon_sym_QMARK] = ACTIONS(594), - [anon_sym_unique] = ACTIONS(594), - [anon_sym_u25f0] = ACTIONS(594), - [anon_sym_map] = ACTIONS(594), - [anon_sym_has] = ACTIONS(594), - [anon_sym_get] = ACTIONS(594), - [anon_sym_insert] = ACTIONS(594), - [anon_sym_remove] = ACTIONS(594), - [anon_sym_repr] = ACTIONS(594), - [anon_sym_mask] = ACTIONS(594), - [anon_sym_u29b7] = ACTIONS(594), - [anon_sym_csv] = ACTIONS(594), - [anon_sym_json] = ACTIONS(594), - [anon_sym_xlsx] = ACTIONS(594), - [anon_sym_memberOf] = ACTIONS(594), - [anon_sym_u2208] = ACTIONS(594), - [anon_sym_imen] = ACTIONS(594), - [anon_sym_gife] = ACTIONS(594), - [anon_sym_auden] = ACTIONS(594), - [anon_sym_utfu2088] = ACTIONS(594), - [anon_sym_datetime] = ACTIONS(594), - [anon_sym_chunk] = ACTIONS(594), - [anon_sym_u2444] = ACTIONS(594), - [anon_sym_choose] = ACTIONS(594), - [anon_sym_permute] = ACTIONS(594), - [anon_sym_orient] = ACTIONS(594), - [anon_sym_fft] = ACTIONS(594), - [anon_sym_reduce] = ACTIONS(594), - [anon_sym_SLASH] = ACTIONS(594), - [anon_sym_scan] = ACTIONS(594), - [anon_sym_BSLASH] = ACTIONS(594), - [anon_sym_each] = ACTIONS(594), - [anon_sym_u2235] = ACTIONS(594), - [anon_sym_rows] = ACTIONS(594), - [anon_sym_u2261] = ACTIONS(594), - [anon_sym_repeat] = ACTIONS(594), - [anon_sym_u2365] = ACTIONS(594), - [anon_sym_dip] = ACTIONS(594), - [anon_sym_u2299] = ACTIONS(594), - [anon_sym_gap] = ACTIONS(594), - [anon_sym_u22c5] = ACTIONS(594), - [anon_sym_spawn] = ACTIONS(594), - [anon_sym_rectify] = ACTIONS(594), - [anon_sym_u2305] = ACTIONS(594), - [anon_sym_un] = ACTIONS(592), - [anon_sym_u00b0] = ACTIONS(594), - [anon_sym_on] = ACTIONS(592), - [anon_sym_u27dc] = ACTIONS(594), - [anon_sym_inventory] = ACTIONS(594), - [anon_sym_u235a] = ACTIONS(594), - [anon_sym_content] = ACTIONS(594), - [anon_sym_u25c7] = ACTIONS(594), - [anon_sym_pool] = ACTIONS(594), - [anon_sym_stringify] = ACTIONS(594), - [anon_sym_signature] = ACTIONS(594), - [anon_sym_triangle] = ACTIONS(594), - [anon_sym_u25f9] = ACTIONS(594), - [anon_sym_astar] = ACTIONS(594), - [anon_sym_but] = ACTIONS(594), - [anon_sym_u2919] = ACTIONS(594), - [anon_sym_with] = ACTIONS(594), - [anon_sym_u291a] = ACTIONS(594), - [anon_sym_above] = ACTIONS(594), - [anon_sym_u25e0] = ACTIONS(594), - [anon_sym_below] = ACTIONS(594), - [anon_sym_u25e1] = ACTIONS(594), - [anon_sym_fold] = ACTIONS(594), - [anon_sym_u2227] = ACTIONS(594), - [anon_sym_table] = ACTIONS(594), - [anon_sym_u229e] = ACTIONS(594), - [anon_sym_group] = ACTIONS(594), - [anon_sym_u2295] = ACTIONS(594), - [anon_sym_partition] = ACTIONS(594), - [anon_sym_u229c] = ACTIONS(594), - [anon_sym_both] = ACTIONS(594), - [anon_sym_u2229] = ACTIONS(594), - [anon_sym_bracket] = ACTIONS(594), - [anon_sym_u2293] = ACTIONS(594), - [anon_sym_fork] = ACTIONS(594), - [anon_sym_u2283] = ACTIONS(594), - [anon_sym_under] = ACTIONS(594), - [anon_sym_u235c] = ACTIONS(594), - [anon_sym_fill] = ACTIONS(594), - [anon_sym_u2b1a] = ACTIONS(594), - [anon_sym_try] = ACTIONS(592), - [anon_sym_u2363] = ACTIONS(594), - [anon_sym_do] = ACTIONS(592), - [anon_sym_u2362] = ACTIONS(594), - [anon_sym_setinv] = ACTIONS(594), - [anon_sym_setunder] = ACTIONS(594), - [anon_sym_f] = ACTIONS(592), - [anon_sym_by] = ACTIONS(592), - [anon_sym_u22b8] = ACTIONS(594), - [anon_sym_quote] = ACTIONS(594), - [anon_sym_struct] = ACTIONS(594), - [anon_sym_u2765] = ACTIONS(594), - [anon_sym_u2192] = ACTIONS(594), - [anon_sym_u2237] = ACTIONS(594), - [anon_sym_u00b7] = ACTIONS(594), - [anon_sym_u235b] = ACTIONS(594), - [anon_sym_u2302] = ACTIONS(594), - [anon_sym_u21b0] = ACTIONS(594), - [anon_sym_unpack] = ACTIONS(594), - [anon_sym_u2290] = ACTIONS(594), - [anon_sym_u229d] = ACTIONS(594), - [anon_sym_cross] = ACTIONS(594), - [anon_sym_u22a0] = ACTIONS(594), - [anon_sym_SEMI] = ACTIONS(594), - [anon_sym_deal] = ACTIONS(594), - [anon_sym_strands] = ACTIONS(594), - [anon_sym_u203f] = ACTIONS(594), - [anon_sym_member] = ACTIONS(592), - [anon_sym_u220a] = ACTIONS(594), - [anon_sym_coordinate] = ACTIONS(594), - [anon_sym_u27d4] = ACTIONS(594), - [anon_sym_u03bb] = ACTIONS(594), - [anon_sym_u22ca] = ACTIONS(594), - [sym__endOfLine] = ACTIONS(594), + [ts_builtin_sym_end] = ACTIONS(560), + [aux_sym_number_token1] = ACTIONS(558), + [sym_fraction] = ACTIONS(560), + [anon_sym_Days] = ACTIONS(558), + [anon_sym_Months] = ACTIONS(558), + [anon_sym_MonthDays] = ACTIONS(558), + [anon_sym_LeanMonthDays] = ACTIONS(558), + [anon_sym_White] = ACTIONS(558), + [anon_sym_Black] = ACTIONS(558), + [anon_sym_Red] = ACTIONS(558), + [anon_sym_Orange] = ACTIONS(558), + [anon_sym_Yellow] = ACTIONS(558), + [anon_sym_Green] = ACTIONS(558), + [anon_sym_Cyan] = ACTIONS(558), + [anon_sym_Blue] = ACTIONS(558), + [anon_sym_Purple] = ACTIONS(558), + [anon_sym_Magenta] = ACTIONS(558), + [anon_sym_Gay] = ACTIONS(558), + [anon_sym_Lesbian] = ACTIONS(558), + [anon_sym_Bi] = ACTIONS(558), + [anon_sym_Trans] = ACTIONS(558), + [anon_sym_Pan] = ACTIONS(558), + [anon_sym_Ace] = ACTIONS(558), + [anon_sym_Aro] = ACTIONS(558), + [anon_sym_Aroace] = ACTIONS(558), + [anon_sym_Enby] = ACTIONS(558), + [anon_sym_Fluid] = ACTIONS(558), + [anon_sym_Queer] = ACTIONS(558), + [anon_sym_Agender] = ACTIONS(558), + [anon_sym_PrideFlags] = ACTIONS(558), + [anon_sym_PrideFlagNames] = ACTIONS(558), + [anon_sym_True] = ACTIONS(558), + [anon_sym_False] = ACTIONS(558), + [anon_sym_NULL] = ACTIONS(558), + [anon_sym_Logo] = ACTIONS(558), + [anon_sym_Lena] = ACTIONS(558), + [anon_sym_Music] = ACTIONS(558), + [anon_sym_Lorem] = ACTIONS(558), + [anon_sym_Os] = ACTIONS(558), + [anon_sym_Family] = ACTIONS(558), + [anon_sym_Arch] = ACTIONS(558), + [anon_sym_ExeExt] = ACTIONS(558), + [anon_sym_DllExt] = ACTIONS(558), + [anon_sym_Sep] = ACTIONS(558), + [anon_sym_ThisFile] = ACTIONS(558), + [anon_sym_ThisFileName] = ACTIONS(558), + [anon_sym_ThisFileDir] = ACTIONS(558), + [anon_sym_WorkingDir] = ACTIONS(558), + [anon_sym_NumProcs] = ACTIONS(558), + [anon_sym_Planets] = ACTIONS(558), + [anon_sym_Zodiac] = ACTIONS(558), + [anon_sym_Suits] = ACTIONS(558), + [anon_sym_Cards] = ACTIONS(558), + [anon_sym_Chess] = ACTIONS(558), + [anon_sym_Moon] = ACTIONS(558), + [anon_sym_Skin] = ACTIONS(558), + [anon_sym_People] = ACTIONS(558), + [anon_sym_Hair] = ACTIONS(558), + [anon_sym_Cat] = ACTIONS(558), + [aux_sym_character_token1] = ACTIONS(560), + [sym_string] = ACTIONS(560), + [sym_multiLineString] = ACTIONS(560), + [sym_identifier] = ACTIONS(558), + [sym_identifierDeprecated] = ACTIONS(558), + [sym_system] = ACTIONS(560), + [sym_comment] = ACTIONS(558), + [sym_openParen] = ACTIONS(560), + [sym_openCurly] = ACTIONS(560), + [sym_openBracket] = ACTIONS(558), + [sym_underscore] = ACTIONS(560), + [anon_sym_CARET] = ACTIONS(560), + [anon_sym_SQUOTE] = ACTIONS(558), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(560), + [anon_sym_e] = ACTIONS(558), + [anon_sym_NaN] = ACTIONS(558), + [anon_sym_eta] = ACTIONS(560), + [anon_sym_u03b7] = ACTIONS(558), + [anon_sym_pi] = ACTIONS(558), + [anon_sym_u03c0] = ACTIONS(558), + [anon_sym_tau] = ACTIONS(560), + [anon_sym_u03c4] = ACTIONS(558), + [anon_sym_infinity] = ACTIONS(560), + [anon_sym_u221e] = ACTIONS(560), + [anon_sym_W] = ACTIONS(558), + [anon_sym_i] = ACTIONS(558), + [anon_sym_MaxInt] = ACTIONS(558), + [anon_sym_HexDigits] = ACTIONS(558), + [anon_sym_DOT] = ACTIONS(560), + [anon_sym_COMMA] = ACTIONS(560), + [anon_sym_COLON] = ACTIONS(560), + [anon_sym_u25cc] = ACTIONS(560), + [anon_sym_identity] = ACTIONS(560), + [anon_sym_id] = ACTIONS(558), + [anon_sym_u2218] = ACTIONS(560), + [anon_sym_not] = ACTIONS(560), + [anon_sym_u00ac] = ACTIONS(560), + [anon_sym_sign] = ACTIONS(558), + [anon_sym_u00b1] = ACTIONS(560), + [anon_sym_BQUOTE] = ACTIONS(560), + [anon_sym_u00af] = ACTIONS(558), + [anon_sym_absolutevalue] = ACTIONS(560), + [anon_sym_u2335] = ACTIONS(560), + [anon_sym_sqrt] = ACTIONS(560), + [anon_sym_u221a] = ACTIONS(560), + [anon_sym_sine] = ACTIONS(560), + [anon_sym_u25cb] = ACTIONS(560), + [anon_sym_u223f] = ACTIONS(560), + [anon_sym_floor] = ACTIONS(560), + [anon_sym_u230a] = ACTIONS(560), + [anon_sym_ceiling] = ACTIONS(560), + [anon_sym_u2308] = ACTIONS(560), + [anon_sym_round] = ACTIONS(560), + [anon_sym_u2045] = ACTIONS(560), + [anon_sym_EQ] = ACTIONS(560), + [anon_sym_BANG_EQ] = ACTIONS(560), + [anon_sym_u2260] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(558), + [anon_sym_LT_EQ] = ACTIONS(560), + [anon_sym_u2264] = ACTIONS(560), + [anon_sym_GT] = ACTIONS(558), + [anon_sym_GT_EQ] = ACTIONS(560), + [anon_sym_u2265] = ACTIONS(560), + [anon_sym_PLUS] = ACTIONS(560), + [anon_sym_DASH] = ACTIONS(560), + [anon_sym_STAR] = ACTIONS(560), + [anon_sym_u00d7] = ACTIONS(560), + [anon_sym_PERCENT] = ACTIONS(560), + [anon_sym_u00f7] = ACTIONS(560), + [anon_sym_modulus] = ACTIONS(560), + [anon_sym_u25ff] = ACTIONS(560), + [anon_sym_power] = ACTIONS(560), + [anon_sym_u207f] = ACTIONS(560), + [anon_sym_logarithm] = ACTIONS(560), + [anon_sym_u2099] = ACTIONS(560), + [anon_sym_minimum] = ACTIONS(560), + [anon_sym_u21a7] = ACTIONS(560), + [anon_sym_maximum] = ACTIONS(560), + [anon_sym_u21a5] = ACTIONS(560), + [anon_sym_atangent] = ACTIONS(560), + [anon_sym_u2220] = ACTIONS(560), + [anon_sym_length] = ACTIONS(560), + [anon_sym_u29fb] = ACTIONS(560), + [anon_sym_shape] = ACTIONS(560), + [anon_sym_u25b3] = ACTIONS(560), + [anon_sym_range] = ACTIONS(560), + [anon_sym_u21e1] = ACTIONS(560), + [anon_sym_first] = ACTIONS(560), + [anon_sym_u22a2] = ACTIONS(560), + [anon_sym_reverse] = ACTIONS(560), + [anon_sym_u21cc] = ACTIONS(560), + [anon_sym_deshape] = ACTIONS(560), + [anon_sym_u266d] = ACTIONS(560), + [anon_sym_bits] = ACTIONS(560), + [anon_sym_u22ef] = ACTIONS(560), + [anon_sym_transpose] = ACTIONS(560), + [anon_sym_u2349] = ACTIONS(560), + [anon_sym_rise] = ACTIONS(560), + [anon_sym_u234f] = ACTIONS(560), + [anon_sym_fall] = ACTIONS(560), + [anon_sym_u2356] = ACTIONS(560), + [anon_sym_where] = ACTIONS(560), + [anon_sym_u229a] = ACTIONS(560), + [anon_sym_classify] = ACTIONS(560), + [anon_sym_u229b] = ACTIONS(560), + [anon_sym_deduplicate] = ACTIONS(560), + [anon_sym_u25f4] = ACTIONS(560), + [anon_sym_box] = ACTIONS(560), + [anon_sym_u25a1] = ACTIONS(560), + [anon_sym_match] = ACTIONS(560), + [anon_sym_u224d] = ACTIONS(560), + [anon_sym_couple] = ACTIONS(560), + [anon_sym_u229f] = ACTIONS(560), + [anon_sym_join] = ACTIONS(560), + [anon_sym_u2282] = ACTIONS(560), + [anon_sym_select] = ACTIONS(560), + [anon_sym_u228f] = ACTIONS(560), + [anon_sym_pick] = ACTIONS(560), + [anon_sym_u22a1] = ACTIONS(560), + [anon_sym_reshape] = ACTIONS(560), + [anon_sym_u21af] = ACTIONS(560), + [anon_sym_take] = ACTIONS(560), + [anon_sym_u2199] = ACTIONS(560), + [anon_sym_drop] = ACTIONS(560), + [anon_sym_u2198] = ACTIONS(560), + [anon_sym_rotate] = ACTIONS(560), + [anon_sym_u21bb] = ACTIONS(560), + [anon_sym_windows] = ACTIONS(560), + [anon_sym_u25eb] = ACTIONS(560), + [anon_sym_keep] = ACTIONS(560), + [anon_sym_u25bd] = ACTIONS(560), + [anon_sym_find] = ACTIONS(560), + [anon_sym_u2315] = ACTIONS(560), + [anon_sym_indexof] = ACTIONS(560), + [anon_sym_u2297] = ACTIONS(560), + [anon_sym_assert] = ACTIONS(560), + [anon_sym_u2364] = ACTIONS(560), + [anon_sym_wait] = ACTIONS(560), + [anon_sym_parse] = ACTIONS(560), + [anon_sym_u22d5] = ACTIONS(560), + [anon_sym_random] = ACTIONS(560), + [anon_sym_u2682] = ACTIONS(560), + [anon_sym_gen] = ACTIONS(560), + [anon_sym_tag] = ACTIONS(560), + [anon_sym_now] = ACTIONS(560), + [anon_sym_type] = ACTIONS(560), + [anon_sym_u2e2e] = ACTIONS(560), + [anon_sym_dump] = ACTIONS(560), + [anon_sym_regex] = ACTIONS(560), + [anon_sym_send] = ACTIONS(560), + [anon_sym_recv] = ACTIONS(560), + [anon_sym_tryrecv] = ACTIONS(560), + [anon_sym_complex] = ACTIONS(560), + [anon_sym_u2102] = ACTIONS(560), + [anon_sym_rerank] = ACTIONS(560), + [anon_sym_u2607] = ACTIONS(560), + [anon_sym_fix] = ACTIONS(560), + [anon_sym_u00a4] = ACTIONS(560), + [anon_sym_QMARK] = ACTIONS(560), + [anon_sym_unique] = ACTIONS(560), + [anon_sym_u25f0] = ACTIONS(560), + [anon_sym_map] = ACTIONS(560), + [anon_sym_has] = ACTIONS(560), + [anon_sym_get] = ACTIONS(560), + [anon_sym_insert] = ACTIONS(560), + [anon_sym_remove] = ACTIONS(560), + [anon_sym_repr] = ACTIONS(560), + [anon_sym_mask] = ACTIONS(560), + [anon_sym_u29b7] = ACTIONS(560), + [anon_sym_csv] = ACTIONS(560), + [anon_sym_json] = ACTIONS(560), + [anon_sym_xlsx] = ACTIONS(560), + [anon_sym_memberOf] = ACTIONS(560), + [anon_sym_u2208] = ACTIONS(560), + [anon_sym_imen] = ACTIONS(560), + [anon_sym_gife] = ACTIONS(560), + [anon_sym_auden] = ACTIONS(560), + [anon_sym_utfu2088] = ACTIONS(560), + [anon_sym_datetime] = ACTIONS(560), + [anon_sym_choose] = ACTIONS(560), + [anon_sym_permute] = ACTIONS(560), + [anon_sym_orient] = ACTIONS(560), + [anon_sym_u2938] = ACTIONS(560), + [anon_sym_fft] = ACTIONS(560), + [anon_sym_graphemes] = ACTIONS(560), + [anon_sym_timezone] = ACTIONS(560), + [anon_sym_around] = ACTIONS(560), + [anon_sym_u2019] = ACTIONS(560), + [anon_sym_base] = ACTIONS(560), + [anon_sym_sort] = ACTIONS(560), + [anon_sym_u2346] = ACTIONS(560), + [anon_sym_last] = ACTIONS(560), + [anon_sym_u22a3] = ACTIONS(560), + [anon_sym_reduce] = ACTIONS(560), + [anon_sym_SLASH] = ACTIONS(560), + [anon_sym_scan] = ACTIONS(560), + [anon_sym_BSLASH] = ACTIONS(560), + [anon_sym_each] = ACTIONS(560), + [anon_sym_u2235] = ACTIONS(560), + [anon_sym_rows] = ACTIONS(560), + [anon_sym_u2261] = ACTIONS(560), + [anon_sym_repeat] = ACTIONS(560), + [anon_sym_u2365] = ACTIONS(560), + [anon_sym_dip] = ACTIONS(560), + [anon_sym_u2299] = ACTIONS(560), + [anon_sym_gap] = ACTIONS(560), + [anon_sym_u22c5] = ACTIONS(560), + [anon_sym_spawn] = ACTIONS(560), + [anon_sym_rectify] = ACTIONS(560), + [anon_sym_u2305] = ACTIONS(560), + [anon_sym_un] = ACTIONS(558), + [anon_sym_u00b0] = ACTIONS(560), + [anon_sym_on] = ACTIONS(558), + [anon_sym_u27dc] = ACTIONS(560), + [anon_sym_inventory] = ACTIONS(560), + [anon_sym_u235a] = ACTIONS(560), + [anon_sym_content] = ACTIONS(560), + [anon_sym_u25c7] = ACTIONS(560), + [anon_sym_pool] = ACTIONS(560), + [anon_sym_stringify] = ACTIONS(560), + [anon_sym_signature] = ACTIONS(560), + [anon_sym_triangle] = ACTIONS(560), + [anon_sym_u25f9] = ACTIONS(560), + [anon_sym_astar] = ACTIONS(560), + [anon_sym_with] = ACTIONS(560), + [anon_sym_u2919] = ACTIONS(560), + [anon_sym_off] = ACTIONS(560), + [anon_sym_u291a] = ACTIONS(560), + [anon_sym_above] = ACTIONS(560), + [anon_sym_u25e0] = ACTIONS(560), + [anon_sym_below] = ACTIONS(560), + [anon_sym_u25e1] = ACTIONS(560), + [anon_sym_anti] = ACTIONS(560), + [anon_sym_u231d] = ACTIONS(560), + [anon_sym_obverse] = ACTIONS(560), + [anon_sym_toples] = ACTIONS(560), + [anon_sym_u29c5] = ACTIONS(560), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(560), + [anon_sym_fold] = ACTIONS(560), + [anon_sym_u2227] = ACTIONS(560), + [anon_sym_table] = ACTIONS(560), + [anon_sym_u229e] = ACTIONS(560), + [anon_sym_group] = ACTIONS(560), + [anon_sym_u2295] = ACTIONS(560), + [anon_sym_partition] = ACTIONS(560), + [anon_sym_u229c] = ACTIONS(560), + [anon_sym_both] = ACTIONS(560), + [anon_sym_u2229] = ACTIONS(560), + [anon_sym_bracket] = ACTIONS(560), + [anon_sym_u2293] = ACTIONS(560), + [anon_sym_fork] = ACTIONS(560), + [anon_sym_u2283] = ACTIONS(560), + [anon_sym_under] = ACTIONS(560), + [anon_sym_u235c] = ACTIONS(560), + [anon_sym_fill] = ACTIONS(560), + [anon_sym_u2b1a] = ACTIONS(560), + [anon_sym_try] = ACTIONS(558), + [anon_sym_u2363] = ACTIONS(560), + [anon_sym_do] = ACTIONS(558), + [anon_sym_u2362] = ACTIONS(560), + [anon_sym_f] = ACTIONS(558), + [anon_sym_by] = ACTIONS(558), + [anon_sym_u22b8] = ACTIONS(560), + [anon_sym_quote] = ACTIONS(560), + [anon_sym_u2765] = ACTIONS(560), + [anon_sym_u2192] = ACTIONS(560), + [anon_sym_u2237] = ACTIONS(560), + [anon_sym_u00b7] = ACTIONS(560), + [anon_sym_u235b] = ACTIONS(560), + [anon_sym_u2302] = ACTIONS(560), + [anon_sym_u21b0] = ACTIONS(560), + [anon_sym_unpack] = ACTIONS(560), + [anon_sym_u2290] = ACTIONS(560), + [anon_sym_u229d] = ACTIONS(560), + [anon_sym_cross] = ACTIONS(560), + [anon_sym_u22a0] = ACTIONS(560), + [anon_sym_SEMI] = ACTIONS(560), + [anon_sym_deal] = ACTIONS(560), + [anon_sym_member] = ACTIONS(558), + [anon_sym_u220a] = ACTIONS(560), + [anon_sym_coordinate] = ACTIONS(560), + [anon_sym_u27d4] = ACTIONS(560), + [anon_sym_u03bb] = ACTIONS(560), + [anon_sym_u22ca] = ACTIONS(560), + [anon_sym_chunk] = ACTIONS(560), + [anon_sym_u2444] = ACTIONS(560), + [anon_sym_setinv] = ACTIONS(560), + [anon_sym_setund] = ACTIONS(560), + [anon_sym_struct] = ACTIONS(560), + [sym__endOfLine] = ACTIONS(560), }, [140] = { - [ts_builtin_sym_end] = ACTIONS(602), - [aux_sym_number_token1] = ACTIONS(600), - [sym_fraction] = ACTIONS(602), - [anon_sym_Days] = ACTIONS(600), - [anon_sym_Months] = ACTIONS(600), - [anon_sym_MonthDays] = ACTIONS(600), - [anon_sym_LeanMonthDays] = ACTIONS(600), - [anon_sym_White] = ACTIONS(600), - [anon_sym_Black] = ACTIONS(600), - [anon_sym_Red] = ACTIONS(600), - [anon_sym_Orange] = ACTIONS(600), - [anon_sym_Yellow] = ACTIONS(600), - [anon_sym_Green] = ACTIONS(600), - [anon_sym_Cyan] = ACTIONS(600), - [anon_sym_Blue] = ACTIONS(600), - [anon_sym_Purple] = ACTIONS(600), - [anon_sym_Magenta] = ACTIONS(600), - [anon_sym_Gay] = ACTIONS(600), - [anon_sym_Lesbian] = ACTIONS(600), - [anon_sym_Bi] = ACTIONS(600), - [anon_sym_Trans] = ACTIONS(600), - [anon_sym_Pan] = ACTIONS(600), - [anon_sym_Ace] = ACTIONS(600), - [anon_sym_Aro] = ACTIONS(600), - [anon_sym_Aroace] = ACTIONS(600), - [anon_sym_Enby] = ACTIONS(600), - [anon_sym_Fluid] = ACTIONS(600), - [anon_sym_Queer] = ACTIONS(600), - [anon_sym_Agender] = ACTIONS(600), - [anon_sym_PrideFlags] = ACTIONS(600), - [anon_sym_PrideFlagNames] = ACTIONS(600), - [anon_sym_True] = ACTIONS(600), - [anon_sym_False] = ACTIONS(600), - [anon_sym_NULL] = ACTIONS(600), - [anon_sym_Logo] = ACTIONS(600), - [anon_sym_Lena] = ACTIONS(600), - [anon_sym_Music] = ACTIONS(600), - [anon_sym_Lorem] = ACTIONS(600), - [anon_sym_Os] = ACTIONS(600), - [anon_sym_Family] = ACTIONS(600), - [anon_sym_Arch] = ACTIONS(600), - [anon_sym_ExeExt] = ACTIONS(600), - [anon_sym_DllExt] = ACTIONS(600), - [anon_sym_Sep] = ACTIONS(600), - [anon_sym_ThisFile] = ACTIONS(600), - [anon_sym_ThisFileName] = ACTIONS(600), - [anon_sym_ThisFileDir] = ACTIONS(600), - [anon_sym_WorkingDir] = ACTIONS(600), - [anon_sym_NumProcs] = ACTIONS(600), - [anon_sym_Planets] = ACTIONS(600), - [anon_sym_Zodiac] = ACTIONS(600), - [anon_sym_Suits] = ACTIONS(600), - [anon_sym_Cards] = ACTIONS(600), - [anon_sym_Chess] = ACTIONS(600), - [anon_sym_Moon] = ACTIONS(600), - [anon_sym_Skin] = ACTIONS(600), - [anon_sym_People] = ACTIONS(600), - [anon_sym_Hair] = ACTIONS(600), - [aux_sym_character_token1] = ACTIONS(602), - [sym_string] = ACTIONS(602), - [sym_multiLineString] = ACTIONS(602), - [sym_identifier] = ACTIONS(600), - [sym_identifierDeprecated] = ACTIONS(600), - [sym_system] = ACTIONS(602), - [sym_comment] = ACTIONS(600), - [sym_openParen] = ACTIONS(602), - [sym_openCurly] = ACTIONS(602), - [sym_openBracket] = ACTIONS(602), - [sym_underscore] = ACTIONS(602), - [anon_sym_CARET] = ACTIONS(602), - [anon_sym_SQUOTE] = ACTIONS(600), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(602), - [anon_sym_e] = ACTIONS(600), - [anon_sym_NaN] = ACTIONS(600), - [anon_sym_eta] = ACTIONS(602), - [anon_sym_u03b7] = ACTIONS(600), - [anon_sym_pi] = ACTIONS(600), - [anon_sym_u03c0] = ACTIONS(600), - [anon_sym_tau] = ACTIONS(602), - [anon_sym_u03c4] = ACTIONS(600), - [anon_sym_infinity] = ACTIONS(602), - [anon_sym_u221e] = ACTIONS(602), - [anon_sym_W] = ACTIONS(600), - [anon_sym_i] = ACTIONS(600), - [anon_sym_MaxInt] = ACTIONS(600), - [anon_sym_HexDigits] = ACTIONS(600), - [anon_sym_DOT] = ACTIONS(602), - [anon_sym_COMMA] = ACTIONS(602), - [anon_sym_COLON] = ACTIONS(602), - [anon_sym_u25cc] = ACTIONS(602), - [anon_sym_identity] = ACTIONS(602), - [anon_sym_id] = ACTIONS(600), - [anon_sym_u2218] = ACTIONS(602), - [anon_sym_not] = ACTIONS(602), - [anon_sym_u00ac] = ACTIONS(602), - [anon_sym_sign] = ACTIONS(600), - [anon_sym_u00b1] = ACTIONS(602), - [anon_sym_BQUOTE] = ACTIONS(602), - [anon_sym_u00af] = ACTIONS(600), - [anon_sym_absolutevalue] = ACTIONS(602), - [anon_sym_u2335] = ACTIONS(602), - [anon_sym_sqrt] = ACTIONS(602), - [anon_sym_u221a] = ACTIONS(602), - [anon_sym_sine] = ACTIONS(602), - [anon_sym_u25cb] = ACTIONS(602), - [anon_sym_u223f] = ACTIONS(602), - [anon_sym_floor] = ACTIONS(602), - [anon_sym_u230a] = ACTIONS(602), - [anon_sym_ceiling] = ACTIONS(602), - [anon_sym_u2308] = ACTIONS(602), - [anon_sym_round] = ACTIONS(602), - [anon_sym_u2045] = ACTIONS(602), - [anon_sym_EQ] = ACTIONS(602), - [anon_sym_BANG_EQ] = ACTIONS(602), - [anon_sym_u2260] = ACTIONS(602), - [anon_sym_LT] = ACTIONS(600), - [anon_sym_LT_EQ] = ACTIONS(602), - [anon_sym_u2264] = ACTIONS(602), - [anon_sym_GT] = ACTIONS(600), - [anon_sym_GT_EQ] = ACTIONS(602), - [anon_sym_u2265] = ACTIONS(602), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_STAR] = ACTIONS(602), - [anon_sym_u00d7] = ACTIONS(602), - [anon_sym_PERCENT] = ACTIONS(602), - [anon_sym_u00f7] = ACTIONS(602), - [anon_sym_modulus] = ACTIONS(602), - [anon_sym_u25ff] = ACTIONS(602), - [anon_sym_power] = ACTIONS(602), - [anon_sym_u207f] = ACTIONS(602), - [anon_sym_logarithm] = ACTIONS(602), - [anon_sym_u2099] = ACTIONS(602), - [anon_sym_minimum] = ACTIONS(602), - [anon_sym_u21a7] = ACTIONS(602), - [anon_sym_maximum] = ACTIONS(602), - [anon_sym_u21a5] = ACTIONS(602), - [anon_sym_atangent] = ACTIONS(602), - [anon_sym_u2220] = ACTIONS(602), - [anon_sym_length] = ACTIONS(602), - [anon_sym_u29fb] = ACTIONS(602), - [anon_sym_shape] = ACTIONS(602), - [anon_sym_u25b3] = ACTIONS(602), - [anon_sym_range] = ACTIONS(602), - [anon_sym_u21e1] = ACTIONS(602), - [anon_sym_first] = ACTIONS(602), - [anon_sym_u22a2] = ACTIONS(602), - [anon_sym_reverse] = ACTIONS(602), - [anon_sym_u21cc] = ACTIONS(602), - [anon_sym_deshape] = ACTIONS(602), - [anon_sym_u266d] = ACTIONS(602), - [anon_sym_bits] = ACTIONS(602), - [anon_sym_u22ef] = ACTIONS(602), - [anon_sym_transpose] = ACTIONS(602), - [anon_sym_u2349] = ACTIONS(602), - [anon_sym_rise] = ACTIONS(602), - [anon_sym_u234f] = ACTIONS(602), - [anon_sym_fall] = ACTIONS(602), - [anon_sym_u2356] = ACTIONS(602), - [anon_sym_where] = ACTIONS(602), - [anon_sym_u229a] = ACTIONS(602), - [anon_sym_classify] = ACTIONS(602), - [anon_sym_u229b] = ACTIONS(602), - [anon_sym_deduplicate] = ACTIONS(602), - [anon_sym_u25f4] = ACTIONS(602), - [anon_sym_box] = ACTIONS(602), - [anon_sym_u25a1] = ACTIONS(602), - [anon_sym_match] = ACTIONS(602), - [anon_sym_u224d] = ACTIONS(602), - [anon_sym_couple] = ACTIONS(602), - [anon_sym_u229f] = ACTIONS(602), - [anon_sym_join] = ACTIONS(602), - [anon_sym_u2282] = ACTIONS(602), - [anon_sym_select] = ACTIONS(602), - [anon_sym_u228f] = ACTIONS(602), - [anon_sym_pick] = ACTIONS(602), - [anon_sym_u22a1] = ACTIONS(602), - [anon_sym_reshape] = ACTIONS(602), - [anon_sym_u21af] = ACTIONS(602), - [anon_sym_take] = ACTIONS(602), - [anon_sym_u2199] = ACTIONS(602), - [anon_sym_drop] = ACTIONS(602), - [anon_sym_u2198] = ACTIONS(602), - [anon_sym_rotate] = ACTIONS(602), - [anon_sym_u21bb] = ACTIONS(602), - [anon_sym_windows] = ACTIONS(602), - [anon_sym_u25eb] = ACTIONS(602), - [anon_sym_keep] = ACTIONS(602), - [anon_sym_u25bd] = ACTIONS(602), - [anon_sym_find] = ACTIONS(602), - [anon_sym_u2315] = ACTIONS(602), - [anon_sym_indexof] = ACTIONS(602), - [anon_sym_u2297] = ACTIONS(602), - [anon_sym_assert] = ACTIONS(602), - [anon_sym_u2364] = ACTIONS(602), - [anon_sym_wait] = ACTIONS(602), - [anon_sym_parse] = ACTIONS(602), - [anon_sym_u22d5] = ACTIONS(602), - [anon_sym_random] = ACTIONS(602), - [anon_sym_u2682] = ACTIONS(602), - [anon_sym_gen] = ACTIONS(602), - [anon_sym_tag] = ACTIONS(602), - [anon_sym_now] = ACTIONS(602), - [anon_sym_type] = ACTIONS(602), - [anon_sym_u2e2e] = ACTIONS(602), - [anon_sym_dump] = ACTIONS(602), - [anon_sym_regex] = ACTIONS(602), - [anon_sym_send] = ACTIONS(602), - [anon_sym_recv] = ACTIONS(602), - [anon_sym_tryrecv] = ACTIONS(602), - [anon_sym_complex] = ACTIONS(602), - [anon_sym_u2102] = ACTIONS(602), - [anon_sym_rerank] = ACTIONS(602), - [anon_sym_u2607] = ACTIONS(602), - [anon_sym_fix] = ACTIONS(602), - [anon_sym_u00a4] = ACTIONS(602), - [anon_sym_QMARK] = ACTIONS(602), - [anon_sym_unique] = ACTIONS(602), - [anon_sym_u25f0] = ACTIONS(602), - [anon_sym_map] = ACTIONS(602), - [anon_sym_has] = ACTIONS(602), - [anon_sym_get] = ACTIONS(602), - [anon_sym_insert] = ACTIONS(602), - [anon_sym_remove] = ACTIONS(602), - [anon_sym_repr] = ACTIONS(602), - [anon_sym_mask] = ACTIONS(602), - [anon_sym_u29b7] = ACTIONS(602), - [anon_sym_csv] = ACTIONS(602), - [anon_sym_json] = ACTIONS(602), - [anon_sym_xlsx] = ACTIONS(602), - [anon_sym_memberOf] = ACTIONS(602), - [anon_sym_u2208] = ACTIONS(602), - [anon_sym_imen] = ACTIONS(602), - [anon_sym_gife] = ACTIONS(602), - [anon_sym_auden] = ACTIONS(602), - [anon_sym_utfu2088] = ACTIONS(602), - [anon_sym_datetime] = ACTIONS(602), - [anon_sym_chunk] = ACTIONS(602), - [anon_sym_u2444] = ACTIONS(602), - [anon_sym_choose] = ACTIONS(602), - [anon_sym_permute] = ACTIONS(602), - [anon_sym_orient] = ACTIONS(602), - [anon_sym_fft] = ACTIONS(602), - [anon_sym_reduce] = ACTIONS(602), - [anon_sym_SLASH] = ACTIONS(602), - [anon_sym_scan] = ACTIONS(602), - [anon_sym_BSLASH] = ACTIONS(602), - [anon_sym_each] = ACTIONS(602), - [anon_sym_u2235] = ACTIONS(602), - [anon_sym_rows] = ACTIONS(602), - [anon_sym_u2261] = ACTIONS(602), - [anon_sym_repeat] = ACTIONS(602), - [anon_sym_u2365] = ACTIONS(602), - [anon_sym_dip] = ACTIONS(602), - [anon_sym_u2299] = ACTIONS(602), - [anon_sym_gap] = ACTIONS(602), - [anon_sym_u22c5] = ACTIONS(602), - [anon_sym_spawn] = ACTIONS(602), - [anon_sym_rectify] = ACTIONS(602), - [anon_sym_u2305] = ACTIONS(602), - [anon_sym_un] = ACTIONS(600), - [anon_sym_u00b0] = ACTIONS(602), - [anon_sym_on] = ACTIONS(600), - [anon_sym_u27dc] = ACTIONS(602), - [anon_sym_inventory] = ACTIONS(602), - [anon_sym_u235a] = ACTIONS(602), - [anon_sym_content] = ACTIONS(602), - [anon_sym_u25c7] = ACTIONS(602), - [anon_sym_pool] = ACTIONS(602), - [anon_sym_stringify] = ACTIONS(602), - [anon_sym_signature] = ACTIONS(602), - [anon_sym_triangle] = ACTIONS(602), - [anon_sym_u25f9] = ACTIONS(602), - [anon_sym_astar] = ACTIONS(602), - [anon_sym_but] = ACTIONS(602), - [anon_sym_u2919] = ACTIONS(602), - [anon_sym_with] = ACTIONS(602), - [anon_sym_u291a] = ACTIONS(602), - [anon_sym_above] = ACTIONS(602), - [anon_sym_u25e0] = ACTIONS(602), - [anon_sym_below] = ACTIONS(602), - [anon_sym_u25e1] = ACTIONS(602), - [anon_sym_fold] = ACTIONS(602), - [anon_sym_u2227] = ACTIONS(602), - [anon_sym_table] = ACTIONS(602), - [anon_sym_u229e] = ACTIONS(602), - [anon_sym_group] = ACTIONS(602), - [anon_sym_u2295] = ACTIONS(602), - [anon_sym_partition] = ACTIONS(602), - [anon_sym_u229c] = ACTIONS(602), - [anon_sym_both] = ACTIONS(602), - [anon_sym_u2229] = ACTIONS(602), - [anon_sym_bracket] = ACTIONS(602), - [anon_sym_u2293] = ACTIONS(602), - [anon_sym_fork] = ACTIONS(602), - [anon_sym_u2283] = ACTIONS(602), - [anon_sym_under] = ACTIONS(602), - [anon_sym_u235c] = ACTIONS(602), - [anon_sym_fill] = ACTIONS(602), - [anon_sym_u2b1a] = ACTIONS(602), - [anon_sym_try] = ACTIONS(600), - [anon_sym_u2363] = ACTIONS(602), - [anon_sym_do] = ACTIONS(600), - [anon_sym_u2362] = ACTIONS(602), - [anon_sym_setinv] = ACTIONS(602), - [anon_sym_setunder] = ACTIONS(602), - [anon_sym_f] = ACTIONS(600), - [anon_sym_by] = ACTIONS(600), - [anon_sym_u22b8] = ACTIONS(602), - [anon_sym_quote] = ACTIONS(602), - [anon_sym_struct] = ACTIONS(602), - [anon_sym_u2765] = ACTIONS(602), - [anon_sym_u2192] = ACTIONS(602), - [anon_sym_u2237] = ACTIONS(602), - [anon_sym_u00b7] = ACTIONS(602), - [anon_sym_u235b] = ACTIONS(602), - [anon_sym_u2302] = ACTIONS(602), - [anon_sym_u21b0] = ACTIONS(602), - [anon_sym_unpack] = ACTIONS(602), - [anon_sym_u2290] = ACTIONS(602), - [anon_sym_u229d] = ACTIONS(602), - [anon_sym_cross] = ACTIONS(602), - [anon_sym_u22a0] = ACTIONS(602), - [anon_sym_SEMI] = ACTIONS(602), - [anon_sym_deal] = ACTIONS(602), - [anon_sym_strands] = ACTIONS(602), - [anon_sym_u203f] = ACTIONS(602), - [anon_sym_member] = ACTIONS(600), - [anon_sym_u220a] = ACTIONS(602), - [anon_sym_coordinate] = ACTIONS(602), - [anon_sym_u27d4] = ACTIONS(602), - [anon_sym_u03bb] = ACTIONS(602), - [anon_sym_u22ca] = ACTIONS(602), - [sym__endOfLine] = ACTIONS(602), + [ts_builtin_sym_end] = ACTIONS(486), + [aux_sym_number_token1] = ACTIONS(484), + [sym_fraction] = ACTIONS(486), + [anon_sym_Days] = ACTIONS(484), + [anon_sym_Months] = ACTIONS(484), + [anon_sym_MonthDays] = ACTIONS(484), + [anon_sym_LeanMonthDays] = ACTIONS(484), + [anon_sym_White] = ACTIONS(484), + [anon_sym_Black] = ACTIONS(484), + [anon_sym_Red] = ACTIONS(484), + [anon_sym_Orange] = ACTIONS(484), + [anon_sym_Yellow] = ACTIONS(484), + [anon_sym_Green] = ACTIONS(484), + [anon_sym_Cyan] = ACTIONS(484), + [anon_sym_Blue] = ACTIONS(484), + [anon_sym_Purple] = ACTIONS(484), + [anon_sym_Magenta] = ACTIONS(484), + [anon_sym_Gay] = ACTIONS(484), + [anon_sym_Lesbian] = ACTIONS(484), + [anon_sym_Bi] = ACTIONS(484), + [anon_sym_Trans] = ACTIONS(484), + [anon_sym_Pan] = ACTIONS(484), + [anon_sym_Ace] = ACTIONS(484), + [anon_sym_Aro] = ACTIONS(484), + [anon_sym_Aroace] = ACTIONS(484), + [anon_sym_Enby] = ACTIONS(484), + [anon_sym_Fluid] = ACTIONS(484), + [anon_sym_Queer] = ACTIONS(484), + [anon_sym_Agender] = ACTIONS(484), + [anon_sym_PrideFlags] = ACTIONS(484), + [anon_sym_PrideFlagNames] = ACTIONS(484), + [anon_sym_True] = ACTIONS(484), + [anon_sym_False] = ACTIONS(484), + [anon_sym_NULL] = ACTIONS(484), + [anon_sym_Logo] = ACTIONS(484), + [anon_sym_Lena] = ACTIONS(484), + [anon_sym_Music] = ACTIONS(484), + [anon_sym_Lorem] = ACTIONS(484), + [anon_sym_Os] = ACTIONS(484), + [anon_sym_Family] = ACTIONS(484), + [anon_sym_Arch] = ACTIONS(484), + [anon_sym_ExeExt] = ACTIONS(484), + [anon_sym_DllExt] = ACTIONS(484), + [anon_sym_Sep] = ACTIONS(484), + [anon_sym_ThisFile] = ACTIONS(484), + [anon_sym_ThisFileName] = ACTIONS(484), + [anon_sym_ThisFileDir] = ACTIONS(484), + [anon_sym_WorkingDir] = ACTIONS(484), + [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_Planets] = ACTIONS(484), + [anon_sym_Zodiac] = ACTIONS(484), + [anon_sym_Suits] = ACTIONS(484), + [anon_sym_Cards] = ACTIONS(484), + [anon_sym_Chess] = ACTIONS(484), + [anon_sym_Moon] = ACTIONS(484), + [anon_sym_Skin] = ACTIONS(484), + [anon_sym_People] = ACTIONS(484), + [anon_sym_Hair] = ACTIONS(484), + [anon_sym_Cat] = ACTIONS(484), + [aux_sym_character_token1] = ACTIONS(486), + [sym_string] = ACTIONS(486), + [sym_multiLineString] = ACTIONS(486), + [sym_identifier] = ACTIONS(484), + [sym_identifierDeprecated] = ACTIONS(484), + [sym_system] = ACTIONS(486), + [sym_comment] = ACTIONS(484), + [sym_openParen] = ACTIONS(486), + [sym_openCurly] = ACTIONS(486), + [sym_openBracket] = ACTIONS(484), + [sym_underscore] = ACTIONS(486), + [anon_sym_CARET] = ACTIONS(486), + [anon_sym_SQUOTE] = ACTIONS(484), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(486), + [anon_sym_e] = ACTIONS(484), + [anon_sym_NaN] = ACTIONS(484), + [anon_sym_eta] = ACTIONS(486), + [anon_sym_u03b7] = ACTIONS(484), + [anon_sym_pi] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), + [anon_sym_tau] = ACTIONS(486), + [anon_sym_u03c4] = ACTIONS(484), + [anon_sym_infinity] = ACTIONS(486), + [anon_sym_u221e] = ACTIONS(486), + [anon_sym_W] = ACTIONS(484), + [anon_sym_i] = ACTIONS(484), + [anon_sym_MaxInt] = ACTIONS(484), + [anon_sym_HexDigits] = ACTIONS(484), + [anon_sym_DOT] = ACTIONS(486), + [anon_sym_COMMA] = ACTIONS(486), + [anon_sym_COLON] = ACTIONS(486), + [anon_sym_u25cc] = ACTIONS(486), + [anon_sym_identity] = ACTIONS(486), + [anon_sym_id] = ACTIONS(484), + [anon_sym_u2218] = ACTIONS(486), + [anon_sym_not] = ACTIONS(486), + [anon_sym_u00ac] = ACTIONS(486), + [anon_sym_sign] = ACTIONS(484), + [anon_sym_u00b1] = ACTIONS(486), + [anon_sym_BQUOTE] = ACTIONS(486), + [anon_sym_u00af] = ACTIONS(484), + [anon_sym_absolutevalue] = ACTIONS(486), + [anon_sym_u2335] = ACTIONS(486), + [anon_sym_sqrt] = ACTIONS(486), + [anon_sym_u221a] = ACTIONS(486), + [anon_sym_sine] = ACTIONS(486), + [anon_sym_u25cb] = ACTIONS(486), + [anon_sym_u223f] = ACTIONS(486), + [anon_sym_floor] = ACTIONS(486), + [anon_sym_u230a] = ACTIONS(486), + [anon_sym_ceiling] = ACTIONS(486), + [anon_sym_u2308] = ACTIONS(486), + [anon_sym_round] = ACTIONS(486), + [anon_sym_u2045] = ACTIONS(486), + [anon_sym_EQ] = ACTIONS(486), + [anon_sym_BANG_EQ] = ACTIONS(486), + [anon_sym_u2260] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(484), + [anon_sym_LT_EQ] = ACTIONS(486), + [anon_sym_u2264] = ACTIONS(486), + [anon_sym_GT] = ACTIONS(484), + [anon_sym_GT_EQ] = ACTIONS(486), + [anon_sym_u2265] = ACTIONS(486), + [anon_sym_PLUS] = ACTIONS(486), + [anon_sym_DASH] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(486), + [anon_sym_u00d7] = ACTIONS(486), + [anon_sym_PERCENT] = ACTIONS(486), + [anon_sym_u00f7] = ACTIONS(486), + [anon_sym_modulus] = ACTIONS(486), + [anon_sym_u25ff] = ACTIONS(486), + [anon_sym_power] = ACTIONS(486), + [anon_sym_u207f] = ACTIONS(486), + [anon_sym_logarithm] = ACTIONS(486), + [anon_sym_u2099] = ACTIONS(486), + [anon_sym_minimum] = ACTIONS(486), + [anon_sym_u21a7] = ACTIONS(486), + [anon_sym_maximum] = ACTIONS(486), + [anon_sym_u21a5] = ACTIONS(486), + [anon_sym_atangent] = ACTIONS(486), + [anon_sym_u2220] = ACTIONS(486), + [anon_sym_length] = ACTIONS(486), + [anon_sym_u29fb] = ACTIONS(486), + [anon_sym_shape] = ACTIONS(486), + [anon_sym_u25b3] = ACTIONS(486), + [anon_sym_range] = ACTIONS(486), + [anon_sym_u21e1] = ACTIONS(486), + [anon_sym_first] = ACTIONS(486), + [anon_sym_u22a2] = ACTIONS(486), + [anon_sym_reverse] = ACTIONS(486), + [anon_sym_u21cc] = ACTIONS(486), + [anon_sym_deshape] = ACTIONS(486), + [anon_sym_u266d] = ACTIONS(486), + [anon_sym_bits] = ACTIONS(486), + [anon_sym_u22ef] = ACTIONS(486), + [anon_sym_transpose] = ACTIONS(486), + [anon_sym_u2349] = ACTIONS(486), + [anon_sym_rise] = ACTIONS(486), + [anon_sym_u234f] = ACTIONS(486), + [anon_sym_fall] = ACTIONS(486), + [anon_sym_u2356] = ACTIONS(486), + [anon_sym_where] = ACTIONS(486), + [anon_sym_u229a] = ACTIONS(486), + [anon_sym_classify] = ACTIONS(486), + [anon_sym_u229b] = ACTIONS(486), + [anon_sym_deduplicate] = ACTIONS(486), + [anon_sym_u25f4] = ACTIONS(486), + [anon_sym_box] = ACTIONS(486), + [anon_sym_u25a1] = ACTIONS(486), + [anon_sym_match] = ACTIONS(486), + [anon_sym_u224d] = ACTIONS(486), + [anon_sym_couple] = ACTIONS(486), + [anon_sym_u229f] = ACTIONS(486), + [anon_sym_join] = ACTIONS(486), + [anon_sym_u2282] = ACTIONS(486), + [anon_sym_select] = ACTIONS(486), + [anon_sym_u228f] = ACTIONS(486), + [anon_sym_pick] = ACTIONS(486), + [anon_sym_u22a1] = ACTIONS(486), + [anon_sym_reshape] = ACTIONS(486), + [anon_sym_u21af] = ACTIONS(486), + [anon_sym_take] = ACTIONS(486), + [anon_sym_u2199] = ACTIONS(486), + [anon_sym_drop] = ACTIONS(486), + [anon_sym_u2198] = ACTIONS(486), + [anon_sym_rotate] = ACTIONS(486), + [anon_sym_u21bb] = ACTIONS(486), + [anon_sym_windows] = ACTIONS(486), + [anon_sym_u25eb] = ACTIONS(486), + [anon_sym_keep] = ACTIONS(486), + [anon_sym_u25bd] = ACTIONS(486), + [anon_sym_find] = ACTIONS(486), + [anon_sym_u2315] = ACTIONS(486), + [anon_sym_indexof] = ACTIONS(486), + [anon_sym_u2297] = ACTIONS(486), + [anon_sym_assert] = ACTIONS(486), + [anon_sym_u2364] = ACTIONS(486), + [anon_sym_wait] = ACTIONS(486), + [anon_sym_parse] = ACTIONS(486), + [anon_sym_u22d5] = ACTIONS(486), + [anon_sym_random] = ACTIONS(486), + [anon_sym_u2682] = ACTIONS(486), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_tag] = ACTIONS(486), + [anon_sym_now] = ACTIONS(486), + [anon_sym_type] = ACTIONS(486), + [anon_sym_u2e2e] = ACTIONS(486), + [anon_sym_dump] = ACTIONS(486), + [anon_sym_regex] = ACTIONS(486), + [anon_sym_send] = ACTIONS(486), + [anon_sym_recv] = ACTIONS(486), + [anon_sym_tryrecv] = ACTIONS(486), + [anon_sym_complex] = ACTIONS(486), + [anon_sym_u2102] = ACTIONS(486), + [anon_sym_rerank] = ACTIONS(486), + [anon_sym_u2607] = ACTIONS(486), + [anon_sym_fix] = ACTIONS(486), + [anon_sym_u00a4] = ACTIONS(486), + [anon_sym_QMARK] = ACTIONS(486), + [anon_sym_unique] = ACTIONS(486), + [anon_sym_u25f0] = ACTIONS(486), + [anon_sym_map] = ACTIONS(486), + [anon_sym_has] = ACTIONS(486), + [anon_sym_get] = ACTIONS(486), + [anon_sym_insert] = ACTIONS(486), + [anon_sym_remove] = ACTIONS(486), + [anon_sym_repr] = ACTIONS(486), + [anon_sym_mask] = ACTIONS(486), + [anon_sym_u29b7] = ACTIONS(486), + [anon_sym_csv] = ACTIONS(486), + [anon_sym_json] = ACTIONS(486), + [anon_sym_xlsx] = ACTIONS(486), + [anon_sym_memberOf] = ACTIONS(486), + [anon_sym_u2208] = ACTIONS(486), + [anon_sym_imen] = ACTIONS(486), + [anon_sym_gife] = ACTIONS(486), + [anon_sym_auden] = ACTIONS(486), + [anon_sym_utfu2088] = ACTIONS(486), + [anon_sym_datetime] = ACTIONS(486), + [anon_sym_choose] = ACTIONS(486), + [anon_sym_permute] = ACTIONS(486), + [anon_sym_orient] = ACTIONS(486), + [anon_sym_u2938] = ACTIONS(486), + [anon_sym_fft] = ACTIONS(486), + [anon_sym_graphemes] = ACTIONS(486), + [anon_sym_timezone] = ACTIONS(486), + [anon_sym_around] = ACTIONS(486), + [anon_sym_u2019] = ACTIONS(486), + [anon_sym_base] = ACTIONS(486), + [anon_sym_sort] = ACTIONS(486), + [anon_sym_u2346] = ACTIONS(486), + [anon_sym_last] = ACTIONS(486), + [anon_sym_u22a3] = ACTIONS(486), + [anon_sym_reduce] = ACTIONS(486), + [anon_sym_SLASH] = ACTIONS(486), + [anon_sym_scan] = ACTIONS(486), + [anon_sym_BSLASH] = ACTIONS(486), + [anon_sym_each] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), + [anon_sym_rows] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), + [anon_sym_repeat] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), + [anon_sym_dip] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), + [anon_sym_gap] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), + [anon_sym_spawn] = ACTIONS(486), + [anon_sym_rectify] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), + [anon_sym_un] = ACTIONS(484), + [anon_sym_u00b0] = ACTIONS(486), + [anon_sym_on] = ACTIONS(484), + [anon_sym_u27dc] = ACTIONS(486), + [anon_sym_inventory] = ACTIONS(486), + [anon_sym_u235a] = ACTIONS(486), + [anon_sym_content] = ACTIONS(486), + [anon_sym_u25c7] = ACTIONS(486), + [anon_sym_pool] = ACTIONS(486), + [anon_sym_stringify] = ACTIONS(486), + [anon_sym_signature] = ACTIONS(486), + [anon_sym_triangle] = ACTIONS(486), + [anon_sym_u25f9] = ACTIONS(486), + [anon_sym_astar] = ACTIONS(486), + [anon_sym_with] = ACTIONS(486), + [anon_sym_u2919] = ACTIONS(486), + [anon_sym_off] = ACTIONS(486), + [anon_sym_u291a] = ACTIONS(486), + [anon_sym_above] = ACTIONS(486), + [anon_sym_u25e0] = ACTIONS(486), + [anon_sym_below] = ACTIONS(486), + [anon_sym_u25e1] = ACTIONS(486), + [anon_sym_anti] = ACTIONS(486), + [anon_sym_u231d] = ACTIONS(486), + [anon_sym_obverse] = ACTIONS(486), + [anon_sym_toples] = ACTIONS(486), + [anon_sym_u29c5] = ACTIONS(486), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(486), + [anon_sym_fold] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), + [anon_sym_table] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), + [anon_sym_group] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), + [anon_sym_partition] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), + [anon_sym_both] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), + [anon_sym_bracket] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), + [anon_sym_fork] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), + [anon_sym_under] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), + [anon_sym_fill] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), + [anon_sym_try] = ACTIONS(484), + [anon_sym_u2363] = ACTIONS(486), + [anon_sym_do] = ACTIONS(484), + [anon_sym_u2362] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [anon_sym_by] = ACTIONS(484), + [anon_sym_u22b8] = ACTIONS(486), + [anon_sym_quote] = ACTIONS(486), + [anon_sym_u2765] = ACTIONS(486), + [anon_sym_u2192] = ACTIONS(486), + [anon_sym_u2237] = ACTIONS(486), + [anon_sym_u00b7] = ACTIONS(486), + [anon_sym_u235b] = ACTIONS(486), + [anon_sym_u2302] = ACTIONS(486), + [anon_sym_u21b0] = ACTIONS(486), + [anon_sym_unpack] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), + [anon_sym_cross] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), + [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_deal] = ACTIONS(486), + [anon_sym_member] = ACTIONS(484), + [anon_sym_u220a] = ACTIONS(486), + [anon_sym_coordinate] = ACTIONS(486), + [anon_sym_u27d4] = ACTIONS(486), + [anon_sym_u03bb] = ACTIONS(486), + [anon_sym_u22ca] = ACTIONS(486), + [anon_sym_chunk] = ACTIONS(486), + [anon_sym_u2444] = ACTIONS(486), + [anon_sym_setinv] = ACTIONS(486), + [anon_sym_setund] = ACTIONS(486), + [anon_sym_struct] = ACTIONS(486), + [sym__endOfLine] = ACTIONS(486), }, [141] = { - [aux_sym_number_token1] = ACTIONS(654), - [sym_fraction] = ACTIONS(656), - [anon_sym_Days] = ACTIONS(654), - [anon_sym_Months] = ACTIONS(654), - [anon_sym_MonthDays] = ACTIONS(654), - [anon_sym_LeanMonthDays] = ACTIONS(654), - [anon_sym_White] = ACTIONS(654), - [anon_sym_Black] = ACTIONS(654), - [anon_sym_Red] = ACTIONS(654), - [anon_sym_Orange] = ACTIONS(654), - [anon_sym_Yellow] = ACTIONS(654), - [anon_sym_Green] = ACTIONS(654), - [anon_sym_Cyan] = ACTIONS(654), - [anon_sym_Blue] = ACTIONS(654), - [anon_sym_Purple] = ACTIONS(654), - [anon_sym_Magenta] = ACTIONS(654), - [anon_sym_Gay] = ACTIONS(654), - [anon_sym_Lesbian] = ACTIONS(654), - [anon_sym_Bi] = ACTIONS(654), - [anon_sym_Trans] = ACTIONS(654), - [anon_sym_Pan] = ACTIONS(654), - [anon_sym_Ace] = ACTIONS(654), - [anon_sym_Aro] = ACTIONS(654), - [anon_sym_Aroace] = ACTIONS(654), - [anon_sym_Enby] = ACTIONS(654), - [anon_sym_Fluid] = ACTIONS(654), - [anon_sym_Queer] = ACTIONS(654), - [anon_sym_Agender] = ACTIONS(654), - [anon_sym_PrideFlags] = ACTIONS(654), - [anon_sym_PrideFlagNames] = ACTIONS(654), - [anon_sym_True] = ACTIONS(654), - [anon_sym_False] = ACTIONS(654), - [anon_sym_NULL] = ACTIONS(654), - [anon_sym_Logo] = ACTIONS(654), - [anon_sym_Lena] = ACTIONS(654), - [anon_sym_Music] = ACTIONS(654), - [anon_sym_Lorem] = ACTIONS(654), - [anon_sym_Os] = ACTIONS(654), - [anon_sym_Family] = ACTIONS(654), - [anon_sym_Arch] = ACTIONS(654), - [anon_sym_ExeExt] = ACTIONS(654), - [anon_sym_DllExt] = ACTIONS(654), - [anon_sym_Sep] = ACTIONS(654), - [anon_sym_ThisFile] = ACTIONS(654), - [anon_sym_ThisFileName] = ACTIONS(654), - [anon_sym_ThisFileDir] = ACTIONS(654), - [anon_sym_WorkingDir] = ACTIONS(654), - [anon_sym_NumProcs] = ACTIONS(654), - [anon_sym_Planets] = ACTIONS(654), - [anon_sym_Zodiac] = ACTIONS(654), - [anon_sym_Suits] = ACTIONS(654), - [anon_sym_Cards] = ACTIONS(654), - [anon_sym_Chess] = ACTIONS(654), - [anon_sym_Moon] = ACTIONS(654), - [anon_sym_Skin] = ACTIONS(654), - [anon_sym_People] = ACTIONS(654), - [anon_sym_Hair] = ACTIONS(654), - [aux_sym_character_token1] = ACTIONS(656), - [sym_string] = ACTIONS(656), - [sym_multiLineString] = ACTIONS(656), - [sym_identifier] = ACTIONS(654), - [sym_identifierDeprecated] = ACTIONS(654), - [sym_system] = ACTIONS(656), - [sym_comment] = ACTIONS(654), - [sym_openParen] = ACTIONS(656), - [sym_openCurly] = ACTIONS(656), - [sym_closeCurly] = ACTIONS(656), - [sym_openBracket] = ACTIONS(656), - [sym_closeBracket] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [anon_sym_SQUOTE] = ACTIONS(654), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(656), - [anon_sym_e] = ACTIONS(654), - [anon_sym_NaN] = ACTIONS(654), - [anon_sym_eta] = ACTIONS(656), - [anon_sym_u03b7] = ACTIONS(654), - [anon_sym_pi] = ACTIONS(654), - [anon_sym_u03c0] = ACTIONS(654), - [anon_sym_tau] = ACTIONS(656), - [anon_sym_u03c4] = ACTIONS(654), - [anon_sym_infinity] = ACTIONS(656), - [anon_sym_u221e] = ACTIONS(656), - [anon_sym_W] = ACTIONS(654), - [anon_sym_i] = ACTIONS(654), - [anon_sym_MaxInt] = ACTIONS(654), - [anon_sym_HexDigits] = ACTIONS(654), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_COMMA] = ACTIONS(656), - [anon_sym_COLON] = ACTIONS(656), - [anon_sym_u25cc] = ACTIONS(656), - [anon_sym_identity] = ACTIONS(656), - [anon_sym_id] = ACTIONS(654), - [anon_sym_u2218] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_u00ac] = ACTIONS(656), - [anon_sym_sign] = ACTIONS(654), - [anon_sym_u00b1] = ACTIONS(656), - [anon_sym_BQUOTE] = ACTIONS(656), - [anon_sym_u00af] = ACTIONS(654), - [anon_sym_absolutevalue] = ACTIONS(656), - [anon_sym_u2335] = ACTIONS(656), - [anon_sym_sqrt] = ACTIONS(656), - [anon_sym_u221a] = ACTIONS(656), - [anon_sym_sine] = ACTIONS(656), - [anon_sym_u25cb] = ACTIONS(656), - [anon_sym_u223f] = ACTIONS(656), - [anon_sym_floor] = ACTIONS(656), - [anon_sym_u230a] = ACTIONS(656), - [anon_sym_ceiling] = ACTIONS(656), - [anon_sym_u2308] = ACTIONS(656), - [anon_sym_round] = ACTIONS(656), - [anon_sym_u2045] = ACTIONS(656), - [anon_sym_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_u2260] = ACTIONS(656), - [anon_sym_LT] = ACTIONS(654), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_u2264] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(654), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_u2265] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_u00d7] = ACTIONS(656), - [anon_sym_PERCENT] = ACTIONS(656), - [anon_sym_u00f7] = ACTIONS(656), - [anon_sym_modulus] = ACTIONS(656), - [anon_sym_u25ff] = ACTIONS(656), - [anon_sym_power] = ACTIONS(656), - [anon_sym_u207f] = ACTIONS(656), - [anon_sym_logarithm] = ACTIONS(656), - [anon_sym_u2099] = ACTIONS(656), - [anon_sym_minimum] = ACTIONS(656), - [anon_sym_u21a7] = ACTIONS(656), - [anon_sym_maximum] = ACTIONS(656), - [anon_sym_u21a5] = ACTIONS(656), - [anon_sym_atangent] = ACTIONS(656), - [anon_sym_u2220] = ACTIONS(656), - [anon_sym_length] = ACTIONS(656), - [anon_sym_u29fb] = ACTIONS(656), - [anon_sym_shape] = ACTIONS(656), - [anon_sym_u25b3] = ACTIONS(656), - [anon_sym_range] = ACTIONS(656), - [anon_sym_u21e1] = ACTIONS(656), - [anon_sym_first] = ACTIONS(656), - [anon_sym_u22a2] = ACTIONS(656), - [anon_sym_reverse] = ACTIONS(656), - [anon_sym_u21cc] = ACTIONS(656), - [anon_sym_deshape] = ACTIONS(656), - [anon_sym_u266d] = ACTIONS(656), - [anon_sym_bits] = ACTIONS(656), - [anon_sym_u22ef] = ACTIONS(656), - [anon_sym_transpose] = ACTIONS(656), - [anon_sym_u2349] = ACTIONS(656), - [anon_sym_rise] = ACTIONS(656), - [anon_sym_u234f] = ACTIONS(656), - [anon_sym_fall] = ACTIONS(656), - [anon_sym_u2356] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_u229a] = ACTIONS(656), - [anon_sym_classify] = ACTIONS(656), - [anon_sym_u229b] = ACTIONS(656), - [anon_sym_deduplicate] = ACTIONS(656), - [anon_sym_u25f4] = ACTIONS(656), - [anon_sym_box] = ACTIONS(656), - [anon_sym_u25a1] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_u224d] = ACTIONS(656), - [anon_sym_couple] = ACTIONS(656), - [anon_sym_u229f] = ACTIONS(656), - [anon_sym_join] = ACTIONS(656), - [anon_sym_u2282] = ACTIONS(656), - [anon_sym_select] = ACTIONS(656), - [anon_sym_u228f] = ACTIONS(656), - [anon_sym_pick] = ACTIONS(656), - [anon_sym_u22a1] = ACTIONS(656), - [anon_sym_reshape] = ACTIONS(656), - [anon_sym_u21af] = ACTIONS(656), - [anon_sym_take] = ACTIONS(656), - [anon_sym_u2199] = ACTIONS(656), - [anon_sym_drop] = ACTIONS(656), - [anon_sym_u2198] = ACTIONS(656), - [anon_sym_rotate] = ACTIONS(656), - [anon_sym_u21bb] = ACTIONS(656), - [anon_sym_windows] = ACTIONS(656), - [anon_sym_u25eb] = ACTIONS(656), - [anon_sym_keep] = ACTIONS(656), - [anon_sym_u25bd] = ACTIONS(656), - [anon_sym_find] = ACTIONS(656), - [anon_sym_u2315] = ACTIONS(656), - [anon_sym_indexof] = ACTIONS(656), - [anon_sym_u2297] = ACTIONS(656), - [anon_sym_assert] = ACTIONS(656), - [anon_sym_u2364] = ACTIONS(656), - [anon_sym_wait] = ACTIONS(656), - [anon_sym_parse] = ACTIONS(656), - [anon_sym_u22d5] = ACTIONS(656), - [anon_sym_random] = ACTIONS(656), - [anon_sym_u2682] = ACTIONS(656), - [anon_sym_gen] = ACTIONS(656), - [anon_sym_tag] = ACTIONS(656), - [anon_sym_now] = ACTIONS(656), - [anon_sym_type] = ACTIONS(656), - [anon_sym_u2e2e] = ACTIONS(656), - [anon_sym_dump] = ACTIONS(656), - [anon_sym_regex] = ACTIONS(656), - [anon_sym_send] = ACTIONS(656), - [anon_sym_recv] = ACTIONS(656), - [anon_sym_tryrecv] = ACTIONS(656), - [anon_sym_complex] = ACTIONS(656), - [anon_sym_u2102] = ACTIONS(656), - [anon_sym_rerank] = ACTIONS(656), - [anon_sym_u2607] = ACTIONS(656), - [anon_sym_fix] = ACTIONS(656), - [anon_sym_u00a4] = ACTIONS(656), - [anon_sym_QMARK] = ACTIONS(656), - [anon_sym_unique] = ACTIONS(656), - [anon_sym_u25f0] = ACTIONS(656), - [anon_sym_map] = ACTIONS(656), - [anon_sym_has] = ACTIONS(656), - [anon_sym_get] = ACTIONS(656), - [anon_sym_insert] = ACTIONS(656), - [anon_sym_remove] = ACTIONS(656), - [anon_sym_repr] = ACTIONS(656), - [anon_sym_mask] = ACTIONS(656), - [anon_sym_u29b7] = ACTIONS(656), - [anon_sym_csv] = ACTIONS(656), - [anon_sym_json] = ACTIONS(656), - [anon_sym_xlsx] = ACTIONS(656), - [anon_sym_memberOf] = ACTIONS(656), - [anon_sym_u2208] = ACTIONS(656), - [anon_sym_imen] = ACTIONS(656), - [anon_sym_gife] = ACTIONS(656), - [anon_sym_auden] = ACTIONS(656), - [anon_sym_utfu2088] = ACTIONS(656), - [anon_sym_datetime] = ACTIONS(656), - [anon_sym_chunk] = ACTIONS(656), - [anon_sym_u2444] = ACTIONS(656), - [anon_sym_choose] = ACTIONS(656), - [anon_sym_permute] = ACTIONS(656), - [anon_sym_orient] = ACTIONS(656), - [anon_sym_fft] = ACTIONS(656), - [anon_sym_reduce] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_scan] = ACTIONS(656), - [anon_sym_BSLASH] = ACTIONS(656), - [anon_sym_each] = ACTIONS(656), - [anon_sym_u2235] = ACTIONS(656), - [anon_sym_rows] = ACTIONS(656), - [anon_sym_u2261] = ACTIONS(656), - [anon_sym_repeat] = ACTIONS(656), - [anon_sym_u2365] = ACTIONS(656), - [anon_sym_dip] = ACTIONS(656), - [anon_sym_u2299] = ACTIONS(656), - [anon_sym_gap] = ACTIONS(656), - [anon_sym_u22c5] = ACTIONS(656), - [anon_sym_spawn] = ACTIONS(656), - [anon_sym_rectify] = ACTIONS(656), - [anon_sym_u2305] = ACTIONS(656), - [anon_sym_un] = ACTIONS(654), - [anon_sym_u00b0] = ACTIONS(656), - [anon_sym_on] = ACTIONS(654), - [anon_sym_u27dc] = ACTIONS(656), - [anon_sym_inventory] = ACTIONS(656), - [anon_sym_u235a] = ACTIONS(656), - [anon_sym_content] = ACTIONS(656), - [anon_sym_u25c7] = ACTIONS(656), - [anon_sym_pool] = ACTIONS(656), - [anon_sym_stringify] = ACTIONS(656), - [anon_sym_signature] = ACTIONS(656), - [anon_sym_triangle] = ACTIONS(656), - [anon_sym_u25f9] = ACTIONS(656), - [anon_sym_astar] = ACTIONS(656), - [anon_sym_but] = ACTIONS(656), - [anon_sym_u2919] = ACTIONS(656), - [anon_sym_with] = ACTIONS(656), - [anon_sym_u291a] = ACTIONS(656), - [anon_sym_above] = ACTIONS(656), - [anon_sym_u25e0] = ACTIONS(656), - [anon_sym_below] = ACTIONS(656), - [anon_sym_u25e1] = ACTIONS(656), - [anon_sym_fold] = ACTIONS(656), - [anon_sym_u2227] = ACTIONS(656), - [anon_sym_table] = ACTIONS(656), - [anon_sym_u229e] = ACTIONS(656), - [anon_sym_group] = ACTIONS(656), - [anon_sym_u2295] = ACTIONS(656), - [anon_sym_partition] = ACTIONS(656), - [anon_sym_u229c] = ACTIONS(656), - [anon_sym_both] = ACTIONS(656), - [anon_sym_u2229] = ACTIONS(656), - [anon_sym_bracket] = ACTIONS(656), - [anon_sym_u2293] = ACTIONS(656), - [anon_sym_fork] = ACTIONS(656), - [anon_sym_u2283] = ACTIONS(656), - [anon_sym_under] = ACTIONS(656), - [anon_sym_u235c] = ACTIONS(656), - [anon_sym_fill] = ACTIONS(656), - [anon_sym_u2b1a] = ACTIONS(656), - [anon_sym_try] = ACTIONS(654), - [anon_sym_u2363] = ACTIONS(656), - [anon_sym_do] = ACTIONS(654), - [anon_sym_u2362] = ACTIONS(656), - [anon_sym_setinv] = ACTIONS(656), - [anon_sym_setunder] = ACTIONS(656), - [anon_sym_f] = ACTIONS(654), - [anon_sym_by] = ACTIONS(654), - [anon_sym_u22b8] = ACTIONS(656), - [anon_sym_quote] = ACTIONS(656), - [anon_sym_struct] = ACTIONS(656), - [anon_sym_u2765] = ACTIONS(656), - [anon_sym_u2192] = ACTIONS(656), - [anon_sym_u2237] = ACTIONS(656), - [anon_sym_u00b7] = ACTIONS(656), - [anon_sym_u235b] = ACTIONS(656), - [anon_sym_u2302] = ACTIONS(656), - [anon_sym_u21b0] = ACTIONS(656), - [anon_sym_unpack] = ACTIONS(656), - [anon_sym_u2290] = ACTIONS(656), - [anon_sym_u229d] = ACTIONS(656), - [anon_sym_cross] = ACTIONS(656), - [anon_sym_u22a0] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_deal] = ACTIONS(656), - [anon_sym_strands] = ACTIONS(656), - [anon_sym_u203f] = ACTIONS(656), - [anon_sym_member] = ACTIONS(654), - [anon_sym_u220a] = ACTIONS(656), - [anon_sym_coordinate] = ACTIONS(656), - [anon_sym_u27d4] = ACTIONS(656), - [anon_sym_u03bb] = ACTIONS(656), - [anon_sym_u22ca] = ACTIONS(656), - [sym__endOfLine] = ACTIONS(658), + [ts_builtin_sym_end] = ACTIONS(588), + [aux_sym_number_token1] = ACTIONS(586), + [sym_fraction] = ACTIONS(588), + [anon_sym_Days] = ACTIONS(586), + [anon_sym_Months] = ACTIONS(586), + [anon_sym_MonthDays] = ACTIONS(586), + [anon_sym_LeanMonthDays] = ACTIONS(586), + [anon_sym_White] = ACTIONS(586), + [anon_sym_Black] = ACTIONS(586), + [anon_sym_Red] = ACTIONS(586), + [anon_sym_Orange] = ACTIONS(586), + [anon_sym_Yellow] = ACTIONS(586), + [anon_sym_Green] = ACTIONS(586), + [anon_sym_Cyan] = ACTIONS(586), + [anon_sym_Blue] = ACTIONS(586), + [anon_sym_Purple] = ACTIONS(586), + [anon_sym_Magenta] = ACTIONS(586), + [anon_sym_Gay] = ACTIONS(586), + [anon_sym_Lesbian] = ACTIONS(586), + [anon_sym_Bi] = ACTIONS(586), + [anon_sym_Trans] = ACTIONS(586), + [anon_sym_Pan] = ACTIONS(586), + [anon_sym_Ace] = ACTIONS(586), + [anon_sym_Aro] = ACTIONS(586), + [anon_sym_Aroace] = ACTIONS(586), + [anon_sym_Enby] = ACTIONS(586), + [anon_sym_Fluid] = ACTIONS(586), + [anon_sym_Queer] = ACTIONS(586), + [anon_sym_Agender] = ACTIONS(586), + [anon_sym_PrideFlags] = ACTIONS(586), + [anon_sym_PrideFlagNames] = ACTIONS(586), + [anon_sym_True] = ACTIONS(586), + [anon_sym_False] = ACTIONS(586), + [anon_sym_NULL] = ACTIONS(586), + [anon_sym_Logo] = ACTIONS(586), + [anon_sym_Lena] = ACTIONS(586), + [anon_sym_Music] = ACTIONS(586), + [anon_sym_Lorem] = ACTIONS(586), + [anon_sym_Os] = ACTIONS(586), + [anon_sym_Family] = ACTIONS(586), + [anon_sym_Arch] = ACTIONS(586), + [anon_sym_ExeExt] = ACTIONS(586), + [anon_sym_DllExt] = ACTIONS(586), + [anon_sym_Sep] = ACTIONS(586), + [anon_sym_ThisFile] = ACTIONS(586), + [anon_sym_ThisFileName] = ACTIONS(586), + [anon_sym_ThisFileDir] = ACTIONS(586), + [anon_sym_WorkingDir] = ACTIONS(586), + [anon_sym_NumProcs] = ACTIONS(586), + [anon_sym_Planets] = ACTIONS(586), + [anon_sym_Zodiac] = ACTIONS(586), + [anon_sym_Suits] = ACTIONS(586), + [anon_sym_Cards] = ACTIONS(586), + [anon_sym_Chess] = ACTIONS(586), + [anon_sym_Moon] = ACTIONS(586), + [anon_sym_Skin] = ACTIONS(586), + [anon_sym_People] = ACTIONS(586), + [anon_sym_Hair] = ACTIONS(586), + [anon_sym_Cat] = ACTIONS(586), + [aux_sym_character_token1] = ACTIONS(588), + [sym_string] = ACTIONS(588), + [sym_multiLineString] = ACTIONS(588), + [sym_identifier] = ACTIONS(586), + [sym_identifierDeprecated] = ACTIONS(586), + [sym_system] = ACTIONS(588), + [sym_comment] = ACTIONS(586), + [sym_openParen] = ACTIONS(588), + [sym_openCurly] = ACTIONS(588), + [sym_openBracket] = ACTIONS(586), + [sym_underscore] = ACTIONS(588), + [anon_sym_CARET] = ACTIONS(588), + [anon_sym_SQUOTE] = ACTIONS(586), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(588), + [anon_sym_e] = ACTIONS(586), + [anon_sym_NaN] = ACTIONS(586), + [anon_sym_eta] = ACTIONS(588), + [anon_sym_u03b7] = ACTIONS(586), + [anon_sym_pi] = ACTIONS(586), + [anon_sym_u03c0] = ACTIONS(586), + [anon_sym_tau] = ACTIONS(588), + [anon_sym_u03c4] = ACTIONS(586), + [anon_sym_infinity] = ACTIONS(588), + [anon_sym_u221e] = ACTIONS(588), + [anon_sym_W] = ACTIONS(586), + [anon_sym_i] = ACTIONS(586), + [anon_sym_MaxInt] = ACTIONS(586), + [anon_sym_HexDigits] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(588), + [anon_sym_COMMA] = ACTIONS(588), + [anon_sym_COLON] = ACTIONS(588), + [anon_sym_u25cc] = ACTIONS(588), + [anon_sym_identity] = ACTIONS(588), + [anon_sym_id] = ACTIONS(586), + [anon_sym_u2218] = ACTIONS(588), + [anon_sym_not] = ACTIONS(588), + [anon_sym_u00ac] = ACTIONS(588), + [anon_sym_sign] = ACTIONS(586), + [anon_sym_u00b1] = ACTIONS(588), + [anon_sym_BQUOTE] = ACTIONS(588), + [anon_sym_u00af] = ACTIONS(586), + [anon_sym_absolutevalue] = ACTIONS(588), + [anon_sym_u2335] = ACTIONS(588), + [anon_sym_sqrt] = ACTIONS(588), + [anon_sym_u221a] = ACTIONS(588), + [anon_sym_sine] = ACTIONS(588), + [anon_sym_u25cb] = ACTIONS(588), + [anon_sym_u223f] = ACTIONS(588), + [anon_sym_floor] = ACTIONS(588), + [anon_sym_u230a] = ACTIONS(588), + [anon_sym_ceiling] = ACTIONS(588), + [anon_sym_u2308] = ACTIONS(588), + [anon_sym_round] = ACTIONS(588), + [anon_sym_u2045] = ACTIONS(588), + [anon_sym_EQ] = ACTIONS(588), + [anon_sym_BANG_EQ] = ACTIONS(588), + [anon_sym_u2260] = ACTIONS(588), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_LT_EQ] = ACTIONS(588), + [anon_sym_u2264] = ACTIONS(588), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(588), + [anon_sym_u2265] = ACTIONS(588), + [anon_sym_PLUS] = ACTIONS(588), + [anon_sym_DASH] = ACTIONS(588), + [anon_sym_STAR] = ACTIONS(588), + [anon_sym_u00d7] = ACTIONS(588), + [anon_sym_PERCENT] = ACTIONS(588), + [anon_sym_u00f7] = ACTIONS(588), + [anon_sym_modulus] = ACTIONS(588), + [anon_sym_u25ff] = ACTIONS(588), + [anon_sym_power] = ACTIONS(588), + [anon_sym_u207f] = ACTIONS(588), + [anon_sym_logarithm] = ACTIONS(588), + [anon_sym_u2099] = ACTIONS(588), + [anon_sym_minimum] = ACTIONS(588), + [anon_sym_u21a7] = ACTIONS(588), + [anon_sym_maximum] = ACTIONS(588), + [anon_sym_u21a5] = ACTIONS(588), + [anon_sym_atangent] = ACTIONS(588), + [anon_sym_u2220] = ACTIONS(588), + [anon_sym_length] = ACTIONS(588), + [anon_sym_u29fb] = ACTIONS(588), + [anon_sym_shape] = ACTIONS(588), + [anon_sym_u25b3] = ACTIONS(588), + [anon_sym_range] = ACTIONS(588), + [anon_sym_u21e1] = ACTIONS(588), + [anon_sym_first] = ACTIONS(588), + [anon_sym_u22a2] = ACTIONS(588), + [anon_sym_reverse] = ACTIONS(588), + [anon_sym_u21cc] = ACTIONS(588), + [anon_sym_deshape] = ACTIONS(588), + [anon_sym_u266d] = ACTIONS(588), + [anon_sym_bits] = ACTIONS(588), + [anon_sym_u22ef] = ACTIONS(588), + [anon_sym_transpose] = ACTIONS(588), + [anon_sym_u2349] = ACTIONS(588), + [anon_sym_rise] = ACTIONS(588), + [anon_sym_u234f] = ACTIONS(588), + [anon_sym_fall] = ACTIONS(588), + [anon_sym_u2356] = ACTIONS(588), + [anon_sym_where] = ACTIONS(588), + [anon_sym_u229a] = ACTIONS(588), + [anon_sym_classify] = ACTIONS(588), + [anon_sym_u229b] = ACTIONS(588), + [anon_sym_deduplicate] = ACTIONS(588), + [anon_sym_u25f4] = ACTIONS(588), + [anon_sym_box] = ACTIONS(588), + [anon_sym_u25a1] = ACTIONS(588), + [anon_sym_match] = ACTIONS(588), + [anon_sym_u224d] = ACTIONS(588), + [anon_sym_couple] = ACTIONS(588), + [anon_sym_u229f] = ACTIONS(588), + [anon_sym_join] = ACTIONS(588), + [anon_sym_u2282] = ACTIONS(588), + [anon_sym_select] = ACTIONS(588), + [anon_sym_u228f] = ACTIONS(588), + [anon_sym_pick] = ACTIONS(588), + [anon_sym_u22a1] = ACTIONS(588), + [anon_sym_reshape] = ACTIONS(588), + [anon_sym_u21af] = ACTIONS(588), + [anon_sym_take] = ACTIONS(588), + [anon_sym_u2199] = ACTIONS(588), + [anon_sym_drop] = ACTIONS(588), + [anon_sym_u2198] = ACTIONS(588), + [anon_sym_rotate] = ACTIONS(588), + [anon_sym_u21bb] = ACTIONS(588), + [anon_sym_windows] = ACTIONS(588), + [anon_sym_u25eb] = ACTIONS(588), + [anon_sym_keep] = ACTIONS(588), + [anon_sym_u25bd] = ACTIONS(588), + [anon_sym_find] = ACTIONS(588), + [anon_sym_u2315] = ACTIONS(588), + [anon_sym_indexof] = ACTIONS(588), + [anon_sym_u2297] = ACTIONS(588), + [anon_sym_assert] = ACTIONS(588), + [anon_sym_u2364] = ACTIONS(588), + [anon_sym_wait] = ACTIONS(588), + [anon_sym_parse] = ACTIONS(588), + [anon_sym_u22d5] = ACTIONS(588), + [anon_sym_random] = ACTIONS(588), + [anon_sym_u2682] = ACTIONS(588), + [anon_sym_gen] = ACTIONS(588), + [anon_sym_tag] = ACTIONS(588), + [anon_sym_now] = ACTIONS(588), + [anon_sym_type] = ACTIONS(588), + [anon_sym_u2e2e] = ACTIONS(588), + [anon_sym_dump] = ACTIONS(588), + [anon_sym_regex] = ACTIONS(588), + [anon_sym_send] = ACTIONS(588), + [anon_sym_recv] = ACTIONS(588), + [anon_sym_tryrecv] = ACTIONS(588), + [anon_sym_complex] = ACTIONS(588), + [anon_sym_u2102] = ACTIONS(588), + [anon_sym_rerank] = ACTIONS(588), + [anon_sym_u2607] = ACTIONS(588), + [anon_sym_fix] = ACTIONS(588), + [anon_sym_u00a4] = ACTIONS(588), + [anon_sym_QMARK] = ACTIONS(588), + [anon_sym_unique] = ACTIONS(588), + [anon_sym_u25f0] = ACTIONS(588), + [anon_sym_map] = ACTIONS(588), + [anon_sym_has] = ACTIONS(588), + [anon_sym_get] = ACTIONS(588), + [anon_sym_insert] = ACTIONS(588), + [anon_sym_remove] = ACTIONS(588), + [anon_sym_repr] = ACTIONS(588), + [anon_sym_mask] = ACTIONS(588), + [anon_sym_u29b7] = ACTIONS(588), + [anon_sym_csv] = ACTIONS(588), + [anon_sym_json] = ACTIONS(588), + [anon_sym_xlsx] = ACTIONS(588), + [anon_sym_memberOf] = ACTIONS(588), + [anon_sym_u2208] = ACTIONS(588), + [anon_sym_imen] = ACTIONS(588), + [anon_sym_gife] = ACTIONS(588), + [anon_sym_auden] = ACTIONS(588), + [anon_sym_utfu2088] = ACTIONS(588), + [anon_sym_datetime] = ACTIONS(588), + [anon_sym_choose] = ACTIONS(588), + [anon_sym_permute] = ACTIONS(588), + [anon_sym_orient] = ACTIONS(588), + [anon_sym_u2938] = ACTIONS(588), + [anon_sym_fft] = ACTIONS(588), + [anon_sym_graphemes] = ACTIONS(588), + [anon_sym_timezone] = ACTIONS(588), + [anon_sym_around] = ACTIONS(588), + [anon_sym_u2019] = ACTIONS(588), + [anon_sym_base] = ACTIONS(588), + [anon_sym_sort] = ACTIONS(588), + [anon_sym_u2346] = ACTIONS(588), + [anon_sym_last] = ACTIONS(588), + [anon_sym_u22a3] = ACTIONS(588), + [anon_sym_reduce] = ACTIONS(588), + [anon_sym_SLASH] = ACTIONS(588), + [anon_sym_scan] = ACTIONS(588), + [anon_sym_BSLASH] = ACTIONS(588), + [anon_sym_each] = ACTIONS(588), + [anon_sym_u2235] = ACTIONS(588), + [anon_sym_rows] = ACTIONS(588), + [anon_sym_u2261] = ACTIONS(588), + [anon_sym_repeat] = ACTIONS(588), + [anon_sym_u2365] = ACTIONS(588), + [anon_sym_dip] = ACTIONS(588), + [anon_sym_u2299] = ACTIONS(588), + [anon_sym_gap] = ACTIONS(588), + [anon_sym_u22c5] = ACTIONS(588), + [anon_sym_spawn] = ACTIONS(588), + [anon_sym_rectify] = ACTIONS(588), + [anon_sym_u2305] = ACTIONS(588), + [anon_sym_un] = ACTIONS(586), + [anon_sym_u00b0] = ACTIONS(588), + [anon_sym_on] = ACTIONS(586), + [anon_sym_u27dc] = ACTIONS(588), + [anon_sym_inventory] = ACTIONS(588), + [anon_sym_u235a] = ACTIONS(588), + [anon_sym_content] = ACTIONS(588), + [anon_sym_u25c7] = ACTIONS(588), + [anon_sym_pool] = ACTIONS(588), + [anon_sym_stringify] = ACTIONS(588), + [anon_sym_signature] = ACTIONS(588), + [anon_sym_triangle] = ACTIONS(588), + [anon_sym_u25f9] = ACTIONS(588), + [anon_sym_astar] = ACTIONS(588), + [anon_sym_with] = ACTIONS(588), + [anon_sym_u2919] = ACTIONS(588), + [anon_sym_off] = ACTIONS(588), + [anon_sym_u291a] = ACTIONS(588), + [anon_sym_above] = ACTIONS(588), + [anon_sym_u25e0] = ACTIONS(588), + [anon_sym_below] = ACTIONS(588), + [anon_sym_u25e1] = ACTIONS(588), + [anon_sym_anti] = ACTIONS(588), + [anon_sym_u231d] = ACTIONS(588), + [anon_sym_obverse] = ACTIONS(588), + [anon_sym_toples] = ACTIONS(588), + [anon_sym_u29c5] = ACTIONS(588), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(588), + [anon_sym_fold] = ACTIONS(588), + [anon_sym_u2227] = ACTIONS(588), + [anon_sym_table] = ACTIONS(588), + [anon_sym_u229e] = ACTIONS(588), + [anon_sym_group] = ACTIONS(588), + [anon_sym_u2295] = ACTIONS(588), + [anon_sym_partition] = ACTIONS(588), + [anon_sym_u229c] = ACTIONS(588), + [anon_sym_both] = ACTIONS(588), + [anon_sym_u2229] = ACTIONS(588), + [anon_sym_bracket] = ACTIONS(588), + [anon_sym_u2293] = ACTIONS(588), + [anon_sym_fork] = ACTIONS(588), + [anon_sym_u2283] = ACTIONS(588), + [anon_sym_under] = ACTIONS(588), + [anon_sym_u235c] = ACTIONS(588), + [anon_sym_fill] = ACTIONS(588), + [anon_sym_u2b1a] = ACTIONS(588), + [anon_sym_try] = ACTIONS(586), + [anon_sym_u2363] = ACTIONS(588), + [anon_sym_do] = ACTIONS(586), + [anon_sym_u2362] = ACTIONS(588), + [anon_sym_f] = ACTIONS(586), + [anon_sym_by] = ACTIONS(586), + [anon_sym_u22b8] = ACTIONS(588), + [anon_sym_quote] = ACTIONS(588), + [anon_sym_u2765] = ACTIONS(588), + [anon_sym_u2192] = ACTIONS(588), + [anon_sym_u2237] = ACTIONS(588), + [anon_sym_u00b7] = ACTIONS(588), + [anon_sym_u235b] = ACTIONS(588), + [anon_sym_u2302] = ACTIONS(588), + [anon_sym_u21b0] = ACTIONS(588), + [anon_sym_unpack] = ACTIONS(588), + [anon_sym_u2290] = ACTIONS(588), + [anon_sym_u229d] = ACTIONS(588), + [anon_sym_cross] = ACTIONS(588), + [anon_sym_u22a0] = ACTIONS(588), + [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_deal] = ACTIONS(588), + [anon_sym_member] = ACTIONS(586), + [anon_sym_u220a] = ACTIONS(588), + [anon_sym_coordinate] = ACTIONS(588), + [anon_sym_u27d4] = ACTIONS(588), + [anon_sym_u03bb] = ACTIONS(588), + [anon_sym_u22ca] = ACTIONS(588), + [anon_sym_chunk] = ACTIONS(588), + [anon_sym_u2444] = ACTIONS(588), + [anon_sym_setinv] = ACTIONS(588), + [anon_sym_setund] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [sym__endOfLine] = ACTIONS(588), }, [142] = { - [aux_sym_number_token1] = ACTIONS(628), - [sym_fraction] = ACTIONS(630), - [anon_sym_Days] = ACTIONS(628), - [anon_sym_Months] = ACTIONS(628), - [anon_sym_MonthDays] = ACTIONS(628), - [anon_sym_LeanMonthDays] = ACTIONS(628), - [anon_sym_White] = ACTIONS(628), - [anon_sym_Black] = ACTIONS(628), - [anon_sym_Red] = ACTIONS(628), - [anon_sym_Orange] = ACTIONS(628), - [anon_sym_Yellow] = ACTIONS(628), - [anon_sym_Green] = ACTIONS(628), - [anon_sym_Cyan] = ACTIONS(628), - [anon_sym_Blue] = ACTIONS(628), - [anon_sym_Purple] = ACTIONS(628), - [anon_sym_Magenta] = ACTIONS(628), - [anon_sym_Gay] = ACTIONS(628), - [anon_sym_Lesbian] = ACTIONS(628), - [anon_sym_Bi] = ACTIONS(628), - [anon_sym_Trans] = ACTIONS(628), - [anon_sym_Pan] = ACTIONS(628), - [anon_sym_Ace] = ACTIONS(628), - [anon_sym_Aro] = ACTIONS(628), - [anon_sym_Aroace] = ACTIONS(628), - [anon_sym_Enby] = ACTIONS(628), - [anon_sym_Fluid] = ACTIONS(628), - [anon_sym_Queer] = ACTIONS(628), - [anon_sym_Agender] = ACTIONS(628), - [anon_sym_PrideFlags] = ACTIONS(628), - [anon_sym_PrideFlagNames] = ACTIONS(628), - [anon_sym_True] = ACTIONS(628), - [anon_sym_False] = ACTIONS(628), - [anon_sym_NULL] = ACTIONS(628), - [anon_sym_Logo] = ACTIONS(628), - [anon_sym_Lena] = ACTIONS(628), - [anon_sym_Music] = ACTIONS(628), - [anon_sym_Lorem] = ACTIONS(628), - [anon_sym_Os] = ACTIONS(628), - [anon_sym_Family] = ACTIONS(628), - [anon_sym_Arch] = ACTIONS(628), - [anon_sym_ExeExt] = ACTIONS(628), - [anon_sym_DllExt] = ACTIONS(628), - [anon_sym_Sep] = ACTIONS(628), - [anon_sym_ThisFile] = ACTIONS(628), - [anon_sym_ThisFileName] = ACTIONS(628), - [anon_sym_ThisFileDir] = ACTIONS(628), - [anon_sym_WorkingDir] = ACTIONS(628), - [anon_sym_NumProcs] = ACTIONS(628), - [anon_sym_Planets] = ACTIONS(628), - [anon_sym_Zodiac] = ACTIONS(628), - [anon_sym_Suits] = ACTIONS(628), - [anon_sym_Cards] = ACTIONS(628), - [anon_sym_Chess] = ACTIONS(628), - [anon_sym_Moon] = ACTIONS(628), - [anon_sym_Skin] = ACTIONS(628), - [anon_sym_People] = ACTIONS(628), - [anon_sym_Hair] = ACTIONS(628), - [aux_sym_character_token1] = ACTIONS(630), - [sym_string] = ACTIONS(630), - [sym_multiLineString] = ACTIONS(630), - [sym_identifier] = ACTIONS(628), - [sym_identifierDeprecated] = ACTIONS(628), - [sym_system] = ACTIONS(630), - [sym_comment] = ACTIONS(628), - [sym_tripleMinus] = ACTIONS(630), - [sym_openParen] = ACTIONS(630), - [sym_openCurly] = ACTIONS(630), - [sym_openBracket] = ACTIONS(630), - [anon_sym_CARET] = ACTIONS(630), - [anon_sym_SQUOTE] = ACTIONS(628), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(630), - [anon_sym_e] = ACTIONS(628), - [anon_sym_NaN] = ACTIONS(628), - [anon_sym_eta] = ACTIONS(630), - [anon_sym_u03b7] = ACTIONS(628), - [anon_sym_pi] = ACTIONS(628), - [anon_sym_u03c0] = ACTIONS(628), - [anon_sym_tau] = ACTIONS(630), - [anon_sym_u03c4] = ACTIONS(628), - [anon_sym_infinity] = ACTIONS(630), - [anon_sym_u221e] = ACTIONS(630), - [anon_sym_W] = ACTIONS(628), - [anon_sym_i] = ACTIONS(628), - [anon_sym_MaxInt] = ACTIONS(628), - [anon_sym_HexDigits] = ACTIONS(628), - [anon_sym_DOT] = ACTIONS(630), - [anon_sym_COMMA] = ACTIONS(630), - [anon_sym_COLON] = ACTIONS(630), - [anon_sym_u25cc] = ACTIONS(630), - [anon_sym_identity] = ACTIONS(630), - [anon_sym_id] = ACTIONS(628), - [anon_sym_u2218] = ACTIONS(630), - [anon_sym_not] = ACTIONS(630), - [anon_sym_u00ac] = ACTIONS(630), - [anon_sym_sign] = ACTIONS(628), - [anon_sym_u00b1] = ACTIONS(630), - [anon_sym_BQUOTE] = ACTIONS(630), - [anon_sym_u00af] = ACTIONS(628), - [anon_sym_absolutevalue] = ACTIONS(630), - [anon_sym_u2335] = ACTIONS(630), - [anon_sym_sqrt] = ACTIONS(630), - [anon_sym_u221a] = ACTIONS(630), - [anon_sym_sine] = ACTIONS(630), - [anon_sym_u25cb] = ACTIONS(630), - [anon_sym_u223f] = ACTIONS(630), - [anon_sym_floor] = ACTIONS(630), - [anon_sym_u230a] = ACTIONS(630), - [anon_sym_ceiling] = ACTIONS(630), - [anon_sym_u2308] = ACTIONS(630), - [anon_sym_round] = ACTIONS(630), - [anon_sym_u2045] = ACTIONS(630), - [anon_sym_EQ] = ACTIONS(630), - [anon_sym_BANG_EQ] = ACTIONS(630), - [anon_sym_u2260] = ACTIONS(630), - [anon_sym_LT] = ACTIONS(628), - [anon_sym_LT_EQ] = ACTIONS(630), - [anon_sym_u2264] = ACTIONS(630), - [anon_sym_GT] = ACTIONS(628), - [anon_sym_GT_EQ] = ACTIONS(630), - [anon_sym_u2265] = ACTIONS(630), - [anon_sym_PLUS] = ACTIONS(630), - [anon_sym_DASH] = ACTIONS(628), - [anon_sym_STAR] = ACTIONS(630), - [anon_sym_u00d7] = ACTIONS(630), - [anon_sym_PERCENT] = ACTIONS(630), - [anon_sym_u00f7] = ACTIONS(630), - [anon_sym_modulus] = ACTIONS(630), - [anon_sym_u25ff] = ACTIONS(630), - [anon_sym_power] = ACTIONS(630), - [anon_sym_u207f] = ACTIONS(630), - [anon_sym_logarithm] = ACTIONS(630), - [anon_sym_u2099] = ACTIONS(630), - [anon_sym_minimum] = ACTIONS(630), - [anon_sym_u21a7] = ACTIONS(630), - [anon_sym_maximum] = ACTIONS(630), - [anon_sym_u21a5] = ACTIONS(630), - [anon_sym_atangent] = ACTIONS(630), - [anon_sym_u2220] = ACTIONS(630), - [anon_sym_length] = ACTIONS(630), - [anon_sym_u29fb] = ACTIONS(630), - [anon_sym_shape] = ACTIONS(630), - [anon_sym_u25b3] = ACTIONS(630), - [anon_sym_range] = ACTIONS(630), - [anon_sym_u21e1] = ACTIONS(630), - [anon_sym_first] = ACTIONS(630), - [anon_sym_u22a2] = ACTIONS(630), - [anon_sym_reverse] = ACTIONS(630), - [anon_sym_u21cc] = ACTIONS(630), - [anon_sym_deshape] = ACTIONS(630), - [anon_sym_u266d] = ACTIONS(630), - [anon_sym_bits] = ACTIONS(630), - [anon_sym_u22ef] = ACTIONS(630), - [anon_sym_transpose] = ACTIONS(630), - [anon_sym_u2349] = ACTIONS(630), - [anon_sym_rise] = ACTIONS(630), - [anon_sym_u234f] = ACTIONS(630), - [anon_sym_fall] = ACTIONS(630), - [anon_sym_u2356] = ACTIONS(630), - [anon_sym_where] = ACTIONS(630), - [anon_sym_u229a] = ACTIONS(630), - [anon_sym_classify] = ACTIONS(630), - [anon_sym_u229b] = ACTIONS(630), - [anon_sym_deduplicate] = ACTIONS(630), - [anon_sym_u25f4] = ACTIONS(630), - [anon_sym_box] = ACTIONS(630), - [anon_sym_u25a1] = ACTIONS(630), - [anon_sym_match] = ACTIONS(630), - [anon_sym_u224d] = ACTIONS(630), - [anon_sym_couple] = ACTIONS(630), - [anon_sym_u229f] = ACTIONS(630), - [anon_sym_join] = ACTIONS(630), - [anon_sym_u2282] = ACTIONS(630), - [anon_sym_select] = ACTIONS(630), - [anon_sym_u228f] = ACTIONS(630), - [anon_sym_pick] = ACTIONS(630), - [anon_sym_u22a1] = ACTIONS(630), - [anon_sym_reshape] = ACTIONS(630), - [anon_sym_u21af] = ACTIONS(630), - [anon_sym_take] = ACTIONS(630), - [anon_sym_u2199] = ACTIONS(630), - [anon_sym_drop] = ACTIONS(630), - [anon_sym_u2198] = ACTIONS(630), - [anon_sym_rotate] = ACTIONS(630), - [anon_sym_u21bb] = ACTIONS(630), - [anon_sym_windows] = ACTIONS(630), - [anon_sym_u25eb] = ACTIONS(630), - [anon_sym_keep] = ACTIONS(630), - [anon_sym_u25bd] = ACTIONS(630), - [anon_sym_find] = ACTIONS(630), - [anon_sym_u2315] = ACTIONS(630), - [anon_sym_indexof] = ACTIONS(630), - [anon_sym_u2297] = ACTIONS(630), - [anon_sym_assert] = ACTIONS(630), - [anon_sym_u2364] = ACTIONS(630), - [anon_sym_wait] = ACTIONS(630), - [anon_sym_parse] = ACTIONS(630), - [anon_sym_u22d5] = ACTIONS(630), - [anon_sym_random] = ACTIONS(630), - [anon_sym_u2682] = ACTIONS(630), - [anon_sym_gen] = ACTIONS(630), - [anon_sym_tag] = ACTIONS(630), - [anon_sym_now] = ACTIONS(630), - [anon_sym_type] = ACTIONS(630), - [anon_sym_u2e2e] = ACTIONS(630), - [anon_sym_dump] = ACTIONS(630), - [anon_sym_regex] = ACTIONS(630), - [anon_sym_send] = ACTIONS(630), - [anon_sym_recv] = ACTIONS(630), - [anon_sym_tryrecv] = ACTIONS(630), - [anon_sym_complex] = ACTIONS(630), - [anon_sym_u2102] = ACTIONS(630), - [anon_sym_rerank] = ACTIONS(630), - [anon_sym_u2607] = ACTIONS(630), - [anon_sym_fix] = ACTIONS(630), - [anon_sym_u00a4] = ACTIONS(630), - [anon_sym_QMARK] = ACTIONS(630), - [anon_sym_unique] = ACTIONS(630), - [anon_sym_u25f0] = ACTIONS(630), - [anon_sym_map] = ACTIONS(630), - [anon_sym_has] = ACTIONS(630), - [anon_sym_get] = ACTIONS(630), - [anon_sym_insert] = ACTIONS(630), - [anon_sym_remove] = ACTIONS(630), - [anon_sym_repr] = ACTIONS(630), - [anon_sym_mask] = ACTIONS(630), - [anon_sym_u29b7] = ACTIONS(630), - [anon_sym_csv] = ACTIONS(630), - [anon_sym_json] = ACTIONS(630), - [anon_sym_xlsx] = ACTIONS(630), - [anon_sym_memberOf] = ACTIONS(630), - [anon_sym_u2208] = ACTIONS(630), - [anon_sym_imen] = ACTIONS(630), - [anon_sym_gife] = ACTIONS(630), - [anon_sym_auden] = ACTIONS(630), - [anon_sym_utfu2088] = ACTIONS(630), - [anon_sym_datetime] = ACTIONS(630), - [anon_sym_chunk] = ACTIONS(630), - [anon_sym_u2444] = ACTIONS(630), - [anon_sym_choose] = ACTIONS(630), - [anon_sym_permute] = ACTIONS(630), - [anon_sym_orient] = ACTIONS(630), - [anon_sym_fft] = ACTIONS(630), - [anon_sym_reduce] = ACTIONS(630), - [anon_sym_SLASH] = ACTIONS(630), - [anon_sym_scan] = ACTIONS(630), - [anon_sym_BSLASH] = ACTIONS(630), - [anon_sym_each] = ACTIONS(630), - [anon_sym_u2235] = ACTIONS(630), - [anon_sym_rows] = ACTIONS(630), - [anon_sym_u2261] = ACTIONS(630), - [anon_sym_repeat] = ACTIONS(630), - [anon_sym_u2365] = ACTIONS(630), - [anon_sym_dip] = ACTIONS(630), - [anon_sym_u2299] = ACTIONS(630), - [anon_sym_gap] = ACTIONS(630), - [anon_sym_u22c5] = ACTIONS(630), - [anon_sym_spawn] = ACTIONS(630), - [anon_sym_rectify] = ACTIONS(630), - [anon_sym_u2305] = ACTIONS(630), - [anon_sym_un] = ACTIONS(628), - [anon_sym_u00b0] = ACTIONS(630), - [anon_sym_on] = ACTIONS(628), - [anon_sym_u27dc] = ACTIONS(630), - [anon_sym_inventory] = ACTIONS(630), - [anon_sym_u235a] = ACTIONS(630), - [anon_sym_content] = ACTIONS(630), - [anon_sym_u25c7] = ACTIONS(630), - [anon_sym_pool] = ACTIONS(630), - [anon_sym_stringify] = ACTIONS(630), - [anon_sym_signature] = ACTIONS(630), - [anon_sym_triangle] = ACTIONS(630), - [anon_sym_u25f9] = ACTIONS(630), - [anon_sym_astar] = ACTIONS(630), - [anon_sym_but] = ACTIONS(630), - [anon_sym_u2919] = ACTIONS(630), - [anon_sym_with] = ACTIONS(630), - [anon_sym_u291a] = ACTIONS(630), - [anon_sym_above] = ACTIONS(630), - [anon_sym_u25e0] = ACTIONS(630), - [anon_sym_below] = ACTIONS(630), - [anon_sym_u25e1] = ACTIONS(630), - [anon_sym_fold] = ACTIONS(630), - [anon_sym_u2227] = ACTIONS(630), - [anon_sym_table] = ACTIONS(630), - [anon_sym_u229e] = ACTIONS(630), - [anon_sym_group] = ACTIONS(630), - [anon_sym_u2295] = ACTIONS(630), - [anon_sym_partition] = ACTIONS(630), - [anon_sym_u229c] = ACTIONS(630), - [anon_sym_both] = ACTIONS(630), - [anon_sym_u2229] = ACTIONS(630), - [anon_sym_bracket] = ACTIONS(630), - [anon_sym_u2293] = ACTIONS(630), - [anon_sym_fork] = ACTIONS(630), - [anon_sym_u2283] = ACTIONS(630), - [anon_sym_under] = ACTIONS(630), - [anon_sym_u235c] = ACTIONS(630), - [anon_sym_fill] = ACTIONS(630), - [anon_sym_u2b1a] = ACTIONS(630), - [anon_sym_try] = ACTIONS(628), - [anon_sym_u2363] = ACTIONS(630), - [anon_sym_do] = ACTIONS(628), - [anon_sym_u2362] = ACTIONS(630), - [anon_sym_setinv] = ACTIONS(630), - [anon_sym_setunder] = ACTIONS(630), - [anon_sym_f] = ACTIONS(628), - [anon_sym_by] = ACTIONS(628), - [anon_sym_u22b8] = ACTIONS(630), - [anon_sym_quote] = ACTIONS(630), - [anon_sym_struct] = ACTIONS(630), - [anon_sym_u2765] = ACTIONS(630), - [anon_sym_u2192] = ACTIONS(630), - [anon_sym_u2237] = ACTIONS(630), - [anon_sym_u00b7] = ACTIONS(630), - [anon_sym_u235b] = ACTIONS(630), - [anon_sym_u2302] = ACTIONS(630), - [anon_sym_u21b0] = ACTIONS(630), - [anon_sym_unpack] = ACTIONS(630), - [anon_sym_u2290] = ACTIONS(630), - [anon_sym_u229d] = ACTIONS(630), - [anon_sym_cross] = ACTIONS(630), - [anon_sym_u22a0] = ACTIONS(630), - [anon_sym_SEMI] = ACTIONS(630), - [anon_sym_deal] = ACTIONS(630), - [anon_sym_strands] = ACTIONS(630), - [anon_sym_u203f] = ACTIONS(630), - [anon_sym_member] = ACTIONS(628), - [anon_sym_u220a] = ACTIONS(630), - [anon_sym_coordinate] = ACTIONS(630), - [anon_sym_u27d4] = ACTIONS(630), - [anon_sym_u03bb] = ACTIONS(630), - [anon_sym_u22ca] = ACTIONS(630), - [sym_emptyMultiLineString] = ACTIONS(630), - [sym__endOfLine] = ACTIONS(5), + [aux_sym_number_token1] = ACTIONS(506), + [sym_fraction] = ACTIONS(508), + [anon_sym_Days] = ACTIONS(506), + [anon_sym_Months] = ACTIONS(506), + [anon_sym_MonthDays] = ACTIONS(506), + [anon_sym_LeanMonthDays] = ACTIONS(506), + [anon_sym_White] = ACTIONS(506), + [anon_sym_Black] = ACTIONS(506), + [anon_sym_Red] = ACTIONS(506), + [anon_sym_Orange] = ACTIONS(506), + [anon_sym_Yellow] = ACTIONS(506), + [anon_sym_Green] = ACTIONS(506), + [anon_sym_Cyan] = ACTIONS(506), + [anon_sym_Blue] = ACTIONS(506), + [anon_sym_Purple] = ACTIONS(506), + [anon_sym_Magenta] = ACTIONS(506), + [anon_sym_Gay] = ACTIONS(506), + [anon_sym_Lesbian] = ACTIONS(506), + [anon_sym_Bi] = ACTIONS(506), + [anon_sym_Trans] = ACTIONS(506), + [anon_sym_Pan] = ACTIONS(506), + [anon_sym_Ace] = ACTIONS(506), + [anon_sym_Aro] = ACTIONS(506), + [anon_sym_Aroace] = ACTIONS(506), + [anon_sym_Enby] = ACTIONS(506), + [anon_sym_Fluid] = ACTIONS(506), + [anon_sym_Queer] = ACTIONS(506), + [anon_sym_Agender] = ACTIONS(506), + [anon_sym_PrideFlags] = ACTIONS(506), + [anon_sym_PrideFlagNames] = ACTIONS(506), + [anon_sym_True] = ACTIONS(506), + [anon_sym_False] = ACTIONS(506), + [anon_sym_NULL] = ACTIONS(506), + [anon_sym_Logo] = ACTIONS(506), + [anon_sym_Lena] = ACTIONS(506), + [anon_sym_Music] = ACTIONS(506), + [anon_sym_Lorem] = ACTIONS(506), + [anon_sym_Os] = ACTIONS(506), + [anon_sym_Family] = ACTIONS(506), + [anon_sym_Arch] = ACTIONS(506), + [anon_sym_ExeExt] = ACTIONS(506), + [anon_sym_DllExt] = ACTIONS(506), + [anon_sym_Sep] = ACTIONS(506), + [anon_sym_ThisFile] = ACTIONS(506), + [anon_sym_ThisFileName] = ACTIONS(506), + [anon_sym_ThisFileDir] = ACTIONS(506), + [anon_sym_WorkingDir] = ACTIONS(506), + [anon_sym_NumProcs] = ACTIONS(506), + [anon_sym_Planets] = ACTIONS(506), + [anon_sym_Zodiac] = ACTIONS(506), + [anon_sym_Suits] = ACTIONS(506), + [anon_sym_Cards] = ACTIONS(506), + [anon_sym_Chess] = ACTIONS(506), + [anon_sym_Moon] = ACTIONS(506), + [anon_sym_Skin] = ACTIONS(506), + [anon_sym_People] = ACTIONS(506), + [anon_sym_Hair] = ACTIONS(506), + [anon_sym_Cat] = ACTIONS(506), + [aux_sym_character_token1] = ACTIONS(508), + [sym_string] = ACTIONS(508), + [sym_multiLineString] = ACTIONS(508), + [sym_identifier] = ACTIONS(506), + [sym_identifierDeprecated] = ACTIONS(506), + [sym_system] = ACTIONS(508), + [sym_comment] = ACTIONS(506), + [sym_openParen] = ACTIONS(508), + [sym_openCurly] = ACTIONS(508), + [sym_openBracket] = ACTIONS(506), + [sym_underscore] = ACTIONS(508), + [sym_leftArrow] = ACTIONS(636), + [anon_sym_CARET] = ACTIONS(508), + [anon_sym_SQUOTE] = ACTIONS(506), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(508), + [anon_sym_e] = ACTIONS(506), + [anon_sym_NaN] = ACTIONS(506), + [anon_sym_eta] = ACTIONS(508), + [anon_sym_u03b7] = ACTIONS(506), + [anon_sym_pi] = ACTIONS(506), + [anon_sym_u03c0] = ACTIONS(506), + [anon_sym_tau] = ACTIONS(508), + [anon_sym_u03c4] = ACTIONS(506), + [anon_sym_infinity] = ACTIONS(508), + [anon_sym_u221e] = ACTIONS(508), + [anon_sym_W] = ACTIONS(506), + [anon_sym_i] = ACTIONS(506), + [anon_sym_MaxInt] = ACTIONS(506), + [anon_sym_HexDigits] = ACTIONS(506), + [anon_sym_DOT] = ACTIONS(508), + [anon_sym_COMMA] = ACTIONS(508), + [anon_sym_COLON] = ACTIONS(508), + [anon_sym_u25cc] = ACTIONS(508), + [anon_sym_identity] = ACTIONS(508), + [anon_sym_id] = ACTIONS(506), + [anon_sym_u2218] = ACTIONS(508), + [anon_sym_not] = ACTIONS(508), + [anon_sym_u00ac] = ACTIONS(508), + [anon_sym_sign] = ACTIONS(506), + [anon_sym_u00b1] = ACTIONS(508), + [anon_sym_BQUOTE] = ACTIONS(508), + [anon_sym_u00af] = ACTIONS(506), + [anon_sym_absolutevalue] = ACTIONS(508), + [anon_sym_u2335] = ACTIONS(508), + [anon_sym_sqrt] = ACTIONS(508), + [anon_sym_u221a] = ACTIONS(508), + [anon_sym_sine] = ACTIONS(508), + [anon_sym_u25cb] = ACTIONS(508), + [anon_sym_u223f] = ACTIONS(508), + [anon_sym_floor] = ACTIONS(508), + [anon_sym_u230a] = ACTIONS(508), + [anon_sym_ceiling] = ACTIONS(508), + [anon_sym_u2308] = ACTIONS(508), + [anon_sym_round] = ACTIONS(508), + [anon_sym_u2045] = ACTIONS(508), + [anon_sym_EQ] = ACTIONS(508), + [anon_sym_BANG_EQ] = ACTIONS(508), + [anon_sym_u2260] = ACTIONS(508), + [anon_sym_LT] = ACTIONS(506), + [anon_sym_LT_EQ] = ACTIONS(508), + [anon_sym_u2264] = ACTIONS(508), + [anon_sym_GT] = ACTIONS(506), + [anon_sym_GT_EQ] = ACTIONS(508), + [anon_sym_u2265] = ACTIONS(508), + [anon_sym_PLUS] = ACTIONS(508), + [anon_sym_DASH] = ACTIONS(508), + [anon_sym_STAR] = ACTIONS(508), + [anon_sym_u00d7] = ACTIONS(508), + [anon_sym_PERCENT] = ACTIONS(508), + [anon_sym_u00f7] = ACTIONS(508), + [anon_sym_modulus] = ACTIONS(508), + [anon_sym_u25ff] = ACTIONS(508), + [anon_sym_power] = ACTIONS(508), + [anon_sym_u207f] = ACTIONS(508), + [anon_sym_logarithm] = ACTIONS(508), + [anon_sym_u2099] = ACTIONS(508), + [anon_sym_minimum] = ACTIONS(508), + [anon_sym_u21a7] = ACTIONS(508), + [anon_sym_maximum] = ACTIONS(508), + [anon_sym_u21a5] = ACTIONS(508), + [anon_sym_atangent] = ACTIONS(508), + [anon_sym_u2220] = ACTIONS(508), + [anon_sym_length] = ACTIONS(508), + [anon_sym_u29fb] = ACTIONS(508), + [anon_sym_shape] = ACTIONS(508), + [anon_sym_u25b3] = ACTIONS(508), + [anon_sym_range] = ACTIONS(508), + [anon_sym_u21e1] = ACTIONS(508), + [anon_sym_first] = ACTIONS(508), + [anon_sym_u22a2] = ACTIONS(508), + [anon_sym_reverse] = ACTIONS(508), + [anon_sym_u21cc] = ACTIONS(508), + [anon_sym_deshape] = ACTIONS(508), + [anon_sym_u266d] = ACTIONS(508), + [anon_sym_bits] = ACTIONS(508), + [anon_sym_u22ef] = ACTIONS(508), + [anon_sym_transpose] = ACTIONS(508), + [anon_sym_u2349] = ACTIONS(508), + [anon_sym_rise] = ACTIONS(508), + [anon_sym_u234f] = ACTIONS(508), + [anon_sym_fall] = ACTIONS(508), + [anon_sym_u2356] = ACTIONS(508), + [anon_sym_where] = ACTIONS(508), + [anon_sym_u229a] = ACTIONS(508), + [anon_sym_classify] = ACTIONS(508), + [anon_sym_u229b] = ACTIONS(508), + [anon_sym_deduplicate] = ACTIONS(508), + [anon_sym_u25f4] = ACTIONS(508), + [anon_sym_box] = ACTIONS(508), + [anon_sym_u25a1] = ACTIONS(508), + [anon_sym_match] = ACTIONS(508), + [anon_sym_u224d] = ACTIONS(508), + [anon_sym_couple] = ACTIONS(508), + [anon_sym_u229f] = ACTIONS(508), + [anon_sym_join] = ACTIONS(508), + [anon_sym_u2282] = ACTIONS(508), + [anon_sym_select] = ACTIONS(508), + [anon_sym_u228f] = ACTIONS(508), + [anon_sym_pick] = ACTIONS(508), + [anon_sym_u22a1] = ACTIONS(508), + [anon_sym_reshape] = ACTIONS(508), + [anon_sym_u21af] = ACTIONS(508), + [anon_sym_take] = ACTIONS(508), + [anon_sym_u2199] = ACTIONS(508), + [anon_sym_drop] = ACTIONS(508), + [anon_sym_u2198] = ACTIONS(508), + [anon_sym_rotate] = ACTIONS(508), + [anon_sym_u21bb] = ACTIONS(508), + [anon_sym_windows] = ACTIONS(508), + [anon_sym_u25eb] = ACTIONS(508), + [anon_sym_keep] = ACTIONS(508), + [anon_sym_u25bd] = ACTIONS(508), + [anon_sym_find] = ACTIONS(508), + [anon_sym_u2315] = ACTIONS(508), + [anon_sym_indexof] = ACTIONS(508), + [anon_sym_u2297] = ACTIONS(508), + [anon_sym_assert] = ACTIONS(508), + [anon_sym_u2364] = ACTIONS(508), + [anon_sym_wait] = ACTIONS(508), + [anon_sym_parse] = ACTIONS(508), + [anon_sym_u22d5] = ACTIONS(508), + [anon_sym_random] = ACTIONS(508), + [anon_sym_u2682] = ACTIONS(508), + [anon_sym_gen] = ACTIONS(508), + [anon_sym_tag] = ACTIONS(508), + [anon_sym_now] = ACTIONS(508), + [anon_sym_type] = ACTIONS(508), + [anon_sym_u2e2e] = ACTIONS(508), + [anon_sym_dump] = ACTIONS(508), + [anon_sym_regex] = ACTIONS(508), + [anon_sym_send] = ACTIONS(508), + [anon_sym_recv] = ACTIONS(508), + [anon_sym_tryrecv] = ACTIONS(508), + [anon_sym_complex] = ACTIONS(508), + [anon_sym_u2102] = ACTIONS(508), + [anon_sym_rerank] = ACTIONS(508), + [anon_sym_u2607] = ACTIONS(508), + [anon_sym_fix] = ACTIONS(508), + [anon_sym_u00a4] = ACTIONS(508), + [anon_sym_QMARK] = ACTIONS(508), + [anon_sym_unique] = ACTIONS(508), + [anon_sym_u25f0] = ACTIONS(508), + [anon_sym_map] = ACTIONS(508), + [anon_sym_has] = ACTIONS(508), + [anon_sym_get] = ACTIONS(508), + [anon_sym_insert] = ACTIONS(508), + [anon_sym_remove] = ACTIONS(508), + [anon_sym_repr] = ACTIONS(508), + [anon_sym_mask] = ACTIONS(508), + [anon_sym_u29b7] = ACTIONS(508), + [anon_sym_csv] = ACTIONS(508), + [anon_sym_json] = ACTIONS(508), + [anon_sym_xlsx] = ACTIONS(508), + [anon_sym_memberOf] = ACTIONS(508), + [anon_sym_u2208] = ACTIONS(508), + [anon_sym_imen] = ACTIONS(508), + [anon_sym_gife] = ACTIONS(508), + [anon_sym_auden] = ACTIONS(508), + [anon_sym_utfu2088] = ACTIONS(508), + [anon_sym_datetime] = ACTIONS(508), + [anon_sym_choose] = ACTIONS(508), + [anon_sym_permute] = ACTIONS(508), + [anon_sym_orient] = ACTIONS(508), + [anon_sym_u2938] = ACTIONS(508), + [anon_sym_fft] = ACTIONS(508), + [anon_sym_graphemes] = ACTIONS(508), + [anon_sym_timezone] = ACTIONS(508), + [anon_sym_around] = ACTIONS(508), + [anon_sym_u2019] = ACTIONS(508), + [anon_sym_base] = ACTIONS(508), + [anon_sym_sort] = ACTIONS(508), + [anon_sym_u2346] = ACTIONS(508), + [anon_sym_last] = ACTIONS(508), + [anon_sym_u22a3] = ACTIONS(508), + [anon_sym_reduce] = ACTIONS(508), + [anon_sym_SLASH] = ACTIONS(508), + [anon_sym_scan] = ACTIONS(508), + [anon_sym_BSLASH] = ACTIONS(508), + [anon_sym_each] = ACTIONS(508), + [anon_sym_u2235] = ACTIONS(508), + [anon_sym_rows] = ACTIONS(508), + [anon_sym_u2261] = ACTIONS(508), + [anon_sym_repeat] = ACTIONS(508), + [anon_sym_u2365] = ACTIONS(508), + [anon_sym_dip] = ACTIONS(508), + [anon_sym_u2299] = ACTIONS(508), + [anon_sym_gap] = ACTIONS(508), + [anon_sym_u22c5] = ACTIONS(508), + [anon_sym_spawn] = ACTIONS(508), + [anon_sym_rectify] = ACTIONS(508), + [anon_sym_u2305] = ACTIONS(508), + [anon_sym_un] = ACTIONS(506), + [anon_sym_u00b0] = ACTIONS(508), + [anon_sym_on] = ACTIONS(506), + [anon_sym_u27dc] = ACTIONS(508), + [anon_sym_inventory] = ACTIONS(508), + [anon_sym_u235a] = ACTIONS(508), + [anon_sym_content] = ACTIONS(508), + [anon_sym_u25c7] = ACTIONS(508), + [anon_sym_pool] = ACTIONS(508), + [anon_sym_stringify] = ACTIONS(508), + [anon_sym_signature] = ACTIONS(508), + [anon_sym_triangle] = ACTIONS(508), + [anon_sym_u25f9] = ACTIONS(508), + [anon_sym_astar] = ACTIONS(508), + [anon_sym_with] = ACTIONS(508), + [anon_sym_u2919] = ACTIONS(508), + [anon_sym_off] = ACTIONS(508), + [anon_sym_u291a] = ACTIONS(508), + [anon_sym_above] = ACTIONS(508), + [anon_sym_u25e0] = ACTIONS(508), + [anon_sym_below] = ACTIONS(508), + [anon_sym_u25e1] = ACTIONS(508), + [anon_sym_anti] = ACTIONS(508), + [anon_sym_u231d] = ACTIONS(508), + [anon_sym_obverse] = ACTIONS(508), + [anon_sym_toples] = ACTIONS(508), + [anon_sym_u29c5] = ACTIONS(508), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(508), + [anon_sym_fold] = ACTIONS(508), + [anon_sym_u2227] = ACTIONS(508), + [anon_sym_table] = ACTIONS(508), + [anon_sym_u229e] = ACTIONS(508), + [anon_sym_group] = ACTIONS(508), + [anon_sym_u2295] = ACTIONS(508), + [anon_sym_partition] = ACTIONS(508), + [anon_sym_u229c] = ACTIONS(508), + [anon_sym_both] = ACTIONS(508), + [anon_sym_u2229] = ACTIONS(508), + [anon_sym_bracket] = ACTIONS(508), + [anon_sym_u2293] = ACTIONS(508), + [anon_sym_fork] = ACTIONS(508), + [anon_sym_u2283] = ACTIONS(508), + [anon_sym_under] = ACTIONS(508), + [anon_sym_u235c] = ACTIONS(508), + [anon_sym_fill] = ACTIONS(508), + [anon_sym_u2b1a] = ACTIONS(508), + [anon_sym_try] = ACTIONS(506), + [anon_sym_u2363] = ACTIONS(508), + [anon_sym_do] = ACTIONS(506), + [anon_sym_u2362] = ACTIONS(508), + [anon_sym_f] = ACTIONS(506), + [anon_sym_by] = ACTIONS(506), + [anon_sym_u22b8] = ACTIONS(508), + [anon_sym_quote] = ACTIONS(508), + [anon_sym_u2765] = ACTIONS(508), + [anon_sym_u2192] = ACTIONS(508), + [anon_sym_u2237] = ACTIONS(508), + [anon_sym_u00b7] = ACTIONS(508), + [anon_sym_u235b] = ACTIONS(508), + [anon_sym_u2302] = ACTIONS(508), + [anon_sym_u21b0] = ACTIONS(508), + [anon_sym_unpack] = ACTIONS(508), + [anon_sym_u2290] = ACTIONS(508), + [anon_sym_u229d] = ACTIONS(508), + [anon_sym_cross] = ACTIONS(508), + [anon_sym_u22a0] = ACTIONS(508), + [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_deal] = ACTIONS(508), + [anon_sym_member] = ACTIONS(506), + [anon_sym_u220a] = ACTIONS(508), + [anon_sym_coordinate] = ACTIONS(508), + [anon_sym_u27d4] = ACTIONS(508), + [anon_sym_u03bb] = ACTIONS(508), + [anon_sym_u22ca] = ACTIONS(508), + [anon_sym_chunk] = ACTIONS(508), + [anon_sym_u2444] = ACTIONS(508), + [anon_sym_setinv] = ACTIONS(508), + [anon_sym_setund] = ACTIONS(508), + [anon_sym_struct] = ACTIONS(508), + [sym__endOfLine] = ACTIONS(508), }, [143] = { - [ts_builtin_sym_end] = ACTIONS(558), - [aux_sym_number_token1] = ACTIONS(556), - [sym_fraction] = ACTIONS(558), - [anon_sym_Days] = ACTIONS(556), - [anon_sym_Months] = ACTIONS(556), - [anon_sym_MonthDays] = ACTIONS(556), - [anon_sym_LeanMonthDays] = ACTIONS(556), - [anon_sym_White] = ACTIONS(556), - [anon_sym_Black] = ACTIONS(556), - [anon_sym_Red] = ACTIONS(556), - [anon_sym_Orange] = ACTIONS(556), - [anon_sym_Yellow] = ACTIONS(556), - [anon_sym_Green] = ACTIONS(556), - [anon_sym_Cyan] = ACTIONS(556), - [anon_sym_Blue] = ACTIONS(556), - [anon_sym_Purple] = ACTIONS(556), - [anon_sym_Magenta] = ACTIONS(556), - [anon_sym_Gay] = ACTIONS(556), - [anon_sym_Lesbian] = ACTIONS(556), - [anon_sym_Bi] = ACTIONS(556), - [anon_sym_Trans] = ACTIONS(556), - [anon_sym_Pan] = ACTIONS(556), - [anon_sym_Ace] = ACTIONS(556), - [anon_sym_Aro] = ACTIONS(556), - [anon_sym_Aroace] = ACTIONS(556), - [anon_sym_Enby] = ACTIONS(556), - [anon_sym_Fluid] = ACTIONS(556), - [anon_sym_Queer] = ACTIONS(556), - [anon_sym_Agender] = ACTIONS(556), - [anon_sym_PrideFlags] = ACTIONS(556), - [anon_sym_PrideFlagNames] = ACTIONS(556), - [anon_sym_True] = ACTIONS(556), - [anon_sym_False] = ACTIONS(556), - [anon_sym_NULL] = ACTIONS(556), - [anon_sym_Logo] = ACTIONS(556), - [anon_sym_Lena] = ACTIONS(556), - [anon_sym_Music] = ACTIONS(556), - [anon_sym_Lorem] = ACTIONS(556), - [anon_sym_Os] = ACTIONS(556), - [anon_sym_Family] = ACTIONS(556), - [anon_sym_Arch] = ACTIONS(556), - [anon_sym_ExeExt] = ACTIONS(556), - [anon_sym_DllExt] = ACTIONS(556), - [anon_sym_Sep] = ACTIONS(556), - [anon_sym_ThisFile] = ACTIONS(556), - [anon_sym_ThisFileName] = ACTIONS(556), - [anon_sym_ThisFileDir] = ACTIONS(556), - [anon_sym_WorkingDir] = ACTIONS(556), - [anon_sym_NumProcs] = ACTIONS(556), - [anon_sym_Planets] = ACTIONS(556), - [anon_sym_Zodiac] = ACTIONS(556), - [anon_sym_Suits] = ACTIONS(556), - [anon_sym_Cards] = ACTIONS(556), - [anon_sym_Chess] = ACTIONS(556), - [anon_sym_Moon] = ACTIONS(556), - [anon_sym_Skin] = ACTIONS(556), - [anon_sym_People] = ACTIONS(556), - [anon_sym_Hair] = ACTIONS(556), - [aux_sym_character_token1] = ACTIONS(558), - [sym_string] = ACTIONS(558), - [sym_multiLineString] = ACTIONS(558), - [sym_identifier] = ACTIONS(556), - [sym_identifierDeprecated] = ACTIONS(556), - [sym_system] = ACTIONS(558), - [sym_comment] = ACTIONS(556), - [sym_openParen] = ACTIONS(558), - [sym_openCurly] = ACTIONS(558), - [sym_openBracket] = ACTIONS(558), - [sym_underscore] = ACTIONS(558), - [anon_sym_CARET] = ACTIONS(558), - [anon_sym_SQUOTE] = ACTIONS(556), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(558), - [anon_sym_e] = ACTIONS(556), - [anon_sym_NaN] = ACTIONS(556), - [anon_sym_eta] = ACTIONS(558), - [anon_sym_u03b7] = ACTIONS(556), - [anon_sym_pi] = ACTIONS(556), - [anon_sym_u03c0] = ACTIONS(556), - [anon_sym_tau] = ACTIONS(558), - [anon_sym_u03c4] = ACTIONS(556), - [anon_sym_infinity] = ACTIONS(558), - [anon_sym_u221e] = ACTIONS(558), - [anon_sym_W] = ACTIONS(556), - [anon_sym_i] = ACTIONS(556), - [anon_sym_MaxInt] = ACTIONS(556), - [anon_sym_HexDigits] = ACTIONS(556), - [anon_sym_DOT] = ACTIONS(558), - [anon_sym_COMMA] = ACTIONS(558), - [anon_sym_COLON] = ACTIONS(558), - [anon_sym_u25cc] = ACTIONS(558), - [anon_sym_identity] = ACTIONS(558), - [anon_sym_id] = ACTIONS(556), - [anon_sym_u2218] = ACTIONS(558), - [anon_sym_not] = ACTIONS(558), - [anon_sym_u00ac] = ACTIONS(558), - [anon_sym_sign] = ACTIONS(556), - [anon_sym_u00b1] = ACTIONS(558), - [anon_sym_BQUOTE] = ACTIONS(558), - [anon_sym_u00af] = ACTIONS(556), - [anon_sym_absolutevalue] = ACTIONS(558), - [anon_sym_u2335] = ACTIONS(558), - [anon_sym_sqrt] = ACTIONS(558), - [anon_sym_u221a] = ACTIONS(558), - [anon_sym_sine] = ACTIONS(558), - [anon_sym_u25cb] = ACTIONS(558), - [anon_sym_u223f] = ACTIONS(558), - [anon_sym_floor] = ACTIONS(558), - [anon_sym_u230a] = ACTIONS(558), - [anon_sym_ceiling] = ACTIONS(558), - [anon_sym_u2308] = ACTIONS(558), - [anon_sym_round] = ACTIONS(558), - [anon_sym_u2045] = ACTIONS(558), - [anon_sym_EQ] = ACTIONS(558), - [anon_sym_BANG_EQ] = ACTIONS(558), - [anon_sym_u2260] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(556), - [anon_sym_LT_EQ] = ACTIONS(558), - [anon_sym_u2264] = ACTIONS(558), - [anon_sym_GT] = ACTIONS(556), - [anon_sym_GT_EQ] = ACTIONS(558), - [anon_sym_u2265] = ACTIONS(558), - [anon_sym_PLUS] = ACTIONS(558), - [anon_sym_DASH] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(558), - [anon_sym_u00d7] = ACTIONS(558), - [anon_sym_PERCENT] = ACTIONS(558), - [anon_sym_u00f7] = ACTIONS(558), - [anon_sym_modulus] = ACTIONS(558), - [anon_sym_u25ff] = ACTIONS(558), - [anon_sym_power] = ACTIONS(558), - [anon_sym_u207f] = ACTIONS(558), - [anon_sym_logarithm] = ACTIONS(558), - [anon_sym_u2099] = ACTIONS(558), - [anon_sym_minimum] = ACTIONS(558), - [anon_sym_u21a7] = ACTIONS(558), - [anon_sym_maximum] = ACTIONS(558), - [anon_sym_u21a5] = ACTIONS(558), - [anon_sym_atangent] = ACTIONS(558), - [anon_sym_u2220] = ACTIONS(558), - [anon_sym_length] = ACTIONS(558), - [anon_sym_u29fb] = ACTIONS(558), - [anon_sym_shape] = ACTIONS(558), - [anon_sym_u25b3] = ACTIONS(558), - [anon_sym_range] = ACTIONS(558), - [anon_sym_u21e1] = ACTIONS(558), - [anon_sym_first] = ACTIONS(558), - [anon_sym_u22a2] = ACTIONS(558), - [anon_sym_reverse] = ACTIONS(558), - [anon_sym_u21cc] = ACTIONS(558), - [anon_sym_deshape] = ACTIONS(558), - [anon_sym_u266d] = ACTIONS(558), - [anon_sym_bits] = ACTIONS(558), - [anon_sym_u22ef] = ACTIONS(558), - [anon_sym_transpose] = ACTIONS(558), - [anon_sym_u2349] = ACTIONS(558), - [anon_sym_rise] = ACTIONS(558), - [anon_sym_u234f] = ACTIONS(558), - [anon_sym_fall] = ACTIONS(558), - [anon_sym_u2356] = ACTIONS(558), - [anon_sym_where] = ACTIONS(558), - [anon_sym_u229a] = ACTIONS(558), - [anon_sym_classify] = ACTIONS(558), - [anon_sym_u229b] = ACTIONS(558), - [anon_sym_deduplicate] = ACTIONS(558), - [anon_sym_u25f4] = ACTIONS(558), - [anon_sym_box] = ACTIONS(558), - [anon_sym_u25a1] = ACTIONS(558), - [anon_sym_match] = ACTIONS(558), - [anon_sym_u224d] = ACTIONS(558), - [anon_sym_couple] = ACTIONS(558), - [anon_sym_u229f] = ACTIONS(558), - [anon_sym_join] = ACTIONS(558), - [anon_sym_u2282] = ACTIONS(558), - [anon_sym_select] = ACTIONS(558), - [anon_sym_u228f] = ACTIONS(558), - [anon_sym_pick] = ACTIONS(558), - [anon_sym_u22a1] = ACTIONS(558), - [anon_sym_reshape] = ACTIONS(558), - [anon_sym_u21af] = ACTIONS(558), - [anon_sym_take] = ACTIONS(558), - [anon_sym_u2199] = ACTIONS(558), - [anon_sym_drop] = ACTIONS(558), - [anon_sym_u2198] = ACTIONS(558), - [anon_sym_rotate] = ACTIONS(558), - [anon_sym_u21bb] = ACTIONS(558), - [anon_sym_windows] = ACTIONS(558), - [anon_sym_u25eb] = ACTIONS(558), - [anon_sym_keep] = ACTIONS(558), - [anon_sym_u25bd] = ACTIONS(558), - [anon_sym_find] = ACTIONS(558), - [anon_sym_u2315] = ACTIONS(558), - [anon_sym_indexof] = ACTIONS(558), - [anon_sym_u2297] = ACTIONS(558), - [anon_sym_assert] = ACTIONS(558), - [anon_sym_u2364] = ACTIONS(558), - [anon_sym_wait] = ACTIONS(558), - [anon_sym_parse] = ACTIONS(558), - [anon_sym_u22d5] = ACTIONS(558), - [anon_sym_random] = ACTIONS(558), - [anon_sym_u2682] = ACTIONS(558), - [anon_sym_gen] = ACTIONS(558), - [anon_sym_tag] = ACTIONS(558), - [anon_sym_now] = ACTIONS(558), - [anon_sym_type] = ACTIONS(558), - [anon_sym_u2e2e] = ACTIONS(558), - [anon_sym_dump] = ACTIONS(558), - [anon_sym_regex] = ACTIONS(558), - [anon_sym_send] = ACTIONS(558), - [anon_sym_recv] = ACTIONS(558), - [anon_sym_tryrecv] = ACTIONS(558), - [anon_sym_complex] = ACTIONS(558), - [anon_sym_u2102] = ACTIONS(558), - [anon_sym_rerank] = ACTIONS(558), - [anon_sym_u2607] = ACTIONS(558), - [anon_sym_fix] = ACTIONS(558), - [anon_sym_u00a4] = ACTIONS(558), - [anon_sym_QMARK] = ACTIONS(558), - [anon_sym_unique] = ACTIONS(558), - [anon_sym_u25f0] = ACTIONS(558), - [anon_sym_map] = ACTIONS(558), - [anon_sym_has] = ACTIONS(558), - [anon_sym_get] = ACTIONS(558), - [anon_sym_insert] = ACTIONS(558), - [anon_sym_remove] = ACTIONS(558), - [anon_sym_repr] = ACTIONS(558), - [anon_sym_mask] = ACTIONS(558), - [anon_sym_u29b7] = ACTIONS(558), - [anon_sym_csv] = ACTIONS(558), - [anon_sym_json] = ACTIONS(558), - [anon_sym_xlsx] = ACTIONS(558), - [anon_sym_memberOf] = ACTIONS(558), - [anon_sym_u2208] = ACTIONS(558), - [anon_sym_imen] = ACTIONS(558), - [anon_sym_gife] = ACTIONS(558), - [anon_sym_auden] = ACTIONS(558), - [anon_sym_utfu2088] = ACTIONS(558), - [anon_sym_datetime] = ACTIONS(558), - [anon_sym_chunk] = ACTIONS(558), - [anon_sym_u2444] = ACTIONS(558), - [anon_sym_choose] = ACTIONS(558), - [anon_sym_permute] = ACTIONS(558), - [anon_sym_orient] = ACTIONS(558), - [anon_sym_fft] = ACTIONS(558), - [anon_sym_reduce] = ACTIONS(558), - [anon_sym_SLASH] = ACTIONS(558), - [anon_sym_scan] = ACTIONS(558), - [anon_sym_BSLASH] = ACTIONS(558), - [anon_sym_each] = ACTIONS(558), - [anon_sym_u2235] = ACTIONS(558), - [anon_sym_rows] = ACTIONS(558), - [anon_sym_u2261] = ACTIONS(558), - [anon_sym_repeat] = ACTIONS(558), - [anon_sym_u2365] = ACTIONS(558), - [anon_sym_dip] = ACTIONS(558), - [anon_sym_u2299] = ACTIONS(558), - [anon_sym_gap] = ACTIONS(558), - [anon_sym_u22c5] = ACTIONS(558), - [anon_sym_spawn] = ACTIONS(558), - [anon_sym_rectify] = ACTIONS(558), - [anon_sym_u2305] = ACTIONS(558), - [anon_sym_un] = ACTIONS(556), - [anon_sym_u00b0] = ACTIONS(558), - [anon_sym_on] = ACTIONS(556), - [anon_sym_u27dc] = ACTIONS(558), - [anon_sym_inventory] = ACTIONS(558), - [anon_sym_u235a] = ACTIONS(558), - [anon_sym_content] = ACTIONS(558), - [anon_sym_u25c7] = ACTIONS(558), - [anon_sym_pool] = ACTIONS(558), - [anon_sym_stringify] = ACTIONS(558), - [anon_sym_signature] = ACTIONS(558), - [anon_sym_triangle] = ACTIONS(558), - [anon_sym_u25f9] = ACTIONS(558), - [anon_sym_astar] = ACTIONS(558), - [anon_sym_but] = ACTIONS(558), - [anon_sym_u2919] = ACTIONS(558), - [anon_sym_with] = ACTIONS(558), - [anon_sym_u291a] = ACTIONS(558), - [anon_sym_above] = ACTIONS(558), - [anon_sym_u25e0] = ACTIONS(558), - [anon_sym_below] = ACTIONS(558), - [anon_sym_u25e1] = ACTIONS(558), - [anon_sym_fold] = ACTIONS(558), - [anon_sym_u2227] = ACTIONS(558), - [anon_sym_table] = ACTIONS(558), - [anon_sym_u229e] = ACTIONS(558), - [anon_sym_group] = ACTIONS(558), - [anon_sym_u2295] = ACTIONS(558), - [anon_sym_partition] = ACTIONS(558), - [anon_sym_u229c] = ACTIONS(558), - [anon_sym_both] = ACTIONS(558), - [anon_sym_u2229] = ACTIONS(558), - [anon_sym_bracket] = ACTIONS(558), - [anon_sym_u2293] = ACTIONS(558), - [anon_sym_fork] = ACTIONS(558), - [anon_sym_u2283] = ACTIONS(558), - [anon_sym_under] = ACTIONS(558), - [anon_sym_u235c] = ACTIONS(558), - [anon_sym_fill] = ACTIONS(558), - [anon_sym_u2b1a] = ACTIONS(558), - [anon_sym_try] = ACTIONS(556), - [anon_sym_u2363] = ACTIONS(558), - [anon_sym_do] = ACTIONS(556), - [anon_sym_u2362] = ACTIONS(558), - [anon_sym_setinv] = ACTIONS(558), - [anon_sym_setunder] = ACTIONS(558), - [anon_sym_f] = ACTIONS(556), - [anon_sym_by] = ACTIONS(556), - [anon_sym_u22b8] = ACTIONS(558), - [anon_sym_quote] = ACTIONS(558), - [anon_sym_struct] = ACTIONS(558), - [anon_sym_u2765] = ACTIONS(558), - [anon_sym_u2192] = ACTIONS(558), - [anon_sym_u2237] = ACTIONS(558), - [anon_sym_u00b7] = ACTIONS(558), - [anon_sym_u235b] = ACTIONS(558), - [anon_sym_u2302] = ACTIONS(558), - [anon_sym_u21b0] = ACTIONS(558), - [anon_sym_unpack] = ACTIONS(558), - [anon_sym_u2290] = ACTIONS(558), - [anon_sym_u229d] = ACTIONS(558), - [anon_sym_cross] = ACTIONS(558), - [anon_sym_u22a0] = ACTIONS(558), - [anon_sym_SEMI] = ACTIONS(558), - [anon_sym_deal] = ACTIONS(558), - [anon_sym_strands] = ACTIONS(558), - [anon_sym_u203f] = ACTIONS(558), - [anon_sym_member] = ACTIONS(556), - [anon_sym_u220a] = ACTIONS(558), - [anon_sym_coordinate] = ACTIONS(558), - [anon_sym_u27d4] = ACTIONS(558), - [anon_sym_u03bb] = ACTIONS(558), - [anon_sym_u22ca] = ACTIONS(558), - [sym__endOfLine] = ACTIONS(558), + [ts_builtin_sym_end] = ACTIONS(512), + [aux_sym_number_token1] = ACTIONS(510), + [sym_fraction] = ACTIONS(512), + [anon_sym_Days] = ACTIONS(510), + [anon_sym_Months] = ACTIONS(510), + [anon_sym_MonthDays] = ACTIONS(510), + [anon_sym_LeanMonthDays] = ACTIONS(510), + [anon_sym_White] = ACTIONS(510), + [anon_sym_Black] = ACTIONS(510), + [anon_sym_Red] = ACTIONS(510), + [anon_sym_Orange] = ACTIONS(510), + [anon_sym_Yellow] = ACTIONS(510), + [anon_sym_Green] = ACTIONS(510), + [anon_sym_Cyan] = ACTIONS(510), + [anon_sym_Blue] = ACTIONS(510), + [anon_sym_Purple] = ACTIONS(510), + [anon_sym_Magenta] = ACTIONS(510), + [anon_sym_Gay] = ACTIONS(510), + [anon_sym_Lesbian] = ACTIONS(510), + [anon_sym_Bi] = ACTIONS(510), + [anon_sym_Trans] = ACTIONS(510), + [anon_sym_Pan] = ACTIONS(510), + [anon_sym_Ace] = ACTIONS(510), + [anon_sym_Aro] = ACTIONS(510), + [anon_sym_Aroace] = ACTIONS(510), + [anon_sym_Enby] = ACTIONS(510), + [anon_sym_Fluid] = ACTIONS(510), + [anon_sym_Queer] = ACTIONS(510), + [anon_sym_Agender] = ACTIONS(510), + [anon_sym_PrideFlags] = ACTIONS(510), + [anon_sym_PrideFlagNames] = ACTIONS(510), + [anon_sym_True] = ACTIONS(510), + [anon_sym_False] = ACTIONS(510), + [anon_sym_NULL] = ACTIONS(510), + [anon_sym_Logo] = ACTIONS(510), + [anon_sym_Lena] = ACTIONS(510), + [anon_sym_Music] = ACTIONS(510), + [anon_sym_Lorem] = ACTIONS(510), + [anon_sym_Os] = ACTIONS(510), + [anon_sym_Family] = ACTIONS(510), + [anon_sym_Arch] = ACTIONS(510), + [anon_sym_ExeExt] = ACTIONS(510), + [anon_sym_DllExt] = ACTIONS(510), + [anon_sym_Sep] = ACTIONS(510), + [anon_sym_ThisFile] = ACTIONS(510), + [anon_sym_ThisFileName] = ACTIONS(510), + [anon_sym_ThisFileDir] = ACTIONS(510), + [anon_sym_WorkingDir] = ACTIONS(510), + [anon_sym_NumProcs] = ACTIONS(510), + [anon_sym_Planets] = ACTIONS(510), + [anon_sym_Zodiac] = ACTIONS(510), + [anon_sym_Suits] = ACTIONS(510), + [anon_sym_Cards] = ACTIONS(510), + [anon_sym_Chess] = ACTIONS(510), + [anon_sym_Moon] = ACTIONS(510), + [anon_sym_Skin] = ACTIONS(510), + [anon_sym_People] = ACTIONS(510), + [anon_sym_Hair] = ACTIONS(510), + [anon_sym_Cat] = ACTIONS(510), + [aux_sym_character_token1] = ACTIONS(512), + [sym_string] = ACTIONS(512), + [sym_multiLineString] = ACTIONS(512), + [sym_identifier] = ACTIONS(510), + [sym_identifierDeprecated] = ACTIONS(510), + [sym_system] = ACTIONS(512), + [sym_comment] = ACTIONS(510), + [sym_openParen] = ACTIONS(512), + [sym_openCurly] = ACTIONS(512), + [sym_openBracket] = ACTIONS(510), + [sym_underscore] = ACTIONS(512), + [anon_sym_CARET] = ACTIONS(512), + [anon_sym_SQUOTE] = ACTIONS(510), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(512), + [anon_sym_e] = ACTIONS(510), + [anon_sym_NaN] = ACTIONS(510), + [anon_sym_eta] = ACTIONS(512), + [anon_sym_u03b7] = ACTIONS(510), + [anon_sym_pi] = ACTIONS(510), + [anon_sym_u03c0] = ACTIONS(510), + [anon_sym_tau] = ACTIONS(512), + [anon_sym_u03c4] = ACTIONS(510), + [anon_sym_infinity] = ACTIONS(512), + [anon_sym_u221e] = ACTIONS(512), + [anon_sym_W] = ACTIONS(510), + [anon_sym_i] = ACTIONS(510), + [anon_sym_MaxInt] = ACTIONS(510), + [anon_sym_HexDigits] = ACTIONS(510), + [anon_sym_DOT] = ACTIONS(512), + [anon_sym_COMMA] = ACTIONS(512), + [anon_sym_COLON] = ACTIONS(512), + [anon_sym_u25cc] = ACTIONS(512), + [anon_sym_identity] = ACTIONS(512), + [anon_sym_id] = ACTIONS(510), + [anon_sym_u2218] = ACTIONS(512), + [anon_sym_not] = ACTIONS(512), + [anon_sym_u00ac] = ACTIONS(512), + [anon_sym_sign] = ACTIONS(510), + [anon_sym_u00b1] = ACTIONS(512), + [anon_sym_BQUOTE] = ACTIONS(512), + [anon_sym_u00af] = ACTIONS(510), + [anon_sym_absolutevalue] = ACTIONS(512), + [anon_sym_u2335] = ACTIONS(512), + [anon_sym_sqrt] = ACTIONS(512), + [anon_sym_u221a] = ACTIONS(512), + [anon_sym_sine] = ACTIONS(512), + [anon_sym_u25cb] = ACTIONS(512), + [anon_sym_u223f] = ACTIONS(512), + [anon_sym_floor] = ACTIONS(512), + [anon_sym_u230a] = ACTIONS(512), + [anon_sym_ceiling] = ACTIONS(512), + [anon_sym_u2308] = ACTIONS(512), + [anon_sym_round] = ACTIONS(512), + [anon_sym_u2045] = ACTIONS(512), + [anon_sym_EQ] = ACTIONS(512), + [anon_sym_BANG_EQ] = ACTIONS(512), + [anon_sym_u2260] = ACTIONS(512), + [anon_sym_LT] = ACTIONS(510), + [anon_sym_LT_EQ] = ACTIONS(512), + [anon_sym_u2264] = ACTIONS(512), + [anon_sym_GT] = ACTIONS(510), + [anon_sym_GT_EQ] = ACTIONS(512), + [anon_sym_u2265] = ACTIONS(512), + [anon_sym_PLUS] = ACTIONS(512), + [anon_sym_DASH] = ACTIONS(512), + [anon_sym_STAR] = ACTIONS(512), + [anon_sym_u00d7] = ACTIONS(512), + [anon_sym_PERCENT] = ACTIONS(512), + [anon_sym_u00f7] = ACTIONS(512), + [anon_sym_modulus] = ACTIONS(512), + [anon_sym_u25ff] = ACTIONS(512), + [anon_sym_power] = ACTIONS(512), + [anon_sym_u207f] = ACTIONS(512), + [anon_sym_logarithm] = ACTIONS(512), + [anon_sym_u2099] = ACTIONS(512), + [anon_sym_minimum] = ACTIONS(512), + [anon_sym_u21a7] = ACTIONS(512), + [anon_sym_maximum] = ACTIONS(512), + [anon_sym_u21a5] = ACTIONS(512), + [anon_sym_atangent] = ACTIONS(512), + [anon_sym_u2220] = ACTIONS(512), + [anon_sym_length] = ACTIONS(512), + [anon_sym_u29fb] = ACTIONS(512), + [anon_sym_shape] = ACTIONS(512), + [anon_sym_u25b3] = ACTIONS(512), + [anon_sym_range] = ACTIONS(512), + [anon_sym_u21e1] = ACTIONS(512), + [anon_sym_first] = ACTIONS(512), + [anon_sym_u22a2] = ACTIONS(512), + [anon_sym_reverse] = ACTIONS(512), + [anon_sym_u21cc] = ACTIONS(512), + [anon_sym_deshape] = ACTIONS(512), + [anon_sym_u266d] = ACTIONS(512), + [anon_sym_bits] = ACTIONS(512), + [anon_sym_u22ef] = ACTIONS(512), + [anon_sym_transpose] = ACTIONS(512), + [anon_sym_u2349] = ACTIONS(512), + [anon_sym_rise] = ACTIONS(512), + [anon_sym_u234f] = ACTIONS(512), + [anon_sym_fall] = ACTIONS(512), + [anon_sym_u2356] = ACTIONS(512), + [anon_sym_where] = ACTIONS(512), + [anon_sym_u229a] = ACTIONS(512), + [anon_sym_classify] = ACTIONS(512), + [anon_sym_u229b] = ACTIONS(512), + [anon_sym_deduplicate] = ACTIONS(512), + [anon_sym_u25f4] = ACTIONS(512), + [anon_sym_box] = ACTIONS(512), + [anon_sym_u25a1] = ACTIONS(512), + [anon_sym_match] = ACTIONS(512), + [anon_sym_u224d] = ACTIONS(512), + [anon_sym_couple] = ACTIONS(512), + [anon_sym_u229f] = ACTIONS(512), + [anon_sym_join] = ACTIONS(512), + [anon_sym_u2282] = ACTIONS(512), + [anon_sym_select] = ACTIONS(512), + [anon_sym_u228f] = ACTIONS(512), + [anon_sym_pick] = ACTIONS(512), + [anon_sym_u22a1] = ACTIONS(512), + [anon_sym_reshape] = ACTIONS(512), + [anon_sym_u21af] = ACTIONS(512), + [anon_sym_take] = ACTIONS(512), + [anon_sym_u2199] = ACTIONS(512), + [anon_sym_drop] = ACTIONS(512), + [anon_sym_u2198] = ACTIONS(512), + [anon_sym_rotate] = ACTIONS(512), + [anon_sym_u21bb] = ACTIONS(512), + [anon_sym_windows] = ACTIONS(512), + [anon_sym_u25eb] = ACTIONS(512), + [anon_sym_keep] = ACTIONS(512), + [anon_sym_u25bd] = ACTIONS(512), + [anon_sym_find] = ACTIONS(512), + [anon_sym_u2315] = ACTIONS(512), + [anon_sym_indexof] = ACTIONS(512), + [anon_sym_u2297] = ACTIONS(512), + [anon_sym_assert] = ACTIONS(512), + [anon_sym_u2364] = ACTIONS(512), + [anon_sym_wait] = ACTIONS(512), + [anon_sym_parse] = ACTIONS(512), + [anon_sym_u22d5] = ACTIONS(512), + [anon_sym_random] = ACTIONS(512), + [anon_sym_u2682] = ACTIONS(512), + [anon_sym_gen] = ACTIONS(512), + [anon_sym_tag] = ACTIONS(512), + [anon_sym_now] = ACTIONS(512), + [anon_sym_type] = ACTIONS(512), + [anon_sym_u2e2e] = ACTIONS(512), + [anon_sym_dump] = ACTIONS(512), + [anon_sym_regex] = ACTIONS(512), + [anon_sym_send] = ACTIONS(512), + [anon_sym_recv] = ACTIONS(512), + [anon_sym_tryrecv] = ACTIONS(512), + [anon_sym_complex] = ACTIONS(512), + [anon_sym_u2102] = ACTIONS(512), + [anon_sym_rerank] = ACTIONS(512), + [anon_sym_u2607] = ACTIONS(512), + [anon_sym_fix] = ACTIONS(512), + [anon_sym_u00a4] = ACTIONS(512), + [anon_sym_QMARK] = ACTIONS(512), + [anon_sym_unique] = ACTIONS(512), + [anon_sym_u25f0] = ACTIONS(512), + [anon_sym_map] = ACTIONS(512), + [anon_sym_has] = ACTIONS(512), + [anon_sym_get] = ACTIONS(512), + [anon_sym_insert] = ACTIONS(512), + [anon_sym_remove] = ACTIONS(512), + [anon_sym_repr] = ACTIONS(512), + [anon_sym_mask] = ACTIONS(512), + [anon_sym_u29b7] = ACTIONS(512), + [anon_sym_csv] = ACTIONS(512), + [anon_sym_json] = ACTIONS(512), + [anon_sym_xlsx] = ACTIONS(512), + [anon_sym_memberOf] = ACTIONS(512), + [anon_sym_u2208] = ACTIONS(512), + [anon_sym_imen] = ACTIONS(512), + [anon_sym_gife] = ACTIONS(512), + [anon_sym_auden] = ACTIONS(512), + [anon_sym_utfu2088] = ACTIONS(512), + [anon_sym_datetime] = ACTIONS(512), + [anon_sym_choose] = ACTIONS(512), + [anon_sym_permute] = ACTIONS(512), + [anon_sym_orient] = ACTIONS(512), + [anon_sym_u2938] = ACTIONS(512), + [anon_sym_fft] = ACTIONS(512), + [anon_sym_graphemes] = ACTIONS(512), + [anon_sym_timezone] = ACTIONS(512), + [anon_sym_around] = ACTIONS(512), + [anon_sym_u2019] = ACTIONS(512), + [anon_sym_base] = ACTIONS(512), + [anon_sym_sort] = ACTIONS(512), + [anon_sym_u2346] = ACTIONS(512), + [anon_sym_last] = ACTIONS(512), + [anon_sym_u22a3] = ACTIONS(512), + [anon_sym_reduce] = ACTIONS(512), + [anon_sym_SLASH] = ACTIONS(512), + [anon_sym_scan] = ACTIONS(512), + [anon_sym_BSLASH] = ACTIONS(512), + [anon_sym_each] = ACTIONS(512), + [anon_sym_u2235] = ACTIONS(512), + [anon_sym_rows] = ACTIONS(512), + [anon_sym_u2261] = ACTIONS(512), + [anon_sym_repeat] = ACTIONS(512), + [anon_sym_u2365] = ACTIONS(512), + [anon_sym_dip] = ACTIONS(512), + [anon_sym_u2299] = ACTIONS(512), + [anon_sym_gap] = ACTIONS(512), + [anon_sym_u22c5] = ACTIONS(512), + [anon_sym_spawn] = ACTIONS(512), + [anon_sym_rectify] = ACTIONS(512), + [anon_sym_u2305] = ACTIONS(512), + [anon_sym_un] = ACTIONS(510), + [anon_sym_u00b0] = ACTIONS(512), + [anon_sym_on] = ACTIONS(510), + [anon_sym_u27dc] = ACTIONS(512), + [anon_sym_inventory] = ACTIONS(512), + [anon_sym_u235a] = ACTIONS(512), + [anon_sym_content] = ACTIONS(512), + [anon_sym_u25c7] = ACTIONS(512), + [anon_sym_pool] = ACTIONS(512), + [anon_sym_stringify] = ACTIONS(512), + [anon_sym_signature] = ACTIONS(512), + [anon_sym_triangle] = ACTIONS(512), + [anon_sym_u25f9] = ACTIONS(512), + [anon_sym_astar] = ACTIONS(512), + [anon_sym_with] = ACTIONS(512), + [anon_sym_u2919] = ACTIONS(512), + [anon_sym_off] = ACTIONS(512), + [anon_sym_u291a] = ACTIONS(512), + [anon_sym_above] = ACTIONS(512), + [anon_sym_u25e0] = ACTIONS(512), + [anon_sym_below] = ACTIONS(512), + [anon_sym_u25e1] = ACTIONS(512), + [anon_sym_anti] = ACTIONS(512), + [anon_sym_u231d] = ACTIONS(512), + [anon_sym_obverse] = ACTIONS(512), + [anon_sym_toples] = ACTIONS(512), + [anon_sym_u29c5] = ACTIONS(512), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(512), + [anon_sym_fold] = ACTIONS(512), + [anon_sym_u2227] = ACTIONS(512), + [anon_sym_table] = ACTIONS(512), + [anon_sym_u229e] = ACTIONS(512), + [anon_sym_group] = ACTIONS(512), + [anon_sym_u2295] = ACTIONS(512), + [anon_sym_partition] = ACTIONS(512), + [anon_sym_u229c] = ACTIONS(512), + [anon_sym_both] = ACTIONS(512), + [anon_sym_u2229] = ACTIONS(512), + [anon_sym_bracket] = ACTIONS(512), + [anon_sym_u2293] = ACTIONS(512), + [anon_sym_fork] = ACTIONS(512), + [anon_sym_u2283] = ACTIONS(512), + [anon_sym_under] = ACTIONS(512), + [anon_sym_u235c] = ACTIONS(512), + [anon_sym_fill] = ACTIONS(512), + [anon_sym_u2b1a] = ACTIONS(512), + [anon_sym_try] = ACTIONS(510), + [anon_sym_u2363] = ACTIONS(512), + [anon_sym_do] = ACTIONS(510), + [anon_sym_u2362] = ACTIONS(512), + [anon_sym_f] = ACTIONS(510), + [anon_sym_by] = ACTIONS(510), + [anon_sym_u22b8] = ACTIONS(512), + [anon_sym_quote] = ACTIONS(512), + [anon_sym_u2765] = ACTIONS(512), + [anon_sym_u2192] = ACTIONS(512), + [anon_sym_u2237] = ACTIONS(512), + [anon_sym_u00b7] = ACTIONS(512), + [anon_sym_u235b] = ACTIONS(512), + [anon_sym_u2302] = ACTIONS(512), + [anon_sym_u21b0] = ACTIONS(512), + [anon_sym_unpack] = ACTIONS(512), + [anon_sym_u2290] = ACTIONS(512), + [anon_sym_u229d] = ACTIONS(512), + [anon_sym_cross] = ACTIONS(512), + [anon_sym_u22a0] = ACTIONS(512), + [anon_sym_SEMI] = ACTIONS(512), + [anon_sym_deal] = ACTIONS(512), + [anon_sym_member] = ACTIONS(510), + [anon_sym_u220a] = ACTIONS(512), + [anon_sym_coordinate] = ACTIONS(512), + [anon_sym_u27d4] = ACTIONS(512), + [anon_sym_u03bb] = ACTIONS(512), + [anon_sym_u22ca] = ACTIONS(512), + [anon_sym_chunk] = ACTIONS(512), + [anon_sym_u2444] = ACTIONS(512), + [anon_sym_setinv] = ACTIONS(512), + [anon_sym_setund] = ACTIONS(512), + [anon_sym_struct] = ACTIONS(512), + [sym__endOfLine] = ACTIONS(512), }, [144] = { - [ts_builtin_sym_end] = ACTIONS(598), - [aux_sym_number_token1] = ACTIONS(596), - [sym_fraction] = ACTIONS(598), - [anon_sym_Days] = ACTIONS(596), - [anon_sym_Months] = ACTIONS(596), - [anon_sym_MonthDays] = ACTIONS(596), - [anon_sym_LeanMonthDays] = ACTIONS(596), - [anon_sym_White] = ACTIONS(596), - [anon_sym_Black] = ACTIONS(596), - [anon_sym_Red] = ACTIONS(596), - [anon_sym_Orange] = ACTIONS(596), - [anon_sym_Yellow] = ACTIONS(596), - [anon_sym_Green] = ACTIONS(596), - [anon_sym_Cyan] = ACTIONS(596), - [anon_sym_Blue] = ACTIONS(596), - [anon_sym_Purple] = ACTIONS(596), - [anon_sym_Magenta] = ACTIONS(596), - [anon_sym_Gay] = ACTIONS(596), - [anon_sym_Lesbian] = ACTIONS(596), - [anon_sym_Bi] = ACTIONS(596), - [anon_sym_Trans] = ACTIONS(596), - [anon_sym_Pan] = ACTIONS(596), - [anon_sym_Ace] = ACTIONS(596), - [anon_sym_Aro] = ACTIONS(596), - [anon_sym_Aroace] = ACTIONS(596), - [anon_sym_Enby] = ACTIONS(596), - [anon_sym_Fluid] = ACTIONS(596), - [anon_sym_Queer] = ACTIONS(596), - [anon_sym_Agender] = ACTIONS(596), - [anon_sym_PrideFlags] = ACTIONS(596), - [anon_sym_PrideFlagNames] = ACTIONS(596), - [anon_sym_True] = ACTIONS(596), - [anon_sym_False] = ACTIONS(596), - [anon_sym_NULL] = ACTIONS(596), - [anon_sym_Logo] = ACTIONS(596), - [anon_sym_Lena] = ACTIONS(596), - [anon_sym_Music] = ACTIONS(596), - [anon_sym_Lorem] = ACTIONS(596), - [anon_sym_Os] = ACTIONS(596), - [anon_sym_Family] = ACTIONS(596), - [anon_sym_Arch] = ACTIONS(596), - [anon_sym_ExeExt] = ACTIONS(596), - [anon_sym_DllExt] = ACTIONS(596), - [anon_sym_Sep] = ACTIONS(596), - [anon_sym_ThisFile] = ACTIONS(596), - [anon_sym_ThisFileName] = ACTIONS(596), - [anon_sym_ThisFileDir] = ACTIONS(596), - [anon_sym_WorkingDir] = ACTIONS(596), - [anon_sym_NumProcs] = ACTIONS(596), - [anon_sym_Planets] = ACTIONS(596), - [anon_sym_Zodiac] = ACTIONS(596), - [anon_sym_Suits] = ACTIONS(596), - [anon_sym_Cards] = ACTIONS(596), - [anon_sym_Chess] = ACTIONS(596), - [anon_sym_Moon] = ACTIONS(596), - [anon_sym_Skin] = ACTIONS(596), - [anon_sym_People] = ACTIONS(596), - [anon_sym_Hair] = ACTIONS(596), - [aux_sym_character_token1] = ACTIONS(598), - [sym_string] = ACTIONS(598), - [sym_multiLineString] = ACTIONS(598), - [sym_identifier] = ACTIONS(596), - [sym_identifierDeprecated] = ACTIONS(596), - [sym_system] = ACTIONS(598), - [sym_comment] = ACTIONS(596), - [sym_openParen] = ACTIONS(598), - [sym_openCurly] = ACTIONS(598), - [sym_openBracket] = ACTIONS(598), - [sym_underscore] = ACTIONS(598), - [anon_sym_CARET] = ACTIONS(598), - [anon_sym_SQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(598), - [anon_sym_e] = ACTIONS(596), - [anon_sym_NaN] = ACTIONS(596), - [anon_sym_eta] = ACTIONS(598), - [anon_sym_u03b7] = ACTIONS(596), - [anon_sym_pi] = ACTIONS(596), - [anon_sym_u03c0] = ACTIONS(596), - [anon_sym_tau] = ACTIONS(598), - [anon_sym_u03c4] = ACTIONS(596), - [anon_sym_infinity] = ACTIONS(598), - [anon_sym_u221e] = ACTIONS(598), - [anon_sym_W] = ACTIONS(596), - [anon_sym_i] = ACTIONS(596), - [anon_sym_MaxInt] = ACTIONS(596), - [anon_sym_HexDigits] = ACTIONS(596), - [anon_sym_DOT] = ACTIONS(598), - [anon_sym_COMMA] = ACTIONS(598), - [anon_sym_COLON] = ACTIONS(598), - [anon_sym_u25cc] = ACTIONS(598), - [anon_sym_identity] = ACTIONS(598), - [anon_sym_id] = ACTIONS(596), - [anon_sym_u2218] = ACTIONS(598), - [anon_sym_not] = ACTIONS(598), - [anon_sym_u00ac] = ACTIONS(598), - [anon_sym_sign] = ACTIONS(596), - [anon_sym_u00b1] = ACTIONS(598), - [anon_sym_BQUOTE] = ACTIONS(598), - [anon_sym_u00af] = ACTIONS(596), - [anon_sym_absolutevalue] = ACTIONS(598), - [anon_sym_u2335] = ACTIONS(598), - [anon_sym_sqrt] = ACTIONS(598), - [anon_sym_u221a] = ACTIONS(598), - [anon_sym_sine] = ACTIONS(598), - [anon_sym_u25cb] = ACTIONS(598), - [anon_sym_u223f] = ACTIONS(598), - [anon_sym_floor] = ACTIONS(598), - [anon_sym_u230a] = ACTIONS(598), - [anon_sym_ceiling] = ACTIONS(598), - [anon_sym_u2308] = ACTIONS(598), - [anon_sym_round] = ACTIONS(598), - [anon_sym_u2045] = ACTIONS(598), - [anon_sym_EQ] = ACTIONS(598), - [anon_sym_BANG_EQ] = ACTIONS(598), - [anon_sym_u2260] = ACTIONS(598), - [anon_sym_LT] = ACTIONS(596), - [anon_sym_LT_EQ] = ACTIONS(598), - [anon_sym_u2264] = ACTIONS(598), - [anon_sym_GT] = ACTIONS(596), - [anon_sym_GT_EQ] = ACTIONS(598), - [anon_sym_u2265] = ACTIONS(598), - [anon_sym_PLUS] = ACTIONS(598), - [anon_sym_DASH] = ACTIONS(598), - [anon_sym_STAR] = ACTIONS(598), - [anon_sym_u00d7] = ACTIONS(598), - [anon_sym_PERCENT] = ACTIONS(598), - [anon_sym_u00f7] = ACTIONS(598), - [anon_sym_modulus] = ACTIONS(598), - [anon_sym_u25ff] = ACTIONS(598), - [anon_sym_power] = ACTIONS(598), - [anon_sym_u207f] = ACTIONS(598), - [anon_sym_logarithm] = ACTIONS(598), - [anon_sym_u2099] = ACTIONS(598), - [anon_sym_minimum] = ACTIONS(598), - [anon_sym_u21a7] = ACTIONS(598), - [anon_sym_maximum] = ACTIONS(598), - [anon_sym_u21a5] = ACTIONS(598), - [anon_sym_atangent] = ACTIONS(598), - [anon_sym_u2220] = ACTIONS(598), - [anon_sym_length] = ACTIONS(598), - [anon_sym_u29fb] = ACTIONS(598), - [anon_sym_shape] = ACTIONS(598), - [anon_sym_u25b3] = ACTIONS(598), - [anon_sym_range] = ACTIONS(598), - [anon_sym_u21e1] = ACTIONS(598), - [anon_sym_first] = ACTIONS(598), - [anon_sym_u22a2] = ACTIONS(598), - [anon_sym_reverse] = ACTIONS(598), - [anon_sym_u21cc] = ACTIONS(598), - [anon_sym_deshape] = ACTIONS(598), - [anon_sym_u266d] = ACTIONS(598), - [anon_sym_bits] = ACTIONS(598), - [anon_sym_u22ef] = ACTIONS(598), - [anon_sym_transpose] = ACTIONS(598), - [anon_sym_u2349] = ACTIONS(598), - [anon_sym_rise] = ACTIONS(598), - [anon_sym_u234f] = ACTIONS(598), - [anon_sym_fall] = ACTIONS(598), - [anon_sym_u2356] = ACTIONS(598), - [anon_sym_where] = ACTIONS(598), - [anon_sym_u229a] = ACTIONS(598), - [anon_sym_classify] = ACTIONS(598), - [anon_sym_u229b] = ACTIONS(598), - [anon_sym_deduplicate] = ACTIONS(598), - [anon_sym_u25f4] = ACTIONS(598), - [anon_sym_box] = ACTIONS(598), - [anon_sym_u25a1] = ACTIONS(598), - [anon_sym_match] = ACTIONS(598), - [anon_sym_u224d] = ACTIONS(598), - [anon_sym_couple] = ACTIONS(598), - [anon_sym_u229f] = ACTIONS(598), - [anon_sym_join] = ACTIONS(598), - [anon_sym_u2282] = ACTIONS(598), - [anon_sym_select] = ACTIONS(598), - [anon_sym_u228f] = ACTIONS(598), - [anon_sym_pick] = ACTIONS(598), - [anon_sym_u22a1] = ACTIONS(598), - [anon_sym_reshape] = ACTIONS(598), - [anon_sym_u21af] = ACTIONS(598), - [anon_sym_take] = ACTIONS(598), - [anon_sym_u2199] = ACTIONS(598), - [anon_sym_drop] = ACTIONS(598), - [anon_sym_u2198] = ACTIONS(598), - [anon_sym_rotate] = ACTIONS(598), - [anon_sym_u21bb] = ACTIONS(598), - [anon_sym_windows] = ACTIONS(598), - [anon_sym_u25eb] = ACTIONS(598), - [anon_sym_keep] = ACTIONS(598), - [anon_sym_u25bd] = ACTIONS(598), - [anon_sym_find] = ACTIONS(598), - [anon_sym_u2315] = ACTIONS(598), - [anon_sym_indexof] = ACTIONS(598), - [anon_sym_u2297] = ACTIONS(598), - [anon_sym_assert] = ACTIONS(598), - [anon_sym_u2364] = ACTIONS(598), - [anon_sym_wait] = ACTIONS(598), - [anon_sym_parse] = ACTIONS(598), - [anon_sym_u22d5] = ACTIONS(598), - [anon_sym_random] = ACTIONS(598), - [anon_sym_u2682] = ACTIONS(598), - [anon_sym_gen] = ACTIONS(598), - [anon_sym_tag] = ACTIONS(598), - [anon_sym_now] = ACTIONS(598), - [anon_sym_type] = ACTIONS(598), - [anon_sym_u2e2e] = ACTIONS(598), - [anon_sym_dump] = ACTIONS(598), - [anon_sym_regex] = ACTIONS(598), - [anon_sym_send] = ACTIONS(598), - [anon_sym_recv] = ACTIONS(598), - [anon_sym_tryrecv] = ACTIONS(598), - [anon_sym_complex] = ACTIONS(598), - [anon_sym_u2102] = ACTIONS(598), - [anon_sym_rerank] = ACTIONS(598), - [anon_sym_u2607] = ACTIONS(598), - [anon_sym_fix] = ACTIONS(598), - [anon_sym_u00a4] = ACTIONS(598), - [anon_sym_QMARK] = ACTIONS(598), - [anon_sym_unique] = ACTIONS(598), - [anon_sym_u25f0] = ACTIONS(598), - [anon_sym_map] = ACTIONS(598), - [anon_sym_has] = ACTIONS(598), - [anon_sym_get] = ACTIONS(598), - [anon_sym_insert] = ACTIONS(598), - [anon_sym_remove] = ACTIONS(598), - [anon_sym_repr] = ACTIONS(598), - [anon_sym_mask] = ACTIONS(598), - [anon_sym_u29b7] = ACTIONS(598), - [anon_sym_csv] = ACTIONS(598), - [anon_sym_json] = ACTIONS(598), - [anon_sym_xlsx] = ACTIONS(598), - [anon_sym_memberOf] = ACTIONS(598), - [anon_sym_u2208] = ACTIONS(598), - [anon_sym_imen] = ACTIONS(598), - [anon_sym_gife] = ACTIONS(598), - [anon_sym_auden] = ACTIONS(598), - [anon_sym_utfu2088] = ACTIONS(598), - [anon_sym_datetime] = ACTIONS(598), - [anon_sym_chunk] = ACTIONS(598), - [anon_sym_u2444] = ACTIONS(598), - [anon_sym_choose] = ACTIONS(598), - [anon_sym_permute] = ACTIONS(598), - [anon_sym_orient] = ACTIONS(598), - [anon_sym_fft] = ACTIONS(598), - [anon_sym_reduce] = ACTIONS(598), - [anon_sym_SLASH] = ACTIONS(598), - [anon_sym_scan] = ACTIONS(598), - [anon_sym_BSLASH] = ACTIONS(598), - [anon_sym_each] = ACTIONS(598), - [anon_sym_u2235] = ACTIONS(598), - [anon_sym_rows] = ACTIONS(598), - [anon_sym_u2261] = ACTIONS(598), - [anon_sym_repeat] = ACTIONS(598), - [anon_sym_u2365] = ACTIONS(598), - [anon_sym_dip] = ACTIONS(598), - [anon_sym_u2299] = ACTIONS(598), - [anon_sym_gap] = ACTIONS(598), - [anon_sym_u22c5] = ACTIONS(598), - [anon_sym_spawn] = ACTIONS(598), - [anon_sym_rectify] = ACTIONS(598), - [anon_sym_u2305] = ACTIONS(598), - [anon_sym_un] = ACTIONS(596), - [anon_sym_u00b0] = ACTIONS(598), - [anon_sym_on] = ACTIONS(596), - [anon_sym_u27dc] = ACTIONS(598), - [anon_sym_inventory] = ACTIONS(598), - [anon_sym_u235a] = ACTIONS(598), - [anon_sym_content] = ACTIONS(598), - [anon_sym_u25c7] = ACTIONS(598), - [anon_sym_pool] = ACTIONS(598), - [anon_sym_stringify] = ACTIONS(598), - [anon_sym_signature] = ACTIONS(598), - [anon_sym_triangle] = ACTIONS(598), - [anon_sym_u25f9] = ACTIONS(598), - [anon_sym_astar] = ACTIONS(598), - [anon_sym_but] = ACTIONS(598), - [anon_sym_u2919] = ACTIONS(598), - [anon_sym_with] = ACTIONS(598), - [anon_sym_u291a] = ACTIONS(598), - [anon_sym_above] = ACTIONS(598), - [anon_sym_u25e0] = ACTIONS(598), - [anon_sym_below] = ACTIONS(598), - [anon_sym_u25e1] = ACTIONS(598), - [anon_sym_fold] = ACTIONS(598), - [anon_sym_u2227] = ACTIONS(598), - [anon_sym_table] = ACTIONS(598), - [anon_sym_u229e] = ACTIONS(598), - [anon_sym_group] = ACTIONS(598), - [anon_sym_u2295] = ACTIONS(598), - [anon_sym_partition] = ACTIONS(598), - [anon_sym_u229c] = ACTIONS(598), - [anon_sym_both] = ACTIONS(598), - [anon_sym_u2229] = ACTIONS(598), - [anon_sym_bracket] = ACTIONS(598), - [anon_sym_u2293] = ACTIONS(598), - [anon_sym_fork] = ACTIONS(598), - [anon_sym_u2283] = ACTIONS(598), - [anon_sym_under] = ACTIONS(598), - [anon_sym_u235c] = ACTIONS(598), - [anon_sym_fill] = ACTIONS(598), - [anon_sym_u2b1a] = ACTIONS(598), - [anon_sym_try] = ACTIONS(596), - [anon_sym_u2363] = ACTIONS(598), - [anon_sym_do] = ACTIONS(596), - [anon_sym_u2362] = ACTIONS(598), - [anon_sym_setinv] = ACTIONS(598), - [anon_sym_setunder] = ACTIONS(598), - [anon_sym_f] = ACTIONS(596), - [anon_sym_by] = ACTIONS(596), - [anon_sym_u22b8] = ACTIONS(598), - [anon_sym_quote] = ACTIONS(598), - [anon_sym_struct] = ACTIONS(598), - [anon_sym_u2765] = ACTIONS(598), - [anon_sym_u2192] = ACTIONS(598), - [anon_sym_u2237] = ACTIONS(598), - [anon_sym_u00b7] = ACTIONS(598), - [anon_sym_u235b] = ACTIONS(598), - [anon_sym_u2302] = ACTIONS(598), - [anon_sym_u21b0] = ACTIONS(598), - [anon_sym_unpack] = ACTIONS(598), - [anon_sym_u2290] = ACTIONS(598), - [anon_sym_u229d] = ACTIONS(598), - [anon_sym_cross] = ACTIONS(598), - [anon_sym_u22a0] = ACTIONS(598), - [anon_sym_SEMI] = ACTIONS(598), - [anon_sym_deal] = ACTIONS(598), - [anon_sym_strands] = ACTIONS(598), - [anon_sym_u203f] = ACTIONS(598), - [anon_sym_member] = ACTIONS(596), - [anon_sym_u220a] = ACTIONS(598), - [anon_sym_coordinate] = ACTIONS(598), - [anon_sym_u27d4] = ACTIONS(598), - [anon_sym_u03bb] = ACTIONS(598), - [anon_sym_u22ca] = ACTIONS(598), - [sym__endOfLine] = ACTIONS(598), + [ts_builtin_sym_end] = ACTIONS(516), + [aux_sym_number_token1] = ACTIONS(514), + [sym_fraction] = ACTIONS(516), + [anon_sym_Days] = ACTIONS(514), + [anon_sym_Months] = ACTIONS(514), + [anon_sym_MonthDays] = ACTIONS(514), + [anon_sym_LeanMonthDays] = ACTIONS(514), + [anon_sym_White] = ACTIONS(514), + [anon_sym_Black] = ACTIONS(514), + [anon_sym_Red] = ACTIONS(514), + [anon_sym_Orange] = ACTIONS(514), + [anon_sym_Yellow] = ACTIONS(514), + [anon_sym_Green] = ACTIONS(514), + [anon_sym_Cyan] = ACTIONS(514), + [anon_sym_Blue] = ACTIONS(514), + [anon_sym_Purple] = ACTIONS(514), + [anon_sym_Magenta] = ACTIONS(514), + [anon_sym_Gay] = ACTIONS(514), + [anon_sym_Lesbian] = ACTIONS(514), + [anon_sym_Bi] = ACTIONS(514), + [anon_sym_Trans] = ACTIONS(514), + [anon_sym_Pan] = ACTIONS(514), + [anon_sym_Ace] = ACTIONS(514), + [anon_sym_Aro] = ACTIONS(514), + [anon_sym_Aroace] = ACTIONS(514), + [anon_sym_Enby] = ACTIONS(514), + [anon_sym_Fluid] = ACTIONS(514), + [anon_sym_Queer] = ACTIONS(514), + [anon_sym_Agender] = ACTIONS(514), + [anon_sym_PrideFlags] = ACTIONS(514), + [anon_sym_PrideFlagNames] = ACTIONS(514), + [anon_sym_True] = ACTIONS(514), + [anon_sym_False] = ACTIONS(514), + [anon_sym_NULL] = ACTIONS(514), + [anon_sym_Logo] = ACTIONS(514), + [anon_sym_Lena] = ACTIONS(514), + [anon_sym_Music] = ACTIONS(514), + [anon_sym_Lorem] = ACTIONS(514), + [anon_sym_Os] = ACTIONS(514), + [anon_sym_Family] = ACTIONS(514), + [anon_sym_Arch] = ACTIONS(514), + [anon_sym_ExeExt] = ACTIONS(514), + [anon_sym_DllExt] = ACTIONS(514), + [anon_sym_Sep] = ACTIONS(514), + [anon_sym_ThisFile] = ACTIONS(514), + [anon_sym_ThisFileName] = ACTIONS(514), + [anon_sym_ThisFileDir] = ACTIONS(514), + [anon_sym_WorkingDir] = ACTIONS(514), + [anon_sym_NumProcs] = ACTIONS(514), + [anon_sym_Planets] = ACTIONS(514), + [anon_sym_Zodiac] = ACTIONS(514), + [anon_sym_Suits] = ACTIONS(514), + [anon_sym_Cards] = ACTIONS(514), + [anon_sym_Chess] = ACTIONS(514), + [anon_sym_Moon] = ACTIONS(514), + [anon_sym_Skin] = ACTIONS(514), + [anon_sym_People] = ACTIONS(514), + [anon_sym_Hair] = ACTIONS(514), + [anon_sym_Cat] = ACTIONS(514), + [aux_sym_character_token1] = ACTIONS(516), + [sym_string] = ACTIONS(516), + [sym_multiLineString] = ACTIONS(516), + [sym_identifier] = ACTIONS(514), + [sym_identifierDeprecated] = ACTIONS(514), + [sym_system] = ACTIONS(516), + [sym_comment] = ACTIONS(514), + [sym_openParen] = ACTIONS(516), + [sym_openCurly] = ACTIONS(516), + [sym_openBracket] = ACTIONS(514), + [sym_underscore] = ACTIONS(516), + [anon_sym_CARET] = ACTIONS(516), + [anon_sym_SQUOTE] = ACTIONS(514), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(516), + [anon_sym_e] = ACTIONS(514), + [anon_sym_NaN] = ACTIONS(514), + [anon_sym_eta] = ACTIONS(516), + [anon_sym_u03b7] = ACTIONS(514), + [anon_sym_pi] = ACTIONS(514), + [anon_sym_u03c0] = ACTIONS(514), + [anon_sym_tau] = ACTIONS(516), + [anon_sym_u03c4] = ACTIONS(514), + [anon_sym_infinity] = ACTIONS(516), + [anon_sym_u221e] = ACTIONS(516), + [anon_sym_W] = ACTIONS(514), + [anon_sym_i] = ACTIONS(514), + [anon_sym_MaxInt] = ACTIONS(514), + [anon_sym_HexDigits] = ACTIONS(514), + [anon_sym_DOT] = ACTIONS(516), + [anon_sym_COMMA] = ACTIONS(516), + [anon_sym_COLON] = ACTIONS(516), + [anon_sym_u25cc] = ACTIONS(516), + [anon_sym_identity] = ACTIONS(516), + [anon_sym_id] = ACTIONS(514), + [anon_sym_u2218] = ACTIONS(516), + [anon_sym_not] = ACTIONS(516), + [anon_sym_u00ac] = ACTIONS(516), + [anon_sym_sign] = ACTIONS(514), + [anon_sym_u00b1] = ACTIONS(516), + [anon_sym_BQUOTE] = ACTIONS(516), + [anon_sym_u00af] = ACTIONS(514), + [anon_sym_absolutevalue] = ACTIONS(516), + [anon_sym_u2335] = ACTIONS(516), + [anon_sym_sqrt] = ACTIONS(516), + [anon_sym_u221a] = ACTIONS(516), + [anon_sym_sine] = ACTIONS(516), + [anon_sym_u25cb] = ACTIONS(516), + [anon_sym_u223f] = ACTIONS(516), + [anon_sym_floor] = ACTIONS(516), + [anon_sym_u230a] = ACTIONS(516), + [anon_sym_ceiling] = ACTIONS(516), + [anon_sym_u2308] = ACTIONS(516), + [anon_sym_round] = ACTIONS(516), + [anon_sym_u2045] = ACTIONS(516), + [anon_sym_EQ] = ACTIONS(516), + [anon_sym_BANG_EQ] = ACTIONS(516), + [anon_sym_u2260] = ACTIONS(516), + [anon_sym_LT] = ACTIONS(514), + [anon_sym_LT_EQ] = ACTIONS(516), + [anon_sym_u2264] = ACTIONS(516), + [anon_sym_GT] = ACTIONS(514), + [anon_sym_GT_EQ] = ACTIONS(516), + [anon_sym_u2265] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(516), + [anon_sym_DASH] = ACTIONS(516), + [anon_sym_STAR] = ACTIONS(516), + [anon_sym_u00d7] = ACTIONS(516), + [anon_sym_PERCENT] = ACTIONS(516), + [anon_sym_u00f7] = ACTIONS(516), + [anon_sym_modulus] = ACTIONS(516), + [anon_sym_u25ff] = ACTIONS(516), + [anon_sym_power] = ACTIONS(516), + [anon_sym_u207f] = ACTIONS(516), + [anon_sym_logarithm] = ACTIONS(516), + [anon_sym_u2099] = ACTIONS(516), + [anon_sym_minimum] = ACTIONS(516), + [anon_sym_u21a7] = ACTIONS(516), + [anon_sym_maximum] = ACTIONS(516), + [anon_sym_u21a5] = ACTIONS(516), + [anon_sym_atangent] = ACTIONS(516), + [anon_sym_u2220] = ACTIONS(516), + [anon_sym_length] = ACTIONS(516), + [anon_sym_u29fb] = ACTIONS(516), + [anon_sym_shape] = ACTIONS(516), + [anon_sym_u25b3] = ACTIONS(516), + [anon_sym_range] = ACTIONS(516), + [anon_sym_u21e1] = ACTIONS(516), + [anon_sym_first] = ACTIONS(516), + [anon_sym_u22a2] = ACTIONS(516), + [anon_sym_reverse] = ACTIONS(516), + [anon_sym_u21cc] = ACTIONS(516), + [anon_sym_deshape] = ACTIONS(516), + [anon_sym_u266d] = ACTIONS(516), + [anon_sym_bits] = ACTIONS(516), + [anon_sym_u22ef] = ACTIONS(516), + [anon_sym_transpose] = ACTIONS(516), + [anon_sym_u2349] = ACTIONS(516), + [anon_sym_rise] = ACTIONS(516), + [anon_sym_u234f] = ACTIONS(516), + [anon_sym_fall] = ACTIONS(516), + [anon_sym_u2356] = ACTIONS(516), + [anon_sym_where] = ACTIONS(516), + [anon_sym_u229a] = ACTIONS(516), + [anon_sym_classify] = ACTIONS(516), + [anon_sym_u229b] = ACTIONS(516), + [anon_sym_deduplicate] = ACTIONS(516), + [anon_sym_u25f4] = ACTIONS(516), + [anon_sym_box] = ACTIONS(516), + [anon_sym_u25a1] = ACTIONS(516), + [anon_sym_match] = ACTIONS(516), + [anon_sym_u224d] = ACTIONS(516), + [anon_sym_couple] = ACTIONS(516), + [anon_sym_u229f] = ACTIONS(516), + [anon_sym_join] = ACTIONS(516), + [anon_sym_u2282] = ACTIONS(516), + [anon_sym_select] = ACTIONS(516), + [anon_sym_u228f] = ACTIONS(516), + [anon_sym_pick] = ACTIONS(516), + [anon_sym_u22a1] = ACTIONS(516), + [anon_sym_reshape] = ACTIONS(516), + [anon_sym_u21af] = ACTIONS(516), + [anon_sym_take] = ACTIONS(516), + [anon_sym_u2199] = ACTIONS(516), + [anon_sym_drop] = ACTIONS(516), + [anon_sym_u2198] = ACTIONS(516), + [anon_sym_rotate] = ACTIONS(516), + [anon_sym_u21bb] = ACTIONS(516), + [anon_sym_windows] = ACTIONS(516), + [anon_sym_u25eb] = ACTIONS(516), + [anon_sym_keep] = ACTIONS(516), + [anon_sym_u25bd] = ACTIONS(516), + [anon_sym_find] = ACTIONS(516), + [anon_sym_u2315] = ACTIONS(516), + [anon_sym_indexof] = ACTIONS(516), + [anon_sym_u2297] = ACTIONS(516), + [anon_sym_assert] = ACTIONS(516), + [anon_sym_u2364] = ACTIONS(516), + [anon_sym_wait] = ACTIONS(516), + [anon_sym_parse] = ACTIONS(516), + [anon_sym_u22d5] = ACTIONS(516), + [anon_sym_random] = ACTIONS(516), + [anon_sym_u2682] = ACTIONS(516), + [anon_sym_gen] = ACTIONS(516), + [anon_sym_tag] = ACTIONS(516), + [anon_sym_now] = ACTIONS(516), + [anon_sym_type] = ACTIONS(516), + [anon_sym_u2e2e] = ACTIONS(516), + [anon_sym_dump] = ACTIONS(516), + [anon_sym_regex] = ACTIONS(516), + [anon_sym_send] = ACTIONS(516), + [anon_sym_recv] = ACTIONS(516), + [anon_sym_tryrecv] = ACTIONS(516), + [anon_sym_complex] = ACTIONS(516), + [anon_sym_u2102] = ACTIONS(516), + [anon_sym_rerank] = ACTIONS(516), + [anon_sym_u2607] = ACTIONS(516), + [anon_sym_fix] = ACTIONS(516), + [anon_sym_u00a4] = ACTIONS(516), + [anon_sym_QMARK] = ACTIONS(516), + [anon_sym_unique] = ACTIONS(516), + [anon_sym_u25f0] = ACTIONS(516), + [anon_sym_map] = ACTIONS(516), + [anon_sym_has] = ACTIONS(516), + [anon_sym_get] = ACTIONS(516), + [anon_sym_insert] = ACTIONS(516), + [anon_sym_remove] = ACTIONS(516), + [anon_sym_repr] = ACTIONS(516), + [anon_sym_mask] = ACTIONS(516), + [anon_sym_u29b7] = ACTIONS(516), + [anon_sym_csv] = ACTIONS(516), + [anon_sym_json] = ACTIONS(516), + [anon_sym_xlsx] = ACTIONS(516), + [anon_sym_memberOf] = ACTIONS(516), + [anon_sym_u2208] = ACTIONS(516), + [anon_sym_imen] = ACTIONS(516), + [anon_sym_gife] = ACTIONS(516), + [anon_sym_auden] = ACTIONS(516), + [anon_sym_utfu2088] = ACTIONS(516), + [anon_sym_datetime] = ACTIONS(516), + [anon_sym_choose] = ACTIONS(516), + [anon_sym_permute] = ACTIONS(516), + [anon_sym_orient] = ACTIONS(516), + [anon_sym_u2938] = ACTIONS(516), + [anon_sym_fft] = ACTIONS(516), + [anon_sym_graphemes] = ACTIONS(516), + [anon_sym_timezone] = ACTIONS(516), + [anon_sym_around] = ACTIONS(516), + [anon_sym_u2019] = ACTIONS(516), + [anon_sym_base] = ACTIONS(516), + [anon_sym_sort] = ACTIONS(516), + [anon_sym_u2346] = ACTIONS(516), + [anon_sym_last] = ACTIONS(516), + [anon_sym_u22a3] = ACTIONS(516), + [anon_sym_reduce] = ACTIONS(516), + [anon_sym_SLASH] = ACTIONS(516), + [anon_sym_scan] = ACTIONS(516), + [anon_sym_BSLASH] = ACTIONS(516), + [anon_sym_each] = ACTIONS(516), + [anon_sym_u2235] = ACTIONS(516), + [anon_sym_rows] = ACTIONS(516), + [anon_sym_u2261] = ACTIONS(516), + [anon_sym_repeat] = ACTIONS(516), + [anon_sym_u2365] = ACTIONS(516), + [anon_sym_dip] = ACTIONS(516), + [anon_sym_u2299] = ACTIONS(516), + [anon_sym_gap] = ACTIONS(516), + [anon_sym_u22c5] = ACTIONS(516), + [anon_sym_spawn] = ACTIONS(516), + [anon_sym_rectify] = ACTIONS(516), + [anon_sym_u2305] = ACTIONS(516), + [anon_sym_un] = ACTIONS(514), + [anon_sym_u00b0] = ACTIONS(516), + [anon_sym_on] = ACTIONS(514), + [anon_sym_u27dc] = ACTIONS(516), + [anon_sym_inventory] = ACTIONS(516), + [anon_sym_u235a] = ACTIONS(516), + [anon_sym_content] = ACTIONS(516), + [anon_sym_u25c7] = ACTIONS(516), + [anon_sym_pool] = ACTIONS(516), + [anon_sym_stringify] = ACTIONS(516), + [anon_sym_signature] = ACTIONS(516), + [anon_sym_triangle] = ACTIONS(516), + [anon_sym_u25f9] = ACTIONS(516), + [anon_sym_astar] = ACTIONS(516), + [anon_sym_with] = ACTIONS(516), + [anon_sym_u2919] = ACTIONS(516), + [anon_sym_off] = ACTIONS(516), + [anon_sym_u291a] = ACTIONS(516), + [anon_sym_above] = ACTIONS(516), + [anon_sym_u25e0] = ACTIONS(516), + [anon_sym_below] = ACTIONS(516), + [anon_sym_u25e1] = ACTIONS(516), + [anon_sym_anti] = ACTIONS(516), + [anon_sym_u231d] = ACTIONS(516), + [anon_sym_obverse] = ACTIONS(516), + [anon_sym_toples] = ACTIONS(516), + [anon_sym_u29c5] = ACTIONS(516), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(516), + [anon_sym_fold] = ACTIONS(516), + [anon_sym_u2227] = ACTIONS(516), + [anon_sym_table] = ACTIONS(516), + [anon_sym_u229e] = ACTIONS(516), + [anon_sym_group] = ACTIONS(516), + [anon_sym_u2295] = ACTIONS(516), + [anon_sym_partition] = ACTIONS(516), + [anon_sym_u229c] = ACTIONS(516), + [anon_sym_both] = ACTIONS(516), + [anon_sym_u2229] = ACTIONS(516), + [anon_sym_bracket] = ACTIONS(516), + [anon_sym_u2293] = ACTIONS(516), + [anon_sym_fork] = ACTIONS(516), + [anon_sym_u2283] = ACTIONS(516), + [anon_sym_under] = ACTIONS(516), + [anon_sym_u235c] = ACTIONS(516), + [anon_sym_fill] = ACTIONS(516), + [anon_sym_u2b1a] = ACTIONS(516), + [anon_sym_try] = ACTIONS(514), + [anon_sym_u2363] = ACTIONS(516), + [anon_sym_do] = ACTIONS(514), + [anon_sym_u2362] = ACTIONS(516), + [anon_sym_f] = ACTIONS(514), + [anon_sym_by] = ACTIONS(514), + [anon_sym_u22b8] = ACTIONS(516), + [anon_sym_quote] = ACTIONS(516), + [anon_sym_u2765] = ACTIONS(516), + [anon_sym_u2192] = ACTIONS(516), + [anon_sym_u2237] = ACTIONS(516), + [anon_sym_u00b7] = ACTIONS(516), + [anon_sym_u235b] = ACTIONS(516), + [anon_sym_u2302] = ACTIONS(516), + [anon_sym_u21b0] = ACTIONS(516), + [anon_sym_unpack] = ACTIONS(516), + [anon_sym_u2290] = ACTIONS(516), + [anon_sym_u229d] = ACTIONS(516), + [anon_sym_cross] = ACTIONS(516), + [anon_sym_u22a0] = ACTIONS(516), + [anon_sym_SEMI] = ACTIONS(516), + [anon_sym_deal] = ACTIONS(516), + [anon_sym_member] = ACTIONS(514), + [anon_sym_u220a] = ACTIONS(516), + [anon_sym_coordinate] = ACTIONS(516), + [anon_sym_u27d4] = ACTIONS(516), + [anon_sym_u03bb] = ACTIONS(516), + [anon_sym_u22ca] = ACTIONS(516), + [anon_sym_chunk] = ACTIONS(516), + [anon_sym_u2444] = ACTIONS(516), + [anon_sym_setinv] = ACTIONS(516), + [anon_sym_setund] = ACTIONS(516), + [anon_sym_struct] = ACTIONS(516), + [sym__endOfLine] = ACTIONS(516), }, [145] = { - [ts_builtin_sym_end] = ACTIONS(606), - [aux_sym_number_token1] = ACTIONS(604), - [sym_fraction] = ACTIONS(606), - [anon_sym_Days] = ACTIONS(604), - [anon_sym_Months] = ACTIONS(604), - [anon_sym_MonthDays] = ACTIONS(604), - [anon_sym_LeanMonthDays] = ACTIONS(604), - [anon_sym_White] = ACTIONS(604), - [anon_sym_Black] = ACTIONS(604), - [anon_sym_Red] = ACTIONS(604), - [anon_sym_Orange] = ACTIONS(604), - [anon_sym_Yellow] = ACTIONS(604), - [anon_sym_Green] = ACTIONS(604), - [anon_sym_Cyan] = ACTIONS(604), - [anon_sym_Blue] = ACTIONS(604), - [anon_sym_Purple] = ACTIONS(604), - [anon_sym_Magenta] = ACTIONS(604), - [anon_sym_Gay] = ACTIONS(604), - [anon_sym_Lesbian] = ACTIONS(604), - [anon_sym_Bi] = ACTIONS(604), - [anon_sym_Trans] = ACTIONS(604), - [anon_sym_Pan] = ACTIONS(604), - [anon_sym_Ace] = ACTIONS(604), - [anon_sym_Aro] = ACTIONS(604), - [anon_sym_Aroace] = ACTIONS(604), - [anon_sym_Enby] = ACTIONS(604), - [anon_sym_Fluid] = ACTIONS(604), - [anon_sym_Queer] = ACTIONS(604), - [anon_sym_Agender] = ACTIONS(604), - [anon_sym_PrideFlags] = ACTIONS(604), - [anon_sym_PrideFlagNames] = ACTIONS(604), - [anon_sym_True] = ACTIONS(604), - [anon_sym_False] = ACTIONS(604), - [anon_sym_NULL] = ACTIONS(604), - [anon_sym_Logo] = ACTIONS(604), - [anon_sym_Lena] = ACTIONS(604), - [anon_sym_Music] = ACTIONS(604), - [anon_sym_Lorem] = ACTIONS(604), - [anon_sym_Os] = ACTIONS(604), - [anon_sym_Family] = ACTIONS(604), - [anon_sym_Arch] = ACTIONS(604), - [anon_sym_ExeExt] = ACTIONS(604), - [anon_sym_DllExt] = ACTIONS(604), - [anon_sym_Sep] = ACTIONS(604), - [anon_sym_ThisFile] = ACTIONS(604), - [anon_sym_ThisFileName] = ACTIONS(604), - [anon_sym_ThisFileDir] = ACTIONS(604), - [anon_sym_WorkingDir] = ACTIONS(604), - [anon_sym_NumProcs] = ACTIONS(604), - [anon_sym_Planets] = ACTIONS(604), - [anon_sym_Zodiac] = ACTIONS(604), - [anon_sym_Suits] = ACTIONS(604), - [anon_sym_Cards] = ACTIONS(604), - [anon_sym_Chess] = ACTIONS(604), - [anon_sym_Moon] = ACTIONS(604), - [anon_sym_Skin] = ACTIONS(604), - [anon_sym_People] = ACTIONS(604), - [anon_sym_Hair] = ACTIONS(604), - [aux_sym_character_token1] = ACTIONS(606), - [sym_string] = ACTIONS(606), - [sym_multiLineString] = ACTIONS(606), - [sym_identifier] = ACTIONS(604), - [sym_identifierDeprecated] = ACTIONS(604), - [sym_system] = ACTIONS(606), - [sym_comment] = ACTIONS(604), - [sym_openParen] = ACTIONS(606), - [sym_openCurly] = ACTIONS(606), + [aux_sym_number_token1] = ACTIONS(606), + [sym_fraction] = ACTIONS(608), + [anon_sym_Days] = ACTIONS(606), + [anon_sym_Months] = ACTIONS(606), + [anon_sym_MonthDays] = ACTIONS(606), + [anon_sym_LeanMonthDays] = ACTIONS(606), + [anon_sym_White] = ACTIONS(606), + [anon_sym_Black] = ACTIONS(606), + [anon_sym_Red] = ACTIONS(606), + [anon_sym_Orange] = ACTIONS(606), + [anon_sym_Yellow] = ACTIONS(606), + [anon_sym_Green] = ACTIONS(606), + [anon_sym_Cyan] = ACTIONS(606), + [anon_sym_Blue] = ACTIONS(606), + [anon_sym_Purple] = ACTIONS(606), + [anon_sym_Magenta] = ACTIONS(606), + [anon_sym_Gay] = ACTIONS(606), + [anon_sym_Lesbian] = ACTIONS(606), + [anon_sym_Bi] = ACTIONS(606), + [anon_sym_Trans] = ACTIONS(606), + [anon_sym_Pan] = ACTIONS(606), + [anon_sym_Ace] = ACTIONS(606), + [anon_sym_Aro] = ACTIONS(606), + [anon_sym_Aroace] = ACTIONS(606), + [anon_sym_Enby] = ACTIONS(606), + [anon_sym_Fluid] = ACTIONS(606), + [anon_sym_Queer] = ACTIONS(606), + [anon_sym_Agender] = ACTIONS(606), + [anon_sym_PrideFlags] = ACTIONS(606), + [anon_sym_PrideFlagNames] = ACTIONS(606), + [anon_sym_True] = ACTIONS(606), + [anon_sym_False] = ACTIONS(606), + [anon_sym_NULL] = ACTIONS(606), + [anon_sym_Logo] = ACTIONS(606), + [anon_sym_Lena] = ACTIONS(606), + [anon_sym_Music] = ACTIONS(606), + [anon_sym_Lorem] = ACTIONS(606), + [anon_sym_Os] = ACTIONS(606), + [anon_sym_Family] = ACTIONS(606), + [anon_sym_Arch] = ACTIONS(606), + [anon_sym_ExeExt] = ACTIONS(606), + [anon_sym_DllExt] = ACTIONS(606), + [anon_sym_Sep] = ACTIONS(606), + [anon_sym_ThisFile] = ACTIONS(606), + [anon_sym_ThisFileName] = ACTIONS(606), + [anon_sym_ThisFileDir] = ACTIONS(606), + [anon_sym_WorkingDir] = ACTIONS(606), + [anon_sym_NumProcs] = ACTIONS(606), + [anon_sym_Planets] = ACTIONS(606), + [anon_sym_Zodiac] = ACTIONS(606), + [anon_sym_Suits] = ACTIONS(606), + [anon_sym_Cards] = ACTIONS(606), + [anon_sym_Chess] = ACTIONS(606), + [anon_sym_Moon] = ACTIONS(606), + [anon_sym_Skin] = ACTIONS(606), + [anon_sym_People] = ACTIONS(606), + [anon_sym_Hair] = ACTIONS(606), + [anon_sym_Cat] = ACTIONS(606), + [aux_sym_character_token1] = ACTIONS(608), + [sym_string] = ACTIONS(608), + [sym_multiLineString] = ACTIONS(608), + [sym_identifier] = ACTIONS(606), + [sym_identifierDeprecated] = ACTIONS(606), + [sym_system] = ACTIONS(608), + [sym_comment] = ACTIONS(606), + [sym_tripleMinus] = ACTIONS(608), + [sym_openParen] = ACTIONS(608), + [sym_openCurly] = ACTIONS(608), [sym_openBracket] = ACTIONS(606), - [sym_underscore] = ACTIONS(606), - [anon_sym_CARET] = ACTIONS(606), - [anon_sym_SQUOTE] = ACTIONS(604), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(606), - [anon_sym_e] = ACTIONS(604), - [anon_sym_NaN] = ACTIONS(604), - [anon_sym_eta] = ACTIONS(606), - [anon_sym_u03b7] = ACTIONS(604), - [anon_sym_pi] = ACTIONS(604), - [anon_sym_u03c0] = ACTIONS(604), - [anon_sym_tau] = ACTIONS(606), - [anon_sym_u03c4] = ACTIONS(604), - [anon_sym_infinity] = ACTIONS(606), - [anon_sym_u221e] = ACTIONS(606), - [anon_sym_W] = ACTIONS(604), - [anon_sym_i] = ACTIONS(604), - [anon_sym_MaxInt] = ACTIONS(604), - [anon_sym_HexDigits] = ACTIONS(604), - [anon_sym_DOT] = ACTIONS(606), - [anon_sym_COMMA] = ACTIONS(606), - [anon_sym_COLON] = ACTIONS(606), - [anon_sym_u25cc] = ACTIONS(606), - [anon_sym_identity] = ACTIONS(606), - [anon_sym_id] = ACTIONS(604), - [anon_sym_u2218] = ACTIONS(606), - [anon_sym_not] = ACTIONS(606), - [anon_sym_u00ac] = ACTIONS(606), - [anon_sym_sign] = ACTIONS(604), - [anon_sym_u00b1] = ACTIONS(606), - [anon_sym_BQUOTE] = ACTIONS(606), - [anon_sym_u00af] = ACTIONS(604), - [anon_sym_absolutevalue] = ACTIONS(606), - [anon_sym_u2335] = ACTIONS(606), - [anon_sym_sqrt] = ACTIONS(606), - [anon_sym_u221a] = ACTIONS(606), - [anon_sym_sine] = ACTIONS(606), - [anon_sym_u25cb] = ACTIONS(606), - [anon_sym_u223f] = ACTIONS(606), - [anon_sym_floor] = ACTIONS(606), - [anon_sym_u230a] = ACTIONS(606), - [anon_sym_ceiling] = ACTIONS(606), - [anon_sym_u2308] = ACTIONS(606), - [anon_sym_round] = ACTIONS(606), - [anon_sym_u2045] = ACTIONS(606), - [anon_sym_EQ] = ACTIONS(606), - [anon_sym_BANG_EQ] = ACTIONS(606), - [anon_sym_u2260] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(604), - [anon_sym_LT_EQ] = ACTIONS(606), - [anon_sym_u2264] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(604), - [anon_sym_GT_EQ] = ACTIONS(606), - [anon_sym_u2265] = ACTIONS(606), - [anon_sym_PLUS] = ACTIONS(606), + [anon_sym_CARET] = ACTIONS(608), + [anon_sym_SQUOTE] = ACTIONS(606), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(608), + [anon_sym_e] = ACTIONS(606), + [anon_sym_NaN] = ACTIONS(606), + [anon_sym_eta] = ACTIONS(608), + [anon_sym_u03b7] = ACTIONS(606), + [anon_sym_pi] = ACTIONS(606), + [anon_sym_u03c0] = ACTIONS(606), + [anon_sym_tau] = ACTIONS(608), + [anon_sym_u03c4] = ACTIONS(606), + [anon_sym_infinity] = ACTIONS(608), + [anon_sym_u221e] = ACTIONS(608), + [anon_sym_W] = ACTIONS(606), + [anon_sym_i] = ACTIONS(606), + [anon_sym_MaxInt] = ACTIONS(606), + [anon_sym_HexDigits] = ACTIONS(606), + [anon_sym_DOT] = ACTIONS(608), + [anon_sym_COMMA] = ACTIONS(608), + [anon_sym_COLON] = ACTIONS(608), + [anon_sym_u25cc] = ACTIONS(608), + [anon_sym_identity] = ACTIONS(608), + [anon_sym_id] = ACTIONS(606), + [anon_sym_u2218] = ACTIONS(608), + [anon_sym_not] = ACTIONS(608), + [anon_sym_u00ac] = ACTIONS(608), + [anon_sym_sign] = ACTIONS(606), + [anon_sym_u00b1] = ACTIONS(608), + [anon_sym_BQUOTE] = ACTIONS(608), + [anon_sym_u00af] = ACTIONS(606), + [anon_sym_absolutevalue] = ACTIONS(608), + [anon_sym_u2335] = ACTIONS(608), + [anon_sym_sqrt] = ACTIONS(608), + [anon_sym_u221a] = ACTIONS(608), + [anon_sym_sine] = ACTIONS(608), + [anon_sym_u25cb] = ACTIONS(608), + [anon_sym_u223f] = ACTIONS(608), + [anon_sym_floor] = ACTIONS(608), + [anon_sym_u230a] = ACTIONS(608), + [anon_sym_ceiling] = ACTIONS(608), + [anon_sym_u2308] = ACTIONS(608), + [anon_sym_round] = ACTIONS(608), + [anon_sym_u2045] = ACTIONS(608), + [anon_sym_EQ] = ACTIONS(608), + [anon_sym_BANG_EQ] = ACTIONS(608), + [anon_sym_u2260] = ACTIONS(608), + [anon_sym_LT] = ACTIONS(606), + [anon_sym_LT_EQ] = ACTIONS(608), + [anon_sym_u2264] = ACTIONS(608), + [anon_sym_GT] = ACTIONS(606), + [anon_sym_GT_EQ] = ACTIONS(608), + [anon_sym_u2265] = ACTIONS(608), + [anon_sym_PLUS] = ACTIONS(608), [anon_sym_DASH] = ACTIONS(606), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_u00d7] = ACTIONS(606), - [anon_sym_PERCENT] = ACTIONS(606), - [anon_sym_u00f7] = ACTIONS(606), - [anon_sym_modulus] = ACTIONS(606), - [anon_sym_u25ff] = ACTIONS(606), - [anon_sym_power] = ACTIONS(606), - [anon_sym_u207f] = ACTIONS(606), - [anon_sym_logarithm] = ACTIONS(606), - [anon_sym_u2099] = ACTIONS(606), - [anon_sym_minimum] = ACTIONS(606), - [anon_sym_u21a7] = ACTIONS(606), - [anon_sym_maximum] = ACTIONS(606), - [anon_sym_u21a5] = ACTIONS(606), - [anon_sym_atangent] = ACTIONS(606), - [anon_sym_u2220] = ACTIONS(606), - [anon_sym_length] = ACTIONS(606), - [anon_sym_u29fb] = ACTIONS(606), - [anon_sym_shape] = ACTIONS(606), - [anon_sym_u25b3] = ACTIONS(606), - [anon_sym_range] = ACTIONS(606), - [anon_sym_u21e1] = ACTIONS(606), - [anon_sym_first] = ACTIONS(606), - [anon_sym_u22a2] = ACTIONS(606), - [anon_sym_reverse] = ACTIONS(606), - [anon_sym_u21cc] = ACTIONS(606), - [anon_sym_deshape] = ACTIONS(606), - [anon_sym_u266d] = ACTIONS(606), - [anon_sym_bits] = ACTIONS(606), - [anon_sym_u22ef] = ACTIONS(606), - [anon_sym_transpose] = ACTIONS(606), - [anon_sym_u2349] = ACTIONS(606), - [anon_sym_rise] = ACTIONS(606), - [anon_sym_u234f] = ACTIONS(606), - [anon_sym_fall] = ACTIONS(606), - [anon_sym_u2356] = ACTIONS(606), - [anon_sym_where] = ACTIONS(606), - [anon_sym_u229a] = ACTIONS(606), - [anon_sym_classify] = ACTIONS(606), - [anon_sym_u229b] = ACTIONS(606), - [anon_sym_deduplicate] = ACTIONS(606), - [anon_sym_u25f4] = ACTIONS(606), - [anon_sym_box] = ACTIONS(606), - [anon_sym_u25a1] = ACTIONS(606), - [anon_sym_match] = ACTIONS(606), - [anon_sym_u224d] = ACTIONS(606), - [anon_sym_couple] = ACTIONS(606), - [anon_sym_u229f] = ACTIONS(606), - [anon_sym_join] = ACTIONS(606), - [anon_sym_u2282] = ACTIONS(606), - [anon_sym_select] = ACTIONS(606), - [anon_sym_u228f] = ACTIONS(606), - [anon_sym_pick] = ACTIONS(606), - [anon_sym_u22a1] = ACTIONS(606), - [anon_sym_reshape] = ACTIONS(606), - [anon_sym_u21af] = ACTIONS(606), - [anon_sym_take] = ACTIONS(606), - [anon_sym_u2199] = ACTIONS(606), - [anon_sym_drop] = ACTIONS(606), - [anon_sym_u2198] = ACTIONS(606), - [anon_sym_rotate] = ACTIONS(606), - [anon_sym_u21bb] = ACTIONS(606), - [anon_sym_windows] = ACTIONS(606), - [anon_sym_u25eb] = ACTIONS(606), - [anon_sym_keep] = ACTIONS(606), - [anon_sym_u25bd] = ACTIONS(606), - [anon_sym_find] = ACTIONS(606), - [anon_sym_u2315] = ACTIONS(606), - [anon_sym_indexof] = ACTIONS(606), - [anon_sym_u2297] = ACTIONS(606), - [anon_sym_assert] = ACTIONS(606), - [anon_sym_u2364] = ACTIONS(606), - [anon_sym_wait] = ACTIONS(606), - [anon_sym_parse] = ACTIONS(606), - [anon_sym_u22d5] = ACTIONS(606), - [anon_sym_random] = ACTIONS(606), - [anon_sym_u2682] = ACTIONS(606), - [anon_sym_gen] = ACTIONS(606), - [anon_sym_tag] = ACTIONS(606), - [anon_sym_now] = ACTIONS(606), - [anon_sym_type] = ACTIONS(606), - [anon_sym_u2e2e] = ACTIONS(606), - [anon_sym_dump] = ACTIONS(606), - [anon_sym_regex] = ACTIONS(606), - [anon_sym_send] = ACTIONS(606), - [anon_sym_recv] = ACTIONS(606), - [anon_sym_tryrecv] = ACTIONS(606), - [anon_sym_complex] = ACTIONS(606), - [anon_sym_u2102] = ACTIONS(606), - [anon_sym_rerank] = ACTIONS(606), - [anon_sym_u2607] = ACTIONS(606), - [anon_sym_fix] = ACTIONS(606), - [anon_sym_u00a4] = ACTIONS(606), - [anon_sym_QMARK] = ACTIONS(606), - [anon_sym_unique] = ACTIONS(606), - [anon_sym_u25f0] = ACTIONS(606), - [anon_sym_map] = ACTIONS(606), - [anon_sym_has] = ACTIONS(606), - [anon_sym_get] = ACTIONS(606), - [anon_sym_insert] = ACTIONS(606), - [anon_sym_remove] = ACTIONS(606), - [anon_sym_repr] = ACTIONS(606), - [anon_sym_mask] = ACTIONS(606), - [anon_sym_u29b7] = ACTIONS(606), - [anon_sym_csv] = ACTIONS(606), - [anon_sym_json] = ACTIONS(606), - [anon_sym_xlsx] = ACTIONS(606), - [anon_sym_memberOf] = ACTIONS(606), - [anon_sym_u2208] = ACTIONS(606), - [anon_sym_imen] = ACTIONS(606), - [anon_sym_gife] = ACTIONS(606), - [anon_sym_auden] = ACTIONS(606), - [anon_sym_utfu2088] = ACTIONS(606), - [anon_sym_datetime] = ACTIONS(606), - [anon_sym_chunk] = ACTIONS(606), - [anon_sym_u2444] = ACTIONS(606), - [anon_sym_choose] = ACTIONS(606), - [anon_sym_permute] = ACTIONS(606), - [anon_sym_orient] = ACTIONS(606), - [anon_sym_fft] = ACTIONS(606), - [anon_sym_reduce] = ACTIONS(606), - [anon_sym_SLASH] = ACTIONS(606), - [anon_sym_scan] = ACTIONS(606), - [anon_sym_BSLASH] = ACTIONS(606), - [anon_sym_each] = ACTIONS(606), - [anon_sym_u2235] = ACTIONS(606), - [anon_sym_rows] = ACTIONS(606), - [anon_sym_u2261] = ACTIONS(606), - [anon_sym_repeat] = ACTIONS(606), - [anon_sym_u2365] = ACTIONS(606), - [anon_sym_dip] = ACTIONS(606), - [anon_sym_u2299] = ACTIONS(606), - [anon_sym_gap] = ACTIONS(606), - [anon_sym_u22c5] = ACTIONS(606), - [anon_sym_spawn] = ACTIONS(606), - [anon_sym_rectify] = ACTIONS(606), - [anon_sym_u2305] = ACTIONS(606), - [anon_sym_un] = ACTIONS(604), - [anon_sym_u00b0] = ACTIONS(606), - [anon_sym_on] = ACTIONS(604), - [anon_sym_u27dc] = ACTIONS(606), - [anon_sym_inventory] = ACTIONS(606), - [anon_sym_u235a] = ACTIONS(606), - [anon_sym_content] = ACTIONS(606), - [anon_sym_u25c7] = ACTIONS(606), - [anon_sym_pool] = ACTIONS(606), - [anon_sym_stringify] = ACTIONS(606), - [anon_sym_signature] = ACTIONS(606), - [anon_sym_triangle] = ACTIONS(606), - [anon_sym_u25f9] = ACTIONS(606), - [anon_sym_astar] = ACTIONS(606), - [anon_sym_but] = ACTIONS(606), - [anon_sym_u2919] = ACTIONS(606), - [anon_sym_with] = ACTIONS(606), - [anon_sym_u291a] = ACTIONS(606), - [anon_sym_above] = ACTIONS(606), - [anon_sym_u25e0] = ACTIONS(606), - [anon_sym_below] = ACTIONS(606), - [anon_sym_u25e1] = ACTIONS(606), - [anon_sym_fold] = ACTIONS(606), - [anon_sym_u2227] = ACTIONS(606), - [anon_sym_table] = ACTIONS(606), - [anon_sym_u229e] = ACTIONS(606), - [anon_sym_group] = ACTIONS(606), - [anon_sym_u2295] = ACTIONS(606), - [anon_sym_partition] = ACTIONS(606), - [anon_sym_u229c] = ACTIONS(606), - [anon_sym_both] = ACTIONS(606), - [anon_sym_u2229] = ACTIONS(606), - [anon_sym_bracket] = ACTIONS(606), - [anon_sym_u2293] = ACTIONS(606), - [anon_sym_fork] = ACTIONS(606), - [anon_sym_u2283] = ACTIONS(606), - [anon_sym_under] = ACTIONS(606), - [anon_sym_u235c] = ACTIONS(606), - [anon_sym_fill] = ACTIONS(606), - [anon_sym_u2b1a] = ACTIONS(606), - [anon_sym_try] = ACTIONS(604), - [anon_sym_u2363] = ACTIONS(606), - [anon_sym_do] = ACTIONS(604), - [anon_sym_u2362] = ACTIONS(606), - [anon_sym_setinv] = ACTIONS(606), - [anon_sym_setunder] = ACTIONS(606), - [anon_sym_f] = ACTIONS(604), - [anon_sym_by] = ACTIONS(604), - [anon_sym_u22b8] = ACTIONS(606), - [anon_sym_quote] = ACTIONS(606), - [anon_sym_struct] = ACTIONS(606), - [anon_sym_u2765] = ACTIONS(606), - [anon_sym_u2192] = ACTIONS(606), - [anon_sym_u2237] = ACTIONS(606), - [anon_sym_u00b7] = ACTIONS(606), - [anon_sym_u235b] = ACTIONS(606), - [anon_sym_u2302] = ACTIONS(606), - [anon_sym_u21b0] = ACTIONS(606), - [anon_sym_unpack] = ACTIONS(606), - [anon_sym_u2290] = ACTIONS(606), - [anon_sym_u229d] = ACTIONS(606), - [anon_sym_cross] = ACTIONS(606), - [anon_sym_u22a0] = ACTIONS(606), - [anon_sym_SEMI] = ACTIONS(606), - [anon_sym_deal] = ACTIONS(606), - [anon_sym_strands] = ACTIONS(606), - [anon_sym_u203f] = ACTIONS(606), - [anon_sym_member] = ACTIONS(604), - [anon_sym_u220a] = ACTIONS(606), - [anon_sym_coordinate] = ACTIONS(606), - [anon_sym_u27d4] = ACTIONS(606), - [anon_sym_u03bb] = ACTIONS(606), - [anon_sym_u22ca] = ACTIONS(606), - [sym__endOfLine] = ACTIONS(606), + [anon_sym_STAR] = ACTIONS(608), + [anon_sym_u00d7] = ACTIONS(608), + [anon_sym_PERCENT] = ACTIONS(608), + [anon_sym_u00f7] = ACTIONS(608), + [anon_sym_modulus] = ACTIONS(608), + [anon_sym_u25ff] = ACTIONS(608), + [anon_sym_power] = ACTIONS(608), + [anon_sym_u207f] = ACTIONS(608), + [anon_sym_logarithm] = ACTIONS(608), + [anon_sym_u2099] = ACTIONS(608), + [anon_sym_minimum] = ACTIONS(608), + [anon_sym_u21a7] = ACTIONS(608), + [anon_sym_maximum] = ACTIONS(608), + [anon_sym_u21a5] = ACTIONS(608), + [anon_sym_atangent] = ACTIONS(608), + [anon_sym_u2220] = ACTIONS(608), + [anon_sym_length] = ACTIONS(608), + [anon_sym_u29fb] = ACTIONS(608), + [anon_sym_shape] = ACTIONS(608), + [anon_sym_u25b3] = ACTIONS(608), + [anon_sym_range] = ACTIONS(608), + [anon_sym_u21e1] = ACTIONS(608), + [anon_sym_first] = ACTIONS(608), + [anon_sym_u22a2] = ACTIONS(608), + [anon_sym_reverse] = ACTIONS(608), + [anon_sym_u21cc] = ACTIONS(608), + [anon_sym_deshape] = ACTIONS(608), + [anon_sym_u266d] = ACTIONS(608), + [anon_sym_bits] = ACTIONS(608), + [anon_sym_u22ef] = ACTIONS(608), + [anon_sym_transpose] = ACTIONS(608), + [anon_sym_u2349] = ACTIONS(608), + [anon_sym_rise] = ACTIONS(608), + [anon_sym_u234f] = ACTIONS(608), + [anon_sym_fall] = ACTIONS(608), + [anon_sym_u2356] = ACTIONS(608), + [anon_sym_where] = ACTIONS(608), + [anon_sym_u229a] = ACTIONS(608), + [anon_sym_classify] = ACTIONS(608), + [anon_sym_u229b] = ACTIONS(608), + [anon_sym_deduplicate] = ACTIONS(608), + [anon_sym_u25f4] = ACTIONS(608), + [anon_sym_box] = ACTIONS(608), + [anon_sym_u25a1] = ACTIONS(608), + [anon_sym_match] = ACTIONS(608), + [anon_sym_u224d] = ACTIONS(608), + [anon_sym_couple] = ACTIONS(608), + [anon_sym_u229f] = ACTIONS(608), + [anon_sym_join] = ACTIONS(608), + [anon_sym_u2282] = ACTIONS(608), + [anon_sym_select] = ACTIONS(608), + [anon_sym_u228f] = ACTIONS(608), + [anon_sym_pick] = ACTIONS(608), + [anon_sym_u22a1] = ACTIONS(608), + [anon_sym_reshape] = ACTIONS(608), + [anon_sym_u21af] = ACTIONS(608), + [anon_sym_take] = ACTIONS(608), + [anon_sym_u2199] = ACTIONS(608), + [anon_sym_drop] = ACTIONS(608), + [anon_sym_u2198] = ACTIONS(608), + [anon_sym_rotate] = ACTIONS(608), + [anon_sym_u21bb] = ACTIONS(608), + [anon_sym_windows] = ACTIONS(608), + [anon_sym_u25eb] = ACTIONS(608), + [anon_sym_keep] = ACTIONS(608), + [anon_sym_u25bd] = ACTIONS(608), + [anon_sym_find] = ACTIONS(608), + [anon_sym_u2315] = ACTIONS(608), + [anon_sym_indexof] = ACTIONS(608), + [anon_sym_u2297] = ACTIONS(608), + [anon_sym_assert] = ACTIONS(608), + [anon_sym_u2364] = ACTIONS(608), + [anon_sym_wait] = ACTIONS(608), + [anon_sym_parse] = ACTIONS(608), + [anon_sym_u22d5] = ACTIONS(608), + [anon_sym_random] = ACTIONS(608), + [anon_sym_u2682] = ACTIONS(608), + [anon_sym_gen] = ACTIONS(608), + [anon_sym_tag] = ACTIONS(608), + [anon_sym_now] = ACTIONS(608), + [anon_sym_type] = ACTIONS(608), + [anon_sym_u2e2e] = ACTIONS(608), + [anon_sym_dump] = ACTIONS(608), + [anon_sym_regex] = ACTIONS(608), + [anon_sym_send] = ACTIONS(608), + [anon_sym_recv] = ACTIONS(608), + [anon_sym_tryrecv] = ACTIONS(608), + [anon_sym_complex] = ACTIONS(608), + [anon_sym_u2102] = ACTIONS(608), + [anon_sym_rerank] = ACTIONS(608), + [anon_sym_u2607] = ACTIONS(608), + [anon_sym_fix] = ACTIONS(608), + [anon_sym_u00a4] = ACTIONS(608), + [anon_sym_QMARK] = ACTIONS(608), + [anon_sym_unique] = ACTIONS(608), + [anon_sym_u25f0] = ACTIONS(608), + [anon_sym_map] = ACTIONS(608), + [anon_sym_has] = ACTIONS(608), + [anon_sym_get] = ACTIONS(608), + [anon_sym_insert] = ACTIONS(608), + [anon_sym_remove] = ACTIONS(608), + [anon_sym_repr] = ACTIONS(608), + [anon_sym_mask] = ACTIONS(608), + [anon_sym_u29b7] = ACTIONS(608), + [anon_sym_csv] = ACTIONS(608), + [anon_sym_json] = ACTIONS(608), + [anon_sym_xlsx] = ACTIONS(608), + [anon_sym_memberOf] = ACTIONS(608), + [anon_sym_u2208] = ACTIONS(608), + [anon_sym_imen] = ACTIONS(608), + [anon_sym_gife] = ACTIONS(608), + [anon_sym_auden] = ACTIONS(608), + [anon_sym_utfu2088] = ACTIONS(608), + [anon_sym_datetime] = ACTIONS(608), + [anon_sym_choose] = ACTIONS(608), + [anon_sym_permute] = ACTIONS(608), + [anon_sym_orient] = ACTIONS(608), + [anon_sym_u2938] = ACTIONS(608), + [anon_sym_fft] = ACTIONS(608), + [anon_sym_graphemes] = ACTIONS(608), + [anon_sym_timezone] = ACTIONS(608), + [anon_sym_around] = ACTIONS(608), + [anon_sym_u2019] = ACTIONS(608), + [anon_sym_base] = ACTIONS(608), + [anon_sym_sort] = ACTIONS(608), + [anon_sym_u2346] = ACTIONS(608), + [anon_sym_last] = ACTIONS(608), + [anon_sym_u22a3] = ACTIONS(608), + [anon_sym_reduce] = ACTIONS(608), + [anon_sym_SLASH] = ACTIONS(608), + [anon_sym_scan] = ACTIONS(608), + [anon_sym_BSLASH] = ACTIONS(608), + [anon_sym_each] = ACTIONS(608), + [anon_sym_u2235] = ACTIONS(608), + [anon_sym_rows] = ACTIONS(608), + [anon_sym_u2261] = ACTIONS(608), + [anon_sym_repeat] = ACTIONS(608), + [anon_sym_u2365] = ACTIONS(608), + [anon_sym_dip] = ACTIONS(608), + [anon_sym_u2299] = ACTIONS(608), + [anon_sym_gap] = ACTIONS(608), + [anon_sym_u22c5] = ACTIONS(608), + [anon_sym_spawn] = ACTIONS(608), + [anon_sym_rectify] = ACTIONS(608), + [anon_sym_u2305] = ACTIONS(608), + [anon_sym_un] = ACTIONS(606), + [anon_sym_u00b0] = ACTIONS(608), + [anon_sym_on] = ACTIONS(606), + [anon_sym_u27dc] = ACTIONS(608), + [anon_sym_inventory] = ACTIONS(608), + [anon_sym_u235a] = ACTIONS(608), + [anon_sym_content] = ACTIONS(608), + [anon_sym_u25c7] = ACTIONS(608), + [anon_sym_pool] = ACTIONS(608), + [anon_sym_stringify] = ACTIONS(608), + [anon_sym_signature] = ACTIONS(608), + [anon_sym_triangle] = ACTIONS(608), + [anon_sym_u25f9] = ACTIONS(608), + [anon_sym_astar] = ACTIONS(608), + [anon_sym_with] = ACTIONS(608), + [anon_sym_u2919] = ACTIONS(608), + [anon_sym_off] = ACTIONS(608), + [anon_sym_u291a] = ACTIONS(608), + [anon_sym_above] = ACTIONS(608), + [anon_sym_u25e0] = ACTIONS(608), + [anon_sym_below] = ACTIONS(608), + [anon_sym_u25e1] = ACTIONS(608), + [anon_sym_anti] = ACTIONS(608), + [anon_sym_u231d] = ACTIONS(608), + [anon_sym_obverse] = ACTIONS(608), + [anon_sym_toples] = ACTIONS(608), + [anon_sym_u29c5] = ACTIONS(608), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(608), + [anon_sym_fold] = ACTIONS(608), + [anon_sym_u2227] = ACTIONS(608), + [anon_sym_table] = ACTIONS(608), + [anon_sym_u229e] = ACTIONS(608), + [anon_sym_group] = ACTIONS(608), + [anon_sym_u2295] = ACTIONS(608), + [anon_sym_partition] = ACTIONS(608), + [anon_sym_u229c] = ACTIONS(608), + [anon_sym_both] = ACTIONS(608), + [anon_sym_u2229] = ACTIONS(608), + [anon_sym_bracket] = ACTIONS(608), + [anon_sym_u2293] = ACTIONS(608), + [anon_sym_fork] = ACTIONS(608), + [anon_sym_u2283] = ACTIONS(608), + [anon_sym_under] = ACTIONS(608), + [anon_sym_u235c] = ACTIONS(608), + [anon_sym_fill] = ACTIONS(608), + [anon_sym_u2b1a] = ACTIONS(608), + [anon_sym_try] = ACTIONS(606), + [anon_sym_u2363] = ACTIONS(608), + [anon_sym_do] = ACTIONS(606), + [anon_sym_u2362] = ACTIONS(608), + [anon_sym_f] = ACTIONS(606), + [anon_sym_by] = ACTIONS(606), + [anon_sym_u22b8] = ACTIONS(608), + [anon_sym_quote] = ACTIONS(608), + [anon_sym_u2765] = ACTIONS(608), + [anon_sym_u2192] = ACTIONS(608), + [anon_sym_u2237] = ACTIONS(608), + [anon_sym_u00b7] = ACTIONS(608), + [anon_sym_u235b] = ACTIONS(608), + [anon_sym_u2302] = ACTIONS(608), + [anon_sym_u21b0] = ACTIONS(608), + [anon_sym_unpack] = ACTIONS(608), + [anon_sym_u2290] = ACTIONS(608), + [anon_sym_u229d] = ACTIONS(608), + [anon_sym_cross] = ACTIONS(608), + [anon_sym_u22a0] = ACTIONS(608), + [anon_sym_SEMI] = ACTIONS(608), + [anon_sym_deal] = ACTIONS(608), + [anon_sym_member] = ACTIONS(606), + [anon_sym_u220a] = ACTIONS(608), + [anon_sym_coordinate] = ACTIONS(608), + [anon_sym_u27d4] = ACTIONS(608), + [anon_sym_u03bb] = ACTIONS(608), + [anon_sym_u22ca] = ACTIONS(608), + [anon_sym_chunk] = ACTIONS(608), + [anon_sym_u2444] = ACTIONS(608), + [anon_sym_setinv] = ACTIONS(608), + [anon_sym_setund] = ACTIONS(608), + [anon_sym_struct] = ACTIONS(608), + [sym_emptyMultiLineString] = ACTIONS(608), + [sym__endOfLine] = ACTIONS(5), }, [146] = { - [ts_builtin_sym_end] = ACTIONS(582), - [aux_sym_number_token1] = ACTIONS(580), - [sym_fraction] = ACTIONS(582), - [anon_sym_Days] = ACTIONS(580), - [anon_sym_Months] = ACTIONS(580), - [anon_sym_MonthDays] = ACTIONS(580), - [anon_sym_LeanMonthDays] = ACTIONS(580), - [anon_sym_White] = ACTIONS(580), - [anon_sym_Black] = ACTIONS(580), - [anon_sym_Red] = ACTIONS(580), - [anon_sym_Orange] = ACTIONS(580), - [anon_sym_Yellow] = ACTIONS(580), - [anon_sym_Green] = ACTIONS(580), - [anon_sym_Cyan] = ACTIONS(580), - [anon_sym_Blue] = ACTIONS(580), - [anon_sym_Purple] = ACTIONS(580), - [anon_sym_Magenta] = ACTIONS(580), - [anon_sym_Gay] = ACTIONS(580), - [anon_sym_Lesbian] = ACTIONS(580), - [anon_sym_Bi] = ACTIONS(580), - [anon_sym_Trans] = ACTIONS(580), - [anon_sym_Pan] = ACTIONS(580), - [anon_sym_Ace] = ACTIONS(580), - [anon_sym_Aro] = ACTIONS(580), - [anon_sym_Aroace] = ACTIONS(580), - [anon_sym_Enby] = ACTIONS(580), - [anon_sym_Fluid] = ACTIONS(580), - [anon_sym_Queer] = ACTIONS(580), - [anon_sym_Agender] = ACTIONS(580), - [anon_sym_PrideFlags] = ACTIONS(580), - [anon_sym_PrideFlagNames] = ACTIONS(580), - [anon_sym_True] = ACTIONS(580), - [anon_sym_False] = ACTIONS(580), - [anon_sym_NULL] = ACTIONS(580), - [anon_sym_Logo] = ACTIONS(580), - [anon_sym_Lena] = ACTIONS(580), - [anon_sym_Music] = ACTIONS(580), - [anon_sym_Lorem] = ACTIONS(580), - [anon_sym_Os] = ACTIONS(580), - [anon_sym_Family] = ACTIONS(580), - [anon_sym_Arch] = ACTIONS(580), - [anon_sym_ExeExt] = ACTIONS(580), - [anon_sym_DllExt] = ACTIONS(580), - [anon_sym_Sep] = ACTIONS(580), - [anon_sym_ThisFile] = ACTIONS(580), - [anon_sym_ThisFileName] = ACTIONS(580), - [anon_sym_ThisFileDir] = ACTIONS(580), - [anon_sym_WorkingDir] = ACTIONS(580), - [anon_sym_NumProcs] = ACTIONS(580), - [anon_sym_Planets] = ACTIONS(580), - [anon_sym_Zodiac] = ACTIONS(580), - [anon_sym_Suits] = ACTIONS(580), - [anon_sym_Cards] = ACTIONS(580), - [anon_sym_Chess] = ACTIONS(580), - [anon_sym_Moon] = ACTIONS(580), - [anon_sym_Skin] = ACTIONS(580), - [anon_sym_People] = ACTIONS(580), - [anon_sym_Hair] = ACTIONS(580), - [aux_sym_character_token1] = ACTIONS(582), - [sym_string] = ACTIONS(582), - [sym_multiLineString] = ACTIONS(582), - [sym_identifier] = ACTIONS(580), - [sym_identifierDeprecated] = ACTIONS(580), - [sym_system] = ACTIONS(582), - [sym_comment] = ACTIONS(580), - [sym_openParen] = ACTIONS(582), - [sym_openCurly] = ACTIONS(582), - [sym_openBracket] = ACTIONS(582), - [sym_underscore] = ACTIONS(582), - [anon_sym_CARET] = ACTIONS(582), - [anon_sym_SQUOTE] = ACTIONS(580), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(582), - [anon_sym_e] = ACTIONS(580), - [anon_sym_NaN] = ACTIONS(580), - [anon_sym_eta] = ACTIONS(582), - [anon_sym_u03b7] = ACTIONS(580), - [anon_sym_pi] = ACTIONS(580), - [anon_sym_u03c0] = ACTIONS(580), - [anon_sym_tau] = ACTIONS(582), - [anon_sym_u03c4] = ACTIONS(580), - [anon_sym_infinity] = ACTIONS(582), - [anon_sym_u221e] = ACTIONS(582), - [anon_sym_W] = ACTIONS(580), - [anon_sym_i] = ACTIONS(580), - [anon_sym_MaxInt] = ACTIONS(580), - [anon_sym_HexDigits] = ACTIONS(580), - [anon_sym_DOT] = ACTIONS(582), - [anon_sym_COMMA] = ACTIONS(582), - [anon_sym_COLON] = ACTIONS(582), - [anon_sym_u25cc] = ACTIONS(582), - [anon_sym_identity] = ACTIONS(582), - [anon_sym_id] = ACTIONS(580), - [anon_sym_u2218] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_u00ac] = ACTIONS(582), - [anon_sym_sign] = ACTIONS(580), - [anon_sym_u00b1] = ACTIONS(582), - [anon_sym_BQUOTE] = ACTIONS(582), - [anon_sym_u00af] = ACTIONS(580), - [anon_sym_absolutevalue] = ACTIONS(582), - [anon_sym_u2335] = ACTIONS(582), - [anon_sym_sqrt] = ACTIONS(582), - [anon_sym_u221a] = ACTIONS(582), - [anon_sym_sine] = ACTIONS(582), - [anon_sym_u25cb] = ACTIONS(582), - [anon_sym_u223f] = ACTIONS(582), - [anon_sym_floor] = ACTIONS(582), - [anon_sym_u230a] = ACTIONS(582), - [anon_sym_ceiling] = ACTIONS(582), - [anon_sym_u2308] = ACTIONS(582), - [anon_sym_round] = ACTIONS(582), - [anon_sym_u2045] = ACTIONS(582), - [anon_sym_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_u2260] = ACTIONS(582), - [anon_sym_LT] = ACTIONS(580), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_u2264] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(580), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_u2265] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_u00d7] = ACTIONS(582), - [anon_sym_PERCENT] = ACTIONS(582), - [anon_sym_u00f7] = ACTIONS(582), - [anon_sym_modulus] = ACTIONS(582), - [anon_sym_u25ff] = ACTIONS(582), - [anon_sym_power] = ACTIONS(582), - [anon_sym_u207f] = ACTIONS(582), - [anon_sym_logarithm] = ACTIONS(582), - [anon_sym_u2099] = ACTIONS(582), - [anon_sym_minimum] = ACTIONS(582), - [anon_sym_u21a7] = ACTIONS(582), - [anon_sym_maximum] = ACTIONS(582), - [anon_sym_u21a5] = ACTIONS(582), - [anon_sym_atangent] = ACTIONS(582), - [anon_sym_u2220] = ACTIONS(582), - [anon_sym_length] = ACTIONS(582), - [anon_sym_u29fb] = ACTIONS(582), - [anon_sym_shape] = ACTIONS(582), - [anon_sym_u25b3] = ACTIONS(582), - [anon_sym_range] = ACTIONS(582), - [anon_sym_u21e1] = ACTIONS(582), - [anon_sym_first] = ACTIONS(582), - [anon_sym_u22a2] = ACTIONS(582), - [anon_sym_reverse] = ACTIONS(582), - [anon_sym_u21cc] = ACTIONS(582), - [anon_sym_deshape] = ACTIONS(582), - [anon_sym_u266d] = ACTIONS(582), - [anon_sym_bits] = ACTIONS(582), - [anon_sym_u22ef] = ACTIONS(582), - [anon_sym_transpose] = ACTIONS(582), - [anon_sym_u2349] = ACTIONS(582), - [anon_sym_rise] = ACTIONS(582), - [anon_sym_u234f] = ACTIONS(582), - [anon_sym_fall] = ACTIONS(582), - [anon_sym_u2356] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_u229a] = ACTIONS(582), - [anon_sym_classify] = ACTIONS(582), - [anon_sym_u229b] = ACTIONS(582), - [anon_sym_deduplicate] = ACTIONS(582), - [anon_sym_u25f4] = ACTIONS(582), - [anon_sym_box] = ACTIONS(582), - [anon_sym_u25a1] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_u224d] = ACTIONS(582), - [anon_sym_couple] = ACTIONS(582), - [anon_sym_u229f] = ACTIONS(582), - [anon_sym_join] = ACTIONS(582), - [anon_sym_u2282] = ACTIONS(582), - [anon_sym_select] = ACTIONS(582), - [anon_sym_u228f] = ACTIONS(582), - [anon_sym_pick] = ACTIONS(582), - [anon_sym_u22a1] = ACTIONS(582), - [anon_sym_reshape] = ACTIONS(582), - [anon_sym_u21af] = ACTIONS(582), - [anon_sym_take] = ACTIONS(582), - [anon_sym_u2199] = ACTIONS(582), - [anon_sym_drop] = ACTIONS(582), - [anon_sym_u2198] = ACTIONS(582), - [anon_sym_rotate] = ACTIONS(582), - [anon_sym_u21bb] = ACTIONS(582), - [anon_sym_windows] = ACTIONS(582), - [anon_sym_u25eb] = ACTIONS(582), - [anon_sym_keep] = ACTIONS(582), - [anon_sym_u25bd] = ACTIONS(582), - [anon_sym_find] = ACTIONS(582), - [anon_sym_u2315] = ACTIONS(582), - [anon_sym_indexof] = ACTIONS(582), - [anon_sym_u2297] = ACTIONS(582), - [anon_sym_assert] = ACTIONS(582), - [anon_sym_u2364] = ACTIONS(582), - [anon_sym_wait] = ACTIONS(582), - [anon_sym_parse] = ACTIONS(582), - [anon_sym_u22d5] = ACTIONS(582), - [anon_sym_random] = ACTIONS(582), - [anon_sym_u2682] = ACTIONS(582), - [anon_sym_gen] = ACTIONS(582), - [anon_sym_tag] = ACTIONS(582), - [anon_sym_now] = ACTIONS(582), - [anon_sym_type] = ACTIONS(582), - [anon_sym_u2e2e] = ACTIONS(582), - [anon_sym_dump] = ACTIONS(582), - [anon_sym_regex] = ACTIONS(582), - [anon_sym_send] = ACTIONS(582), - [anon_sym_recv] = ACTIONS(582), - [anon_sym_tryrecv] = ACTIONS(582), - [anon_sym_complex] = ACTIONS(582), - [anon_sym_u2102] = ACTIONS(582), - [anon_sym_rerank] = ACTIONS(582), - [anon_sym_u2607] = ACTIONS(582), - [anon_sym_fix] = ACTIONS(582), - [anon_sym_u00a4] = ACTIONS(582), - [anon_sym_QMARK] = ACTIONS(582), - [anon_sym_unique] = ACTIONS(582), - [anon_sym_u25f0] = ACTIONS(582), - [anon_sym_map] = ACTIONS(582), - [anon_sym_has] = ACTIONS(582), - [anon_sym_get] = ACTIONS(582), - [anon_sym_insert] = ACTIONS(582), - [anon_sym_remove] = ACTIONS(582), - [anon_sym_repr] = ACTIONS(582), - [anon_sym_mask] = ACTIONS(582), - [anon_sym_u29b7] = ACTIONS(582), - [anon_sym_csv] = ACTIONS(582), - [anon_sym_json] = ACTIONS(582), - [anon_sym_xlsx] = ACTIONS(582), - [anon_sym_memberOf] = ACTIONS(582), - [anon_sym_u2208] = ACTIONS(582), - [anon_sym_imen] = ACTIONS(582), - [anon_sym_gife] = ACTIONS(582), - [anon_sym_auden] = ACTIONS(582), - [anon_sym_utfu2088] = ACTIONS(582), - [anon_sym_datetime] = ACTIONS(582), - [anon_sym_chunk] = ACTIONS(582), - [anon_sym_u2444] = ACTIONS(582), - [anon_sym_choose] = ACTIONS(582), - [anon_sym_permute] = ACTIONS(582), - [anon_sym_orient] = ACTIONS(582), - [anon_sym_fft] = ACTIONS(582), - [anon_sym_reduce] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_scan] = ACTIONS(582), - [anon_sym_BSLASH] = ACTIONS(582), - [anon_sym_each] = ACTIONS(582), - [anon_sym_u2235] = ACTIONS(582), - [anon_sym_rows] = ACTIONS(582), - [anon_sym_u2261] = ACTIONS(582), - [anon_sym_repeat] = ACTIONS(582), - [anon_sym_u2365] = ACTIONS(582), - [anon_sym_dip] = ACTIONS(582), - [anon_sym_u2299] = ACTIONS(582), - [anon_sym_gap] = ACTIONS(582), - [anon_sym_u22c5] = ACTIONS(582), - [anon_sym_spawn] = ACTIONS(582), - [anon_sym_rectify] = ACTIONS(582), - [anon_sym_u2305] = ACTIONS(582), - [anon_sym_un] = ACTIONS(580), - [anon_sym_u00b0] = ACTIONS(582), - [anon_sym_on] = ACTIONS(580), - [anon_sym_u27dc] = ACTIONS(582), - [anon_sym_inventory] = ACTIONS(582), - [anon_sym_u235a] = ACTIONS(582), - [anon_sym_content] = ACTIONS(582), - [anon_sym_u25c7] = ACTIONS(582), - [anon_sym_pool] = ACTIONS(582), - [anon_sym_stringify] = ACTIONS(582), - [anon_sym_signature] = ACTIONS(582), - [anon_sym_triangle] = ACTIONS(582), - [anon_sym_u25f9] = ACTIONS(582), - [anon_sym_astar] = ACTIONS(582), - [anon_sym_but] = ACTIONS(582), - [anon_sym_u2919] = ACTIONS(582), - [anon_sym_with] = ACTIONS(582), - [anon_sym_u291a] = ACTIONS(582), - [anon_sym_above] = ACTIONS(582), - [anon_sym_u25e0] = ACTIONS(582), - [anon_sym_below] = ACTIONS(582), - [anon_sym_u25e1] = ACTIONS(582), - [anon_sym_fold] = ACTIONS(582), - [anon_sym_u2227] = ACTIONS(582), - [anon_sym_table] = ACTIONS(582), - [anon_sym_u229e] = ACTIONS(582), - [anon_sym_group] = ACTIONS(582), - [anon_sym_u2295] = ACTIONS(582), - [anon_sym_partition] = ACTIONS(582), - [anon_sym_u229c] = ACTIONS(582), - [anon_sym_both] = ACTIONS(582), - [anon_sym_u2229] = ACTIONS(582), - [anon_sym_bracket] = ACTIONS(582), - [anon_sym_u2293] = ACTIONS(582), - [anon_sym_fork] = ACTIONS(582), - [anon_sym_u2283] = ACTIONS(582), - [anon_sym_under] = ACTIONS(582), - [anon_sym_u235c] = ACTIONS(582), - [anon_sym_fill] = ACTIONS(582), - [anon_sym_u2b1a] = ACTIONS(582), - [anon_sym_try] = ACTIONS(580), - [anon_sym_u2363] = ACTIONS(582), - [anon_sym_do] = ACTIONS(580), - [anon_sym_u2362] = ACTIONS(582), - [anon_sym_setinv] = ACTIONS(582), - [anon_sym_setunder] = ACTIONS(582), - [anon_sym_f] = ACTIONS(580), - [anon_sym_by] = ACTIONS(580), - [anon_sym_u22b8] = ACTIONS(582), - [anon_sym_quote] = ACTIONS(582), - [anon_sym_struct] = ACTIONS(582), - [anon_sym_u2765] = ACTIONS(582), - [anon_sym_u2192] = ACTIONS(582), - [anon_sym_u2237] = ACTIONS(582), - [anon_sym_u00b7] = ACTIONS(582), - [anon_sym_u235b] = ACTIONS(582), - [anon_sym_u2302] = ACTIONS(582), - [anon_sym_u21b0] = ACTIONS(582), - [anon_sym_unpack] = ACTIONS(582), - [anon_sym_u2290] = ACTIONS(582), - [anon_sym_u229d] = ACTIONS(582), - [anon_sym_cross] = ACTIONS(582), - [anon_sym_u22a0] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_deal] = ACTIONS(582), - [anon_sym_strands] = ACTIONS(582), - [anon_sym_u203f] = ACTIONS(582), - [anon_sym_member] = ACTIONS(580), - [anon_sym_u220a] = ACTIONS(582), - [anon_sym_coordinate] = ACTIONS(582), - [anon_sym_u27d4] = ACTIONS(582), - [anon_sym_u03bb] = ACTIONS(582), - [anon_sym_u22ca] = ACTIONS(582), - [sym__endOfLine] = ACTIONS(582), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(642), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [sym__endOfLine] = ACTIONS(5), }, [147] = { - [ts_builtin_sym_end] = ACTIONS(578), - [aux_sym_number_token1] = ACTIONS(576), - [sym_fraction] = ACTIONS(578), - [anon_sym_Days] = ACTIONS(576), - [anon_sym_Months] = ACTIONS(576), - [anon_sym_MonthDays] = ACTIONS(576), - [anon_sym_LeanMonthDays] = ACTIONS(576), - [anon_sym_White] = ACTIONS(576), - [anon_sym_Black] = ACTIONS(576), - [anon_sym_Red] = ACTIONS(576), - [anon_sym_Orange] = ACTIONS(576), - [anon_sym_Yellow] = ACTIONS(576), - [anon_sym_Green] = ACTIONS(576), - [anon_sym_Cyan] = ACTIONS(576), - [anon_sym_Blue] = ACTIONS(576), - [anon_sym_Purple] = ACTIONS(576), - [anon_sym_Magenta] = ACTIONS(576), - [anon_sym_Gay] = ACTIONS(576), - [anon_sym_Lesbian] = ACTIONS(576), - [anon_sym_Bi] = ACTIONS(576), - [anon_sym_Trans] = ACTIONS(576), - [anon_sym_Pan] = ACTIONS(576), - [anon_sym_Ace] = ACTIONS(576), - [anon_sym_Aro] = ACTIONS(576), - [anon_sym_Aroace] = ACTIONS(576), - [anon_sym_Enby] = ACTIONS(576), - [anon_sym_Fluid] = ACTIONS(576), - [anon_sym_Queer] = ACTIONS(576), - [anon_sym_Agender] = ACTIONS(576), - [anon_sym_PrideFlags] = ACTIONS(576), - [anon_sym_PrideFlagNames] = ACTIONS(576), - [anon_sym_True] = ACTIONS(576), - [anon_sym_False] = ACTIONS(576), - [anon_sym_NULL] = ACTIONS(576), - [anon_sym_Logo] = ACTIONS(576), - [anon_sym_Lena] = ACTIONS(576), - [anon_sym_Music] = ACTIONS(576), - [anon_sym_Lorem] = ACTIONS(576), - [anon_sym_Os] = ACTIONS(576), - [anon_sym_Family] = ACTIONS(576), - [anon_sym_Arch] = ACTIONS(576), - [anon_sym_ExeExt] = ACTIONS(576), - [anon_sym_DllExt] = ACTIONS(576), - [anon_sym_Sep] = ACTIONS(576), - [anon_sym_ThisFile] = ACTIONS(576), - [anon_sym_ThisFileName] = ACTIONS(576), - [anon_sym_ThisFileDir] = ACTIONS(576), - [anon_sym_WorkingDir] = ACTIONS(576), - [anon_sym_NumProcs] = ACTIONS(576), - [anon_sym_Planets] = ACTIONS(576), - [anon_sym_Zodiac] = ACTIONS(576), - [anon_sym_Suits] = ACTIONS(576), - [anon_sym_Cards] = ACTIONS(576), - [anon_sym_Chess] = ACTIONS(576), - [anon_sym_Moon] = ACTIONS(576), - [anon_sym_Skin] = ACTIONS(576), - [anon_sym_People] = ACTIONS(576), - [anon_sym_Hair] = ACTIONS(576), - [aux_sym_character_token1] = ACTIONS(578), - [sym_string] = ACTIONS(578), - [sym_multiLineString] = ACTIONS(578), - [sym_identifier] = ACTIONS(576), - [sym_identifierDeprecated] = ACTIONS(576), - [sym_system] = ACTIONS(578), - [sym_comment] = ACTIONS(576), - [sym_openParen] = ACTIONS(578), - [sym_openCurly] = ACTIONS(578), - [sym_openBracket] = ACTIONS(578), - [sym_underscore] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [anon_sym_SQUOTE] = ACTIONS(576), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(578), - [anon_sym_e] = ACTIONS(576), - [anon_sym_NaN] = ACTIONS(576), - [anon_sym_eta] = ACTIONS(578), - [anon_sym_u03b7] = ACTIONS(576), - [anon_sym_pi] = ACTIONS(576), - [anon_sym_u03c0] = ACTIONS(576), - [anon_sym_tau] = ACTIONS(578), - [anon_sym_u03c4] = ACTIONS(576), - [anon_sym_infinity] = ACTIONS(578), - [anon_sym_u221e] = ACTIONS(578), - [anon_sym_W] = ACTIONS(576), - [anon_sym_i] = ACTIONS(576), - [anon_sym_MaxInt] = ACTIONS(576), - [anon_sym_HexDigits] = ACTIONS(576), - [anon_sym_DOT] = ACTIONS(578), - [anon_sym_COMMA] = ACTIONS(578), - [anon_sym_COLON] = ACTIONS(578), - [anon_sym_u25cc] = ACTIONS(578), - [anon_sym_identity] = ACTIONS(578), - [anon_sym_id] = ACTIONS(576), - [anon_sym_u2218] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_u00ac] = ACTIONS(578), - [anon_sym_sign] = ACTIONS(576), - [anon_sym_u00b1] = ACTIONS(578), - [anon_sym_BQUOTE] = ACTIONS(578), - [anon_sym_u00af] = ACTIONS(576), - [anon_sym_absolutevalue] = ACTIONS(578), - [anon_sym_u2335] = ACTIONS(578), - [anon_sym_sqrt] = ACTIONS(578), - [anon_sym_u221a] = ACTIONS(578), - [anon_sym_sine] = ACTIONS(578), - [anon_sym_u25cb] = ACTIONS(578), - [anon_sym_u223f] = ACTIONS(578), - [anon_sym_floor] = ACTIONS(578), - [anon_sym_u230a] = ACTIONS(578), - [anon_sym_ceiling] = ACTIONS(578), - [anon_sym_u2308] = ACTIONS(578), - [anon_sym_round] = ACTIONS(578), - [anon_sym_u2045] = ACTIONS(578), - [anon_sym_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_u2260] = ACTIONS(578), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_u2264] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(576), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_u2265] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_u00d7] = ACTIONS(578), - [anon_sym_PERCENT] = ACTIONS(578), - [anon_sym_u00f7] = ACTIONS(578), - [anon_sym_modulus] = ACTIONS(578), - [anon_sym_u25ff] = ACTIONS(578), - [anon_sym_power] = ACTIONS(578), - [anon_sym_u207f] = ACTIONS(578), - [anon_sym_logarithm] = ACTIONS(578), - [anon_sym_u2099] = ACTIONS(578), - [anon_sym_minimum] = ACTIONS(578), - [anon_sym_u21a7] = ACTIONS(578), - [anon_sym_maximum] = ACTIONS(578), - [anon_sym_u21a5] = ACTIONS(578), - [anon_sym_atangent] = ACTIONS(578), - [anon_sym_u2220] = ACTIONS(578), - [anon_sym_length] = ACTIONS(578), - [anon_sym_u29fb] = ACTIONS(578), - [anon_sym_shape] = ACTIONS(578), - [anon_sym_u25b3] = ACTIONS(578), - [anon_sym_range] = ACTIONS(578), - [anon_sym_u21e1] = ACTIONS(578), - [anon_sym_first] = ACTIONS(578), - [anon_sym_u22a2] = ACTIONS(578), - [anon_sym_reverse] = ACTIONS(578), - [anon_sym_u21cc] = ACTIONS(578), - [anon_sym_deshape] = ACTIONS(578), - [anon_sym_u266d] = ACTIONS(578), - [anon_sym_bits] = ACTIONS(578), - [anon_sym_u22ef] = ACTIONS(578), - [anon_sym_transpose] = ACTIONS(578), - [anon_sym_u2349] = ACTIONS(578), - [anon_sym_rise] = ACTIONS(578), - [anon_sym_u234f] = ACTIONS(578), - [anon_sym_fall] = ACTIONS(578), - [anon_sym_u2356] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_u229a] = ACTIONS(578), - [anon_sym_classify] = ACTIONS(578), - [anon_sym_u229b] = ACTIONS(578), - [anon_sym_deduplicate] = ACTIONS(578), - [anon_sym_u25f4] = ACTIONS(578), - [anon_sym_box] = ACTIONS(578), - [anon_sym_u25a1] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_u224d] = ACTIONS(578), - [anon_sym_couple] = ACTIONS(578), - [anon_sym_u229f] = ACTIONS(578), - [anon_sym_join] = ACTIONS(578), - [anon_sym_u2282] = ACTIONS(578), - [anon_sym_select] = ACTIONS(578), - [anon_sym_u228f] = ACTIONS(578), - [anon_sym_pick] = ACTIONS(578), - [anon_sym_u22a1] = ACTIONS(578), - [anon_sym_reshape] = ACTIONS(578), - [anon_sym_u21af] = ACTIONS(578), - [anon_sym_take] = ACTIONS(578), - [anon_sym_u2199] = ACTIONS(578), - [anon_sym_drop] = ACTIONS(578), - [anon_sym_u2198] = ACTIONS(578), - [anon_sym_rotate] = ACTIONS(578), - [anon_sym_u21bb] = ACTIONS(578), - [anon_sym_windows] = ACTIONS(578), - [anon_sym_u25eb] = ACTIONS(578), - [anon_sym_keep] = ACTIONS(578), - [anon_sym_u25bd] = ACTIONS(578), - [anon_sym_find] = ACTIONS(578), - [anon_sym_u2315] = ACTIONS(578), - [anon_sym_indexof] = ACTIONS(578), - [anon_sym_u2297] = ACTIONS(578), - [anon_sym_assert] = ACTIONS(578), - [anon_sym_u2364] = ACTIONS(578), - [anon_sym_wait] = ACTIONS(578), - [anon_sym_parse] = ACTIONS(578), - [anon_sym_u22d5] = ACTIONS(578), - [anon_sym_random] = ACTIONS(578), - [anon_sym_u2682] = ACTIONS(578), - [anon_sym_gen] = ACTIONS(578), - [anon_sym_tag] = ACTIONS(578), - [anon_sym_now] = ACTIONS(578), - [anon_sym_type] = ACTIONS(578), - [anon_sym_u2e2e] = ACTIONS(578), - [anon_sym_dump] = ACTIONS(578), - [anon_sym_regex] = ACTIONS(578), - [anon_sym_send] = ACTIONS(578), - [anon_sym_recv] = ACTIONS(578), - [anon_sym_tryrecv] = ACTIONS(578), - [anon_sym_complex] = ACTIONS(578), - [anon_sym_u2102] = ACTIONS(578), - [anon_sym_rerank] = ACTIONS(578), - [anon_sym_u2607] = ACTIONS(578), - [anon_sym_fix] = ACTIONS(578), - [anon_sym_u00a4] = ACTIONS(578), - [anon_sym_QMARK] = ACTIONS(578), - [anon_sym_unique] = ACTIONS(578), - [anon_sym_u25f0] = ACTIONS(578), - [anon_sym_map] = ACTIONS(578), - [anon_sym_has] = ACTIONS(578), - [anon_sym_get] = ACTIONS(578), - [anon_sym_insert] = ACTIONS(578), - [anon_sym_remove] = ACTIONS(578), - [anon_sym_repr] = ACTIONS(578), - [anon_sym_mask] = ACTIONS(578), - [anon_sym_u29b7] = ACTIONS(578), - [anon_sym_csv] = ACTIONS(578), - [anon_sym_json] = ACTIONS(578), - [anon_sym_xlsx] = ACTIONS(578), - [anon_sym_memberOf] = ACTIONS(578), - [anon_sym_u2208] = ACTIONS(578), - [anon_sym_imen] = ACTIONS(578), - [anon_sym_gife] = ACTIONS(578), - [anon_sym_auden] = ACTIONS(578), - [anon_sym_utfu2088] = ACTIONS(578), - [anon_sym_datetime] = ACTIONS(578), - [anon_sym_chunk] = ACTIONS(578), - [anon_sym_u2444] = ACTIONS(578), - [anon_sym_choose] = ACTIONS(578), - [anon_sym_permute] = ACTIONS(578), - [anon_sym_orient] = ACTIONS(578), - [anon_sym_fft] = ACTIONS(578), - [anon_sym_reduce] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_scan] = ACTIONS(578), - [anon_sym_BSLASH] = ACTIONS(578), - [anon_sym_each] = ACTIONS(578), - [anon_sym_u2235] = ACTIONS(578), - [anon_sym_rows] = ACTIONS(578), - [anon_sym_u2261] = ACTIONS(578), - [anon_sym_repeat] = ACTIONS(578), - [anon_sym_u2365] = ACTIONS(578), - [anon_sym_dip] = ACTIONS(578), - [anon_sym_u2299] = ACTIONS(578), - [anon_sym_gap] = ACTIONS(578), - [anon_sym_u22c5] = ACTIONS(578), - [anon_sym_spawn] = ACTIONS(578), - [anon_sym_rectify] = ACTIONS(578), - [anon_sym_u2305] = ACTIONS(578), - [anon_sym_un] = ACTIONS(576), - [anon_sym_u00b0] = ACTIONS(578), - [anon_sym_on] = ACTIONS(576), - [anon_sym_u27dc] = ACTIONS(578), - [anon_sym_inventory] = ACTIONS(578), - [anon_sym_u235a] = ACTIONS(578), - [anon_sym_content] = ACTIONS(578), - [anon_sym_u25c7] = ACTIONS(578), - [anon_sym_pool] = ACTIONS(578), - [anon_sym_stringify] = ACTIONS(578), - [anon_sym_signature] = ACTIONS(578), - [anon_sym_triangle] = ACTIONS(578), - [anon_sym_u25f9] = ACTIONS(578), - [anon_sym_astar] = ACTIONS(578), - [anon_sym_but] = ACTIONS(578), - [anon_sym_u2919] = ACTIONS(578), - [anon_sym_with] = ACTIONS(578), - [anon_sym_u291a] = ACTIONS(578), - [anon_sym_above] = ACTIONS(578), - [anon_sym_u25e0] = ACTIONS(578), - [anon_sym_below] = ACTIONS(578), - [anon_sym_u25e1] = ACTIONS(578), - [anon_sym_fold] = ACTIONS(578), - [anon_sym_u2227] = ACTIONS(578), - [anon_sym_table] = ACTIONS(578), - [anon_sym_u229e] = ACTIONS(578), - [anon_sym_group] = ACTIONS(578), - [anon_sym_u2295] = ACTIONS(578), - [anon_sym_partition] = ACTIONS(578), - [anon_sym_u229c] = ACTIONS(578), - [anon_sym_both] = ACTIONS(578), - [anon_sym_u2229] = ACTIONS(578), - [anon_sym_bracket] = ACTIONS(578), - [anon_sym_u2293] = ACTIONS(578), - [anon_sym_fork] = ACTIONS(578), - [anon_sym_u2283] = ACTIONS(578), - [anon_sym_under] = ACTIONS(578), - [anon_sym_u235c] = ACTIONS(578), - [anon_sym_fill] = ACTIONS(578), - [anon_sym_u2b1a] = ACTIONS(578), - [anon_sym_try] = ACTIONS(576), - [anon_sym_u2363] = ACTIONS(578), - [anon_sym_do] = ACTIONS(576), - [anon_sym_u2362] = ACTIONS(578), - [anon_sym_setinv] = ACTIONS(578), - [anon_sym_setunder] = ACTIONS(578), - [anon_sym_f] = ACTIONS(576), - [anon_sym_by] = ACTIONS(576), - [anon_sym_u22b8] = ACTIONS(578), - [anon_sym_quote] = ACTIONS(578), - [anon_sym_struct] = ACTIONS(578), - [anon_sym_u2765] = ACTIONS(578), - [anon_sym_u2192] = ACTIONS(578), - [anon_sym_u2237] = ACTIONS(578), - [anon_sym_u00b7] = ACTIONS(578), - [anon_sym_u235b] = ACTIONS(578), - [anon_sym_u2302] = ACTIONS(578), - [anon_sym_u21b0] = ACTIONS(578), - [anon_sym_unpack] = ACTIONS(578), - [anon_sym_u2290] = ACTIONS(578), - [anon_sym_u229d] = ACTIONS(578), - [anon_sym_cross] = ACTIONS(578), - [anon_sym_u22a0] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_deal] = ACTIONS(578), - [anon_sym_strands] = ACTIONS(578), - [anon_sym_u203f] = ACTIONS(578), - [anon_sym_member] = ACTIONS(576), - [anon_sym_u220a] = ACTIONS(578), - [anon_sym_coordinate] = ACTIONS(578), - [anon_sym_u27d4] = ACTIONS(578), - [anon_sym_u03bb] = ACTIONS(578), - [anon_sym_u22ca] = ACTIONS(578), - [sym__endOfLine] = ACTIONS(578), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(644), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [sym__endOfLine] = ACTIONS(5), }, [148] = { - [aux_sym_number_token1] = ACTIONS(660), - [sym_fraction] = ACTIONS(662), - [anon_sym_Days] = ACTIONS(660), - [anon_sym_Months] = ACTIONS(660), - [anon_sym_MonthDays] = ACTIONS(660), - [anon_sym_LeanMonthDays] = ACTIONS(660), - [anon_sym_White] = ACTIONS(660), - [anon_sym_Black] = ACTIONS(660), - [anon_sym_Red] = ACTIONS(660), - [anon_sym_Orange] = ACTIONS(660), - [anon_sym_Yellow] = ACTIONS(660), - [anon_sym_Green] = ACTIONS(660), - [anon_sym_Cyan] = ACTIONS(660), - [anon_sym_Blue] = ACTIONS(660), - [anon_sym_Purple] = ACTIONS(660), - [anon_sym_Magenta] = ACTIONS(660), - [anon_sym_Gay] = ACTIONS(660), - [anon_sym_Lesbian] = ACTIONS(660), - [anon_sym_Bi] = ACTIONS(660), - [anon_sym_Trans] = ACTIONS(660), - [anon_sym_Pan] = ACTIONS(660), - [anon_sym_Ace] = ACTIONS(660), - [anon_sym_Aro] = ACTIONS(660), - [anon_sym_Aroace] = ACTIONS(660), - [anon_sym_Enby] = ACTIONS(660), - [anon_sym_Fluid] = ACTIONS(660), - [anon_sym_Queer] = ACTIONS(660), - [anon_sym_Agender] = ACTIONS(660), - [anon_sym_PrideFlags] = ACTIONS(660), - [anon_sym_PrideFlagNames] = ACTIONS(660), - [anon_sym_True] = ACTIONS(660), - [anon_sym_False] = ACTIONS(660), - [anon_sym_NULL] = ACTIONS(660), - [anon_sym_Logo] = ACTIONS(660), - [anon_sym_Lena] = ACTIONS(660), - [anon_sym_Music] = ACTIONS(660), - [anon_sym_Lorem] = ACTIONS(660), - [anon_sym_Os] = ACTIONS(660), - [anon_sym_Family] = ACTIONS(660), - [anon_sym_Arch] = ACTIONS(660), - [anon_sym_ExeExt] = ACTIONS(660), - [anon_sym_DllExt] = ACTIONS(660), - [anon_sym_Sep] = ACTIONS(660), - [anon_sym_ThisFile] = ACTIONS(660), - [anon_sym_ThisFileName] = ACTIONS(660), - [anon_sym_ThisFileDir] = ACTIONS(660), - [anon_sym_WorkingDir] = ACTIONS(660), - [anon_sym_NumProcs] = ACTIONS(660), - [anon_sym_Planets] = ACTIONS(660), - [anon_sym_Zodiac] = ACTIONS(660), - [anon_sym_Suits] = ACTIONS(660), - [anon_sym_Cards] = ACTIONS(660), - [anon_sym_Chess] = ACTIONS(660), - [anon_sym_Moon] = ACTIONS(660), - [anon_sym_Skin] = ACTIONS(660), - [anon_sym_People] = ACTIONS(660), - [anon_sym_Hair] = ACTIONS(660), - [aux_sym_character_token1] = ACTIONS(662), - [sym_string] = ACTIONS(662), - [sym_multiLineString] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [sym_identifier] = ACTIONS(660), - [sym_identifierDeprecated] = ACTIONS(660), - [sym_system] = ACTIONS(662), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(662), - [sym_openCurly] = ACTIONS(662), - [sym_openBracket] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [anon_sym_SQUOTE] = ACTIONS(660), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(662), - [anon_sym_e] = ACTIONS(660), - [anon_sym_NaN] = ACTIONS(660), - [anon_sym_eta] = ACTIONS(662), - [anon_sym_u03b7] = ACTIONS(660), - [anon_sym_pi] = ACTIONS(660), - [anon_sym_u03c0] = ACTIONS(660), - [anon_sym_tau] = ACTIONS(662), - [anon_sym_u03c4] = ACTIONS(660), - [anon_sym_infinity] = ACTIONS(662), - [anon_sym_u221e] = ACTIONS(662), - [anon_sym_W] = ACTIONS(660), - [anon_sym_i] = ACTIONS(660), - [anon_sym_MaxInt] = ACTIONS(660), - [anon_sym_HexDigits] = ACTIONS(660), - [anon_sym_DOT] = ACTIONS(662), - [anon_sym_COMMA] = ACTIONS(662), - [anon_sym_COLON] = ACTIONS(662), - [anon_sym_u25cc] = ACTIONS(662), - [anon_sym_identity] = ACTIONS(662), - [anon_sym_id] = ACTIONS(660), - [anon_sym_u2218] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_u00ac] = ACTIONS(662), - [anon_sym_sign] = ACTIONS(660), - [anon_sym_u00b1] = ACTIONS(662), - [anon_sym_BQUOTE] = ACTIONS(662), - [anon_sym_u00af] = ACTIONS(660), - [anon_sym_absolutevalue] = ACTIONS(662), - [anon_sym_u2335] = ACTIONS(662), - [anon_sym_sqrt] = ACTIONS(662), - [anon_sym_u221a] = ACTIONS(662), - [anon_sym_sine] = ACTIONS(662), - [anon_sym_u25cb] = ACTIONS(662), - [anon_sym_u223f] = ACTIONS(662), - [anon_sym_floor] = ACTIONS(662), - [anon_sym_u230a] = ACTIONS(662), - [anon_sym_ceiling] = ACTIONS(662), - [anon_sym_u2308] = ACTIONS(662), - [anon_sym_round] = ACTIONS(662), - [anon_sym_u2045] = ACTIONS(662), - [anon_sym_EQ] = ACTIONS(662), - [anon_sym_BANG_EQ] = ACTIONS(662), - [anon_sym_u2260] = ACTIONS(662), - [anon_sym_LT] = ACTIONS(660), - [anon_sym_LT_EQ] = ACTIONS(662), - [anon_sym_u2264] = ACTIONS(662), - [anon_sym_GT] = ACTIONS(660), - [anon_sym_GT_EQ] = ACTIONS(662), - [anon_sym_u2265] = ACTIONS(662), - [anon_sym_PLUS] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_STAR] = ACTIONS(662), - [anon_sym_u00d7] = ACTIONS(662), - [anon_sym_PERCENT] = ACTIONS(662), - [anon_sym_u00f7] = ACTIONS(662), - [anon_sym_modulus] = ACTIONS(662), - [anon_sym_u25ff] = ACTIONS(662), - [anon_sym_power] = ACTIONS(662), - [anon_sym_u207f] = ACTIONS(662), - [anon_sym_logarithm] = ACTIONS(662), - [anon_sym_u2099] = ACTIONS(662), - [anon_sym_minimum] = ACTIONS(662), - [anon_sym_u21a7] = ACTIONS(662), - [anon_sym_maximum] = ACTIONS(662), - [anon_sym_u21a5] = ACTIONS(662), - [anon_sym_atangent] = ACTIONS(662), - [anon_sym_u2220] = ACTIONS(662), - [anon_sym_length] = ACTIONS(662), - [anon_sym_u29fb] = ACTIONS(662), - [anon_sym_shape] = ACTIONS(662), - [anon_sym_u25b3] = ACTIONS(662), - [anon_sym_range] = ACTIONS(662), - [anon_sym_u21e1] = ACTIONS(662), - [anon_sym_first] = ACTIONS(662), - [anon_sym_u22a2] = ACTIONS(662), - [anon_sym_reverse] = ACTIONS(662), - [anon_sym_u21cc] = ACTIONS(662), - [anon_sym_deshape] = ACTIONS(662), - [anon_sym_u266d] = ACTIONS(662), - [anon_sym_bits] = ACTIONS(662), - [anon_sym_u22ef] = ACTIONS(662), - [anon_sym_transpose] = ACTIONS(662), - [anon_sym_u2349] = ACTIONS(662), - [anon_sym_rise] = ACTIONS(662), - [anon_sym_u234f] = ACTIONS(662), - [anon_sym_fall] = ACTIONS(662), - [anon_sym_u2356] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_u229a] = ACTIONS(662), - [anon_sym_classify] = ACTIONS(662), - [anon_sym_u229b] = ACTIONS(662), - [anon_sym_deduplicate] = ACTIONS(662), - [anon_sym_u25f4] = ACTIONS(662), - [anon_sym_box] = ACTIONS(662), - [anon_sym_u25a1] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_u224d] = ACTIONS(662), - [anon_sym_couple] = ACTIONS(662), - [anon_sym_u229f] = ACTIONS(662), - [anon_sym_join] = ACTIONS(662), - [anon_sym_u2282] = ACTIONS(662), - [anon_sym_select] = ACTIONS(662), - [anon_sym_u228f] = ACTIONS(662), - [anon_sym_pick] = ACTIONS(662), - [anon_sym_u22a1] = ACTIONS(662), - [anon_sym_reshape] = ACTIONS(662), - [anon_sym_u21af] = ACTIONS(662), - [anon_sym_take] = ACTIONS(662), - [anon_sym_u2199] = ACTIONS(662), - [anon_sym_drop] = ACTIONS(662), - [anon_sym_u2198] = ACTIONS(662), - [anon_sym_rotate] = ACTIONS(662), - [anon_sym_u21bb] = ACTIONS(662), - [anon_sym_windows] = ACTIONS(662), - [anon_sym_u25eb] = ACTIONS(662), - [anon_sym_keep] = ACTIONS(662), - [anon_sym_u25bd] = ACTIONS(662), - [anon_sym_find] = ACTIONS(662), - [anon_sym_u2315] = ACTIONS(662), - [anon_sym_indexof] = ACTIONS(662), - [anon_sym_u2297] = ACTIONS(662), - [anon_sym_assert] = ACTIONS(662), - [anon_sym_u2364] = ACTIONS(662), - [anon_sym_wait] = ACTIONS(662), - [anon_sym_parse] = ACTIONS(662), - [anon_sym_u22d5] = ACTIONS(662), - [anon_sym_random] = ACTIONS(662), - [anon_sym_u2682] = ACTIONS(662), - [anon_sym_gen] = ACTIONS(662), - [anon_sym_tag] = ACTIONS(662), - [anon_sym_now] = ACTIONS(662), - [anon_sym_type] = ACTIONS(662), - [anon_sym_u2e2e] = ACTIONS(662), - [anon_sym_dump] = ACTIONS(662), - [anon_sym_regex] = ACTIONS(662), - [anon_sym_send] = ACTIONS(662), - [anon_sym_recv] = ACTIONS(662), - [anon_sym_tryrecv] = ACTIONS(662), - [anon_sym_complex] = ACTIONS(662), - [anon_sym_u2102] = ACTIONS(662), - [anon_sym_rerank] = ACTIONS(662), - [anon_sym_u2607] = ACTIONS(662), - [anon_sym_fix] = ACTIONS(662), - [anon_sym_u00a4] = ACTIONS(662), - [anon_sym_QMARK] = ACTIONS(662), - [anon_sym_unique] = ACTIONS(662), - [anon_sym_u25f0] = ACTIONS(662), - [anon_sym_map] = ACTIONS(662), - [anon_sym_has] = ACTIONS(662), - [anon_sym_get] = ACTIONS(662), - [anon_sym_insert] = ACTIONS(662), - [anon_sym_remove] = ACTIONS(662), - [anon_sym_repr] = ACTIONS(662), - [anon_sym_mask] = ACTIONS(662), - [anon_sym_u29b7] = ACTIONS(662), - [anon_sym_csv] = ACTIONS(662), - [anon_sym_json] = ACTIONS(662), - [anon_sym_xlsx] = ACTIONS(662), - [anon_sym_memberOf] = ACTIONS(662), - [anon_sym_u2208] = ACTIONS(662), - [anon_sym_imen] = ACTIONS(662), - [anon_sym_gife] = ACTIONS(662), - [anon_sym_auden] = ACTIONS(662), - [anon_sym_utfu2088] = ACTIONS(662), - [anon_sym_datetime] = ACTIONS(662), - [anon_sym_chunk] = ACTIONS(662), - [anon_sym_u2444] = ACTIONS(662), - [anon_sym_choose] = ACTIONS(662), - [anon_sym_permute] = ACTIONS(662), - [anon_sym_orient] = ACTIONS(662), - [anon_sym_fft] = ACTIONS(662), - [anon_sym_reduce] = ACTIONS(662), - [anon_sym_SLASH] = ACTIONS(662), - [anon_sym_scan] = ACTIONS(662), - [anon_sym_BSLASH] = ACTIONS(662), - [anon_sym_each] = ACTIONS(662), - [anon_sym_u2235] = ACTIONS(662), - [anon_sym_rows] = ACTIONS(662), - [anon_sym_u2261] = ACTIONS(662), - [anon_sym_repeat] = ACTIONS(662), - [anon_sym_u2365] = ACTIONS(662), - [anon_sym_dip] = ACTIONS(662), - [anon_sym_u2299] = ACTIONS(662), - [anon_sym_gap] = ACTIONS(662), - [anon_sym_u22c5] = ACTIONS(662), - [anon_sym_spawn] = ACTIONS(662), - [anon_sym_rectify] = ACTIONS(662), - [anon_sym_u2305] = ACTIONS(662), - [anon_sym_un] = ACTIONS(660), - [anon_sym_u00b0] = ACTIONS(662), - [anon_sym_on] = ACTIONS(660), - [anon_sym_u27dc] = ACTIONS(662), - [anon_sym_inventory] = ACTIONS(662), - [anon_sym_u235a] = ACTIONS(662), - [anon_sym_content] = ACTIONS(662), - [anon_sym_u25c7] = ACTIONS(662), - [anon_sym_pool] = ACTIONS(662), - [anon_sym_stringify] = ACTIONS(662), - [anon_sym_signature] = ACTIONS(662), - [anon_sym_triangle] = ACTIONS(662), - [anon_sym_u25f9] = ACTIONS(662), - [anon_sym_astar] = ACTIONS(662), - [anon_sym_but] = ACTIONS(662), - [anon_sym_u2919] = ACTIONS(662), - [anon_sym_with] = ACTIONS(662), - [anon_sym_u291a] = ACTIONS(662), - [anon_sym_above] = ACTIONS(662), - [anon_sym_u25e0] = ACTIONS(662), - [anon_sym_below] = ACTIONS(662), - [anon_sym_u25e1] = ACTIONS(662), - [anon_sym_fold] = ACTIONS(662), - [anon_sym_u2227] = ACTIONS(662), - [anon_sym_table] = ACTIONS(662), - [anon_sym_u229e] = ACTIONS(662), - [anon_sym_group] = ACTIONS(662), - [anon_sym_u2295] = ACTIONS(662), - [anon_sym_partition] = ACTIONS(662), - [anon_sym_u229c] = ACTIONS(662), - [anon_sym_both] = ACTIONS(662), - [anon_sym_u2229] = ACTIONS(662), - [anon_sym_bracket] = ACTIONS(662), - [anon_sym_u2293] = ACTIONS(662), - [anon_sym_fork] = ACTIONS(662), - [anon_sym_u2283] = ACTIONS(662), - [anon_sym_under] = ACTIONS(662), - [anon_sym_u235c] = ACTIONS(662), - [anon_sym_fill] = ACTIONS(662), - [anon_sym_u2b1a] = ACTIONS(662), - [anon_sym_try] = ACTIONS(660), - [anon_sym_u2363] = ACTIONS(662), - [anon_sym_do] = ACTIONS(660), - [anon_sym_u2362] = ACTIONS(662), - [anon_sym_setinv] = ACTIONS(662), - [anon_sym_setunder] = ACTIONS(662), - [anon_sym_f] = ACTIONS(660), - [anon_sym_by] = ACTIONS(660), - [anon_sym_u22b8] = ACTIONS(662), - [anon_sym_quote] = ACTIONS(662), - [anon_sym_struct] = ACTIONS(662), - [anon_sym_u2765] = ACTIONS(662), - [anon_sym_u2192] = ACTIONS(662), - [anon_sym_u2237] = ACTIONS(662), - [anon_sym_u00b7] = ACTIONS(662), - [anon_sym_u235b] = ACTIONS(662), - [anon_sym_u2302] = ACTIONS(662), - [anon_sym_u21b0] = ACTIONS(662), - [anon_sym_unpack] = ACTIONS(662), - [anon_sym_u2290] = ACTIONS(662), - [anon_sym_u229d] = ACTIONS(662), - [anon_sym_cross] = ACTIONS(662), - [anon_sym_u22a0] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_deal] = ACTIONS(662), - [anon_sym_strands] = ACTIONS(662), - [anon_sym_u203f] = ACTIONS(662), - [anon_sym_member] = ACTIONS(660), - [anon_sym_u220a] = ACTIONS(662), - [anon_sym_coordinate] = ACTIONS(662), - [anon_sym_u27d4] = ACTIONS(662), - [anon_sym_u03bb] = ACTIONS(662), - [anon_sym_u22ca] = ACTIONS(662), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(646), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [149] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(668), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(648), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [150] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_tripleMinus] = ACTIONS(670), - [sym_openParen] = ACTIONS(666), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(650), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [151] = { - [aux_sym_number_token1] = ACTIONS(672), - [sym_fraction] = ACTIONS(674), - [anon_sym_Days] = ACTIONS(672), - [anon_sym_Months] = ACTIONS(672), - [anon_sym_MonthDays] = ACTIONS(672), - [anon_sym_LeanMonthDays] = ACTIONS(672), - [anon_sym_White] = ACTIONS(672), - [anon_sym_Black] = ACTIONS(672), - [anon_sym_Red] = ACTIONS(672), - [anon_sym_Orange] = ACTIONS(672), - [anon_sym_Yellow] = ACTIONS(672), - [anon_sym_Green] = ACTIONS(672), - [anon_sym_Cyan] = ACTIONS(672), - [anon_sym_Blue] = ACTIONS(672), - [anon_sym_Purple] = ACTIONS(672), - [anon_sym_Magenta] = ACTIONS(672), - [anon_sym_Gay] = ACTIONS(672), - [anon_sym_Lesbian] = ACTIONS(672), - [anon_sym_Bi] = ACTIONS(672), - [anon_sym_Trans] = ACTIONS(672), - [anon_sym_Pan] = ACTIONS(672), - [anon_sym_Ace] = ACTIONS(672), - [anon_sym_Aro] = ACTIONS(672), - [anon_sym_Aroace] = ACTIONS(672), - [anon_sym_Enby] = ACTIONS(672), - [anon_sym_Fluid] = ACTIONS(672), - [anon_sym_Queer] = ACTIONS(672), - [anon_sym_Agender] = ACTIONS(672), - [anon_sym_PrideFlags] = ACTIONS(672), - [anon_sym_PrideFlagNames] = ACTIONS(672), - [anon_sym_True] = ACTIONS(672), - [anon_sym_False] = ACTIONS(672), - [anon_sym_NULL] = ACTIONS(672), - [anon_sym_Logo] = ACTIONS(672), - [anon_sym_Lena] = ACTIONS(672), - [anon_sym_Music] = ACTIONS(672), - [anon_sym_Lorem] = ACTIONS(672), - [anon_sym_Os] = ACTIONS(672), - [anon_sym_Family] = ACTIONS(672), - [anon_sym_Arch] = ACTIONS(672), - [anon_sym_ExeExt] = ACTIONS(672), - [anon_sym_DllExt] = ACTIONS(672), - [anon_sym_Sep] = ACTIONS(672), - [anon_sym_ThisFile] = ACTIONS(672), - [anon_sym_ThisFileName] = ACTIONS(672), - [anon_sym_ThisFileDir] = ACTIONS(672), - [anon_sym_WorkingDir] = ACTIONS(672), - [anon_sym_NumProcs] = ACTIONS(672), - [anon_sym_Planets] = ACTIONS(672), - [anon_sym_Zodiac] = ACTIONS(672), - [anon_sym_Suits] = ACTIONS(672), - [anon_sym_Cards] = ACTIONS(672), - [anon_sym_Chess] = ACTIONS(672), - [anon_sym_Moon] = ACTIONS(672), - [anon_sym_Skin] = ACTIONS(672), - [anon_sym_People] = ACTIONS(672), - [anon_sym_Hair] = ACTIONS(672), - [aux_sym_character_token1] = ACTIONS(674), - [sym_string] = ACTIONS(674), - [sym_multiLineString] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [sym_identifier] = ACTIONS(672), - [sym_identifierDeprecated] = ACTIONS(672), - [sym_system] = ACTIONS(674), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(674), - [sym_openCurly] = ACTIONS(674), - [sym_openBracket] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_SQUOTE] = ACTIONS(672), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(674), - [anon_sym_e] = ACTIONS(672), - [anon_sym_NaN] = ACTIONS(672), - [anon_sym_eta] = ACTIONS(674), - [anon_sym_u03b7] = ACTIONS(672), - [anon_sym_pi] = ACTIONS(672), - [anon_sym_u03c0] = ACTIONS(672), - [anon_sym_tau] = ACTIONS(674), - [anon_sym_u03c4] = ACTIONS(672), - [anon_sym_infinity] = ACTIONS(674), - [anon_sym_u221e] = ACTIONS(674), - [anon_sym_W] = ACTIONS(672), - [anon_sym_i] = ACTIONS(672), - [anon_sym_MaxInt] = ACTIONS(672), - [anon_sym_HexDigits] = ACTIONS(672), - [anon_sym_DOT] = ACTIONS(674), - [anon_sym_COMMA] = ACTIONS(674), - [anon_sym_COLON] = ACTIONS(674), - [anon_sym_u25cc] = ACTIONS(674), - [anon_sym_identity] = ACTIONS(674), - [anon_sym_id] = ACTIONS(672), - [anon_sym_u2218] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_u00ac] = ACTIONS(674), - [anon_sym_sign] = ACTIONS(672), - [anon_sym_u00b1] = ACTIONS(674), - [anon_sym_BQUOTE] = ACTIONS(674), - [anon_sym_u00af] = ACTIONS(672), - [anon_sym_absolutevalue] = ACTIONS(674), - [anon_sym_u2335] = ACTIONS(674), - [anon_sym_sqrt] = ACTIONS(674), - [anon_sym_u221a] = ACTIONS(674), - [anon_sym_sine] = ACTIONS(674), - [anon_sym_u25cb] = ACTIONS(674), - [anon_sym_u223f] = ACTIONS(674), - [anon_sym_floor] = ACTIONS(674), - [anon_sym_u230a] = ACTIONS(674), - [anon_sym_ceiling] = ACTIONS(674), - [anon_sym_u2308] = ACTIONS(674), - [anon_sym_round] = ACTIONS(674), - [anon_sym_u2045] = ACTIONS(674), - [anon_sym_EQ] = ACTIONS(674), - [anon_sym_BANG_EQ] = ACTIONS(674), - [anon_sym_u2260] = ACTIONS(674), - [anon_sym_LT] = ACTIONS(672), - [anon_sym_LT_EQ] = ACTIONS(674), - [anon_sym_u2264] = ACTIONS(674), - [anon_sym_GT] = ACTIONS(672), - [anon_sym_GT_EQ] = ACTIONS(674), - [anon_sym_u2265] = ACTIONS(674), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_STAR] = ACTIONS(674), - [anon_sym_u00d7] = ACTIONS(674), - [anon_sym_PERCENT] = ACTIONS(674), - [anon_sym_u00f7] = ACTIONS(674), - [anon_sym_modulus] = ACTIONS(674), - [anon_sym_u25ff] = ACTIONS(674), - [anon_sym_power] = ACTIONS(674), - [anon_sym_u207f] = ACTIONS(674), - [anon_sym_logarithm] = ACTIONS(674), - [anon_sym_u2099] = ACTIONS(674), - [anon_sym_minimum] = ACTIONS(674), - [anon_sym_u21a7] = ACTIONS(674), - [anon_sym_maximum] = ACTIONS(674), - [anon_sym_u21a5] = ACTIONS(674), - [anon_sym_atangent] = ACTIONS(674), - [anon_sym_u2220] = ACTIONS(674), - [anon_sym_length] = ACTIONS(674), - [anon_sym_u29fb] = ACTIONS(674), - [anon_sym_shape] = ACTIONS(674), - [anon_sym_u25b3] = ACTIONS(674), - [anon_sym_range] = ACTIONS(674), - [anon_sym_u21e1] = ACTIONS(674), - [anon_sym_first] = ACTIONS(674), - [anon_sym_u22a2] = ACTIONS(674), - [anon_sym_reverse] = ACTIONS(674), - [anon_sym_u21cc] = ACTIONS(674), - [anon_sym_deshape] = ACTIONS(674), - [anon_sym_u266d] = ACTIONS(674), - [anon_sym_bits] = ACTIONS(674), - [anon_sym_u22ef] = ACTIONS(674), - [anon_sym_transpose] = ACTIONS(674), - [anon_sym_u2349] = ACTIONS(674), - [anon_sym_rise] = ACTIONS(674), - [anon_sym_u234f] = ACTIONS(674), - [anon_sym_fall] = ACTIONS(674), - [anon_sym_u2356] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_u229a] = ACTIONS(674), - [anon_sym_classify] = ACTIONS(674), - [anon_sym_u229b] = ACTIONS(674), - [anon_sym_deduplicate] = ACTIONS(674), - [anon_sym_u25f4] = ACTIONS(674), - [anon_sym_box] = ACTIONS(674), - [anon_sym_u25a1] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_u224d] = ACTIONS(674), - [anon_sym_couple] = ACTIONS(674), - [anon_sym_u229f] = ACTIONS(674), - [anon_sym_join] = ACTIONS(674), - [anon_sym_u2282] = ACTIONS(674), - [anon_sym_select] = ACTIONS(674), - [anon_sym_u228f] = ACTIONS(674), - [anon_sym_pick] = ACTIONS(674), - [anon_sym_u22a1] = ACTIONS(674), - [anon_sym_reshape] = ACTIONS(674), - [anon_sym_u21af] = ACTIONS(674), - [anon_sym_take] = ACTIONS(674), - [anon_sym_u2199] = ACTIONS(674), - [anon_sym_drop] = ACTIONS(674), - [anon_sym_u2198] = ACTIONS(674), - [anon_sym_rotate] = ACTIONS(674), - [anon_sym_u21bb] = ACTIONS(674), - [anon_sym_windows] = ACTIONS(674), - [anon_sym_u25eb] = ACTIONS(674), - [anon_sym_keep] = ACTIONS(674), - [anon_sym_u25bd] = ACTIONS(674), - [anon_sym_find] = ACTIONS(674), - [anon_sym_u2315] = ACTIONS(674), - [anon_sym_indexof] = ACTIONS(674), - [anon_sym_u2297] = ACTIONS(674), - [anon_sym_assert] = ACTIONS(674), - [anon_sym_u2364] = ACTIONS(674), - [anon_sym_wait] = ACTIONS(674), - [anon_sym_parse] = ACTIONS(674), - [anon_sym_u22d5] = ACTIONS(674), - [anon_sym_random] = ACTIONS(674), - [anon_sym_u2682] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_tag] = ACTIONS(674), - [anon_sym_now] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_u2e2e] = ACTIONS(674), - [anon_sym_dump] = ACTIONS(674), - [anon_sym_regex] = ACTIONS(674), - [anon_sym_send] = ACTIONS(674), - [anon_sym_recv] = ACTIONS(674), - [anon_sym_tryrecv] = ACTIONS(674), - [anon_sym_complex] = ACTIONS(674), - [anon_sym_u2102] = ACTIONS(674), - [anon_sym_rerank] = ACTIONS(674), - [anon_sym_u2607] = ACTIONS(674), - [anon_sym_fix] = ACTIONS(674), - [anon_sym_u00a4] = ACTIONS(674), - [anon_sym_QMARK] = ACTIONS(674), - [anon_sym_unique] = ACTIONS(674), - [anon_sym_u25f0] = ACTIONS(674), - [anon_sym_map] = ACTIONS(674), - [anon_sym_has] = ACTIONS(674), - [anon_sym_get] = ACTIONS(674), - [anon_sym_insert] = ACTIONS(674), - [anon_sym_remove] = ACTIONS(674), - [anon_sym_repr] = ACTIONS(674), - [anon_sym_mask] = ACTIONS(674), - [anon_sym_u29b7] = ACTIONS(674), - [anon_sym_csv] = ACTIONS(674), - [anon_sym_json] = ACTIONS(674), - [anon_sym_xlsx] = ACTIONS(674), - [anon_sym_memberOf] = ACTIONS(674), - [anon_sym_u2208] = ACTIONS(674), - [anon_sym_imen] = ACTIONS(674), - [anon_sym_gife] = ACTIONS(674), - [anon_sym_auden] = ACTIONS(674), - [anon_sym_utfu2088] = ACTIONS(674), - [anon_sym_datetime] = ACTIONS(674), - [anon_sym_chunk] = ACTIONS(674), - [anon_sym_u2444] = ACTIONS(674), - [anon_sym_choose] = ACTIONS(674), - [anon_sym_permute] = ACTIONS(674), - [anon_sym_orient] = ACTIONS(674), - [anon_sym_fft] = ACTIONS(674), - [anon_sym_reduce] = ACTIONS(674), - [anon_sym_SLASH] = ACTIONS(674), - [anon_sym_scan] = ACTIONS(674), - [anon_sym_BSLASH] = ACTIONS(674), - [anon_sym_each] = ACTIONS(674), - [anon_sym_u2235] = ACTIONS(674), - [anon_sym_rows] = ACTIONS(674), - [anon_sym_u2261] = ACTIONS(674), - [anon_sym_repeat] = ACTIONS(674), - [anon_sym_u2365] = ACTIONS(674), - [anon_sym_dip] = ACTIONS(674), - [anon_sym_u2299] = ACTIONS(674), - [anon_sym_gap] = ACTIONS(674), - [anon_sym_u22c5] = ACTIONS(674), - [anon_sym_spawn] = ACTIONS(674), - [anon_sym_rectify] = ACTIONS(674), - [anon_sym_u2305] = ACTIONS(674), - [anon_sym_un] = ACTIONS(672), - [anon_sym_u00b0] = ACTIONS(674), - [anon_sym_on] = ACTIONS(672), - [anon_sym_u27dc] = ACTIONS(674), - [anon_sym_inventory] = ACTIONS(674), - [anon_sym_u235a] = ACTIONS(674), - [anon_sym_content] = ACTIONS(674), - [anon_sym_u25c7] = ACTIONS(674), - [anon_sym_pool] = ACTIONS(674), - [anon_sym_stringify] = ACTIONS(674), - [anon_sym_signature] = ACTIONS(674), - [anon_sym_triangle] = ACTIONS(674), - [anon_sym_u25f9] = ACTIONS(674), - [anon_sym_astar] = ACTIONS(674), - [anon_sym_but] = ACTIONS(674), - [anon_sym_u2919] = ACTIONS(674), - [anon_sym_with] = ACTIONS(674), - [anon_sym_u291a] = ACTIONS(674), - [anon_sym_above] = ACTIONS(674), - [anon_sym_u25e0] = ACTIONS(674), - [anon_sym_below] = ACTIONS(674), - [anon_sym_u25e1] = ACTIONS(674), - [anon_sym_fold] = ACTIONS(674), - [anon_sym_u2227] = ACTIONS(674), - [anon_sym_table] = ACTIONS(674), - [anon_sym_u229e] = ACTIONS(674), - [anon_sym_group] = ACTIONS(674), - [anon_sym_u2295] = ACTIONS(674), - [anon_sym_partition] = ACTIONS(674), - [anon_sym_u229c] = ACTIONS(674), - [anon_sym_both] = ACTIONS(674), - [anon_sym_u2229] = ACTIONS(674), - [anon_sym_bracket] = ACTIONS(674), - [anon_sym_u2293] = ACTIONS(674), - [anon_sym_fork] = ACTIONS(674), - [anon_sym_u2283] = ACTIONS(674), - [anon_sym_under] = ACTIONS(674), - [anon_sym_u235c] = ACTIONS(674), - [anon_sym_fill] = ACTIONS(674), - [anon_sym_u2b1a] = ACTIONS(674), - [anon_sym_try] = ACTIONS(672), - [anon_sym_u2363] = ACTIONS(674), - [anon_sym_do] = ACTIONS(672), - [anon_sym_u2362] = ACTIONS(674), - [anon_sym_setinv] = ACTIONS(674), - [anon_sym_setunder] = ACTIONS(674), - [anon_sym_f] = ACTIONS(672), - [anon_sym_by] = ACTIONS(672), - [anon_sym_u22b8] = ACTIONS(674), - [anon_sym_quote] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_u2765] = ACTIONS(674), - [anon_sym_u2192] = ACTIONS(674), - [anon_sym_u2237] = ACTIONS(674), - [anon_sym_u00b7] = ACTIONS(674), - [anon_sym_u235b] = ACTIONS(674), - [anon_sym_u2302] = ACTIONS(674), - [anon_sym_u21b0] = ACTIONS(674), - [anon_sym_unpack] = ACTIONS(674), - [anon_sym_u2290] = ACTIONS(674), - [anon_sym_u229d] = ACTIONS(674), - [anon_sym_cross] = ACTIONS(674), - [anon_sym_u22a0] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_deal] = ACTIONS(674), - [anon_sym_strands] = ACTIONS(674), - [anon_sym_u203f] = ACTIONS(674), - [anon_sym_member] = ACTIONS(672), - [anon_sym_u220a] = ACTIONS(674), - [anon_sym_coordinate] = ACTIONS(674), - [anon_sym_u27d4] = ACTIONS(674), - [anon_sym_u03bb] = ACTIONS(674), - [anon_sym_u22ca] = ACTIONS(674), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(652), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [152] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(676), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(654), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [153] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(678), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(656), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [154] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(680), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(658), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [155] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(682), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(660), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [156] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(684), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(662), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [157] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(686), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_tripleMinus] = ACTIONS(664), + [sym_openParen] = ACTIONS(640), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(638), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [158] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(688), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(666), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [159] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(690), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_tripleMinus] = ACTIONS(668), + [sym_openParen] = ACTIONS(640), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(638), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [160] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(692), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(670), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [161] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(694), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(672), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [162] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(696), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_closeParen] = ACTIONS(674), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [163] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(698), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(676), + [sym_fraction] = ACTIONS(678), + [anon_sym_Days] = ACTIONS(676), + [anon_sym_Months] = ACTIONS(676), + [anon_sym_MonthDays] = ACTIONS(676), + [anon_sym_LeanMonthDays] = ACTIONS(676), + [anon_sym_White] = ACTIONS(676), + [anon_sym_Black] = ACTIONS(676), + [anon_sym_Red] = ACTIONS(676), + [anon_sym_Orange] = ACTIONS(676), + [anon_sym_Yellow] = ACTIONS(676), + [anon_sym_Green] = ACTIONS(676), + [anon_sym_Cyan] = ACTIONS(676), + [anon_sym_Blue] = ACTIONS(676), + [anon_sym_Purple] = ACTIONS(676), + [anon_sym_Magenta] = ACTIONS(676), + [anon_sym_Gay] = ACTIONS(676), + [anon_sym_Lesbian] = ACTIONS(676), + [anon_sym_Bi] = ACTIONS(676), + [anon_sym_Trans] = ACTIONS(676), + [anon_sym_Pan] = ACTIONS(676), + [anon_sym_Ace] = ACTIONS(676), + [anon_sym_Aro] = ACTIONS(676), + [anon_sym_Aroace] = ACTIONS(676), + [anon_sym_Enby] = ACTIONS(676), + [anon_sym_Fluid] = ACTIONS(676), + [anon_sym_Queer] = ACTIONS(676), + [anon_sym_Agender] = ACTIONS(676), + [anon_sym_PrideFlags] = ACTIONS(676), + [anon_sym_PrideFlagNames] = ACTIONS(676), + [anon_sym_True] = ACTIONS(676), + [anon_sym_False] = ACTIONS(676), + [anon_sym_NULL] = ACTIONS(676), + [anon_sym_Logo] = ACTIONS(676), + [anon_sym_Lena] = ACTIONS(676), + [anon_sym_Music] = ACTIONS(676), + [anon_sym_Lorem] = ACTIONS(676), + [anon_sym_Os] = ACTIONS(676), + [anon_sym_Family] = ACTIONS(676), + [anon_sym_Arch] = ACTIONS(676), + [anon_sym_ExeExt] = ACTIONS(676), + [anon_sym_DllExt] = ACTIONS(676), + [anon_sym_Sep] = ACTIONS(676), + [anon_sym_ThisFile] = ACTIONS(676), + [anon_sym_ThisFileName] = ACTIONS(676), + [anon_sym_ThisFileDir] = ACTIONS(676), + [anon_sym_WorkingDir] = ACTIONS(676), + [anon_sym_NumProcs] = ACTIONS(676), + [anon_sym_Planets] = ACTIONS(676), + [anon_sym_Zodiac] = ACTIONS(676), + [anon_sym_Suits] = ACTIONS(676), + [anon_sym_Cards] = ACTIONS(676), + [anon_sym_Chess] = ACTIONS(676), + [anon_sym_Moon] = ACTIONS(676), + [anon_sym_Skin] = ACTIONS(676), + [anon_sym_People] = ACTIONS(676), + [anon_sym_Hair] = ACTIONS(676), + [anon_sym_Cat] = ACTIONS(676), + [aux_sym_character_token1] = ACTIONS(678), + [sym_string] = ACTIONS(678), + [sym_multiLineString] = ACTIONS(678), + [anon_sym_PIPE] = ACTIONS(678), + [sym_identifier] = ACTIONS(676), + [sym_identifierDeprecated] = ACTIONS(676), + [sym_system] = ACTIONS(678), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(678), + [sym_openCurly] = ACTIONS(678), + [sym_openBracket] = ACTIONS(676), + [anon_sym_CARET] = ACTIONS(678), + [anon_sym_SQUOTE] = ACTIONS(676), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(678), + [anon_sym_e] = ACTIONS(676), + [anon_sym_NaN] = ACTIONS(676), + [anon_sym_eta] = ACTIONS(678), + [anon_sym_u03b7] = ACTIONS(676), + [anon_sym_pi] = ACTIONS(676), + [anon_sym_u03c0] = ACTIONS(676), + [anon_sym_tau] = ACTIONS(678), + [anon_sym_u03c4] = ACTIONS(676), + [anon_sym_infinity] = ACTIONS(678), + [anon_sym_u221e] = ACTIONS(678), + [anon_sym_W] = ACTIONS(676), + [anon_sym_i] = ACTIONS(676), + [anon_sym_MaxInt] = ACTIONS(676), + [anon_sym_HexDigits] = ACTIONS(676), + [anon_sym_DOT] = ACTIONS(678), + [anon_sym_COMMA] = ACTIONS(678), + [anon_sym_COLON] = ACTIONS(678), + [anon_sym_u25cc] = ACTIONS(678), + [anon_sym_identity] = ACTIONS(678), + [anon_sym_id] = ACTIONS(676), + [anon_sym_u2218] = ACTIONS(678), + [anon_sym_not] = ACTIONS(678), + [anon_sym_u00ac] = ACTIONS(678), + [anon_sym_sign] = ACTIONS(676), + [anon_sym_u00b1] = ACTIONS(678), + [anon_sym_BQUOTE] = ACTIONS(678), + [anon_sym_u00af] = ACTIONS(676), + [anon_sym_absolutevalue] = ACTIONS(678), + [anon_sym_u2335] = ACTIONS(678), + [anon_sym_sqrt] = ACTIONS(678), + [anon_sym_u221a] = ACTIONS(678), + [anon_sym_sine] = ACTIONS(678), + [anon_sym_u25cb] = ACTIONS(678), + [anon_sym_u223f] = ACTIONS(678), + [anon_sym_floor] = ACTIONS(678), + [anon_sym_u230a] = ACTIONS(678), + [anon_sym_ceiling] = ACTIONS(678), + [anon_sym_u2308] = ACTIONS(678), + [anon_sym_round] = ACTIONS(678), + [anon_sym_u2045] = ACTIONS(678), + [anon_sym_EQ] = ACTIONS(678), + [anon_sym_BANG_EQ] = ACTIONS(678), + [anon_sym_u2260] = ACTIONS(678), + [anon_sym_LT] = ACTIONS(676), + [anon_sym_LT_EQ] = ACTIONS(678), + [anon_sym_u2264] = ACTIONS(678), + [anon_sym_GT] = ACTIONS(676), + [anon_sym_GT_EQ] = ACTIONS(678), + [anon_sym_u2265] = ACTIONS(678), + [anon_sym_PLUS] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(678), + [anon_sym_STAR] = ACTIONS(678), + [anon_sym_u00d7] = ACTIONS(678), + [anon_sym_PERCENT] = ACTIONS(678), + [anon_sym_u00f7] = ACTIONS(678), + [anon_sym_modulus] = ACTIONS(678), + [anon_sym_u25ff] = ACTIONS(678), + [anon_sym_power] = ACTIONS(678), + [anon_sym_u207f] = ACTIONS(678), + [anon_sym_logarithm] = ACTIONS(678), + [anon_sym_u2099] = ACTIONS(678), + [anon_sym_minimum] = ACTIONS(678), + [anon_sym_u21a7] = ACTIONS(678), + [anon_sym_maximum] = ACTIONS(678), + [anon_sym_u21a5] = ACTIONS(678), + [anon_sym_atangent] = ACTIONS(678), + [anon_sym_u2220] = ACTIONS(678), + [anon_sym_length] = ACTIONS(678), + [anon_sym_u29fb] = ACTIONS(678), + [anon_sym_shape] = ACTIONS(678), + [anon_sym_u25b3] = ACTIONS(678), + [anon_sym_range] = ACTIONS(678), + [anon_sym_u21e1] = ACTIONS(678), + [anon_sym_first] = ACTIONS(678), + [anon_sym_u22a2] = ACTIONS(678), + [anon_sym_reverse] = ACTIONS(678), + [anon_sym_u21cc] = ACTIONS(678), + [anon_sym_deshape] = ACTIONS(678), + [anon_sym_u266d] = ACTIONS(678), + [anon_sym_bits] = ACTIONS(678), + [anon_sym_u22ef] = ACTIONS(678), + [anon_sym_transpose] = ACTIONS(678), + [anon_sym_u2349] = ACTIONS(678), + [anon_sym_rise] = ACTIONS(678), + [anon_sym_u234f] = ACTIONS(678), + [anon_sym_fall] = ACTIONS(678), + [anon_sym_u2356] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_u229a] = ACTIONS(678), + [anon_sym_classify] = ACTIONS(678), + [anon_sym_u229b] = ACTIONS(678), + [anon_sym_deduplicate] = ACTIONS(678), + [anon_sym_u25f4] = ACTIONS(678), + [anon_sym_box] = ACTIONS(678), + [anon_sym_u25a1] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_u224d] = ACTIONS(678), + [anon_sym_couple] = ACTIONS(678), + [anon_sym_u229f] = ACTIONS(678), + [anon_sym_join] = ACTIONS(678), + [anon_sym_u2282] = ACTIONS(678), + [anon_sym_select] = ACTIONS(678), + [anon_sym_u228f] = ACTIONS(678), + [anon_sym_pick] = ACTIONS(678), + [anon_sym_u22a1] = ACTIONS(678), + [anon_sym_reshape] = ACTIONS(678), + [anon_sym_u21af] = ACTIONS(678), + [anon_sym_take] = ACTIONS(678), + [anon_sym_u2199] = ACTIONS(678), + [anon_sym_drop] = ACTIONS(678), + [anon_sym_u2198] = ACTIONS(678), + [anon_sym_rotate] = ACTIONS(678), + [anon_sym_u21bb] = ACTIONS(678), + [anon_sym_windows] = ACTIONS(678), + [anon_sym_u25eb] = ACTIONS(678), + [anon_sym_keep] = ACTIONS(678), + [anon_sym_u25bd] = ACTIONS(678), + [anon_sym_find] = ACTIONS(678), + [anon_sym_u2315] = ACTIONS(678), + [anon_sym_indexof] = ACTIONS(678), + [anon_sym_u2297] = ACTIONS(678), + [anon_sym_assert] = ACTIONS(678), + [anon_sym_u2364] = ACTIONS(678), + [anon_sym_wait] = ACTIONS(678), + [anon_sym_parse] = ACTIONS(678), + [anon_sym_u22d5] = ACTIONS(678), + [anon_sym_random] = ACTIONS(678), + [anon_sym_u2682] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_tag] = ACTIONS(678), + [anon_sym_now] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_u2e2e] = ACTIONS(678), + [anon_sym_dump] = ACTIONS(678), + [anon_sym_regex] = ACTIONS(678), + [anon_sym_send] = ACTIONS(678), + [anon_sym_recv] = ACTIONS(678), + [anon_sym_tryrecv] = ACTIONS(678), + [anon_sym_complex] = ACTIONS(678), + [anon_sym_u2102] = ACTIONS(678), + [anon_sym_rerank] = ACTIONS(678), + [anon_sym_u2607] = ACTIONS(678), + [anon_sym_fix] = ACTIONS(678), + [anon_sym_u00a4] = ACTIONS(678), + [anon_sym_QMARK] = ACTIONS(678), + [anon_sym_unique] = ACTIONS(678), + [anon_sym_u25f0] = ACTIONS(678), + [anon_sym_map] = ACTIONS(678), + [anon_sym_has] = ACTIONS(678), + [anon_sym_get] = ACTIONS(678), + [anon_sym_insert] = ACTIONS(678), + [anon_sym_remove] = ACTIONS(678), + [anon_sym_repr] = ACTIONS(678), + [anon_sym_mask] = ACTIONS(678), + [anon_sym_u29b7] = ACTIONS(678), + [anon_sym_csv] = ACTIONS(678), + [anon_sym_json] = ACTIONS(678), + [anon_sym_xlsx] = ACTIONS(678), + [anon_sym_memberOf] = ACTIONS(678), + [anon_sym_u2208] = ACTIONS(678), + [anon_sym_imen] = ACTIONS(678), + [anon_sym_gife] = ACTIONS(678), + [anon_sym_auden] = ACTIONS(678), + [anon_sym_utfu2088] = ACTIONS(678), + [anon_sym_datetime] = ACTIONS(678), + [anon_sym_choose] = ACTIONS(678), + [anon_sym_permute] = ACTIONS(678), + [anon_sym_orient] = ACTIONS(678), + [anon_sym_u2938] = ACTIONS(678), + [anon_sym_fft] = ACTIONS(678), + [anon_sym_graphemes] = ACTIONS(678), + [anon_sym_timezone] = ACTIONS(678), + [anon_sym_around] = ACTIONS(678), + [anon_sym_u2019] = ACTIONS(678), + [anon_sym_base] = ACTIONS(678), + [anon_sym_sort] = ACTIONS(678), + [anon_sym_u2346] = ACTIONS(678), + [anon_sym_last] = ACTIONS(678), + [anon_sym_u22a3] = ACTIONS(678), + [anon_sym_reduce] = ACTIONS(678), + [anon_sym_SLASH] = ACTIONS(678), + [anon_sym_scan] = ACTIONS(678), + [anon_sym_BSLASH] = ACTIONS(678), + [anon_sym_each] = ACTIONS(678), + [anon_sym_u2235] = ACTIONS(678), + [anon_sym_rows] = ACTIONS(678), + [anon_sym_u2261] = ACTIONS(678), + [anon_sym_repeat] = ACTIONS(678), + [anon_sym_u2365] = ACTIONS(678), + [anon_sym_dip] = ACTIONS(678), + [anon_sym_u2299] = ACTIONS(678), + [anon_sym_gap] = ACTIONS(678), + [anon_sym_u22c5] = ACTIONS(678), + [anon_sym_spawn] = ACTIONS(678), + [anon_sym_rectify] = ACTIONS(678), + [anon_sym_u2305] = ACTIONS(678), + [anon_sym_un] = ACTIONS(676), + [anon_sym_u00b0] = ACTIONS(678), + [anon_sym_on] = ACTIONS(676), + [anon_sym_u27dc] = ACTIONS(678), + [anon_sym_inventory] = ACTIONS(678), + [anon_sym_u235a] = ACTIONS(678), + [anon_sym_content] = ACTIONS(678), + [anon_sym_u25c7] = ACTIONS(678), + [anon_sym_pool] = ACTIONS(678), + [anon_sym_stringify] = ACTIONS(678), + [anon_sym_signature] = ACTIONS(678), + [anon_sym_triangle] = ACTIONS(678), + [anon_sym_u25f9] = ACTIONS(678), + [anon_sym_astar] = ACTIONS(678), + [anon_sym_with] = ACTIONS(678), + [anon_sym_u2919] = ACTIONS(678), + [anon_sym_off] = ACTIONS(678), + [anon_sym_u291a] = ACTIONS(678), + [anon_sym_above] = ACTIONS(678), + [anon_sym_u25e0] = ACTIONS(678), + [anon_sym_below] = ACTIONS(678), + [anon_sym_u25e1] = ACTIONS(678), + [anon_sym_anti] = ACTIONS(678), + [anon_sym_u231d] = ACTIONS(678), + [anon_sym_obverse] = ACTIONS(678), + [anon_sym_toples] = ACTIONS(678), + [anon_sym_u29c5] = ACTIONS(678), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(678), + [anon_sym_fold] = ACTIONS(678), + [anon_sym_u2227] = ACTIONS(678), + [anon_sym_table] = ACTIONS(678), + [anon_sym_u229e] = ACTIONS(678), + [anon_sym_group] = ACTIONS(678), + [anon_sym_u2295] = ACTIONS(678), + [anon_sym_partition] = ACTIONS(678), + [anon_sym_u229c] = ACTIONS(678), + [anon_sym_both] = ACTIONS(678), + [anon_sym_u2229] = ACTIONS(678), + [anon_sym_bracket] = ACTIONS(678), + [anon_sym_u2293] = ACTIONS(678), + [anon_sym_fork] = ACTIONS(678), + [anon_sym_u2283] = ACTIONS(678), + [anon_sym_under] = ACTIONS(678), + [anon_sym_u235c] = ACTIONS(678), + [anon_sym_fill] = ACTIONS(678), + [anon_sym_u2b1a] = ACTIONS(678), + [anon_sym_try] = ACTIONS(676), + [anon_sym_u2363] = ACTIONS(678), + [anon_sym_do] = ACTIONS(676), + [anon_sym_u2362] = ACTIONS(678), + [anon_sym_f] = ACTIONS(676), + [anon_sym_by] = ACTIONS(676), + [anon_sym_u22b8] = ACTIONS(678), + [anon_sym_quote] = ACTIONS(678), + [anon_sym_u2765] = ACTIONS(678), + [anon_sym_u2192] = ACTIONS(678), + [anon_sym_u2237] = ACTIONS(678), + [anon_sym_u00b7] = ACTIONS(678), + [anon_sym_u235b] = ACTIONS(678), + [anon_sym_u2302] = ACTIONS(678), + [anon_sym_u21b0] = ACTIONS(678), + [anon_sym_unpack] = ACTIONS(678), + [anon_sym_u2290] = ACTIONS(678), + [anon_sym_u229d] = ACTIONS(678), + [anon_sym_cross] = ACTIONS(678), + [anon_sym_u22a0] = ACTIONS(678), + [anon_sym_SEMI] = ACTIONS(678), + [anon_sym_deal] = ACTIONS(678), + [anon_sym_member] = ACTIONS(676), + [anon_sym_u220a] = ACTIONS(678), + [anon_sym_coordinate] = ACTIONS(678), + [anon_sym_u27d4] = ACTIONS(678), + [anon_sym_u03bb] = ACTIONS(678), + [anon_sym_u22ca] = ACTIONS(678), + [anon_sym_chunk] = ACTIONS(678), + [anon_sym_u2444] = ACTIONS(678), + [anon_sym_setinv] = ACTIONS(678), + [anon_sym_setund] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), [sym__endOfLine] = ACTIONS(5), }, [164] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_tripleMinus] = ACTIONS(700), - [sym_openParen] = ACTIONS(666), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(680), + [sym_fraction] = ACTIONS(682), + [anon_sym_Days] = ACTIONS(680), + [anon_sym_Months] = ACTIONS(680), + [anon_sym_MonthDays] = ACTIONS(680), + [anon_sym_LeanMonthDays] = ACTIONS(680), + [anon_sym_White] = ACTIONS(680), + [anon_sym_Black] = ACTIONS(680), + [anon_sym_Red] = ACTIONS(680), + [anon_sym_Orange] = ACTIONS(680), + [anon_sym_Yellow] = ACTIONS(680), + [anon_sym_Green] = ACTIONS(680), + [anon_sym_Cyan] = ACTIONS(680), + [anon_sym_Blue] = ACTIONS(680), + [anon_sym_Purple] = ACTIONS(680), + [anon_sym_Magenta] = ACTIONS(680), + [anon_sym_Gay] = ACTIONS(680), + [anon_sym_Lesbian] = ACTIONS(680), + [anon_sym_Bi] = ACTIONS(680), + [anon_sym_Trans] = ACTIONS(680), + [anon_sym_Pan] = ACTIONS(680), + [anon_sym_Ace] = ACTIONS(680), + [anon_sym_Aro] = ACTIONS(680), + [anon_sym_Aroace] = ACTIONS(680), + [anon_sym_Enby] = ACTIONS(680), + [anon_sym_Fluid] = ACTIONS(680), + [anon_sym_Queer] = ACTIONS(680), + [anon_sym_Agender] = ACTIONS(680), + [anon_sym_PrideFlags] = ACTIONS(680), + [anon_sym_PrideFlagNames] = ACTIONS(680), + [anon_sym_True] = ACTIONS(680), + [anon_sym_False] = ACTIONS(680), + [anon_sym_NULL] = ACTIONS(680), + [anon_sym_Logo] = ACTIONS(680), + [anon_sym_Lena] = ACTIONS(680), + [anon_sym_Music] = ACTIONS(680), + [anon_sym_Lorem] = ACTIONS(680), + [anon_sym_Os] = ACTIONS(680), + [anon_sym_Family] = ACTIONS(680), + [anon_sym_Arch] = ACTIONS(680), + [anon_sym_ExeExt] = ACTIONS(680), + [anon_sym_DllExt] = ACTIONS(680), + [anon_sym_Sep] = ACTIONS(680), + [anon_sym_ThisFile] = ACTIONS(680), + [anon_sym_ThisFileName] = ACTIONS(680), + [anon_sym_ThisFileDir] = ACTIONS(680), + [anon_sym_WorkingDir] = ACTIONS(680), + [anon_sym_NumProcs] = ACTIONS(680), + [anon_sym_Planets] = ACTIONS(680), + [anon_sym_Zodiac] = ACTIONS(680), + [anon_sym_Suits] = ACTIONS(680), + [anon_sym_Cards] = ACTIONS(680), + [anon_sym_Chess] = ACTIONS(680), + [anon_sym_Moon] = ACTIONS(680), + [anon_sym_Skin] = ACTIONS(680), + [anon_sym_People] = ACTIONS(680), + [anon_sym_Hair] = ACTIONS(680), + [anon_sym_Cat] = ACTIONS(680), + [aux_sym_character_token1] = ACTIONS(682), + [sym_string] = ACTIONS(682), + [sym_multiLineString] = ACTIONS(682), + [anon_sym_PIPE] = ACTIONS(682), + [sym_identifier] = ACTIONS(680), + [sym_identifierDeprecated] = ACTIONS(680), + [sym_system] = ACTIONS(682), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(682), + [sym_openCurly] = ACTIONS(682), + [sym_openBracket] = ACTIONS(680), + [anon_sym_CARET] = ACTIONS(682), + [anon_sym_SQUOTE] = ACTIONS(680), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(682), + [anon_sym_e] = ACTIONS(680), + [anon_sym_NaN] = ACTIONS(680), + [anon_sym_eta] = ACTIONS(682), + [anon_sym_u03b7] = ACTIONS(680), + [anon_sym_pi] = ACTIONS(680), + [anon_sym_u03c0] = ACTIONS(680), + [anon_sym_tau] = ACTIONS(682), + [anon_sym_u03c4] = ACTIONS(680), + [anon_sym_infinity] = ACTIONS(682), + [anon_sym_u221e] = ACTIONS(682), + [anon_sym_W] = ACTIONS(680), + [anon_sym_i] = ACTIONS(680), + [anon_sym_MaxInt] = ACTIONS(680), + [anon_sym_HexDigits] = ACTIONS(680), + [anon_sym_DOT] = ACTIONS(682), + [anon_sym_COMMA] = ACTIONS(682), + [anon_sym_COLON] = ACTIONS(682), + [anon_sym_u25cc] = ACTIONS(682), + [anon_sym_identity] = ACTIONS(682), + [anon_sym_id] = ACTIONS(680), + [anon_sym_u2218] = ACTIONS(682), + [anon_sym_not] = ACTIONS(682), + [anon_sym_u00ac] = ACTIONS(682), + [anon_sym_sign] = ACTIONS(680), + [anon_sym_u00b1] = ACTIONS(682), + [anon_sym_BQUOTE] = ACTIONS(682), + [anon_sym_u00af] = ACTIONS(680), + [anon_sym_absolutevalue] = ACTIONS(682), + [anon_sym_u2335] = ACTIONS(682), + [anon_sym_sqrt] = ACTIONS(682), + [anon_sym_u221a] = ACTIONS(682), + [anon_sym_sine] = ACTIONS(682), + [anon_sym_u25cb] = ACTIONS(682), + [anon_sym_u223f] = ACTIONS(682), + [anon_sym_floor] = ACTIONS(682), + [anon_sym_u230a] = ACTIONS(682), + [anon_sym_ceiling] = ACTIONS(682), + [anon_sym_u2308] = ACTIONS(682), + [anon_sym_round] = ACTIONS(682), + [anon_sym_u2045] = ACTIONS(682), + [anon_sym_EQ] = ACTIONS(682), + [anon_sym_BANG_EQ] = ACTIONS(682), + [anon_sym_u2260] = ACTIONS(682), + [anon_sym_LT] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(682), + [anon_sym_u2264] = ACTIONS(682), + [anon_sym_GT] = ACTIONS(680), + [anon_sym_GT_EQ] = ACTIONS(682), + [anon_sym_u2265] = ACTIONS(682), + [anon_sym_PLUS] = ACTIONS(682), + [anon_sym_DASH] = ACTIONS(682), + [anon_sym_STAR] = ACTIONS(682), + [anon_sym_u00d7] = ACTIONS(682), + [anon_sym_PERCENT] = ACTIONS(682), + [anon_sym_u00f7] = ACTIONS(682), + [anon_sym_modulus] = ACTIONS(682), + [anon_sym_u25ff] = ACTIONS(682), + [anon_sym_power] = ACTIONS(682), + [anon_sym_u207f] = ACTIONS(682), + [anon_sym_logarithm] = ACTIONS(682), + [anon_sym_u2099] = ACTIONS(682), + [anon_sym_minimum] = ACTIONS(682), + [anon_sym_u21a7] = ACTIONS(682), + [anon_sym_maximum] = ACTIONS(682), + [anon_sym_u21a5] = ACTIONS(682), + [anon_sym_atangent] = ACTIONS(682), + [anon_sym_u2220] = ACTIONS(682), + [anon_sym_length] = ACTIONS(682), + [anon_sym_u29fb] = ACTIONS(682), + [anon_sym_shape] = ACTIONS(682), + [anon_sym_u25b3] = ACTIONS(682), + [anon_sym_range] = ACTIONS(682), + [anon_sym_u21e1] = ACTIONS(682), + [anon_sym_first] = ACTIONS(682), + [anon_sym_u22a2] = ACTIONS(682), + [anon_sym_reverse] = ACTIONS(682), + [anon_sym_u21cc] = ACTIONS(682), + [anon_sym_deshape] = ACTIONS(682), + [anon_sym_u266d] = ACTIONS(682), + [anon_sym_bits] = ACTIONS(682), + [anon_sym_u22ef] = ACTIONS(682), + [anon_sym_transpose] = ACTIONS(682), + [anon_sym_u2349] = ACTIONS(682), + [anon_sym_rise] = ACTIONS(682), + [anon_sym_u234f] = ACTIONS(682), + [anon_sym_fall] = ACTIONS(682), + [anon_sym_u2356] = ACTIONS(682), + [anon_sym_where] = ACTIONS(682), + [anon_sym_u229a] = ACTIONS(682), + [anon_sym_classify] = ACTIONS(682), + [anon_sym_u229b] = ACTIONS(682), + [anon_sym_deduplicate] = ACTIONS(682), + [anon_sym_u25f4] = ACTIONS(682), + [anon_sym_box] = ACTIONS(682), + [anon_sym_u25a1] = ACTIONS(682), + [anon_sym_match] = ACTIONS(682), + [anon_sym_u224d] = ACTIONS(682), + [anon_sym_couple] = ACTIONS(682), + [anon_sym_u229f] = ACTIONS(682), + [anon_sym_join] = ACTIONS(682), + [anon_sym_u2282] = ACTIONS(682), + [anon_sym_select] = ACTIONS(682), + [anon_sym_u228f] = ACTIONS(682), + [anon_sym_pick] = ACTIONS(682), + [anon_sym_u22a1] = ACTIONS(682), + [anon_sym_reshape] = ACTIONS(682), + [anon_sym_u21af] = ACTIONS(682), + [anon_sym_take] = ACTIONS(682), + [anon_sym_u2199] = ACTIONS(682), + [anon_sym_drop] = ACTIONS(682), + [anon_sym_u2198] = ACTIONS(682), + [anon_sym_rotate] = ACTIONS(682), + [anon_sym_u21bb] = ACTIONS(682), + [anon_sym_windows] = ACTIONS(682), + [anon_sym_u25eb] = ACTIONS(682), + [anon_sym_keep] = ACTIONS(682), + [anon_sym_u25bd] = ACTIONS(682), + [anon_sym_find] = ACTIONS(682), + [anon_sym_u2315] = ACTIONS(682), + [anon_sym_indexof] = ACTIONS(682), + [anon_sym_u2297] = ACTIONS(682), + [anon_sym_assert] = ACTIONS(682), + [anon_sym_u2364] = ACTIONS(682), + [anon_sym_wait] = ACTIONS(682), + [anon_sym_parse] = ACTIONS(682), + [anon_sym_u22d5] = ACTIONS(682), + [anon_sym_random] = ACTIONS(682), + [anon_sym_u2682] = ACTIONS(682), + [anon_sym_gen] = ACTIONS(682), + [anon_sym_tag] = ACTIONS(682), + [anon_sym_now] = ACTIONS(682), + [anon_sym_type] = ACTIONS(682), + [anon_sym_u2e2e] = ACTIONS(682), + [anon_sym_dump] = ACTIONS(682), + [anon_sym_regex] = ACTIONS(682), + [anon_sym_send] = ACTIONS(682), + [anon_sym_recv] = ACTIONS(682), + [anon_sym_tryrecv] = ACTIONS(682), + [anon_sym_complex] = ACTIONS(682), + [anon_sym_u2102] = ACTIONS(682), + [anon_sym_rerank] = ACTIONS(682), + [anon_sym_u2607] = ACTIONS(682), + [anon_sym_fix] = ACTIONS(682), + [anon_sym_u00a4] = ACTIONS(682), + [anon_sym_QMARK] = ACTIONS(682), + [anon_sym_unique] = ACTIONS(682), + [anon_sym_u25f0] = ACTIONS(682), + [anon_sym_map] = ACTIONS(682), + [anon_sym_has] = ACTIONS(682), + [anon_sym_get] = ACTIONS(682), + [anon_sym_insert] = ACTIONS(682), + [anon_sym_remove] = ACTIONS(682), + [anon_sym_repr] = ACTIONS(682), + [anon_sym_mask] = ACTIONS(682), + [anon_sym_u29b7] = ACTIONS(682), + [anon_sym_csv] = ACTIONS(682), + [anon_sym_json] = ACTIONS(682), + [anon_sym_xlsx] = ACTIONS(682), + [anon_sym_memberOf] = ACTIONS(682), + [anon_sym_u2208] = ACTIONS(682), + [anon_sym_imen] = ACTIONS(682), + [anon_sym_gife] = ACTIONS(682), + [anon_sym_auden] = ACTIONS(682), + [anon_sym_utfu2088] = ACTIONS(682), + [anon_sym_datetime] = ACTIONS(682), + [anon_sym_choose] = ACTIONS(682), + [anon_sym_permute] = ACTIONS(682), + [anon_sym_orient] = ACTIONS(682), + [anon_sym_u2938] = ACTIONS(682), + [anon_sym_fft] = ACTIONS(682), + [anon_sym_graphemes] = ACTIONS(682), + [anon_sym_timezone] = ACTIONS(682), + [anon_sym_around] = ACTIONS(682), + [anon_sym_u2019] = ACTIONS(682), + [anon_sym_base] = ACTIONS(682), + [anon_sym_sort] = ACTIONS(682), + [anon_sym_u2346] = ACTIONS(682), + [anon_sym_last] = ACTIONS(682), + [anon_sym_u22a3] = ACTIONS(682), + [anon_sym_reduce] = ACTIONS(682), + [anon_sym_SLASH] = ACTIONS(682), + [anon_sym_scan] = ACTIONS(682), + [anon_sym_BSLASH] = ACTIONS(682), + [anon_sym_each] = ACTIONS(682), + [anon_sym_u2235] = ACTIONS(682), + [anon_sym_rows] = ACTIONS(682), + [anon_sym_u2261] = ACTIONS(682), + [anon_sym_repeat] = ACTIONS(682), + [anon_sym_u2365] = ACTIONS(682), + [anon_sym_dip] = ACTIONS(682), + [anon_sym_u2299] = ACTIONS(682), + [anon_sym_gap] = ACTIONS(682), + [anon_sym_u22c5] = ACTIONS(682), + [anon_sym_spawn] = ACTIONS(682), + [anon_sym_rectify] = ACTIONS(682), + [anon_sym_u2305] = ACTIONS(682), + [anon_sym_un] = ACTIONS(680), + [anon_sym_u00b0] = ACTIONS(682), + [anon_sym_on] = ACTIONS(680), + [anon_sym_u27dc] = ACTIONS(682), + [anon_sym_inventory] = ACTIONS(682), + [anon_sym_u235a] = ACTIONS(682), + [anon_sym_content] = ACTIONS(682), + [anon_sym_u25c7] = ACTIONS(682), + [anon_sym_pool] = ACTIONS(682), + [anon_sym_stringify] = ACTIONS(682), + [anon_sym_signature] = ACTIONS(682), + [anon_sym_triangle] = ACTIONS(682), + [anon_sym_u25f9] = ACTIONS(682), + [anon_sym_astar] = ACTIONS(682), + [anon_sym_with] = ACTIONS(682), + [anon_sym_u2919] = ACTIONS(682), + [anon_sym_off] = ACTIONS(682), + [anon_sym_u291a] = ACTIONS(682), + [anon_sym_above] = ACTIONS(682), + [anon_sym_u25e0] = ACTIONS(682), + [anon_sym_below] = ACTIONS(682), + [anon_sym_u25e1] = ACTIONS(682), + [anon_sym_anti] = ACTIONS(682), + [anon_sym_u231d] = ACTIONS(682), + [anon_sym_obverse] = ACTIONS(682), + [anon_sym_toples] = ACTIONS(682), + [anon_sym_u29c5] = ACTIONS(682), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(682), + [anon_sym_fold] = ACTIONS(682), + [anon_sym_u2227] = ACTIONS(682), + [anon_sym_table] = ACTIONS(682), + [anon_sym_u229e] = ACTIONS(682), + [anon_sym_group] = ACTIONS(682), + [anon_sym_u2295] = ACTIONS(682), + [anon_sym_partition] = ACTIONS(682), + [anon_sym_u229c] = ACTIONS(682), + [anon_sym_both] = ACTIONS(682), + [anon_sym_u2229] = ACTIONS(682), + [anon_sym_bracket] = ACTIONS(682), + [anon_sym_u2293] = ACTIONS(682), + [anon_sym_fork] = ACTIONS(682), + [anon_sym_u2283] = ACTIONS(682), + [anon_sym_under] = ACTIONS(682), + [anon_sym_u235c] = ACTIONS(682), + [anon_sym_fill] = ACTIONS(682), + [anon_sym_u2b1a] = ACTIONS(682), + [anon_sym_try] = ACTIONS(680), + [anon_sym_u2363] = ACTIONS(682), + [anon_sym_do] = ACTIONS(680), + [anon_sym_u2362] = ACTIONS(682), + [anon_sym_f] = ACTIONS(680), + [anon_sym_by] = ACTIONS(680), + [anon_sym_u22b8] = ACTIONS(682), + [anon_sym_quote] = ACTIONS(682), + [anon_sym_u2765] = ACTIONS(682), + [anon_sym_u2192] = ACTIONS(682), + [anon_sym_u2237] = ACTIONS(682), + [anon_sym_u00b7] = ACTIONS(682), + [anon_sym_u235b] = ACTIONS(682), + [anon_sym_u2302] = ACTIONS(682), + [anon_sym_u21b0] = ACTIONS(682), + [anon_sym_unpack] = ACTIONS(682), + [anon_sym_u2290] = ACTIONS(682), + [anon_sym_u229d] = ACTIONS(682), + [anon_sym_cross] = ACTIONS(682), + [anon_sym_u22a0] = ACTIONS(682), + [anon_sym_SEMI] = ACTIONS(682), + [anon_sym_deal] = ACTIONS(682), + [anon_sym_member] = ACTIONS(680), + [anon_sym_u220a] = ACTIONS(682), + [anon_sym_coordinate] = ACTIONS(682), + [anon_sym_u27d4] = ACTIONS(682), + [anon_sym_u03bb] = ACTIONS(682), + [anon_sym_u22ca] = ACTIONS(682), + [anon_sym_chunk] = ACTIONS(682), + [anon_sym_u2444] = ACTIONS(682), + [anon_sym_setinv] = ACTIONS(682), + [anon_sym_setund] = ACTIONS(682), + [anon_sym_struct] = ACTIONS(682), [sym__endOfLine] = ACTIONS(5), }, [165] = { - [aux_sym_number_token1] = ACTIONS(702), - [sym_fraction] = ACTIONS(704), - [anon_sym_Days] = ACTIONS(702), - [anon_sym_Months] = ACTIONS(702), - [anon_sym_MonthDays] = ACTIONS(702), - [anon_sym_LeanMonthDays] = ACTIONS(702), - [anon_sym_White] = ACTIONS(702), - [anon_sym_Black] = ACTIONS(702), - [anon_sym_Red] = ACTIONS(702), - [anon_sym_Orange] = ACTIONS(702), - [anon_sym_Yellow] = ACTIONS(702), - [anon_sym_Green] = ACTIONS(702), - [anon_sym_Cyan] = ACTIONS(702), - [anon_sym_Blue] = ACTIONS(702), - [anon_sym_Purple] = ACTIONS(702), - [anon_sym_Magenta] = ACTIONS(702), - [anon_sym_Gay] = ACTIONS(702), - [anon_sym_Lesbian] = ACTIONS(702), - [anon_sym_Bi] = ACTIONS(702), - [anon_sym_Trans] = ACTIONS(702), - [anon_sym_Pan] = ACTIONS(702), - [anon_sym_Ace] = ACTIONS(702), - [anon_sym_Aro] = ACTIONS(702), - [anon_sym_Aroace] = ACTIONS(702), - [anon_sym_Enby] = ACTIONS(702), - [anon_sym_Fluid] = ACTIONS(702), - [anon_sym_Queer] = ACTIONS(702), - [anon_sym_Agender] = ACTIONS(702), - [anon_sym_PrideFlags] = ACTIONS(702), - [anon_sym_PrideFlagNames] = ACTIONS(702), - [anon_sym_True] = ACTIONS(702), - [anon_sym_False] = ACTIONS(702), - [anon_sym_NULL] = ACTIONS(702), - [anon_sym_Logo] = ACTIONS(702), - [anon_sym_Lena] = ACTIONS(702), - [anon_sym_Music] = ACTIONS(702), - [anon_sym_Lorem] = ACTIONS(702), - [anon_sym_Os] = ACTIONS(702), - [anon_sym_Family] = ACTIONS(702), - [anon_sym_Arch] = ACTIONS(702), - [anon_sym_ExeExt] = ACTIONS(702), - [anon_sym_DllExt] = ACTIONS(702), - [anon_sym_Sep] = ACTIONS(702), - [anon_sym_ThisFile] = ACTIONS(702), - [anon_sym_ThisFileName] = ACTIONS(702), - [anon_sym_ThisFileDir] = ACTIONS(702), - [anon_sym_WorkingDir] = ACTIONS(702), - [anon_sym_NumProcs] = ACTIONS(702), - [anon_sym_Planets] = ACTIONS(702), - [anon_sym_Zodiac] = ACTIONS(702), - [anon_sym_Suits] = ACTIONS(702), - [anon_sym_Cards] = ACTIONS(702), - [anon_sym_Chess] = ACTIONS(702), - [anon_sym_Moon] = ACTIONS(702), - [anon_sym_Skin] = ACTIONS(702), - [anon_sym_People] = ACTIONS(702), - [anon_sym_Hair] = ACTIONS(702), - [aux_sym_character_token1] = ACTIONS(704), - [sym_string] = ACTIONS(704), - [sym_multiLineString] = ACTIONS(704), - [anon_sym_PIPE] = ACTIONS(704), - [sym_identifier] = ACTIONS(702), - [sym_identifierDeprecated] = ACTIONS(702), - [sym_system] = ACTIONS(704), + [aux_sym_number_token1] = ACTIONS(684), + [sym_fraction] = ACTIONS(686), + [anon_sym_Days] = ACTIONS(684), + [anon_sym_Months] = ACTIONS(684), + [anon_sym_MonthDays] = ACTIONS(684), + [anon_sym_LeanMonthDays] = ACTIONS(684), + [anon_sym_White] = ACTIONS(684), + [anon_sym_Black] = ACTIONS(684), + [anon_sym_Red] = ACTIONS(684), + [anon_sym_Orange] = ACTIONS(684), + [anon_sym_Yellow] = ACTIONS(684), + [anon_sym_Green] = ACTIONS(684), + [anon_sym_Cyan] = ACTIONS(684), + [anon_sym_Blue] = ACTIONS(684), + [anon_sym_Purple] = ACTIONS(684), + [anon_sym_Magenta] = ACTIONS(684), + [anon_sym_Gay] = ACTIONS(684), + [anon_sym_Lesbian] = ACTIONS(684), + [anon_sym_Bi] = ACTIONS(684), + [anon_sym_Trans] = ACTIONS(684), + [anon_sym_Pan] = ACTIONS(684), + [anon_sym_Ace] = ACTIONS(684), + [anon_sym_Aro] = ACTIONS(684), + [anon_sym_Aroace] = ACTIONS(684), + [anon_sym_Enby] = ACTIONS(684), + [anon_sym_Fluid] = ACTIONS(684), + [anon_sym_Queer] = ACTIONS(684), + [anon_sym_Agender] = ACTIONS(684), + [anon_sym_PrideFlags] = ACTIONS(684), + [anon_sym_PrideFlagNames] = ACTIONS(684), + [anon_sym_True] = ACTIONS(684), + [anon_sym_False] = ACTIONS(684), + [anon_sym_NULL] = ACTIONS(684), + [anon_sym_Logo] = ACTIONS(684), + [anon_sym_Lena] = ACTIONS(684), + [anon_sym_Music] = ACTIONS(684), + [anon_sym_Lorem] = ACTIONS(684), + [anon_sym_Os] = ACTIONS(684), + [anon_sym_Family] = ACTIONS(684), + [anon_sym_Arch] = ACTIONS(684), + [anon_sym_ExeExt] = ACTIONS(684), + [anon_sym_DllExt] = ACTIONS(684), + [anon_sym_Sep] = ACTIONS(684), + [anon_sym_ThisFile] = ACTIONS(684), + [anon_sym_ThisFileName] = ACTIONS(684), + [anon_sym_ThisFileDir] = ACTIONS(684), + [anon_sym_WorkingDir] = ACTIONS(684), + [anon_sym_NumProcs] = ACTIONS(684), + [anon_sym_Planets] = ACTIONS(684), + [anon_sym_Zodiac] = ACTIONS(684), + [anon_sym_Suits] = ACTIONS(684), + [anon_sym_Cards] = ACTIONS(684), + [anon_sym_Chess] = ACTIONS(684), + [anon_sym_Moon] = ACTIONS(684), + [anon_sym_Skin] = ACTIONS(684), + [anon_sym_People] = ACTIONS(684), + [anon_sym_Hair] = ACTIONS(684), + [anon_sym_Cat] = ACTIONS(684), + [aux_sym_character_token1] = ACTIONS(686), + [sym_string] = ACTIONS(686), + [sym_multiLineString] = ACTIONS(686), + [anon_sym_PIPE] = ACTIONS(686), + [sym_identifier] = ACTIONS(684), + [sym_identifierDeprecated] = ACTIONS(684), + [sym_system] = ACTIONS(686), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(704), - [sym_openCurly] = ACTIONS(704), - [sym_openBracket] = ACTIONS(704), - [anon_sym_CARET] = ACTIONS(704), - [anon_sym_SQUOTE] = ACTIONS(702), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(704), - [anon_sym_e] = ACTIONS(702), - [anon_sym_NaN] = ACTIONS(702), - [anon_sym_eta] = ACTIONS(704), - [anon_sym_u03b7] = ACTIONS(702), - [anon_sym_pi] = ACTIONS(702), - [anon_sym_u03c0] = ACTIONS(702), - [anon_sym_tau] = ACTIONS(704), - [anon_sym_u03c4] = ACTIONS(702), - [anon_sym_infinity] = ACTIONS(704), - [anon_sym_u221e] = ACTIONS(704), - [anon_sym_W] = ACTIONS(702), - [anon_sym_i] = ACTIONS(702), - [anon_sym_MaxInt] = ACTIONS(702), - [anon_sym_HexDigits] = ACTIONS(702), - [anon_sym_DOT] = ACTIONS(704), - [anon_sym_COMMA] = ACTIONS(704), - [anon_sym_COLON] = ACTIONS(704), - [anon_sym_u25cc] = ACTIONS(704), - [anon_sym_identity] = ACTIONS(704), - [anon_sym_id] = ACTIONS(702), - [anon_sym_u2218] = ACTIONS(704), - [anon_sym_not] = ACTIONS(704), - [anon_sym_u00ac] = ACTIONS(704), - [anon_sym_sign] = ACTIONS(702), - [anon_sym_u00b1] = ACTIONS(704), - [anon_sym_BQUOTE] = ACTIONS(704), - [anon_sym_u00af] = ACTIONS(702), - [anon_sym_absolutevalue] = ACTIONS(704), - [anon_sym_u2335] = ACTIONS(704), - [anon_sym_sqrt] = ACTIONS(704), - [anon_sym_u221a] = ACTIONS(704), - [anon_sym_sine] = ACTIONS(704), - [anon_sym_u25cb] = ACTIONS(704), - [anon_sym_u223f] = ACTIONS(704), - [anon_sym_floor] = ACTIONS(704), - [anon_sym_u230a] = ACTIONS(704), - [anon_sym_ceiling] = ACTIONS(704), - [anon_sym_u2308] = ACTIONS(704), - [anon_sym_round] = ACTIONS(704), - [anon_sym_u2045] = ACTIONS(704), - [anon_sym_EQ] = ACTIONS(704), - [anon_sym_BANG_EQ] = ACTIONS(704), - [anon_sym_u2260] = ACTIONS(704), - [anon_sym_LT] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(704), - [anon_sym_u2264] = ACTIONS(704), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(704), - [anon_sym_u2265] = ACTIONS(704), - [anon_sym_PLUS] = ACTIONS(704), - [anon_sym_DASH] = ACTIONS(704), - [anon_sym_STAR] = ACTIONS(704), - [anon_sym_u00d7] = ACTIONS(704), - [anon_sym_PERCENT] = ACTIONS(704), - [anon_sym_u00f7] = ACTIONS(704), - [anon_sym_modulus] = ACTIONS(704), - [anon_sym_u25ff] = ACTIONS(704), - [anon_sym_power] = ACTIONS(704), - [anon_sym_u207f] = ACTIONS(704), - [anon_sym_logarithm] = ACTIONS(704), - [anon_sym_u2099] = ACTIONS(704), - [anon_sym_minimum] = ACTIONS(704), - [anon_sym_u21a7] = ACTIONS(704), - [anon_sym_maximum] = ACTIONS(704), - [anon_sym_u21a5] = ACTIONS(704), - [anon_sym_atangent] = ACTIONS(704), - [anon_sym_u2220] = ACTIONS(704), - [anon_sym_length] = ACTIONS(704), - [anon_sym_u29fb] = ACTIONS(704), - [anon_sym_shape] = ACTIONS(704), - [anon_sym_u25b3] = ACTIONS(704), - [anon_sym_range] = ACTIONS(704), - [anon_sym_u21e1] = ACTIONS(704), - [anon_sym_first] = ACTIONS(704), - [anon_sym_u22a2] = ACTIONS(704), - [anon_sym_reverse] = ACTIONS(704), - [anon_sym_u21cc] = ACTIONS(704), - [anon_sym_deshape] = ACTIONS(704), - [anon_sym_u266d] = ACTIONS(704), - [anon_sym_bits] = ACTIONS(704), - [anon_sym_u22ef] = ACTIONS(704), - [anon_sym_transpose] = ACTIONS(704), - [anon_sym_u2349] = ACTIONS(704), - [anon_sym_rise] = ACTIONS(704), - [anon_sym_u234f] = ACTIONS(704), - [anon_sym_fall] = ACTIONS(704), - [anon_sym_u2356] = ACTIONS(704), - [anon_sym_where] = ACTIONS(704), - [anon_sym_u229a] = ACTIONS(704), - [anon_sym_classify] = ACTIONS(704), - [anon_sym_u229b] = ACTIONS(704), - [anon_sym_deduplicate] = ACTIONS(704), - [anon_sym_u25f4] = ACTIONS(704), - [anon_sym_box] = ACTIONS(704), - [anon_sym_u25a1] = ACTIONS(704), - [anon_sym_match] = ACTIONS(704), - [anon_sym_u224d] = ACTIONS(704), - [anon_sym_couple] = ACTIONS(704), - [anon_sym_u229f] = ACTIONS(704), - [anon_sym_join] = ACTIONS(704), - [anon_sym_u2282] = ACTIONS(704), - [anon_sym_select] = ACTIONS(704), - [anon_sym_u228f] = ACTIONS(704), - [anon_sym_pick] = ACTIONS(704), - [anon_sym_u22a1] = ACTIONS(704), - [anon_sym_reshape] = ACTIONS(704), - [anon_sym_u21af] = ACTIONS(704), - [anon_sym_take] = ACTIONS(704), - [anon_sym_u2199] = ACTIONS(704), - [anon_sym_drop] = ACTIONS(704), - [anon_sym_u2198] = ACTIONS(704), - [anon_sym_rotate] = ACTIONS(704), - [anon_sym_u21bb] = ACTIONS(704), - [anon_sym_windows] = ACTIONS(704), - [anon_sym_u25eb] = ACTIONS(704), - [anon_sym_keep] = ACTIONS(704), - [anon_sym_u25bd] = ACTIONS(704), - [anon_sym_find] = ACTIONS(704), - [anon_sym_u2315] = ACTIONS(704), - [anon_sym_indexof] = ACTIONS(704), - [anon_sym_u2297] = ACTIONS(704), - [anon_sym_assert] = ACTIONS(704), - [anon_sym_u2364] = ACTIONS(704), - [anon_sym_wait] = ACTIONS(704), - [anon_sym_parse] = ACTIONS(704), - [anon_sym_u22d5] = ACTIONS(704), - [anon_sym_random] = ACTIONS(704), - [anon_sym_u2682] = ACTIONS(704), - [anon_sym_gen] = ACTIONS(704), - [anon_sym_tag] = ACTIONS(704), - [anon_sym_now] = ACTIONS(704), - [anon_sym_type] = ACTIONS(704), - [anon_sym_u2e2e] = ACTIONS(704), - [anon_sym_dump] = ACTIONS(704), - [anon_sym_regex] = ACTIONS(704), - [anon_sym_send] = ACTIONS(704), - [anon_sym_recv] = ACTIONS(704), - [anon_sym_tryrecv] = ACTIONS(704), - [anon_sym_complex] = ACTIONS(704), - [anon_sym_u2102] = ACTIONS(704), - [anon_sym_rerank] = ACTIONS(704), - [anon_sym_u2607] = ACTIONS(704), - [anon_sym_fix] = ACTIONS(704), - [anon_sym_u00a4] = ACTIONS(704), - [anon_sym_QMARK] = ACTIONS(704), - [anon_sym_unique] = ACTIONS(704), - [anon_sym_u25f0] = ACTIONS(704), - [anon_sym_map] = ACTIONS(704), - [anon_sym_has] = ACTIONS(704), - [anon_sym_get] = ACTIONS(704), - [anon_sym_insert] = ACTIONS(704), - [anon_sym_remove] = ACTIONS(704), - [anon_sym_repr] = ACTIONS(704), - [anon_sym_mask] = ACTIONS(704), - [anon_sym_u29b7] = ACTIONS(704), - [anon_sym_csv] = ACTIONS(704), - [anon_sym_json] = ACTIONS(704), - [anon_sym_xlsx] = ACTIONS(704), - [anon_sym_memberOf] = ACTIONS(704), - [anon_sym_u2208] = ACTIONS(704), - [anon_sym_imen] = ACTIONS(704), - [anon_sym_gife] = ACTIONS(704), - [anon_sym_auden] = ACTIONS(704), - [anon_sym_utfu2088] = ACTIONS(704), - [anon_sym_datetime] = ACTIONS(704), - [anon_sym_chunk] = ACTIONS(704), - [anon_sym_u2444] = ACTIONS(704), - [anon_sym_choose] = ACTIONS(704), - [anon_sym_permute] = ACTIONS(704), - [anon_sym_orient] = ACTIONS(704), - [anon_sym_fft] = ACTIONS(704), - [anon_sym_reduce] = ACTIONS(704), - [anon_sym_SLASH] = ACTIONS(704), - [anon_sym_scan] = ACTIONS(704), - [anon_sym_BSLASH] = ACTIONS(704), - [anon_sym_each] = ACTIONS(704), - [anon_sym_u2235] = ACTIONS(704), - [anon_sym_rows] = ACTIONS(704), - [anon_sym_u2261] = ACTIONS(704), - [anon_sym_repeat] = ACTIONS(704), - [anon_sym_u2365] = ACTIONS(704), - [anon_sym_dip] = ACTIONS(704), - [anon_sym_u2299] = ACTIONS(704), - [anon_sym_gap] = ACTIONS(704), - [anon_sym_u22c5] = ACTIONS(704), - [anon_sym_spawn] = ACTIONS(704), - [anon_sym_rectify] = ACTIONS(704), - [anon_sym_u2305] = ACTIONS(704), - [anon_sym_un] = ACTIONS(702), - [anon_sym_u00b0] = ACTIONS(704), - [anon_sym_on] = ACTIONS(702), - [anon_sym_u27dc] = ACTIONS(704), - [anon_sym_inventory] = ACTIONS(704), - [anon_sym_u235a] = ACTIONS(704), - [anon_sym_content] = ACTIONS(704), - [anon_sym_u25c7] = ACTIONS(704), - [anon_sym_pool] = ACTIONS(704), - [anon_sym_stringify] = ACTIONS(704), - [anon_sym_signature] = ACTIONS(704), - [anon_sym_triangle] = ACTIONS(704), - [anon_sym_u25f9] = ACTIONS(704), - [anon_sym_astar] = ACTIONS(704), - [anon_sym_but] = ACTIONS(704), - [anon_sym_u2919] = ACTIONS(704), - [anon_sym_with] = ACTIONS(704), - [anon_sym_u291a] = ACTIONS(704), - [anon_sym_above] = ACTIONS(704), - [anon_sym_u25e0] = ACTIONS(704), - [anon_sym_below] = ACTIONS(704), - [anon_sym_u25e1] = ACTIONS(704), - [anon_sym_fold] = ACTIONS(704), - [anon_sym_u2227] = ACTIONS(704), - [anon_sym_table] = ACTIONS(704), - [anon_sym_u229e] = ACTIONS(704), - [anon_sym_group] = ACTIONS(704), - [anon_sym_u2295] = ACTIONS(704), - [anon_sym_partition] = ACTIONS(704), - [anon_sym_u229c] = ACTIONS(704), - [anon_sym_both] = ACTIONS(704), - [anon_sym_u2229] = ACTIONS(704), - [anon_sym_bracket] = ACTIONS(704), - [anon_sym_u2293] = ACTIONS(704), - [anon_sym_fork] = ACTIONS(704), - [anon_sym_u2283] = ACTIONS(704), - [anon_sym_under] = ACTIONS(704), - [anon_sym_u235c] = ACTIONS(704), - [anon_sym_fill] = ACTIONS(704), - [anon_sym_u2b1a] = ACTIONS(704), - [anon_sym_try] = ACTIONS(702), - [anon_sym_u2363] = ACTIONS(704), - [anon_sym_do] = ACTIONS(702), - [anon_sym_u2362] = ACTIONS(704), - [anon_sym_setinv] = ACTIONS(704), - [anon_sym_setunder] = ACTIONS(704), - [anon_sym_f] = ACTIONS(702), - [anon_sym_by] = ACTIONS(702), - [anon_sym_u22b8] = ACTIONS(704), - [anon_sym_quote] = ACTIONS(704), - [anon_sym_struct] = ACTIONS(704), - [anon_sym_u2765] = ACTIONS(704), - [anon_sym_u2192] = ACTIONS(704), - [anon_sym_u2237] = ACTIONS(704), - [anon_sym_u00b7] = ACTIONS(704), - [anon_sym_u235b] = ACTIONS(704), - [anon_sym_u2302] = ACTIONS(704), - [anon_sym_u21b0] = ACTIONS(704), - [anon_sym_unpack] = ACTIONS(704), - [anon_sym_u2290] = ACTIONS(704), - [anon_sym_u229d] = ACTIONS(704), - [anon_sym_cross] = ACTIONS(704), - [anon_sym_u22a0] = ACTIONS(704), - [anon_sym_SEMI] = ACTIONS(704), - [anon_sym_deal] = ACTIONS(704), - [anon_sym_strands] = ACTIONS(704), - [anon_sym_u203f] = ACTIONS(704), - [anon_sym_member] = ACTIONS(702), - [anon_sym_u220a] = ACTIONS(704), - [anon_sym_coordinate] = ACTIONS(704), - [anon_sym_u27d4] = ACTIONS(704), - [anon_sym_u03bb] = ACTIONS(704), - [anon_sym_u22ca] = ACTIONS(704), + [sym_openParen] = ACTIONS(686), + [sym_openCurly] = ACTIONS(686), + [sym_openBracket] = ACTIONS(684), + [anon_sym_CARET] = ACTIONS(686), + [anon_sym_SQUOTE] = ACTIONS(684), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(686), + [anon_sym_e] = ACTIONS(684), + [anon_sym_NaN] = ACTIONS(684), + [anon_sym_eta] = ACTIONS(686), + [anon_sym_u03b7] = ACTIONS(684), + [anon_sym_pi] = ACTIONS(684), + [anon_sym_u03c0] = ACTIONS(684), + [anon_sym_tau] = ACTIONS(686), + [anon_sym_u03c4] = ACTIONS(684), + [anon_sym_infinity] = ACTIONS(686), + [anon_sym_u221e] = ACTIONS(686), + [anon_sym_W] = ACTIONS(684), + [anon_sym_i] = ACTIONS(684), + [anon_sym_MaxInt] = ACTIONS(684), + [anon_sym_HexDigits] = ACTIONS(684), + [anon_sym_DOT] = ACTIONS(686), + [anon_sym_COMMA] = ACTIONS(686), + [anon_sym_COLON] = ACTIONS(686), + [anon_sym_u25cc] = ACTIONS(686), + [anon_sym_identity] = ACTIONS(686), + [anon_sym_id] = ACTIONS(684), + [anon_sym_u2218] = ACTIONS(686), + [anon_sym_not] = ACTIONS(686), + [anon_sym_u00ac] = ACTIONS(686), + [anon_sym_sign] = ACTIONS(684), + [anon_sym_u00b1] = ACTIONS(686), + [anon_sym_BQUOTE] = ACTIONS(686), + [anon_sym_u00af] = ACTIONS(684), + [anon_sym_absolutevalue] = ACTIONS(686), + [anon_sym_u2335] = ACTIONS(686), + [anon_sym_sqrt] = ACTIONS(686), + [anon_sym_u221a] = ACTIONS(686), + [anon_sym_sine] = ACTIONS(686), + [anon_sym_u25cb] = ACTIONS(686), + [anon_sym_u223f] = ACTIONS(686), + [anon_sym_floor] = ACTIONS(686), + [anon_sym_u230a] = ACTIONS(686), + [anon_sym_ceiling] = ACTIONS(686), + [anon_sym_u2308] = ACTIONS(686), + [anon_sym_round] = ACTIONS(686), + [anon_sym_u2045] = ACTIONS(686), + [anon_sym_EQ] = ACTIONS(686), + [anon_sym_BANG_EQ] = ACTIONS(686), + [anon_sym_u2260] = ACTIONS(686), + [anon_sym_LT] = ACTIONS(684), + [anon_sym_LT_EQ] = ACTIONS(686), + [anon_sym_u2264] = ACTIONS(686), + [anon_sym_GT] = ACTIONS(684), + [anon_sym_GT_EQ] = ACTIONS(686), + [anon_sym_u2265] = ACTIONS(686), + [anon_sym_PLUS] = ACTIONS(686), + [anon_sym_DASH] = ACTIONS(686), + [anon_sym_STAR] = ACTIONS(686), + [anon_sym_u00d7] = ACTIONS(686), + [anon_sym_PERCENT] = ACTIONS(686), + [anon_sym_u00f7] = ACTIONS(686), + [anon_sym_modulus] = ACTIONS(686), + [anon_sym_u25ff] = ACTIONS(686), + [anon_sym_power] = ACTIONS(686), + [anon_sym_u207f] = ACTIONS(686), + [anon_sym_logarithm] = ACTIONS(686), + [anon_sym_u2099] = ACTIONS(686), + [anon_sym_minimum] = ACTIONS(686), + [anon_sym_u21a7] = ACTIONS(686), + [anon_sym_maximum] = ACTIONS(686), + [anon_sym_u21a5] = ACTIONS(686), + [anon_sym_atangent] = ACTIONS(686), + [anon_sym_u2220] = ACTIONS(686), + [anon_sym_length] = ACTIONS(686), + [anon_sym_u29fb] = ACTIONS(686), + [anon_sym_shape] = ACTIONS(686), + [anon_sym_u25b3] = ACTIONS(686), + [anon_sym_range] = ACTIONS(686), + [anon_sym_u21e1] = ACTIONS(686), + [anon_sym_first] = ACTIONS(686), + [anon_sym_u22a2] = ACTIONS(686), + [anon_sym_reverse] = ACTIONS(686), + [anon_sym_u21cc] = ACTIONS(686), + [anon_sym_deshape] = ACTIONS(686), + [anon_sym_u266d] = ACTIONS(686), + [anon_sym_bits] = ACTIONS(686), + [anon_sym_u22ef] = ACTIONS(686), + [anon_sym_transpose] = ACTIONS(686), + [anon_sym_u2349] = ACTIONS(686), + [anon_sym_rise] = ACTIONS(686), + [anon_sym_u234f] = ACTIONS(686), + [anon_sym_fall] = ACTIONS(686), + [anon_sym_u2356] = ACTIONS(686), + [anon_sym_where] = ACTIONS(686), + [anon_sym_u229a] = ACTIONS(686), + [anon_sym_classify] = ACTIONS(686), + [anon_sym_u229b] = ACTIONS(686), + [anon_sym_deduplicate] = ACTIONS(686), + [anon_sym_u25f4] = ACTIONS(686), + [anon_sym_box] = ACTIONS(686), + [anon_sym_u25a1] = ACTIONS(686), + [anon_sym_match] = ACTIONS(686), + [anon_sym_u224d] = ACTIONS(686), + [anon_sym_couple] = ACTIONS(686), + [anon_sym_u229f] = ACTIONS(686), + [anon_sym_join] = ACTIONS(686), + [anon_sym_u2282] = ACTIONS(686), + [anon_sym_select] = ACTIONS(686), + [anon_sym_u228f] = ACTIONS(686), + [anon_sym_pick] = ACTIONS(686), + [anon_sym_u22a1] = ACTIONS(686), + [anon_sym_reshape] = ACTIONS(686), + [anon_sym_u21af] = ACTIONS(686), + [anon_sym_take] = ACTIONS(686), + [anon_sym_u2199] = ACTIONS(686), + [anon_sym_drop] = ACTIONS(686), + [anon_sym_u2198] = ACTIONS(686), + [anon_sym_rotate] = ACTIONS(686), + [anon_sym_u21bb] = ACTIONS(686), + [anon_sym_windows] = ACTIONS(686), + [anon_sym_u25eb] = ACTIONS(686), + [anon_sym_keep] = ACTIONS(686), + [anon_sym_u25bd] = ACTIONS(686), + [anon_sym_find] = ACTIONS(686), + [anon_sym_u2315] = ACTIONS(686), + [anon_sym_indexof] = ACTIONS(686), + [anon_sym_u2297] = ACTIONS(686), + [anon_sym_assert] = ACTIONS(686), + [anon_sym_u2364] = ACTIONS(686), + [anon_sym_wait] = ACTIONS(686), + [anon_sym_parse] = ACTIONS(686), + [anon_sym_u22d5] = ACTIONS(686), + [anon_sym_random] = ACTIONS(686), + [anon_sym_u2682] = ACTIONS(686), + [anon_sym_gen] = ACTIONS(686), + [anon_sym_tag] = ACTIONS(686), + [anon_sym_now] = ACTIONS(686), + [anon_sym_type] = ACTIONS(686), + [anon_sym_u2e2e] = ACTIONS(686), + [anon_sym_dump] = ACTIONS(686), + [anon_sym_regex] = ACTIONS(686), + [anon_sym_send] = ACTIONS(686), + [anon_sym_recv] = ACTIONS(686), + [anon_sym_tryrecv] = ACTIONS(686), + [anon_sym_complex] = ACTIONS(686), + [anon_sym_u2102] = ACTIONS(686), + [anon_sym_rerank] = ACTIONS(686), + [anon_sym_u2607] = ACTIONS(686), + [anon_sym_fix] = ACTIONS(686), + [anon_sym_u00a4] = ACTIONS(686), + [anon_sym_QMARK] = ACTIONS(686), + [anon_sym_unique] = ACTIONS(686), + [anon_sym_u25f0] = ACTIONS(686), + [anon_sym_map] = ACTIONS(686), + [anon_sym_has] = ACTIONS(686), + [anon_sym_get] = ACTIONS(686), + [anon_sym_insert] = ACTIONS(686), + [anon_sym_remove] = ACTIONS(686), + [anon_sym_repr] = ACTIONS(686), + [anon_sym_mask] = ACTIONS(686), + [anon_sym_u29b7] = ACTIONS(686), + [anon_sym_csv] = ACTIONS(686), + [anon_sym_json] = ACTIONS(686), + [anon_sym_xlsx] = ACTIONS(686), + [anon_sym_memberOf] = ACTIONS(686), + [anon_sym_u2208] = ACTIONS(686), + [anon_sym_imen] = ACTIONS(686), + [anon_sym_gife] = ACTIONS(686), + [anon_sym_auden] = ACTIONS(686), + [anon_sym_utfu2088] = ACTIONS(686), + [anon_sym_datetime] = ACTIONS(686), + [anon_sym_choose] = ACTIONS(686), + [anon_sym_permute] = ACTIONS(686), + [anon_sym_orient] = ACTIONS(686), + [anon_sym_u2938] = ACTIONS(686), + [anon_sym_fft] = ACTIONS(686), + [anon_sym_graphemes] = ACTIONS(686), + [anon_sym_timezone] = ACTIONS(686), + [anon_sym_around] = ACTIONS(686), + [anon_sym_u2019] = ACTIONS(686), + [anon_sym_base] = ACTIONS(686), + [anon_sym_sort] = ACTIONS(686), + [anon_sym_u2346] = ACTIONS(686), + [anon_sym_last] = ACTIONS(686), + [anon_sym_u22a3] = ACTIONS(686), + [anon_sym_reduce] = ACTIONS(686), + [anon_sym_SLASH] = ACTIONS(686), + [anon_sym_scan] = ACTIONS(686), + [anon_sym_BSLASH] = ACTIONS(686), + [anon_sym_each] = ACTIONS(686), + [anon_sym_u2235] = ACTIONS(686), + [anon_sym_rows] = ACTIONS(686), + [anon_sym_u2261] = ACTIONS(686), + [anon_sym_repeat] = ACTIONS(686), + [anon_sym_u2365] = ACTIONS(686), + [anon_sym_dip] = ACTIONS(686), + [anon_sym_u2299] = ACTIONS(686), + [anon_sym_gap] = ACTIONS(686), + [anon_sym_u22c5] = ACTIONS(686), + [anon_sym_spawn] = ACTIONS(686), + [anon_sym_rectify] = ACTIONS(686), + [anon_sym_u2305] = ACTIONS(686), + [anon_sym_un] = ACTIONS(684), + [anon_sym_u00b0] = ACTIONS(686), + [anon_sym_on] = ACTIONS(684), + [anon_sym_u27dc] = ACTIONS(686), + [anon_sym_inventory] = ACTIONS(686), + [anon_sym_u235a] = ACTIONS(686), + [anon_sym_content] = ACTIONS(686), + [anon_sym_u25c7] = ACTIONS(686), + [anon_sym_pool] = ACTIONS(686), + [anon_sym_stringify] = ACTIONS(686), + [anon_sym_signature] = ACTIONS(686), + [anon_sym_triangle] = ACTIONS(686), + [anon_sym_u25f9] = ACTIONS(686), + [anon_sym_astar] = ACTIONS(686), + [anon_sym_with] = ACTIONS(686), + [anon_sym_u2919] = ACTIONS(686), + [anon_sym_off] = ACTIONS(686), + [anon_sym_u291a] = ACTIONS(686), + [anon_sym_above] = ACTIONS(686), + [anon_sym_u25e0] = ACTIONS(686), + [anon_sym_below] = ACTIONS(686), + [anon_sym_u25e1] = ACTIONS(686), + [anon_sym_anti] = ACTIONS(686), + [anon_sym_u231d] = ACTIONS(686), + [anon_sym_obverse] = ACTIONS(686), + [anon_sym_toples] = ACTIONS(686), + [anon_sym_u29c5] = ACTIONS(686), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(686), + [anon_sym_fold] = ACTIONS(686), + [anon_sym_u2227] = ACTIONS(686), + [anon_sym_table] = ACTIONS(686), + [anon_sym_u229e] = ACTIONS(686), + [anon_sym_group] = ACTIONS(686), + [anon_sym_u2295] = ACTIONS(686), + [anon_sym_partition] = ACTIONS(686), + [anon_sym_u229c] = ACTIONS(686), + [anon_sym_both] = ACTIONS(686), + [anon_sym_u2229] = ACTIONS(686), + [anon_sym_bracket] = ACTIONS(686), + [anon_sym_u2293] = ACTIONS(686), + [anon_sym_fork] = ACTIONS(686), + [anon_sym_u2283] = ACTIONS(686), + [anon_sym_under] = ACTIONS(686), + [anon_sym_u235c] = ACTIONS(686), + [anon_sym_fill] = ACTIONS(686), + [anon_sym_u2b1a] = ACTIONS(686), + [anon_sym_try] = ACTIONS(684), + [anon_sym_u2363] = ACTIONS(686), + [anon_sym_do] = ACTIONS(684), + [anon_sym_u2362] = ACTIONS(686), + [anon_sym_f] = ACTIONS(684), + [anon_sym_by] = ACTIONS(684), + [anon_sym_u22b8] = ACTIONS(686), + [anon_sym_quote] = ACTIONS(686), + [anon_sym_u2765] = ACTIONS(686), + [anon_sym_u2192] = ACTIONS(686), + [anon_sym_u2237] = ACTIONS(686), + [anon_sym_u00b7] = ACTIONS(686), + [anon_sym_u235b] = ACTIONS(686), + [anon_sym_u2302] = ACTIONS(686), + [anon_sym_u21b0] = ACTIONS(686), + [anon_sym_unpack] = ACTIONS(686), + [anon_sym_u2290] = ACTIONS(686), + [anon_sym_u229d] = ACTIONS(686), + [anon_sym_cross] = ACTIONS(686), + [anon_sym_u22a0] = ACTIONS(686), + [anon_sym_SEMI] = ACTIONS(686), + [anon_sym_deal] = ACTIONS(686), + [anon_sym_member] = ACTIONS(684), + [anon_sym_u220a] = ACTIONS(686), + [anon_sym_coordinate] = ACTIONS(686), + [anon_sym_u27d4] = ACTIONS(686), + [anon_sym_u03bb] = ACTIONS(686), + [anon_sym_u22ca] = ACTIONS(686), + [anon_sym_chunk] = ACTIONS(686), + [anon_sym_u2444] = ACTIONS(686), + [anon_sym_setinv] = ACTIONS(686), + [anon_sym_setund] = ACTIONS(686), + [anon_sym_struct] = ACTIONS(686), [sym__endOfLine] = ACTIONS(5), }, [166] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(706), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(638), + [sym_fraction] = ACTIONS(640), + [anon_sym_Days] = ACTIONS(638), + [anon_sym_Months] = ACTIONS(638), + [anon_sym_MonthDays] = ACTIONS(638), + [anon_sym_LeanMonthDays] = ACTIONS(638), + [anon_sym_White] = ACTIONS(638), + [anon_sym_Black] = ACTIONS(638), + [anon_sym_Red] = ACTIONS(638), + [anon_sym_Orange] = ACTIONS(638), + [anon_sym_Yellow] = ACTIONS(638), + [anon_sym_Green] = ACTIONS(638), + [anon_sym_Cyan] = ACTIONS(638), + [anon_sym_Blue] = ACTIONS(638), + [anon_sym_Purple] = ACTIONS(638), + [anon_sym_Magenta] = ACTIONS(638), + [anon_sym_Gay] = ACTIONS(638), + [anon_sym_Lesbian] = ACTIONS(638), + [anon_sym_Bi] = ACTIONS(638), + [anon_sym_Trans] = ACTIONS(638), + [anon_sym_Pan] = ACTIONS(638), + [anon_sym_Ace] = ACTIONS(638), + [anon_sym_Aro] = ACTIONS(638), + [anon_sym_Aroace] = ACTIONS(638), + [anon_sym_Enby] = ACTIONS(638), + [anon_sym_Fluid] = ACTIONS(638), + [anon_sym_Queer] = ACTIONS(638), + [anon_sym_Agender] = ACTIONS(638), + [anon_sym_PrideFlags] = ACTIONS(638), + [anon_sym_PrideFlagNames] = ACTIONS(638), + [anon_sym_True] = ACTIONS(638), + [anon_sym_False] = ACTIONS(638), + [anon_sym_NULL] = ACTIONS(638), + [anon_sym_Logo] = ACTIONS(638), + [anon_sym_Lena] = ACTIONS(638), + [anon_sym_Music] = ACTIONS(638), + [anon_sym_Lorem] = ACTIONS(638), + [anon_sym_Os] = ACTIONS(638), + [anon_sym_Family] = ACTIONS(638), + [anon_sym_Arch] = ACTIONS(638), + [anon_sym_ExeExt] = ACTIONS(638), + [anon_sym_DllExt] = ACTIONS(638), + [anon_sym_Sep] = ACTIONS(638), + [anon_sym_ThisFile] = ACTIONS(638), + [anon_sym_ThisFileName] = ACTIONS(638), + [anon_sym_ThisFileDir] = ACTIONS(638), + [anon_sym_WorkingDir] = ACTIONS(638), + [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_Planets] = ACTIONS(638), + [anon_sym_Zodiac] = ACTIONS(638), + [anon_sym_Suits] = ACTIONS(638), + [anon_sym_Cards] = ACTIONS(638), + [anon_sym_Chess] = ACTIONS(638), + [anon_sym_Moon] = ACTIONS(638), + [anon_sym_Skin] = ACTIONS(638), + [anon_sym_People] = ACTIONS(638), + [anon_sym_Hair] = ACTIONS(638), + [anon_sym_Cat] = ACTIONS(638), + [aux_sym_character_token1] = ACTIONS(640), + [sym_string] = ACTIONS(640), + [sym_multiLineString] = ACTIONS(640), + [sym_identifier] = ACTIONS(638), + [sym_identifierDeprecated] = ACTIONS(638), + [sym_system] = ACTIONS(640), + [sym_comment] = ACTIONS(638), + [sym_openParen] = ACTIONS(640), + [sym_openCurly] = ACTIONS(640), + [sym_openBracket] = ACTIONS(638), + [anon_sym_CARET] = ACTIONS(640), + [anon_sym_SQUOTE] = ACTIONS(638), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(640), + [anon_sym_e] = ACTIONS(638), + [anon_sym_NaN] = ACTIONS(638), + [anon_sym_eta] = ACTIONS(640), + [anon_sym_u03b7] = ACTIONS(638), + [anon_sym_pi] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), + [anon_sym_tau] = ACTIONS(640), + [anon_sym_u03c4] = ACTIONS(638), + [anon_sym_infinity] = ACTIONS(640), + [anon_sym_u221e] = ACTIONS(640), + [anon_sym_W] = ACTIONS(638), + [anon_sym_i] = ACTIONS(638), + [anon_sym_MaxInt] = ACTIONS(638), + [anon_sym_HexDigits] = ACTIONS(638), + [anon_sym_DOT] = ACTIONS(640), + [anon_sym_COMMA] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), + [anon_sym_identity] = ACTIONS(640), + [anon_sym_id] = ACTIONS(638), + [anon_sym_u2218] = ACTIONS(640), + [anon_sym_not] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), + [anon_sym_BQUOTE] = ACTIONS(640), + [anon_sym_u00af] = ACTIONS(638), + [anon_sym_absolutevalue] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), + [anon_sym_sqrt] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), + [anon_sym_sine] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), + [anon_sym_u223f] = ACTIONS(640), + [anon_sym_floor] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), + [anon_sym_ceiling] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), + [anon_sym_round] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), + [anon_sym_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), + [anon_sym_LT] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(638), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_STAR] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), + [anon_sym_PERCENT] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), + [anon_sym_modulus] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), + [anon_sym_power] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), + [anon_sym_logarithm] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), + [anon_sym_minimum] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), + [anon_sym_maximum] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), + [anon_sym_atangent] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), + [anon_sym_length] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(640), + [anon_sym_u25b3] = ACTIONS(640), + [anon_sym_range] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), + [anon_sym_first] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), + [anon_sym_reverse] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), + [anon_sym_deshape] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), + [anon_sym_bits] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), + [anon_sym_transpose] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), + [anon_sym_rise] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), + [anon_sym_fall] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), + [anon_sym_where] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), + [anon_sym_classify] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), + [anon_sym_deduplicate] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), + [anon_sym_box] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), + [anon_sym_match] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), + [anon_sym_couple] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), + [anon_sym_join] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), + [anon_sym_select] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), + [anon_sym_pick] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), + [anon_sym_reshape] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), + [anon_sym_take] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), + [anon_sym_drop] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), + [anon_sym_rotate] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), + [anon_sym_windows] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), + [anon_sym_keep] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), + [anon_sym_find] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), + [anon_sym_indexof] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), + [anon_sym_assert] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), + [anon_sym_wait] = ACTIONS(640), + [anon_sym_parse] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), + [anon_sym_random] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), + [anon_sym_gen] = ACTIONS(640), + [anon_sym_tag] = ACTIONS(640), + [anon_sym_now] = ACTIONS(640), + [anon_sym_type] = ACTIONS(640), + [anon_sym_u2e2e] = ACTIONS(640), + [anon_sym_dump] = ACTIONS(640), + [anon_sym_regex] = ACTIONS(640), + [anon_sym_send] = ACTIONS(640), + [anon_sym_recv] = ACTIONS(640), + [anon_sym_tryrecv] = ACTIONS(640), + [anon_sym_complex] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), + [anon_sym_rerank] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), + [anon_sym_fix] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_unique] = ACTIONS(640), + [anon_sym_u25f0] = ACTIONS(640), + [anon_sym_map] = ACTIONS(640), + [anon_sym_has] = ACTIONS(640), + [anon_sym_get] = ACTIONS(640), + [anon_sym_insert] = ACTIONS(640), + [anon_sym_remove] = ACTIONS(640), + [anon_sym_repr] = ACTIONS(640), + [anon_sym_mask] = ACTIONS(640), + [anon_sym_u29b7] = ACTIONS(640), + [anon_sym_csv] = ACTIONS(640), + [anon_sym_json] = ACTIONS(640), + [anon_sym_xlsx] = ACTIONS(640), + [anon_sym_memberOf] = ACTIONS(640), + [anon_sym_u2208] = ACTIONS(640), + [anon_sym_imen] = ACTIONS(640), + [anon_sym_gife] = ACTIONS(640), + [anon_sym_auden] = ACTIONS(640), + [anon_sym_utfu2088] = ACTIONS(640), + [anon_sym_datetime] = ACTIONS(640), + [anon_sym_choose] = ACTIONS(640), + [anon_sym_permute] = ACTIONS(640), + [anon_sym_orient] = ACTIONS(640), + [anon_sym_u2938] = ACTIONS(640), + [anon_sym_fft] = ACTIONS(640), + [anon_sym_graphemes] = ACTIONS(640), + [anon_sym_timezone] = ACTIONS(640), + [anon_sym_around] = ACTIONS(640), + [anon_sym_u2019] = ACTIONS(640), + [anon_sym_base] = ACTIONS(640), + [anon_sym_sort] = ACTIONS(640), + [anon_sym_u2346] = ACTIONS(640), + [anon_sym_last] = ACTIONS(640), + [anon_sym_u22a3] = ACTIONS(640), + [anon_sym_reduce] = ACTIONS(640), + [anon_sym_SLASH] = ACTIONS(640), + [anon_sym_scan] = ACTIONS(640), + [anon_sym_BSLASH] = ACTIONS(640), + [anon_sym_each] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), + [anon_sym_rows] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), + [anon_sym_repeat] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), + [anon_sym_dip] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), + [anon_sym_gap] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), + [anon_sym_spawn] = ACTIONS(640), + [anon_sym_rectify] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), + [anon_sym_un] = ACTIONS(638), + [anon_sym_u00b0] = ACTIONS(640), + [anon_sym_on] = ACTIONS(638), + [anon_sym_u27dc] = ACTIONS(640), + [anon_sym_inventory] = ACTIONS(640), + [anon_sym_u235a] = ACTIONS(640), + [anon_sym_content] = ACTIONS(640), + [anon_sym_u25c7] = ACTIONS(640), + [anon_sym_pool] = ACTIONS(640), + [anon_sym_stringify] = ACTIONS(640), + [anon_sym_signature] = ACTIONS(640), + [anon_sym_triangle] = ACTIONS(640), + [anon_sym_u25f9] = ACTIONS(640), + [anon_sym_astar] = ACTIONS(640), + [anon_sym_with] = ACTIONS(640), + [anon_sym_u2919] = ACTIONS(640), + [anon_sym_off] = ACTIONS(640), + [anon_sym_u291a] = ACTIONS(640), + [anon_sym_above] = ACTIONS(640), + [anon_sym_u25e0] = ACTIONS(640), + [anon_sym_below] = ACTIONS(640), + [anon_sym_u25e1] = ACTIONS(640), + [anon_sym_anti] = ACTIONS(640), + [anon_sym_u231d] = ACTIONS(640), + [anon_sym_obverse] = ACTIONS(640), + [anon_sym_toples] = ACTIONS(640), + [anon_sym_u29c5] = ACTIONS(640), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(640), + [anon_sym_fold] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), + [anon_sym_table] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), + [anon_sym_group] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), + [anon_sym_partition] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), + [anon_sym_both] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), + [anon_sym_bracket] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), + [anon_sym_fork] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), + [anon_sym_under] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), + [anon_sym_fill] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), + [anon_sym_try] = ACTIONS(638), + [anon_sym_u2363] = ACTIONS(640), + [anon_sym_do] = ACTIONS(638), + [anon_sym_u2362] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [anon_sym_by] = ACTIONS(638), + [anon_sym_u22b8] = ACTIONS(640), + [anon_sym_quote] = ACTIONS(640), + [anon_sym_u2765] = ACTIONS(640), + [anon_sym_u2192] = ACTIONS(640), + [anon_sym_u2237] = ACTIONS(640), + [anon_sym_u00b7] = ACTIONS(640), + [anon_sym_u235b] = ACTIONS(640), + [anon_sym_u2302] = ACTIONS(640), + [anon_sym_u21b0] = ACTIONS(640), + [anon_sym_unpack] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), + [anon_sym_cross] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_deal] = ACTIONS(640), + [anon_sym_member] = ACTIONS(638), + [anon_sym_u220a] = ACTIONS(640), + [anon_sym_coordinate] = ACTIONS(640), + [anon_sym_u27d4] = ACTIONS(640), + [anon_sym_u03bb] = ACTIONS(640), + [anon_sym_u22ca] = ACTIONS(640), + [anon_sym_chunk] = ACTIONS(640), + [anon_sym_u2444] = ACTIONS(640), + [anon_sym_setinv] = ACTIONS(640), + [anon_sym_setund] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [167] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_closeParen] = ACTIONS(708), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(688), + [sym_fraction] = ACTIONS(690), + [anon_sym_Days] = ACTIONS(688), + [anon_sym_Months] = ACTIONS(688), + [anon_sym_MonthDays] = ACTIONS(688), + [anon_sym_LeanMonthDays] = ACTIONS(688), + [anon_sym_White] = ACTIONS(688), + [anon_sym_Black] = ACTIONS(688), + [anon_sym_Red] = ACTIONS(688), + [anon_sym_Orange] = ACTIONS(688), + [anon_sym_Yellow] = ACTIONS(688), + [anon_sym_Green] = ACTIONS(688), + [anon_sym_Cyan] = ACTIONS(688), + [anon_sym_Blue] = ACTIONS(688), + [anon_sym_Purple] = ACTIONS(688), + [anon_sym_Magenta] = ACTIONS(688), + [anon_sym_Gay] = ACTIONS(688), + [anon_sym_Lesbian] = ACTIONS(688), + [anon_sym_Bi] = ACTIONS(688), + [anon_sym_Trans] = ACTIONS(688), + [anon_sym_Pan] = ACTIONS(688), + [anon_sym_Ace] = ACTIONS(688), + [anon_sym_Aro] = ACTIONS(688), + [anon_sym_Aroace] = ACTIONS(688), + [anon_sym_Enby] = ACTIONS(688), + [anon_sym_Fluid] = ACTIONS(688), + [anon_sym_Queer] = ACTIONS(688), + [anon_sym_Agender] = ACTIONS(688), + [anon_sym_PrideFlags] = ACTIONS(688), + [anon_sym_PrideFlagNames] = ACTIONS(688), + [anon_sym_True] = ACTIONS(688), + [anon_sym_False] = ACTIONS(688), + [anon_sym_NULL] = ACTIONS(688), + [anon_sym_Logo] = ACTIONS(688), + [anon_sym_Lena] = ACTIONS(688), + [anon_sym_Music] = ACTIONS(688), + [anon_sym_Lorem] = ACTIONS(688), + [anon_sym_Os] = ACTIONS(688), + [anon_sym_Family] = ACTIONS(688), + [anon_sym_Arch] = ACTIONS(688), + [anon_sym_ExeExt] = ACTIONS(688), + [anon_sym_DllExt] = ACTIONS(688), + [anon_sym_Sep] = ACTIONS(688), + [anon_sym_ThisFile] = ACTIONS(688), + [anon_sym_ThisFileName] = ACTIONS(688), + [anon_sym_ThisFileDir] = ACTIONS(688), + [anon_sym_WorkingDir] = ACTIONS(688), + [anon_sym_NumProcs] = ACTIONS(688), + [anon_sym_Planets] = ACTIONS(688), + [anon_sym_Zodiac] = ACTIONS(688), + [anon_sym_Suits] = ACTIONS(688), + [anon_sym_Cards] = ACTIONS(688), + [anon_sym_Chess] = ACTIONS(688), + [anon_sym_Moon] = ACTIONS(688), + [anon_sym_Skin] = ACTIONS(688), + [anon_sym_People] = ACTIONS(688), + [anon_sym_Hair] = ACTIONS(688), + [anon_sym_Cat] = ACTIONS(688), + [aux_sym_character_token1] = ACTIONS(690), + [sym_string] = ACTIONS(690), + [sym_multiLineString] = ACTIONS(690), + [sym_identifier] = ACTIONS(688), + [sym_identifierDeprecated] = ACTIONS(688), + [sym_system] = ACTIONS(690), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(690), + [sym_openCurly] = ACTIONS(690), + [sym_openBracket] = ACTIONS(688), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_SQUOTE] = ACTIONS(688), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(690), + [anon_sym_e] = ACTIONS(688), + [anon_sym_NaN] = ACTIONS(688), + [anon_sym_eta] = ACTIONS(690), + [anon_sym_u03b7] = ACTIONS(688), + [anon_sym_pi] = ACTIONS(688), + [anon_sym_u03c0] = ACTIONS(688), + [anon_sym_tau] = ACTIONS(690), + [anon_sym_u03c4] = ACTIONS(688), + [anon_sym_infinity] = ACTIONS(690), + [anon_sym_u221e] = ACTIONS(690), + [anon_sym_W] = ACTIONS(688), + [anon_sym_i] = ACTIONS(688), + [anon_sym_MaxInt] = ACTIONS(688), + [anon_sym_HexDigits] = ACTIONS(688), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_COMMA] = ACTIONS(690), + [anon_sym_COLON] = ACTIONS(690), + [anon_sym_u25cc] = ACTIONS(690), + [anon_sym_identity] = ACTIONS(690), + [anon_sym_id] = ACTIONS(688), + [anon_sym_u2218] = ACTIONS(690), + [anon_sym_not] = ACTIONS(690), + [anon_sym_u00ac] = ACTIONS(690), + [anon_sym_sign] = ACTIONS(688), + [anon_sym_u00b1] = ACTIONS(690), + [anon_sym_BQUOTE] = ACTIONS(690), + [anon_sym_u00af] = ACTIONS(688), + [anon_sym_absolutevalue] = ACTIONS(690), + [anon_sym_u2335] = ACTIONS(690), + [anon_sym_sqrt] = ACTIONS(690), + [anon_sym_u221a] = ACTIONS(690), + [anon_sym_sine] = ACTIONS(690), + [anon_sym_u25cb] = ACTIONS(690), + [anon_sym_u223f] = ACTIONS(690), + [anon_sym_floor] = ACTIONS(690), + [anon_sym_u230a] = ACTIONS(690), + [anon_sym_ceiling] = ACTIONS(690), + [anon_sym_u2308] = ACTIONS(690), + [anon_sym_round] = ACTIONS(690), + [anon_sym_u2045] = ACTIONS(690), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_BANG_EQ] = ACTIONS(690), + [anon_sym_u2260] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(688), + [anon_sym_LT_EQ] = ACTIONS(690), + [anon_sym_u2264] = ACTIONS(690), + [anon_sym_GT] = ACTIONS(688), + [anon_sym_GT_EQ] = ACTIONS(690), + [anon_sym_u2265] = ACTIONS(690), + [anon_sym_PLUS] = ACTIONS(690), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_u00d7] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_u00f7] = ACTIONS(690), + [anon_sym_modulus] = ACTIONS(690), + [anon_sym_u25ff] = ACTIONS(690), + [anon_sym_power] = ACTIONS(690), + [anon_sym_u207f] = ACTIONS(690), + [anon_sym_logarithm] = ACTIONS(690), + [anon_sym_u2099] = ACTIONS(690), + [anon_sym_minimum] = ACTIONS(690), + [anon_sym_u21a7] = ACTIONS(690), + [anon_sym_maximum] = ACTIONS(690), + [anon_sym_u21a5] = ACTIONS(690), + [anon_sym_atangent] = ACTIONS(690), + [anon_sym_u2220] = ACTIONS(690), + [anon_sym_length] = ACTIONS(690), + [anon_sym_u29fb] = ACTIONS(690), + [anon_sym_shape] = ACTIONS(690), + [anon_sym_u25b3] = ACTIONS(690), + [anon_sym_range] = ACTIONS(690), + [anon_sym_u21e1] = ACTIONS(690), + [anon_sym_first] = ACTIONS(690), + [anon_sym_u22a2] = ACTIONS(690), + [anon_sym_reverse] = ACTIONS(690), + [anon_sym_u21cc] = ACTIONS(690), + [anon_sym_deshape] = ACTIONS(690), + [anon_sym_u266d] = ACTIONS(690), + [anon_sym_bits] = ACTIONS(690), + [anon_sym_u22ef] = ACTIONS(690), + [anon_sym_transpose] = ACTIONS(690), + [anon_sym_u2349] = ACTIONS(690), + [anon_sym_rise] = ACTIONS(690), + [anon_sym_u234f] = ACTIONS(690), + [anon_sym_fall] = ACTIONS(690), + [anon_sym_u2356] = ACTIONS(690), + [anon_sym_where] = ACTIONS(690), + [anon_sym_u229a] = ACTIONS(690), + [anon_sym_classify] = ACTIONS(690), + [anon_sym_u229b] = ACTIONS(690), + [anon_sym_deduplicate] = ACTIONS(690), + [anon_sym_u25f4] = ACTIONS(690), + [anon_sym_box] = ACTIONS(690), + [anon_sym_u25a1] = ACTIONS(690), + [anon_sym_match] = ACTIONS(690), + [anon_sym_u224d] = ACTIONS(690), + [anon_sym_couple] = ACTIONS(690), + [anon_sym_u229f] = ACTIONS(690), + [anon_sym_join] = ACTIONS(690), + [anon_sym_u2282] = ACTIONS(690), + [anon_sym_select] = ACTIONS(690), + [anon_sym_u228f] = ACTIONS(690), + [anon_sym_pick] = ACTIONS(690), + [anon_sym_u22a1] = ACTIONS(690), + [anon_sym_reshape] = ACTIONS(690), + [anon_sym_u21af] = ACTIONS(690), + [anon_sym_take] = ACTIONS(690), + [anon_sym_u2199] = ACTIONS(690), + [anon_sym_drop] = ACTIONS(690), + [anon_sym_u2198] = ACTIONS(690), + [anon_sym_rotate] = ACTIONS(690), + [anon_sym_u21bb] = ACTIONS(690), + [anon_sym_windows] = ACTIONS(690), + [anon_sym_u25eb] = ACTIONS(690), + [anon_sym_keep] = ACTIONS(690), + [anon_sym_u25bd] = ACTIONS(690), + [anon_sym_find] = ACTIONS(690), + [anon_sym_u2315] = ACTIONS(690), + [anon_sym_indexof] = ACTIONS(690), + [anon_sym_u2297] = ACTIONS(690), + [anon_sym_assert] = ACTIONS(690), + [anon_sym_u2364] = ACTIONS(690), + [anon_sym_wait] = ACTIONS(690), + [anon_sym_parse] = ACTIONS(690), + [anon_sym_u22d5] = ACTIONS(690), + [anon_sym_random] = ACTIONS(690), + [anon_sym_u2682] = ACTIONS(690), + [anon_sym_gen] = ACTIONS(690), + [anon_sym_tag] = ACTIONS(690), + [anon_sym_now] = ACTIONS(690), + [anon_sym_type] = ACTIONS(690), + [anon_sym_u2e2e] = ACTIONS(690), + [anon_sym_dump] = ACTIONS(690), + [anon_sym_regex] = ACTIONS(690), + [anon_sym_send] = ACTIONS(690), + [anon_sym_recv] = ACTIONS(690), + [anon_sym_tryrecv] = ACTIONS(690), + [anon_sym_complex] = ACTIONS(690), + [anon_sym_u2102] = ACTIONS(690), + [anon_sym_rerank] = ACTIONS(690), + [anon_sym_u2607] = ACTIONS(690), + [anon_sym_fix] = ACTIONS(690), + [anon_sym_u00a4] = ACTIONS(690), + [anon_sym_QMARK] = ACTIONS(690), + [anon_sym_unique] = ACTIONS(690), + [anon_sym_u25f0] = ACTIONS(690), + [anon_sym_map] = ACTIONS(690), + [anon_sym_has] = ACTIONS(690), + [anon_sym_get] = ACTIONS(690), + [anon_sym_insert] = ACTIONS(690), + [anon_sym_remove] = ACTIONS(690), + [anon_sym_repr] = ACTIONS(690), + [anon_sym_mask] = ACTIONS(690), + [anon_sym_u29b7] = ACTIONS(690), + [anon_sym_csv] = ACTIONS(690), + [anon_sym_json] = ACTIONS(690), + [anon_sym_xlsx] = ACTIONS(690), + [anon_sym_memberOf] = ACTIONS(690), + [anon_sym_u2208] = ACTIONS(690), + [anon_sym_imen] = ACTIONS(690), + [anon_sym_gife] = ACTIONS(690), + [anon_sym_auden] = ACTIONS(690), + [anon_sym_utfu2088] = ACTIONS(690), + [anon_sym_datetime] = ACTIONS(690), + [anon_sym_choose] = ACTIONS(690), + [anon_sym_permute] = ACTIONS(690), + [anon_sym_orient] = ACTIONS(690), + [anon_sym_u2938] = ACTIONS(690), + [anon_sym_fft] = ACTIONS(690), + [anon_sym_graphemes] = ACTIONS(690), + [anon_sym_timezone] = ACTIONS(690), + [anon_sym_around] = ACTIONS(690), + [anon_sym_u2019] = ACTIONS(690), + [anon_sym_base] = ACTIONS(690), + [anon_sym_sort] = ACTIONS(690), + [anon_sym_u2346] = ACTIONS(690), + [anon_sym_last] = ACTIONS(690), + [anon_sym_u22a3] = ACTIONS(690), + [anon_sym_reduce] = ACTIONS(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_scan] = ACTIONS(690), + [anon_sym_BSLASH] = ACTIONS(690), + [anon_sym_each] = ACTIONS(690), + [anon_sym_u2235] = ACTIONS(690), + [anon_sym_rows] = ACTIONS(690), + [anon_sym_u2261] = ACTIONS(690), + [anon_sym_repeat] = ACTIONS(690), + [anon_sym_u2365] = ACTIONS(690), + [anon_sym_dip] = ACTIONS(690), + [anon_sym_u2299] = ACTIONS(690), + [anon_sym_gap] = ACTIONS(690), + [anon_sym_u22c5] = ACTIONS(690), + [anon_sym_spawn] = ACTIONS(690), + [anon_sym_rectify] = ACTIONS(690), + [anon_sym_u2305] = ACTIONS(690), + [anon_sym_un] = ACTIONS(688), + [anon_sym_u00b0] = ACTIONS(690), + [anon_sym_on] = ACTIONS(688), + [anon_sym_u27dc] = ACTIONS(690), + [anon_sym_inventory] = ACTIONS(690), + [anon_sym_u235a] = ACTIONS(690), + [anon_sym_content] = ACTIONS(690), + [anon_sym_u25c7] = ACTIONS(690), + [anon_sym_pool] = ACTIONS(690), + [anon_sym_stringify] = ACTIONS(690), + [anon_sym_signature] = ACTIONS(690), + [anon_sym_triangle] = ACTIONS(690), + [anon_sym_u25f9] = ACTIONS(690), + [anon_sym_astar] = ACTIONS(690), + [anon_sym_with] = ACTIONS(690), + [anon_sym_u2919] = ACTIONS(690), + [anon_sym_off] = ACTIONS(690), + [anon_sym_u291a] = ACTIONS(690), + [anon_sym_above] = ACTIONS(690), + [anon_sym_u25e0] = ACTIONS(690), + [anon_sym_below] = ACTIONS(690), + [anon_sym_u25e1] = ACTIONS(690), + [anon_sym_anti] = ACTIONS(690), + [anon_sym_u231d] = ACTIONS(690), + [anon_sym_obverse] = ACTIONS(690), + [anon_sym_toples] = ACTIONS(690), + [anon_sym_u29c5] = ACTIONS(690), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(690), + [anon_sym_fold] = ACTIONS(690), + [anon_sym_u2227] = ACTIONS(690), + [anon_sym_table] = ACTIONS(690), + [anon_sym_u229e] = ACTIONS(690), + [anon_sym_group] = ACTIONS(690), + [anon_sym_u2295] = ACTIONS(690), + [anon_sym_partition] = ACTIONS(690), + [anon_sym_u229c] = ACTIONS(690), + [anon_sym_both] = ACTIONS(690), + [anon_sym_u2229] = ACTIONS(690), + [anon_sym_bracket] = ACTIONS(690), + [anon_sym_u2293] = ACTIONS(690), + [anon_sym_fork] = ACTIONS(690), + [anon_sym_u2283] = ACTIONS(690), + [anon_sym_under] = ACTIONS(690), + [anon_sym_u235c] = ACTIONS(690), + [anon_sym_fill] = ACTIONS(690), + [anon_sym_u2b1a] = ACTIONS(690), + [anon_sym_try] = ACTIONS(688), + [anon_sym_u2363] = ACTIONS(690), + [anon_sym_do] = ACTIONS(688), + [anon_sym_u2362] = ACTIONS(690), + [anon_sym_f] = ACTIONS(688), + [anon_sym_by] = ACTIONS(688), + [anon_sym_u22b8] = ACTIONS(690), + [anon_sym_quote] = ACTIONS(690), + [anon_sym_u2765] = ACTIONS(690), + [anon_sym_u2192] = ACTIONS(690), + [anon_sym_u2237] = ACTIONS(690), + [anon_sym_u00b7] = ACTIONS(690), + [anon_sym_u235b] = ACTIONS(690), + [anon_sym_u2302] = ACTIONS(690), + [anon_sym_u21b0] = ACTIONS(690), + [anon_sym_unpack] = ACTIONS(690), + [anon_sym_u2290] = ACTIONS(690), + [anon_sym_u229d] = ACTIONS(690), + [anon_sym_cross] = ACTIONS(690), + [anon_sym_u22a0] = ACTIONS(690), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_deal] = ACTIONS(690), + [anon_sym_member] = ACTIONS(688), + [anon_sym_u220a] = ACTIONS(690), + [anon_sym_coordinate] = ACTIONS(690), + [anon_sym_u27d4] = ACTIONS(690), + [anon_sym_u03bb] = ACTIONS(690), + [anon_sym_u22ca] = ACTIONS(690), + [anon_sym_chunk] = ACTIONS(690), + [anon_sym_u2444] = ACTIONS(690), + [anon_sym_setinv] = ACTIONS(690), + [anon_sym_setund] = ACTIONS(690), + [anon_sym_struct] = ACTIONS(690), [sym__endOfLine] = ACTIONS(5), }, [168] = { - [aux_sym_number_token1] = ACTIONS(710), - [sym_fraction] = ACTIONS(712), - [anon_sym_Days] = ACTIONS(710), - [anon_sym_Months] = ACTIONS(710), - [anon_sym_MonthDays] = ACTIONS(710), - [anon_sym_LeanMonthDays] = ACTIONS(710), - [anon_sym_White] = ACTIONS(710), - [anon_sym_Black] = ACTIONS(710), - [anon_sym_Red] = ACTIONS(710), - [anon_sym_Orange] = ACTIONS(710), - [anon_sym_Yellow] = ACTIONS(710), - [anon_sym_Green] = ACTIONS(710), - [anon_sym_Cyan] = ACTIONS(710), - [anon_sym_Blue] = ACTIONS(710), - [anon_sym_Purple] = ACTIONS(710), - [anon_sym_Magenta] = ACTIONS(710), - [anon_sym_Gay] = ACTIONS(710), - [anon_sym_Lesbian] = ACTIONS(710), - [anon_sym_Bi] = ACTIONS(710), - [anon_sym_Trans] = ACTIONS(710), - [anon_sym_Pan] = ACTIONS(710), - [anon_sym_Ace] = ACTIONS(710), - [anon_sym_Aro] = ACTIONS(710), - [anon_sym_Aroace] = ACTIONS(710), - [anon_sym_Enby] = ACTIONS(710), - [anon_sym_Fluid] = ACTIONS(710), - [anon_sym_Queer] = ACTIONS(710), - [anon_sym_Agender] = ACTIONS(710), - [anon_sym_PrideFlags] = ACTIONS(710), - [anon_sym_PrideFlagNames] = ACTIONS(710), - [anon_sym_True] = ACTIONS(710), - [anon_sym_False] = ACTIONS(710), - [anon_sym_NULL] = ACTIONS(710), - [anon_sym_Logo] = ACTIONS(710), - [anon_sym_Lena] = ACTIONS(710), - [anon_sym_Music] = ACTIONS(710), - [anon_sym_Lorem] = ACTIONS(710), - [anon_sym_Os] = ACTIONS(710), - [anon_sym_Family] = ACTIONS(710), - [anon_sym_Arch] = ACTIONS(710), - [anon_sym_ExeExt] = ACTIONS(710), - [anon_sym_DllExt] = ACTIONS(710), - [anon_sym_Sep] = ACTIONS(710), - [anon_sym_ThisFile] = ACTIONS(710), - [anon_sym_ThisFileName] = ACTIONS(710), - [anon_sym_ThisFileDir] = ACTIONS(710), - [anon_sym_WorkingDir] = ACTIONS(710), - [anon_sym_NumProcs] = ACTIONS(710), - [anon_sym_Planets] = ACTIONS(710), - [anon_sym_Zodiac] = ACTIONS(710), - [anon_sym_Suits] = ACTIONS(710), - [anon_sym_Cards] = ACTIONS(710), - [anon_sym_Chess] = ACTIONS(710), - [anon_sym_Moon] = ACTIONS(710), - [anon_sym_Skin] = ACTIONS(710), - [anon_sym_People] = ACTIONS(710), - [anon_sym_Hair] = ACTIONS(710), - [aux_sym_character_token1] = ACTIONS(712), - [sym_string] = ACTIONS(712), - [sym_multiLineString] = ACTIONS(712), - [sym_identifier] = ACTIONS(710), - [sym_identifierDeprecated] = ACTIONS(710), - [sym_system] = ACTIONS(712), - [sym_comment] = ACTIONS(710), - [sym_openParen] = ACTIONS(712), - [sym_openCurly] = ACTIONS(712), - [sym_openBracket] = ACTIONS(712), - [anon_sym_CARET] = ACTIONS(712), - [anon_sym_SQUOTE] = ACTIONS(710), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(712), - [anon_sym_e] = ACTIONS(710), - [anon_sym_NaN] = ACTIONS(710), - [anon_sym_eta] = ACTIONS(712), - [anon_sym_u03b7] = ACTIONS(710), - [anon_sym_pi] = ACTIONS(710), - [anon_sym_u03c0] = ACTIONS(710), - [anon_sym_tau] = ACTIONS(712), - [anon_sym_u03c4] = ACTIONS(710), - [anon_sym_infinity] = ACTIONS(712), - [anon_sym_u221e] = ACTIONS(712), - [anon_sym_W] = ACTIONS(710), - [anon_sym_i] = ACTIONS(710), - [anon_sym_MaxInt] = ACTIONS(710), - [anon_sym_HexDigits] = ACTIONS(710), - [anon_sym_DOT] = ACTIONS(712), - [anon_sym_COMMA] = ACTIONS(712), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_u25cc] = ACTIONS(712), - [anon_sym_identity] = ACTIONS(712), - [anon_sym_id] = ACTIONS(710), - [anon_sym_u2218] = ACTIONS(712), - [anon_sym_not] = ACTIONS(712), - [anon_sym_u00ac] = ACTIONS(712), - [anon_sym_sign] = ACTIONS(710), - [anon_sym_u00b1] = ACTIONS(712), - [anon_sym_BQUOTE] = ACTIONS(712), - [anon_sym_u00af] = ACTIONS(710), - [anon_sym_absolutevalue] = ACTIONS(712), - [anon_sym_u2335] = ACTIONS(712), - [anon_sym_sqrt] = ACTIONS(712), - [anon_sym_u221a] = ACTIONS(712), - [anon_sym_sine] = ACTIONS(712), - [anon_sym_u25cb] = ACTIONS(712), - [anon_sym_u223f] = ACTIONS(712), - [anon_sym_floor] = ACTIONS(712), - [anon_sym_u230a] = ACTIONS(712), - [anon_sym_ceiling] = ACTIONS(712), - [anon_sym_u2308] = ACTIONS(712), - [anon_sym_round] = ACTIONS(712), - [anon_sym_u2045] = ACTIONS(712), - [anon_sym_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_u2260] = ACTIONS(712), - [anon_sym_LT] = ACTIONS(710), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_u2264] = ACTIONS(712), - [anon_sym_GT] = ACTIONS(710), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_u2265] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(712), - [anon_sym_DASH] = ACTIONS(712), - [anon_sym_STAR] = ACTIONS(712), - [anon_sym_u00d7] = ACTIONS(712), - [anon_sym_PERCENT] = ACTIONS(712), - [anon_sym_u00f7] = ACTIONS(712), - [anon_sym_modulus] = ACTIONS(712), - [anon_sym_u25ff] = ACTIONS(712), - [anon_sym_power] = ACTIONS(712), - [anon_sym_u207f] = ACTIONS(712), - [anon_sym_logarithm] = ACTIONS(712), - [anon_sym_u2099] = ACTIONS(712), - [anon_sym_minimum] = ACTIONS(712), - [anon_sym_u21a7] = ACTIONS(712), - [anon_sym_maximum] = ACTIONS(712), - [anon_sym_u21a5] = ACTIONS(712), - [anon_sym_atangent] = ACTIONS(712), - [anon_sym_u2220] = ACTIONS(712), - [anon_sym_length] = ACTIONS(712), - [anon_sym_u29fb] = ACTIONS(712), - [anon_sym_shape] = ACTIONS(712), - [anon_sym_u25b3] = ACTIONS(712), - [anon_sym_range] = ACTIONS(712), - [anon_sym_u21e1] = ACTIONS(712), - [anon_sym_first] = ACTIONS(712), - [anon_sym_u22a2] = ACTIONS(712), - [anon_sym_reverse] = ACTIONS(712), - [anon_sym_u21cc] = ACTIONS(712), - [anon_sym_deshape] = ACTIONS(712), - [anon_sym_u266d] = ACTIONS(712), - [anon_sym_bits] = ACTIONS(712), - [anon_sym_u22ef] = ACTIONS(712), - [anon_sym_transpose] = ACTIONS(712), - [anon_sym_u2349] = ACTIONS(712), - [anon_sym_rise] = ACTIONS(712), - [anon_sym_u234f] = ACTIONS(712), - [anon_sym_fall] = ACTIONS(712), - [anon_sym_u2356] = ACTIONS(712), - [anon_sym_where] = ACTIONS(712), - [anon_sym_u229a] = ACTIONS(712), - [anon_sym_classify] = ACTIONS(712), - [anon_sym_u229b] = ACTIONS(712), - [anon_sym_deduplicate] = ACTIONS(712), - [anon_sym_u25f4] = ACTIONS(712), - [anon_sym_box] = ACTIONS(712), - [anon_sym_u25a1] = ACTIONS(712), - [anon_sym_match] = ACTIONS(712), - [anon_sym_u224d] = ACTIONS(712), - [anon_sym_couple] = ACTIONS(712), - [anon_sym_u229f] = ACTIONS(712), - [anon_sym_join] = ACTIONS(712), - [anon_sym_u2282] = ACTIONS(712), - [anon_sym_select] = ACTIONS(712), - [anon_sym_u228f] = ACTIONS(712), - [anon_sym_pick] = ACTIONS(712), - [anon_sym_u22a1] = ACTIONS(712), - [anon_sym_reshape] = ACTIONS(712), - [anon_sym_u21af] = ACTIONS(712), - [anon_sym_take] = ACTIONS(712), - [anon_sym_u2199] = ACTIONS(712), - [anon_sym_drop] = ACTIONS(712), - [anon_sym_u2198] = ACTIONS(712), - [anon_sym_rotate] = ACTIONS(712), - [anon_sym_u21bb] = ACTIONS(712), - [anon_sym_windows] = ACTIONS(712), - [anon_sym_u25eb] = ACTIONS(712), - [anon_sym_keep] = ACTIONS(712), - [anon_sym_u25bd] = ACTIONS(712), - [anon_sym_find] = ACTIONS(712), - [anon_sym_u2315] = ACTIONS(712), - [anon_sym_indexof] = ACTIONS(712), - [anon_sym_u2297] = ACTIONS(712), - [anon_sym_assert] = ACTIONS(712), - [anon_sym_u2364] = ACTIONS(712), - [anon_sym_wait] = ACTIONS(712), - [anon_sym_parse] = ACTIONS(712), - [anon_sym_u22d5] = ACTIONS(712), - [anon_sym_random] = ACTIONS(712), - [anon_sym_u2682] = ACTIONS(712), - [anon_sym_gen] = ACTIONS(712), - [anon_sym_tag] = ACTIONS(712), - [anon_sym_now] = ACTIONS(712), - [anon_sym_type] = ACTIONS(712), - [anon_sym_u2e2e] = ACTIONS(712), - [anon_sym_dump] = ACTIONS(712), - [anon_sym_regex] = ACTIONS(712), - [anon_sym_send] = ACTIONS(712), - [anon_sym_recv] = ACTIONS(712), - [anon_sym_tryrecv] = ACTIONS(712), - [anon_sym_complex] = ACTIONS(712), - [anon_sym_u2102] = ACTIONS(712), - [anon_sym_rerank] = ACTIONS(712), - [anon_sym_u2607] = ACTIONS(712), - [anon_sym_fix] = ACTIONS(712), - [anon_sym_u00a4] = ACTIONS(712), - [anon_sym_QMARK] = ACTIONS(712), - [anon_sym_unique] = ACTIONS(712), - [anon_sym_u25f0] = ACTIONS(712), - [anon_sym_map] = ACTIONS(712), - [anon_sym_has] = ACTIONS(712), - [anon_sym_get] = ACTIONS(712), - [anon_sym_insert] = ACTIONS(712), - [anon_sym_remove] = ACTIONS(712), - [anon_sym_repr] = ACTIONS(712), - [anon_sym_mask] = ACTIONS(712), - [anon_sym_u29b7] = ACTIONS(712), - [anon_sym_csv] = ACTIONS(712), - [anon_sym_json] = ACTIONS(712), - [anon_sym_xlsx] = ACTIONS(712), - [anon_sym_memberOf] = ACTIONS(712), - [anon_sym_u2208] = ACTIONS(712), - [anon_sym_imen] = ACTIONS(712), - [anon_sym_gife] = ACTIONS(712), - [anon_sym_auden] = ACTIONS(712), - [anon_sym_utfu2088] = ACTIONS(712), - [anon_sym_datetime] = ACTIONS(712), - [anon_sym_chunk] = ACTIONS(712), - [anon_sym_u2444] = ACTIONS(712), - [anon_sym_choose] = ACTIONS(712), - [anon_sym_permute] = ACTIONS(712), - [anon_sym_orient] = ACTIONS(712), - [anon_sym_fft] = ACTIONS(712), - [anon_sym_reduce] = ACTIONS(712), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_scan] = ACTIONS(712), - [anon_sym_BSLASH] = ACTIONS(712), - [anon_sym_each] = ACTIONS(712), - [anon_sym_u2235] = ACTIONS(712), - [anon_sym_rows] = ACTIONS(712), - [anon_sym_u2261] = ACTIONS(712), - [anon_sym_repeat] = ACTIONS(712), - [anon_sym_u2365] = ACTIONS(712), - [anon_sym_dip] = ACTIONS(712), - [anon_sym_u2299] = ACTIONS(712), - [anon_sym_gap] = ACTIONS(712), - [anon_sym_u22c5] = ACTIONS(712), - [anon_sym_spawn] = ACTIONS(712), - [anon_sym_rectify] = ACTIONS(712), - [anon_sym_u2305] = ACTIONS(712), - [anon_sym_un] = ACTIONS(710), - [anon_sym_u00b0] = ACTIONS(712), - [anon_sym_on] = ACTIONS(710), - [anon_sym_u27dc] = ACTIONS(712), - [anon_sym_inventory] = ACTIONS(712), - [anon_sym_u235a] = ACTIONS(712), - [anon_sym_content] = ACTIONS(712), - [anon_sym_u25c7] = ACTIONS(712), - [anon_sym_pool] = ACTIONS(712), - [anon_sym_stringify] = ACTIONS(712), - [anon_sym_signature] = ACTIONS(712), - [anon_sym_triangle] = ACTIONS(712), - [anon_sym_u25f9] = ACTIONS(712), - [anon_sym_astar] = ACTIONS(712), - [anon_sym_but] = ACTIONS(712), - [anon_sym_u2919] = ACTIONS(712), - [anon_sym_with] = ACTIONS(712), - [anon_sym_u291a] = ACTIONS(712), - [anon_sym_above] = ACTIONS(712), - [anon_sym_u25e0] = ACTIONS(712), - [anon_sym_below] = ACTIONS(712), - [anon_sym_u25e1] = ACTIONS(712), - [anon_sym_fold] = ACTIONS(712), - [anon_sym_u2227] = ACTIONS(712), - [anon_sym_table] = ACTIONS(712), - [anon_sym_u229e] = ACTIONS(712), - [anon_sym_group] = ACTIONS(712), - [anon_sym_u2295] = ACTIONS(712), - [anon_sym_partition] = ACTIONS(712), - [anon_sym_u229c] = ACTIONS(712), - [anon_sym_both] = ACTIONS(712), - [anon_sym_u2229] = ACTIONS(712), - [anon_sym_bracket] = ACTIONS(712), - [anon_sym_u2293] = ACTIONS(712), - [anon_sym_fork] = ACTIONS(712), - [anon_sym_u2283] = ACTIONS(712), - [anon_sym_under] = ACTIONS(712), - [anon_sym_u235c] = ACTIONS(712), - [anon_sym_fill] = ACTIONS(712), - [anon_sym_u2b1a] = ACTIONS(712), - [anon_sym_try] = ACTIONS(710), - [anon_sym_u2363] = ACTIONS(712), - [anon_sym_do] = ACTIONS(710), - [anon_sym_u2362] = ACTIONS(712), - [anon_sym_setinv] = ACTIONS(712), - [anon_sym_setunder] = ACTIONS(712), - [anon_sym_f] = ACTIONS(710), - [anon_sym_by] = ACTIONS(710), - [anon_sym_u22b8] = ACTIONS(712), - [anon_sym_quote] = ACTIONS(712), - [anon_sym_struct] = ACTIONS(712), - [anon_sym_u2765] = ACTIONS(712), - [anon_sym_u2192] = ACTIONS(712), - [anon_sym_u2237] = ACTIONS(712), - [anon_sym_u00b7] = ACTIONS(712), - [anon_sym_u235b] = ACTIONS(712), - [anon_sym_u2302] = ACTIONS(712), - [anon_sym_u21b0] = ACTIONS(712), - [anon_sym_unpack] = ACTIONS(712), - [anon_sym_u2290] = ACTIONS(712), - [anon_sym_u229d] = ACTIONS(712), - [anon_sym_cross] = ACTIONS(712), - [anon_sym_u22a0] = ACTIONS(712), - [anon_sym_SEMI] = ACTIONS(712), - [anon_sym_deal] = ACTIONS(712), - [anon_sym_strands] = ACTIONS(712), - [anon_sym_u203f] = ACTIONS(712), - [anon_sym_member] = ACTIONS(710), - [anon_sym_u220a] = ACTIONS(712), - [anon_sym_coordinate] = ACTIONS(712), - [anon_sym_u27d4] = ACTIONS(712), - [anon_sym_u03bb] = ACTIONS(712), - [anon_sym_u22ca] = ACTIONS(712), + [aux_sym_number_token1] = ACTIONS(692), + [sym_fraction] = ACTIONS(694), + [anon_sym_Days] = ACTIONS(692), + [anon_sym_Months] = ACTIONS(692), + [anon_sym_MonthDays] = ACTIONS(692), + [anon_sym_LeanMonthDays] = ACTIONS(692), + [anon_sym_White] = ACTIONS(692), + [anon_sym_Black] = ACTIONS(692), + [anon_sym_Red] = ACTIONS(692), + [anon_sym_Orange] = ACTIONS(692), + [anon_sym_Yellow] = ACTIONS(692), + [anon_sym_Green] = ACTIONS(692), + [anon_sym_Cyan] = ACTIONS(692), + [anon_sym_Blue] = ACTIONS(692), + [anon_sym_Purple] = ACTIONS(692), + [anon_sym_Magenta] = ACTIONS(692), + [anon_sym_Gay] = ACTIONS(692), + [anon_sym_Lesbian] = ACTIONS(692), + [anon_sym_Bi] = ACTIONS(692), + [anon_sym_Trans] = ACTIONS(692), + [anon_sym_Pan] = ACTIONS(692), + [anon_sym_Ace] = ACTIONS(692), + [anon_sym_Aro] = ACTIONS(692), + [anon_sym_Aroace] = ACTIONS(692), + [anon_sym_Enby] = ACTIONS(692), + [anon_sym_Fluid] = ACTIONS(692), + [anon_sym_Queer] = ACTIONS(692), + [anon_sym_Agender] = ACTIONS(692), + [anon_sym_PrideFlags] = ACTIONS(692), + [anon_sym_PrideFlagNames] = ACTIONS(692), + [anon_sym_True] = ACTIONS(692), + [anon_sym_False] = ACTIONS(692), + [anon_sym_NULL] = ACTIONS(692), + [anon_sym_Logo] = ACTIONS(692), + [anon_sym_Lena] = ACTIONS(692), + [anon_sym_Music] = ACTIONS(692), + [anon_sym_Lorem] = ACTIONS(692), + [anon_sym_Os] = ACTIONS(692), + [anon_sym_Family] = ACTIONS(692), + [anon_sym_Arch] = ACTIONS(692), + [anon_sym_ExeExt] = ACTIONS(692), + [anon_sym_DllExt] = ACTIONS(692), + [anon_sym_Sep] = ACTIONS(692), + [anon_sym_ThisFile] = ACTIONS(692), + [anon_sym_ThisFileName] = ACTIONS(692), + [anon_sym_ThisFileDir] = ACTIONS(692), + [anon_sym_WorkingDir] = ACTIONS(692), + [anon_sym_NumProcs] = ACTIONS(692), + [anon_sym_Planets] = ACTIONS(692), + [anon_sym_Zodiac] = ACTIONS(692), + [anon_sym_Suits] = ACTIONS(692), + [anon_sym_Cards] = ACTIONS(692), + [anon_sym_Chess] = ACTIONS(692), + [anon_sym_Moon] = ACTIONS(692), + [anon_sym_Skin] = ACTIONS(692), + [anon_sym_People] = ACTIONS(692), + [anon_sym_Hair] = ACTIONS(692), + [anon_sym_Cat] = ACTIONS(692), + [aux_sym_character_token1] = ACTIONS(694), + [sym_string] = ACTIONS(694), + [sym_multiLineString] = ACTIONS(694), + [sym_identifier] = ACTIONS(692), + [sym_identifierDeprecated] = ACTIONS(692), + [sym_system] = ACTIONS(694), + [sym_comment] = ACTIONS(692), + [sym_openParen] = ACTIONS(694), + [sym_openCurly] = ACTIONS(694), + [sym_openBracket] = ACTIONS(692), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(694), + [anon_sym_e] = ACTIONS(692), + [anon_sym_NaN] = ACTIONS(692), + [anon_sym_eta] = ACTIONS(694), + [anon_sym_u03b7] = ACTIONS(692), + [anon_sym_pi] = ACTIONS(692), + [anon_sym_u03c0] = ACTIONS(692), + [anon_sym_tau] = ACTIONS(694), + [anon_sym_u03c4] = ACTIONS(692), + [anon_sym_infinity] = ACTIONS(694), + [anon_sym_u221e] = ACTIONS(694), + [anon_sym_W] = ACTIONS(692), + [anon_sym_i] = ACTIONS(692), + [anon_sym_MaxInt] = ACTIONS(692), + [anon_sym_HexDigits] = ACTIONS(692), + [anon_sym_DOT] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(694), + [anon_sym_u25cc] = ACTIONS(694), + [anon_sym_identity] = ACTIONS(694), + [anon_sym_id] = ACTIONS(692), + [anon_sym_u2218] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_u00ac] = ACTIONS(694), + [anon_sym_sign] = ACTIONS(692), + [anon_sym_u00b1] = ACTIONS(694), + [anon_sym_BQUOTE] = ACTIONS(694), + [anon_sym_u00af] = ACTIONS(692), + [anon_sym_absolutevalue] = ACTIONS(694), + [anon_sym_u2335] = ACTIONS(694), + [anon_sym_sqrt] = ACTIONS(694), + [anon_sym_u221a] = ACTIONS(694), + [anon_sym_sine] = ACTIONS(694), + [anon_sym_u25cb] = ACTIONS(694), + [anon_sym_u223f] = ACTIONS(694), + [anon_sym_floor] = ACTIONS(694), + [anon_sym_u230a] = ACTIONS(694), + [anon_sym_ceiling] = ACTIONS(694), + [anon_sym_u2308] = ACTIONS(694), + [anon_sym_round] = ACTIONS(694), + [anon_sym_u2045] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_u2260] = ACTIONS(694), + [anon_sym_LT] = ACTIONS(692), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_u2264] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(692), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_u2265] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(694), + [anon_sym_u00d7] = ACTIONS(694), + [anon_sym_PERCENT] = ACTIONS(694), + [anon_sym_u00f7] = ACTIONS(694), + [anon_sym_modulus] = ACTIONS(694), + [anon_sym_u25ff] = ACTIONS(694), + [anon_sym_power] = ACTIONS(694), + [anon_sym_u207f] = ACTIONS(694), + [anon_sym_logarithm] = ACTIONS(694), + [anon_sym_u2099] = ACTIONS(694), + [anon_sym_minimum] = ACTIONS(694), + [anon_sym_u21a7] = ACTIONS(694), + [anon_sym_maximum] = ACTIONS(694), + [anon_sym_u21a5] = ACTIONS(694), + [anon_sym_atangent] = ACTIONS(694), + [anon_sym_u2220] = ACTIONS(694), + [anon_sym_length] = ACTIONS(694), + [anon_sym_u29fb] = ACTIONS(694), + [anon_sym_shape] = ACTIONS(694), + [anon_sym_u25b3] = ACTIONS(694), + [anon_sym_range] = ACTIONS(694), + [anon_sym_u21e1] = ACTIONS(694), + [anon_sym_first] = ACTIONS(694), + [anon_sym_u22a2] = ACTIONS(694), + [anon_sym_reverse] = ACTIONS(694), + [anon_sym_u21cc] = ACTIONS(694), + [anon_sym_deshape] = ACTIONS(694), + [anon_sym_u266d] = ACTIONS(694), + [anon_sym_bits] = ACTIONS(694), + [anon_sym_u22ef] = ACTIONS(694), + [anon_sym_transpose] = ACTIONS(694), + [anon_sym_u2349] = ACTIONS(694), + [anon_sym_rise] = ACTIONS(694), + [anon_sym_u234f] = ACTIONS(694), + [anon_sym_fall] = ACTIONS(694), + [anon_sym_u2356] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_u229a] = ACTIONS(694), + [anon_sym_classify] = ACTIONS(694), + [anon_sym_u229b] = ACTIONS(694), + [anon_sym_deduplicate] = ACTIONS(694), + [anon_sym_u25f4] = ACTIONS(694), + [anon_sym_box] = ACTIONS(694), + [anon_sym_u25a1] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_u224d] = ACTIONS(694), + [anon_sym_couple] = ACTIONS(694), + [anon_sym_u229f] = ACTIONS(694), + [anon_sym_join] = ACTIONS(694), + [anon_sym_u2282] = ACTIONS(694), + [anon_sym_select] = ACTIONS(694), + [anon_sym_u228f] = ACTIONS(694), + [anon_sym_pick] = ACTIONS(694), + [anon_sym_u22a1] = ACTIONS(694), + [anon_sym_reshape] = ACTIONS(694), + [anon_sym_u21af] = ACTIONS(694), + [anon_sym_take] = ACTIONS(694), + [anon_sym_u2199] = ACTIONS(694), + [anon_sym_drop] = ACTIONS(694), + [anon_sym_u2198] = ACTIONS(694), + [anon_sym_rotate] = ACTIONS(694), + [anon_sym_u21bb] = ACTIONS(694), + [anon_sym_windows] = ACTIONS(694), + [anon_sym_u25eb] = ACTIONS(694), + [anon_sym_keep] = ACTIONS(694), + [anon_sym_u25bd] = ACTIONS(694), + [anon_sym_find] = ACTIONS(694), + [anon_sym_u2315] = ACTIONS(694), + [anon_sym_indexof] = ACTIONS(694), + [anon_sym_u2297] = ACTIONS(694), + [anon_sym_assert] = ACTIONS(694), + [anon_sym_u2364] = ACTIONS(694), + [anon_sym_wait] = ACTIONS(694), + [anon_sym_parse] = ACTIONS(694), + [anon_sym_u22d5] = ACTIONS(694), + [anon_sym_random] = ACTIONS(694), + [anon_sym_u2682] = ACTIONS(694), + [anon_sym_gen] = ACTIONS(694), + [anon_sym_tag] = ACTIONS(694), + [anon_sym_now] = ACTIONS(694), + [anon_sym_type] = ACTIONS(694), + [anon_sym_u2e2e] = ACTIONS(694), + [anon_sym_dump] = ACTIONS(694), + [anon_sym_regex] = ACTIONS(694), + [anon_sym_send] = ACTIONS(694), + [anon_sym_recv] = ACTIONS(694), + [anon_sym_tryrecv] = ACTIONS(694), + [anon_sym_complex] = ACTIONS(694), + [anon_sym_u2102] = ACTIONS(694), + [anon_sym_rerank] = ACTIONS(694), + [anon_sym_u2607] = ACTIONS(694), + [anon_sym_fix] = ACTIONS(694), + [anon_sym_u00a4] = ACTIONS(694), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_unique] = ACTIONS(694), + [anon_sym_u25f0] = ACTIONS(694), + [anon_sym_map] = ACTIONS(694), + [anon_sym_has] = ACTIONS(694), + [anon_sym_get] = ACTIONS(694), + [anon_sym_insert] = ACTIONS(694), + [anon_sym_remove] = ACTIONS(694), + [anon_sym_repr] = ACTIONS(694), + [anon_sym_mask] = ACTIONS(694), + [anon_sym_u29b7] = ACTIONS(694), + [anon_sym_csv] = ACTIONS(694), + [anon_sym_json] = ACTIONS(694), + [anon_sym_xlsx] = ACTIONS(694), + [anon_sym_memberOf] = ACTIONS(694), + [anon_sym_u2208] = ACTIONS(694), + [anon_sym_imen] = ACTIONS(694), + [anon_sym_gife] = ACTIONS(694), + [anon_sym_auden] = ACTIONS(694), + [anon_sym_utfu2088] = ACTIONS(694), + [anon_sym_datetime] = ACTIONS(694), + [anon_sym_choose] = ACTIONS(694), + [anon_sym_permute] = ACTIONS(694), + [anon_sym_orient] = ACTIONS(694), + [anon_sym_u2938] = ACTIONS(694), + [anon_sym_fft] = ACTIONS(694), + [anon_sym_graphemes] = ACTIONS(694), + [anon_sym_timezone] = ACTIONS(694), + [anon_sym_around] = ACTIONS(694), + [anon_sym_u2019] = ACTIONS(694), + [anon_sym_base] = ACTIONS(694), + [anon_sym_sort] = ACTIONS(694), + [anon_sym_u2346] = ACTIONS(694), + [anon_sym_last] = ACTIONS(694), + [anon_sym_u22a3] = ACTIONS(694), + [anon_sym_reduce] = ACTIONS(694), + [anon_sym_SLASH] = ACTIONS(694), + [anon_sym_scan] = ACTIONS(694), + [anon_sym_BSLASH] = ACTIONS(694), + [anon_sym_each] = ACTIONS(694), + [anon_sym_u2235] = ACTIONS(694), + [anon_sym_rows] = ACTIONS(694), + [anon_sym_u2261] = ACTIONS(694), + [anon_sym_repeat] = ACTIONS(694), + [anon_sym_u2365] = ACTIONS(694), + [anon_sym_dip] = ACTIONS(694), + [anon_sym_u2299] = ACTIONS(694), + [anon_sym_gap] = ACTIONS(694), + [anon_sym_u22c5] = ACTIONS(694), + [anon_sym_spawn] = ACTIONS(694), + [anon_sym_rectify] = ACTIONS(694), + [anon_sym_u2305] = ACTIONS(694), + [anon_sym_un] = ACTIONS(692), + [anon_sym_u00b0] = ACTIONS(694), + [anon_sym_on] = ACTIONS(692), + [anon_sym_u27dc] = ACTIONS(694), + [anon_sym_inventory] = ACTIONS(694), + [anon_sym_u235a] = ACTIONS(694), + [anon_sym_content] = ACTIONS(694), + [anon_sym_u25c7] = ACTIONS(694), + [anon_sym_pool] = ACTIONS(694), + [anon_sym_stringify] = ACTIONS(694), + [anon_sym_signature] = ACTIONS(694), + [anon_sym_triangle] = ACTIONS(694), + [anon_sym_u25f9] = ACTIONS(694), + [anon_sym_astar] = ACTIONS(694), + [anon_sym_with] = ACTIONS(694), + [anon_sym_u2919] = ACTIONS(694), + [anon_sym_off] = ACTIONS(694), + [anon_sym_u291a] = ACTIONS(694), + [anon_sym_above] = ACTIONS(694), + [anon_sym_u25e0] = ACTIONS(694), + [anon_sym_below] = ACTIONS(694), + [anon_sym_u25e1] = ACTIONS(694), + [anon_sym_anti] = ACTIONS(694), + [anon_sym_u231d] = ACTIONS(694), + [anon_sym_obverse] = ACTIONS(694), + [anon_sym_toples] = ACTIONS(694), + [anon_sym_u29c5] = ACTIONS(694), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(694), + [anon_sym_fold] = ACTIONS(694), + [anon_sym_u2227] = ACTIONS(694), + [anon_sym_table] = ACTIONS(694), + [anon_sym_u229e] = ACTIONS(694), + [anon_sym_group] = ACTIONS(694), + [anon_sym_u2295] = ACTIONS(694), + [anon_sym_partition] = ACTIONS(694), + [anon_sym_u229c] = ACTIONS(694), + [anon_sym_both] = ACTIONS(694), + [anon_sym_u2229] = ACTIONS(694), + [anon_sym_bracket] = ACTIONS(694), + [anon_sym_u2293] = ACTIONS(694), + [anon_sym_fork] = ACTIONS(694), + [anon_sym_u2283] = ACTIONS(694), + [anon_sym_under] = ACTIONS(694), + [anon_sym_u235c] = ACTIONS(694), + [anon_sym_fill] = ACTIONS(694), + [anon_sym_u2b1a] = ACTIONS(694), + [anon_sym_try] = ACTIONS(692), + [anon_sym_u2363] = ACTIONS(694), + [anon_sym_do] = ACTIONS(692), + [anon_sym_u2362] = ACTIONS(694), + [anon_sym_f] = ACTIONS(692), + [anon_sym_by] = ACTIONS(692), + [anon_sym_u22b8] = ACTIONS(694), + [anon_sym_quote] = ACTIONS(694), + [anon_sym_u2765] = ACTIONS(694), + [anon_sym_u2192] = ACTIONS(694), + [anon_sym_u2237] = ACTIONS(694), + [anon_sym_u00b7] = ACTIONS(694), + [anon_sym_u235b] = ACTIONS(694), + [anon_sym_u2302] = ACTIONS(694), + [anon_sym_u21b0] = ACTIONS(694), + [anon_sym_unpack] = ACTIONS(694), + [anon_sym_u2290] = ACTIONS(694), + [anon_sym_u229d] = ACTIONS(694), + [anon_sym_cross] = ACTIONS(694), + [anon_sym_u22a0] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_deal] = ACTIONS(694), + [anon_sym_member] = ACTIONS(692), + [anon_sym_u220a] = ACTIONS(694), + [anon_sym_coordinate] = ACTIONS(694), + [anon_sym_u27d4] = ACTIONS(694), + [anon_sym_u03bb] = ACTIONS(694), + [anon_sym_u22ca] = ACTIONS(694), + [anon_sym_chunk] = ACTIONS(694), + [anon_sym_u2444] = ACTIONS(694), + [anon_sym_setinv] = ACTIONS(694), + [anon_sym_setund] = ACTIONS(694), + [anon_sym_struct] = ACTIONS(694), [sym__endOfLine] = ACTIONS(5), }, [169] = { - [aux_sym_number_token1] = ACTIONS(664), - [sym_fraction] = ACTIONS(666), - [anon_sym_Days] = ACTIONS(664), - [anon_sym_Months] = ACTIONS(664), - [anon_sym_MonthDays] = ACTIONS(664), - [anon_sym_LeanMonthDays] = ACTIONS(664), - [anon_sym_White] = ACTIONS(664), - [anon_sym_Black] = ACTIONS(664), - [anon_sym_Red] = ACTIONS(664), - [anon_sym_Orange] = ACTIONS(664), - [anon_sym_Yellow] = ACTIONS(664), - [anon_sym_Green] = ACTIONS(664), - [anon_sym_Cyan] = ACTIONS(664), - [anon_sym_Blue] = ACTIONS(664), - [anon_sym_Purple] = ACTIONS(664), - [anon_sym_Magenta] = ACTIONS(664), - [anon_sym_Gay] = ACTIONS(664), - [anon_sym_Lesbian] = ACTIONS(664), - [anon_sym_Bi] = ACTIONS(664), - [anon_sym_Trans] = ACTIONS(664), - [anon_sym_Pan] = ACTIONS(664), - [anon_sym_Ace] = ACTIONS(664), - [anon_sym_Aro] = ACTIONS(664), - [anon_sym_Aroace] = ACTIONS(664), - [anon_sym_Enby] = ACTIONS(664), - [anon_sym_Fluid] = ACTIONS(664), - [anon_sym_Queer] = ACTIONS(664), - [anon_sym_Agender] = ACTIONS(664), - [anon_sym_PrideFlags] = ACTIONS(664), - [anon_sym_PrideFlagNames] = ACTIONS(664), - [anon_sym_True] = ACTIONS(664), - [anon_sym_False] = ACTIONS(664), - [anon_sym_NULL] = ACTIONS(664), - [anon_sym_Logo] = ACTIONS(664), - [anon_sym_Lena] = ACTIONS(664), - [anon_sym_Music] = ACTIONS(664), - [anon_sym_Lorem] = ACTIONS(664), - [anon_sym_Os] = ACTIONS(664), - [anon_sym_Family] = ACTIONS(664), - [anon_sym_Arch] = ACTIONS(664), - [anon_sym_ExeExt] = ACTIONS(664), - [anon_sym_DllExt] = ACTIONS(664), - [anon_sym_Sep] = ACTIONS(664), - [anon_sym_ThisFile] = ACTIONS(664), - [anon_sym_ThisFileName] = ACTIONS(664), - [anon_sym_ThisFileDir] = ACTIONS(664), - [anon_sym_WorkingDir] = ACTIONS(664), - [anon_sym_NumProcs] = ACTIONS(664), - [anon_sym_Planets] = ACTIONS(664), - [anon_sym_Zodiac] = ACTIONS(664), - [anon_sym_Suits] = ACTIONS(664), - [anon_sym_Cards] = ACTIONS(664), - [anon_sym_Chess] = ACTIONS(664), - [anon_sym_Moon] = ACTIONS(664), - [anon_sym_Skin] = ACTIONS(664), - [anon_sym_People] = ACTIONS(664), - [anon_sym_Hair] = ACTIONS(664), - [aux_sym_character_token1] = ACTIONS(666), - [sym_string] = ACTIONS(666), - [sym_multiLineString] = ACTIONS(666), - [sym_identifier] = ACTIONS(664), - [sym_identifierDeprecated] = ACTIONS(664), - [sym_system] = ACTIONS(666), - [sym_comment] = ACTIONS(664), - [sym_openParen] = ACTIONS(666), - [sym_openCurly] = ACTIONS(666), - [sym_openBracket] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [anon_sym_SQUOTE] = ACTIONS(664), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(666), - [anon_sym_e] = ACTIONS(664), - [anon_sym_NaN] = ACTIONS(664), - [anon_sym_eta] = ACTIONS(666), - [anon_sym_u03b7] = ACTIONS(664), - [anon_sym_pi] = ACTIONS(664), - [anon_sym_u03c0] = ACTIONS(664), - [anon_sym_tau] = ACTIONS(666), - [anon_sym_u03c4] = ACTIONS(664), - [anon_sym_infinity] = ACTIONS(666), - [anon_sym_u221e] = ACTIONS(666), - [anon_sym_W] = ACTIONS(664), - [anon_sym_i] = ACTIONS(664), - [anon_sym_MaxInt] = ACTIONS(664), - [anon_sym_HexDigits] = ACTIONS(664), - [anon_sym_DOT] = ACTIONS(666), - [anon_sym_COMMA] = ACTIONS(666), - [anon_sym_COLON] = ACTIONS(666), - [anon_sym_u25cc] = ACTIONS(666), - [anon_sym_identity] = ACTIONS(666), - [anon_sym_id] = ACTIONS(664), - [anon_sym_u2218] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_u00ac] = ACTIONS(666), - [anon_sym_sign] = ACTIONS(664), - [anon_sym_u00b1] = ACTIONS(666), - [anon_sym_BQUOTE] = ACTIONS(666), - [anon_sym_u00af] = ACTIONS(664), - [anon_sym_absolutevalue] = ACTIONS(666), - [anon_sym_u2335] = ACTIONS(666), - [anon_sym_sqrt] = ACTIONS(666), - [anon_sym_u221a] = ACTIONS(666), - [anon_sym_sine] = ACTIONS(666), - [anon_sym_u25cb] = ACTIONS(666), - [anon_sym_u223f] = ACTIONS(666), - [anon_sym_floor] = ACTIONS(666), - [anon_sym_u230a] = ACTIONS(666), - [anon_sym_ceiling] = ACTIONS(666), - [anon_sym_u2308] = ACTIONS(666), - [anon_sym_round] = ACTIONS(666), - [anon_sym_u2045] = ACTIONS(666), - [anon_sym_EQ] = ACTIONS(666), - [anon_sym_BANG_EQ] = ACTIONS(666), - [anon_sym_u2260] = ACTIONS(666), - [anon_sym_LT] = ACTIONS(664), - [anon_sym_LT_EQ] = ACTIONS(666), - [anon_sym_u2264] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(664), - [anon_sym_GT_EQ] = ACTIONS(666), - [anon_sym_u2265] = ACTIONS(666), - [anon_sym_PLUS] = ACTIONS(666), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(666), - [anon_sym_u00d7] = ACTIONS(666), - [anon_sym_PERCENT] = ACTIONS(666), - [anon_sym_u00f7] = ACTIONS(666), - [anon_sym_modulus] = ACTIONS(666), - [anon_sym_u25ff] = ACTIONS(666), - [anon_sym_power] = ACTIONS(666), - [anon_sym_u207f] = ACTIONS(666), - [anon_sym_logarithm] = ACTIONS(666), - [anon_sym_u2099] = ACTIONS(666), - [anon_sym_minimum] = ACTIONS(666), - [anon_sym_u21a7] = ACTIONS(666), - [anon_sym_maximum] = ACTIONS(666), - [anon_sym_u21a5] = ACTIONS(666), - [anon_sym_atangent] = ACTIONS(666), - [anon_sym_u2220] = ACTIONS(666), - [anon_sym_length] = ACTIONS(666), - [anon_sym_u29fb] = ACTIONS(666), - [anon_sym_shape] = ACTIONS(666), - [anon_sym_u25b3] = ACTIONS(666), - [anon_sym_range] = ACTIONS(666), - [anon_sym_u21e1] = ACTIONS(666), - [anon_sym_first] = ACTIONS(666), - [anon_sym_u22a2] = ACTIONS(666), - [anon_sym_reverse] = ACTIONS(666), - [anon_sym_u21cc] = ACTIONS(666), - [anon_sym_deshape] = ACTIONS(666), - [anon_sym_u266d] = ACTIONS(666), - [anon_sym_bits] = ACTIONS(666), - [anon_sym_u22ef] = ACTIONS(666), - [anon_sym_transpose] = ACTIONS(666), - [anon_sym_u2349] = ACTIONS(666), - [anon_sym_rise] = ACTIONS(666), - [anon_sym_u234f] = ACTIONS(666), - [anon_sym_fall] = ACTIONS(666), - [anon_sym_u2356] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_u229a] = ACTIONS(666), - [anon_sym_classify] = ACTIONS(666), - [anon_sym_u229b] = ACTIONS(666), - [anon_sym_deduplicate] = ACTIONS(666), - [anon_sym_u25f4] = ACTIONS(666), - [anon_sym_box] = ACTIONS(666), - [anon_sym_u25a1] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_u224d] = ACTIONS(666), - [anon_sym_couple] = ACTIONS(666), - [anon_sym_u229f] = ACTIONS(666), - [anon_sym_join] = ACTIONS(666), - [anon_sym_u2282] = ACTIONS(666), - [anon_sym_select] = ACTIONS(666), - [anon_sym_u228f] = ACTIONS(666), - [anon_sym_pick] = ACTIONS(666), - [anon_sym_u22a1] = ACTIONS(666), - [anon_sym_reshape] = ACTIONS(666), - [anon_sym_u21af] = ACTIONS(666), - [anon_sym_take] = ACTIONS(666), - [anon_sym_u2199] = ACTIONS(666), - [anon_sym_drop] = ACTIONS(666), - [anon_sym_u2198] = ACTIONS(666), - [anon_sym_rotate] = ACTIONS(666), - [anon_sym_u21bb] = ACTIONS(666), - [anon_sym_windows] = ACTIONS(666), - [anon_sym_u25eb] = ACTIONS(666), - [anon_sym_keep] = ACTIONS(666), - [anon_sym_u25bd] = ACTIONS(666), - [anon_sym_find] = ACTIONS(666), - [anon_sym_u2315] = ACTIONS(666), - [anon_sym_indexof] = ACTIONS(666), - [anon_sym_u2297] = ACTIONS(666), - [anon_sym_assert] = ACTIONS(666), - [anon_sym_u2364] = ACTIONS(666), - [anon_sym_wait] = ACTIONS(666), - [anon_sym_parse] = ACTIONS(666), - [anon_sym_u22d5] = ACTIONS(666), - [anon_sym_random] = ACTIONS(666), - [anon_sym_u2682] = ACTIONS(666), - [anon_sym_gen] = ACTIONS(666), - [anon_sym_tag] = ACTIONS(666), - [anon_sym_now] = ACTIONS(666), - [anon_sym_type] = ACTIONS(666), - [anon_sym_u2e2e] = ACTIONS(666), - [anon_sym_dump] = ACTIONS(666), - [anon_sym_regex] = ACTIONS(666), - [anon_sym_send] = ACTIONS(666), - [anon_sym_recv] = ACTIONS(666), - [anon_sym_tryrecv] = ACTIONS(666), - [anon_sym_complex] = ACTIONS(666), - [anon_sym_u2102] = ACTIONS(666), - [anon_sym_rerank] = ACTIONS(666), - [anon_sym_u2607] = ACTIONS(666), - [anon_sym_fix] = ACTIONS(666), - [anon_sym_u00a4] = ACTIONS(666), - [anon_sym_QMARK] = ACTIONS(666), - [anon_sym_unique] = ACTIONS(666), - [anon_sym_u25f0] = ACTIONS(666), - [anon_sym_map] = ACTIONS(666), - [anon_sym_has] = ACTIONS(666), - [anon_sym_get] = ACTIONS(666), - [anon_sym_insert] = ACTIONS(666), - [anon_sym_remove] = ACTIONS(666), - [anon_sym_repr] = ACTIONS(666), - [anon_sym_mask] = ACTIONS(666), - [anon_sym_u29b7] = ACTIONS(666), - [anon_sym_csv] = ACTIONS(666), - [anon_sym_json] = ACTIONS(666), - [anon_sym_xlsx] = ACTIONS(666), - [anon_sym_memberOf] = ACTIONS(666), - [anon_sym_u2208] = ACTIONS(666), - [anon_sym_imen] = ACTIONS(666), - [anon_sym_gife] = ACTIONS(666), - [anon_sym_auden] = ACTIONS(666), - [anon_sym_utfu2088] = ACTIONS(666), - [anon_sym_datetime] = ACTIONS(666), - [anon_sym_chunk] = ACTIONS(666), - [anon_sym_u2444] = ACTIONS(666), - [anon_sym_choose] = ACTIONS(666), - [anon_sym_permute] = ACTIONS(666), - [anon_sym_orient] = ACTIONS(666), - [anon_sym_fft] = ACTIONS(666), - [anon_sym_reduce] = ACTIONS(666), - [anon_sym_SLASH] = ACTIONS(666), - [anon_sym_scan] = ACTIONS(666), - [anon_sym_BSLASH] = ACTIONS(666), - [anon_sym_each] = ACTIONS(666), - [anon_sym_u2235] = ACTIONS(666), - [anon_sym_rows] = ACTIONS(666), - [anon_sym_u2261] = ACTIONS(666), - [anon_sym_repeat] = ACTIONS(666), - [anon_sym_u2365] = ACTIONS(666), - [anon_sym_dip] = ACTIONS(666), - [anon_sym_u2299] = ACTIONS(666), - [anon_sym_gap] = ACTIONS(666), - [anon_sym_u22c5] = ACTIONS(666), - [anon_sym_spawn] = ACTIONS(666), - [anon_sym_rectify] = ACTIONS(666), - [anon_sym_u2305] = ACTIONS(666), - [anon_sym_un] = ACTIONS(664), - [anon_sym_u00b0] = ACTIONS(666), - [anon_sym_on] = ACTIONS(664), - [anon_sym_u27dc] = ACTIONS(666), - [anon_sym_inventory] = ACTIONS(666), - [anon_sym_u235a] = ACTIONS(666), - [anon_sym_content] = ACTIONS(666), - [anon_sym_u25c7] = ACTIONS(666), - [anon_sym_pool] = ACTIONS(666), - [anon_sym_stringify] = ACTIONS(666), - [anon_sym_signature] = ACTIONS(666), - [anon_sym_triangle] = ACTIONS(666), - [anon_sym_u25f9] = ACTIONS(666), - [anon_sym_astar] = ACTIONS(666), - [anon_sym_but] = ACTIONS(666), - [anon_sym_u2919] = ACTIONS(666), - [anon_sym_with] = ACTIONS(666), - [anon_sym_u291a] = ACTIONS(666), - [anon_sym_above] = ACTIONS(666), - [anon_sym_u25e0] = ACTIONS(666), - [anon_sym_below] = ACTIONS(666), - [anon_sym_u25e1] = ACTIONS(666), - [anon_sym_fold] = ACTIONS(666), - [anon_sym_u2227] = ACTIONS(666), - [anon_sym_table] = ACTIONS(666), - [anon_sym_u229e] = ACTIONS(666), - [anon_sym_group] = ACTIONS(666), - [anon_sym_u2295] = ACTIONS(666), - [anon_sym_partition] = ACTIONS(666), - [anon_sym_u229c] = ACTIONS(666), - [anon_sym_both] = ACTIONS(666), - [anon_sym_u2229] = ACTIONS(666), - [anon_sym_bracket] = ACTIONS(666), - [anon_sym_u2293] = ACTIONS(666), - [anon_sym_fork] = ACTIONS(666), - [anon_sym_u2283] = ACTIONS(666), - [anon_sym_under] = ACTIONS(666), - [anon_sym_u235c] = ACTIONS(666), - [anon_sym_fill] = ACTIONS(666), - [anon_sym_u2b1a] = ACTIONS(666), - [anon_sym_try] = ACTIONS(664), - [anon_sym_u2363] = ACTIONS(666), - [anon_sym_do] = ACTIONS(664), - [anon_sym_u2362] = ACTIONS(666), - [anon_sym_setinv] = ACTIONS(666), - [anon_sym_setunder] = ACTIONS(666), - [anon_sym_f] = ACTIONS(664), - [anon_sym_by] = ACTIONS(664), - [anon_sym_u22b8] = ACTIONS(666), - [anon_sym_quote] = ACTIONS(666), - [anon_sym_struct] = ACTIONS(666), - [anon_sym_u2765] = ACTIONS(666), - [anon_sym_u2192] = ACTIONS(666), - [anon_sym_u2237] = ACTIONS(666), - [anon_sym_u00b7] = ACTIONS(666), - [anon_sym_u235b] = ACTIONS(666), - [anon_sym_u2302] = ACTIONS(666), - [anon_sym_u21b0] = ACTIONS(666), - [anon_sym_unpack] = ACTIONS(666), - [anon_sym_u2290] = ACTIONS(666), - [anon_sym_u229d] = ACTIONS(666), - [anon_sym_cross] = ACTIONS(666), - [anon_sym_u22a0] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_deal] = ACTIONS(666), - [anon_sym_strands] = ACTIONS(666), - [anon_sym_u203f] = ACTIONS(666), - [anon_sym_member] = ACTIONS(664), - [anon_sym_u220a] = ACTIONS(666), - [anon_sym_coordinate] = ACTIONS(666), - [anon_sym_u27d4] = ACTIONS(666), - [anon_sym_u03bb] = ACTIONS(666), - [anon_sym_u22ca] = ACTIONS(666), + [aux_sym_number_token1] = ACTIONS(692), + [sym_fraction] = ACTIONS(694), + [anon_sym_Days] = ACTIONS(692), + [anon_sym_Months] = ACTIONS(692), + [anon_sym_MonthDays] = ACTIONS(692), + [anon_sym_LeanMonthDays] = ACTIONS(692), + [anon_sym_White] = ACTIONS(692), + [anon_sym_Black] = ACTIONS(692), + [anon_sym_Red] = ACTIONS(692), + [anon_sym_Orange] = ACTIONS(692), + [anon_sym_Yellow] = ACTIONS(692), + [anon_sym_Green] = ACTIONS(692), + [anon_sym_Cyan] = ACTIONS(692), + [anon_sym_Blue] = ACTIONS(692), + [anon_sym_Purple] = ACTIONS(692), + [anon_sym_Magenta] = ACTIONS(692), + [anon_sym_Gay] = ACTIONS(692), + [anon_sym_Lesbian] = ACTIONS(692), + [anon_sym_Bi] = ACTIONS(692), + [anon_sym_Trans] = ACTIONS(692), + [anon_sym_Pan] = ACTIONS(692), + [anon_sym_Ace] = ACTIONS(692), + [anon_sym_Aro] = ACTIONS(692), + [anon_sym_Aroace] = ACTIONS(692), + [anon_sym_Enby] = ACTIONS(692), + [anon_sym_Fluid] = ACTIONS(692), + [anon_sym_Queer] = ACTIONS(692), + [anon_sym_Agender] = ACTIONS(692), + [anon_sym_PrideFlags] = ACTIONS(692), + [anon_sym_PrideFlagNames] = ACTIONS(692), + [anon_sym_True] = ACTIONS(692), + [anon_sym_False] = ACTIONS(692), + [anon_sym_NULL] = ACTIONS(692), + [anon_sym_Logo] = ACTIONS(692), + [anon_sym_Lena] = ACTIONS(692), + [anon_sym_Music] = ACTIONS(692), + [anon_sym_Lorem] = ACTIONS(692), + [anon_sym_Os] = ACTIONS(692), + [anon_sym_Family] = ACTIONS(692), + [anon_sym_Arch] = ACTIONS(692), + [anon_sym_ExeExt] = ACTIONS(692), + [anon_sym_DllExt] = ACTIONS(692), + [anon_sym_Sep] = ACTIONS(692), + [anon_sym_ThisFile] = ACTIONS(692), + [anon_sym_ThisFileName] = ACTIONS(692), + [anon_sym_ThisFileDir] = ACTIONS(692), + [anon_sym_WorkingDir] = ACTIONS(692), + [anon_sym_NumProcs] = ACTIONS(692), + [anon_sym_Planets] = ACTIONS(692), + [anon_sym_Zodiac] = ACTIONS(692), + [anon_sym_Suits] = ACTIONS(692), + [anon_sym_Cards] = ACTIONS(692), + [anon_sym_Chess] = ACTIONS(692), + [anon_sym_Moon] = ACTIONS(692), + [anon_sym_Skin] = ACTIONS(692), + [anon_sym_People] = ACTIONS(692), + [anon_sym_Hair] = ACTIONS(692), + [anon_sym_Cat] = ACTIONS(692), + [aux_sym_character_token1] = ACTIONS(694), + [sym_string] = ACTIONS(694), + [sym_multiLineString] = ACTIONS(694), + [sym_identifier] = ACTIONS(692), + [sym_identifierDeprecated] = ACTIONS(692), + [sym_system] = ACTIONS(694), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(694), + [sym_openCurly] = ACTIONS(694), + [sym_openBracket] = ACTIONS(692), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(694), + [anon_sym_e] = ACTIONS(692), + [anon_sym_NaN] = ACTIONS(692), + [anon_sym_eta] = ACTIONS(694), + [anon_sym_u03b7] = ACTIONS(692), + [anon_sym_pi] = ACTIONS(692), + [anon_sym_u03c0] = ACTIONS(692), + [anon_sym_tau] = ACTIONS(694), + [anon_sym_u03c4] = ACTIONS(692), + [anon_sym_infinity] = ACTIONS(694), + [anon_sym_u221e] = ACTIONS(694), + [anon_sym_W] = ACTIONS(692), + [anon_sym_i] = ACTIONS(692), + [anon_sym_MaxInt] = ACTIONS(692), + [anon_sym_HexDigits] = ACTIONS(692), + [anon_sym_DOT] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(694), + [anon_sym_u25cc] = ACTIONS(694), + [anon_sym_identity] = ACTIONS(694), + [anon_sym_id] = ACTIONS(692), + [anon_sym_u2218] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_u00ac] = ACTIONS(694), + [anon_sym_sign] = ACTIONS(692), + [anon_sym_u00b1] = ACTIONS(694), + [anon_sym_BQUOTE] = ACTIONS(694), + [anon_sym_u00af] = ACTIONS(692), + [anon_sym_absolutevalue] = ACTIONS(694), + [anon_sym_u2335] = ACTIONS(694), + [anon_sym_sqrt] = ACTIONS(694), + [anon_sym_u221a] = ACTIONS(694), + [anon_sym_sine] = ACTIONS(694), + [anon_sym_u25cb] = ACTIONS(694), + [anon_sym_u223f] = ACTIONS(694), + [anon_sym_floor] = ACTIONS(694), + [anon_sym_u230a] = ACTIONS(694), + [anon_sym_ceiling] = ACTIONS(694), + [anon_sym_u2308] = ACTIONS(694), + [anon_sym_round] = ACTIONS(694), + [anon_sym_u2045] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_u2260] = ACTIONS(694), + [anon_sym_LT] = ACTIONS(692), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_u2264] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(692), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_u2265] = ACTIONS(694), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(694), + [anon_sym_u00d7] = ACTIONS(694), + [anon_sym_PERCENT] = ACTIONS(694), + [anon_sym_u00f7] = ACTIONS(694), + [anon_sym_modulus] = ACTIONS(694), + [anon_sym_u25ff] = ACTIONS(694), + [anon_sym_power] = ACTIONS(694), + [anon_sym_u207f] = ACTIONS(694), + [anon_sym_logarithm] = ACTIONS(694), + [anon_sym_u2099] = ACTIONS(694), + [anon_sym_minimum] = ACTIONS(694), + [anon_sym_u21a7] = ACTIONS(694), + [anon_sym_maximum] = ACTIONS(694), + [anon_sym_u21a5] = ACTIONS(694), + [anon_sym_atangent] = ACTIONS(694), + [anon_sym_u2220] = ACTIONS(694), + [anon_sym_length] = ACTIONS(694), + [anon_sym_u29fb] = ACTIONS(694), + [anon_sym_shape] = ACTIONS(694), + [anon_sym_u25b3] = ACTIONS(694), + [anon_sym_range] = ACTIONS(694), + [anon_sym_u21e1] = ACTIONS(694), + [anon_sym_first] = ACTIONS(694), + [anon_sym_u22a2] = ACTIONS(694), + [anon_sym_reverse] = ACTIONS(694), + [anon_sym_u21cc] = ACTIONS(694), + [anon_sym_deshape] = ACTIONS(694), + [anon_sym_u266d] = ACTIONS(694), + [anon_sym_bits] = ACTIONS(694), + [anon_sym_u22ef] = ACTIONS(694), + [anon_sym_transpose] = ACTIONS(694), + [anon_sym_u2349] = ACTIONS(694), + [anon_sym_rise] = ACTIONS(694), + [anon_sym_u234f] = ACTIONS(694), + [anon_sym_fall] = ACTIONS(694), + [anon_sym_u2356] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_u229a] = ACTIONS(694), + [anon_sym_classify] = ACTIONS(694), + [anon_sym_u229b] = ACTIONS(694), + [anon_sym_deduplicate] = ACTIONS(694), + [anon_sym_u25f4] = ACTIONS(694), + [anon_sym_box] = ACTIONS(694), + [anon_sym_u25a1] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_u224d] = ACTIONS(694), + [anon_sym_couple] = ACTIONS(694), + [anon_sym_u229f] = ACTIONS(694), + [anon_sym_join] = ACTIONS(694), + [anon_sym_u2282] = ACTIONS(694), + [anon_sym_select] = ACTIONS(694), + [anon_sym_u228f] = ACTIONS(694), + [anon_sym_pick] = ACTIONS(694), + [anon_sym_u22a1] = ACTIONS(694), + [anon_sym_reshape] = ACTIONS(694), + [anon_sym_u21af] = ACTIONS(694), + [anon_sym_take] = ACTIONS(694), + [anon_sym_u2199] = ACTIONS(694), + [anon_sym_drop] = ACTIONS(694), + [anon_sym_u2198] = ACTIONS(694), + [anon_sym_rotate] = ACTIONS(694), + [anon_sym_u21bb] = ACTIONS(694), + [anon_sym_windows] = ACTIONS(694), + [anon_sym_u25eb] = ACTIONS(694), + [anon_sym_keep] = ACTIONS(694), + [anon_sym_u25bd] = ACTIONS(694), + [anon_sym_find] = ACTIONS(694), + [anon_sym_u2315] = ACTIONS(694), + [anon_sym_indexof] = ACTIONS(694), + [anon_sym_u2297] = ACTIONS(694), + [anon_sym_assert] = ACTIONS(694), + [anon_sym_u2364] = ACTIONS(694), + [anon_sym_wait] = ACTIONS(694), + [anon_sym_parse] = ACTIONS(694), + [anon_sym_u22d5] = ACTIONS(694), + [anon_sym_random] = ACTIONS(694), + [anon_sym_u2682] = ACTIONS(694), + [anon_sym_gen] = ACTIONS(694), + [anon_sym_tag] = ACTIONS(694), + [anon_sym_now] = ACTIONS(694), + [anon_sym_type] = ACTIONS(694), + [anon_sym_u2e2e] = ACTIONS(694), + [anon_sym_dump] = ACTIONS(694), + [anon_sym_regex] = ACTIONS(694), + [anon_sym_send] = ACTIONS(694), + [anon_sym_recv] = ACTIONS(694), + [anon_sym_tryrecv] = ACTIONS(694), + [anon_sym_complex] = ACTIONS(694), + [anon_sym_u2102] = ACTIONS(694), + [anon_sym_rerank] = ACTIONS(694), + [anon_sym_u2607] = ACTIONS(694), + [anon_sym_fix] = ACTIONS(694), + [anon_sym_u00a4] = ACTIONS(694), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_unique] = ACTIONS(694), + [anon_sym_u25f0] = ACTIONS(694), + [anon_sym_map] = ACTIONS(694), + [anon_sym_has] = ACTIONS(694), + [anon_sym_get] = ACTIONS(694), + [anon_sym_insert] = ACTIONS(694), + [anon_sym_remove] = ACTIONS(694), + [anon_sym_repr] = ACTIONS(694), + [anon_sym_mask] = ACTIONS(694), + [anon_sym_u29b7] = ACTIONS(694), + [anon_sym_csv] = ACTIONS(694), + [anon_sym_json] = ACTIONS(694), + [anon_sym_xlsx] = ACTIONS(694), + [anon_sym_memberOf] = ACTIONS(694), + [anon_sym_u2208] = ACTIONS(694), + [anon_sym_imen] = ACTIONS(694), + [anon_sym_gife] = ACTIONS(694), + [anon_sym_auden] = ACTIONS(694), + [anon_sym_utfu2088] = ACTIONS(694), + [anon_sym_datetime] = ACTIONS(694), + [anon_sym_choose] = ACTIONS(694), + [anon_sym_permute] = ACTIONS(694), + [anon_sym_orient] = ACTIONS(694), + [anon_sym_u2938] = ACTIONS(694), + [anon_sym_fft] = ACTIONS(694), + [anon_sym_graphemes] = ACTIONS(694), + [anon_sym_timezone] = ACTIONS(694), + [anon_sym_around] = ACTIONS(694), + [anon_sym_u2019] = ACTIONS(694), + [anon_sym_base] = ACTIONS(694), + [anon_sym_sort] = ACTIONS(694), + [anon_sym_u2346] = ACTIONS(694), + [anon_sym_last] = ACTIONS(694), + [anon_sym_u22a3] = ACTIONS(694), + [anon_sym_reduce] = ACTIONS(694), + [anon_sym_SLASH] = ACTIONS(694), + [anon_sym_scan] = ACTIONS(694), + [anon_sym_BSLASH] = ACTIONS(694), + [anon_sym_each] = ACTIONS(694), + [anon_sym_u2235] = ACTIONS(694), + [anon_sym_rows] = ACTIONS(694), + [anon_sym_u2261] = ACTIONS(694), + [anon_sym_repeat] = ACTIONS(694), + [anon_sym_u2365] = ACTIONS(694), + [anon_sym_dip] = ACTIONS(694), + [anon_sym_u2299] = ACTIONS(694), + [anon_sym_gap] = ACTIONS(694), + [anon_sym_u22c5] = ACTIONS(694), + [anon_sym_spawn] = ACTIONS(694), + [anon_sym_rectify] = ACTIONS(694), + [anon_sym_u2305] = ACTIONS(694), + [anon_sym_un] = ACTIONS(692), + [anon_sym_u00b0] = ACTIONS(694), + [anon_sym_on] = ACTIONS(692), + [anon_sym_u27dc] = ACTIONS(694), + [anon_sym_inventory] = ACTIONS(694), + [anon_sym_u235a] = ACTIONS(694), + [anon_sym_content] = ACTIONS(694), + [anon_sym_u25c7] = ACTIONS(694), + [anon_sym_pool] = ACTIONS(694), + [anon_sym_stringify] = ACTIONS(694), + [anon_sym_signature] = ACTIONS(694), + [anon_sym_triangle] = ACTIONS(694), + [anon_sym_u25f9] = ACTIONS(694), + [anon_sym_astar] = ACTIONS(694), + [anon_sym_with] = ACTIONS(694), + [anon_sym_u2919] = ACTIONS(694), + [anon_sym_off] = ACTIONS(694), + [anon_sym_u291a] = ACTIONS(694), + [anon_sym_above] = ACTIONS(694), + [anon_sym_u25e0] = ACTIONS(694), + [anon_sym_below] = ACTIONS(694), + [anon_sym_u25e1] = ACTIONS(694), + [anon_sym_anti] = ACTIONS(694), + [anon_sym_u231d] = ACTIONS(694), + [anon_sym_obverse] = ACTIONS(694), + [anon_sym_toples] = ACTIONS(694), + [anon_sym_u29c5] = ACTIONS(694), + [anon_sym_LBRACKu2081u2082u2083u2084u2085u2086u2087u2088u2089u2080_RBRACK] = ACTIONS(694), + [anon_sym_fold] = ACTIONS(694), + [anon_sym_u2227] = ACTIONS(694), + [anon_sym_table] = ACTIONS(694), + [anon_sym_u229e] = ACTIONS(694), + [anon_sym_group] = ACTIONS(694), + [anon_sym_u2295] = ACTIONS(694), + [anon_sym_partition] = ACTIONS(694), + [anon_sym_u229c] = ACTIONS(694), + [anon_sym_both] = ACTIONS(694), + [anon_sym_u2229] = ACTIONS(694), + [anon_sym_bracket] = ACTIONS(694), + [anon_sym_u2293] = ACTIONS(694), + [anon_sym_fork] = ACTIONS(694), + [anon_sym_u2283] = ACTIONS(694), + [anon_sym_under] = ACTIONS(694), + [anon_sym_u235c] = ACTIONS(694), + [anon_sym_fill] = ACTIONS(694), + [anon_sym_u2b1a] = ACTIONS(694), + [anon_sym_try] = ACTIONS(692), + [anon_sym_u2363] = ACTIONS(694), + [anon_sym_do] = ACTIONS(692), + [anon_sym_u2362] = ACTIONS(694), + [anon_sym_f] = ACTIONS(692), + [anon_sym_by] = ACTIONS(692), + [anon_sym_u22b8] = ACTIONS(694), + [anon_sym_quote] = ACTIONS(694), + [anon_sym_u2765] = ACTIONS(694), + [anon_sym_u2192] = ACTIONS(694), + [anon_sym_u2237] = ACTIONS(694), + [anon_sym_u00b7] = ACTIONS(694), + [anon_sym_u235b] = ACTIONS(694), + [anon_sym_u2302] = ACTIONS(694), + [anon_sym_u21b0] = ACTIONS(694), + [anon_sym_unpack] = ACTIONS(694), + [anon_sym_u2290] = ACTIONS(694), + [anon_sym_u229d] = ACTIONS(694), + [anon_sym_cross] = ACTIONS(694), + [anon_sym_u22a0] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_deal] = ACTIONS(694), + [anon_sym_member] = ACTIONS(692), + [anon_sym_u220a] = ACTIONS(694), + [anon_sym_coordinate] = ACTIONS(694), + [anon_sym_u27d4] = ACTIONS(694), + [anon_sym_u03bb] = ACTIONS(694), + [anon_sym_u22ca] = ACTIONS(694), + [anon_sym_chunk] = ACTIONS(694), + [anon_sym_u2444] = ACTIONS(694), + [anon_sym_setinv] = ACTIONS(694), + [anon_sym_setund] = ACTIONS(694), + [anon_sym_struct] = ACTIONS(694), [sym__endOfLine] = ACTIONS(5), }, [170] = { - [aux_sym_number_token1] = ACTIONS(710), - [sym_fraction] = ACTIONS(712), - [anon_sym_Days] = ACTIONS(710), - [anon_sym_Months] = ACTIONS(710), - [anon_sym_MonthDays] = ACTIONS(710), - [anon_sym_LeanMonthDays] = ACTIONS(710), - [anon_sym_White] = ACTIONS(710), - [anon_sym_Black] = ACTIONS(710), - [anon_sym_Red] = ACTIONS(710), - [anon_sym_Orange] = ACTIONS(710), - [anon_sym_Yellow] = ACTIONS(710), - [anon_sym_Green] = ACTIONS(710), - [anon_sym_Cyan] = ACTIONS(710), - [anon_sym_Blue] = ACTIONS(710), - [anon_sym_Purple] = ACTIONS(710), - [anon_sym_Magenta] = ACTIONS(710), - [anon_sym_Gay] = ACTIONS(710), - [anon_sym_Lesbian] = ACTIONS(710), - [anon_sym_Bi] = ACTIONS(710), - [anon_sym_Trans] = ACTIONS(710), - [anon_sym_Pan] = ACTIONS(710), - [anon_sym_Ace] = ACTIONS(710), - [anon_sym_Aro] = ACTIONS(710), - [anon_sym_Aroace] = ACTIONS(710), - [anon_sym_Enby] = ACTIONS(710), - [anon_sym_Fluid] = ACTIONS(710), - [anon_sym_Queer] = ACTIONS(710), - [anon_sym_Agender] = ACTIONS(710), - [anon_sym_PrideFlags] = ACTIONS(710), - [anon_sym_PrideFlagNames] = ACTIONS(710), - [anon_sym_True] = ACTIONS(710), - [anon_sym_False] = ACTIONS(710), - [anon_sym_NULL] = ACTIONS(710), - [anon_sym_Logo] = ACTIONS(710), - [anon_sym_Lena] = ACTIONS(710), - [anon_sym_Music] = ACTIONS(710), - [anon_sym_Lorem] = ACTIONS(710), - [anon_sym_Os] = ACTIONS(710), - [anon_sym_Family] = ACTIONS(710), - [anon_sym_Arch] = ACTIONS(710), - [anon_sym_ExeExt] = ACTIONS(710), - [anon_sym_DllExt] = ACTIONS(710), - [anon_sym_Sep] = ACTIONS(710), - [anon_sym_ThisFile] = ACTIONS(710), - [anon_sym_ThisFileName] = ACTIONS(710), - [anon_sym_ThisFileDir] = ACTIONS(710), - [anon_sym_WorkingDir] = ACTIONS(710), - [anon_sym_NumProcs] = ACTIONS(710), - [anon_sym_Planets] = ACTIONS(710), - [anon_sym_Zodiac] = ACTIONS(710), - [anon_sym_Suits] = ACTIONS(710), - [anon_sym_Cards] = ACTIONS(710), - [anon_sym_Chess] = ACTIONS(710), - [anon_sym_Moon] = ACTIONS(710), - [anon_sym_Skin] = ACTIONS(710), - [anon_sym_People] = ACTIONS(710), - [anon_sym_Hair] = ACTIONS(710), - [aux_sym_character_token1] = ACTIONS(712), - [sym_string] = ACTIONS(712), - [sym_multiLineString] = ACTIONS(712), - [sym_identifier] = ACTIONS(710), - [sym_identifierDeprecated] = ACTIONS(710), - [sym_system] = ACTIONS(712), + [sym_inlineFunction] = STATE(171), + [sym_function] = STATE(171), + [anon_sym_PIPE] = ACTIONS(486), + [sym_identifier] = ACTIONS(696), + [sym_system] = ACTIONS(698), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(712), - [sym_openCurly] = ACTIONS(712), - [sym_openBracket] = ACTIONS(712), - [anon_sym_CARET] = ACTIONS(712), - [anon_sym_SQUOTE] = ACTIONS(710), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(712), - [anon_sym_e] = ACTIONS(710), - [anon_sym_NaN] = ACTIONS(710), - [anon_sym_eta] = ACTIONS(712), - [anon_sym_u03b7] = ACTIONS(710), - [anon_sym_pi] = ACTIONS(710), - [anon_sym_u03c0] = ACTIONS(710), - [anon_sym_tau] = ACTIONS(712), - [anon_sym_u03c4] = ACTIONS(710), - [anon_sym_infinity] = ACTIONS(712), - [anon_sym_u221e] = ACTIONS(712), - [anon_sym_W] = ACTIONS(710), - [anon_sym_i] = ACTIONS(710), - [anon_sym_MaxInt] = ACTIONS(710), - [anon_sym_HexDigits] = ACTIONS(710), - [anon_sym_DOT] = ACTIONS(712), - [anon_sym_COMMA] = ACTIONS(712), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_u25cc] = ACTIONS(712), - [anon_sym_identity] = ACTIONS(712), - [anon_sym_id] = ACTIONS(710), - [anon_sym_u2218] = ACTIONS(712), - [anon_sym_not] = ACTIONS(712), - [anon_sym_u00ac] = ACTIONS(712), - [anon_sym_sign] = ACTIONS(710), - [anon_sym_u00b1] = ACTIONS(712), - [anon_sym_BQUOTE] = ACTIONS(712), - [anon_sym_u00af] = ACTIONS(710), - [anon_sym_absolutevalue] = ACTIONS(712), - [anon_sym_u2335] = ACTIONS(712), - [anon_sym_sqrt] = ACTIONS(712), - [anon_sym_u221a] = ACTIONS(712), - [anon_sym_sine] = ACTIONS(712), - [anon_sym_u25cb] = ACTIONS(712), - [anon_sym_u223f] = ACTIONS(712), - [anon_sym_floor] = ACTIONS(712), - [anon_sym_u230a] = ACTIONS(712), - [anon_sym_ceiling] = ACTIONS(712), - [anon_sym_u2308] = ACTIONS(712), - [anon_sym_round] = ACTIONS(712), - [anon_sym_u2045] = ACTIONS(712), - [anon_sym_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_u2260] = ACTIONS(712), - [anon_sym_LT] = ACTIONS(710), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_u2264] = ACTIONS(712), - [anon_sym_GT] = ACTIONS(710), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_u2265] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(712), - [anon_sym_DASH] = ACTIONS(712), - [anon_sym_STAR] = ACTIONS(712), - [anon_sym_u00d7] = ACTIONS(712), - [anon_sym_PERCENT] = ACTIONS(712), - [anon_sym_u00f7] = ACTIONS(712), - [anon_sym_modulus] = ACTIONS(712), - [anon_sym_u25ff] = ACTIONS(712), - [anon_sym_power] = ACTIONS(712), - [anon_sym_u207f] = ACTIONS(712), - [anon_sym_logarithm] = ACTIONS(712), - [anon_sym_u2099] = ACTIONS(712), - [anon_sym_minimum] = ACTIONS(712), - [anon_sym_u21a7] = ACTIONS(712), - [anon_sym_maximum] = ACTIONS(712), - [anon_sym_u21a5] = ACTIONS(712), - [anon_sym_atangent] = ACTIONS(712), - [anon_sym_u2220] = ACTIONS(712), - [anon_sym_length] = ACTIONS(712), - [anon_sym_u29fb] = ACTIONS(712), - [anon_sym_shape] = ACTIONS(712), - [anon_sym_u25b3] = ACTIONS(712), - [anon_sym_range] = ACTIONS(712), - [anon_sym_u21e1] = ACTIONS(712), - [anon_sym_first] = ACTIONS(712), - [anon_sym_u22a2] = ACTIONS(712), - [anon_sym_reverse] = ACTIONS(712), - [anon_sym_u21cc] = ACTIONS(712), - [anon_sym_deshape] = ACTIONS(712), - [anon_sym_u266d] = ACTIONS(712), - [anon_sym_bits] = ACTIONS(712), - [anon_sym_u22ef] = ACTIONS(712), - [anon_sym_transpose] = ACTIONS(712), - [anon_sym_u2349] = ACTIONS(712), - [anon_sym_rise] = ACTIONS(712), - [anon_sym_u234f] = ACTIONS(712), - [anon_sym_fall] = ACTIONS(712), - [anon_sym_u2356] = ACTIONS(712), - [anon_sym_where] = ACTIONS(712), - [anon_sym_u229a] = ACTIONS(712), - [anon_sym_classify] = ACTIONS(712), - [anon_sym_u229b] = ACTIONS(712), - [anon_sym_deduplicate] = ACTIONS(712), - [anon_sym_u25f4] = ACTIONS(712), - [anon_sym_box] = ACTIONS(712), - [anon_sym_u25a1] = ACTIONS(712), - [anon_sym_match] = ACTIONS(712), - [anon_sym_u224d] = ACTIONS(712), - [anon_sym_couple] = ACTIONS(712), - [anon_sym_u229f] = ACTIONS(712), - [anon_sym_join] = ACTIONS(712), - [anon_sym_u2282] = ACTIONS(712), - [anon_sym_select] = ACTIONS(712), - [anon_sym_u228f] = ACTIONS(712), - [anon_sym_pick] = ACTIONS(712), - [anon_sym_u22a1] = ACTIONS(712), - [anon_sym_reshape] = ACTIONS(712), - [anon_sym_u21af] = ACTIONS(712), - [anon_sym_take] = ACTIONS(712), - [anon_sym_u2199] = ACTIONS(712), - [anon_sym_drop] = ACTIONS(712), - [anon_sym_u2198] = ACTIONS(712), - [anon_sym_rotate] = ACTIONS(712), - [anon_sym_u21bb] = ACTIONS(712), - [anon_sym_windows] = ACTIONS(712), - [anon_sym_u25eb] = ACTIONS(712), - [anon_sym_keep] = ACTIONS(712), - [anon_sym_u25bd] = ACTIONS(712), - [anon_sym_find] = ACTIONS(712), - [anon_sym_u2315] = ACTIONS(712), - [anon_sym_indexof] = ACTIONS(712), - [anon_sym_u2297] = ACTIONS(712), - [anon_sym_assert] = ACTIONS(712), - [anon_sym_u2364] = ACTIONS(712), - [anon_sym_wait] = ACTIONS(712), - [anon_sym_parse] = ACTIONS(712), - [anon_sym_u22d5] = ACTIONS(712), - [anon_sym_random] = ACTIONS(712), - [anon_sym_u2682] = ACTIONS(712), - [anon_sym_gen] = ACTIONS(712), - [anon_sym_tag] = ACTIONS(712), - [anon_sym_now] = ACTIONS(712), - [anon_sym_type] = ACTIONS(712), - [anon_sym_u2e2e] = ACTIONS(712), - [anon_sym_dump] = ACTIONS(712), - [anon_sym_regex] = ACTIONS(712), - [anon_sym_send] = ACTIONS(712), - [anon_sym_recv] = ACTIONS(712), - [anon_sym_tryrecv] = ACTIONS(712), - [anon_sym_complex] = ACTIONS(712), - [anon_sym_u2102] = ACTIONS(712), - [anon_sym_rerank] = ACTIONS(712), - [anon_sym_u2607] = ACTIONS(712), - [anon_sym_fix] = ACTIONS(712), - [anon_sym_u00a4] = ACTIONS(712), - [anon_sym_QMARK] = ACTIONS(712), - [anon_sym_unique] = ACTIONS(712), - [anon_sym_u25f0] = ACTIONS(712), - [anon_sym_map] = ACTIONS(712), - [anon_sym_has] = ACTIONS(712), - [anon_sym_get] = ACTIONS(712), - [anon_sym_insert] = ACTIONS(712), - [anon_sym_remove] = ACTIONS(712), - [anon_sym_repr] = ACTIONS(712), - [anon_sym_mask] = ACTIONS(712), - [anon_sym_u29b7] = ACTIONS(712), - [anon_sym_csv] = ACTIONS(712), - [anon_sym_json] = ACTIONS(712), - [anon_sym_xlsx] = ACTIONS(712), - [anon_sym_memberOf] = ACTIONS(712), - [anon_sym_u2208] = ACTIONS(712), - [anon_sym_imen] = ACTIONS(712), - [anon_sym_gife] = ACTIONS(712), - [anon_sym_auden] = ACTIONS(712), - [anon_sym_utfu2088] = ACTIONS(712), - [anon_sym_datetime] = ACTIONS(712), - [anon_sym_chunk] = ACTIONS(712), - [anon_sym_u2444] = ACTIONS(712), - [anon_sym_choose] = ACTIONS(712), - [anon_sym_permute] = ACTIONS(712), - [anon_sym_orient] = ACTIONS(712), - [anon_sym_fft] = ACTIONS(712), - [anon_sym_reduce] = ACTIONS(712), - [anon_sym_SLASH] = ACTIONS(712), - [anon_sym_scan] = ACTIONS(712), - [anon_sym_BSLASH] = ACTIONS(712), - [anon_sym_each] = ACTIONS(712), - [anon_sym_u2235] = ACTIONS(712), - [anon_sym_rows] = ACTIONS(712), - [anon_sym_u2261] = ACTIONS(712), - [anon_sym_repeat] = ACTIONS(712), - [anon_sym_u2365] = ACTIONS(712), - [anon_sym_dip] = ACTIONS(712), - [anon_sym_u2299] = ACTIONS(712), - [anon_sym_gap] = ACTIONS(712), - [anon_sym_u22c5] = ACTIONS(712), - [anon_sym_spawn] = ACTIONS(712), - [anon_sym_rectify] = ACTIONS(712), - [anon_sym_u2305] = ACTIONS(712), - [anon_sym_un] = ACTIONS(710), - [anon_sym_u00b0] = ACTIONS(712), - [anon_sym_on] = ACTIONS(710), - [anon_sym_u27dc] = ACTIONS(712), - [anon_sym_inventory] = ACTIONS(712), - [anon_sym_u235a] = ACTIONS(712), - [anon_sym_content] = ACTIONS(712), - [anon_sym_u25c7] = ACTIONS(712), - [anon_sym_pool] = ACTIONS(712), - [anon_sym_stringify] = ACTIONS(712), - [anon_sym_signature] = ACTIONS(712), - [anon_sym_triangle] = ACTIONS(712), - [anon_sym_u25f9] = ACTIONS(712), - [anon_sym_astar] = ACTIONS(712), - [anon_sym_but] = ACTIONS(712), - [anon_sym_u2919] = ACTIONS(712), - [anon_sym_with] = ACTIONS(712), - [anon_sym_u291a] = ACTIONS(712), - [anon_sym_above] = ACTIONS(712), - [anon_sym_u25e0] = ACTIONS(712), - [anon_sym_below] = ACTIONS(712), - [anon_sym_u25e1] = ACTIONS(712), - [anon_sym_fold] = ACTIONS(712), - [anon_sym_u2227] = ACTIONS(712), - [anon_sym_table] = ACTIONS(712), - [anon_sym_u229e] = ACTIONS(712), - [anon_sym_group] = ACTIONS(712), - [anon_sym_u2295] = ACTIONS(712), - [anon_sym_partition] = ACTIONS(712), - [anon_sym_u229c] = ACTIONS(712), - [anon_sym_both] = ACTIONS(712), - [anon_sym_u2229] = ACTIONS(712), - [anon_sym_bracket] = ACTIONS(712), - [anon_sym_u2293] = ACTIONS(712), - [anon_sym_fork] = ACTIONS(712), - [anon_sym_u2283] = ACTIONS(712), - [anon_sym_under] = ACTIONS(712), - [anon_sym_u235c] = ACTIONS(712), - [anon_sym_fill] = ACTIONS(712), - [anon_sym_u2b1a] = ACTIONS(712), - [anon_sym_try] = ACTIONS(710), - [anon_sym_u2363] = ACTIONS(712), - [anon_sym_do] = ACTIONS(710), - [anon_sym_u2362] = ACTIONS(712), - [anon_sym_setinv] = ACTIONS(712), - [anon_sym_setunder] = ACTIONS(712), - [anon_sym_f] = ACTIONS(710), - [anon_sym_by] = ACTIONS(710), - [anon_sym_u22b8] = ACTIONS(712), - [anon_sym_quote] = ACTIONS(712), - [anon_sym_struct] = ACTIONS(712), - [anon_sym_u2765] = ACTIONS(712), - [anon_sym_u2192] = ACTIONS(712), - [anon_sym_u2237] = ACTIONS(712), - [anon_sym_u00b7] = ACTIONS(712), - [anon_sym_u235b] = ACTIONS(712), - [anon_sym_u2302] = ACTIONS(712), - [anon_sym_u21b0] = ACTIONS(712), - [anon_sym_unpack] = ACTIONS(712), - [anon_sym_u2290] = ACTIONS(712), - [anon_sym_u229d] = ACTIONS(712), - [anon_sym_cross] = ACTIONS(712), - [anon_sym_u22a0] = ACTIONS(712), - [anon_sym_SEMI] = ACTIONS(712), - [anon_sym_deal] = ACTIONS(712), - [anon_sym_strands] = ACTIONS(712), - [anon_sym_u203f] = ACTIONS(712), - [anon_sym_member] = ACTIONS(710), - [anon_sym_u220a] = ACTIONS(712), - [anon_sym_coordinate] = ACTIONS(712), - [anon_sym_u27d4] = ACTIONS(712), - [anon_sym_u03bb] = ACTIONS(712), - [anon_sym_u22ca] = ACTIONS(712), + [sym_openParen] = ACTIONS(700), + [sym_closeParen] = ACTIONS(486), + [sym_underscore] = ACTIONS(486), + [anon_sym_DOT] = ACTIONS(702), + [anon_sym_COMMA] = ACTIONS(702), + [anon_sym_COLON] = ACTIONS(702), + [anon_sym_u25cc] = ACTIONS(702), + [anon_sym_identity] = ACTIONS(702), + [anon_sym_id] = ACTIONS(704), + [anon_sym_u2218] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_u00ac] = ACTIONS(702), + [anon_sym_sign] = ACTIONS(702), + [anon_sym_u00b1] = ACTIONS(702), + [anon_sym_BQUOTE] = ACTIONS(702), + [anon_sym_u00af] = ACTIONS(702), + [anon_sym_absolutevalue] = ACTIONS(702), + [anon_sym_u2335] = ACTIONS(702), + [anon_sym_sqrt] = ACTIONS(702), + [anon_sym_u221a] = ACTIONS(702), + [anon_sym_sine] = ACTIONS(702), + [anon_sym_u25cb] = ACTIONS(702), + [anon_sym_u223f] = ACTIONS(702), + [anon_sym_floor] = ACTIONS(702), + [anon_sym_u230a] = ACTIONS(702), + [anon_sym_ceiling] = ACTIONS(702), + [anon_sym_u2308] = ACTIONS(702), + [anon_sym_round] = ACTIONS(702), + [anon_sym_u2045] = ACTIONS(702), + [anon_sym_EQ] = ACTIONS(702), + [anon_sym_BANG_EQ] = ACTIONS(702), + [anon_sym_u2260] = ACTIONS(702), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_LT_EQ] = ACTIONS(702), + [anon_sym_u2264] = ACTIONS(702), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(702), + [anon_sym_u2265] = ACTIONS(702), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_STAR] = ACTIONS(702), + [anon_sym_u00d7] = ACTIONS(702), + [anon_sym_PERCENT] = ACTIONS(702), + [anon_sym_u00f7] = ACTIONS(702), + [anon_sym_modulus] = ACTIONS(702), + [anon_sym_u25ff] = ACTIONS(702), + [anon_sym_power] = ACTIONS(702), + [anon_sym_u207f] = ACTIONS(702), + [anon_sym_logarithm] = ACTIONS(702), + [anon_sym_u2099] = ACTIONS(702), + [anon_sym_minimum] = ACTIONS(702), + [anon_sym_u21a7] = ACTIONS(702), + [anon_sym_maximum] = ACTIONS(702), + [anon_sym_u21a5] = ACTIONS(702), + [anon_sym_atangent] = ACTIONS(702), + [anon_sym_u2220] = ACTIONS(702), + [anon_sym_length] = ACTIONS(702), + [anon_sym_u29fb] = ACTIONS(702), + [anon_sym_shape] = ACTIONS(702), + [anon_sym_u25b3] = ACTIONS(702), + [anon_sym_range] = ACTIONS(702), + [anon_sym_u21e1] = ACTIONS(702), + [anon_sym_first] = ACTIONS(702), + [anon_sym_u22a2] = ACTIONS(702), + [anon_sym_reverse] = ACTIONS(702), + [anon_sym_u21cc] = ACTIONS(702), + [anon_sym_deshape] = ACTIONS(702), + [anon_sym_u266d] = ACTIONS(702), + [anon_sym_bits] = ACTIONS(702), + [anon_sym_u22ef] = ACTIONS(702), + [anon_sym_transpose] = ACTIONS(702), + [anon_sym_u2349] = ACTIONS(702), + [anon_sym_rise] = ACTIONS(702), + [anon_sym_u234f] = ACTIONS(702), + [anon_sym_fall] = ACTIONS(702), + [anon_sym_u2356] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_u229a] = ACTIONS(702), + [anon_sym_classify] = ACTIONS(702), + [anon_sym_u229b] = ACTIONS(702), + [anon_sym_deduplicate] = ACTIONS(702), + [anon_sym_u25f4] = ACTIONS(702), + [anon_sym_box] = ACTIONS(702), + [anon_sym_u25a1] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_u224d] = ACTIONS(702), + [anon_sym_couple] = ACTIONS(702), + [anon_sym_u229f] = ACTIONS(702), + [anon_sym_join] = ACTIONS(702), + [anon_sym_u2282] = ACTIONS(702), + [anon_sym_select] = ACTIONS(702), + [anon_sym_u228f] = ACTIONS(702), + [anon_sym_pick] = ACTIONS(702), + [anon_sym_u22a1] = ACTIONS(702), + [anon_sym_reshape] = ACTIONS(702), + [anon_sym_u21af] = ACTIONS(702), + [anon_sym_take] = ACTIONS(702), + [anon_sym_u2199] = ACTIONS(702), + [anon_sym_drop] = ACTIONS(702), + [anon_sym_u2198] = ACTIONS(702), + [anon_sym_rotate] = ACTIONS(702), + [anon_sym_u21bb] = ACTIONS(702), + [anon_sym_windows] = ACTIONS(702), + [anon_sym_u25eb] = ACTIONS(702), + [anon_sym_keep] = ACTIONS(702), + [anon_sym_u25bd] = ACTIONS(702), + [anon_sym_find] = ACTIONS(702), + [anon_sym_u2315] = ACTIONS(702), + [anon_sym_indexof] = ACTIONS(702), + [anon_sym_u2297] = ACTIONS(702), + [anon_sym_assert] = ACTIONS(702), + [anon_sym_u2364] = ACTIONS(702), + [anon_sym_wait] = ACTIONS(702), + [anon_sym_parse] = ACTIONS(702), + [anon_sym_u22d5] = ACTIONS(702), + [anon_sym_random] = ACTIONS(702), + [anon_sym_u2682] = ACTIONS(702), + [anon_sym_gen] = ACTIONS(702), + [anon_sym_tag] = ACTIONS(702), + [anon_sym_now] = ACTIONS(702), + [anon_sym_type] = ACTIONS(702), + [anon_sym_u2e2e] = ACTIONS(702), + [anon_sym_dump] = ACTIONS(702), + [anon_sym_regex] = ACTIONS(702), + [anon_sym_send] = ACTIONS(702), + [anon_sym_recv] = ACTIONS(702), + [anon_sym_tryrecv] = ACTIONS(702), + [anon_sym_complex] = ACTIONS(702), + [anon_sym_u2102] = ACTIONS(702), + [anon_sym_rerank] = ACTIONS(702), + [anon_sym_u2607] = ACTIONS(702), + [anon_sym_fix] = ACTIONS(702), + [anon_sym_u00a4] = ACTIONS(702), + [anon_sym_QMARK] = ACTIONS(702), + [anon_sym_unique] = ACTIONS(702), + [anon_sym_u25f0] = ACTIONS(702), + [anon_sym_map] = ACTIONS(702), + [anon_sym_has] = ACTIONS(702), + [anon_sym_get] = ACTIONS(702), + [anon_sym_insert] = ACTIONS(702), + [anon_sym_remove] = ACTIONS(702), + [anon_sym_repr] = ACTIONS(702), + [anon_sym_mask] = ACTIONS(702), + [anon_sym_u29b7] = ACTIONS(702), + [anon_sym_csv] = ACTIONS(702), + [anon_sym_json] = ACTIONS(702), + [anon_sym_xlsx] = ACTIONS(702), + [anon_sym_memberOf] = ACTIONS(702), + [anon_sym_u2208] = ACTIONS(702), + [anon_sym_imen] = ACTIONS(702), + [anon_sym_gife] = ACTIONS(702), + [anon_sym_auden] = ACTIONS(702), + [anon_sym_utfu2088] = ACTIONS(702), + [anon_sym_datetime] = ACTIONS(702), + [anon_sym_choose] = ACTIONS(702), + [anon_sym_permute] = ACTIONS(702), + [anon_sym_orient] = ACTIONS(702), + [anon_sym_u2938] = ACTIONS(702), + [anon_sym_fft] = ACTIONS(702), + [anon_sym_graphemes] = ACTIONS(702), + [anon_sym_timezone] = ACTIONS(702), + [anon_sym_around] = ACTIONS(702), + [anon_sym_u2019] = ACTIONS(702), + [anon_sym_base] = ACTIONS(702), + [anon_sym_sort] = ACTIONS(702), + [anon_sym_u2346] = ACTIONS(702), + [anon_sym_last] = ACTIONS(702), + [anon_sym_u22a3] = ACTIONS(702), [sym__endOfLine] = ACTIONS(5), }, [171] = { - [aux_sym_number_token1] = ACTIONS(714), - [sym_fraction] = ACTIONS(716), - [anon_sym_Days] = ACTIONS(714), - [anon_sym_Months] = ACTIONS(714), - [anon_sym_MonthDays] = ACTIONS(714), - [anon_sym_LeanMonthDays] = ACTIONS(714), - [anon_sym_White] = ACTIONS(714), - [anon_sym_Black] = ACTIONS(714), - [anon_sym_Red] = ACTIONS(714), - [anon_sym_Orange] = ACTIONS(714), - [anon_sym_Yellow] = ACTIONS(714), - [anon_sym_Green] = ACTIONS(714), - [anon_sym_Cyan] = ACTIONS(714), - [anon_sym_Blue] = ACTIONS(714), - [anon_sym_Purple] = ACTIONS(714), - [anon_sym_Magenta] = ACTIONS(714), - [anon_sym_Gay] = ACTIONS(714), - [anon_sym_Lesbian] = ACTIONS(714), - [anon_sym_Bi] = ACTIONS(714), - [anon_sym_Trans] = ACTIONS(714), - [anon_sym_Pan] = ACTIONS(714), - [anon_sym_Ace] = ACTIONS(714), - [anon_sym_Aro] = ACTIONS(714), - [anon_sym_Aroace] = ACTIONS(714), - [anon_sym_Enby] = ACTIONS(714), - [anon_sym_Fluid] = ACTIONS(714), - [anon_sym_Queer] = ACTIONS(714), - [anon_sym_Agender] = ACTIONS(714), - [anon_sym_PrideFlags] = ACTIONS(714), - [anon_sym_PrideFlagNames] = ACTIONS(714), - [anon_sym_True] = ACTIONS(714), - [anon_sym_False] = ACTIONS(714), - [anon_sym_NULL] = ACTIONS(714), - [anon_sym_Logo] = ACTIONS(714), - [anon_sym_Lena] = ACTIONS(714), - [anon_sym_Music] = ACTIONS(714), - [anon_sym_Lorem] = ACTIONS(714), - [anon_sym_Os] = ACTIONS(714), - [anon_sym_Family] = ACTIONS(714), - [anon_sym_Arch] = ACTIONS(714), - [anon_sym_ExeExt] = ACTIONS(714), - [anon_sym_DllExt] = ACTIONS(714), - [anon_sym_Sep] = ACTIONS(714), - [anon_sym_ThisFile] = ACTIONS(714), - [anon_sym_ThisFileName] = ACTIONS(714), - [anon_sym_ThisFileDir] = ACTIONS(714), - [anon_sym_WorkingDir] = ACTIONS(714), - [anon_sym_NumProcs] = ACTIONS(714), - [anon_sym_Planets] = ACTIONS(714), - [anon_sym_Zodiac] = ACTIONS(714), - [anon_sym_Suits] = ACTIONS(714), - [anon_sym_Cards] = ACTIONS(714), - [anon_sym_Chess] = ACTIONS(714), - [anon_sym_Moon] = ACTIONS(714), - [anon_sym_Skin] = ACTIONS(714), - [anon_sym_People] = ACTIONS(714), - [anon_sym_Hair] = ACTIONS(714), - [aux_sym_character_token1] = ACTIONS(716), - [sym_string] = ACTIONS(716), - [sym_multiLineString] = ACTIONS(716), - [sym_identifier] = ACTIONS(714), - [sym_identifierDeprecated] = ACTIONS(714), - [sym_system] = ACTIONS(716), + [sym_inlineFunction] = STATE(200), + [sym_function] = STATE(200), + [anon_sym_PIPE] = ACTIONS(500), + [sym_identifier] = ACTIONS(706), + [sym_system] = ACTIONS(708), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(716), - [sym_openCurly] = ACTIONS(716), - [sym_openBracket] = ACTIONS(716), - [anon_sym_CARET] = ACTIONS(716), - [anon_sym_SQUOTE] = ACTIONS(714), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(716), - [anon_sym_e] = ACTIONS(714), - [anon_sym_NaN] = ACTIONS(714), - [anon_sym_eta] = ACTIONS(716), - [anon_sym_u03b7] = ACTIONS(714), - [anon_sym_pi] = ACTIONS(714), - [anon_sym_u03c0] = ACTIONS(714), - [anon_sym_tau] = ACTIONS(716), - [anon_sym_u03c4] = ACTIONS(714), - [anon_sym_infinity] = ACTIONS(716), - [anon_sym_u221e] = ACTIONS(716), - [anon_sym_W] = ACTIONS(714), - [anon_sym_i] = ACTIONS(714), - [anon_sym_MaxInt] = ACTIONS(714), - [anon_sym_HexDigits] = ACTIONS(714), - [anon_sym_DOT] = ACTIONS(716), - [anon_sym_COMMA] = ACTIONS(716), - [anon_sym_COLON] = ACTIONS(716), - [anon_sym_u25cc] = ACTIONS(716), - [anon_sym_identity] = ACTIONS(716), - [anon_sym_id] = ACTIONS(714), - [anon_sym_u2218] = ACTIONS(716), - [anon_sym_not] = ACTIONS(716), - [anon_sym_u00ac] = ACTIONS(716), - [anon_sym_sign] = ACTIONS(714), - [anon_sym_u00b1] = ACTIONS(716), - [anon_sym_BQUOTE] = ACTIONS(716), - [anon_sym_u00af] = ACTIONS(714), - [anon_sym_absolutevalue] = ACTIONS(716), - [anon_sym_u2335] = ACTIONS(716), - [anon_sym_sqrt] = ACTIONS(716), - [anon_sym_u221a] = ACTIONS(716), - [anon_sym_sine] = ACTIONS(716), - [anon_sym_u25cb] = ACTIONS(716), - [anon_sym_u223f] = ACTIONS(716), - [anon_sym_floor] = ACTIONS(716), - [anon_sym_u230a] = ACTIONS(716), - [anon_sym_ceiling] = ACTIONS(716), - [anon_sym_u2308] = ACTIONS(716), - [anon_sym_round] = ACTIONS(716), - [anon_sym_u2045] = ACTIONS(716), - [anon_sym_EQ] = ACTIONS(716), - [anon_sym_BANG_EQ] = ACTIONS(716), - [anon_sym_u2260] = ACTIONS(716), - [anon_sym_LT] = ACTIONS(714), - [anon_sym_LT_EQ] = ACTIONS(716), - [anon_sym_u2264] = ACTIONS(716), - [anon_sym_GT] = ACTIONS(714), - [anon_sym_GT_EQ] = ACTIONS(716), - [anon_sym_u2265] = ACTIONS(716), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_STAR] = ACTIONS(716), - [anon_sym_u00d7] = ACTIONS(716), - [anon_sym_PERCENT] = ACTIONS(716), - [anon_sym_u00f7] = ACTIONS(716), - [anon_sym_modulus] = ACTIONS(716), - [anon_sym_u25ff] = ACTIONS(716), - [anon_sym_power] = ACTIONS(716), - [anon_sym_u207f] = ACTIONS(716), - [anon_sym_logarithm] = ACTIONS(716), - [anon_sym_u2099] = ACTIONS(716), - [anon_sym_minimum] = ACTIONS(716), - [anon_sym_u21a7] = ACTIONS(716), - [anon_sym_maximum] = ACTIONS(716), - [anon_sym_u21a5] = ACTIONS(716), - [anon_sym_atangent] = ACTIONS(716), - [anon_sym_u2220] = ACTIONS(716), - [anon_sym_length] = ACTIONS(716), - [anon_sym_u29fb] = ACTIONS(716), - [anon_sym_shape] = ACTIONS(716), - [anon_sym_u25b3] = ACTIONS(716), - [anon_sym_range] = ACTIONS(716), - [anon_sym_u21e1] = ACTIONS(716), - [anon_sym_first] = ACTIONS(716), - [anon_sym_u22a2] = ACTIONS(716), - [anon_sym_reverse] = ACTIONS(716), - [anon_sym_u21cc] = ACTIONS(716), - [anon_sym_deshape] = ACTIONS(716), - [anon_sym_u266d] = ACTIONS(716), - [anon_sym_bits] = ACTIONS(716), - [anon_sym_u22ef] = ACTIONS(716), - [anon_sym_transpose] = ACTIONS(716), - [anon_sym_u2349] = ACTIONS(716), - [anon_sym_rise] = ACTIONS(716), - [anon_sym_u234f] = ACTIONS(716), - [anon_sym_fall] = ACTIONS(716), - [anon_sym_u2356] = ACTIONS(716), - [anon_sym_where] = ACTIONS(716), - [anon_sym_u229a] = ACTIONS(716), - [anon_sym_classify] = ACTIONS(716), - [anon_sym_u229b] = ACTIONS(716), - [anon_sym_deduplicate] = ACTIONS(716), - [anon_sym_u25f4] = ACTIONS(716), - [anon_sym_box] = ACTIONS(716), - [anon_sym_u25a1] = ACTIONS(716), - [anon_sym_match] = ACTIONS(716), - [anon_sym_u224d] = ACTIONS(716), - [anon_sym_couple] = ACTIONS(716), - [anon_sym_u229f] = ACTIONS(716), - [anon_sym_join] = ACTIONS(716), - [anon_sym_u2282] = ACTIONS(716), - [anon_sym_select] = ACTIONS(716), - [anon_sym_u228f] = ACTIONS(716), - [anon_sym_pick] = ACTIONS(716), - [anon_sym_u22a1] = ACTIONS(716), - [anon_sym_reshape] = ACTIONS(716), - [anon_sym_u21af] = ACTIONS(716), - [anon_sym_take] = ACTIONS(716), - [anon_sym_u2199] = ACTIONS(716), - [anon_sym_drop] = ACTIONS(716), - [anon_sym_u2198] = ACTIONS(716), - [anon_sym_rotate] = ACTIONS(716), - [anon_sym_u21bb] = ACTIONS(716), - [anon_sym_windows] = ACTIONS(716), - [anon_sym_u25eb] = ACTIONS(716), - [anon_sym_keep] = ACTIONS(716), - [anon_sym_u25bd] = ACTIONS(716), - [anon_sym_find] = ACTIONS(716), - [anon_sym_u2315] = ACTIONS(716), - [anon_sym_indexof] = ACTIONS(716), - [anon_sym_u2297] = ACTIONS(716), - [anon_sym_assert] = ACTIONS(716), - [anon_sym_u2364] = ACTIONS(716), - [anon_sym_wait] = ACTIONS(716), - [anon_sym_parse] = ACTIONS(716), - [anon_sym_u22d5] = ACTIONS(716), - [anon_sym_random] = ACTIONS(716), - [anon_sym_u2682] = ACTIONS(716), - [anon_sym_gen] = ACTIONS(716), - [anon_sym_tag] = ACTIONS(716), - [anon_sym_now] = ACTIONS(716), - [anon_sym_type] = ACTIONS(716), - [anon_sym_u2e2e] = ACTIONS(716), - [anon_sym_dump] = ACTIONS(716), - [anon_sym_regex] = ACTIONS(716), - [anon_sym_send] = ACTIONS(716), - [anon_sym_recv] = ACTIONS(716), - [anon_sym_tryrecv] = ACTIONS(716), - [anon_sym_complex] = ACTIONS(716), - [anon_sym_u2102] = ACTIONS(716), - [anon_sym_rerank] = ACTIONS(716), - [anon_sym_u2607] = ACTIONS(716), - [anon_sym_fix] = ACTIONS(716), - [anon_sym_u00a4] = ACTIONS(716), - [anon_sym_QMARK] = ACTIONS(716), - [anon_sym_unique] = ACTIONS(716), - [anon_sym_u25f0] = ACTIONS(716), - [anon_sym_map] = ACTIONS(716), - [anon_sym_has] = ACTIONS(716), - [anon_sym_get] = ACTIONS(716), - [anon_sym_insert] = ACTIONS(716), - [anon_sym_remove] = ACTIONS(716), - [anon_sym_repr] = ACTIONS(716), - [anon_sym_mask] = ACTIONS(716), - [anon_sym_u29b7] = ACTIONS(716), - [anon_sym_csv] = ACTIONS(716), - [anon_sym_json] = ACTIONS(716), - [anon_sym_xlsx] = ACTIONS(716), - [anon_sym_memberOf] = ACTIONS(716), - [anon_sym_u2208] = ACTIONS(716), - [anon_sym_imen] = ACTIONS(716), - [anon_sym_gife] = ACTIONS(716), - [anon_sym_auden] = ACTIONS(716), - [anon_sym_utfu2088] = ACTIONS(716), - [anon_sym_datetime] = ACTIONS(716), - [anon_sym_chunk] = ACTIONS(716), - [anon_sym_u2444] = ACTIONS(716), - [anon_sym_choose] = ACTIONS(716), - [anon_sym_permute] = ACTIONS(716), - [anon_sym_orient] = ACTIONS(716), - [anon_sym_fft] = ACTIONS(716), - [anon_sym_reduce] = ACTIONS(716), - [anon_sym_SLASH] = ACTIONS(716), - [anon_sym_scan] = ACTIONS(716), - [anon_sym_BSLASH] = ACTIONS(716), - [anon_sym_each] = ACTIONS(716), - [anon_sym_u2235] = ACTIONS(716), - [anon_sym_rows] = ACTIONS(716), - [anon_sym_u2261] = ACTIONS(716), - [anon_sym_repeat] = ACTIONS(716), - [anon_sym_u2365] = ACTIONS(716), - [anon_sym_dip] = ACTIONS(716), - [anon_sym_u2299] = ACTIONS(716), - [anon_sym_gap] = ACTIONS(716), - [anon_sym_u22c5] = ACTIONS(716), - [anon_sym_spawn] = ACTIONS(716), - [anon_sym_rectify] = ACTIONS(716), - [anon_sym_u2305] = ACTIONS(716), - [anon_sym_un] = ACTIONS(714), - [anon_sym_u00b0] = ACTIONS(716), - [anon_sym_on] = ACTIONS(714), - [anon_sym_u27dc] = ACTIONS(716), - [anon_sym_inventory] = ACTIONS(716), - [anon_sym_u235a] = ACTIONS(716), - [anon_sym_content] = ACTIONS(716), - [anon_sym_u25c7] = ACTIONS(716), - [anon_sym_pool] = ACTIONS(716), - [anon_sym_stringify] = ACTIONS(716), - [anon_sym_signature] = ACTIONS(716), - [anon_sym_triangle] = ACTIONS(716), - [anon_sym_u25f9] = ACTIONS(716), - [anon_sym_astar] = ACTIONS(716), - [anon_sym_but] = ACTIONS(716), - [anon_sym_u2919] = ACTIONS(716), - [anon_sym_with] = ACTIONS(716), - [anon_sym_u291a] = ACTIONS(716), - [anon_sym_above] = ACTIONS(716), - [anon_sym_u25e0] = ACTIONS(716), - [anon_sym_below] = ACTIONS(716), - [anon_sym_u25e1] = ACTIONS(716), - [anon_sym_fold] = ACTIONS(716), - [anon_sym_u2227] = ACTIONS(716), - [anon_sym_table] = ACTIONS(716), - [anon_sym_u229e] = ACTIONS(716), - [anon_sym_group] = ACTIONS(716), - [anon_sym_u2295] = ACTIONS(716), - [anon_sym_partition] = ACTIONS(716), - [anon_sym_u229c] = ACTIONS(716), - [anon_sym_both] = ACTIONS(716), - [anon_sym_u2229] = ACTIONS(716), - [anon_sym_bracket] = ACTIONS(716), - [anon_sym_u2293] = ACTIONS(716), - [anon_sym_fork] = ACTIONS(716), - [anon_sym_u2283] = ACTIONS(716), - [anon_sym_under] = ACTIONS(716), - [anon_sym_u235c] = ACTIONS(716), - [anon_sym_fill] = ACTIONS(716), - [anon_sym_u2b1a] = ACTIONS(716), - [anon_sym_try] = ACTIONS(714), - [anon_sym_u2363] = ACTIONS(716), - [anon_sym_do] = ACTIONS(714), - [anon_sym_u2362] = ACTIONS(716), - [anon_sym_setinv] = ACTIONS(716), - [anon_sym_setunder] = ACTIONS(716), - [anon_sym_f] = ACTIONS(714), - [anon_sym_by] = ACTIONS(714), - [anon_sym_u22b8] = ACTIONS(716), - [anon_sym_quote] = ACTIONS(716), - [anon_sym_struct] = ACTIONS(716), - [anon_sym_u2765] = ACTIONS(716), - [anon_sym_u2192] = ACTIONS(716), - [anon_sym_u2237] = ACTIONS(716), - [anon_sym_u00b7] = ACTIONS(716), - [anon_sym_u235b] = ACTIONS(716), - [anon_sym_u2302] = ACTIONS(716), - [anon_sym_u21b0] = ACTIONS(716), - [anon_sym_unpack] = ACTIONS(716), - [anon_sym_u2290] = ACTIONS(716), - [anon_sym_u229d] = ACTIONS(716), - [anon_sym_cross] = ACTIONS(716), - [anon_sym_u22a0] = ACTIONS(716), - [anon_sym_SEMI] = ACTIONS(716), - [anon_sym_deal] = ACTIONS(716), - [anon_sym_strands] = ACTIONS(716), - [anon_sym_u203f] = ACTIONS(716), - [anon_sym_member] = ACTIONS(714), - [anon_sym_u220a] = ACTIONS(716), - [anon_sym_coordinate] = ACTIONS(716), - [anon_sym_u27d4] = ACTIONS(716), - [anon_sym_u03bb] = ACTIONS(716), - [anon_sym_u22ca] = ACTIONS(716), + [sym_openParen] = ACTIONS(710), + [sym_closeParen] = ACTIONS(500), + [sym_underscore] = ACTIONS(500), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(308), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(308), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), [sym__endOfLine] = ACTIONS(5), }, [172] = { - [sym_inlineFunction] = STATE(174), - [sym_function] = STATE(174), - [anon_sym_PIPE] = ACTIONS(504), - [sym_identifier] = ACTIONS(718), - [sym_system] = ACTIONS(720), + [sym_inlineFunction] = STATE(198), + [sym_function] = STATE(198), + [anon_sym_PIPE] = ACTIONS(486), + [sym_identifier] = ACTIONS(712), + [sym_system] = ACTIONS(714), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(722), - [sym_closeParen] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_DOT] = ACTIONS(724), - [anon_sym_COMMA] = ACTIONS(724), - [anon_sym_COLON] = ACTIONS(724), - [anon_sym_u25cc] = ACTIONS(724), - [anon_sym_identity] = ACTIONS(724), - [anon_sym_id] = ACTIONS(726), - [anon_sym_u2218] = ACTIONS(724), - [anon_sym_not] = ACTIONS(724), - [anon_sym_u00ac] = ACTIONS(724), - [anon_sym_sign] = ACTIONS(724), - [anon_sym_u00b1] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(724), - [anon_sym_u00af] = ACTIONS(724), - [anon_sym_absolutevalue] = ACTIONS(724), - [anon_sym_u2335] = ACTIONS(724), - [anon_sym_sqrt] = ACTIONS(724), - [anon_sym_u221a] = ACTIONS(724), - [anon_sym_sine] = ACTIONS(724), - [anon_sym_u25cb] = ACTIONS(724), - [anon_sym_u223f] = ACTIONS(724), - [anon_sym_floor] = ACTIONS(724), - [anon_sym_u230a] = ACTIONS(724), - [anon_sym_ceiling] = ACTIONS(724), - [anon_sym_u2308] = ACTIONS(724), - [anon_sym_round] = ACTIONS(724), - [anon_sym_u2045] = ACTIONS(724), - [anon_sym_EQ] = ACTIONS(724), - [anon_sym_BANG_EQ] = ACTIONS(724), - [anon_sym_u2260] = ACTIONS(724), - [anon_sym_LT] = ACTIONS(726), - [anon_sym_LT_EQ] = ACTIONS(724), - [anon_sym_u2264] = ACTIONS(724), - [anon_sym_GT] = ACTIONS(726), - [anon_sym_GT_EQ] = ACTIONS(724), - [anon_sym_u2265] = ACTIONS(724), - [anon_sym_PLUS] = ACTIONS(724), - [anon_sym_DASH] = ACTIONS(724), - [anon_sym_STAR] = ACTIONS(724), - [anon_sym_u00d7] = ACTIONS(724), - [anon_sym_PERCENT] = ACTIONS(724), - [anon_sym_u00f7] = ACTIONS(724), - [anon_sym_modulus] = ACTIONS(724), - [anon_sym_u25ff] = ACTIONS(724), - [anon_sym_power] = ACTIONS(724), - [anon_sym_u207f] = ACTIONS(724), - [anon_sym_logarithm] = ACTIONS(724), - [anon_sym_u2099] = ACTIONS(724), - [anon_sym_minimum] = ACTIONS(724), - [anon_sym_u21a7] = ACTIONS(724), - [anon_sym_maximum] = ACTIONS(724), - [anon_sym_u21a5] = ACTIONS(724), - [anon_sym_atangent] = ACTIONS(724), - [anon_sym_u2220] = ACTIONS(724), - [anon_sym_length] = ACTIONS(724), - [anon_sym_u29fb] = ACTIONS(724), - [anon_sym_shape] = ACTIONS(724), - [anon_sym_u25b3] = ACTIONS(724), - [anon_sym_range] = ACTIONS(724), - [anon_sym_u21e1] = ACTIONS(724), - [anon_sym_first] = ACTIONS(724), - [anon_sym_u22a2] = ACTIONS(724), - [anon_sym_reverse] = ACTIONS(724), - [anon_sym_u21cc] = ACTIONS(724), - [anon_sym_deshape] = ACTIONS(724), - [anon_sym_u266d] = ACTIONS(724), - [anon_sym_bits] = ACTIONS(724), - [anon_sym_u22ef] = ACTIONS(724), - [anon_sym_transpose] = ACTIONS(724), - [anon_sym_u2349] = ACTIONS(724), - [anon_sym_rise] = ACTIONS(724), - [anon_sym_u234f] = ACTIONS(724), - [anon_sym_fall] = ACTIONS(724), - [anon_sym_u2356] = ACTIONS(724), - [anon_sym_where] = ACTIONS(724), - [anon_sym_u229a] = ACTIONS(724), - [anon_sym_classify] = ACTIONS(724), - [anon_sym_u229b] = ACTIONS(724), - [anon_sym_deduplicate] = ACTIONS(724), - [anon_sym_u25f4] = ACTIONS(724), - [anon_sym_box] = ACTIONS(724), - [anon_sym_u25a1] = ACTIONS(724), - [anon_sym_match] = ACTIONS(724), - [anon_sym_u224d] = ACTIONS(724), - [anon_sym_couple] = ACTIONS(724), - [anon_sym_u229f] = ACTIONS(724), - [anon_sym_join] = ACTIONS(724), - [anon_sym_u2282] = ACTIONS(724), - [anon_sym_select] = ACTIONS(724), - [anon_sym_u228f] = ACTIONS(724), - [anon_sym_pick] = ACTIONS(724), - [anon_sym_u22a1] = ACTIONS(724), - [anon_sym_reshape] = ACTIONS(724), - [anon_sym_u21af] = ACTIONS(724), - [anon_sym_take] = ACTIONS(724), - [anon_sym_u2199] = ACTIONS(724), - [anon_sym_drop] = ACTIONS(724), - [anon_sym_u2198] = ACTIONS(724), - [anon_sym_rotate] = ACTIONS(724), - [anon_sym_u21bb] = ACTIONS(724), - [anon_sym_windows] = ACTIONS(724), - [anon_sym_u25eb] = ACTIONS(724), - [anon_sym_keep] = ACTIONS(724), - [anon_sym_u25bd] = ACTIONS(724), - [anon_sym_find] = ACTIONS(724), - [anon_sym_u2315] = ACTIONS(724), - [anon_sym_indexof] = ACTIONS(724), - [anon_sym_u2297] = ACTIONS(724), - [anon_sym_assert] = ACTIONS(724), - [anon_sym_u2364] = ACTIONS(724), - [anon_sym_wait] = ACTIONS(724), - [anon_sym_parse] = ACTIONS(724), - [anon_sym_u22d5] = ACTIONS(724), - [anon_sym_random] = ACTIONS(724), - [anon_sym_u2682] = ACTIONS(724), - [anon_sym_gen] = ACTIONS(724), - [anon_sym_tag] = ACTIONS(724), - [anon_sym_now] = ACTIONS(724), - [anon_sym_type] = ACTIONS(724), - [anon_sym_u2e2e] = ACTIONS(724), - [anon_sym_dump] = ACTIONS(724), - [anon_sym_regex] = ACTIONS(724), - [anon_sym_send] = ACTIONS(724), - [anon_sym_recv] = ACTIONS(724), - [anon_sym_tryrecv] = ACTIONS(724), - [anon_sym_complex] = ACTIONS(724), - [anon_sym_u2102] = ACTIONS(724), - [anon_sym_rerank] = ACTIONS(724), - [anon_sym_u2607] = ACTIONS(724), - [anon_sym_fix] = ACTIONS(724), - [anon_sym_u00a4] = ACTIONS(724), - [anon_sym_QMARK] = ACTIONS(724), - [anon_sym_unique] = ACTIONS(724), - [anon_sym_u25f0] = ACTIONS(724), - [anon_sym_map] = ACTIONS(724), - [anon_sym_has] = ACTIONS(724), - [anon_sym_get] = ACTIONS(724), - [anon_sym_insert] = ACTIONS(724), - [anon_sym_remove] = ACTIONS(724), - [anon_sym_repr] = ACTIONS(724), - [anon_sym_mask] = ACTIONS(724), - [anon_sym_u29b7] = ACTIONS(724), - [anon_sym_csv] = ACTIONS(724), - [anon_sym_json] = ACTIONS(724), - [anon_sym_xlsx] = ACTIONS(724), - [anon_sym_memberOf] = ACTIONS(724), - [anon_sym_u2208] = ACTIONS(724), - [anon_sym_imen] = ACTIONS(724), - [anon_sym_gife] = ACTIONS(724), - [anon_sym_auden] = ACTIONS(724), - [anon_sym_utfu2088] = ACTIONS(724), - [anon_sym_datetime] = ACTIONS(724), - [anon_sym_chunk] = ACTIONS(724), - [anon_sym_u2444] = ACTIONS(724), - [anon_sym_choose] = ACTIONS(724), - [anon_sym_permute] = ACTIONS(724), - [anon_sym_orient] = ACTIONS(724), - [anon_sym_fft] = ACTIONS(724), + [sym_openParen] = ACTIONS(710), + [sym_closeParen] = ACTIONS(486), + [sym_underscore] = ACTIONS(486), + [anon_sym_DOT] = ACTIONS(308), + [anon_sym_COMMA] = ACTIONS(308), + [anon_sym_COLON] = ACTIONS(308), + [anon_sym_u25cc] = ACTIONS(308), + [anon_sym_identity] = ACTIONS(308), + [anon_sym_id] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(308), + [anon_sym_not] = ACTIONS(308), + [anon_sym_u00ac] = ACTIONS(308), + [anon_sym_sign] = ACTIONS(308), + [anon_sym_u00b1] = ACTIONS(308), + [anon_sym_BQUOTE] = ACTIONS(308), + [anon_sym_u00af] = ACTIONS(308), + [anon_sym_absolutevalue] = ACTIONS(308), + [anon_sym_u2335] = ACTIONS(308), + [anon_sym_sqrt] = ACTIONS(308), + [anon_sym_u221a] = ACTIONS(308), + [anon_sym_sine] = ACTIONS(308), + [anon_sym_u25cb] = ACTIONS(308), + [anon_sym_u223f] = ACTIONS(308), + [anon_sym_floor] = ACTIONS(308), + [anon_sym_u230a] = ACTIONS(308), + [anon_sym_ceiling] = ACTIONS(308), + [anon_sym_u2308] = ACTIONS(308), + [anon_sym_round] = ACTIONS(308), + [anon_sym_u2045] = ACTIONS(308), + [anon_sym_EQ] = ACTIONS(308), + [anon_sym_BANG_EQ] = ACTIONS(308), + [anon_sym_u2260] = ACTIONS(308), + [anon_sym_LT] = ACTIONS(310), + [anon_sym_LT_EQ] = ACTIONS(308), + [anon_sym_u2264] = ACTIONS(308), + [anon_sym_GT] = ACTIONS(310), + [anon_sym_GT_EQ] = ACTIONS(308), + [anon_sym_u2265] = ACTIONS(308), + [anon_sym_PLUS] = ACTIONS(308), + [anon_sym_DASH] = ACTIONS(308), + [anon_sym_STAR] = ACTIONS(308), + [anon_sym_u00d7] = ACTIONS(308), + [anon_sym_PERCENT] = ACTIONS(308), + [anon_sym_u00f7] = ACTIONS(308), + [anon_sym_modulus] = ACTIONS(308), + [anon_sym_u25ff] = ACTIONS(308), + [anon_sym_power] = ACTIONS(308), + [anon_sym_u207f] = ACTIONS(308), + [anon_sym_logarithm] = ACTIONS(308), + [anon_sym_u2099] = ACTIONS(308), + [anon_sym_minimum] = ACTIONS(308), + [anon_sym_u21a7] = ACTIONS(308), + [anon_sym_maximum] = ACTIONS(308), + [anon_sym_u21a5] = ACTIONS(308), + [anon_sym_atangent] = ACTIONS(308), + [anon_sym_u2220] = ACTIONS(308), + [anon_sym_length] = ACTIONS(308), + [anon_sym_u29fb] = ACTIONS(308), + [anon_sym_shape] = ACTIONS(308), + [anon_sym_u25b3] = ACTIONS(308), + [anon_sym_range] = ACTIONS(308), + [anon_sym_u21e1] = ACTIONS(308), + [anon_sym_first] = ACTIONS(308), + [anon_sym_u22a2] = ACTIONS(308), + [anon_sym_reverse] = ACTIONS(308), + [anon_sym_u21cc] = ACTIONS(308), + [anon_sym_deshape] = ACTIONS(308), + [anon_sym_u266d] = ACTIONS(308), + [anon_sym_bits] = ACTIONS(308), + [anon_sym_u22ef] = ACTIONS(308), + [anon_sym_transpose] = ACTIONS(308), + [anon_sym_u2349] = ACTIONS(308), + [anon_sym_rise] = ACTIONS(308), + [anon_sym_u234f] = ACTIONS(308), + [anon_sym_fall] = ACTIONS(308), + [anon_sym_u2356] = ACTIONS(308), + [anon_sym_where] = ACTIONS(308), + [anon_sym_u229a] = ACTIONS(308), + [anon_sym_classify] = ACTIONS(308), + [anon_sym_u229b] = ACTIONS(308), + [anon_sym_deduplicate] = ACTIONS(308), + [anon_sym_u25f4] = ACTIONS(308), + [anon_sym_box] = ACTIONS(308), + [anon_sym_u25a1] = ACTIONS(308), + [anon_sym_match] = ACTIONS(308), + [anon_sym_u224d] = ACTIONS(308), + [anon_sym_couple] = ACTIONS(308), + [anon_sym_u229f] = ACTIONS(308), + [anon_sym_join] = ACTIONS(308), + [anon_sym_u2282] = ACTIONS(308), + [anon_sym_select] = ACTIONS(308), + [anon_sym_u228f] = ACTIONS(308), + [anon_sym_pick] = ACTIONS(308), + [anon_sym_u22a1] = ACTIONS(308), + [anon_sym_reshape] = ACTIONS(308), + [anon_sym_u21af] = ACTIONS(308), + [anon_sym_take] = ACTIONS(308), + [anon_sym_u2199] = ACTIONS(308), + [anon_sym_drop] = ACTIONS(308), + [anon_sym_u2198] = ACTIONS(308), + [anon_sym_rotate] = ACTIONS(308), + [anon_sym_u21bb] = ACTIONS(308), + [anon_sym_windows] = ACTIONS(308), + [anon_sym_u25eb] = ACTIONS(308), + [anon_sym_keep] = ACTIONS(308), + [anon_sym_u25bd] = ACTIONS(308), + [anon_sym_find] = ACTIONS(308), + [anon_sym_u2315] = ACTIONS(308), + [anon_sym_indexof] = ACTIONS(308), + [anon_sym_u2297] = ACTIONS(308), + [anon_sym_assert] = ACTIONS(308), + [anon_sym_u2364] = ACTIONS(308), + [anon_sym_wait] = ACTIONS(308), + [anon_sym_parse] = ACTIONS(308), + [anon_sym_u22d5] = ACTIONS(308), + [anon_sym_random] = ACTIONS(308), + [anon_sym_u2682] = ACTIONS(308), + [anon_sym_gen] = ACTIONS(308), + [anon_sym_tag] = ACTIONS(308), + [anon_sym_now] = ACTIONS(308), + [anon_sym_type] = ACTIONS(308), + [anon_sym_u2e2e] = ACTIONS(308), + [anon_sym_dump] = ACTIONS(308), + [anon_sym_regex] = ACTIONS(308), + [anon_sym_send] = ACTIONS(308), + [anon_sym_recv] = ACTIONS(308), + [anon_sym_tryrecv] = ACTIONS(308), + [anon_sym_complex] = ACTIONS(308), + [anon_sym_u2102] = ACTIONS(308), + [anon_sym_rerank] = ACTIONS(308), + [anon_sym_u2607] = ACTIONS(308), + [anon_sym_fix] = ACTIONS(308), + [anon_sym_u00a4] = ACTIONS(308), + [anon_sym_QMARK] = ACTIONS(308), + [anon_sym_unique] = ACTIONS(308), + [anon_sym_u25f0] = ACTIONS(308), + [anon_sym_map] = ACTIONS(308), + [anon_sym_has] = ACTIONS(308), + [anon_sym_get] = ACTIONS(308), + [anon_sym_insert] = ACTIONS(308), + [anon_sym_remove] = ACTIONS(308), + [anon_sym_repr] = ACTIONS(308), + [anon_sym_mask] = ACTIONS(308), + [anon_sym_u29b7] = ACTIONS(308), + [anon_sym_csv] = ACTIONS(308), + [anon_sym_json] = ACTIONS(308), + [anon_sym_xlsx] = ACTIONS(308), + [anon_sym_memberOf] = ACTIONS(308), + [anon_sym_u2208] = ACTIONS(308), + [anon_sym_imen] = ACTIONS(308), + [anon_sym_gife] = ACTIONS(308), + [anon_sym_auden] = ACTIONS(308), + [anon_sym_utfu2088] = ACTIONS(308), + [anon_sym_datetime] = ACTIONS(308), + [anon_sym_choose] = ACTIONS(308), + [anon_sym_permute] = ACTIONS(308), + [anon_sym_orient] = ACTIONS(308), + [anon_sym_u2938] = ACTIONS(308), + [anon_sym_fft] = ACTIONS(308), + [anon_sym_graphemes] = ACTIONS(308), + [anon_sym_timezone] = ACTIONS(308), + [anon_sym_around] = ACTIONS(308), + [anon_sym_u2019] = ACTIONS(308), + [anon_sym_base] = ACTIONS(308), + [anon_sym_sort] = ACTIONS(308), + [anon_sym_u2346] = ACTIONS(308), + [anon_sym_last] = ACTIONS(308), + [anon_sym_u22a3] = ACTIONS(308), [sym__endOfLine] = ACTIONS(5), }, [173] = { - [sym_inlineFunction] = STATE(193), - [sym_function] = STATE(193), - [anon_sym_PIPE] = ACTIONS(504), - [sym_identifier] = ACTIONS(728), - [sym_system] = ACTIONS(730), + [anon_sym_PIPE] = ACTIONS(548), + [sym_identifier] = ACTIONS(546), + [sym_system] = ACTIONS(548), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(732), - [sym_closeParen] = ACTIONS(504), - [sym_underscore] = ACTIONS(504), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(318), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(318), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), + [sym_openParen] = ACTIONS(548), + [sym_closeParen] = ACTIONS(548), + [sym_underscore] = ACTIONS(548), + [anon_sym_DOT] = ACTIONS(548), + [anon_sym_COMMA] = ACTIONS(548), + [anon_sym_COLON] = ACTIONS(548), + [anon_sym_u25cc] = ACTIONS(548), + [anon_sym_identity] = ACTIONS(548), + [anon_sym_id] = ACTIONS(546), + [anon_sym_u2218] = ACTIONS(548), + [anon_sym_not] = ACTIONS(548), + [anon_sym_u00ac] = ACTIONS(548), + [anon_sym_sign] = ACTIONS(548), + [anon_sym_u00b1] = ACTIONS(548), + [anon_sym_BQUOTE] = ACTIONS(548), + [anon_sym_u00af] = ACTIONS(548), + [anon_sym_absolutevalue] = ACTIONS(548), + [anon_sym_u2335] = ACTIONS(548), + [anon_sym_sqrt] = ACTIONS(548), + [anon_sym_u221a] = ACTIONS(548), + [anon_sym_sine] = ACTIONS(548), + [anon_sym_u25cb] = ACTIONS(548), + [anon_sym_u223f] = ACTIONS(548), + [anon_sym_floor] = ACTIONS(548), + [anon_sym_u230a] = ACTIONS(548), + [anon_sym_ceiling] = ACTIONS(548), + [anon_sym_u2308] = ACTIONS(548), + [anon_sym_round] = ACTIONS(548), + [anon_sym_u2045] = ACTIONS(548), + [anon_sym_EQ] = ACTIONS(548), + [anon_sym_BANG_EQ] = ACTIONS(548), + [anon_sym_u2260] = ACTIONS(548), + [anon_sym_LT] = ACTIONS(546), + [anon_sym_LT_EQ] = ACTIONS(548), + [anon_sym_u2264] = ACTIONS(548), + [anon_sym_GT] = ACTIONS(546), + [anon_sym_GT_EQ] = ACTIONS(548), + [anon_sym_u2265] = ACTIONS(548), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_STAR] = ACTIONS(548), + [anon_sym_u00d7] = ACTIONS(548), + [anon_sym_PERCENT] = ACTIONS(548), + [anon_sym_u00f7] = ACTIONS(548), + [anon_sym_modulus] = ACTIONS(548), + [anon_sym_u25ff] = ACTIONS(548), + [anon_sym_power] = ACTIONS(548), + [anon_sym_u207f] = ACTIONS(548), + [anon_sym_logarithm] = ACTIONS(548), + [anon_sym_u2099] = ACTIONS(548), + [anon_sym_minimum] = ACTIONS(548), + [anon_sym_u21a7] = ACTIONS(548), + [anon_sym_maximum] = ACTIONS(548), + [anon_sym_u21a5] = ACTIONS(548), + [anon_sym_atangent] = ACTIONS(548), + [anon_sym_u2220] = ACTIONS(548), + [anon_sym_length] = ACTIONS(548), + [anon_sym_u29fb] = ACTIONS(548), + [anon_sym_shape] = ACTIONS(548), + [anon_sym_u25b3] = ACTIONS(548), + [anon_sym_range] = ACTIONS(548), + [anon_sym_u21e1] = ACTIONS(548), + [anon_sym_first] = ACTIONS(548), + [anon_sym_u22a2] = ACTIONS(548), + [anon_sym_reverse] = ACTIONS(548), + [anon_sym_u21cc] = ACTIONS(548), + [anon_sym_deshape] = ACTIONS(548), + [anon_sym_u266d] = ACTIONS(548), + [anon_sym_bits] = ACTIONS(548), + [anon_sym_u22ef] = ACTIONS(548), + [anon_sym_transpose] = ACTIONS(548), + [anon_sym_u2349] = ACTIONS(548), + [anon_sym_rise] = ACTIONS(548), + [anon_sym_u234f] = ACTIONS(548), + [anon_sym_fall] = ACTIONS(548), + [anon_sym_u2356] = ACTIONS(548), + [anon_sym_where] = ACTIONS(548), + [anon_sym_u229a] = ACTIONS(548), + [anon_sym_classify] = ACTIONS(548), + [anon_sym_u229b] = ACTIONS(548), + [anon_sym_deduplicate] = ACTIONS(548), + [anon_sym_u25f4] = ACTIONS(548), + [anon_sym_box] = ACTIONS(548), + [anon_sym_u25a1] = ACTIONS(548), + [anon_sym_match] = ACTIONS(548), + [anon_sym_u224d] = ACTIONS(548), + [anon_sym_couple] = ACTIONS(548), + [anon_sym_u229f] = ACTIONS(548), + [anon_sym_join] = ACTIONS(548), + [anon_sym_u2282] = ACTIONS(548), + [anon_sym_select] = ACTIONS(548), + [anon_sym_u228f] = ACTIONS(548), + [anon_sym_pick] = ACTIONS(548), + [anon_sym_u22a1] = ACTIONS(548), + [anon_sym_reshape] = ACTIONS(548), + [anon_sym_u21af] = ACTIONS(548), + [anon_sym_take] = ACTIONS(548), + [anon_sym_u2199] = ACTIONS(548), + [anon_sym_drop] = ACTIONS(548), + [anon_sym_u2198] = ACTIONS(548), + [anon_sym_rotate] = ACTIONS(548), + [anon_sym_u21bb] = ACTIONS(548), + [anon_sym_windows] = ACTIONS(548), + [anon_sym_u25eb] = ACTIONS(548), + [anon_sym_keep] = ACTIONS(548), + [anon_sym_u25bd] = ACTIONS(548), + [anon_sym_find] = ACTIONS(548), + [anon_sym_u2315] = ACTIONS(548), + [anon_sym_indexof] = ACTIONS(548), + [anon_sym_u2297] = ACTIONS(548), + [anon_sym_assert] = ACTIONS(548), + [anon_sym_u2364] = ACTIONS(548), + [anon_sym_wait] = ACTIONS(548), + [anon_sym_parse] = ACTIONS(548), + [anon_sym_u22d5] = ACTIONS(548), + [anon_sym_random] = ACTIONS(548), + [anon_sym_u2682] = ACTIONS(548), + [anon_sym_gen] = ACTIONS(548), + [anon_sym_tag] = ACTIONS(548), + [anon_sym_now] = ACTIONS(548), + [anon_sym_type] = ACTIONS(548), + [anon_sym_u2e2e] = ACTIONS(548), + [anon_sym_dump] = ACTIONS(548), + [anon_sym_regex] = ACTIONS(548), + [anon_sym_send] = ACTIONS(548), + [anon_sym_recv] = ACTIONS(548), + [anon_sym_tryrecv] = ACTIONS(548), + [anon_sym_complex] = ACTIONS(548), + [anon_sym_u2102] = ACTIONS(548), + [anon_sym_rerank] = ACTIONS(548), + [anon_sym_u2607] = ACTIONS(548), + [anon_sym_fix] = ACTIONS(548), + [anon_sym_u00a4] = ACTIONS(548), + [anon_sym_QMARK] = ACTIONS(548), + [anon_sym_unique] = ACTIONS(548), + [anon_sym_u25f0] = ACTIONS(548), + [anon_sym_map] = ACTIONS(548), + [anon_sym_has] = ACTIONS(548), + [anon_sym_get] = ACTIONS(548), + [anon_sym_insert] = ACTIONS(548), + [anon_sym_remove] = ACTIONS(548), + [anon_sym_repr] = ACTIONS(548), + [anon_sym_mask] = ACTIONS(548), + [anon_sym_u29b7] = ACTIONS(548), + [anon_sym_csv] = ACTIONS(548), + [anon_sym_json] = ACTIONS(548), + [anon_sym_xlsx] = ACTIONS(548), + [anon_sym_memberOf] = ACTIONS(548), + [anon_sym_u2208] = ACTIONS(548), + [anon_sym_imen] = ACTIONS(548), + [anon_sym_gife] = ACTIONS(548), + [anon_sym_auden] = ACTIONS(548), + [anon_sym_utfu2088] = ACTIONS(548), + [anon_sym_datetime] = ACTIONS(548), + [anon_sym_choose] = ACTIONS(548), + [anon_sym_permute] = ACTIONS(548), + [anon_sym_orient] = ACTIONS(548), + [anon_sym_u2938] = ACTIONS(548), + [anon_sym_fft] = ACTIONS(548), + [anon_sym_graphemes] = ACTIONS(548), + [anon_sym_timezone] = ACTIONS(548), + [anon_sym_around] = ACTIONS(548), + [anon_sym_u2019] = ACTIONS(548), + [anon_sym_base] = ACTIONS(548), + [anon_sym_sort] = ACTIONS(548), + [anon_sym_u2346] = ACTIONS(548), + [anon_sym_last] = ACTIONS(548), + [anon_sym_u22a3] = ACTIONS(548), [sym__endOfLine] = ACTIONS(5), }, [174] = { - [sym_inlineFunction] = STATE(200), - [sym_function] = STATE(200), - [anon_sym_PIPE] = ACTIONS(518), - [sym_identifier] = ACTIONS(734), - [sym_system] = ACTIONS(736), + [anon_sym_PIPE] = ACTIONS(536), + [sym_identifier] = ACTIONS(534), + [sym_system] = ACTIONS(536), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(732), - [sym_closeParen] = ACTIONS(518), - [sym_underscore] = ACTIONS(518), - [anon_sym_DOT] = ACTIONS(318), - [anon_sym_COMMA] = ACTIONS(318), - [anon_sym_COLON] = ACTIONS(318), - [anon_sym_u25cc] = ACTIONS(318), - [anon_sym_identity] = ACTIONS(318), - [anon_sym_id] = ACTIONS(320), - [anon_sym_u2218] = ACTIONS(318), - [anon_sym_not] = ACTIONS(318), - [anon_sym_u00ac] = ACTIONS(318), - [anon_sym_sign] = ACTIONS(318), - [anon_sym_u00b1] = ACTIONS(318), - [anon_sym_BQUOTE] = ACTIONS(318), - [anon_sym_u00af] = ACTIONS(318), - [anon_sym_absolutevalue] = ACTIONS(318), - [anon_sym_u2335] = ACTIONS(318), - [anon_sym_sqrt] = ACTIONS(318), - [anon_sym_u221a] = ACTIONS(318), - [anon_sym_sine] = ACTIONS(318), - [anon_sym_u25cb] = ACTIONS(318), - [anon_sym_u223f] = ACTIONS(318), - [anon_sym_floor] = ACTIONS(318), - [anon_sym_u230a] = ACTIONS(318), - [anon_sym_ceiling] = ACTIONS(318), - [anon_sym_u2308] = ACTIONS(318), - [anon_sym_round] = ACTIONS(318), - [anon_sym_u2045] = ACTIONS(318), - [anon_sym_EQ] = ACTIONS(318), - [anon_sym_BANG_EQ] = ACTIONS(318), - [anon_sym_u2260] = ACTIONS(318), - [anon_sym_LT] = ACTIONS(320), - [anon_sym_LT_EQ] = ACTIONS(318), - [anon_sym_u2264] = ACTIONS(318), - [anon_sym_GT] = ACTIONS(320), - [anon_sym_GT_EQ] = ACTIONS(318), - [anon_sym_u2265] = ACTIONS(318), - [anon_sym_PLUS] = ACTIONS(318), - [anon_sym_DASH] = ACTIONS(318), - [anon_sym_STAR] = ACTIONS(318), - [anon_sym_u00d7] = ACTIONS(318), - [anon_sym_PERCENT] = ACTIONS(318), - [anon_sym_u00f7] = ACTIONS(318), - [anon_sym_modulus] = ACTIONS(318), - [anon_sym_u25ff] = ACTIONS(318), - [anon_sym_power] = ACTIONS(318), - [anon_sym_u207f] = ACTIONS(318), - [anon_sym_logarithm] = ACTIONS(318), - [anon_sym_u2099] = ACTIONS(318), - [anon_sym_minimum] = ACTIONS(318), - [anon_sym_u21a7] = ACTIONS(318), - [anon_sym_maximum] = ACTIONS(318), - [anon_sym_u21a5] = ACTIONS(318), - [anon_sym_atangent] = ACTIONS(318), - [anon_sym_u2220] = ACTIONS(318), - [anon_sym_length] = ACTIONS(318), - [anon_sym_u29fb] = ACTIONS(318), - [anon_sym_shape] = ACTIONS(318), - [anon_sym_u25b3] = ACTIONS(318), - [anon_sym_range] = ACTIONS(318), - [anon_sym_u21e1] = ACTIONS(318), - [anon_sym_first] = ACTIONS(318), - [anon_sym_u22a2] = ACTIONS(318), - [anon_sym_reverse] = ACTIONS(318), - [anon_sym_u21cc] = ACTIONS(318), - [anon_sym_deshape] = ACTIONS(318), - [anon_sym_u266d] = ACTIONS(318), - [anon_sym_bits] = ACTIONS(318), - [anon_sym_u22ef] = ACTIONS(318), - [anon_sym_transpose] = ACTIONS(318), - [anon_sym_u2349] = ACTIONS(318), - [anon_sym_rise] = ACTIONS(318), - [anon_sym_u234f] = ACTIONS(318), - [anon_sym_fall] = ACTIONS(318), - [anon_sym_u2356] = ACTIONS(318), - [anon_sym_where] = ACTIONS(318), - [anon_sym_u229a] = ACTIONS(318), - [anon_sym_classify] = ACTIONS(318), - [anon_sym_u229b] = ACTIONS(318), - [anon_sym_deduplicate] = ACTIONS(318), - [anon_sym_u25f4] = ACTIONS(318), - [anon_sym_box] = ACTIONS(318), - [anon_sym_u25a1] = ACTIONS(318), - [anon_sym_match] = ACTIONS(318), - [anon_sym_u224d] = ACTIONS(318), - [anon_sym_couple] = ACTIONS(318), - [anon_sym_u229f] = ACTIONS(318), - [anon_sym_join] = ACTIONS(318), - [anon_sym_u2282] = ACTIONS(318), - [anon_sym_select] = ACTIONS(318), - [anon_sym_u228f] = ACTIONS(318), - [anon_sym_pick] = ACTIONS(318), - [anon_sym_u22a1] = ACTIONS(318), - [anon_sym_reshape] = ACTIONS(318), - [anon_sym_u21af] = ACTIONS(318), - [anon_sym_take] = ACTIONS(318), - [anon_sym_u2199] = ACTIONS(318), - [anon_sym_drop] = ACTIONS(318), - [anon_sym_u2198] = ACTIONS(318), - [anon_sym_rotate] = ACTIONS(318), - [anon_sym_u21bb] = ACTIONS(318), - [anon_sym_windows] = ACTIONS(318), - [anon_sym_u25eb] = ACTIONS(318), - [anon_sym_keep] = ACTIONS(318), - [anon_sym_u25bd] = ACTIONS(318), - [anon_sym_find] = ACTIONS(318), - [anon_sym_u2315] = ACTIONS(318), - [anon_sym_indexof] = ACTIONS(318), - [anon_sym_u2297] = ACTIONS(318), - [anon_sym_assert] = ACTIONS(318), - [anon_sym_u2364] = ACTIONS(318), - [anon_sym_wait] = ACTIONS(318), - [anon_sym_parse] = ACTIONS(318), - [anon_sym_u22d5] = ACTIONS(318), - [anon_sym_random] = ACTIONS(318), - [anon_sym_u2682] = ACTIONS(318), - [anon_sym_gen] = ACTIONS(318), - [anon_sym_tag] = ACTIONS(318), - [anon_sym_now] = ACTIONS(318), - [anon_sym_type] = ACTIONS(318), - [anon_sym_u2e2e] = ACTIONS(318), - [anon_sym_dump] = ACTIONS(318), - [anon_sym_regex] = ACTIONS(318), - [anon_sym_send] = ACTIONS(318), - [anon_sym_recv] = ACTIONS(318), - [anon_sym_tryrecv] = ACTIONS(318), - [anon_sym_complex] = ACTIONS(318), - [anon_sym_u2102] = ACTIONS(318), - [anon_sym_rerank] = ACTIONS(318), - [anon_sym_u2607] = ACTIONS(318), - [anon_sym_fix] = ACTIONS(318), - [anon_sym_u00a4] = ACTIONS(318), - [anon_sym_QMARK] = ACTIONS(318), - [anon_sym_unique] = ACTIONS(318), - [anon_sym_u25f0] = ACTIONS(318), - [anon_sym_map] = ACTIONS(318), - [anon_sym_has] = ACTIONS(318), - [anon_sym_get] = ACTIONS(318), - [anon_sym_insert] = ACTIONS(318), - [anon_sym_remove] = ACTIONS(318), - [anon_sym_repr] = ACTIONS(318), - [anon_sym_mask] = ACTIONS(318), - [anon_sym_u29b7] = ACTIONS(318), - [anon_sym_csv] = ACTIONS(318), - [anon_sym_json] = ACTIONS(318), - [anon_sym_xlsx] = ACTIONS(318), - [anon_sym_memberOf] = ACTIONS(318), - [anon_sym_u2208] = ACTIONS(318), - [anon_sym_imen] = ACTIONS(318), - [anon_sym_gife] = ACTIONS(318), - [anon_sym_auden] = ACTIONS(318), - [anon_sym_utfu2088] = ACTIONS(318), - [anon_sym_datetime] = ACTIONS(318), - [anon_sym_chunk] = ACTIONS(318), - [anon_sym_u2444] = ACTIONS(318), - [anon_sym_choose] = ACTIONS(318), - [anon_sym_permute] = ACTIONS(318), - [anon_sym_orient] = ACTIONS(318), - [anon_sym_fft] = ACTIONS(318), + [sym_openParen] = ACTIONS(536), + [sym_closeParen] = ACTIONS(536), + [sym_underscore] = ACTIONS(536), + [anon_sym_DOT] = ACTIONS(536), + [anon_sym_COMMA] = ACTIONS(536), + [anon_sym_COLON] = ACTIONS(536), + [anon_sym_u25cc] = ACTIONS(536), + [anon_sym_identity] = ACTIONS(536), + [anon_sym_id] = ACTIONS(534), + [anon_sym_u2218] = ACTIONS(536), + [anon_sym_not] = ACTIONS(536), + [anon_sym_u00ac] = ACTIONS(536), + [anon_sym_sign] = ACTIONS(536), + [anon_sym_u00b1] = ACTIONS(536), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_u00af] = ACTIONS(536), + [anon_sym_absolutevalue] = ACTIONS(536), + [anon_sym_u2335] = ACTIONS(536), + [anon_sym_sqrt] = ACTIONS(536), + [anon_sym_u221a] = ACTIONS(536), + [anon_sym_sine] = ACTIONS(536), + [anon_sym_u25cb] = ACTIONS(536), + [anon_sym_u223f] = ACTIONS(536), + [anon_sym_floor] = ACTIONS(536), + [anon_sym_u230a] = ACTIONS(536), + [anon_sym_ceiling] = ACTIONS(536), + [anon_sym_u2308] = ACTIONS(536), + [anon_sym_round] = ACTIONS(536), + [anon_sym_u2045] = ACTIONS(536), + [anon_sym_EQ] = ACTIONS(536), + [anon_sym_BANG_EQ] = ACTIONS(536), + [anon_sym_u2260] = ACTIONS(536), + [anon_sym_LT] = ACTIONS(534), + [anon_sym_LT_EQ] = ACTIONS(536), + [anon_sym_u2264] = ACTIONS(536), + [anon_sym_GT] = ACTIONS(534), + [anon_sym_GT_EQ] = ACTIONS(536), + [anon_sym_u2265] = ACTIONS(536), + [anon_sym_PLUS] = ACTIONS(536), + [anon_sym_DASH] = ACTIONS(536), + [anon_sym_STAR] = ACTIONS(536), + [anon_sym_u00d7] = ACTIONS(536), + [anon_sym_PERCENT] = ACTIONS(536), + [anon_sym_u00f7] = ACTIONS(536), + [anon_sym_modulus] = ACTIONS(536), + [anon_sym_u25ff] = ACTIONS(536), + [anon_sym_power] = ACTIONS(536), + [anon_sym_u207f] = ACTIONS(536), + [anon_sym_logarithm] = ACTIONS(536), + [anon_sym_u2099] = ACTIONS(536), + [anon_sym_minimum] = ACTIONS(536), + [anon_sym_u21a7] = ACTIONS(536), + [anon_sym_maximum] = ACTIONS(536), + [anon_sym_u21a5] = ACTIONS(536), + [anon_sym_atangent] = ACTIONS(536), + [anon_sym_u2220] = ACTIONS(536), + [anon_sym_length] = ACTIONS(536), + [anon_sym_u29fb] = ACTIONS(536), + [anon_sym_shape] = ACTIONS(536), + [anon_sym_u25b3] = ACTIONS(536), + [anon_sym_range] = ACTIONS(536), + [anon_sym_u21e1] = ACTIONS(536), + [anon_sym_first] = ACTIONS(536), + [anon_sym_u22a2] = ACTIONS(536), + [anon_sym_reverse] = ACTIONS(536), + [anon_sym_u21cc] = ACTIONS(536), + [anon_sym_deshape] = ACTIONS(536), + [anon_sym_u266d] = ACTIONS(536), + [anon_sym_bits] = ACTIONS(536), + [anon_sym_u22ef] = ACTIONS(536), + [anon_sym_transpose] = ACTIONS(536), + [anon_sym_u2349] = ACTIONS(536), + [anon_sym_rise] = ACTIONS(536), + [anon_sym_u234f] = ACTIONS(536), + [anon_sym_fall] = ACTIONS(536), + [anon_sym_u2356] = ACTIONS(536), + [anon_sym_where] = ACTIONS(536), + [anon_sym_u229a] = ACTIONS(536), + [anon_sym_classify] = ACTIONS(536), + [anon_sym_u229b] = ACTIONS(536), + [anon_sym_deduplicate] = ACTIONS(536), + [anon_sym_u25f4] = ACTIONS(536), + [anon_sym_box] = ACTIONS(536), + [anon_sym_u25a1] = ACTIONS(536), + [anon_sym_match] = ACTIONS(536), + [anon_sym_u224d] = ACTIONS(536), + [anon_sym_couple] = ACTIONS(536), + [anon_sym_u229f] = ACTIONS(536), + [anon_sym_join] = ACTIONS(536), + [anon_sym_u2282] = ACTIONS(536), + [anon_sym_select] = ACTIONS(536), + [anon_sym_u228f] = ACTIONS(536), + [anon_sym_pick] = ACTIONS(536), + [anon_sym_u22a1] = ACTIONS(536), + [anon_sym_reshape] = ACTIONS(536), + [anon_sym_u21af] = ACTIONS(536), + [anon_sym_take] = ACTIONS(536), + [anon_sym_u2199] = ACTIONS(536), + [anon_sym_drop] = ACTIONS(536), + [anon_sym_u2198] = ACTIONS(536), + [anon_sym_rotate] = ACTIONS(536), + [anon_sym_u21bb] = ACTIONS(536), + [anon_sym_windows] = ACTIONS(536), + [anon_sym_u25eb] = ACTIONS(536), + [anon_sym_keep] = ACTIONS(536), + [anon_sym_u25bd] = ACTIONS(536), + [anon_sym_find] = ACTIONS(536), + [anon_sym_u2315] = ACTIONS(536), + [anon_sym_indexof] = ACTIONS(536), + [anon_sym_u2297] = ACTIONS(536), + [anon_sym_assert] = ACTIONS(536), + [anon_sym_u2364] = ACTIONS(536), + [anon_sym_wait] = ACTIONS(536), + [anon_sym_parse] = ACTIONS(536), + [anon_sym_u22d5] = ACTIONS(536), + [anon_sym_random] = ACTIONS(536), + [anon_sym_u2682] = ACTIONS(536), + [anon_sym_gen] = ACTIONS(536), + [anon_sym_tag] = ACTIONS(536), + [anon_sym_now] = ACTIONS(536), + [anon_sym_type] = ACTIONS(536), + [anon_sym_u2e2e] = ACTIONS(536), + [anon_sym_dump] = ACTIONS(536), + [anon_sym_regex] = ACTIONS(536), + [anon_sym_send] = ACTIONS(536), + [anon_sym_recv] = ACTIONS(536), + [anon_sym_tryrecv] = ACTIONS(536), + [anon_sym_complex] = ACTIONS(536), + [anon_sym_u2102] = ACTIONS(536), + [anon_sym_rerank] = ACTIONS(536), + [anon_sym_u2607] = ACTIONS(536), + [anon_sym_fix] = ACTIONS(536), + [anon_sym_u00a4] = ACTIONS(536), + [anon_sym_QMARK] = ACTIONS(536), + [anon_sym_unique] = ACTIONS(536), + [anon_sym_u25f0] = ACTIONS(536), + [anon_sym_map] = ACTIONS(536), + [anon_sym_has] = ACTIONS(536), + [anon_sym_get] = ACTIONS(536), + [anon_sym_insert] = ACTIONS(536), + [anon_sym_remove] = ACTIONS(536), + [anon_sym_repr] = ACTIONS(536), + [anon_sym_mask] = ACTIONS(536), + [anon_sym_u29b7] = ACTIONS(536), + [anon_sym_csv] = ACTIONS(536), + [anon_sym_json] = ACTIONS(536), + [anon_sym_xlsx] = ACTIONS(536), + [anon_sym_memberOf] = ACTIONS(536), + [anon_sym_u2208] = ACTIONS(536), + [anon_sym_imen] = ACTIONS(536), + [anon_sym_gife] = ACTIONS(536), + [anon_sym_auden] = ACTIONS(536), + [anon_sym_utfu2088] = ACTIONS(536), + [anon_sym_datetime] = ACTIONS(536), + [anon_sym_choose] = ACTIONS(536), + [anon_sym_permute] = ACTIONS(536), + [anon_sym_orient] = ACTIONS(536), + [anon_sym_u2938] = ACTIONS(536), + [anon_sym_fft] = ACTIONS(536), + [anon_sym_graphemes] = ACTIONS(536), + [anon_sym_timezone] = ACTIONS(536), + [anon_sym_around] = ACTIONS(536), + [anon_sym_u2019] = ACTIONS(536), + [anon_sym_base] = ACTIONS(536), + [anon_sym_sort] = ACTIONS(536), + [anon_sym_u2346] = ACTIONS(536), + [anon_sym_last] = ACTIONS(536), + [anon_sym_u22a3] = ACTIONS(536), [sym__endOfLine] = ACTIONS(5), }, [175] = { - [anon_sym_PIPE] = ACTIONS(578), - [sym_identifier] = ACTIONS(576), - [sym_system] = ACTIONS(578), + [anon_sym_PIPE] = ACTIONS(528), + [sym_identifier] = ACTIONS(526), + [sym_system] = ACTIONS(528), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(578), - [sym_closeParen] = ACTIONS(578), - [sym_underscore] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(578), - [anon_sym_COMMA] = ACTIONS(578), - [anon_sym_COLON] = ACTIONS(578), - [anon_sym_u25cc] = ACTIONS(578), - [anon_sym_identity] = ACTIONS(578), - [anon_sym_id] = ACTIONS(576), - [anon_sym_u2218] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_u00ac] = ACTIONS(578), - [anon_sym_sign] = ACTIONS(578), - [anon_sym_u00b1] = ACTIONS(578), - [anon_sym_BQUOTE] = ACTIONS(578), - [anon_sym_u00af] = ACTIONS(578), - [anon_sym_absolutevalue] = ACTIONS(578), - [anon_sym_u2335] = ACTIONS(578), - [anon_sym_sqrt] = ACTIONS(578), - [anon_sym_u221a] = ACTIONS(578), - [anon_sym_sine] = ACTIONS(578), - [anon_sym_u25cb] = ACTIONS(578), - [anon_sym_u223f] = ACTIONS(578), - [anon_sym_floor] = ACTIONS(578), - [anon_sym_u230a] = ACTIONS(578), - [anon_sym_ceiling] = ACTIONS(578), - [anon_sym_u2308] = ACTIONS(578), - [anon_sym_round] = ACTIONS(578), - [anon_sym_u2045] = ACTIONS(578), - [anon_sym_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_u2260] = ACTIONS(578), - [anon_sym_LT] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_u2264] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(576), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_u2265] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_u00d7] = ACTIONS(578), - [anon_sym_PERCENT] = ACTIONS(578), - [anon_sym_u00f7] = ACTIONS(578), - [anon_sym_modulus] = ACTIONS(578), - [anon_sym_u25ff] = ACTIONS(578), - [anon_sym_power] = ACTIONS(578), - [anon_sym_u207f] = ACTIONS(578), - [anon_sym_logarithm] = ACTIONS(578), - [anon_sym_u2099] = ACTIONS(578), - [anon_sym_minimum] = ACTIONS(578), - [anon_sym_u21a7] = ACTIONS(578), - [anon_sym_maximum] = ACTIONS(578), - [anon_sym_u21a5] = ACTIONS(578), - [anon_sym_atangent] = ACTIONS(578), - [anon_sym_u2220] = ACTIONS(578), - [anon_sym_length] = ACTIONS(578), - [anon_sym_u29fb] = ACTIONS(578), - [anon_sym_shape] = ACTIONS(578), - [anon_sym_u25b3] = ACTIONS(578), - [anon_sym_range] = ACTIONS(578), - [anon_sym_u21e1] = ACTIONS(578), - [anon_sym_first] = ACTIONS(578), - [anon_sym_u22a2] = ACTIONS(578), - [anon_sym_reverse] = ACTIONS(578), - [anon_sym_u21cc] = ACTIONS(578), - [anon_sym_deshape] = ACTIONS(578), - [anon_sym_u266d] = ACTIONS(578), - [anon_sym_bits] = ACTIONS(578), - [anon_sym_u22ef] = ACTIONS(578), - [anon_sym_transpose] = ACTIONS(578), - [anon_sym_u2349] = ACTIONS(578), - [anon_sym_rise] = ACTIONS(578), - [anon_sym_u234f] = ACTIONS(578), - [anon_sym_fall] = ACTIONS(578), - [anon_sym_u2356] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_u229a] = ACTIONS(578), - [anon_sym_classify] = ACTIONS(578), - [anon_sym_u229b] = ACTIONS(578), - [anon_sym_deduplicate] = ACTIONS(578), - [anon_sym_u25f4] = ACTIONS(578), - [anon_sym_box] = ACTIONS(578), - [anon_sym_u25a1] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_u224d] = ACTIONS(578), - [anon_sym_couple] = ACTIONS(578), - [anon_sym_u229f] = ACTIONS(578), - [anon_sym_join] = ACTIONS(578), - [anon_sym_u2282] = ACTIONS(578), - [anon_sym_select] = ACTIONS(578), - [anon_sym_u228f] = ACTIONS(578), - [anon_sym_pick] = ACTIONS(578), - [anon_sym_u22a1] = ACTIONS(578), - [anon_sym_reshape] = ACTIONS(578), - [anon_sym_u21af] = ACTIONS(578), - [anon_sym_take] = ACTIONS(578), - [anon_sym_u2199] = ACTIONS(578), - [anon_sym_drop] = ACTIONS(578), - [anon_sym_u2198] = ACTIONS(578), - [anon_sym_rotate] = ACTIONS(578), - [anon_sym_u21bb] = ACTIONS(578), - [anon_sym_windows] = ACTIONS(578), - [anon_sym_u25eb] = ACTIONS(578), - [anon_sym_keep] = ACTIONS(578), - [anon_sym_u25bd] = ACTIONS(578), - [anon_sym_find] = ACTIONS(578), - [anon_sym_u2315] = ACTIONS(578), - [anon_sym_indexof] = ACTIONS(578), - [anon_sym_u2297] = ACTIONS(578), - [anon_sym_assert] = ACTIONS(578), - [anon_sym_u2364] = ACTIONS(578), - [anon_sym_wait] = ACTIONS(578), - [anon_sym_parse] = ACTIONS(578), - [anon_sym_u22d5] = ACTIONS(578), - [anon_sym_random] = ACTIONS(578), - [anon_sym_u2682] = ACTIONS(578), - [anon_sym_gen] = ACTIONS(578), - [anon_sym_tag] = ACTIONS(578), - [anon_sym_now] = ACTIONS(578), - [anon_sym_type] = ACTIONS(578), - [anon_sym_u2e2e] = ACTIONS(578), - [anon_sym_dump] = ACTIONS(578), - [anon_sym_regex] = ACTIONS(578), - [anon_sym_send] = ACTIONS(578), - [anon_sym_recv] = ACTIONS(578), - [anon_sym_tryrecv] = ACTIONS(578), - [anon_sym_complex] = ACTIONS(578), - [anon_sym_u2102] = ACTIONS(578), - [anon_sym_rerank] = ACTIONS(578), - [anon_sym_u2607] = ACTIONS(578), - [anon_sym_fix] = ACTIONS(578), - [anon_sym_u00a4] = ACTIONS(578), - [anon_sym_QMARK] = ACTIONS(578), - [anon_sym_unique] = ACTIONS(578), - [anon_sym_u25f0] = ACTIONS(578), - [anon_sym_map] = ACTIONS(578), - [anon_sym_has] = ACTIONS(578), - [anon_sym_get] = ACTIONS(578), - [anon_sym_insert] = ACTIONS(578), - [anon_sym_remove] = ACTIONS(578), - [anon_sym_repr] = ACTIONS(578), - [anon_sym_mask] = ACTIONS(578), - [anon_sym_u29b7] = ACTIONS(578), - [anon_sym_csv] = ACTIONS(578), - [anon_sym_json] = ACTIONS(578), - [anon_sym_xlsx] = ACTIONS(578), - [anon_sym_memberOf] = ACTIONS(578), - [anon_sym_u2208] = ACTIONS(578), - [anon_sym_imen] = ACTIONS(578), - [anon_sym_gife] = ACTIONS(578), - [anon_sym_auden] = ACTIONS(578), - [anon_sym_utfu2088] = ACTIONS(578), - [anon_sym_datetime] = ACTIONS(578), - [anon_sym_chunk] = ACTIONS(578), - [anon_sym_u2444] = ACTIONS(578), - [anon_sym_choose] = ACTIONS(578), - [anon_sym_permute] = ACTIONS(578), - [anon_sym_orient] = ACTIONS(578), - [anon_sym_fft] = ACTIONS(578), + [sym_openParen] = ACTIONS(528), + [sym_closeParen] = ACTIONS(528), + [sym_underscore] = ACTIONS(528), + [anon_sym_DOT] = ACTIONS(528), + [anon_sym_COMMA] = ACTIONS(528), + [anon_sym_COLON] = ACTIONS(528), + [anon_sym_u25cc] = ACTIONS(528), + [anon_sym_identity] = ACTIONS(528), + [anon_sym_id] = ACTIONS(526), + [anon_sym_u2218] = ACTIONS(528), + [anon_sym_not] = ACTIONS(528), + [anon_sym_u00ac] = ACTIONS(528), + [anon_sym_sign] = ACTIONS(528), + [anon_sym_u00b1] = ACTIONS(528), + [anon_sym_BQUOTE] = ACTIONS(528), + [anon_sym_u00af] = ACTIONS(528), + [anon_sym_absolutevalue] = ACTIONS(528), + [anon_sym_u2335] = ACTIONS(528), + [anon_sym_sqrt] = ACTIONS(528), + [anon_sym_u221a] = ACTIONS(528), + [anon_sym_sine] = ACTIONS(528), + [anon_sym_u25cb] = ACTIONS(528), + [anon_sym_u223f] = ACTIONS(528), + [anon_sym_floor] = ACTIONS(528), + [anon_sym_u230a] = ACTIONS(528), + [anon_sym_ceiling] = ACTIONS(528), + [anon_sym_u2308] = ACTIONS(528), + [anon_sym_round] = ACTIONS(528), + [anon_sym_u2045] = ACTIONS(528), + [anon_sym_EQ] = ACTIONS(528), + [anon_sym_BANG_EQ] = ACTIONS(528), + [anon_sym_u2260] = ACTIONS(528), + [anon_sym_LT] = ACTIONS(526), + [anon_sym_LT_EQ] = ACTIONS(528), + [anon_sym_u2264] = ACTIONS(528), + [anon_sym_GT] = ACTIONS(526), + [anon_sym_GT_EQ] = ACTIONS(528), + [anon_sym_u2265] = ACTIONS(528), + [anon_sym_PLUS] = ACTIONS(528), + [anon_sym_DASH] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(528), + [anon_sym_u00d7] = ACTIONS(528), + [anon_sym_PERCENT] = ACTIONS(528), + [anon_sym_u00f7] = ACTIONS(528), + [anon_sym_modulus] = ACTIONS(528), + [anon_sym_u25ff] = ACTIONS(528), + [anon_sym_power] = ACTIONS(528), + [anon_sym_u207f] = ACTIONS(528), + [anon_sym_logarithm] = ACTIONS(528), + [anon_sym_u2099] = ACTIONS(528), + [anon_sym_minimum] = ACTIONS(528), + [anon_sym_u21a7] = ACTIONS(528), + [anon_sym_maximum] = ACTIONS(528), + [anon_sym_u21a5] = ACTIONS(528), + [anon_sym_atangent] = ACTIONS(528), + [anon_sym_u2220] = ACTIONS(528), + [anon_sym_length] = ACTIONS(528), + [anon_sym_u29fb] = ACTIONS(528), + [anon_sym_shape] = ACTIONS(528), + [anon_sym_u25b3] = ACTIONS(528), + [anon_sym_range] = ACTIONS(528), + [anon_sym_u21e1] = ACTIONS(528), + [anon_sym_first] = ACTIONS(528), + [anon_sym_u22a2] = ACTIONS(528), + [anon_sym_reverse] = ACTIONS(528), + [anon_sym_u21cc] = ACTIONS(528), + [anon_sym_deshape] = ACTIONS(528), + [anon_sym_u266d] = ACTIONS(528), + [anon_sym_bits] = ACTIONS(528), + [anon_sym_u22ef] = ACTIONS(528), + [anon_sym_transpose] = ACTIONS(528), + [anon_sym_u2349] = ACTIONS(528), + [anon_sym_rise] = ACTIONS(528), + [anon_sym_u234f] = ACTIONS(528), + [anon_sym_fall] = ACTIONS(528), + [anon_sym_u2356] = ACTIONS(528), + [anon_sym_where] = ACTIONS(528), + [anon_sym_u229a] = ACTIONS(528), + [anon_sym_classify] = ACTIONS(528), + [anon_sym_u229b] = ACTIONS(528), + [anon_sym_deduplicate] = ACTIONS(528), + [anon_sym_u25f4] = ACTIONS(528), + [anon_sym_box] = ACTIONS(528), + [anon_sym_u25a1] = ACTIONS(528), + [anon_sym_match] = ACTIONS(528), + [anon_sym_u224d] = ACTIONS(528), + [anon_sym_couple] = ACTIONS(528), + [anon_sym_u229f] = ACTIONS(528), + [anon_sym_join] = ACTIONS(528), + [anon_sym_u2282] = ACTIONS(528), + [anon_sym_select] = ACTIONS(528), + [anon_sym_u228f] = ACTIONS(528), + [anon_sym_pick] = ACTIONS(528), + [anon_sym_u22a1] = ACTIONS(528), + [anon_sym_reshape] = ACTIONS(528), + [anon_sym_u21af] = ACTIONS(528), + [anon_sym_take] = ACTIONS(528), + [anon_sym_u2199] = ACTIONS(528), + [anon_sym_drop] = ACTIONS(528), + [anon_sym_u2198] = ACTIONS(528), + [anon_sym_rotate] = ACTIONS(528), + [anon_sym_u21bb] = ACTIONS(528), + [anon_sym_windows] = ACTIONS(528), + [anon_sym_u25eb] = ACTIONS(528), + [anon_sym_keep] = ACTIONS(528), + [anon_sym_u25bd] = ACTIONS(528), + [anon_sym_find] = ACTIONS(528), + [anon_sym_u2315] = ACTIONS(528), + [anon_sym_indexof] = ACTIONS(528), + [anon_sym_u2297] = ACTIONS(528), + [anon_sym_assert] = ACTIONS(528), + [anon_sym_u2364] = ACTIONS(528), + [anon_sym_wait] = ACTIONS(528), + [anon_sym_parse] = ACTIONS(528), + [anon_sym_u22d5] = ACTIONS(528), + [anon_sym_random] = ACTIONS(528), + [anon_sym_u2682] = ACTIONS(528), + [anon_sym_gen] = ACTIONS(528), + [anon_sym_tag] = ACTIONS(528), + [anon_sym_now] = ACTIONS(528), + [anon_sym_type] = ACTIONS(528), + [anon_sym_u2e2e] = ACTIONS(528), + [anon_sym_dump] = ACTIONS(528), + [anon_sym_regex] = ACTIONS(528), + [anon_sym_send] = ACTIONS(528), + [anon_sym_recv] = ACTIONS(528), + [anon_sym_tryrecv] = ACTIONS(528), + [anon_sym_complex] = ACTIONS(528), + [anon_sym_u2102] = ACTIONS(528), + [anon_sym_rerank] = ACTIONS(528), + [anon_sym_u2607] = ACTIONS(528), + [anon_sym_fix] = ACTIONS(528), + [anon_sym_u00a4] = ACTIONS(528), + [anon_sym_QMARK] = ACTIONS(528), + [anon_sym_unique] = ACTIONS(528), + [anon_sym_u25f0] = ACTIONS(528), + [anon_sym_map] = ACTIONS(528), + [anon_sym_has] = ACTIONS(528), + [anon_sym_get] = ACTIONS(528), + [anon_sym_insert] = ACTIONS(528), + [anon_sym_remove] = ACTIONS(528), + [anon_sym_repr] = ACTIONS(528), + [anon_sym_mask] = ACTIONS(528), + [anon_sym_u29b7] = ACTIONS(528), + [anon_sym_csv] = ACTIONS(528), + [anon_sym_json] = ACTIONS(528), + [anon_sym_xlsx] = ACTIONS(528), + [anon_sym_memberOf] = ACTIONS(528), + [anon_sym_u2208] = ACTIONS(528), + [anon_sym_imen] = ACTIONS(528), + [anon_sym_gife] = ACTIONS(528), + [anon_sym_auden] = ACTIONS(528), + [anon_sym_utfu2088] = ACTIONS(528), + [anon_sym_datetime] = ACTIONS(528), + [anon_sym_choose] = ACTIONS(528), + [anon_sym_permute] = ACTIONS(528), + [anon_sym_orient] = ACTIONS(528), + [anon_sym_u2938] = ACTIONS(528), + [anon_sym_fft] = ACTIONS(528), + [anon_sym_graphemes] = ACTIONS(528), + [anon_sym_timezone] = ACTIONS(528), + [anon_sym_around] = ACTIONS(528), + [anon_sym_u2019] = ACTIONS(528), + [anon_sym_base] = ACTIONS(528), + [anon_sym_sort] = ACTIONS(528), + [anon_sym_u2346] = ACTIONS(528), + [anon_sym_last] = ACTIONS(528), + [anon_sym_u22a3] = ACTIONS(528), [sym__endOfLine] = ACTIONS(5), }, [176] = { - [anon_sym_PIPE] = ACTIONS(606), - [sym_identifier] = ACTIONS(604), - [sym_system] = ACTIONS(606), + [anon_sym_PIPE] = ACTIONS(540), + [sym_identifier] = ACTIONS(538), + [sym_system] = ACTIONS(540), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(606), - [sym_closeParen] = ACTIONS(606), - [sym_underscore] = ACTIONS(606), - [anon_sym_DOT] = ACTIONS(606), - [anon_sym_COMMA] = ACTIONS(606), - [anon_sym_COLON] = ACTIONS(606), - [anon_sym_u25cc] = ACTIONS(606), - [anon_sym_identity] = ACTIONS(606), - [anon_sym_id] = ACTIONS(604), - [anon_sym_u2218] = ACTIONS(606), - [anon_sym_not] = ACTIONS(606), - [anon_sym_u00ac] = ACTIONS(606), - [anon_sym_sign] = ACTIONS(606), - [anon_sym_u00b1] = ACTIONS(606), - [anon_sym_BQUOTE] = ACTIONS(606), - [anon_sym_u00af] = ACTIONS(606), - [anon_sym_absolutevalue] = ACTIONS(606), - [anon_sym_u2335] = ACTIONS(606), - [anon_sym_sqrt] = ACTIONS(606), - [anon_sym_u221a] = ACTIONS(606), - [anon_sym_sine] = ACTIONS(606), - [anon_sym_u25cb] = ACTIONS(606), - [anon_sym_u223f] = ACTIONS(606), - [anon_sym_floor] = ACTIONS(606), - [anon_sym_u230a] = ACTIONS(606), - [anon_sym_ceiling] = ACTIONS(606), - [anon_sym_u2308] = ACTIONS(606), - [anon_sym_round] = ACTIONS(606), - [anon_sym_u2045] = ACTIONS(606), - [anon_sym_EQ] = ACTIONS(606), - [anon_sym_BANG_EQ] = ACTIONS(606), - [anon_sym_u2260] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(604), - [anon_sym_LT_EQ] = ACTIONS(606), - [anon_sym_u2264] = ACTIONS(606), - [anon_sym_GT] = ACTIONS(604), - [anon_sym_GT_EQ] = ACTIONS(606), - [anon_sym_u2265] = ACTIONS(606), - [anon_sym_PLUS] = ACTIONS(606), - [anon_sym_DASH] = ACTIONS(606), - [anon_sym_STAR] = ACTIONS(606), - [anon_sym_u00d7] = ACTIONS(606), - [anon_sym_PERCENT] = ACTIONS(606), - [anon_sym_u00f7] = ACTIONS(606), - [anon_sym_modulus] = ACTIONS(606), - [anon_sym_u25ff] = ACTIONS(606), - [anon_sym_power] = ACTIONS(606), - [anon_sym_u207f] = ACTIONS(606), - [anon_sym_logarithm] = ACTIONS(606), - [anon_sym_u2099] = ACTIONS(606), - [anon_sym_minimum] = ACTIONS(606), - [anon_sym_u21a7] = ACTIONS(606), - [anon_sym_maximum] = ACTIONS(606), - [anon_sym_u21a5] = ACTIONS(606), - [anon_sym_atangent] = ACTIONS(606), - [anon_sym_u2220] = ACTIONS(606), - [anon_sym_length] = ACTIONS(606), - [anon_sym_u29fb] = ACTIONS(606), - [anon_sym_shape] = ACTIONS(606), - [anon_sym_u25b3] = ACTIONS(606), - [anon_sym_range] = ACTIONS(606), - [anon_sym_u21e1] = ACTIONS(606), - [anon_sym_first] = ACTIONS(606), - [anon_sym_u22a2] = ACTIONS(606), - [anon_sym_reverse] = ACTIONS(606), - [anon_sym_u21cc] = ACTIONS(606), - [anon_sym_deshape] = ACTIONS(606), - [anon_sym_u266d] = ACTIONS(606), - [anon_sym_bits] = ACTIONS(606), - [anon_sym_u22ef] = ACTIONS(606), - [anon_sym_transpose] = ACTIONS(606), - [anon_sym_u2349] = ACTIONS(606), - [anon_sym_rise] = ACTIONS(606), - [anon_sym_u234f] = ACTIONS(606), - [anon_sym_fall] = ACTIONS(606), - [anon_sym_u2356] = ACTIONS(606), - [anon_sym_where] = ACTIONS(606), - [anon_sym_u229a] = ACTIONS(606), - [anon_sym_classify] = ACTIONS(606), - [anon_sym_u229b] = ACTIONS(606), - [anon_sym_deduplicate] = ACTIONS(606), - [anon_sym_u25f4] = ACTIONS(606), - [anon_sym_box] = ACTIONS(606), - [anon_sym_u25a1] = ACTIONS(606), - [anon_sym_match] = ACTIONS(606), - [anon_sym_u224d] = ACTIONS(606), - [anon_sym_couple] = ACTIONS(606), - [anon_sym_u229f] = ACTIONS(606), - [anon_sym_join] = ACTIONS(606), - [anon_sym_u2282] = ACTIONS(606), - [anon_sym_select] = ACTIONS(606), - [anon_sym_u228f] = ACTIONS(606), - [anon_sym_pick] = ACTIONS(606), - [anon_sym_u22a1] = ACTIONS(606), - [anon_sym_reshape] = ACTIONS(606), - [anon_sym_u21af] = ACTIONS(606), - [anon_sym_take] = ACTIONS(606), - [anon_sym_u2199] = ACTIONS(606), - [anon_sym_drop] = ACTIONS(606), - [anon_sym_u2198] = ACTIONS(606), - [anon_sym_rotate] = ACTIONS(606), - [anon_sym_u21bb] = ACTIONS(606), - [anon_sym_windows] = ACTIONS(606), - [anon_sym_u25eb] = ACTIONS(606), - [anon_sym_keep] = ACTIONS(606), - [anon_sym_u25bd] = ACTIONS(606), - [anon_sym_find] = ACTIONS(606), - [anon_sym_u2315] = ACTIONS(606), - [anon_sym_indexof] = ACTIONS(606), - [anon_sym_u2297] = ACTIONS(606), - [anon_sym_assert] = ACTIONS(606), - [anon_sym_u2364] = ACTIONS(606), - [anon_sym_wait] = ACTIONS(606), - [anon_sym_parse] = ACTIONS(606), - [anon_sym_u22d5] = ACTIONS(606), - [anon_sym_random] = ACTIONS(606), - [anon_sym_u2682] = ACTIONS(606), - [anon_sym_gen] = ACTIONS(606), - [anon_sym_tag] = ACTIONS(606), - [anon_sym_now] = ACTIONS(606), - [anon_sym_type] = ACTIONS(606), - [anon_sym_u2e2e] = ACTIONS(606), - [anon_sym_dump] = ACTIONS(606), - [anon_sym_regex] = ACTIONS(606), - [anon_sym_send] = ACTIONS(606), - [anon_sym_recv] = ACTIONS(606), - [anon_sym_tryrecv] = ACTIONS(606), - [anon_sym_complex] = ACTIONS(606), - [anon_sym_u2102] = ACTIONS(606), - [anon_sym_rerank] = ACTIONS(606), - [anon_sym_u2607] = ACTIONS(606), - [anon_sym_fix] = ACTIONS(606), - [anon_sym_u00a4] = ACTIONS(606), - [anon_sym_QMARK] = ACTIONS(606), - [anon_sym_unique] = ACTIONS(606), - [anon_sym_u25f0] = ACTIONS(606), - [anon_sym_map] = ACTIONS(606), - [anon_sym_has] = ACTIONS(606), - [anon_sym_get] = ACTIONS(606), - [anon_sym_insert] = ACTIONS(606), - [anon_sym_remove] = ACTIONS(606), - [anon_sym_repr] = ACTIONS(606), - [anon_sym_mask] = ACTIONS(606), - [anon_sym_u29b7] = ACTIONS(606), - [anon_sym_csv] = ACTIONS(606), - [anon_sym_json] = ACTIONS(606), - [anon_sym_xlsx] = ACTIONS(606), - [anon_sym_memberOf] = ACTIONS(606), - [anon_sym_u2208] = ACTIONS(606), - [anon_sym_imen] = ACTIONS(606), - [anon_sym_gife] = ACTIONS(606), - [anon_sym_auden] = ACTIONS(606), - [anon_sym_utfu2088] = ACTIONS(606), - [anon_sym_datetime] = ACTIONS(606), - [anon_sym_chunk] = ACTIONS(606), - [anon_sym_u2444] = ACTIONS(606), - [anon_sym_choose] = ACTIONS(606), - [anon_sym_permute] = ACTIONS(606), - [anon_sym_orient] = ACTIONS(606), - [anon_sym_fft] = ACTIONS(606), + [sym_openParen] = ACTIONS(540), + [sym_closeParen] = ACTIONS(540), + [sym_underscore] = ACTIONS(540), + [anon_sym_DOT] = ACTIONS(540), + [anon_sym_COMMA] = ACTIONS(540), + [anon_sym_COLON] = ACTIONS(540), + [anon_sym_u25cc] = ACTIONS(540), + [anon_sym_identity] = ACTIONS(540), + [anon_sym_id] = ACTIONS(538), + [anon_sym_u2218] = ACTIONS(540), + [anon_sym_not] = ACTIONS(540), + [anon_sym_u00ac] = ACTIONS(540), + [anon_sym_sign] = ACTIONS(540), + [anon_sym_u00b1] = ACTIONS(540), + [anon_sym_BQUOTE] = ACTIONS(540), + [anon_sym_u00af] = ACTIONS(540), + [anon_sym_absolutevalue] = ACTIONS(540), + [anon_sym_u2335] = ACTIONS(540), + [anon_sym_sqrt] = ACTIONS(540), + [anon_sym_u221a] = ACTIONS(540), + [anon_sym_sine] = ACTIONS(540), + [anon_sym_u25cb] = ACTIONS(540), + [anon_sym_u223f] = ACTIONS(540), + [anon_sym_floor] = ACTIONS(540), + [anon_sym_u230a] = ACTIONS(540), + [anon_sym_ceiling] = ACTIONS(540), + [anon_sym_u2308] = ACTIONS(540), + [anon_sym_round] = ACTIONS(540), + [anon_sym_u2045] = ACTIONS(540), + [anon_sym_EQ] = ACTIONS(540), + [anon_sym_BANG_EQ] = ACTIONS(540), + [anon_sym_u2260] = ACTIONS(540), + [anon_sym_LT] = ACTIONS(538), + [anon_sym_LT_EQ] = ACTIONS(540), + [anon_sym_u2264] = ACTIONS(540), + [anon_sym_GT] = ACTIONS(538), + [anon_sym_GT_EQ] = ACTIONS(540), + [anon_sym_u2265] = ACTIONS(540), + [anon_sym_PLUS] = ACTIONS(540), + [anon_sym_DASH] = ACTIONS(540), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_u00d7] = ACTIONS(540), + [anon_sym_PERCENT] = ACTIONS(540), + [anon_sym_u00f7] = ACTIONS(540), + [anon_sym_modulus] = ACTIONS(540), + [anon_sym_u25ff] = ACTIONS(540), + [anon_sym_power] = ACTIONS(540), + [anon_sym_u207f] = ACTIONS(540), + [anon_sym_logarithm] = ACTIONS(540), + [anon_sym_u2099] = ACTIONS(540), + [anon_sym_minimum] = ACTIONS(540), + [anon_sym_u21a7] = ACTIONS(540), + [anon_sym_maximum] = ACTIONS(540), + [anon_sym_u21a5] = ACTIONS(540), + [anon_sym_atangent] = ACTIONS(540), + [anon_sym_u2220] = ACTIONS(540), + [anon_sym_length] = ACTIONS(540), + [anon_sym_u29fb] = ACTIONS(540), + [anon_sym_shape] = ACTIONS(540), + [anon_sym_u25b3] = ACTIONS(540), + [anon_sym_range] = ACTIONS(540), + [anon_sym_u21e1] = ACTIONS(540), + [anon_sym_first] = ACTIONS(540), + [anon_sym_u22a2] = ACTIONS(540), + [anon_sym_reverse] = ACTIONS(540), + [anon_sym_u21cc] = ACTIONS(540), + [anon_sym_deshape] = ACTIONS(540), + [anon_sym_u266d] = ACTIONS(540), + [anon_sym_bits] = ACTIONS(540), + [anon_sym_u22ef] = ACTIONS(540), + [anon_sym_transpose] = ACTIONS(540), + [anon_sym_u2349] = ACTIONS(540), + [anon_sym_rise] = ACTIONS(540), + [anon_sym_u234f] = ACTIONS(540), + [anon_sym_fall] = ACTIONS(540), + [anon_sym_u2356] = ACTIONS(540), + [anon_sym_where] = ACTIONS(540), + [anon_sym_u229a] = ACTIONS(540), + [anon_sym_classify] = ACTIONS(540), + [anon_sym_u229b] = ACTIONS(540), + [anon_sym_deduplicate] = ACTIONS(540), + [anon_sym_u25f4] = ACTIONS(540), + [anon_sym_box] = ACTIONS(540), + [anon_sym_u25a1] = ACTIONS(540), + [anon_sym_match] = ACTIONS(540), + [anon_sym_u224d] = ACTIONS(540), + [anon_sym_couple] = ACTIONS(540), + [anon_sym_u229f] = ACTIONS(540), + [anon_sym_join] = ACTIONS(540), + [anon_sym_u2282] = ACTIONS(540), + [anon_sym_select] = ACTIONS(540), + [anon_sym_u228f] = ACTIONS(540), + [anon_sym_pick] = ACTIONS(540), + [anon_sym_u22a1] = ACTIONS(540), + [anon_sym_reshape] = ACTIONS(540), + [anon_sym_u21af] = ACTIONS(540), + [anon_sym_take] = ACTIONS(540), + [anon_sym_u2199] = ACTIONS(540), + [anon_sym_drop] = ACTIONS(540), + [anon_sym_u2198] = ACTIONS(540), + [anon_sym_rotate] = ACTIONS(540), + [anon_sym_u21bb] = ACTIONS(540), + [anon_sym_windows] = ACTIONS(540), + [anon_sym_u25eb] = ACTIONS(540), + [anon_sym_keep] = ACTIONS(540), + [anon_sym_u25bd] = ACTIONS(540), + [anon_sym_find] = ACTIONS(540), + [anon_sym_u2315] = ACTIONS(540), + [anon_sym_indexof] = ACTIONS(540), + [anon_sym_u2297] = ACTIONS(540), + [anon_sym_assert] = ACTIONS(540), + [anon_sym_u2364] = ACTIONS(540), + [anon_sym_wait] = ACTIONS(540), + [anon_sym_parse] = ACTIONS(540), + [anon_sym_u22d5] = ACTIONS(540), + [anon_sym_random] = ACTIONS(540), + [anon_sym_u2682] = ACTIONS(540), + [anon_sym_gen] = ACTIONS(540), + [anon_sym_tag] = ACTIONS(540), + [anon_sym_now] = ACTIONS(540), + [anon_sym_type] = ACTIONS(540), + [anon_sym_u2e2e] = ACTIONS(540), + [anon_sym_dump] = ACTIONS(540), + [anon_sym_regex] = ACTIONS(540), + [anon_sym_send] = ACTIONS(540), + [anon_sym_recv] = ACTIONS(540), + [anon_sym_tryrecv] = ACTIONS(540), + [anon_sym_complex] = ACTIONS(540), + [anon_sym_u2102] = ACTIONS(540), + [anon_sym_rerank] = ACTIONS(540), + [anon_sym_u2607] = ACTIONS(540), + [anon_sym_fix] = ACTIONS(540), + [anon_sym_u00a4] = ACTIONS(540), + [anon_sym_QMARK] = ACTIONS(540), + [anon_sym_unique] = ACTIONS(540), + [anon_sym_u25f0] = ACTIONS(540), + [anon_sym_map] = ACTIONS(540), + [anon_sym_has] = ACTIONS(540), + [anon_sym_get] = ACTIONS(540), + [anon_sym_insert] = ACTIONS(540), + [anon_sym_remove] = ACTIONS(540), + [anon_sym_repr] = ACTIONS(540), + [anon_sym_mask] = ACTIONS(540), + [anon_sym_u29b7] = ACTIONS(540), + [anon_sym_csv] = ACTIONS(540), + [anon_sym_json] = ACTIONS(540), + [anon_sym_xlsx] = ACTIONS(540), + [anon_sym_memberOf] = ACTIONS(540), + [anon_sym_u2208] = ACTIONS(540), + [anon_sym_imen] = ACTIONS(540), + [anon_sym_gife] = ACTIONS(540), + [anon_sym_auden] = ACTIONS(540), + [anon_sym_utfu2088] = ACTIONS(540), + [anon_sym_datetime] = ACTIONS(540), + [anon_sym_choose] = ACTIONS(540), + [anon_sym_permute] = ACTIONS(540), + [anon_sym_orient] = ACTIONS(540), + [anon_sym_u2938] = ACTIONS(540), + [anon_sym_fft] = ACTIONS(540), + [anon_sym_graphemes] = ACTIONS(540), + [anon_sym_timezone] = ACTIONS(540), + [anon_sym_around] = ACTIONS(540), + [anon_sym_u2019] = ACTIONS(540), + [anon_sym_base] = ACTIONS(540), + [anon_sym_sort] = ACTIONS(540), + [anon_sym_u2346] = ACTIONS(540), + [anon_sym_last] = ACTIONS(540), + [anon_sym_u22a3] = ACTIONS(540), [sym__endOfLine] = ACTIONS(5), }, [177] = { - [anon_sym_PIPE] = ACTIONS(554), - [sym_identifier] = ACTIONS(552), - [sym_system] = ACTIONS(554), + [anon_sym_PIPE] = ACTIONS(580), + [sym_identifier] = ACTIONS(578), + [sym_system] = ACTIONS(580), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(554), - [sym_closeParen] = ACTIONS(554), - [sym_underscore] = ACTIONS(554), - [anon_sym_DOT] = ACTIONS(554), - [anon_sym_COMMA] = ACTIONS(554), - [anon_sym_COLON] = ACTIONS(554), - [anon_sym_u25cc] = ACTIONS(554), - [anon_sym_identity] = ACTIONS(554), - [anon_sym_id] = ACTIONS(552), - [anon_sym_u2218] = ACTIONS(554), - [anon_sym_not] = ACTIONS(554), - [anon_sym_u00ac] = ACTIONS(554), - [anon_sym_sign] = ACTIONS(554), - [anon_sym_u00b1] = ACTIONS(554), - [anon_sym_BQUOTE] = ACTIONS(554), - [anon_sym_u00af] = ACTIONS(554), - [anon_sym_absolutevalue] = ACTIONS(554), - [anon_sym_u2335] = ACTIONS(554), - [anon_sym_sqrt] = ACTIONS(554), - [anon_sym_u221a] = ACTIONS(554), - [anon_sym_sine] = ACTIONS(554), - [anon_sym_u25cb] = ACTIONS(554), - [anon_sym_u223f] = ACTIONS(554), - [anon_sym_floor] = ACTIONS(554), - [anon_sym_u230a] = ACTIONS(554), - [anon_sym_ceiling] = ACTIONS(554), - [anon_sym_u2308] = ACTIONS(554), - [anon_sym_round] = ACTIONS(554), - [anon_sym_u2045] = ACTIONS(554), - [anon_sym_EQ] = ACTIONS(554), - [anon_sym_BANG_EQ] = ACTIONS(554), - [anon_sym_u2260] = ACTIONS(554), - [anon_sym_LT] = ACTIONS(552), - [anon_sym_LT_EQ] = ACTIONS(554), - [anon_sym_u2264] = ACTIONS(554), - [anon_sym_GT] = ACTIONS(552), - [anon_sym_GT_EQ] = ACTIONS(554), - [anon_sym_u2265] = ACTIONS(554), - [anon_sym_PLUS] = ACTIONS(554), - [anon_sym_DASH] = ACTIONS(554), - [anon_sym_STAR] = ACTIONS(554), - [anon_sym_u00d7] = ACTIONS(554), - [anon_sym_PERCENT] = ACTIONS(554), - [anon_sym_u00f7] = ACTIONS(554), - [anon_sym_modulus] = ACTIONS(554), - [anon_sym_u25ff] = ACTIONS(554), - [anon_sym_power] = ACTIONS(554), - [anon_sym_u207f] = ACTIONS(554), - [anon_sym_logarithm] = ACTIONS(554), - [anon_sym_u2099] = ACTIONS(554), - [anon_sym_minimum] = ACTIONS(554), - [anon_sym_u21a7] = ACTIONS(554), - [anon_sym_maximum] = ACTIONS(554), - [anon_sym_u21a5] = ACTIONS(554), - [anon_sym_atangent] = ACTIONS(554), - [anon_sym_u2220] = ACTIONS(554), - [anon_sym_length] = ACTIONS(554), - [anon_sym_u29fb] = ACTIONS(554), - [anon_sym_shape] = ACTIONS(554), - [anon_sym_u25b3] = ACTIONS(554), - [anon_sym_range] = ACTIONS(554), - [anon_sym_u21e1] = ACTIONS(554), - [anon_sym_first] = ACTIONS(554), - [anon_sym_u22a2] = ACTIONS(554), - [anon_sym_reverse] = ACTIONS(554), - [anon_sym_u21cc] = ACTIONS(554), - [anon_sym_deshape] = ACTIONS(554), - [anon_sym_u266d] = ACTIONS(554), - [anon_sym_bits] = ACTIONS(554), - [anon_sym_u22ef] = ACTIONS(554), - [anon_sym_transpose] = ACTIONS(554), - [anon_sym_u2349] = ACTIONS(554), - [anon_sym_rise] = ACTIONS(554), - [anon_sym_u234f] = ACTIONS(554), - [anon_sym_fall] = ACTIONS(554), - [anon_sym_u2356] = ACTIONS(554), - [anon_sym_where] = ACTIONS(554), - [anon_sym_u229a] = ACTIONS(554), - [anon_sym_classify] = ACTIONS(554), - [anon_sym_u229b] = ACTIONS(554), - [anon_sym_deduplicate] = ACTIONS(554), - [anon_sym_u25f4] = ACTIONS(554), - [anon_sym_box] = ACTIONS(554), - [anon_sym_u25a1] = ACTIONS(554), - [anon_sym_match] = ACTIONS(554), - [anon_sym_u224d] = ACTIONS(554), - [anon_sym_couple] = ACTIONS(554), - [anon_sym_u229f] = ACTIONS(554), - [anon_sym_join] = ACTIONS(554), - [anon_sym_u2282] = ACTIONS(554), - [anon_sym_select] = ACTIONS(554), - [anon_sym_u228f] = ACTIONS(554), - [anon_sym_pick] = ACTIONS(554), - [anon_sym_u22a1] = ACTIONS(554), - [anon_sym_reshape] = ACTIONS(554), - [anon_sym_u21af] = ACTIONS(554), - [anon_sym_take] = ACTIONS(554), - [anon_sym_u2199] = ACTIONS(554), - [anon_sym_drop] = ACTIONS(554), - [anon_sym_u2198] = ACTIONS(554), - [anon_sym_rotate] = ACTIONS(554), - [anon_sym_u21bb] = ACTIONS(554), - [anon_sym_windows] = ACTIONS(554), - [anon_sym_u25eb] = ACTIONS(554), - [anon_sym_keep] = ACTIONS(554), - [anon_sym_u25bd] = ACTIONS(554), - [anon_sym_find] = ACTIONS(554), - [anon_sym_u2315] = ACTIONS(554), - [anon_sym_indexof] = ACTIONS(554), - [anon_sym_u2297] = ACTIONS(554), - [anon_sym_assert] = ACTIONS(554), - [anon_sym_u2364] = ACTIONS(554), - [anon_sym_wait] = ACTIONS(554), - [anon_sym_parse] = ACTIONS(554), - [anon_sym_u22d5] = ACTIONS(554), - [anon_sym_random] = ACTIONS(554), - [anon_sym_u2682] = ACTIONS(554), - [anon_sym_gen] = ACTIONS(554), - [anon_sym_tag] = ACTIONS(554), - [anon_sym_now] = ACTIONS(554), - [anon_sym_type] = ACTIONS(554), - [anon_sym_u2e2e] = ACTIONS(554), - [anon_sym_dump] = ACTIONS(554), - [anon_sym_regex] = ACTIONS(554), - [anon_sym_send] = ACTIONS(554), - [anon_sym_recv] = ACTIONS(554), - [anon_sym_tryrecv] = ACTIONS(554), - [anon_sym_complex] = ACTIONS(554), - [anon_sym_u2102] = ACTIONS(554), - [anon_sym_rerank] = ACTIONS(554), - [anon_sym_u2607] = ACTIONS(554), - [anon_sym_fix] = ACTIONS(554), - [anon_sym_u00a4] = ACTIONS(554), - [anon_sym_QMARK] = ACTIONS(554), - [anon_sym_unique] = ACTIONS(554), - [anon_sym_u25f0] = ACTIONS(554), - [anon_sym_map] = ACTIONS(554), - [anon_sym_has] = ACTIONS(554), - [anon_sym_get] = ACTIONS(554), - [anon_sym_insert] = ACTIONS(554), - [anon_sym_remove] = ACTIONS(554), - [anon_sym_repr] = ACTIONS(554), - [anon_sym_mask] = ACTIONS(554), - [anon_sym_u29b7] = ACTIONS(554), - [anon_sym_csv] = ACTIONS(554), - [anon_sym_json] = ACTIONS(554), - [anon_sym_xlsx] = ACTIONS(554), - [anon_sym_memberOf] = ACTIONS(554), - [anon_sym_u2208] = ACTIONS(554), - [anon_sym_imen] = ACTIONS(554), - [anon_sym_gife] = ACTIONS(554), - [anon_sym_auden] = ACTIONS(554), - [anon_sym_utfu2088] = ACTIONS(554), - [anon_sym_datetime] = ACTIONS(554), - [anon_sym_chunk] = ACTIONS(554), - [anon_sym_u2444] = ACTIONS(554), - [anon_sym_choose] = ACTIONS(554), - [anon_sym_permute] = ACTIONS(554), - [anon_sym_orient] = ACTIONS(554), - [anon_sym_fft] = ACTIONS(554), + [sym_openParen] = ACTIONS(580), + [sym_closeParen] = ACTIONS(580), + [sym_underscore] = ACTIONS(580), + [anon_sym_DOT] = ACTIONS(580), + [anon_sym_COMMA] = ACTIONS(580), + [anon_sym_COLON] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), + [anon_sym_identity] = ACTIONS(580), + [anon_sym_id] = ACTIONS(578), + [anon_sym_u2218] = ACTIONS(580), + [anon_sym_not] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(580), + [anon_sym_u00b1] = ACTIONS(580), + [anon_sym_BQUOTE] = ACTIONS(580), + [anon_sym_u00af] = ACTIONS(580), + [anon_sym_absolutevalue] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), + [anon_sym_sqrt] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), + [anon_sym_sine] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), + [anon_sym_u223f] = ACTIONS(580), + [anon_sym_floor] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), + [anon_sym_ceiling] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), + [anon_sym_round] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), + [anon_sym_EQ] = ACTIONS(580), + [anon_sym_BANG_EQ] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), + [anon_sym_LT] = ACTIONS(578), + [anon_sym_LT_EQ] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), + [anon_sym_GT] = ACTIONS(578), + [anon_sym_GT_EQ] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), + [anon_sym_PLUS] = ACTIONS(580), + [anon_sym_DASH] = ACTIONS(580), + [anon_sym_STAR] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), + [anon_sym_PERCENT] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), + [anon_sym_modulus] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), + [anon_sym_power] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), + [anon_sym_logarithm] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), + [anon_sym_minimum] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), + [anon_sym_maximum] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), + [anon_sym_atangent] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), + [anon_sym_length] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(580), + [anon_sym_u25b3] = ACTIONS(580), + [anon_sym_range] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), + [anon_sym_first] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), + [anon_sym_reverse] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), + [anon_sym_deshape] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), + [anon_sym_bits] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), + [anon_sym_transpose] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), + [anon_sym_rise] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), + [anon_sym_fall] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), + [anon_sym_where] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), + [anon_sym_classify] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), + [anon_sym_deduplicate] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), + [anon_sym_box] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), + [anon_sym_match] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), + [anon_sym_couple] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), + [anon_sym_join] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), + [anon_sym_select] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), + [anon_sym_pick] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), + [anon_sym_reshape] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), + [anon_sym_take] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), + [anon_sym_drop] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), + [anon_sym_rotate] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), + [anon_sym_windows] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), + [anon_sym_keep] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), + [anon_sym_find] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), + [anon_sym_indexof] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), + [anon_sym_assert] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), + [anon_sym_wait] = ACTIONS(580), + [anon_sym_parse] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), + [anon_sym_random] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), + [anon_sym_gen] = ACTIONS(580), + [anon_sym_tag] = ACTIONS(580), + [anon_sym_now] = ACTIONS(580), + [anon_sym_type] = ACTIONS(580), + [anon_sym_u2e2e] = ACTIONS(580), + [anon_sym_dump] = ACTIONS(580), + [anon_sym_regex] = ACTIONS(580), + [anon_sym_send] = ACTIONS(580), + [anon_sym_recv] = ACTIONS(580), + [anon_sym_tryrecv] = ACTIONS(580), + [anon_sym_complex] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), + [anon_sym_rerank] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), + [anon_sym_fix] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), + [anon_sym_QMARK] = ACTIONS(580), + [anon_sym_unique] = ACTIONS(580), + [anon_sym_u25f0] = ACTIONS(580), + [anon_sym_map] = ACTIONS(580), + [anon_sym_has] = ACTIONS(580), + [anon_sym_get] = ACTIONS(580), + [anon_sym_insert] = ACTIONS(580), + [anon_sym_remove] = ACTIONS(580), + [anon_sym_repr] = ACTIONS(580), + [anon_sym_mask] = ACTIONS(580), + [anon_sym_u29b7] = ACTIONS(580), + [anon_sym_csv] = ACTIONS(580), + [anon_sym_json] = ACTIONS(580), + [anon_sym_xlsx] = ACTIONS(580), + [anon_sym_memberOf] = ACTIONS(580), + [anon_sym_u2208] = ACTIONS(580), + [anon_sym_imen] = ACTIONS(580), + [anon_sym_gife] = ACTIONS(580), + [anon_sym_auden] = ACTIONS(580), + [anon_sym_utfu2088] = ACTIONS(580), + [anon_sym_datetime] = ACTIONS(580), + [anon_sym_choose] = ACTIONS(580), + [anon_sym_permute] = ACTIONS(580), + [anon_sym_orient] = ACTIONS(580), + [anon_sym_u2938] = ACTIONS(580), + [anon_sym_fft] = ACTIONS(580), + [anon_sym_graphemes] = ACTIONS(580), + [anon_sym_timezone] = ACTIONS(580), + [anon_sym_around] = ACTIONS(580), + [anon_sym_u2019] = ACTIONS(580), + [anon_sym_base] = ACTIONS(580), + [anon_sym_sort] = ACTIONS(580), + [anon_sym_u2346] = ACTIONS(580), + [anon_sym_last] = ACTIONS(580), + [anon_sym_u22a3] = ACTIONS(580), [sym__endOfLine] = ACTIONS(5), }, [178] = { - [anon_sym_PIPE] = ACTIONS(582), - [sym_identifier] = ACTIONS(580), - [sym_system] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(584), + [sym_identifier] = ACTIONS(582), + [sym_system] = ACTIONS(584), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(582), - [sym_closeParen] = ACTIONS(582), - [sym_underscore] = ACTIONS(582), - [anon_sym_DOT] = ACTIONS(582), - [anon_sym_COMMA] = ACTIONS(582), - [anon_sym_COLON] = ACTIONS(582), - [anon_sym_u25cc] = ACTIONS(582), - [anon_sym_identity] = ACTIONS(582), - [anon_sym_id] = ACTIONS(580), - [anon_sym_u2218] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_u00ac] = ACTIONS(582), - [anon_sym_sign] = ACTIONS(582), - [anon_sym_u00b1] = ACTIONS(582), - [anon_sym_BQUOTE] = ACTIONS(582), - [anon_sym_u00af] = ACTIONS(582), - [anon_sym_absolutevalue] = ACTIONS(582), - [anon_sym_u2335] = ACTIONS(582), - [anon_sym_sqrt] = ACTIONS(582), - [anon_sym_u221a] = ACTIONS(582), - [anon_sym_sine] = ACTIONS(582), - [anon_sym_u25cb] = ACTIONS(582), - [anon_sym_u223f] = ACTIONS(582), - [anon_sym_floor] = ACTIONS(582), - [anon_sym_u230a] = ACTIONS(582), - [anon_sym_ceiling] = ACTIONS(582), - [anon_sym_u2308] = ACTIONS(582), - [anon_sym_round] = ACTIONS(582), - [anon_sym_u2045] = ACTIONS(582), - [anon_sym_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_u2260] = ACTIONS(582), - [anon_sym_LT] = ACTIONS(580), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_u2264] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(580), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_u2265] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_u00d7] = ACTIONS(582), - [anon_sym_PERCENT] = ACTIONS(582), - [anon_sym_u00f7] = ACTIONS(582), - [anon_sym_modulus] = ACTIONS(582), - [anon_sym_u25ff] = ACTIONS(582), - [anon_sym_power] = ACTIONS(582), - [anon_sym_u207f] = ACTIONS(582), - [anon_sym_logarithm] = ACTIONS(582), - [anon_sym_u2099] = ACTIONS(582), - [anon_sym_minimum] = ACTIONS(582), - [anon_sym_u21a7] = ACTIONS(582), - [anon_sym_maximum] = ACTIONS(582), - [anon_sym_u21a5] = ACTIONS(582), - [anon_sym_atangent] = ACTIONS(582), - [anon_sym_u2220] = ACTIONS(582), - [anon_sym_length] = ACTIONS(582), - [anon_sym_u29fb] = ACTIONS(582), - [anon_sym_shape] = ACTIONS(582), - [anon_sym_u25b3] = ACTIONS(582), - [anon_sym_range] = ACTIONS(582), - [anon_sym_u21e1] = ACTIONS(582), - [anon_sym_first] = ACTIONS(582), - [anon_sym_u22a2] = ACTIONS(582), - [anon_sym_reverse] = ACTIONS(582), - [anon_sym_u21cc] = ACTIONS(582), - [anon_sym_deshape] = ACTIONS(582), - [anon_sym_u266d] = ACTIONS(582), - [anon_sym_bits] = ACTIONS(582), - [anon_sym_u22ef] = ACTIONS(582), - [anon_sym_transpose] = ACTIONS(582), - [anon_sym_u2349] = ACTIONS(582), - [anon_sym_rise] = ACTIONS(582), - [anon_sym_u234f] = ACTIONS(582), - [anon_sym_fall] = ACTIONS(582), - [anon_sym_u2356] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_u229a] = ACTIONS(582), - [anon_sym_classify] = ACTIONS(582), - [anon_sym_u229b] = ACTIONS(582), - [anon_sym_deduplicate] = ACTIONS(582), - [anon_sym_u25f4] = ACTIONS(582), - [anon_sym_box] = ACTIONS(582), - [anon_sym_u25a1] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_u224d] = ACTIONS(582), - [anon_sym_couple] = ACTIONS(582), - [anon_sym_u229f] = ACTIONS(582), - [anon_sym_join] = ACTIONS(582), - [anon_sym_u2282] = ACTIONS(582), - [anon_sym_select] = ACTIONS(582), - [anon_sym_u228f] = ACTIONS(582), - [anon_sym_pick] = ACTIONS(582), - [anon_sym_u22a1] = ACTIONS(582), - [anon_sym_reshape] = ACTIONS(582), - [anon_sym_u21af] = ACTIONS(582), - [anon_sym_take] = ACTIONS(582), - [anon_sym_u2199] = ACTIONS(582), - [anon_sym_drop] = ACTIONS(582), - [anon_sym_u2198] = ACTIONS(582), - [anon_sym_rotate] = ACTIONS(582), - [anon_sym_u21bb] = ACTIONS(582), - [anon_sym_windows] = ACTIONS(582), - [anon_sym_u25eb] = ACTIONS(582), - [anon_sym_keep] = ACTIONS(582), - [anon_sym_u25bd] = ACTIONS(582), - [anon_sym_find] = ACTIONS(582), - [anon_sym_u2315] = ACTIONS(582), - [anon_sym_indexof] = ACTIONS(582), - [anon_sym_u2297] = ACTIONS(582), - [anon_sym_assert] = ACTIONS(582), - [anon_sym_u2364] = ACTIONS(582), - [anon_sym_wait] = ACTIONS(582), - [anon_sym_parse] = ACTIONS(582), - [anon_sym_u22d5] = ACTIONS(582), - [anon_sym_random] = ACTIONS(582), - [anon_sym_u2682] = ACTIONS(582), - [anon_sym_gen] = ACTIONS(582), - [anon_sym_tag] = ACTIONS(582), - [anon_sym_now] = ACTIONS(582), - [anon_sym_type] = ACTIONS(582), - [anon_sym_u2e2e] = ACTIONS(582), - [anon_sym_dump] = ACTIONS(582), - [anon_sym_regex] = ACTIONS(582), - [anon_sym_send] = ACTIONS(582), - [anon_sym_recv] = ACTIONS(582), - [anon_sym_tryrecv] = ACTIONS(582), - [anon_sym_complex] = ACTIONS(582), - [anon_sym_u2102] = ACTIONS(582), - [anon_sym_rerank] = ACTIONS(582), - [anon_sym_u2607] = ACTIONS(582), - [anon_sym_fix] = ACTIONS(582), - [anon_sym_u00a4] = ACTIONS(582), - [anon_sym_QMARK] = ACTIONS(582), - [anon_sym_unique] = ACTIONS(582), - [anon_sym_u25f0] = ACTIONS(582), - [anon_sym_map] = ACTIONS(582), - [anon_sym_has] = ACTIONS(582), - [anon_sym_get] = ACTIONS(582), - [anon_sym_insert] = ACTIONS(582), - [anon_sym_remove] = ACTIONS(582), - [anon_sym_repr] = ACTIONS(582), - [anon_sym_mask] = ACTIONS(582), - [anon_sym_u29b7] = ACTIONS(582), - [anon_sym_csv] = ACTIONS(582), - [anon_sym_json] = ACTIONS(582), - [anon_sym_xlsx] = ACTIONS(582), - [anon_sym_memberOf] = ACTIONS(582), - [anon_sym_u2208] = ACTIONS(582), - [anon_sym_imen] = ACTIONS(582), - [anon_sym_gife] = ACTIONS(582), - [anon_sym_auden] = ACTIONS(582), - [anon_sym_utfu2088] = ACTIONS(582), - [anon_sym_datetime] = ACTIONS(582), - [anon_sym_chunk] = ACTIONS(582), - [anon_sym_u2444] = ACTIONS(582), - [anon_sym_choose] = ACTIONS(582), - [anon_sym_permute] = ACTIONS(582), - [anon_sym_orient] = ACTIONS(582), - [anon_sym_fft] = ACTIONS(582), + [sym_openParen] = ACTIONS(584), + [sym_closeParen] = ACTIONS(584), + [sym_underscore] = ACTIONS(584), + [anon_sym_DOT] = ACTIONS(584), + [anon_sym_COMMA] = ACTIONS(584), + [anon_sym_COLON] = ACTIONS(584), + [anon_sym_u25cc] = ACTIONS(584), + [anon_sym_identity] = ACTIONS(584), + [anon_sym_id] = ACTIONS(582), + [anon_sym_u2218] = ACTIONS(584), + [anon_sym_not] = ACTIONS(584), + [anon_sym_u00ac] = ACTIONS(584), + [anon_sym_sign] = ACTIONS(584), + [anon_sym_u00b1] = ACTIONS(584), + [anon_sym_BQUOTE] = ACTIONS(584), + [anon_sym_u00af] = ACTIONS(584), + [anon_sym_absolutevalue] = ACTIONS(584), + [anon_sym_u2335] = ACTIONS(584), + [anon_sym_sqrt] = ACTIONS(584), + [anon_sym_u221a] = ACTIONS(584), + [anon_sym_sine] = ACTIONS(584), + [anon_sym_u25cb] = ACTIONS(584), + [anon_sym_u223f] = ACTIONS(584), + [anon_sym_floor] = ACTIONS(584), + [anon_sym_u230a] = ACTIONS(584), + [anon_sym_ceiling] = ACTIONS(584), + [anon_sym_u2308] = ACTIONS(584), + [anon_sym_round] = ACTIONS(584), + [anon_sym_u2045] = ACTIONS(584), + [anon_sym_EQ] = ACTIONS(584), + [anon_sym_BANG_EQ] = ACTIONS(584), + [anon_sym_u2260] = ACTIONS(584), + [anon_sym_LT] = ACTIONS(582), + [anon_sym_LT_EQ] = ACTIONS(584), + [anon_sym_u2264] = ACTIONS(584), + [anon_sym_GT] = ACTIONS(582), + [anon_sym_GT_EQ] = ACTIONS(584), + [anon_sym_u2265] = ACTIONS(584), + [anon_sym_PLUS] = ACTIONS(584), + [anon_sym_DASH] = ACTIONS(584), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_u00d7] = ACTIONS(584), + [anon_sym_PERCENT] = ACTIONS(584), + [anon_sym_u00f7] = ACTIONS(584), + [anon_sym_modulus] = ACTIONS(584), + [anon_sym_u25ff] = ACTIONS(584), + [anon_sym_power] = ACTIONS(584), + [anon_sym_u207f] = ACTIONS(584), + [anon_sym_logarithm] = ACTIONS(584), + [anon_sym_u2099] = ACTIONS(584), + [anon_sym_minimum] = ACTIONS(584), + [anon_sym_u21a7] = ACTIONS(584), + [anon_sym_maximum] = ACTIONS(584), + [anon_sym_u21a5] = ACTIONS(584), + [anon_sym_atangent] = ACTIONS(584), + [anon_sym_u2220] = ACTIONS(584), + [anon_sym_length] = ACTIONS(584), + [anon_sym_u29fb] = ACTIONS(584), + [anon_sym_shape] = ACTIONS(584), + [anon_sym_u25b3] = ACTIONS(584), + [anon_sym_range] = ACTIONS(584), + [anon_sym_u21e1] = ACTIONS(584), + [anon_sym_first] = ACTIONS(584), + [anon_sym_u22a2] = ACTIONS(584), + [anon_sym_reverse] = ACTIONS(584), + [anon_sym_u21cc] = ACTIONS(584), + [anon_sym_deshape] = ACTIONS(584), + [anon_sym_u266d] = ACTIONS(584), + [anon_sym_bits] = ACTIONS(584), + [anon_sym_u22ef] = ACTIONS(584), + [anon_sym_transpose] = ACTIONS(584), + [anon_sym_u2349] = ACTIONS(584), + [anon_sym_rise] = ACTIONS(584), + [anon_sym_u234f] = ACTIONS(584), + [anon_sym_fall] = ACTIONS(584), + [anon_sym_u2356] = ACTIONS(584), + [anon_sym_where] = ACTIONS(584), + [anon_sym_u229a] = ACTIONS(584), + [anon_sym_classify] = ACTIONS(584), + [anon_sym_u229b] = ACTIONS(584), + [anon_sym_deduplicate] = ACTIONS(584), + [anon_sym_u25f4] = ACTIONS(584), + [anon_sym_box] = ACTIONS(584), + [anon_sym_u25a1] = ACTIONS(584), + [anon_sym_match] = ACTIONS(584), + [anon_sym_u224d] = ACTIONS(584), + [anon_sym_couple] = ACTIONS(584), + [anon_sym_u229f] = ACTIONS(584), + [anon_sym_join] = ACTIONS(584), + [anon_sym_u2282] = ACTIONS(584), + [anon_sym_select] = ACTIONS(584), + [anon_sym_u228f] = ACTIONS(584), + [anon_sym_pick] = ACTIONS(584), + [anon_sym_u22a1] = ACTIONS(584), + [anon_sym_reshape] = ACTIONS(584), + [anon_sym_u21af] = ACTIONS(584), + [anon_sym_take] = ACTIONS(584), + [anon_sym_u2199] = ACTIONS(584), + [anon_sym_drop] = ACTIONS(584), + [anon_sym_u2198] = ACTIONS(584), + [anon_sym_rotate] = ACTIONS(584), + [anon_sym_u21bb] = ACTIONS(584), + [anon_sym_windows] = ACTIONS(584), + [anon_sym_u25eb] = ACTIONS(584), + [anon_sym_keep] = ACTIONS(584), + [anon_sym_u25bd] = ACTIONS(584), + [anon_sym_find] = ACTIONS(584), + [anon_sym_u2315] = ACTIONS(584), + [anon_sym_indexof] = ACTIONS(584), + [anon_sym_u2297] = ACTIONS(584), + [anon_sym_assert] = ACTIONS(584), + [anon_sym_u2364] = ACTIONS(584), + [anon_sym_wait] = ACTIONS(584), + [anon_sym_parse] = ACTIONS(584), + [anon_sym_u22d5] = ACTIONS(584), + [anon_sym_random] = ACTIONS(584), + [anon_sym_u2682] = ACTIONS(584), + [anon_sym_gen] = ACTIONS(584), + [anon_sym_tag] = ACTIONS(584), + [anon_sym_now] = ACTIONS(584), + [anon_sym_type] = ACTIONS(584), + [anon_sym_u2e2e] = ACTIONS(584), + [anon_sym_dump] = ACTIONS(584), + [anon_sym_regex] = ACTIONS(584), + [anon_sym_send] = ACTIONS(584), + [anon_sym_recv] = ACTIONS(584), + [anon_sym_tryrecv] = ACTIONS(584), + [anon_sym_complex] = ACTIONS(584), + [anon_sym_u2102] = ACTIONS(584), + [anon_sym_rerank] = ACTIONS(584), + [anon_sym_u2607] = ACTIONS(584), + [anon_sym_fix] = ACTIONS(584), + [anon_sym_u00a4] = ACTIONS(584), + [anon_sym_QMARK] = ACTIONS(584), + [anon_sym_unique] = ACTIONS(584), + [anon_sym_u25f0] = ACTIONS(584), + [anon_sym_map] = ACTIONS(584), + [anon_sym_has] = ACTIONS(584), + [anon_sym_get] = ACTIONS(584), + [anon_sym_insert] = ACTIONS(584), + [anon_sym_remove] = ACTIONS(584), + [anon_sym_repr] = ACTIONS(584), + [anon_sym_mask] = ACTIONS(584), + [anon_sym_u29b7] = ACTIONS(584), + [anon_sym_csv] = ACTIONS(584), + [anon_sym_json] = ACTIONS(584), + [anon_sym_xlsx] = ACTIONS(584), + [anon_sym_memberOf] = ACTIONS(584), + [anon_sym_u2208] = ACTIONS(584), + [anon_sym_imen] = ACTIONS(584), + [anon_sym_gife] = ACTIONS(584), + [anon_sym_auden] = ACTIONS(584), + [anon_sym_utfu2088] = ACTIONS(584), + [anon_sym_datetime] = ACTIONS(584), + [anon_sym_choose] = ACTIONS(584), + [anon_sym_permute] = ACTIONS(584), + [anon_sym_orient] = ACTIONS(584), + [anon_sym_u2938] = ACTIONS(584), + [anon_sym_fft] = ACTIONS(584), + [anon_sym_graphemes] = ACTIONS(584), + [anon_sym_timezone] = ACTIONS(584), + [anon_sym_around] = ACTIONS(584), + [anon_sym_u2019] = ACTIONS(584), + [anon_sym_base] = ACTIONS(584), + [anon_sym_sort] = ACTIONS(584), + [anon_sym_u2346] = ACTIONS(584), + [anon_sym_last] = ACTIONS(584), + [anon_sym_u22a3] = ACTIONS(584), [sym__endOfLine] = ACTIONS(5), }, [179] = { - [anon_sym_PIPE] = ACTIONS(602), - [sym_identifier] = ACTIONS(600), - [sym_system] = ACTIONS(602), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(602), - [sym_closeParen] = ACTIONS(602), - [sym_underscore] = ACTIONS(602), - [anon_sym_DOT] = ACTIONS(602), - [anon_sym_COMMA] = ACTIONS(602), - [anon_sym_COLON] = ACTIONS(602), - [anon_sym_u25cc] = ACTIONS(602), - [anon_sym_identity] = ACTIONS(602), - [anon_sym_id] = ACTIONS(600), - [anon_sym_u2218] = ACTIONS(602), - [anon_sym_not] = ACTIONS(602), - [anon_sym_u00ac] = ACTIONS(602), - [anon_sym_sign] = ACTIONS(602), - [anon_sym_u00b1] = ACTIONS(602), - [anon_sym_BQUOTE] = ACTIONS(602), - [anon_sym_u00af] = ACTIONS(602), - [anon_sym_absolutevalue] = ACTIONS(602), - [anon_sym_u2335] = ACTIONS(602), - [anon_sym_sqrt] = ACTIONS(602), - [anon_sym_u221a] = ACTIONS(602), - [anon_sym_sine] = ACTIONS(602), - [anon_sym_u25cb] = ACTIONS(602), - [anon_sym_u223f] = ACTIONS(602), - [anon_sym_floor] = ACTIONS(602), - [anon_sym_u230a] = ACTIONS(602), - [anon_sym_ceiling] = ACTIONS(602), - [anon_sym_u2308] = ACTIONS(602), - [anon_sym_round] = ACTIONS(602), - [anon_sym_u2045] = ACTIONS(602), - [anon_sym_EQ] = ACTIONS(602), - [anon_sym_BANG_EQ] = ACTIONS(602), - [anon_sym_u2260] = ACTIONS(602), - [anon_sym_LT] = ACTIONS(600), - [anon_sym_LT_EQ] = ACTIONS(602), - [anon_sym_u2264] = ACTIONS(602), - [anon_sym_GT] = ACTIONS(600), - [anon_sym_GT_EQ] = ACTIONS(602), - [anon_sym_u2265] = ACTIONS(602), - [anon_sym_PLUS] = ACTIONS(602), - [anon_sym_DASH] = ACTIONS(602), - [anon_sym_STAR] = ACTIONS(602), - [anon_sym_u00d7] = ACTIONS(602), - [anon_sym_PERCENT] = ACTIONS(602), - [anon_sym_u00f7] = ACTIONS(602), - [anon_sym_modulus] = ACTIONS(602), - [anon_sym_u25ff] = ACTIONS(602), - [anon_sym_power] = ACTIONS(602), - [anon_sym_u207f] = ACTIONS(602), - [anon_sym_logarithm] = ACTIONS(602), - [anon_sym_u2099] = ACTIONS(602), - [anon_sym_minimum] = ACTIONS(602), - [anon_sym_u21a7] = ACTIONS(602), - [anon_sym_maximum] = ACTIONS(602), - [anon_sym_u21a5] = ACTIONS(602), - [anon_sym_atangent] = ACTIONS(602), - [anon_sym_u2220] = ACTIONS(602), - [anon_sym_length] = ACTIONS(602), - [anon_sym_u29fb] = ACTIONS(602), - [anon_sym_shape] = ACTIONS(602), - [anon_sym_u25b3] = ACTIONS(602), - [anon_sym_range] = ACTIONS(602), - [anon_sym_u21e1] = ACTIONS(602), - [anon_sym_first] = ACTIONS(602), - [anon_sym_u22a2] = ACTIONS(602), - [anon_sym_reverse] = ACTIONS(602), - [anon_sym_u21cc] = ACTIONS(602), - [anon_sym_deshape] = ACTIONS(602), - [anon_sym_u266d] = ACTIONS(602), - [anon_sym_bits] = ACTIONS(602), - [anon_sym_u22ef] = ACTIONS(602), - [anon_sym_transpose] = ACTIONS(602), - [anon_sym_u2349] = ACTIONS(602), - [anon_sym_rise] = ACTIONS(602), - [anon_sym_u234f] = ACTIONS(602), - [anon_sym_fall] = ACTIONS(602), - [anon_sym_u2356] = ACTIONS(602), - [anon_sym_where] = ACTIONS(602), - [anon_sym_u229a] = ACTIONS(602), - [anon_sym_classify] = ACTIONS(602), - [anon_sym_u229b] = ACTIONS(602), - [anon_sym_deduplicate] = ACTIONS(602), - [anon_sym_u25f4] = ACTIONS(602), - [anon_sym_box] = ACTIONS(602), - [anon_sym_u25a1] = ACTIONS(602), - [anon_sym_match] = ACTIONS(602), - [anon_sym_u224d] = ACTIONS(602), - [anon_sym_couple] = ACTIONS(602), - [anon_sym_u229f] = ACTIONS(602), - [anon_sym_join] = ACTIONS(602), - [anon_sym_u2282] = ACTIONS(602), - [anon_sym_select] = ACTIONS(602), - [anon_sym_u228f] = ACTIONS(602), - [anon_sym_pick] = ACTIONS(602), - [anon_sym_u22a1] = ACTIONS(602), - [anon_sym_reshape] = ACTIONS(602), - [anon_sym_u21af] = ACTIONS(602), - [anon_sym_take] = ACTIONS(602), - [anon_sym_u2199] = ACTIONS(602), - [anon_sym_drop] = ACTIONS(602), - [anon_sym_u2198] = ACTIONS(602), - [anon_sym_rotate] = ACTIONS(602), - [anon_sym_u21bb] = ACTIONS(602), - [anon_sym_windows] = ACTIONS(602), - [anon_sym_u25eb] = ACTIONS(602), - [anon_sym_keep] = ACTIONS(602), - [anon_sym_u25bd] = ACTIONS(602), - [anon_sym_find] = ACTIONS(602), - [anon_sym_u2315] = ACTIONS(602), - [anon_sym_indexof] = ACTIONS(602), - [anon_sym_u2297] = ACTIONS(602), - [anon_sym_assert] = ACTIONS(602), - [anon_sym_u2364] = ACTIONS(602), - [anon_sym_wait] = ACTIONS(602), - [anon_sym_parse] = ACTIONS(602), - [anon_sym_u22d5] = ACTIONS(602), - [anon_sym_random] = ACTIONS(602), - [anon_sym_u2682] = ACTIONS(602), - [anon_sym_gen] = ACTIONS(602), - [anon_sym_tag] = ACTIONS(602), - [anon_sym_now] = ACTIONS(602), - [anon_sym_type] = ACTIONS(602), - [anon_sym_u2e2e] = ACTIONS(602), - [anon_sym_dump] = ACTIONS(602), - [anon_sym_regex] = ACTIONS(602), - [anon_sym_send] = ACTIONS(602), - [anon_sym_recv] = ACTIONS(602), - [anon_sym_tryrecv] = ACTIONS(602), - [anon_sym_complex] = ACTIONS(602), - [anon_sym_u2102] = ACTIONS(602), - [anon_sym_rerank] = ACTIONS(602), - [anon_sym_u2607] = ACTIONS(602), - [anon_sym_fix] = ACTIONS(602), - [anon_sym_u00a4] = ACTIONS(602), - [anon_sym_QMARK] = ACTIONS(602), - [anon_sym_unique] = ACTIONS(602), - [anon_sym_u25f0] = ACTIONS(602), - [anon_sym_map] = ACTIONS(602), - [anon_sym_has] = ACTIONS(602), - [anon_sym_get] = ACTIONS(602), - [anon_sym_insert] = ACTIONS(602), - [anon_sym_remove] = ACTIONS(602), - [anon_sym_repr] = ACTIONS(602), - [anon_sym_mask] = ACTIONS(602), - [anon_sym_u29b7] = ACTIONS(602), - [anon_sym_csv] = ACTIONS(602), - [anon_sym_json] = ACTIONS(602), - [anon_sym_xlsx] = ACTIONS(602), - [anon_sym_memberOf] = ACTIONS(602), - [anon_sym_u2208] = ACTIONS(602), - [anon_sym_imen] = ACTIONS(602), - [anon_sym_gife] = ACTIONS(602), - [anon_sym_auden] = ACTIONS(602), - [anon_sym_utfu2088] = ACTIONS(602), - [anon_sym_datetime] = ACTIONS(602), - [anon_sym_chunk] = ACTIONS(602), - [anon_sym_u2444] = ACTIONS(602), - [anon_sym_choose] = ACTIONS(602), - [anon_sym_permute] = ACTIONS(602), - [anon_sym_orient] = ACTIONS(602), - [anon_sym_fft] = ACTIONS(602), - [sym__endOfLine] = ACTIONS(5), - }, - [180] = { - [anon_sym_PIPE] = ACTIONS(558), - [sym_identifier] = ACTIONS(556), - [sym_system] = ACTIONS(558), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(558), - [sym_closeParen] = ACTIONS(558), - [sym_underscore] = ACTIONS(558), - [anon_sym_DOT] = ACTIONS(558), - [anon_sym_COMMA] = ACTIONS(558), - [anon_sym_COLON] = ACTIONS(558), - [anon_sym_u25cc] = ACTIONS(558), - [anon_sym_identity] = ACTIONS(558), - [anon_sym_id] = ACTIONS(556), - [anon_sym_u2218] = ACTIONS(558), - [anon_sym_not] = ACTIONS(558), - [anon_sym_u00ac] = ACTIONS(558), - [anon_sym_sign] = ACTIONS(558), - [anon_sym_u00b1] = ACTIONS(558), - [anon_sym_BQUOTE] = ACTIONS(558), - [anon_sym_u00af] = ACTIONS(558), - [anon_sym_absolutevalue] = ACTIONS(558), - [anon_sym_u2335] = ACTIONS(558), - [anon_sym_sqrt] = ACTIONS(558), - [anon_sym_u221a] = ACTIONS(558), - [anon_sym_sine] = ACTIONS(558), - [anon_sym_u25cb] = ACTIONS(558), - [anon_sym_u223f] = ACTIONS(558), - [anon_sym_floor] = ACTIONS(558), - [anon_sym_u230a] = ACTIONS(558), - [anon_sym_ceiling] = ACTIONS(558), - [anon_sym_u2308] = ACTIONS(558), - [anon_sym_round] = ACTIONS(558), - [anon_sym_u2045] = ACTIONS(558), - [anon_sym_EQ] = ACTIONS(558), - [anon_sym_BANG_EQ] = ACTIONS(558), - [anon_sym_u2260] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(556), - [anon_sym_LT_EQ] = ACTIONS(558), - [anon_sym_u2264] = ACTIONS(558), - [anon_sym_GT] = ACTIONS(556), - [anon_sym_GT_EQ] = ACTIONS(558), - [anon_sym_u2265] = ACTIONS(558), - [anon_sym_PLUS] = ACTIONS(558), - [anon_sym_DASH] = ACTIONS(558), - [anon_sym_STAR] = ACTIONS(558), - [anon_sym_u00d7] = ACTIONS(558), - [anon_sym_PERCENT] = ACTIONS(558), - [anon_sym_u00f7] = ACTIONS(558), - [anon_sym_modulus] = ACTIONS(558), - [anon_sym_u25ff] = ACTIONS(558), - [anon_sym_power] = ACTIONS(558), - [anon_sym_u207f] = ACTIONS(558), - [anon_sym_logarithm] = ACTIONS(558), - [anon_sym_u2099] = ACTIONS(558), - [anon_sym_minimum] = ACTIONS(558), - [anon_sym_u21a7] = ACTIONS(558), - [anon_sym_maximum] = ACTIONS(558), - [anon_sym_u21a5] = ACTIONS(558), - [anon_sym_atangent] = ACTIONS(558), - [anon_sym_u2220] = ACTIONS(558), - [anon_sym_length] = ACTIONS(558), - [anon_sym_u29fb] = ACTIONS(558), - [anon_sym_shape] = ACTIONS(558), - [anon_sym_u25b3] = ACTIONS(558), - [anon_sym_range] = ACTIONS(558), - [anon_sym_u21e1] = ACTIONS(558), - [anon_sym_first] = ACTIONS(558), - [anon_sym_u22a2] = ACTIONS(558), - [anon_sym_reverse] = ACTIONS(558), - [anon_sym_u21cc] = ACTIONS(558), - [anon_sym_deshape] = ACTIONS(558), - [anon_sym_u266d] = ACTIONS(558), - [anon_sym_bits] = ACTIONS(558), - [anon_sym_u22ef] = ACTIONS(558), - [anon_sym_transpose] = ACTIONS(558), - [anon_sym_u2349] = ACTIONS(558), - [anon_sym_rise] = ACTIONS(558), - [anon_sym_u234f] = ACTIONS(558), - [anon_sym_fall] = ACTIONS(558), - [anon_sym_u2356] = ACTIONS(558), - [anon_sym_where] = ACTIONS(558), - [anon_sym_u229a] = ACTIONS(558), - [anon_sym_classify] = ACTIONS(558), - [anon_sym_u229b] = ACTIONS(558), - [anon_sym_deduplicate] = ACTIONS(558), - [anon_sym_u25f4] = ACTIONS(558), - [anon_sym_box] = ACTIONS(558), - [anon_sym_u25a1] = ACTIONS(558), - [anon_sym_match] = ACTIONS(558), - [anon_sym_u224d] = ACTIONS(558), - [anon_sym_couple] = ACTIONS(558), - [anon_sym_u229f] = ACTIONS(558), - [anon_sym_join] = ACTIONS(558), - [anon_sym_u2282] = ACTIONS(558), - [anon_sym_select] = ACTIONS(558), - [anon_sym_u228f] = ACTIONS(558), - [anon_sym_pick] = ACTIONS(558), - [anon_sym_u22a1] = ACTIONS(558), - [anon_sym_reshape] = ACTIONS(558), - [anon_sym_u21af] = ACTIONS(558), - [anon_sym_take] = ACTIONS(558), - [anon_sym_u2199] = ACTIONS(558), - [anon_sym_drop] = ACTIONS(558), - [anon_sym_u2198] = ACTIONS(558), - [anon_sym_rotate] = ACTIONS(558), - [anon_sym_u21bb] = ACTIONS(558), - [anon_sym_windows] = ACTIONS(558), - [anon_sym_u25eb] = ACTIONS(558), - [anon_sym_keep] = ACTIONS(558), - [anon_sym_u25bd] = ACTIONS(558), - [anon_sym_find] = ACTIONS(558), - [anon_sym_u2315] = ACTIONS(558), - [anon_sym_indexof] = ACTIONS(558), - [anon_sym_u2297] = ACTIONS(558), - [anon_sym_assert] = ACTIONS(558), - [anon_sym_u2364] = ACTIONS(558), - [anon_sym_wait] = ACTIONS(558), - [anon_sym_parse] = ACTIONS(558), - [anon_sym_u22d5] = ACTIONS(558), - [anon_sym_random] = ACTIONS(558), - [anon_sym_u2682] = ACTIONS(558), - [anon_sym_gen] = ACTIONS(558), - [anon_sym_tag] = ACTIONS(558), - [anon_sym_now] = ACTIONS(558), - [anon_sym_type] = ACTIONS(558), - [anon_sym_u2e2e] = ACTIONS(558), - [anon_sym_dump] = ACTIONS(558), - [anon_sym_regex] = ACTIONS(558), - [anon_sym_send] = ACTIONS(558), - [anon_sym_recv] = ACTIONS(558), - [anon_sym_tryrecv] = ACTIONS(558), - [anon_sym_complex] = ACTIONS(558), - [anon_sym_u2102] = ACTIONS(558), - [anon_sym_rerank] = ACTIONS(558), - [anon_sym_u2607] = ACTIONS(558), - [anon_sym_fix] = ACTIONS(558), - [anon_sym_u00a4] = ACTIONS(558), - [anon_sym_QMARK] = ACTIONS(558), - [anon_sym_unique] = ACTIONS(558), - [anon_sym_u25f0] = ACTIONS(558), - [anon_sym_map] = ACTIONS(558), - [anon_sym_has] = ACTIONS(558), - [anon_sym_get] = ACTIONS(558), - [anon_sym_insert] = ACTIONS(558), - [anon_sym_remove] = ACTIONS(558), - [anon_sym_repr] = ACTIONS(558), - [anon_sym_mask] = ACTIONS(558), - [anon_sym_u29b7] = ACTIONS(558), - [anon_sym_csv] = ACTIONS(558), - [anon_sym_json] = ACTIONS(558), - [anon_sym_xlsx] = ACTIONS(558), - [anon_sym_memberOf] = ACTIONS(558), - [anon_sym_u2208] = ACTIONS(558), - [anon_sym_imen] = ACTIONS(558), - [anon_sym_gife] = ACTIONS(558), - [anon_sym_auden] = ACTIONS(558), - [anon_sym_utfu2088] = ACTIONS(558), - [anon_sym_datetime] = ACTIONS(558), - [anon_sym_chunk] = ACTIONS(558), - [anon_sym_u2444] = ACTIONS(558), - [anon_sym_choose] = ACTIONS(558), - [anon_sym_permute] = ACTIONS(558), - [anon_sym_orient] = ACTIONS(558), - [anon_sym_fft] = ACTIONS(558), - [sym__endOfLine] = ACTIONS(5), - }, - [181] = { - [anon_sym_PIPE] = ACTIONS(550), - [sym_identifier] = ACTIONS(548), - [sym_system] = ACTIONS(550), + [anon_sym_PIPE] = ACTIONS(532), + [sym_identifier] = ACTIONS(530), + [sym_system] = ACTIONS(532), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(550), - [sym_closeParen] = ACTIONS(550), - [sym_underscore] = ACTIONS(550), - [anon_sym_DOT] = ACTIONS(550), - [anon_sym_COMMA] = ACTIONS(550), - [anon_sym_COLON] = ACTIONS(550), - [anon_sym_u25cc] = ACTIONS(550), - [anon_sym_identity] = ACTIONS(550), - [anon_sym_id] = ACTIONS(548), - [anon_sym_u2218] = ACTIONS(550), - [anon_sym_not] = ACTIONS(550), - [anon_sym_u00ac] = ACTIONS(550), - [anon_sym_sign] = ACTIONS(550), - [anon_sym_u00b1] = ACTIONS(550), - [anon_sym_BQUOTE] = ACTIONS(550), - [anon_sym_u00af] = ACTIONS(550), - [anon_sym_absolutevalue] = ACTIONS(550), - [anon_sym_u2335] = ACTIONS(550), - [anon_sym_sqrt] = ACTIONS(550), - [anon_sym_u221a] = ACTIONS(550), - [anon_sym_sine] = ACTIONS(550), - [anon_sym_u25cb] = ACTIONS(550), - [anon_sym_u223f] = ACTIONS(550), - [anon_sym_floor] = ACTIONS(550), - [anon_sym_u230a] = ACTIONS(550), - [anon_sym_ceiling] = ACTIONS(550), - [anon_sym_u2308] = ACTIONS(550), - [anon_sym_round] = ACTIONS(550), - [anon_sym_u2045] = ACTIONS(550), - [anon_sym_EQ] = ACTIONS(550), - [anon_sym_BANG_EQ] = ACTIONS(550), - [anon_sym_u2260] = ACTIONS(550), - [anon_sym_LT] = ACTIONS(548), - [anon_sym_LT_EQ] = ACTIONS(550), - [anon_sym_u2264] = ACTIONS(550), - [anon_sym_GT] = ACTIONS(548), - [anon_sym_GT_EQ] = ACTIONS(550), - [anon_sym_u2265] = ACTIONS(550), - [anon_sym_PLUS] = ACTIONS(550), - [anon_sym_DASH] = ACTIONS(550), - [anon_sym_STAR] = ACTIONS(550), - [anon_sym_u00d7] = ACTIONS(550), - [anon_sym_PERCENT] = ACTIONS(550), - [anon_sym_u00f7] = ACTIONS(550), - [anon_sym_modulus] = ACTIONS(550), - [anon_sym_u25ff] = ACTIONS(550), - [anon_sym_power] = ACTIONS(550), - [anon_sym_u207f] = ACTIONS(550), - [anon_sym_logarithm] = ACTIONS(550), - [anon_sym_u2099] = ACTIONS(550), - [anon_sym_minimum] = ACTIONS(550), - [anon_sym_u21a7] = ACTIONS(550), - [anon_sym_maximum] = ACTIONS(550), - [anon_sym_u21a5] = ACTIONS(550), - [anon_sym_atangent] = ACTIONS(550), - [anon_sym_u2220] = ACTIONS(550), - [anon_sym_length] = ACTIONS(550), - [anon_sym_u29fb] = ACTIONS(550), - [anon_sym_shape] = ACTIONS(550), - [anon_sym_u25b3] = ACTIONS(550), - [anon_sym_range] = ACTIONS(550), - [anon_sym_u21e1] = ACTIONS(550), - [anon_sym_first] = ACTIONS(550), - [anon_sym_u22a2] = ACTIONS(550), - [anon_sym_reverse] = ACTIONS(550), - [anon_sym_u21cc] = ACTIONS(550), - [anon_sym_deshape] = ACTIONS(550), - [anon_sym_u266d] = ACTIONS(550), - [anon_sym_bits] = ACTIONS(550), - [anon_sym_u22ef] = ACTIONS(550), - [anon_sym_transpose] = ACTIONS(550), - [anon_sym_u2349] = ACTIONS(550), - [anon_sym_rise] = ACTIONS(550), - [anon_sym_u234f] = ACTIONS(550), - [anon_sym_fall] = ACTIONS(550), - [anon_sym_u2356] = ACTIONS(550), - [anon_sym_where] = ACTIONS(550), - [anon_sym_u229a] = ACTIONS(550), - [anon_sym_classify] = ACTIONS(550), - [anon_sym_u229b] = ACTIONS(550), - [anon_sym_deduplicate] = ACTIONS(550), - [anon_sym_u25f4] = ACTIONS(550), - [anon_sym_box] = ACTIONS(550), - [anon_sym_u25a1] = ACTIONS(550), - [anon_sym_match] = ACTIONS(550), - [anon_sym_u224d] = ACTIONS(550), - [anon_sym_couple] = ACTIONS(550), - [anon_sym_u229f] = ACTIONS(550), - [anon_sym_join] = ACTIONS(550), - [anon_sym_u2282] = ACTIONS(550), - [anon_sym_select] = ACTIONS(550), - [anon_sym_u228f] = ACTIONS(550), - [anon_sym_pick] = ACTIONS(550), - [anon_sym_u22a1] = ACTIONS(550), - [anon_sym_reshape] = ACTIONS(550), - [anon_sym_u21af] = ACTIONS(550), - [anon_sym_take] = ACTIONS(550), - [anon_sym_u2199] = ACTIONS(550), - [anon_sym_drop] = ACTIONS(550), - [anon_sym_u2198] = ACTIONS(550), - [anon_sym_rotate] = ACTIONS(550), - [anon_sym_u21bb] = ACTIONS(550), - [anon_sym_windows] = ACTIONS(550), - [anon_sym_u25eb] = ACTIONS(550), - [anon_sym_keep] = ACTIONS(550), - [anon_sym_u25bd] = ACTIONS(550), - [anon_sym_find] = ACTIONS(550), - [anon_sym_u2315] = ACTIONS(550), - [anon_sym_indexof] = ACTIONS(550), - [anon_sym_u2297] = ACTIONS(550), - [anon_sym_assert] = ACTIONS(550), - [anon_sym_u2364] = ACTIONS(550), - [anon_sym_wait] = ACTIONS(550), - [anon_sym_parse] = ACTIONS(550), - [anon_sym_u22d5] = ACTIONS(550), - [anon_sym_random] = ACTIONS(550), - [anon_sym_u2682] = ACTIONS(550), - [anon_sym_gen] = ACTIONS(550), - [anon_sym_tag] = ACTIONS(550), - [anon_sym_now] = ACTIONS(550), - [anon_sym_type] = ACTIONS(550), - [anon_sym_u2e2e] = ACTIONS(550), - [anon_sym_dump] = ACTIONS(550), - [anon_sym_regex] = ACTIONS(550), - [anon_sym_send] = ACTIONS(550), - [anon_sym_recv] = ACTIONS(550), - [anon_sym_tryrecv] = ACTIONS(550), - [anon_sym_complex] = ACTIONS(550), - [anon_sym_u2102] = ACTIONS(550), - [anon_sym_rerank] = ACTIONS(550), - [anon_sym_u2607] = ACTIONS(550), - [anon_sym_fix] = ACTIONS(550), - [anon_sym_u00a4] = ACTIONS(550), - [anon_sym_QMARK] = ACTIONS(550), - [anon_sym_unique] = ACTIONS(550), - [anon_sym_u25f0] = ACTIONS(550), - [anon_sym_map] = ACTIONS(550), - [anon_sym_has] = ACTIONS(550), - [anon_sym_get] = ACTIONS(550), - [anon_sym_insert] = ACTIONS(550), - [anon_sym_remove] = ACTIONS(550), - [anon_sym_repr] = ACTIONS(550), - [anon_sym_mask] = ACTIONS(550), - [anon_sym_u29b7] = ACTIONS(550), - [anon_sym_csv] = ACTIONS(550), - [anon_sym_json] = ACTIONS(550), - [anon_sym_xlsx] = ACTIONS(550), - [anon_sym_memberOf] = ACTIONS(550), - [anon_sym_u2208] = ACTIONS(550), - [anon_sym_imen] = ACTIONS(550), - [anon_sym_gife] = ACTIONS(550), - [anon_sym_auden] = ACTIONS(550), - [anon_sym_utfu2088] = ACTIONS(550), - [anon_sym_datetime] = ACTIONS(550), - [anon_sym_chunk] = ACTIONS(550), - [anon_sym_u2444] = ACTIONS(550), - [anon_sym_choose] = ACTIONS(550), - [anon_sym_permute] = ACTIONS(550), - [anon_sym_orient] = ACTIONS(550), - [anon_sym_fft] = ACTIONS(550), + [sym_openParen] = ACTIONS(532), + [sym_closeParen] = ACTIONS(532), + [sym_underscore] = ACTIONS(532), + [anon_sym_DOT] = ACTIONS(532), + [anon_sym_COMMA] = ACTIONS(532), + [anon_sym_COLON] = ACTIONS(532), + [anon_sym_u25cc] = ACTIONS(532), + [anon_sym_identity] = ACTIONS(532), + [anon_sym_id] = ACTIONS(530), + [anon_sym_u2218] = ACTIONS(532), + [anon_sym_not] = ACTIONS(532), + [anon_sym_u00ac] = ACTIONS(532), + [anon_sym_sign] = ACTIONS(532), + [anon_sym_u00b1] = ACTIONS(532), + [anon_sym_BQUOTE] = ACTIONS(532), + [anon_sym_u00af] = ACTIONS(532), + [anon_sym_absolutevalue] = ACTIONS(532), + [anon_sym_u2335] = ACTIONS(532), + [anon_sym_sqrt] = ACTIONS(532), + [anon_sym_u221a] = ACTIONS(532), + [anon_sym_sine] = ACTIONS(532), + [anon_sym_u25cb] = ACTIONS(532), + [anon_sym_u223f] = ACTIONS(532), + [anon_sym_floor] = ACTIONS(532), + [anon_sym_u230a] = ACTIONS(532), + [anon_sym_ceiling] = ACTIONS(532), + [anon_sym_u2308] = ACTIONS(532), + [anon_sym_round] = ACTIONS(532), + [anon_sym_u2045] = ACTIONS(532), + [anon_sym_EQ] = ACTIONS(532), + [anon_sym_BANG_EQ] = ACTIONS(532), + [anon_sym_u2260] = ACTIONS(532), + [anon_sym_LT] = ACTIONS(530), + [anon_sym_LT_EQ] = ACTIONS(532), + [anon_sym_u2264] = ACTIONS(532), + [anon_sym_GT] = ACTIONS(530), + [anon_sym_GT_EQ] = ACTIONS(532), + [anon_sym_u2265] = ACTIONS(532), + [anon_sym_PLUS] = ACTIONS(532), + [anon_sym_DASH] = ACTIONS(532), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_u00d7] = ACTIONS(532), + [anon_sym_PERCENT] = ACTIONS(532), + [anon_sym_u00f7] = ACTIONS(532), + [anon_sym_modulus] = ACTIONS(532), + [anon_sym_u25ff] = ACTIONS(532), + [anon_sym_power] = ACTIONS(532), + [anon_sym_u207f] = ACTIONS(532), + [anon_sym_logarithm] = ACTIONS(532), + [anon_sym_u2099] = ACTIONS(532), + [anon_sym_minimum] = ACTIONS(532), + [anon_sym_u21a7] = ACTIONS(532), + [anon_sym_maximum] = ACTIONS(532), + [anon_sym_u21a5] = ACTIONS(532), + [anon_sym_atangent] = ACTIONS(532), + [anon_sym_u2220] = ACTIONS(532), + [anon_sym_length] = ACTIONS(532), + [anon_sym_u29fb] = ACTIONS(532), + [anon_sym_shape] = ACTIONS(532), + [anon_sym_u25b3] = ACTIONS(532), + [anon_sym_range] = ACTIONS(532), + [anon_sym_u21e1] = ACTIONS(532), + [anon_sym_first] = ACTIONS(532), + [anon_sym_u22a2] = ACTIONS(532), + [anon_sym_reverse] = ACTIONS(532), + [anon_sym_u21cc] = ACTIONS(532), + [anon_sym_deshape] = ACTIONS(532), + [anon_sym_u266d] = ACTIONS(532), + [anon_sym_bits] = ACTIONS(532), + [anon_sym_u22ef] = ACTIONS(532), + [anon_sym_transpose] = ACTIONS(532), + [anon_sym_u2349] = ACTIONS(532), + [anon_sym_rise] = ACTIONS(532), + [anon_sym_u234f] = ACTIONS(532), + [anon_sym_fall] = ACTIONS(532), + [anon_sym_u2356] = ACTIONS(532), + [anon_sym_where] = ACTIONS(532), + [anon_sym_u229a] = ACTIONS(532), + [anon_sym_classify] = ACTIONS(532), + [anon_sym_u229b] = ACTIONS(532), + [anon_sym_deduplicate] = ACTIONS(532), + [anon_sym_u25f4] = ACTIONS(532), + [anon_sym_box] = ACTIONS(532), + [anon_sym_u25a1] = ACTIONS(532), + [anon_sym_match] = ACTIONS(532), + [anon_sym_u224d] = ACTIONS(532), + [anon_sym_couple] = ACTIONS(532), + [anon_sym_u229f] = ACTIONS(532), + [anon_sym_join] = ACTIONS(532), + [anon_sym_u2282] = ACTIONS(532), + [anon_sym_select] = ACTIONS(532), + [anon_sym_u228f] = ACTIONS(532), + [anon_sym_pick] = ACTIONS(532), + [anon_sym_u22a1] = ACTIONS(532), + [anon_sym_reshape] = ACTIONS(532), + [anon_sym_u21af] = ACTIONS(532), + [anon_sym_take] = ACTIONS(532), + [anon_sym_u2199] = ACTIONS(532), + [anon_sym_drop] = ACTIONS(532), + [anon_sym_u2198] = ACTIONS(532), + [anon_sym_rotate] = ACTIONS(532), + [anon_sym_u21bb] = ACTIONS(532), + [anon_sym_windows] = ACTIONS(532), + [anon_sym_u25eb] = ACTIONS(532), + [anon_sym_keep] = ACTIONS(532), + [anon_sym_u25bd] = ACTIONS(532), + [anon_sym_find] = ACTIONS(532), + [anon_sym_u2315] = ACTIONS(532), + [anon_sym_indexof] = ACTIONS(532), + [anon_sym_u2297] = ACTIONS(532), + [anon_sym_assert] = ACTIONS(532), + [anon_sym_u2364] = ACTIONS(532), + [anon_sym_wait] = ACTIONS(532), + [anon_sym_parse] = ACTIONS(532), + [anon_sym_u22d5] = ACTIONS(532), + [anon_sym_random] = ACTIONS(532), + [anon_sym_u2682] = ACTIONS(532), + [anon_sym_gen] = ACTIONS(532), + [anon_sym_tag] = ACTIONS(532), + [anon_sym_now] = ACTIONS(532), + [anon_sym_type] = ACTIONS(532), + [anon_sym_u2e2e] = ACTIONS(532), + [anon_sym_dump] = ACTIONS(532), + [anon_sym_regex] = ACTIONS(532), + [anon_sym_send] = ACTIONS(532), + [anon_sym_recv] = ACTIONS(532), + [anon_sym_tryrecv] = ACTIONS(532), + [anon_sym_complex] = ACTIONS(532), + [anon_sym_u2102] = ACTIONS(532), + [anon_sym_rerank] = ACTIONS(532), + [anon_sym_u2607] = ACTIONS(532), + [anon_sym_fix] = ACTIONS(532), + [anon_sym_u00a4] = ACTIONS(532), + [anon_sym_QMARK] = ACTIONS(532), + [anon_sym_unique] = ACTIONS(532), + [anon_sym_u25f0] = ACTIONS(532), + [anon_sym_map] = ACTIONS(532), + [anon_sym_has] = ACTIONS(532), + [anon_sym_get] = ACTIONS(532), + [anon_sym_insert] = ACTIONS(532), + [anon_sym_remove] = ACTIONS(532), + [anon_sym_repr] = ACTIONS(532), + [anon_sym_mask] = ACTIONS(532), + [anon_sym_u29b7] = ACTIONS(532), + [anon_sym_csv] = ACTIONS(532), + [anon_sym_json] = ACTIONS(532), + [anon_sym_xlsx] = ACTIONS(532), + [anon_sym_memberOf] = ACTIONS(532), + [anon_sym_u2208] = ACTIONS(532), + [anon_sym_imen] = ACTIONS(532), + [anon_sym_gife] = ACTIONS(532), + [anon_sym_auden] = ACTIONS(532), + [anon_sym_utfu2088] = ACTIONS(532), + [anon_sym_datetime] = ACTIONS(532), + [anon_sym_choose] = ACTIONS(532), + [anon_sym_permute] = ACTIONS(532), + [anon_sym_orient] = ACTIONS(532), + [anon_sym_u2938] = ACTIONS(532), + [anon_sym_fft] = ACTIONS(532), + [anon_sym_graphemes] = ACTIONS(532), + [anon_sym_timezone] = ACTIONS(532), + [anon_sym_around] = ACTIONS(532), + [anon_sym_u2019] = ACTIONS(532), + [anon_sym_base] = ACTIONS(532), + [anon_sym_sort] = ACTIONS(532), + [anon_sym_u2346] = ACTIONS(532), + [anon_sym_last] = ACTIONS(532), + [anon_sym_u22a3] = ACTIONS(532), [sym__endOfLine] = ACTIONS(5), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 5, - ACTIONS(154), 1, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - ACTIONS(738), 1, + ACTIONS(716), 1, sym_closeParen, - STATE(165), 1, + STATE(163), 1, sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, [17] = 5, - ACTIONS(154), 1, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - ACTIONS(740), 1, + ACTIONS(718), 1, sym_closeParen, - STATE(151), 1, + STATE(165), 1, sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, [34] = 5, - ACTIONS(154), 1, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - ACTIONS(742), 1, + ACTIONS(720), 1, sym_closeParen, - STATE(151), 1, + STATE(163), 1, sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, [51] = 5, - ACTIONS(154), 1, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - ACTIONS(744), 1, + ACTIONS(722), 1, sym_closeParen, - STATE(165), 1, + STATE(163), 1, sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, [68] = 5, - ACTIONS(154), 1, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - ACTIONS(746), 1, + ACTIONS(724), 1, sym_closeParen, - STATE(151), 1, + STATE(165), 1, sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, [85] = 5, - ACTIONS(154), 1, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - ACTIONS(748), 1, + ACTIONS(726), 1, sym_closeParen, STATE(165), 1, sym_branchSeparator, @@ -70175,7 +72422,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(594), 3, + ACTIONS(572), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70183,7 +72430,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(534), 3, + ACTIONS(540), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70191,7 +72438,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(610), 3, + ACTIONS(556), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70199,7 +72446,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(574), 3, + ACTIONS(564), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70207,7 +72454,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(570), 3, + ACTIONS(568), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70215,7 +72462,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(518), 3, + ACTIONS(508), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70223,123 +72470,123 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(570), 3, + ACTIONS(552), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [172] = 4, - ACTIONS(154), 1, + [172] = 2, + ACTIONS(5), 2, + sym_comment, + sym__endOfLine, + ACTIONS(580), 3, anon_sym_PIPE, - ACTIONS(168), 1, + sym_closeParen, sym_underscore, - STATE(165), 1, - sym_branchSeparator, + [182] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [186] = 2, + ACTIONS(588), 3, + anon_sym_PIPE, + sym_closeParen, + sym_underscore, + [192] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(582), 3, + ACTIONS(486), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [196] = 2, + [202] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(538), 3, + ACTIONS(524), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [206] = 2, + [212] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(562), 3, + ACTIONS(544), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [216] = 2, + [222] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(586), 3, + ACTIONS(500), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [226] = 2, + [232] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(590), 3, + ACTIONS(560), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [236] = 2, + [242] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(566), 3, + ACTIONS(576), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [246] = 2, + [252] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(526), 3, + ACTIONS(512), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [256] = 2, + [262] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(602), 3, + ACTIONS(516), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [266] = 2, + [272] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(550), 3, + ACTIONS(520), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, - [276] = 4, - ACTIONS(154), 1, + [282] = 4, + ACTIONS(149), 1, anon_sym_PIPE, - ACTIONS(168), 1, + ACTIONS(163), 1, sym_underscore, - STATE(151), 1, + STATE(163), 1, sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [290] = 2, - ACTIONS(5), 2, - sym_comment, - sym__endOfLine, - ACTIONS(598), 3, + [296] = 4, + ACTIONS(149), 1, anon_sym_PIPE, - sym_closeParen, + ACTIONS(163), 1, sym_underscore, - [300] = 2, + STATE(165), 1, + sym_branchSeparator, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(542), 3, - anon_sym_PIPE, - sym_closeParen, - sym_underscore, [310] = 2, ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(578), 3, + ACTIONS(528), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70347,7 +72594,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(546), 3, + ACTIONS(532), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70355,7 +72602,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(606), 3, + ACTIONS(536), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, @@ -70363,339 +72610,330 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym_comment, sym__endOfLine, - ACTIONS(530), 3, + ACTIONS(524), 3, anon_sym_PIPE, sym_closeParen, sym_underscore, [350] = 2, - ACTIONS(5), 2, - sym_comment, - sym__endOfLine, - ACTIONS(504), 3, - anon_sym_PIPE, - sym_closeParen, - sym_underscore, - [360] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(650), 3, + ACTIONS(634), 3, ts_builtin_sym_end, sym_closeParen, sym__endOfLine, - [369] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(696), 1, - sym_closeParen, - ACTIONS(750), 1, - sym__endOfLine, - [379] = 2, - ACTIONS(752), 1, - aux_sym_signature_token1, - ACTIONS(5), 2, - sym_comment, - sym__endOfLine, - [387] = 3, + [359] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(684), 1, - sym_closeParen, - ACTIONS(754), 1, + ACTIONS(536), 2, + ts_builtin_sym_end, sym__endOfLine, - [397] = 2, + [367] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(602), 2, + ACTIONS(604), 1, ts_builtin_sym_end, + ACTIONS(728), 1, sym__endOfLine, - [405] = 3, + [377] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(756), 1, + ACTIONS(652), 1, sym_closeParen, - ACTIONS(758), 1, + ACTIONS(730), 1, sym__endOfLine, - [415] = 3, + [387] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(632), 1, + ACTIONS(532), 2, ts_builtin_sym_end, - ACTIONS(760), 1, sym__endOfLine, - [425] = 3, + [395] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(688), 1, + ACTIONS(732), 1, sym_closeParen, - ACTIONS(762), 1, + ACTIONS(734), 1, sym__endOfLine, - [435] = 2, + [405] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(606), 2, - ts_builtin_sym_end, + ACTIONS(656), 1, + sym_closeParen, + ACTIONS(736), 1, sym__endOfLine, - [443] = 3, + [415] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(690), 1, + ACTIONS(658), 1, sym_closeParen, - ACTIONS(764), 1, + ACTIONS(738), 1, sym__endOfLine, - [453] = 2, - ACTIONS(5), 1, + [425] = 2, + ACTIONS(740), 1, + aux_sym_signature_token1, + ACTIONS(5), 2, sym_comment, - ACTIONS(582), 2, - ts_builtin_sym_end, sym__endOfLine, - [461] = 3, + [433] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(766), 1, + ACTIONS(742), 1, sym_closeParen, - ACTIONS(768), 1, + ACTIONS(744), 1, sym__endOfLine, - [471] = 2, + [443] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(578), 2, + ACTIONS(610), 1, ts_builtin_sym_end, + ACTIONS(746), 1, sym__endOfLine, - [479] = 3, + [453] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(694), 1, + ACTIONS(644), 1, sym_closeParen, - ACTIONS(770), 1, + ACTIONS(748), 1, sym__endOfLine, - [489] = 2, + [463] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(772), 2, - ts_builtin_sym_end, + ACTIONS(666), 1, + sym_closeParen, + ACTIONS(750), 1, sym__endOfLine, - [497] = 3, + [473] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(708), 1, + ACTIONS(660), 1, sym_closeParen, - ACTIONS(774), 1, + ACTIONS(752), 1, sym__endOfLine, - [507] = 3, + [483] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(776), 1, + ACTIONS(674), 1, sym_closeParen, - ACTIONS(778), 1, + ACTIONS(754), 1, sym__endOfLine, - [517] = 3, + [493] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(682), 1, - sym_closeParen, - ACTIONS(780), 1, + ACTIONS(540), 2, + ts_builtin_sym_end, sym__endOfLine, - [527] = 3, + [501] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(676), 1, - sym_closeParen, - ACTIONS(782), 1, + ACTIONS(756), 2, + ts_builtin_sym_end, + sym__endOfLine, + [509] = 2, + ACTIONS(758), 1, + aux_sym_signature_token1, + ACTIONS(5), 2, + sym_comment, sym__endOfLine, - [537] = 3, + [517] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(678), 1, - sym_closeParen, - ACTIONS(784), 1, + ACTIONS(760), 2, + ts_builtin_sym_end, sym__endOfLine, - [547] = 3, + [525] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(626), 1, + ACTIONS(762), 2, ts_builtin_sym_end, - ACTIONS(786), 1, sym__endOfLine, - [557] = 2, - ACTIONS(626), 1, + [533] = 2, + ACTIONS(620), 1, ts_builtin_sym_end, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [565] = 3, + [541] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(788), 1, + ACTIONS(764), 1, sym_closeParen, - ACTIONS(790), 1, + ACTIONS(766), 1, sym__endOfLine, - [575] = 2, - ACTIONS(792), 1, - aux_sym_signature_token1, - ACTIONS(5), 2, + [551] = 3, + ACTIONS(5), 1, sym_comment, + ACTIONS(768), 1, + sym_closeParen, + ACTIONS(770), 1, sym__endOfLine, - [583] = 2, - ACTIONS(794), 1, - aux_sym_signature_token1, - ACTIONS(5), 2, + [561] = 3, + ACTIONS(5), 1, sym_comment, + ACTIONS(662), 1, + sym_closeParen, + ACTIONS(772), 1, sym__endOfLine, - [591] = 2, - ACTIONS(796), 1, + [571] = 2, + ACTIONS(774), 1, aux_sym_signature_token1, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [599] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(706), 1, - sym_closeParen, - ACTIONS(798), 1, - sym__endOfLine, - [609] = 2, - ACTIONS(800), 1, + [579] = 2, + ACTIONS(604), 1, ts_builtin_sym_end, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [617] = 2, - ACTIONS(644), 1, + [587] = 2, + ACTIONS(776), 1, ts_builtin_sym_end, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [625] = 2, + [595] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(802), 2, + ACTIONS(778), 2, ts_builtin_sym_end, sym__endOfLine, - [633] = 2, - ACTIONS(5), 1, - sym_comment, - ACTIONS(804), 2, + [603] = 2, + ACTIONS(780), 1, ts_builtin_sym_end, - sym__endOfLine, - [641] = 3, - ACTIONS(5), 1, + ACTIONS(5), 2, sym_comment, - ACTIONS(806), 1, - sym_closeParen, - ACTIONS(808), 1, sym__endOfLine, - [651] = 2, - ACTIONS(810), 1, - ts_builtin_sym_end, + [611] = 2, + ACTIONS(782), 1, + aux_sym_signature_token1, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [659] = 2, - ACTIONS(812), 1, + [619] = 2, + ACTIONS(784), 1, aux_sym_signature_token1, ACTIONS(5), 2, sym_comment, sym__endOfLine, - [667] = 2, + [627] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(650), 1, + sym_closeParen, + ACTIONS(786), 1, + sym__endOfLine, + [637] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(814), 2, + ACTIONS(528), 2, ts_builtin_sym_end, sym__endOfLine, - [675] = 2, + [645] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(672), 1, + sym_closeParen, + ACTIONS(788), 1, + sym__endOfLine, + [655] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(790), 1, + sym_closeParen, + ACTIONS(792), 1, + sym__endOfLine, + [665] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(816), 1, + ACTIONS(794), 1, sym__endOfLine, - [682] = 2, + [672] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(818), 1, + ACTIONS(796), 1, sym__endOfLine, - [689] = 2, + [679] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(820), 1, + ACTIONS(798), 1, sym__endOfLine, - [696] = 2, + [686] = 2, ACTIONS(5), 1, sym_comment, - ACTIONS(822), 1, + ACTIONS(800), 1, sym__endOfLine, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(182)] = 0, - [SMALL_STATE(183)] = 17, - [SMALL_STATE(184)] = 34, - [SMALL_STATE(185)] = 51, - [SMALL_STATE(186)] = 68, - [SMALL_STATE(187)] = 85, - [SMALL_STATE(188)] = 102, - [SMALL_STATE(189)] = 112, - [SMALL_STATE(190)] = 122, - [SMALL_STATE(191)] = 132, - [SMALL_STATE(192)] = 142, - [SMALL_STATE(193)] = 152, - [SMALL_STATE(194)] = 162, - [SMALL_STATE(195)] = 172, - [SMALL_STATE(196)] = 186, - [SMALL_STATE(197)] = 196, - [SMALL_STATE(198)] = 206, - [SMALL_STATE(199)] = 216, - [SMALL_STATE(200)] = 226, - [SMALL_STATE(201)] = 236, - [SMALL_STATE(202)] = 246, - [SMALL_STATE(203)] = 256, - [SMALL_STATE(204)] = 266, - [SMALL_STATE(205)] = 276, - [SMALL_STATE(206)] = 290, - [SMALL_STATE(207)] = 300, - [SMALL_STATE(208)] = 310, - [SMALL_STATE(209)] = 320, - [SMALL_STATE(210)] = 330, - [SMALL_STATE(211)] = 340, - [SMALL_STATE(212)] = 350, - [SMALL_STATE(213)] = 360, - [SMALL_STATE(214)] = 369, - [SMALL_STATE(215)] = 379, - [SMALL_STATE(216)] = 387, - [SMALL_STATE(217)] = 397, - [SMALL_STATE(218)] = 405, - [SMALL_STATE(219)] = 415, - [SMALL_STATE(220)] = 425, - [SMALL_STATE(221)] = 435, - [SMALL_STATE(222)] = 443, - [SMALL_STATE(223)] = 453, - [SMALL_STATE(224)] = 461, - [SMALL_STATE(225)] = 471, - [SMALL_STATE(226)] = 479, - [SMALL_STATE(227)] = 489, - [SMALL_STATE(228)] = 497, - [SMALL_STATE(229)] = 507, - [SMALL_STATE(230)] = 517, - [SMALL_STATE(231)] = 527, - [SMALL_STATE(232)] = 537, - [SMALL_STATE(233)] = 547, - [SMALL_STATE(234)] = 557, - [SMALL_STATE(235)] = 565, - [SMALL_STATE(236)] = 575, - [SMALL_STATE(237)] = 583, - [SMALL_STATE(238)] = 591, - [SMALL_STATE(239)] = 599, - [SMALL_STATE(240)] = 609, - [SMALL_STATE(241)] = 617, - [SMALL_STATE(242)] = 625, - [SMALL_STATE(243)] = 633, - [SMALL_STATE(244)] = 641, - [SMALL_STATE(245)] = 651, - [SMALL_STATE(246)] = 659, - [SMALL_STATE(247)] = 667, - [SMALL_STATE(248)] = 675, - [SMALL_STATE(249)] = 682, - [SMALL_STATE(250)] = 689, - [SMALL_STATE(251)] = 696, + [SMALL_STATE(180)] = 0, + [SMALL_STATE(181)] = 17, + [SMALL_STATE(182)] = 34, + [SMALL_STATE(183)] = 51, + [SMALL_STATE(184)] = 68, + [SMALL_STATE(185)] = 85, + [SMALL_STATE(186)] = 102, + [SMALL_STATE(187)] = 112, + [SMALL_STATE(188)] = 122, + [SMALL_STATE(189)] = 132, + [SMALL_STATE(190)] = 142, + [SMALL_STATE(191)] = 152, + [SMALL_STATE(192)] = 162, + [SMALL_STATE(193)] = 172, + [SMALL_STATE(194)] = 182, + [SMALL_STATE(195)] = 192, + [SMALL_STATE(196)] = 202, + [SMALL_STATE(197)] = 212, + [SMALL_STATE(198)] = 222, + [SMALL_STATE(199)] = 232, + [SMALL_STATE(200)] = 242, + [SMALL_STATE(201)] = 252, + [SMALL_STATE(202)] = 262, + [SMALL_STATE(203)] = 272, + [SMALL_STATE(204)] = 282, + [SMALL_STATE(205)] = 296, + [SMALL_STATE(206)] = 310, + [SMALL_STATE(207)] = 320, + [SMALL_STATE(208)] = 330, + [SMALL_STATE(209)] = 340, + [SMALL_STATE(210)] = 350, + [SMALL_STATE(211)] = 359, + [SMALL_STATE(212)] = 367, + [SMALL_STATE(213)] = 377, + [SMALL_STATE(214)] = 387, + [SMALL_STATE(215)] = 395, + [SMALL_STATE(216)] = 405, + [SMALL_STATE(217)] = 415, + [SMALL_STATE(218)] = 425, + [SMALL_STATE(219)] = 433, + [SMALL_STATE(220)] = 443, + [SMALL_STATE(221)] = 453, + [SMALL_STATE(222)] = 463, + [SMALL_STATE(223)] = 473, + [SMALL_STATE(224)] = 483, + [SMALL_STATE(225)] = 493, + [SMALL_STATE(226)] = 501, + [SMALL_STATE(227)] = 509, + [SMALL_STATE(228)] = 517, + [SMALL_STATE(229)] = 525, + [SMALL_STATE(230)] = 533, + [SMALL_STATE(231)] = 541, + [SMALL_STATE(232)] = 551, + [SMALL_STATE(233)] = 561, + [SMALL_STATE(234)] = 571, + [SMALL_STATE(235)] = 579, + [SMALL_STATE(236)] = 587, + [SMALL_STATE(237)] = 595, + [SMALL_STATE(238)] = 603, + [SMALL_STATE(239)] = 611, + [SMALL_STATE(240)] = 619, + [SMALL_STATE(241)] = 627, + [SMALL_STATE(242)] = 637, + [SMALL_STATE(243)] = 645, + [SMALL_STATE(244)] = 655, + [SMALL_STATE(245)] = 665, + [SMALL_STATE(246)] = 672, + [SMALL_STATE(247)] = 679, + [SMALL_STATE(248)] = 686, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -70703,365 +72941,356 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [61] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(109), - [64] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(109), - [67] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(86), - [70] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(87), - [73] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [76] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(119), - [79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [82] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [85] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(71), - [88] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(16), - [94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(24), - [97] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(246), - [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(94), - [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(95), - [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(95), - [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(2), - [142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_segment, 1, 0, 0), - [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), - [198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(109), - [207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(109), - [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(86), - [213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(87), - [216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(88), - [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(88), - [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(31), - [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(23), - [228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(16), - [231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), - [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(24), - [236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(246), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(89), - [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(89), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(90), - [248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(90), - [251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(91), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(91), - [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(92), - [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(92), - [263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(93), - [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(93), - [269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(94), - [272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(95), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(95), - [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), - [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(190), - [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(190), - [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(211), - [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(189), - [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(238), - [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(45), - [382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(33), - [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(34), - [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(237), - [391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(207), - [394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(207), - [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(204), - [406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(204), - [409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(201), - [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(201), - [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(109), - [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(109), - [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(86), - [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(87), - [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(16), - [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(24), - [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(246), - [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(94), - [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(95), - [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(95), - [502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive, 1, 0, 0), - [504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive, 1, 0, 0), - [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound, 2, 0, 0), - [518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound, 2, 0, 0), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switchFunctions, 4, 0, 0), - [526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switchFunctions, 4, 0, 0), - [528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_otherConstant, 1, 0, 0), - [530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_otherConstant, 1, 0, 0), - [532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character, 1, 0, 0), - [534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character, 1, 0, 0), - [536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, 0, 0), - [538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, 0, 0), - [540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formatter, 1, 0, 0), - [542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formatter, 1, 0, 0), - [544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 1, 0, 0), - [546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 1, 0, 0), - [548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 1, 0, 0), - [550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 1, 0, 0), - [552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifier1, 1, 0, 0), - [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifier1, 1, 0, 0), - [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifier2, 1, 0, 0), - [558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifier2, 1, 0, 0), - [560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro, 1, 0, 0), - [562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro, 1, 0, 0), - [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deprecated, 1, 0, 0), - [566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated, 1, 0, 0), - [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2, 0, 0), - [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2, 0, 0), - [572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeHolder, 2, 0, 0), - [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeHolder, 2, 0, 0), - [576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 6, 0, 0), - [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 6, 0, 0), - [580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 5, 0, 0), - [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 5, 0, 0), - [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3, 0, 0), - [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0), - [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound, 3, 0, 0), - [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound, 3, 0, 0), - [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4, 0, 0), - [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0), - [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switchFunctions, 5, 0, 0), - [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switchFunctions, 5, 0, 0), - [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 3, 0, 0), - [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 3, 0, 0), - [604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 4, 0, 0), - [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 4, 0, 0), - [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1, 0, 0), - [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1, 0, 0), - [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_PROGRAM, 2, 0, 0), - [628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), - [630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), - [632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_PROGRAM, 1, 0, 0), - [634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 1, 0, 0), - [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 1, 0, 0), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_PROGRAM, 3, 0, 0), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_segment, 2, 0, 0), - [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_segment, 2, 0, 0), - [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), - [654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 1, 0, 0), - [656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 1, 0, 0), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branchSeparator, 1, 0, 0), - [662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branchSeparator, 1, 0, 0), - [664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), - [666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), - [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 3, 0, 0), - [704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 3, 0, 0), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, 0, 0), - [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, 0, 0), - [714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), - [716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 4, 0, 0), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [800] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 3, 0, 0), - [804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 5, 0, 0), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 4, 0, 0), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [59] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(102), + [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(103), + [71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [74] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(142), + [77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [80] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(55), + [83] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(58), + [86] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [89] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(16), + [92] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(24), + [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [98] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(104), + [101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(104), + [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(106), + [113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(106), + [116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(107), + [125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(107), + [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(108), + [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(108), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), SHIFT_REPEAT(2), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_segment, 1, 0, 0), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(100), + [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(100), + [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(102), + [206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(103), + [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(85), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(85), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(31), + [218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(48), + [221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(16), + [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), + [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(24), + [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(239), + [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(104), + [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(104), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(99), + [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(99), + [244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(106), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(106), + [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(98), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(98), + [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(107), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(107), + [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(108), + [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(108), + [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(189), + [355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(190), + [358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(191), + [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(191), + [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(23), + [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(33), + [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(218), + [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(192), + [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(192), + [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(193), + [394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(193), + [397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(194), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), SHIFT_REPEAT(194), + [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(102), + [424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(103), + [427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(55), + [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(16), + [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(24), + [445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(239), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(104), + [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(104), + [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(106), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(106), + [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(107), + [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(107), + [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(108), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(108), + [484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive, 1, 0, 0), + [486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive, 1, 0, 0), + [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound, 2, 0, 0), + [500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound, 2, 0, 0), + [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, 0, 0), + [508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, 0, 0), + [510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switchFunctions, 4, 0, 0), + [512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switchFunctions, 4, 0, 0), + [514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4, 0, 0), + [516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0), + [518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switchFunctions, 5, 0, 0), + [520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switchFunctions, 5, 0, 0), + [522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2, 0, 0), + [524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2, 0, 0), + [526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 3, 0, 0), + [528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 3, 0, 0), + [530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 4, 0, 0), + [532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 4, 0, 0), + [534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 5, 0, 0), + [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 5, 0, 0), + [538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineFunction, 6, 0, 0), + [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineFunction, 6, 0, 0), + [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeHolder, 2, 0, 0), + [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeHolder, 2, 0, 0), + [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifier1, 1, 0, 0), + [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifier1, 1, 0, 0), + [550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant, 1, 0, 0), + [552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant, 1, 0, 0), + [554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1, 0, 0), + [556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1, 0, 0), + [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3, 0, 0), + [560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0), + [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_otherConstant, 1, 0, 0), + [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_otherConstant, 1, 0, 0), + [566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character, 1, 0, 0), + [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character, 1, 0, 0), + [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formatter, 1, 0, 0), + [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formatter, 1, 0, 0), + [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound, 3, 0, 0), + [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound, 3, 0, 0), + [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 1, 0, 0), + [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 1, 0, 0), + [582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifier2, 1, 0, 0), + [584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifier2, 1, 0, 0), + [586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_deprecated, 1, 0, 0), + [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_deprecated, 1, 0, 0), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_PROGRAM, 2, 0, 0), + [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), + [608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2, 0, 0), + [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_PROGRAM, 1, 0, 0), + [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 1, 0, 0), + [614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 1, 0, 0), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_PROGRAM, 3, 0, 0), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), + [626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 1, 0, 0), + [628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 1, 0, 0), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_segment, 2, 0, 0), + [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_segment, 2, 0, 0), + [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), + [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 3, 0, 0), + [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 3, 0, 0), + [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branchSeparator, 1, 0, 0), + [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branchSeparator, 1, 0, 0), + [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), + [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2, 0, 0), + [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), + [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), + [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, 0, 0), + [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, 0, 0), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 5, 0, 0), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 4, 0, 0), + [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 4, 0, 0), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [776] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 3, 0, 0), + [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), }; #ifdef __cplusplus