From 942e8365d10b9b62be9f2a8b0503459d3d8f3af3 Mon Sep 17 00:00:00 2001 From: "Narazaki, Shuji" Date: Thu, 29 Feb 2024 15:18:16 +0900 Subject: [PATCH] Uiua-0.9 (#29) * modified: flake.lock * remove unsupported flag for regex * modified: grammar.js * update src/ * bump version to 0.11 * modified: ChangeLog.md --- Cargo.toml | 2 +- ChangeLog.md | 5 + flake.lock | 18 +- grammar.js | 48 +- package.json | 2 +- src/grammar.json | 129 +- src/node-types.json | 56 +- src/parser.c | 45390 +++++++++++++++++++------------------ src/tree_sitter/parser.h | 16 +- 9 files changed, 23653 insertions(+), 22013 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4801622..11046b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-uiua" description = "Uiua grammar for the tree-sitter parsing library" -version = "0.10.0" +version = "0.11.0" keywords = ["incremental", "parsing", "Uiua"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-uiua" diff --git a/ChangeLog.md b/ChangeLog.md index e16a0a5..8e906f7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Changelog +### 0.11.0: 2024-02-29 + +- follow Uiua-0.9.0 + - Note: function strands are treated as arrays, just as they were + ### 0.10.0: 2024-02-01 - follow Uiua-0.8.0 diff --git a/flake.lock b/flake.lock index 56456d7..073ca09 100644 --- a/flake.lock +++ b/flake.lock @@ -48,11 +48,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1705309234, - "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "lastModified": 1709126324, + "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "rev": "d465f4819400de7c8d874d50b982301f28a84605", "type": "github" }, "original": { @@ -81,11 +81,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1707205916, - "narHash": "sha256-fmRJilYGlB7VCt3XsdYxrA0u8e/K84O5xYucerUY0iM=", + "lastModified": 1709101946, + "narHash": "sha256-TsySgcWm/GlbYdL3AEva49ceeI2BdPQ7muwfYNr1fwo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8cc79aa39bbc6eaedaf286ae655b224c71e02907", + "rev": "d53c2037394da6fe98decca417fc8fda64bf2443", "type": "github" }, "original": { @@ -182,11 +182,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1707280110, - "narHash": "sha256-Dz19Xku+8y3kujlc9COIk7f7uZaLt36EHYeNtcuK5g4=", + "lastModified": 1709163561, + "narHash": "sha256-ZIIcMWIHut+UHIoDY3XjBvk2PgNg1bNY90Z/kU3tZ6Y=", "owner": "uiua-lang", "repo": "uiua", - "rev": "1602e9bba7bca49b4a6d31c042c6e82909a4ee63", + "rev": "c5d04c2bd0431a148cb7e9e3622bc23534ddd64f", "type": "github" }, "original": { diff --git a/grammar.js b/grammar.js index 08a1eaa..e54b94c 100644 --- a/grammar.js +++ b/grammar.js @@ -96,7 +96,7 @@ module.exports = grammar({ string: $ => token(/\$?"(\\["bnrst0]||[^"])+"/), multiLineString: $ => /\$ .*/, signature: $ => seq('|', /[0-9]+(\.[0-9]+)?/), - identifier: $ => token(/[A-Z][A-Za-z]*!*|[a-z][A-Za-z]?!*|\p{Emoji}/u), + identifier: $ => token(/[A-Z][A-Za-z]*!*|[a-z][A-Za-z]?!*|\p{Emoji}/), identifierDeprecated: $ => token(/[a-z][A-Za-z]{2,}/), system: $ => token(/&[a-z]+/), comment: $ => /#.*/, @@ -134,6 +134,11 @@ module.exports = grammar({ $.deprecated, ), constant: $ => choice( + token('e'), + token('NaN'), + token('NumProcs'), + + // Since 0.9.0 // (0, Eta, Constant, ("eta", 'η')), token('eta'), token('η'), @@ -146,9 +151,6 @@ module.exports = grammar({ // (0, Infinity, Constant, ("infinity", '∞')), token('infinity'), token('∞'), - token('e'), - token('NaN'), - token('NumProcs'), ), function: $ => choice( // (1(2), Dup, Stack, ("duplicate", '.')), @@ -388,6 +390,9 @@ module.exports = grammar({ token('get'), token('insert'), token('remove'), + + // Since 0.9.0 + token('repr'), ), modifier1: $ => choice( // (1[1], Reduce, AggregatingModifier, ("reduce", '/')), @@ -424,19 +429,26 @@ module.exports = grammar({ // Since 0.4.0 token('rectify'), token('⌅'), - token('this'), - token('↬'), - token('recur'), - token('↫'), // Since 0.6.0 token('un'), token('°'), // Since 0.8.0 - token('content'), - token('⊔'), token('bind'), + + // Since 0.9.0 + token('on'), + token('⟜'), + token('inventory'), + token('⍚'), + token('content'), + token('◇'), + token('pool'), + token('stringify'), + token('signature'), + token('shapes'), + token('types'), ), modifier2: $ => choice( // (2[1], Fold, AggregatingModifier, ("fold", '∧')), @@ -475,10 +487,11 @@ module.exports = grammar({ token('⍢'), // Since 0.4.0 - token('all'), - token('⋔'), token('setinv'), token('setunder'), + + // Since 0.9.0 + token('f'), ), deprecated: $ => choice( token('❥'), @@ -489,8 +502,9 @@ module.exports = grammar({ token('⌂'), token('↰'), - // Since 0.4.0 - token('⟜'), + // removed at 0.9.0? + // // Since 0.4.0 + // token('⟜'), // Since 0.8.0 token('unpack'), @@ -500,6 +514,12 @@ module.exports = grammar({ token('cross'), token('⊠'), token(';'), + + // Since 0.9.0 + token('↬'), + token('↫'), + token('all'), + token('⋔'), ), // _whitespace: $ => /[ \t]+/, emptyMultiLineString: $ => token(/\$\r?\n/), diff --git a/package.json b/package.json index cb909d5..2d24a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-uiua", - "version": "0.10.0", + "version": "0.11.0", "description": "parser for Uiua", "main": "bindings/node", "scripts": { diff --git a/src/grammar.json b/src/grammar.json index ccb00d9..b5a455e 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -912,77 +912,77 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "eta" + "value": "e" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "η" + "value": "NaN" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "pi" + "value": "NumProcs" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "π" + "value": "eta" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "tau" + "value": "η" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "τ" + "value": "pi" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "infinity" + "value": "π" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "∞" + "value": "tau" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "e" + "value": "τ" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "NaN" + "value": "infinity" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "NumProcs" + "value": "∞" } } ] @@ -1976,6 +1976,13 @@ "type": "STRING", "value": "remove" } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "repr" + } } ] }, @@ -2105,42 +2112,49 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "this" + "value": "un" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "↬" + "value": "°" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "recur" + "value": "bind" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "↫" + "value": "on" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "un" + "value": "⟜" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "°" + "value": "inventory" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⍚" } }, { @@ -2154,14 +2168,42 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "⊔" + "value": "◇" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "bind" + "value": "pool" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "stringify" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "signature" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "shapes" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "types" } } ] @@ -2327,28 +2369,21 @@ "type": "TOKEN", "content": { "type": "STRING", - "value": "all" - } - }, - { - "type": "TOKEN", - "content": { - "type": "STRING", - "value": "⋔" + "value": "setinv" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "setinv" + "value": "setunder" } }, { "type": "TOKEN", "content": { "type": "STRING", - "value": "setunder" + "value": "f" } } ] @@ -2405,13 +2440,6 @@ "value": "↰" } }, - { - "type": "TOKEN", - "content": { - "type": "STRING", - "value": "⟜" - } - }, { "type": "TOKEN", "content": { @@ -2453,6 +2481,34 @@ "type": "STRING", "value": ";" } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "↬" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "↫" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "all" + } + }, + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "⋔" + } } ] }, @@ -2491,4 +2547,3 @@ "inline": [], "supertypes": [] } - diff --git a/src/node-types.json b/src/node-types.json index 7a4b5b6..3e113a8 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -650,6 +650,10 @@ "type": "eta", "named": false }, + { + "type": "f", + "named": false + }, { "type": "fall", "named": false @@ -734,6 +738,10 @@ "type": "insert", "named": false }, + { + "type": "inventory", + "named": false + }, { "type": "join", "named": false @@ -790,6 +798,10 @@ "type": "now", "named": false }, + { + "type": "on", + "named": false + }, { "type": "openBracket", "named": true @@ -822,6 +834,10 @@ "type": "pick", "named": false }, + { + "type": "pool", + "named": false + }, { "type": "power", "named": false @@ -838,10 +854,6 @@ "type": "rectify", "named": false }, - { - "type": "recur", - "named": false - }, { "type": "recv", "named": false @@ -862,6 +874,10 @@ "type": "repeat", "named": false }, + { + "type": "repr", + "named": false + }, { "type": "rerank", "named": false @@ -914,10 +930,18 @@ "type": "shape", "named": false }, + { + "type": "shapes", + "named": false + }, { "type": "sign", "named": false }, + { + "type": "signature", + "named": false + }, { "type": "sine", "named": false @@ -934,6 +958,10 @@ "type": "string", "named": true }, + { + "type": "stringify", + "named": false + }, { "type": "system", "named": true @@ -954,10 +982,6 @@ "type": "tau", "named": false }, - { - "type": "this", - "named": false - }, { "type": "transpose", "named": false @@ -978,6 +1002,10 @@ "type": "type", "named": false }, + { + "type": "types", + "named": false + }, { "type": "un", "named": false @@ -1202,10 +1230,6 @@ "type": "⊓", "named": false }, - { - "type": "⊔", - "named": false - }, { "type": "⊕", "named": false @@ -1306,6 +1330,10 @@ "type": "⍖", "named": false }, + { + "type": "⍚", + "named": false + }, { "type": "⍛", "named": false @@ -1346,6 +1374,10 @@ "type": "▽", "named": false }, + { + "type": "◇", + "named": false + }, { "type": "○", "named": false diff --git a/src/parser.c b/src/parser.c index 6d4673f..96f1a40 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,4 +1,4 @@ -#include +#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push @@ -16,15 +16,15 @@ #define LANGUAGE_VERSION 14 #define STATE_COUNT 249 #define LARGE_STATE_COUNT 180 -#define SYMBOL_COUNT 280 +#define SYMBOL_COUNT 288 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 252 +#define TOKEN_COUNT 260 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 6 #define PRODUCTION_ID_COUNT 1 -enum { +enum ts_symbol_identifiers { aux_sym_number_token1 = 1, sym_fraction = 2, anon_sym_os = 3, @@ -34,7 +34,7 @@ enum { anon_sym_PllExt = 7, anon_sym_Sep = 8, anon_sym_NUmProcs = 9, - anon_sym_ = 10, + anon_sym_u237c = 10, aux_sym_character_token1 = 11, sym_string = 12, sym_multiLineString = 13, @@ -56,138 +56,138 @@ enum { anon_sym_CARET = 29, anon_sym_SQUOTE = 30, anon_sym_SQUOTE_SQUOTE = 31, - anon_sym_eta = 32, - anon_sym_2 = 33, - anon_sym_pi = 34, - anon_sym_3 = 35, - anon_sym_tau = 36, - anon_sym_4 = 37, - anon_sym_infinity = 38, - anon_sym_5 = 39, - anon_sym_e = 40, - anon_sym_NaN = 41, - anon_sym_NumProcs = 42, + anon_sym_e = 32, + anon_sym_NaN = 33, + anon_sym_NumProcs = 34, + anon_sym_eta = 35, + anon_sym_u03b7 = 36, + anon_sym_pi = 37, + anon_sym_u03c0 = 38, + anon_sym_tau = 39, + anon_sym_u03c4 = 40, + anon_sym_infinity = 41, + anon_sym_u221e = 42, anon_sym_DOT = 43, anon_sym_COMMA = 44, anon_sym_COLON = 45, - anon_sym_6 = 46, + anon_sym_u25cc = 46, anon_sym_identity = 47, anon_sym_id = 48, - anon_sym_7 = 49, + anon_sym_u2218 = 49, anon_sym_not = 50, - anon_sym_8 = 51, + anon_sym_u00ac = 51, anon_sym_sign = 52, - anon_sym_9 = 53, + anon_sym_u00b1 = 53, anon_sym_BQUOTE = 54, - anon_sym_10 = 55, + anon_sym_u00af = 55, anon_sym_absolutevalue = 56, - anon_sym_11 = 57, + anon_sym_u2335 = 57, anon_sym_sqrt = 58, - anon_sym_12 = 59, + anon_sym_u221a = 59, anon_sym_sine = 60, - anon_sym_13 = 61, + anon_sym_u25cb = 61, anon_sym_floor = 62, - anon_sym_14 = 63, + anon_sym_u230a = 63, anon_sym_ceiling = 64, - anon_sym_15 = 65, + anon_sym_u2308 = 65, anon_sym_round = 66, - anon_sym_16 = 67, + anon_sym_u2045 = 67, anon_sym_EQ = 68, anon_sym_BANG_EQ = 69, - anon_sym_17 = 70, + anon_sym_u2260 = 70, anon_sym_LT = 71, anon_sym_LT_EQ = 72, - anon_sym_18 = 73, + anon_sym_u2264 = 73, anon_sym_GT = 74, anon_sym_GT_EQ = 75, - anon_sym_19 = 76, + anon_sym_u2265 = 76, anon_sym_PLUS = 77, anon_sym_DASH = 78, anon_sym_STAR = 79, - anon_sym_20 = 80, + anon_sym_u00d7 = 80, anon_sym_PERCENT = 81, - anon_sym_21 = 82, + anon_sym_u00f7 = 82, anon_sym_modulus = 83, - anon_sym_22 = 84, + anon_sym_u25ff = 84, anon_sym_power = 85, - anon_sym_23 = 86, + anon_sym_u207f = 86, anon_sym_logarithm = 87, - anon_sym_24 = 88, + anon_sym_u2099 = 88, anon_sym_minimum = 89, - anon_sym_25 = 90, + anon_sym_u21a7 = 90, anon_sym_maximum = 91, - anon_sym_26 = 92, + anon_sym_u21a5 = 92, anon_sym_atangent = 93, - anon_sym_27 = 94, + anon_sym_u2220 = 94, anon_sym_length = 95, - anon_sym_28 = 96, + anon_sym_u29fb = 96, anon_sym_shape = 97, - anon_sym_29 = 98, + anon_sym_u25b3 = 98, anon_sym_range = 99, - anon_sym_30 = 100, + anon_sym_u21e1 = 100, anon_sym_first = 101, - anon_sym_31 = 102, + anon_sym_u22a2 = 102, anon_sym_reverse = 103, - anon_sym_32 = 104, + anon_sym_u21cc = 104, anon_sym_deshape = 105, - anon_sym_33 = 106, + anon_sym_u266d = 106, anon_sym_bits = 107, - anon_sym_34 = 108, + anon_sym_u22ef = 108, anon_sym_transpose = 109, - anon_sym_35 = 110, + anon_sym_u2349 = 110, anon_sym_rise = 111, - anon_sym_36 = 112, + anon_sym_u234f = 112, anon_sym_fall = 113, - anon_sym_37 = 114, + anon_sym_u2356 = 114, anon_sym_where = 115, - anon_sym_38 = 116, + anon_sym_u229a = 116, anon_sym_classify = 117, - anon_sym_39 = 118, + anon_sym_u229b = 118, anon_sym_deduplicate = 119, - anon_sym_40 = 120, + anon_sym_u25f4 = 120, anon_sym_box = 121, - anon_sym_41 = 122, + anon_sym_u25a1 = 122, anon_sym_match = 123, - anon_sym_42 = 124, + anon_sym_u224d = 124, anon_sym_couple = 125, - anon_sym_43 = 126, + anon_sym_u229f = 126, anon_sym_join = 127, - anon_sym_44 = 128, + anon_sym_u2282 = 128, anon_sym_select = 129, - anon_sym_45 = 130, + anon_sym_u228f = 130, anon_sym_pick = 131, - anon_sym_46 = 132, + anon_sym_u22a1 = 132, anon_sym_reshape = 133, - anon_sym_47 = 134, + anon_sym_u21af = 134, anon_sym_take = 135, - anon_sym_48 = 136, + anon_sym_u2199 = 136, anon_sym_drop = 137, - anon_sym_49 = 138, + anon_sym_u2198 = 138, anon_sym_rotate = 139, - anon_sym_50 = 140, + anon_sym_u21bb = 140, anon_sym_windows = 141, - anon_sym_51 = 142, + anon_sym_u25eb = 142, anon_sym_keep = 143, - anon_sym_52 = 144, + anon_sym_u25bd = 144, anon_sym_find = 145, - anon_sym_53 = 146, + anon_sym_u2315 = 146, anon_sym_member = 147, - anon_sym_54 = 148, + anon_sym_u220a = 148, anon_sym_indexof = 149, - anon_sym_55 = 150, + anon_sym_u2297 = 150, anon_sym_assert = 151, - anon_sym_56 = 152, + anon_sym_u2364 = 152, anon_sym_wait = 153, anon_sym_parse = 154, - anon_sym_57 = 155, + anon_sym_u22d5 = 155, anon_sym_random = 156, - anon_sym_58 = 157, + anon_sym_u2682 = 157, anon_sym_gen = 158, anon_sym_deal = 159, anon_sym_tag = 160, anon_sym_now = 161, anon_sym_type = 162, - anon_sym_59 = 163, + anon_sym_u2e2e = 163, anon_sym_dump = 164, anon_sym_regex = 165, anon_sym_utf = 166, @@ -195,115 +195,123 @@ enum { anon_sym_recv = 168, anon_sym_tryrecv = 169, anon_sym_complex = 170, - anon_sym_60 = 171, + anon_sym_u2102 = 171, anon_sym_rerank = 172, - anon_sym_61 = 173, + anon_sym_u2607 = 173, anon_sym_fix = 174, - anon_sym_62 = 175, + anon_sym_u00a4 = 175, anon_sym_QMARK = 176, anon_sym_unique = 177, - anon_sym_63 = 178, + anon_sym_u25f0 = 178, anon_sym_map = 179, anon_sym_has = 180, anon_sym_get = 181, anon_sym_insert = 182, anon_sym_remove = 183, - anon_sym_reduce = 184, - anon_sym_SLASH = 185, - anon_sym_scan = 186, - anon_sym_BSLASH = 187, - anon_sym_each = 188, - anon_sym_64 = 189, - anon_sym_rows = 190, - anon_sym_65 = 191, - anon_sym_repeat = 192, - anon_sym_66 = 193, - anon_sym_dip = 194, - anon_sym_67 = 195, - anon_sym_gap = 196, - anon_sym_68 = 197, - anon_sym_spawn = 198, - anon_sym_rectify = 199, - anon_sym_69 = 200, - anon_sym_this = 201, - anon_sym_70 = 202, - anon_sym_recur = 203, - anon_sym_71 = 204, - anon_sym_un = 205, - anon_sym_72 = 206, - anon_sym_content = 207, - anon_sym_73 = 208, - anon_sym_bind = 209, - anon_sym_fold = 210, - anon_sym_74 = 211, - anon_sym_table = 212, - anon_sym_75 = 213, - anon_sym_group = 214, - anon_sym_76 = 215, - anon_sym_partition = 216, - anon_sym_77 = 217, - anon_sym_both = 218, - anon_sym_78 = 219, - anon_sym_bracket = 220, - anon_sym_79 = 221, - anon_sym_fork = 222, - anon_sym_80 = 223, - anon_sym_under = 224, - anon_sym_81 = 225, - anon_sym_fill = 226, - anon_sym_82 = 227, - anon_sym_try = 228, - anon_sym_83 = 229, - anon_sym_do = 230, - anon_sym_84 = 231, - anon_sym_all = 232, - anon_sym_85 = 233, - anon_sym_setinv = 234, - anon_sym_setunder = 235, - anon_sym_86 = 236, - anon_sym_87 = 237, - anon_sym_88 = 238, - anon_sym_89 = 239, - anon_sym_90 = 240, - anon_sym_91 = 241, - anon_sym_92 = 242, - anon_sym_93 = 243, - anon_sym_unpack = 244, - anon_sym_94 = 245, - anon_sym_95 = 246, - anon_sym_cross = 247, - anon_sym_96 = 248, - anon_sym_SEMI = 249, - sym_emptyMultiLineString = 250, - sym__endOfLine = 251, - sym_source_file = 252, - sym_PROGRAM = 253, - sym_binding = 254, - sym_module = 255, - sym_segment = 256, - sym_term = 257, - sym_inlineFunction = 258, - sym_switchFunctions = 259, - sym_array = 260, - sym_number = 261, - sym_otherConstant = 262, - sym_character = 263, - sym_signature = 264, - sym_placeHolder = 265, - sym_formatter = 266, - sym_branchSeparator = 267, - sym_compound = 268, - sym_primitive = 269, - sym_constant = 270, - sym_function = 271, - sym_modifier1 = 272, - sym_modifier2 = 273, - sym_deprecated = 274, - aux_sym_PROGRAM_repeat1 = 275, - aux_sym_module_repeat1 = 276, - aux_sym_switchFunctions_repeat1 = 277, - aux_sym_array_repeat1 = 278, - aux_sym_array_repeat2 = 279, + anon_sym_repr = 184, + anon_sym_reduce = 185, + anon_sym_SLASH = 186, + anon_sym_scan = 187, + anon_sym_BSLASH = 188, + anon_sym_each = 189, + anon_sym_u2235 = 190, + anon_sym_rows = 191, + anon_sym_u2261 = 192, + anon_sym_repeat = 193, + anon_sym_u2365 = 194, + anon_sym_dip = 195, + anon_sym_u2299 = 196, + anon_sym_gap = 197, + anon_sym_u22c5 = 198, + anon_sym_spawn = 199, + anon_sym_rectify = 200, + anon_sym_u2305 = 201, + anon_sym_un = 202, + anon_sym_u00b0 = 203, + anon_sym_bind = 204, + anon_sym_on = 205, + anon_sym_u27dc = 206, + anon_sym_inventory = 207, + anon_sym_u235a = 208, + anon_sym_content = 209, + anon_sym_u25c7 = 210, + anon_sym_pool = 211, + anon_sym_stringify = 212, + anon_sym_signature = 213, + anon_sym_shapes = 214, + anon_sym_types = 215, + anon_sym_fold = 216, + anon_sym_u2227 = 217, + anon_sym_table = 218, + anon_sym_u229e = 219, + anon_sym_group = 220, + anon_sym_u2295 = 221, + anon_sym_partition = 222, + anon_sym_u229c = 223, + anon_sym_both = 224, + anon_sym_u2229 = 225, + anon_sym_bracket = 226, + anon_sym_u2293 = 227, + anon_sym_fork = 228, + anon_sym_u2283 = 229, + anon_sym_under = 230, + anon_sym_u235c = 231, + anon_sym_fill = 232, + anon_sym_u2b1a = 233, + anon_sym_try = 234, + anon_sym_u2363 = 235, + anon_sym_do = 236, + anon_sym_u2362 = 237, + anon_sym_setinv = 238, + anon_sym_setunder = 239, + anon_sym_f = 240, + anon_sym_u2765 = 241, + anon_sym_u2192 = 242, + anon_sym_u2237 = 243, + anon_sym_u00b7 = 244, + anon_sym_u235b = 245, + anon_sym_u2302 = 246, + anon_sym_u21b0 = 247, + anon_sym_unpack = 248, + anon_sym_u2290 = 249, + anon_sym_u229d = 250, + anon_sym_cross = 251, + anon_sym_u22a0 = 252, + anon_sym_SEMI = 253, + anon_sym_u21ac = 254, + anon_sym_u21ab = 255, + anon_sym_all = 256, + anon_sym_u22d4 = 257, + sym_emptyMultiLineString = 258, + sym__endOfLine = 259, + sym_source_file = 260, + sym_PROGRAM = 261, + sym_binding = 262, + sym_module = 263, + sym_segment = 264, + sym_term = 265, + sym_inlineFunction = 266, + sym_switchFunctions = 267, + sym_array = 268, + sym_number = 269, + sym_otherConstant = 270, + sym_character = 271, + sym_signature = 272, + sym_placeHolder = 273, + sym_formatter = 274, + sym_branchSeparator = 275, + sym_compound = 276, + sym_primitive = 277, + sym_constant = 278, + sym_function = 279, + sym_modifier1 = 280, + sym_modifier2 = 281, + sym_deprecated = 282, + aux_sym_PROGRAM_repeat1 = 283, + aux_sym_module_repeat1 = 284, + aux_sym_switchFunctions_repeat1 = 285, + aux_sym_array_repeat1 = 286, + aux_sym_array_repeat2 = 287, }; static const char * const ts_symbol_names[] = { @@ -317,7 +325,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_PllExt] = "PllExt", [anon_sym_Sep] = "Sep", [anon_sym_NUmProcs] = "NUmProcs", - [anon_sym_] = "⍼", + [anon_sym_u237c] = "\u237c", [aux_sym_character_token1] = "character_token1", [sym_string] = "string", [sym_multiLineString] = "multiLineString", @@ -339,138 +347,138 @@ static const char * const ts_symbol_names[] = { [anon_sym_CARET] = "^", [anon_sym_SQUOTE] = "'", [anon_sym_SQUOTE_SQUOTE] = "''", + [anon_sym_e] = "e", + [anon_sym_NaN] = "NaN", + [anon_sym_NumProcs] = "NumProcs", [anon_sym_eta] = "eta", - [anon_sym_2] = "η", + [anon_sym_u03b7] = "\u03b7", [anon_sym_pi] = "pi", - [anon_sym_3] = "π", + [anon_sym_u03c0] = "\u03c0", [anon_sym_tau] = "tau", - [anon_sym_4] = "τ", + [anon_sym_u03c4] = "\u03c4", [anon_sym_infinity] = "infinity", - [anon_sym_5] = "∞", - [anon_sym_e] = "e", - [anon_sym_NaN] = "NaN", - [anon_sym_NumProcs] = "NumProcs", + [anon_sym_u221e] = "\u221e", [anon_sym_DOT] = ".", [anon_sym_COMMA] = ",", [anon_sym_COLON] = ":", - [anon_sym_6] = "◌", + [anon_sym_u25cc] = "\u25cc", [anon_sym_identity] = "identity", [anon_sym_id] = "id", - [anon_sym_7] = "∘", + [anon_sym_u2218] = "\u2218", [anon_sym_not] = "not", - [anon_sym_8] = "¬", + [anon_sym_u00ac] = "\u00ac", [anon_sym_sign] = "sign", - [anon_sym_9] = "±", + [anon_sym_u00b1] = "\u00b1", [anon_sym_BQUOTE] = "`", - [anon_sym_10] = "¯", + [anon_sym_u00af] = "\u00af", [anon_sym_absolutevalue] = "absolute value", - [anon_sym_11] = "⌵", + [anon_sym_u2335] = "\u2335", [anon_sym_sqrt] = "sqrt", - [anon_sym_12] = "√", + [anon_sym_u221a] = "\u221a", [anon_sym_sine] = "sine", - [anon_sym_13] = "○", + [anon_sym_u25cb] = "\u25cb", [anon_sym_floor] = "floor", - [anon_sym_14] = "⌊", + [anon_sym_u230a] = "\u230a", [anon_sym_ceiling] = "ceiling", - [anon_sym_15] = "⌈", + [anon_sym_u2308] = "\u2308", [anon_sym_round] = "round", - [anon_sym_16] = "⁅", + [anon_sym_u2045] = "\u2045", [anon_sym_EQ] = "=", [anon_sym_BANG_EQ] = "!=", - [anon_sym_17] = "≠", + [anon_sym_u2260] = "\u2260", [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", - [anon_sym_18] = "≤", + [anon_sym_u2264] = "\u2264", [anon_sym_GT] = ">", [anon_sym_GT_EQ] = ">=", - [anon_sym_19] = "≥", + [anon_sym_u2265] = "\u2265", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [anon_sym_STAR] = "*", - [anon_sym_20] = "×", + [anon_sym_u00d7] = "\u00d7", [anon_sym_PERCENT] = "%", - [anon_sym_21] = "÷", + [anon_sym_u00f7] = "\u00f7", [anon_sym_modulus] = "modulus", - [anon_sym_22] = "◿", + [anon_sym_u25ff] = "\u25ff", [anon_sym_power] = "power", - [anon_sym_23] = "ⁿ", + [anon_sym_u207f] = "\u207f", [anon_sym_logarithm] = "logarithm", - [anon_sym_24] = "ₙ", + [anon_sym_u2099] = "\u2099", [anon_sym_minimum] = "minimum", - [anon_sym_25] = "↧", + [anon_sym_u21a7] = "\u21a7", [anon_sym_maximum] = "maximum", - [anon_sym_26] = "↥", + [anon_sym_u21a5] = "\u21a5", [anon_sym_atangent] = "atangent", - [anon_sym_27] = "∠", + [anon_sym_u2220] = "\u2220", [anon_sym_length] = "length", - [anon_sym_28] = "⧻", + [anon_sym_u29fb] = "\u29fb", [anon_sym_shape] = "shape", - [anon_sym_29] = "△", + [anon_sym_u25b3] = "\u25b3", [anon_sym_range] = "range", - [anon_sym_30] = "⇡", + [anon_sym_u21e1] = "\u21e1", [anon_sym_first] = "first", - [anon_sym_31] = "⊢", + [anon_sym_u22a2] = "\u22a2", [anon_sym_reverse] = "reverse", - [anon_sym_32] = "⇌", + [anon_sym_u21cc] = "\u21cc", [anon_sym_deshape] = "deshape", - [anon_sym_33] = "♭", + [anon_sym_u266d] = "\u266d", [anon_sym_bits] = "bits", - [anon_sym_34] = "⋯", + [anon_sym_u22ef] = "\u22ef", [anon_sym_transpose] = "transpose", - [anon_sym_35] = "⍉", + [anon_sym_u2349] = "\u2349", [anon_sym_rise] = "rise", - [anon_sym_36] = "⍏", + [anon_sym_u234f] = "\u234f", [anon_sym_fall] = "fall", - [anon_sym_37] = "⍖", + [anon_sym_u2356] = "\u2356", [anon_sym_where] = "where", - [anon_sym_38] = "⊚", + [anon_sym_u229a] = "\u229a", [anon_sym_classify] = "classify", - [anon_sym_39] = "⊛", + [anon_sym_u229b] = "\u229b", [anon_sym_deduplicate] = "deduplicate", - [anon_sym_40] = "◴", + [anon_sym_u25f4] = "\u25f4", [anon_sym_box] = "box", - [anon_sym_41] = "□", + [anon_sym_u25a1] = "\u25a1", [anon_sym_match] = "match", - [anon_sym_42] = "≍", + [anon_sym_u224d] = "\u224d", [anon_sym_couple] = "couple", - [anon_sym_43] = "⊟", + [anon_sym_u229f] = "\u229f", [anon_sym_join] = "join", - [anon_sym_44] = "⊂", + [anon_sym_u2282] = "\u2282", [anon_sym_select] = "select", - [anon_sym_45] = "⊏", + [anon_sym_u228f] = "\u228f", [anon_sym_pick] = "pick", - [anon_sym_46] = "⊡", + [anon_sym_u22a1] = "\u22a1", [anon_sym_reshape] = "reshape", - [anon_sym_47] = "↯", + [anon_sym_u21af] = "\u21af", [anon_sym_take] = "take", - [anon_sym_48] = "↙", + [anon_sym_u2199] = "\u2199", [anon_sym_drop] = "drop", - [anon_sym_49] = "↘", + [anon_sym_u2198] = "\u2198", [anon_sym_rotate] = "rotate", - [anon_sym_50] = "↻", + [anon_sym_u21bb] = "\u21bb", [anon_sym_windows] = "windows", - [anon_sym_51] = "◫", + [anon_sym_u25eb] = "\u25eb", [anon_sym_keep] = "keep", - [anon_sym_52] = "▽", + [anon_sym_u25bd] = "\u25bd", [anon_sym_find] = "find", - [anon_sym_53] = "⌕", + [anon_sym_u2315] = "\u2315", [anon_sym_member] = "member", - [anon_sym_54] = "∊", + [anon_sym_u220a] = "\u220a", [anon_sym_indexof] = "indexof", - [anon_sym_55] = "⊗", + [anon_sym_u2297] = "\u2297", [anon_sym_assert] = "assert", - [anon_sym_56] = "⍤", + [anon_sym_u2364] = "\u2364", [anon_sym_wait] = "wait", [anon_sym_parse] = "parse", - [anon_sym_57] = "⋕", + [anon_sym_u22d5] = "\u22d5", [anon_sym_random] = "random", - [anon_sym_58] = "⚂", + [anon_sym_u2682] = "\u2682", [anon_sym_gen] = "gen", [anon_sym_deal] = "deal", [anon_sym_tag] = "tag", [anon_sym_now] = "now", [anon_sym_type] = "type", - [anon_sym_59] = "⸮", + [anon_sym_u2e2e] = "\u2e2e", [anon_sym_dump] = "dump", [anon_sym_regex] = "regex", [anon_sym_utf] = "utf", @@ -478,85 +486,93 @@ static const char * const ts_symbol_names[] = { [anon_sym_recv] = "recv", [anon_sym_tryrecv] = "tryrecv", [anon_sym_complex] = "complex", - [anon_sym_60] = "ℂ", + [anon_sym_u2102] = "\u2102", [anon_sym_rerank] = "rerank", - [anon_sym_61] = "☇", + [anon_sym_u2607] = "\u2607", [anon_sym_fix] = "fix", - [anon_sym_62] = "¤", + [anon_sym_u00a4] = "\u00a4", [anon_sym_QMARK] = "\?", [anon_sym_unique] = "unique", - [anon_sym_63] = "◰", + [anon_sym_u25f0] = "\u25f0", [anon_sym_map] = "map", [anon_sym_has] = "has", [anon_sym_get] = "get", [anon_sym_insert] = "insert", [anon_sym_remove] = "remove", + [anon_sym_repr] = "repr", [anon_sym_reduce] = "reduce", [anon_sym_SLASH] = "/", [anon_sym_scan] = "scan", [anon_sym_BSLASH] = "\\", [anon_sym_each] = "each", - [anon_sym_64] = "∵", + [anon_sym_u2235] = "\u2235", [anon_sym_rows] = "rows", - [anon_sym_65] = "≡", + [anon_sym_u2261] = "\u2261", [anon_sym_repeat] = "repeat", - [anon_sym_66] = "⍥", + [anon_sym_u2365] = "\u2365", [anon_sym_dip] = "dip", - [anon_sym_67] = "⊙", + [anon_sym_u2299] = "\u2299", [anon_sym_gap] = "gap", - [anon_sym_68] = "⋅", + [anon_sym_u22c5] = "\u22c5", [anon_sym_spawn] = "spawn", [anon_sym_rectify] = "rectify", - [anon_sym_69] = "⌅", - [anon_sym_this] = "this", - [anon_sym_70] = "↬", - [anon_sym_recur] = "recur", - [anon_sym_71] = "↫", + [anon_sym_u2305] = "\u2305", [anon_sym_un] = "un", - [anon_sym_72] = "°", - [anon_sym_content] = "content", - [anon_sym_73] = "⊔", + [anon_sym_u00b0] = "\u00b0", [anon_sym_bind] = "bind", + [anon_sym_on] = "on", + [anon_sym_u27dc] = "\u27dc", + [anon_sym_inventory] = "inventory", + [anon_sym_u235a] = "\u235a", + [anon_sym_content] = "content", + [anon_sym_u25c7] = "\u25c7", + [anon_sym_pool] = "pool", + [anon_sym_stringify] = "stringify", + [anon_sym_signature] = "signature", + [anon_sym_shapes] = "shapes", + [anon_sym_types] = "types", [anon_sym_fold] = "fold", - [anon_sym_74] = "∧", + [anon_sym_u2227] = "\u2227", [anon_sym_table] = "table", - [anon_sym_75] = "⊞", + [anon_sym_u229e] = "\u229e", [anon_sym_group] = "group", - [anon_sym_76] = "⊕", + [anon_sym_u2295] = "\u2295", [anon_sym_partition] = "partition", - [anon_sym_77] = "⊜", + [anon_sym_u229c] = "\u229c", [anon_sym_both] = "both", - [anon_sym_78] = "∩", + [anon_sym_u2229] = "\u2229", [anon_sym_bracket] = "bracket", - [anon_sym_79] = "⊓", + [anon_sym_u2293] = "\u2293", [anon_sym_fork] = "fork", - [anon_sym_80] = "⊃", + [anon_sym_u2283] = "\u2283", [anon_sym_under] = "under", - [anon_sym_81] = "⍜", + [anon_sym_u235c] = "\u235c", [anon_sym_fill] = "fill", - [anon_sym_82] = "⬚", + [anon_sym_u2b1a] = "\u2b1a", [anon_sym_try] = "try", - [anon_sym_83] = "⍣", + [anon_sym_u2363] = "\u2363", [anon_sym_do] = "do", - [anon_sym_84] = "⍢", - [anon_sym_all] = "all", - [anon_sym_85] = "⋔", + [anon_sym_u2362] = "\u2362", [anon_sym_setinv] = "setinv", [anon_sym_setunder] = "setunder", - [anon_sym_86] = "❥", - [anon_sym_87] = "→", - [anon_sym_88] = "∷", - [anon_sym_89] = "·", - [anon_sym_90] = "⍛", - [anon_sym_91] = "⌂", - [anon_sym_92] = "↰", - [anon_sym_93] = "⟜", + [anon_sym_f] = "f", + [anon_sym_u2765] = "\u2765", + [anon_sym_u2192] = "\u2192", + [anon_sym_u2237] = "\u2237", + [anon_sym_u00b7] = "\u00b7", + [anon_sym_u235b] = "\u235b", + [anon_sym_u2302] = "\u2302", + [anon_sym_u21b0] = "\u21b0", [anon_sym_unpack] = "unpack", - [anon_sym_94] = "⊐", - [anon_sym_95] = "⊝", + [anon_sym_u2290] = "\u2290", + [anon_sym_u229d] = "\u229d", [anon_sym_cross] = "cross", - [anon_sym_96] = "⊠", + [anon_sym_u22a0] = "\u22a0", [anon_sym_SEMI] = ";", + [anon_sym_u21ac] = "\u21ac", + [anon_sym_u21ab] = "\u21ab", + [anon_sym_all] = "all", + [anon_sym_u22d4] = "\u22d4", [sym_emptyMultiLineString] = "emptyMultiLineString", [sym__endOfLine] = "_endOfLine", [sym_source_file] = "source_file", @@ -600,7 +616,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_PllExt] = anon_sym_PllExt, [anon_sym_Sep] = anon_sym_Sep, [anon_sym_NUmProcs] = anon_sym_NUmProcs, - [anon_sym_] = anon_sym_, + [anon_sym_u237c] = anon_sym_u237c, [aux_sym_character_token1] = aux_sym_character_token1, [sym_string] = sym_string, [sym_multiLineString] = sym_multiLineString, @@ -622,138 +638,138 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_CARET] = anon_sym_CARET, [anon_sym_SQUOTE] = anon_sym_SQUOTE, [anon_sym_SQUOTE_SQUOTE] = anon_sym_SQUOTE_SQUOTE, + [anon_sym_e] = anon_sym_e, + [anon_sym_NaN] = anon_sym_NaN, + [anon_sym_NumProcs] = anon_sym_NumProcs, [anon_sym_eta] = anon_sym_eta, - [anon_sym_2] = anon_sym_2, + [anon_sym_u03b7] = anon_sym_u03b7, [anon_sym_pi] = anon_sym_pi, - [anon_sym_3] = anon_sym_3, + [anon_sym_u03c0] = anon_sym_u03c0, [anon_sym_tau] = anon_sym_tau, - [anon_sym_4] = anon_sym_4, + [anon_sym_u03c4] = anon_sym_u03c4, [anon_sym_infinity] = anon_sym_infinity, - [anon_sym_5] = anon_sym_5, - [anon_sym_e] = anon_sym_e, - [anon_sym_NaN] = anon_sym_NaN, - [anon_sym_NumProcs] = anon_sym_NumProcs, + [anon_sym_u221e] = anon_sym_u221e, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_COLON] = anon_sym_COLON, - [anon_sym_6] = anon_sym_6, + [anon_sym_u25cc] = anon_sym_u25cc, [anon_sym_identity] = anon_sym_identity, [anon_sym_id] = anon_sym_id, - [anon_sym_7] = anon_sym_7, + [anon_sym_u2218] = anon_sym_u2218, [anon_sym_not] = anon_sym_not, - [anon_sym_8] = anon_sym_8, + [anon_sym_u00ac] = anon_sym_u00ac, [anon_sym_sign] = anon_sym_sign, - [anon_sym_9] = anon_sym_9, + [anon_sym_u00b1] = anon_sym_u00b1, [anon_sym_BQUOTE] = anon_sym_BQUOTE, - [anon_sym_10] = anon_sym_10, + [anon_sym_u00af] = anon_sym_u00af, [anon_sym_absolutevalue] = anon_sym_absolutevalue, - [anon_sym_11] = anon_sym_11, + [anon_sym_u2335] = anon_sym_u2335, [anon_sym_sqrt] = anon_sym_sqrt, - [anon_sym_12] = anon_sym_12, + [anon_sym_u221a] = anon_sym_u221a, [anon_sym_sine] = anon_sym_sine, - [anon_sym_13] = anon_sym_13, + [anon_sym_u25cb] = anon_sym_u25cb, [anon_sym_floor] = anon_sym_floor, - [anon_sym_14] = anon_sym_14, + [anon_sym_u230a] = anon_sym_u230a, [anon_sym_ceiling] = anon_sym_ceiling, - [anon_sym_15] = anon_sym_15, + [anon_sym_u2308] = anon_sym_u2308, [anon_sym_round] = anon_sym_round, - [anon_sym_16] = anon_sym_16, + [anon_sym_u2045] = anon_sym_u2045, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, - [anon_sym_17] = anon_sym_17, + [anon_sym_u2260] = anon_sym_u2260, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, - [anon_sym_18] = anon_sym_18, + [anon_sym_u2264] = anon_sym_u2264, [anon_sym_GT] = anon_sym_GT, [anon_sym_GT_EQ] = anon_sym_GT_EQ, - [anon_sym_19] = anon_sym_19, + [anon_sym_u2265] = anon_sym_u2265, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_STAR] = anon_sym_STAR, - [anon_sym_20] = anon_sym_20, + [anon_sym_u00d7] = anon_sym_u00d7, [anon_sym_PERCENT] = anon_sym_PERCENT, - [anon_sym_21] = anon_sym_21, + [anon_sym_u00f7] = anon_sym_u00f7, [anon_sym_modulus] = anon_sym_modulus, - [anon_sym_22] = anon_sym_22, + [anon_sym_u25ff] = anon_sym_u25ff, [anon_sym_power] = anon_sym_power, - [anon_sym_23] = anon_sym_23, + [anon_sym_u207f] = anon_sym_u207f, [anon_sym_logarithm] = anon_sym_logarithm, - [anon_sym_24] = anon_sym_24, + [anon_sym_u2099] = anon_sym_u2099, [anon_sym_minimum] = anon_sym_minimum, - [anon_sym_25] = anon_sym_25, + [anon_sym_u21a7] = anon_sym_u21a7, [anon_sym_maximum] = anon_sym_maximum, - [anon_sym_26] = anon_sym_26, + [anon_sym_u21a5] = anon_sym_u21a5, [anon_sym_atangent] = anon_sym_atangent, - [anon_sym_27] = anon_sym_27, + [anon_sym_u2220] = anon_sym_u2220, [anon_sym_length] = anon_sym_length, - [anon_sym_28] = anon_sym_28, + [anon_sym_u29fb] = anon_sym_u29fb, [anon_sym_shape] = anon_sym_shape, - [anon_sym_29] = anon_sym_29, + [anon_sym_u25b3] = anon_sym_u25b3, [anon_sym_range] = anon_sym_range, - [anon_sym_30] = anon_sym_30, + [anon_sym_u21e1] = anon_sym_u21e1, [anon_sym_first] = anon_sym_first, - [anon_sym_31] = anon_sym_31, + [anon_sym_u22a2] = anon_sym_u22a2, [anon_sym_reverse] = anon_sym_reverse, - [anon_sym_32] = anon_sym_32, + [anon_sym_u21cc] = anon_sym_u21cc, [anon_sym_deshape] = anon_sym_deshape, - [anon_sym_33] = anon_sym_33, + [anon_sym_u266d] = anon_sym_u266d, [anon_sym_bits] = anon_sym_bits, - [anon_sym_34] = anon_sym_34, + [anon_sym_u22ef] = anon_sym_u22ef, [anon_sym_transpose] = anon_sym_transpose, - [anon_sym_35] = anon_sym_35, + [anon_sym_u2349] = anon_sym_u2349, [anon_sym_rise] = anon_sym_rise, - [anon_sym_36] = anon_sym_36, + [anon_sym_u234f] = anon_sym_u234f, [anon_sym_fall] = anon_sym_fall, - [anon_sym_37] = anon_sym_37, + [anon_sym_u2356] = anon_sym_u2356, [anon_sym_where] = anon_sym_where, - [anon_sym_38] = anon_sym_38, + [anon_sym_u229a] = anon_sym_u229a, [anon_sym_classify] = anon_sym_classify, - [anon_sym_39] = anon_sym_39, + [anon_sym_u229b] = anon_sym_u229b, [anon_sym_deduplicate] = anon_sym_deduplicate, - [anon_sym_40] = anon_sym_40, + [anon_sym_u25f4] = anon_sym_u25f4, [anon_sym_box] = anon_sym_box, - [anon_sym_41] = anon_sym_41, + [anon_sym_u25a1] = anon_sym_u25a1, [anon_sym_match] = anon_sym_match, - [anon_sym_42] = anon_sym_42, + [anon_sym_u224d] = anon_sym_u224d, [anon_sym_couple] = anon_sym_couple, - [anon_sym_43] = anon_sym_43, + [anon_sym_u229f] = anon_sym_u229f, [anon_sym_join] = anon_sym_join, - [anon_sym_44] = anon_sym_44, + [anon_sym_u2282] = anon_sym_u2282, [anon_sym_select] = anon_sym_select, - [anon_sym_45] = anon_sym_45, + [anon_sym_u228f] = anon_sym_u228f, [anon_sym_pick] = anon_sym_pick, - [anon_sym_46] = anon_sym_46, + [anon_sym_u22a1] = anon_sym_u22a1, [anon_sym_reshape] = anon_sym_reshape, - [anon_sym_47] = anon_sym_47, + [anon_sym_u21af] = anon_sym_u21af, [anon_sym_take] = anon_sym_take, - [anon_sym_48] = anon_sym_48, + [anon_sym_u2199] = anon_sym_u2199, [anon_sym_drop] = anon_sym_drop, - [anon_sym_49] = anon_sym_49, + [anon_sym_u2198] = anon_sym_u2198, [anon_sym_rotate] = anon_sym_rotate, - [anon_sym_50] = anon_sym_50, + [anon_sym_u21bb] = anon_sym_u21bb, [anon_sym_windows] = anon_sym_windows, - [anon_sym_51] = anon_sym_51, + [anon_sym_u25eb] = anon_sym_u25eb, [anon_sym_keep] = anon_sym_keep, - [anon_sym_52] = anon_sym_52, + [anon_sym_u25bd] = anon_sym_u25bd, [anon_sym_find] = anon_sym_find, - [anon_sym_53] = anon_sym_53, + [anon_sym_u2315] = anon_sym_u2315, [anon_sym_member] = anon_sym_member, - [anon_sym_54] = anon_sym_54, + [anon_sym_u220a] = anon_sym_u220a, [anon_sym_indexof] = anon_sym_indexof, - [anon_sym_55] = anon_sym_55, + [anon_sym_u2297] = anon_sym_u2297, [anon_sym_assert] = anon_sym_assert, - [anon_sym_56] = anon_sym_56, + [anon_sym_u2364] = anon_sym_u2364, [anon_sym_wait] = anon_sym_wait, [anon_sym_parse] = anon_sym_parse, - [anon_sym_57] = anon_sym_57, + [anon_sym_u22d5] = anon_sym_u22d5, [anon_sym_random] = anon_sym_random, - [anon_sym_58] = anon_sym_58, + [anon_sym_u2682] = anon_sym_u2682, [anon_sym_gen] = anon_sym_gen, [anon_sym_deal] = anon_sym_deal, [anon_sym_tag] = anon_sym_tag, [anon_sym_now] = anon_sym_now, [anon_sym_type] = anon_sym_type, - [anon_sym_59] = anon_sym_59, + [anon_sym_u2e2e] = anon_sym_u2e2e, [anon_sym_dump] = anon_sym_dump, [anon_sym_regex] = anon_sym_regex, [anon_sym_utf] = anon_sym_utf, @@ -761,85 +777,93 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_recv] = anon_sym_recv, [anon_sym_tryrecv] = anon_sym_tryrecv, [anon_sym_complex] = anon_sym_complex, - [anon_sym_60] = anon_sym_60, + [anon_sym_u2102] = anon_sym_u2102, [anon_sym_rerank] = anon_sym_rerank, - [anon_sym_61] = anon_sym_61, + [anon_sym_u2607] = anon_sym_u2607, [anon_sym_fix] = anon_sym_fix, - [anon_sym_62] = anon_sym_62, + [anon_sym_u00a4] = anon_sym_u00a4, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_unique] = anon_sym_unique, - [anon_sym_63] = anon_sym_63, + [anon_sym_u25f0] = anon_sym_u25f0, [anon_sym_map] = anon_sym_map, [anon_sym_has] = anon_sym_has, [anon_sym_get] = anon_sym_get, [anon_sym_insert] = anon_sym_insert, [anon_sym_remove] = anon_sym_remove, + [anon_sym_repr] = anon_sym_repr, [anon_sym_reduce] = anon_sym_reduce, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_scan] = anon_sym_scan, [anon_sym_BSLASH] = anon_sym_BSLASH, [anon_sym_each] = anon_sym_each, - [anon_sym_64] = anon_sym_64, + [anon_sym_u2235] = anon_sym_u2235, [anon_sym_rows] = anon_sym_rows, - [anon_sym_65] = anon_sym_65, + [anon_sym_u2261] = anon_sym_u2261, [anon_sym_repeat] = anon_sym_repeat, - [anon_sym_66] = anon_sym_66, + [anon_sym_u2365] = anon_sym_u2365, [anon_sym_dip] = anon_sym_dip, - [anon_sym_67] = anon_sym_67, + [anon_sym_u2299] = anon_sym_u2299, [anon_sym_gap] = anon_sym_gap, - [anon_sym_68] = anon_sym_68, + [anon_sym_u22c5] = anon_sym_u22c5, [anon_sym_spawn] = anon_sym_spawn, [anon_sym_rectify] = anon_sym_rectify, - [anon_sym_69] = anon_sym_69, - [anon_sym_this] = anon_sym_this, - [anon_sym_70] = anon_sym_70, - [anon_sym_recur] = anon_sym_recur, - [anon_sym_71] = anon_sym_71, + [anon_sym_u2305] = anon_sym_u2305, [anon_sym_un] = anon_sym_un, - [anon_sym_72] = anon_sym_72, - [anon_sym_content] = anon_sym_content, - [anon_sym_73] = anon_sym_73, + [anon_sym_u00b0] = anon_sym_u00b0, [anon_sym_bind] = anon_sym_bind, + [anon_sym_on] = anon_sym_on, + [anon_sym_u27dc] = anon_sym_u27dc, + [anon_sym_inventory] = anon_sym_inventory, + [anon_sym_u235a] = anon_sym_u235a, + [anon_sym_content] = anon_sym_content, + [anon_sym_u25c7] = anon_sym_u25c7, + [anon_sym_pool] = anon_sym_pool, + [anon_sym_stringify] = anon_sym_stringify, + [anon_sym_signature] = anon_sym_signature, + [anon_sym_shapes] = anon_sym_shapes, + [anon_sym_types] = anon_sym_types, [anon_sym_fold] = anon_sym_fold, - [anon_sym_74] = anon_sym_74, + [anon_sym_u2227] = anon_sym_u2227, [anon_sym_table] = anon_sym_table, - [anon_sym_75] = anon_sym_75, + [anon_sym_u229e] = anon_sym_u229e, [anon_sym_group] = anon_sym_group, - [anon_sym_76] = anon_sym_76, + [anon_sym_u2295] = anon_sym_u2295, [anon_sym_partition] = anon_sym_partition, - [anon_sym_77] = anon_sym_77, + [anon_sym_u229c] = anon_sym_u229c, [anon_sym_both] = anon_sym_both, - [anon_sym_78] = anon_sym_78, + [anon_sym_u2229] = anon_sym_u2229, [anon_sym_bracket] = anon_sym_bracket, - [anon_sym_79] = anon_sym_79, + [anon_sym_u2293] = anon_sym_u2293, [anon_sym_fork] = anon_sym_fork, - [anon_sym_80] = anon_sym_80, + [anon_sym_u2283] = anon_sym_u2283, [anon_sym_under] = anon_sym_under, - [anon_sym_81] = anon_sym_81, + [anon_sym_u235c] = anon_sym_u235c, [anon_sym_fill] = anon_sym_fill, - [anon_sym_82] = anon_sym_82, + [anon_sym_u2b1a] = anon_sym_u2b1a, [anon_sym_try] = anon_sym_try, - [anon_sym_83] = anon_sym_83, + [anon_sym_u2363] = anon_sym_u2363, [anon_sym_do] = anon_sym_do, - [anon_sym_84] = anon_sym_84, - [anon_sym_all] = anon_sym_all, - [anon_sym_85] = anon_sym_85, + [anon_sym_u2362] = anon_sym_u2362, [anon_sym_setinv] = anon_sym_setinv, [anon_sym_setunder] = anon_sym_setunder, - [anon_sym_86] = anon_sym_86, - [anon_sym_87] = anon_sym_87, - [anon_sym_88] = anon_sym_88, - [anon_sym_89] = anon_sym_89, - [anon_sym_90] = anon_sym_90, - [anon_sym_91] = anon_sym_91, - [anon_sym_92] = anon_sym_92, - [anon_sym_93] = anon_sym_93, + [anon_sym_f] = anon_sym_f, + [anon_sym_u2765] = anon_sym_u2765, + [anon_sym_u2192] = anon_sym_u2192, + [anon_sym_u2237] = anon_sym_u2237, + [anon_sym_u00b7] = anon_sym_u00b7, + [anon_sym_u235b] = anon_sym_u235b, + [anon_sym_u2302] = anon_sym_u2302, + [anon_sym_u21b0] = anon_sym_u21b0, [anon_sym_unpack] = anon_sym_unpack, - [anon_sym_94] = anon_sym_94, - [anon_sym_95] = anon_sym_95, + [anon_sym_u2290] = anon_sym_u2290, + [anon_sym_u229d] = anon_sym_u229d, [anon_sym_cross] = anon_sym_cross, - [anon_sym_96] = anon_sym_96, + [anon_sym_u22a0] = anon_sym_u22a0, [anon_sym_SEMI] = anon_sym_SEMI, + [anon_sym_u21ac] = anon_sym_u21ac, + [anon_sym_u21ab] = anon_sym_u21ab, + [anon_sym_all] = anon_sym_all, + [anon_sym_u22d4] = anon_sym_u22d4, [sym_emptyMultiLineString] = sym_emptyMultiLineString, [sym__endOfLine] = sym__endOfLine, [sym_source_file] = sym_source_file, @@ -913,7 +937,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_] = { + [anon_sym_u237c] = { .visible = true, .named = false, }, @@ -1001,47 +1025,47 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_eta] = { + [anon_sym_e] = { .visible = true, .named = false, }, - [anon_sym_2] = { + [anon_sym_NaN] = { .visible = true, .named = false, }, - [anon_sym_pi] = { + [anon_sym_NumProcs] = { .visible = true, .named = false, }, - [anon_sym_3] = { + [anon_sym_eta] = { .visible = true, .named = false, }, - [anon_sym_tau] = { + [anon_sym_u03b7] = { .visible = true, .named = false, }, - [anon_sym_4] = { + [anon_sym_pi] = { .visible = true, .named = false, }, - [anon_sym_infinity] = { + [anon_sym_u03c0] = { .visible = true, .named = false, }, - [anon_sym_5] = { + [anon_sym_tau] = { .visible = true, .named = false, }, - [anon_sym_e] = { + [anon_sym_u03c4] = { .visible = true, .named = false, }, - [anon_sym_NaN] = { + [anon_sym_infinity] = { .visible = true, .named = false, }, - [anon_sym_NumProcs] = { + [anon_sym_u221e] = { .visible = true, .named = false, }, @@ -1057,7 +1081,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_6] = { + [anon_sym_u25cc] = { .visible = true, .named = false, }, @@ -1069,7 +1093,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_7] = { + [anon_sym_u2218] = { .visible = true, .named = false, }, @@ -1077,7 +1101,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_8] = { + [anon_sym_u00ac] = { .visible = true, .named = false, }, @@ -1085,7 +1109,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_9] = { + [anon_sym_u00b1] = { .visible = true, .named = false, }, @@ -1093,7 +1117,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_10] = { + [anon_sym_u00af] = { .visible = true, .named = false, }, @@ -1101,7 +1125,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_11] = { + [anon_sym_u2335] = { .visible = true, .named = false, }, @@ -1109,7 +1133,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_12] = { + [anon_sym_u221a] = { .visible = true, .named = false, }, @@ -1117,7 +1141,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_13] = { + [anon_sym_u25cb] = { .visible = true, .named = false, }, @@ -1125,7 +1149,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_14] = { + [anon_sym_u230a] = { .visible = true, .named = false, }, @@ -1133,7 +1157,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_15] = { + [anon_sym_u2308] = { .visible = true, .named = false, }, @@ -1141,7 +1165,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_16] = { + [anon_sym_u2045] = { .visible = true, .named = false, }, @@ -1153,7 +1177,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_17] = { + [anon_sym_u2260] = { .visible = true, .named = false, }, @@ -1165,7 +1189,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_18] = { + [anon_sym_u2264] = { .visible = true, .named = false, }, @@ -1177,7 +1201,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_19] = { + [anon_sym_u2265] = { .visible = true, .named = false, }, @@ -1193,7 +1217,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_20] = { + [anon_sym_u00d7] = { .visible = true, .named = false, }, @@ -1201,7 +1225,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_21] = { + [anon_sym_u00f7] = { .visible = true, .named = false, }, @@ -1209,7 +1233,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_22] = { + [anon_sym_u25ff] = { .visible = true, .named = false, }, @@ -1217,7 +1241,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_23] = { + [anon_sym_u207f] = { .visible = true, .named = false, }, @@ -1225,7 +1249,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_24] = { + [anon_sym_u2099] = { .visible = true, .named = false, }, @@ -1233,7 +1257,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_25] = { + [anon_sym_u21a7] = { .visible = true, .named = false, }, @@ -1241,7 +1265,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_26] = { + [anon_sym_u21a5] = { .visible = true, .named = false, }, @@ -1249,7 +1273,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_27] = { + [anon_sym_u2220] = { .visible = true, .named = false, }, @@ -1257,7 +1281,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_28] = { + [anon_sym_u29fb] = { .visible = true, .named = false, }, @@ -1265,7 +1289,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_29] = { + [anon_sym_u25b3] = { .visible = true, .named = false, }, @@ -1273,7 +1297,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_30] = { + [anon_sym_u21e1] = { .visible = true, .named = false, }, @@ -1281,7 +1305,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_31] = { + [anon_sym_u22a2] = { .visible = true, .named = false, }, @@ -1289,7 +1313,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_32] = { + [anon_sym_u21cc] = { .visible = true, .named = false, }, @@ -1297,7 +1321,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_33] = { + [anon_sym_u266d] = { .visible = true, .named = false, }, @@ -1305,7 +1329,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_34] = { + [anon_sym_u22ef] = { .visible = true, .named = false, }, @@ -1313,7 +1337,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_35] = { + [anon_sym_u2349] = { .visible = true, .named = false, }, @@ -1321,7 +1345,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_36] = { + [anon_sym_u234f] = { .visible = true, .named = false, }, @@ -1329,7 +1353,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_37] = { + [anon_sym_u2356] = { .visible = true, .named = false, }, @@ -1337,7 +1361,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_38] = { + [anon_sym_u229a] = { .visible = true, .named = false, }, @@ -1345,7 +1369,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_39] = { + [anon_sym_u229b] = { .visible = true, .named = false, }, @@ -1353,7 +1377,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_40] = { + [anon_sym_u25f4] = { .visible = true, .named = false, }, @@ -1361,7 +1385,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_41] = { + [anon_sym_u25a1] = { .visible = true, .named = false, }, @@ -1369,7 +1393,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_42] = { + [anon_sym_u224d] = { .visible = true, .named = false, }, @@ -1377,7 +1401,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_43] = { + [anon_sym_u229f] = { .visible = true, .named = false, }, @@ -1385,7 +1409,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_44] = { + [anon_sym_u2282] = { .visible = true, .named = false, }, @@ -1393,7 +1417,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_45] = { + [anon_sym_u228f] = { .visible = true, .named = false, }, @@ -1401,7 +1425,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_46] = { + [anon_sym_u22a1] = { .visible = true, .named = false, }, @@ -1409,7 +1433,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_47] = { + [anon_sym_u21af] = { .visible = true, .named = false, }, @@ -1417,7 +1441,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_48] = { + [anon_sym_u2199] = { .visible = true, .named = false, }, @@ -1425,7 +1449,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_49] = { + [anon_sym_u2198] = { .visible = true, .named = false, }, @@ -1433,7 +1457,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_50] = { + [anon_sym_u21bb] = { .visible = true, .named = false, }, @@ -1441,7 +1465,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_51] = { + [anon_sym_u25eb] = { .visible = true, .named = false, }, @@ -1449,7 +1473,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_52] = { + [anon_sym_u25bd] = { .visible = true, .named = false, }, @@ -1457,7 +1481,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_53] = { + [anon_sym_u2315] = { .visible = true, .named = false, }, @@ -1465,7 +1489,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_54] = { + [anon_sym_u220a] = { .visible = true, .named = false, }, @@ -1473,7 +1497,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_55] = { + [anon_sym_u2297] = { .visible = true, .named = false, }, @@ -1481,7 +1505,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_56] = { + [anon_sym_u2364] = { .visible = true, .named = false, }, @@ -1493,7 +1517,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_57] = { + [anon_sym_u22d5] = { .visible = true, .named = false, }, @@ -1501,7 +1525,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_58] = { + [anon_sym_u2682] = { .visible = true, .named = false, }, @@ -1525,7 +1549,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_59] = { + [anon_sym_u2e2e] = { .visible = true, .named = false, }, @@ -1557,7 +1581,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_60] = { + [anon_sym_u2102] = { .visible = true, .named = false, }, @@ -1565,7 +1589,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_61] = { + [anon_sym_u2607] = { .visible = true, .named = false, }, @@ -1573,7 +1597,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_62] = { + [anon_sym_u00a4] = { .visible = true, .named = false, }, @@ -1585,7 +1609,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_63] = { + [anon_sym_u25f0] = { .visible = true, .named = false, }, @@ -1609,6 +1633,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_repr] = { + .visible = true, + .named = false, + }, [anon_sym_reduce] = { .visible = true, .named = false, @@ -1629,7 +1657,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_64] = { + [anon_sym_u2235] = { .visible = true, .named = false, }, @@ -1637,7 +1665,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_65] = { + [anon_sym_u2261] = { .visible = true, .named = false, }, @@ -1645,7 +1673,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_66] = { + [anon_sym_u2365] = { .visible = true, .named = false, }, @@ -1653,7 +1681,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_67] = { + [anon_sym_u2299] = { .visible = true, .named = false, }, @@ -1661,7 +1689,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_68] = { + [anon_sym_u22c5] = { .visible = true, .named = false, }, @@ -1673,31 +1701,35 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_69] = { + [anon_sym_u2305] = { .visible = true, .named = false, }, - [anon_sym_this] = { + [anon_sym_un] = { .visible = true, .named = false, }, - [anon_sym_70] = { + [anon_sym_u00b0] = { .visible = true, .named = false, }, - [anon_sym_recur] = { + [anon_sym_bind] = { .visible = true, .named = false, }, - [anon_sym_71] = { + [anon_sym_on] = { .visible = true, .named = false, }, - [anon_sym_un] = { + [anon_sym_u27dc] = { .visible = true, .named = false, }, - [anon_sym_72] = { + [anon_sym_inventory] = { + .visible = true, + .named = false, + }, + [anon_sym_u235a] = { .visible = true, .named = false, }, @@ -1705,11 +1737,27 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_73] = { + [anon_sym_u25c7] = { .visible = true, .named = false, }, - [anon_sym_bind] = { + [anon_sym_pool] = { + .visible = true, + .named = false, + }, + [anon_sym_stringify] = { + .visible = true, + .named = false, + }, + [anon_sym_signature] = { + .visible = true, + .named = false, + }, + [anon_sym_shapes] = { + .visible = true, + .named = false, + }, + [anon_sym_types] = { .visible = true, .named = false, }, @@ -1717,7 +1765,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_74] = { + [anon_sym_u2227] = { .visible = true, .named = false, }, @@ -1725,7 +1773,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_75] = { + [anon_sym_u229e] = { .visible = true, .named = false, }, @@ -1733,7 +1781,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_76] = { + [anon_sym_u2295] = { .visible = true, .named = false, }, @@ -1741,7 +1789,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_77] = { + [anon_sym_u229c] = { .visible = true, .named = false, }, @@ -1749,7 +1797,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_78] = { + [anon_sym_u2229] = { .visible = true, .named = false, }, @@ -1757,7 +1805,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_79] = { + [anon_sym_u2293] = { .visible = true, .named = false, }, @@ -1765,7 +1813,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_80] = { + [anon_sym_u2283] = { .visible = true, .named = false, }, @@ -1773,7 +1821,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_81] = { + [anon_sym_u235c] = { .visible = true, .named = false, }, @@ -1781,7 +1829,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_82] = { + [anon_sym_u2b1a] = { .visible = true, .named = false, }, @@ -1789,7 +1837,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_83] = { + [anon_sym_u2363] = { .visible = true, .named = false, }, @@ -1797,79 +1845,87 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_84] = { + [anon_sym_u2362] = { .visible = true, .named = false, }, - [anon_sym_all] = { + [anon_sym_setinv] = { .visible = true, .named = false, }, - [anon_sym_85] = { + [anon_sym_setunder] = { .visible = true, .named = false, }, - [anon_sym_setinv] = { + [anon_sym_f] = { .visible = true, .named = false, }, - [anon_sym_setunder] = { + [anon_sym_u2765] = { .visible = true, .named = false, }, - [anon_sym_86] = { + [anon_sym_u2192] = { .visible = true, .named = false, }, - [anon_sym_87] = { + [anon_sym_u2237] = { .visible = true, .named = false, }, - [anon_sym_88] = { + [anon_sym_u00b7] = { .visible = true, .named = false, }, - [anon_sym_89] = { + [anon_sym_u235b] = { .visible = true, .named = false, }, - [anon_sym_90] = { + [anon_sym_u2302] = { .visible = true, .named = false, }, - [anon_sym_91] = { + [anon_sym_u21b0] = { .visible = true, .named = false, }, - [anon_sym_92] = { + [anon_sym_unpack] = { .visible = true, .named = false, }, - [anon_sym_93] = { + [anon_sym_u2290] = { .visible = true, .named = false, }, - [anon_sym_unpack] = { + [anon_sym_u229d] = { + .visible = true, + .named = false, + }, + [anon_sym_cross] = { .visible = true, .named = false, }, - [anon_sym_94] = { + [anon_sym_u22a0] = { .visible = true, .named = false, }, - [anon_sym_95] = { + [anon_sym_SEMI] = { .visible = true, .named = false, }, - [anon_sym_cross] = { + [anon_sym_u21ac] = { .visible = true, .named = false, }, - [anon_sym_96] = { + [anon_sym_u21ab] = { .visible = true, .named = false, }, - [anon_sym_SEMI] = { + [anon_sym_all] = { + .visible = true, + .named = false, + }, + [anon_sym_u22d4] = { .visible = true, .named = false, }, @@ -2152,30 +2208,30 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [145] = 93, [146] = 146, [147] = 147, - [148] = 148, + [148] = 147, [149] = 149, - [150] = 148, + [150] = 147, [151] = 151, - [152] = 148, - [153] = 151, - [154] = 149, + [152] = 147, + [153] = 153, + [154] = 151, [155] = 149, [156] = 151, - [157] = 157, + [157] = 151, [158] = 151, [159] = 159, - [160] = 151, + [160] = 160, [161] = 149, - [162] = 148, + [162] = 147, [163] = 163, [164] = 149, - [165] = 148, + [165] = 149, [166] = 166, [167] = 167, [168] = 168, [169] = 167, - [170] = 82, - [171] = 84, + [170] = 84, + [171] = 82, [172] = 83, [173] = 100, [174] = 99, @@ -2610,3765 +2666,3861 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(223); - if (lookahead == '\n') ADVANCE(739); + if (eof) ADVANCE(238); + if (lookahead == '\n') ADVANCE(766); if (lookahead == '\r') ADVANCE(1); if (lookahead == '!') ADVANCE(10); if (lookahead == '"') ADVANCE(7); - if (lookahead == '#') ADVANCE(424); + if (lookahead == '#') ADVANCE(438); if (lookahead == '$') ADVANCE(4); - if (lookahead == '%') ADVANCE(569); - if (lookahead == '&') ADVANCE(219); - if (lookahead == '\'') ADVANCE(514); - if (lookahead == '(') ADVANCE(505); - if (lookahead == ')') ADVANCE(506); - if (lookahead == '*') ADVANCE(567); - if (lookahead == '+') ADVANCE(564); - if (lookahead == ',') ADVANCE(528); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '.') ADVANCE(527); - if (lookahead == '/') ADVANCE(673); - if (lookahead == ':') ADVANCE(529); - if (lookahead == ';') ADVANCE(737); - if (lookahead == '<') ADVANCE(558); - if (lookahead == '=') ADVANCE(555); - if (lookahead == '>') ADVANCE(561); - if (lookahead == '?') ADVANCE(664); + if (lookahead == '%') ADVANCE(586); + if (lookahead == '&') ADVANCE(234); + if (lookahead == '\'') ADVANCE(530); + if (lookahead == '(') ADVANCE(521); + if (lookahead == ')') ADVANCE(522); + if (lookahead == '*') ADVANCE(584); + if (lookahead == '+') ADVANCE(581); + if (lookahead == ',') ADVANCE(544); + if (lookahead == '-') ADVANCE(583); + if (lookahead == '.') ADVANCE(543); + if (lookahead == '/') ADVANCE(693); + if (lookahead == ':') ADVANCE(545); + if (lookahead == ';') ADVANCE(760); + if (lookahead == '<') ADVANCE(575); + if (lookahead == '=') ADVANCE(572); + if (lookahead == '>') ADVANCE(578); + if (lookahead == '?') ADVANCE(683); if (lookahead == '@') ADVANCE(11); - if (lookahead == 'A') ADVANCE(387); - if (lookahead == 'E') ADVANCE(418); - if (lookahead == 'F') ADVANCE(253); - if (lookahead == 'N') ADVANCE(252); - if (lookahead == 'P') ADVANCE(337); - if (lookahead == 'S') ADVANCE(300); - if (lookahead == '[') ADVANCE(509); - if (lookahead == '\\') ADVANCE(675); - if (lookahead == ']') ADVANCE(510); - if (lookahead == '^') ADVANCE(513); - if (lookahead == '_') ADVANCE(511); - if (lookahead == '`') ADVANCE(539); - if (lookahead == 'a') ADVANCE(284); - if (lookahead == 'b') ADVANCE(327); - if (lookahead == 'c') ADVANCE(301); - if (lookahead == 'd') ADVANCE(302); - if (lookahead == 'e') ADVANCE(524); - if (lookahead == 'f') ADVANCE(271); - if (lookahead == 'g') ADVANCE(267); - if (lookahead == 'h') ADVANCE(272); - if (lookahead == 'i') ADVANCE(294); - if (lookahead == 'j') ADVANCE(370); - if (lookahead == 'k') ADVANCE(312); - if (lookahead == 'l') ADVANCE(303); - if (lookahead == 'm') ADVANCE(254); - if (lookahead == 'n') ADVANCE(368); - if (lookahead == 'o') ADVANCE(394); - if (lookahead == 'p') ADVANCE(264); - if (lookahead == 'r') ADVANCE(268); - if (lookahead == 's') ADVANCE(292); - if (lookahead == 't') ADVANCE(255); - if (lookahead == 'u') ADVANCE(354); - if (lookahead == 'w') ADVANCE(273); - if (lookahead == '{') ADVANCE(507); - if (lookahead == '|') ADVANCE(242); - if (lookahead == '}') ADVANCE(508); - if (lookahead == 164) ADVANCE(663); - if (lookahead == 172) ADVANCE(536); - if (lookahead == 175) ADVANCE(541); - if (lookahead == 176) ADVANCE(694); - if (lookahead == 177) ADVANCE(538); - if (lookahead == 183) ADVANCE(727); - if (lookahead == 215) ADVANCE(568); - if (lookahead == 247) ADVANCE(570); - if (lookahead == 951) ADVANCE(517); - if (lookahead == 960) ADVANCE(519); - if (lookahead == 964) ADVANCE(521); - if (lookahead == 8261) ADVANCE(554); - if (lookahead == 8319) ADVANCE(574); - if (lookahead == 8345) ADVANCE(576); - if (lookahead == 8450) ADVANCE(659); - if (lookahead == 8592) ADVANCE(512); - if (lookahead == 8594) ADVANCE(725); - if (lookahead == 8600) ADVANCE(626); - if (lookahead == 8601) ADVANCE(624); - if (lookahead == 8613) ADVANCE(580); - if (lookahead == 8615) ADVANCE(578); - if (lookahead == 8619) ADVANCE(692); - if (lookahead == 8620) ADVANCE(690); - if (lookahead == 8623) ADVANCE(622); - if (lookahead == 8624) ADVANCE(730); - if (lookahead == 8635) ADVANCE(628); - if (lookahead == 8652) ADVANCE(592); - if (lookahead == 8673) ADVANCE(588); - if (lookahead == 8714) ADVANCE(636); - if (lookahead == 8728) ADVANCE(534); - if (lookahead == 8730) ADVANCE(546); - if (lookahead == 8734) ADVANCE(523); - if (lookahead == 8736) ADVANCE(582); - if (lookahead == 8743) ADVANCE(699); - if (lookahead == 8745) ADVANCE(707); - if (lookahead == 8757) ADVANCE(677); - if (lookahead == 8759) ADVANCE(726); - if (lookahead == 8781) ADVANCE(612); - if (lookahead == 8800) ADVANCE(557); - if (lookahead == 8801) ADVANCE(679); - if (lookahead == 8804) ADVANCE(560); - if (lookahead == 8805) ADVANCE(563); - if (lookahead == 8834) ADVANCE(616); - if (lookahead == 8835) ADVANCE(711); - if (lookahead == 8847) ADVANCE(618); - if (lookahead == 8848) ADVANCE(733); - if (lookahead == 8851) ADVANCE(709); - if (lookahead == 8852) ADVANCE(696); - if (lookahead == 8853) ADVANCE(703); - if (lookahead == 8855) ADVANCE(638); - if (lookahead == 8857) ADVANCE(683); - if (lookahead == 8858) ADVANCE(604); - if (lookahead == 8859) ADVANCE(606); - if (lookahead == 8860) ADVANCE(705); - if (lookahead == 8861) ADVANCE(734); - if (lookahead == 8862) ADVANCE(701); - if (lookahead == 8863) ADVANCE(614); - if (lookahead == 8864) ADVANCE(736); - if (lookahead == 8865) ADVANCE(620); - if (lookahead == 8866) ADVANCE(590); - if (lookahead == 8901) ADVANCE(685); - if (lookahead == 8916) ADVANCE(721); - if (lookahead == 8917) ADVANCE(643); - if (lookahead == 8943) ADVANCE(596); - if (lookahead == 8962) ADVANCE(729); - if (lookahead == 8965) ADVANCE(688); - if (lookahead == 8968) ADVANCE(552); - if (lookahead == 8970) ADVANCE(550); - if (lookahead == 8981) ADVANCE(634); - if (lookahead == 9013) ADVANCE(544); - if (lookahead == 9033) ADVANCE(598); - if (lookahead == 9039) ADVANCE(600); - if (lookahead == 9046) ADVANCE(602); - if (lookahead == 9051) ADVANCE(728); - if (lookahead == 9052) ADVANCE(713); - if (lookahead == 9058) ADVANCE(719); - if (lookahead == 9059) ADVANCE(717); - if (lookahead == 9060) ADVANCE(640); - if (lookahead == 9061) ADVANCE(681); - if (lookahead == 9084) ADVANCE(237); - if (lookahead == 9633) ADVANCE(610); - if (lookahead == 9651) ADVANCE(586); - if (lookahead == 9661) ADVANCE(632); - if (lookahead == 9675) ADVANCE(548); - if (lookahead == 9676) ADVANCE(530); - if (lookahead == 9707) ADVANCE(630); - if (lookahead == 9712) ADVANCE(666); - if (lookahead == 9716) ADVANCE(608); - if (lookahead == 9727) ADVANCE(572); - if (lookahead == 9735) ADVANCE(661); - if (lookahead == 9837) ADVANCE(594); - if (lookahead == 9858) ADVANCE(645); - if (lookahead == 10085) ADVANCE(724); - if (lookahead == 10204) ADVANCE(731); - if (lookahead == 10747) ADVANCE(584); - if (lookahead == 11034) ADVANCE(715); - if (lookahead == 11822) ADVANCE(651); + if (lookahead == 'A') ADVANCE(402); + if (lookahead == 'E') ADVANCE(432); + if (lookahead == 'F') ADVANCE(268); + if (lookahead == 'N') ADVANCE(267); + if (lookahead == 'P') ADVANCE(350); + if (lookahead == 'S') ADVANCE(314); + if (lookahead == '[') ADVANCE(525); + if (lookahead == '\\') ADVANCE(695); + if (lookahead == ']') ADVANCE(526); + if (lookahead == '^') ADVANCE(529); + if (lookahead == '_') ADVANCE(527); + if (lookahead == '`') ADVANCE(556); + if (lookahead == 'a') ADVANCE(297); + if (lookahead == 'b') ADVANCE(341); + if (lookahead == 'c') ADVANCE(315); + if (lookahead == 'd') ADVANCE(316); + if (lookahead == 'e') ADVANCE(532); + if (lookahead == 'f') ADVANCE(747); + if (lookahead == 'g') ADVANCE(282); + if (lookahead == 'h') ADVANCE(283); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'j') ADVANCE(384); + if (lookahead == 'k') ADVANCE(326); + if (lookahead == 'l') ADVANCE(317); + if (lookahead == 'm') ADVANCE(269); + if (lookahead == 'n') ADVANCE(382); + if (lookahead == 'o') ADVANCE(367); + if (lookahead == 'p') ADVANCE(279); + if (lookahead == 'r') ADVANCE(285); + if (lookahead == 's') ADVANCE(307); + if (lookahead == 't') ADVANCE(270); + if (lookahead == 'u') ADVANCE(368); + if (lookahead == 'w') ADVANCE(284); + if (lookahead == '{') ADVANCE(523); + if (lookahead == '|') ADVANCE(257); + if (lookahead == '}') ADVANCE(524); + if (lookahead == 164) ADVANCE(682); + if (lookahead == 172) ADVANCE(552); + if (lookahead == 175) ADVANCE(558); + if (lookahead == 176) ADVANCE(710); + if (lookahead == 177) ADVANCE(555); + if (lookahead == 183) ADVANCE(751); + if (lookahead == 215) ADVANCE(585); + if (lookahead == 247) ADVANCE(587); + if (lookahead == 951) ADVANCE(536); + if (lookahead == 960) ADVANCE(538); + if (lookahead == 964) ADVANCE(540); + if (lookahead == 8261) ADVANCE(571); + if (lookahead == 8319) ADVANCE(591); + if (lookahead == 8345) ADVANCE(593); + if (lookahead == 8450) ADVANCE(678); + if (lookahead == 8592) ADVANCE(528); + if (lookahead == 8594) ADVANCE(749); + if (lookahead == 8600) ADVANCE(644); + if (lookahead == 8601) ADVANCE(642); + if (lookahead == 8613) ADVANCE(597); + if (lookahead == 8615) ADVANCE(595); + if (lookahead == 8619) ADVANCE(762); + if (lookahead == 8620) ADVANCE(761); + if (lookahead == 8623) ADVANCE(640); + if (lookahead == 8624) ADVANCE(754); + if (lookahead == 8635) ADVANCE(646); + if (lookahead == 8652) ADVANCE(610); + if (lookahead == 8673) ADVANCE(606); + if (lookahead == 8714) ADVANCE(654); + if (lookahead == 8728) ADVANCE(550); + if (lookahead == 8730) ADVANCE(563); + if (lookahead == 8734) ADVANCE(542); + if (lookahead == 8736) ADVANCE(599); + if (lookahead == 8743) ADVANCE(724); + if (lookahead == 8745) ADVANCE(732); + if (lookahead == 8757) ADVANCE(697); + if (lookahead == 8759) ADVANCE(750); + if (lookahead == 8781) ADVANCE(630); + if (lookahead == 8800) ADVANCE(574); + if (lookahead == 8801) ADVANCE(699); + if (lookahead == 8804) ADVANCE(577); + if (lookahead == 8805) ADVANCE(580); + if (lookahead == 8834) ADVANCE(634); + if (lookahead == 8835) ADVANCE(736); + if (lookahead == 8847) ADVANCE(636); + if (lookahead == 8848) ADVANCE(756); + if (lookahead == 8851) ADVANCE(734); + if (lookahead == 8853) ADVANCE(728); + if (lookahead == 8855) ADVANCE(656); + if (lookahead == 8857) ADVANCE(703); + if (lookahead == 8858) ADVANCE(622); + if (lookahead == 8859) ADVANCE(624); + if (lookahead == 8860) ADVANCE(730); + if (lookahead == 8861) ADVANCE(757); + if (lookahead == 8862) ADVANCE(726); + if (lookahead == 8863) ADVANCE(632); + if (lookahead == 8864) ADVANCE(759); + if (lookahead == 8865) ADVANCE(638); + if (lookahead == 8866) ADVANCE(608); + if (lookahead == 8901) ADVANCE(705); + if (lookahead == 8916) ADVANCE(764); + if (lookahead == 8917) ADVANCE(661); + if (lookahead == 8943) ADVANCE(614); + if (lookahead == 8962) ADVANCE(753); + if (lookahead == 8965) ADVANCE(708); + if (lookahead == 8968) ADVANCE(569); + if (lookahead == 8970) ADVANCE(567); + if (lookahead == 8981) ADVANCE(652); + if (lookahead == 9013) ADVANCE(561); + if (lookahead == 9033) ADVANCE(616); + if (lookahead == 9039) ADVANCE(618); + if (lookahead == 9046) ADVANCE(620); + if (lookahead == 9050) ADVANCE(715); + if (lookahead == 9051) ADVANCE(752); + if (lookahead == 9052) ADVANCE(738); + if (lookahead == 9058) ADVANCE(744); + if (lookahead == 9059) ADVANCE(742); + if (lookahead == 9060) ADVANCE(658); + if (lookahead == 9061) ADVANCE(701); + if (lookahead == 9084) ADVANCE(252); + if (lookahead == 9633) ADVANCE(628); + if (lookahead == 9651) ADVANCE(604); + if (lookahead == 9661) ADVANCE(650); + if (lookahead == 9671) ADVANCE(717); + if (lookahead == 9675) ADVANCE(565); + if (lookahead == 9676) ADVANCE(546); + if (lookahead == 9707) ADVANCE(648); + if (lookahead == 9712) ADVANCE(685); + if (lookahead == 9716) ADVANCE(626); + if (lookahead == 9727) ADVANCE(589); + if (lookahead == 9735) ADVANCE(680); + if (lookahead == 9837) ADVANCE(612); + if (lookahead == 9858) ADVANCE(663); + if (lookahead == 10085) ADVANCE(748); + if (lookahead == 10204) ADVANCE(713); + if (lookahead == 10747) ADVANCE(601); + if (lookahead == 11034) ADVANCE(740); + if (lookahead == 11822) ADVANCE(670); if (lookahead == '\t' || lookahead == ' ') SKIP(0) - if (('q' <= lookahead && lookahead <= 'z')) ADVANCE(422); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(225); - if (('B' <= lookahead && lookahead <= 'Z')) ADVANCE(423); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(245); + if (('q' <= lookahead && lookahead <= 'z')) ADVANCE(436); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(240); + if (('B' <= lookahead && lookahead <= 'Z')) ADVANCE(437); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(260); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(739); + if (lookahead == '\n') ADVANCE(766); END_STATE(); case 2: - if (lookahead == '\n') ADVANCE(739); + if (lookahead == '\n') ADVANCE(766); if (lookahead == '\r') ADVANCE(1); if (lookahead == '!') ADVANCE(10); - if (lookahead == '#') ADVANCE(424); - if (lookahead == '%') ADVANCE(569); - if (lookahead == '&') ADVANCE(219); - if (lookahead == '(') ADVANCE(505); - if (lookahead == ')') ADVANCE(506); - if (lookahead == '*') ADVANCE(567); - if (lookahead == '+') ADVANCE(564); - if (lookahead == ',') ADVANCE(528); - if (lookahead == '-') ADVANCE(565); - if (lookahead == '.') ADVANCE(527); - if (lookahead == ':') ADVANCE(529); - if (lookahead == '<') ADVANCE(558); - if (lookahead == '=') ADVANCE(555); - if (lookahead == '>') ADVANCE(561); - if (lookahead == '?') ADVANCE(664); - if (lookahead == '_') ADVANCE(511); - if (lookahead == '`') ADVANCE(539); - if (lookahead == 'a') ADVANCE(283); - if (lookahead == 'b') ADVANCE(325); - if (lookahead == 'c') ADVANCE(306); - if (lookahead == 'd') ADVANCE(307); - if (lookahead == 'f') ADVANCE(260); - if (lookahead == 'g') ADVANCE(308); - if (lookahead == 'h') ADVANCE(269); - if (lookahead == 'i') ADVANCE(295); - if (lookahead == 'j') ADVANCE(373); - if (lookahead == 'k') ADVANCE(309); - if (lookahead == 'l') ADVANCE(310); - if (lookahead == 'm') ADVANCE(261); - if (lookahead == 'n') ADVANCE(369); - if (lookahead == 'p') ADVANCE(262); - if (lookahead == 'r') ADVANCE(270); - if (lookahead == 's') ADVANCE(311); - if (lookahead == 't') ADVANCE(263); - if (lookahead == 'u') ADVANCE(363); - if (lookahead == 'w') ADVANCE(274); - if (lookahead == '|') ADVANCE(242); - if (lookahead == 164) ADVANCE(663); - if (lookahead == 172) ADVANCE(536); - if (lookahead == 175) ADVANCE(540); - if (lookahead == 177) ADVANCE(538); - if (lookahead == 215) ADVANCE(568); - if (lookahead == 247) ADVANCE(570); - if (lookahead == 8261) ADVANCE(554); - if (lookahead == 8319) ADVANCE(574); - if (lookahead == 8345) ADVANCE(576); - if (lookahead == 8450) ADVANCE(659); - if (lookahead == 8600) ADVANCE(626); - if (lookahead == 8601) ADVANCE(624); - if (lookahead == 8613) ADVANCE(580); - if (lookahead == 8615) ADVANCE(578); - if (lookahead == 8623) ADVANCE(622); - if (lookahead == 8635) ADVANCE(628); - if (lookahead == 8652) ADVANCE(592); - if (lookahead == 8673) ADVANCE(588); - if (lookahead == 8714) ADVANCE(636); - if (lookahead == 8728) ADVANCE(534); - if (lookahead == 8730) ADVANCE(546); - if (lookahead == 8736) ADVANCE(582); - if (lookahead == 8781) ADVANCE(612); - if (lookahead == 8800) ADVANCE(557); - if (lookahead == 8804) ADVANCE(560); - if (lookahead == 8805) ADVANCE(563); - if (lookahead == 8834) ADVANCE(616); - if (lookahead == 8847) ADVANCE(618); - if (lookahead == 8855) ADVANCE(638); - if (lookahead == 8858) ADVANCE(604); - if (lookahead == 8859) ADVANCE(606); - if (lookahead == 8863) ADVANCE(614); - if (lookahead == 8865) ADVANCE(620); - if (lookahead == 8866) ADVANCE(590); - if (lookahead == 8917) ADVANCE(643); - if (lookahead == 8943) ADVANCE(596); - if (lookahead == 8968) ADVANCE(552); - if (lookahead == 8970) ADVANCE(550); - if (lookahead == 8981) ADVANCE(634); - if (lookahead == 9013) ADVANCE(544); - if (lookahead == 9033) ADVANCE(598); - if (lookahead == 9039) ADVANCE(600); - if (lookahead == 9046) ADVANCE(602); - if (lookahead == 9060) ADVANCE(640); - if (lookahead == 9633) ADVANCE(610); - if (lookahead == 9651) ADVANCE(586); - if (lookahead == 9661) ADVANCE(632); - if (lookahead == 9675) ADVANCE(548); - if (lookahead == 9676) ADVANCE(530); - if (lookahead == 9707) ADVANCE(630); - if (lookahead == 9712) ADVANCE(666); - if (lookahead == 9716) ADVANCE(608); - if (lookahead == 9727) ADVANCE(572); - if (lookahead == 9735) ADVANCE(661); - if (lookahead == 9837) ADVANCE(594); - if (lookahead == 9858) ADVANCE(645); - if (lookahead == 10747) ADVANCE(584); - if (lookahead == 11822) ADVANCE(651); + if (lookahead == '#') ADVANCE(438); + if (lookahead == '%') ADVANCE(586); + if (lookahead == '&') ADVANCE(234); + if (lookahead == '(') ADVANCE(521); + if (lookahead == ')') ADVANCE(522); + if (lookahead == '*') ADVANCE(584); + if (lookahead == '+') ADVANCE(581); + if (lookahead == ',') ADVANCE(544); + if (lookahead == '-') ADVANCE(582); + if (lookahead == '.') ADVANCE(543); + if (lookahead == ':') ADVANCE(545); + if (lookahead == '<') ADVANCE(575); + if (lookahead == '=') ADVANCE(572); + if (lookahead == '>') ADVANCE(578); + if (lookahead == '?') ADVANCE(683); + if (lookahead == '_') ADVANCE(527); + if (lookahead == '`') ADVANCE(556); + if (lookahead == 'a') ADVANCE(298); + if (lookahead == 'b') ADVANCE(339); + if (lookahead == 'c') ADVANCE(320); + if (lookahead == 'd') ADVANCE(321); + if (lookahead == 'f') ADVANCE(275); + if (lookahead == 'g') ADVANCE(322); + if (lookahead == 'h') ADVANCE(286); + if (lookahead == 'i') ADVANCE(309); + if (lookahead == 'j') ADVANCE(387); + if (lookahead == 'k') ADVANCE(323); + if (lookahead == 'l') ADVANCE(324); + if (lookahead == 'm') ADVANCE(276); + if (lookahead == 'n') ADVANCE(383); + if (lookahead == 'p') ADVANCE(277); + if (lookahead == 'r') ADVANCE(287); + if (lookahead == 's') ADVANCE(325); + if (lookahead == 't') ADVANCE(278); + if (lookahead == 'u') ADVANCE(376); + if (lookahead == 'w') ADVANCE(288); + if (lookahead == '|') ADVANCE(257); + if (lookahead == 164) ADVANCE(682); + if (lookahead == 172) ADVANCE(552); + if (lookahead == 175) ADVANCE(557); + if (lookahead == 177) ADVANCE(555); + if (lookahead == 215) ADVANCE(585); + if (lookahead == 247) ADVANCE(587); + if (lookahead == 8261) ADVANCE(571); + if (lookahead == 8319) ADVANCE(591); + if (lookahead == 8345) ADVANCE(593); + if (lookahead == 8450) ADVANCE(678); + if (lookahead == 8600) ADVANCE(644); + if (lookahead == 8601) ADVANCE(642); + if (lookahead == 8613) ADVANCE(597); + if (lookahead == 8615) ADVANCE(595); + if (lookahead == 8623) ADVANCE(640); + if (lookahead == 8635) ADVANCE(646); + if (lookahead == 8652) ADVANCE(610); + if (lookahead == 8673) ADVANCE(606); + if (lookahead == 8714) ADVANCE(654); + if (lookahead == 8728) ADVANCE(550); + if (lookahead == 8730) ADVANCE(563); + if (lookahead == 8736) ADVANCE(599); + if (lookahead == 8781) ADVANCE(630); + if (lookahead == 8800) ADVANCE(574); + if (lookahead == 8804) ADVANCE(577); + if (lookahead == 8805) ADVANCE(580); + if (lookahead == 8834) ADVANCE(634); + if (lookahead == 8847) ADVANCE(636); + if (lookahead == 8855) ADVANCE(656); + if (lookahead == 8858) ADVANCE(622); + if (lookahead == 8859) ADVANCE(624); + if (lookahead == 8863) ADVANCE(632); + if (lookahead == 8865) ADVANCE(638); + if (lookahead == 8866) ADVANCE(608); + if (lookahead == 8917) ADVANCE(661); + if (lookahead == 8943) ADVANCE(614); + if (lookahead == 8968) ADVANCE(569); + if (lookahead == 8970) ADVANCE(567); + if (lookahead == 8981) ADVANCE(652); + if (lookahead == 9013) ADVANCE(561); + if (lookahead == 9033) ADVANCE(616); + if (lookahead == 9039) ADVANCE(618); + if (lookahead == 9046) ADVANCE(620); + if (lookahead == 9060) ADVANCE(658); + if (lookahead == 9633) ADVANCE(628); + if (lookahead == 9651) ADVANCE(604); + if (lookahead == 9661) ADVANCE(650); + if (lookahead == 9675) ADVANCE(565); + if (lookahead == 9676) ADVANCE(546); + if (lookahead == 9707) ADVANCE(648); + if (lookahead == 9712) ADVANCE(685); + if (lookahead == 9716) ADVANCE(626); + if (lookahead == 9727) ADVANCE(589); + if (lookahead == 9735) ADVANCE(680); + if (lookahead == 9837) ADVANCE(612); + if (lookahead == 9858) ADVANCE(663); + if (lookahead == 10747) ADVANCE(601); + if (lookahead == 11822) ADVANCE(670); if (lookahead == '\t' || lookahead == ' ') SKIP(2) - if (('e' <= lookahead && lookahead <= 'z')) ADVANCE(420); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(423); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(245); + if (('e' <= lookahead && lookahead <= 'z')) ADVANCE(434); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(437); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(260); END_STATE(); case 3: - if (lookahead == '\n') ADVANCE(738); + if (lookahead == '\n') ADVANCE(765); END_STATE(); case 4: - if (lookahead == '\n') ADVANCE(738); + if (lookahead == '\n') ADVANCE(765); if (lookahead == '\r') ADVANCE(3); - if (lookahead == ' ') ADVANCE(241); + if (lookahead == ' ') ADVANCE(256); if (lookahead == '"') ADVANCE(7); END_STATE(); case 5: - if (lookahead == ' ') ADVANCE(241); + if (lookahead == ' ') ADVANCE(256); if (lookahead == '"') ADVANCE(7); END_STATE(); case 6: - if (lookahead == ' ') ADVANCE(198); + if (lookahead == ' ') ADVANCE(211); END_STATE(); case 7: - if (lookahead == '"') ADVANCE(239); + if (lookahead == '"') ADVANCE(254); if (lookahead == '\\') ADVANCE(8); if (lookahead != 0) ADVANCE(7); END_STATE(); case 8: - if (lookahead == '"') ADVANCE(240); + if (lookahead == '"') ADVANCE(255); if (lookahead == '\\') ADVANCE(8); if (lookahead != 0) ADVANCE(7); END_STATE(); case 9: - if (lookahead == '-') ADVANCE(504); + if (lookahead == '-') ADVANCE(520); END_STATE(); case 10: - if (lookahead == '=') ADVANCE(556); + if (lookahead == '=') ADVANCE(573); END_STATE(); case 11: - if (lookahead == '\\') ADVANCE(186); - if (lookahead != 0) ADVANCE(238); + if (lookahead == '\\') ADVANCE(198); + if (lookahead != 0) ADVANCE(253); END_STATE(); case 12: - if (lookahead == 'a') ADVANCE(116); + if (lookahead == 'a') ADVANCE(165); END_STATE(); case 13: - if (lookahead == 'a') ADVANCE(155); + if (lookahead == 'a') ADVANCE(147); END_STATE(); case 14: - if (lookahead == 'a') ADVANCE(140); + if (lookahead == 'a') ADVANCE(121); END_STATE(); case 15: - if (lookahead == 'a') ADVANCE(182); + if (lookahead == 'a') ADVANCE(194); END_STATE(); case 16: - if (lookahead == 'a') ADVANCE(172); + if (lookahead == 'a') ADVANCE(182); END_STATE(); case 17: - if (lookahead == 'a') ADVANCE(141); + if (lookahead == 'a') ADVANCE(148); END_STATE(); case 18: - if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'a') ADVANCE(107); END_STATE(); case 19: - if (lookahead == 'a') ADVANCE(184); + if (lookahead == 'a') ADVANCE(196); END_STATE(); case 20: - if (lookahead == 'b') ADVANCE(63); + if (lookahead == 'b') ADVANCE(64); END_STATE(); case 21: - if (lookahead == 'c') ADVANCE(75); + if (lookahead == 'c') ADVANCE(79); END_STATE(); case 22: - if (lookahead == 'c') ADVANCE(92); + if (lookahead == 'c') ADVANCE(97); END_STATE(); case 23: - if (lookahead == 'c') ADVANCE(197); + if (lookahead == 'c') ADVANCE(210); END_STATE(); case 24: - if (lookahead == 'c') ADVANCE(173); + if (lookahead == 'c') ADVANCE(183); END_STATE(); case 25: - if (lookahead == 'c') ADVANCE(45); + if (lookahead == 'c') ADVANCE(44); END_STATE(); case 26: if (lookahead == 'c') ADVANCE(19); END_STATE(); case 27: - if (lookahead == 'd') ADVANCE(633); + if (lookahead == 'd') ADVANCE(651); END_STATE(); case 28: - if (lookahead == 'd') ADVANCE(128); - if (lookahead == 'g') ADVANCE(40); + if (lookahead == 'd') ADVANCE(135); + if (lookahead == 'g') ADVANCE(39); END_STATE(); case 29: - if (lookahead == 'd') ADVANCE(655); + if (lookahead == 'd') ADVANCE(674); END_STATE(); case 30: - if (lookahead == 'd') ADVANCE(553); + if (lookahead == 'd') ADVANCE(570); END_STATE(); case 31: - if (lookahead == 'd') ADVANCE(126); + if (lookahead == 'd') ADVANCE(133); END_STATE(); case 32: - if (lookahead == 'd') ADVANCE(64); + if (lookahead == 'd') ADVANCE(65); END_STATE(); case 33: - if (lookahead == 'e') ADVANCE(151); + if (lookahead == 'e') ADVANCE(159); END_STATE(); case 34: - if (lookahead == 'e') ADVANCE(203); + if (lookahead == 'e') ADVANCE(216); END_STATE(); case 35: - if (lookahead == 'e') ADVANCE(599); + if (lookahead == 'e') ADVANCE(617); END_STATE(); case 36: - if (lookahead == 'e') ADVANCE(547); + if (lookahead == 'e') ADVANCE(564); END_STATE(); case 37: - if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'e') ADVANCE(641); END_STATE(); case 38: - if (lookahead == 'e') ADVANCE(650); + if (lookahead == 'e') ADVANCE(660); END_STATE(); case 39: - if (lookahead == 'e') ADVANCE(642); + if (lookahead == 'e') ADVANCE(605); END_STATE(); case 40: - if (lookahead == 'e') ADVANCE(587); + if (lookahead == 'e') ADVANCE(603); END_STATE(); case 41: - if (lookahead == 'e') ADVANCE(585); + if (lookahead == 'e') ADVANCE(725); END_STATE(); case 42: - if (lookahead == 'e') ADVANCE(700); + if (lookahead == 'e') ADVANCE(621); END_STATE(); case 43: - if (lookahead == 'e') ADVANCE(603); + if (lookahead == 'e') ADVANCE(631); END_STATE(); case 44: - if (lookahead == 'e') ADVANCE(613); + if (lookahead == 'e') ADVANCE(692); END_STATE(); case 45: - if (lookahead == 'e') ADVANCE(672); + if (lookahead == 'e') ADVANCE(690); END_STATE(); case 46: - if (lookahead == 'e') ADVANCE(671); + if (lookahead == 'e') ADVANCE(645); END_STATE(); case 47: - if (lookahead == 'e') ADVANCE(627); + if (lookahead == 'e') ADVANCE(684); END_STATE(); case 48: - if (lookahead == 'e') ADVANCE(665); + if (lookahead == 'e') ADVANCE(611); END_STATE(); case 49: - if (lookahead == 'e') ADVANCE(593); + if (lookahead == 'e') ADVANCE(639); END_STATE(); case 50: - if (lookahead == 'e') ADVANCE(621); + if (lookahead == 'e') ADVANCE(609); END_STATE(); case 51: - if (lookahead == 'e') ADVANCE(591); + if (lookahead == 'e') ADVANCE(6); END_STATE(); case 52: - if (lookahead == 'e') ADVANCE(6); + if (lookahead == 'e') ADVANCE(720); END_STATE(); case 53: - if (lookahead == 'e') ADVANCE(597); + if (lookahead == 'e') ADVANCE(615); END_STATE(); case 54: - if (lookahead == 'e') ADVANCE(607); + if (lookahead == 'e') ADVANCE(625); END_STATE(); case 55: - if (lookahead == 'e') ADVANCE(543); + if (lookahead == 'e') ADVANCE(560); END_STATE(); case 56: - if (lookahead == 'e') ADVANCE(201); + if (lookahead == 'e') ADVANCE(668); END_STATE(); case 57: - if (lookahead == 'e') ADVANCE(24); + if (lookahead == 'e') ADVANCE(602); END_STATE(); case 58: - if (lookahead == 'e') ADVANCE(202); + if (lookahead == 'e') ADVANCE(214); END_STATE(); case 59: - if (lookahead == 'e') ADVANCE(145); + if (lookahead == 'e') ADVANCE(24); END_STATE(); case 60: - if (lookahead == 'e') ADVANCE(23); + if (lookahead == 'e') ADVANCE(215); END_STATE(); case 61: - if (lookahead == 'e') ADVANCE(150); + if (lookahead == 'e') ADVANCE(154); END_STATE(); case 62: - if (lookahead == 'e') ADVANCE(121); + if (lookahead == 'e') ADVANCE(23); END_STATE(); case 63: - if (lookahead == 'e') ADVANCE(148); + if (lookahead == 'e') ADVANCE(158); END_STATE(); case 64: - if (lookahead == 'e') ADVANCE(149); + if (lookahead == 'e') ADVANCE(156); END_STATE(); case 65: - if (lookahead == 'e') ADVANCE(174); + if (lookahead == 'e') ADVANCE(157); END_STATE(); case 66: - if (lookahead == 'e') ADVANCE(152); + if (lookahead == 'e') ADVANCE(184); END_STATE(); case 67: - if (lookahead == 'e') ADVANCE(122); + if (lookahead == 'e') ADVANCE(161); END_STATE(); case 68: - if (lookahead == 'f') ADVANCE(204); + if (lookahead == 'e') ADVANCE(128); END_STATE(); case 69: - if (lookahead == 'f') ADVANCE(637); + if (lookahead == 'e') ADVANCE(129); END_STATE(); case 70: - if (lookahead == 'f') ADVANCE(205); + if (lookahead == 'f') ADVANCE(217); END_STATE(); case 71: - if (lookahead == 'g') ADVANCE(551); + if (lookahead == 'f') ADVANCE(655); END_STATE(); case 72: - if (lookahead == 'g') ADVANCE(177); + if (lookahead == 'f') ADVANCE(218); END_STATE(); case 73: - if (lookahead == 'g') ADVANCE(67); + if (lookahead == 'f') ADVANCE(222); END_STATE(); case 74: - if (lookahead == 'h') ADVANCE(14); + if (lookahead == 'g') ADVANCE(568); END_STATE(); case 75: - if (lookahead == 'h') ADVANCE(611); + if (lookahead == 'g') ADVANCE(187); END_STATE(); case 76: - if (lookahead == 'h') ADVANCE(583); + if (lookahead == 'g') ADVANCE(94); END_STATE(); case 77: - if (lookahead == 'h') ADVANCE(106); + if (lookahead == 'g') ADVANCE(69); END_STATE(); case 78: - if (lookahead == 'h') ADVANCE(17); + if (lookahead == 'h') ADVANCE(13); END_STATE(); case 79: - if (lookahead == 'i') ADVANCE(107); + if (lookahead == 'h') ADVANCE(629); END_STATE(); case 80: - if (lookahead == 'i') ADVANCE(68); + if (lookahead == 'h') ADVANCE(600); END_STATE(); case 81: - if (lookahead == 'i') ADVANCE(130); + if (lookahead == 'h') ADVANCE(111); END_STATE(); case 82: - if (lookahead == 'i') ADVANCE(26); + if (lookahead == 'h') ADVANCE(17); END_STATE(); case 83: - if (lookahead == 'i') ADVANCE(115); + if (lookahead == 'i') ADVANCE(112); END_STATE(); case 84: - if (lookahead == 'i') ADVANCE(181); + if (lookahead == 'i') ADVANCE(70); END_STATE(); case 85: - if (lookahead == 'i') ADVANCE(179); + if (lookahead == 'i') ADVANCE(26); END_STATE(); case 86: - if (lookahead == 'i') ADVANCE(180); + if (lookahead == 'i') ADVANCE(138); END_STATE(); case 87: - if (lookahead == 'i') ADVANCE(178); + if (lookahead == 'i') ADVANCE(192); END_STATE(); case 88: - if (lookahead == 'i') ADVANCE(108); + if (lookahead == 'i') ADVANCE(125); END_STATE(); case 89: - if (lookahead == 'i') ADVANCE(70); + if (lookahead == 'i') ADVANCE(189); END_STATE(); case 90: - if (lookahead == 'k') ADVANCE(619); + if (lookahead == 'i') ADVANCE(191); END_STATE(); case 91: - if (lookahead == 'k') ADVANCE(660); + if (lookahead == 'i') ADVANCE(188); END_STATE(); case 92: - if (lookahead == 'k') ADVANCE(732); + if (lookahead == 'i') ADVANCE(113); END_STATE(); case 93: - if (lookahead == 'k') ADVANCE(65); + if (lookahead == 'i') ADVANCE(72); END_STATE(); case 94: - if (lookahead == 'l') ADVANCE(83); + if (lookahead == 'i') ADVANCE(73); END_STATE(); case 95: - if (lookahead == 'l') ADVANCE(647); + if (lookahead == 'k') ADVANCE(637); END_STATE(); case 96: - if (lookahead == 'l') ADVANCE(601); + if (lookahead == 'k') ADVANCE(679); END_STATE(); case 97: - if (lookahead == 'l') ADVANCE(194); + if (lookahead == 'k') ADVANCE(755); END_STATE(); case 98: - if (lookahead == 'l') ADVANCE(82); + if (lookahead == 'k') ADVANCE(66); END_STATE(); case 99: - if (lookahead == 'l') ADVANCE(190); + if (lookahead == 'l') ADVANCE(88); END_STATE(); case 100: - if (lookahead == 'l') ADVANCE(58); + if (lookahead == 'l') ADVANCE(665); END_STATE(); case 101: - if (lookahead == 'l') ADVANCE(44); + if (lookahead == 'l') ADVANCE(619); END_STATE(); case 102: - if (lookahead == 'l') ADVANCE(192); + if (lookahead == 'l') ADVANCE(207); END_STATE(); case 103: - if (lookahead == 'm') ADVANCE(644); + if (lookahead == 'l') ADVANCE(85); END_STATE(); case 104: - if (lookahead == 'm') ADVANCE(579); + if (lookahead == 'l') ADVANCE(202); END_STATE(); case 105: - if (lookahead == 'm') ADVANCE(577); + if (lookahead == 'l') ADVANCE(60); END_STATE(); case 106: - if (lookahead == 'm') ADVANCE(575); + if (lookahead == 'l') ADVANCE(43); END_STATE(); case 107: - if (lookahead == 'm') ADVANCE(188); + if (lookahead == 'l') ADVANCE(205); END_STATE(); case 108: - if (lookahead == 'm') ADVANCE(189); + if (lookahead == 'm') ADVANCE(662); END_STATE(); case 109: - if (lookahead == 'n') ADVANCE(73); + if (lookahead == 'm') ADVANCE(596); END_STATE(); case 110: - if (lookahead == 'n') ADVANCE(615); + if (lookahead == 'm') ADVANCE(594); END_STATE(); case 111: - if (lookahead == 'n') ADVANCE(30); + if (lookahead == 'm') ADVANCE(592); END_STATE(); case 112: - if (lookahead == 'n') ADVANCE(537); + if (lookahead == 'm') ADVANCE(200); END_STATE(); case 113: - if (lookahead == 'n') ADVANCE(686); + if (lookahead == 'm') ADVANCE(201); END_STATE(); case 114: - if (lookahead == 'n') ADVANCE(704); + if (lookahead == 'n') ADVANCE(77); END_STATE(); case 115: - if (lookahead == 'n') ADVANCE(71); + if (lookahead == 'n') ADVANCE(633); END_STATE(); case 116: - if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'n') ADVANCE(30); END_STATE(); case 117: - if (lookahead == 'n') ADVANCE(185); + if (lookahead == 'n') ADVANCE(706); END_STATE(); case 118: - if (lookahead == 'n') ADVANCE(196); + if (lookahead == 'n') ADVANCE(729); END_STATE(); case 119: - if (lookahead == 'n') ADVANCE(32); + if (lookahead == 'n') ADVANCE(553); END_STATE(); case 120: - if (lookahead == 'n') ADVANCE(163); + if (lookahead == 'n') ADVANCE(76); END_STATE(); case 121: - if (lookahead == 'n') ADVANCE(175); + if (lookahead == 'n') ADVANCE(96); END_STATE(); case 122: - if (lookahead == 'n') ADVANCE(176); + if (lookahead == 'n') ADVANCE(197); END_STATE(); case 123: - if (lookahead == 'n') ADVANCE(86); + if (lookahead == 'n') ADVANCE(209); END_STATE(); case 124: - if (lookahead == 'o') ADVANCE(97); + if (lookahead == 'n') ADVANCE(32); END_STATE(); case 125: - if (lookahead == 'o') ADVANCE(199); + if (lookahead == 'n') ADVANCE(74); END_STATE(); case 126: - if (lookahead == 'o') ADVANCE(200); + if (lookahead == 'n') ADVANCE(173); END_STATE(); case 127: - if (lookahead == 'o') ADVANCE(144); + if (lookahead == 'n') ADVANCE(190); END_STATE(); case 128: - if (lookahead == 'o') ADVANCE(103); + if (lookahead == 'n') ADVANCE(185); END_STATE(); case 129: - if (lookahead == 'o') ADVANCE(69); + if (lookahead == 'n') ADVANCE(186); END_STATE(); case 130: - if (lookahead == 'o') ADVANCE(114); + if (lookahead == 'n') ADVANCE(90); END_STATE(); case 131: - if (lookahead == 'o') ADVANCE(165); + if (lookahead == 'o') ADVANCE(102); END_STATE(); case 132: - if (lookahead == 'p') ADVANCE(625); + if (lookahead == 'o') ADVANCE(212); END_STATE(); case 133: - if (lookahead == 'p') ADVANCE(652); + if (lookahead == 'o') ADVANCE(213); END_STATE(); case 134: - if (lookahead == 'p') ADVANCE(631); + if (lookahead == 'o') ADVANCE(153); END_STATE(); case 135: - if (lookahead == 'p') ADVANCE(702); + if (lookahead == 'o') ADVANCE(108); END_STATE(); case 136: - if (lookahead == 'p') ADVANCE(100); + if (lookahead == 'o') ADVANCE(71); END_STATE(); case 137: - if (lookahead == 'p') ADVANCE(98); + if (lookahead == 'o') ADVANCE(160); END_STATE(); case 138: - if (lookahead == 'p') ADVANCE(131); + if (lookahead == 'o') ADVANCE(118); END_STATE(); case 139: - if (lookahead == 'p') ADVANCE(41); + if (lookahead == 'o') ADVANCE(175); END_STATE(); case 140: - if (lookahead == 'p') ADVANCE(49); + if (lookahead == 'p') ADVANCE(643); END_STATE(); case 141: - if (lookahead == 'p') ADVANCE(50); + if (lookahead == 'p') ADVANCE(671); END_STATE(); case 142: - if (lookahead == 'p') ADVANCE(101); + if (lookahead == 'p') ADVANCE(649); END_STATE(); case 143: - if (lookahead == 'q') ADVANCE(191); + if (lookahead == 'p') ADVANCE(727); END_STATE(); case 144: - if (lookahead == 'r') ADVANCE(549); + if (lookahead == 'p') ADVANCE(105); END_STATE(); case 145: - if (lookahead == 'r') ADVANCE(573); + if (lookahead == 'p') ADVANCE(103); END_STATE(); case 146: - if (lookahead == 'r') ADVANCE(691); + if (lookahead == 'p') ADVANCE(139); END_STATE(); case 147: - if (lookahead == 'r') ADVANCE(712); + if (lookahead == 'p') ADVANCE(48); END_STATE(); case 148: - if (lookahead == 'r') ADVANCE(635); + if (lookahead == 'p') ADVANCE(49); END_STATE(); case 149: - if (lookahead == 'r') ADVANCE(723); + if (lookahead == 'p') ADVANCE(57); END_STATE(); case 150: - if (lookahead == 'r') ADVANCE(164); + if (lookahead == 'p') ADVANCE(106); END_STATE(); case 151: - if (lookahead == 'r') ADVANCE(170); + if (lookahead == 'q') ADVANCE(204); END_STATE(); case 152: - if (lookahead == 'r') ADVANCE(171); + if (lookahead == 'r') ADVANCE(691); END_STATE(); case 153: - if (lookahead == 'r') ADVANCE(60); + if (lookahead == 'r') ADVANCE(566); END_STATE(); case 154: - if (lookahead == 'r') ADVANCE(43); + if (lookahead == 'r') ADVANCE(590); END_STATE(); case 155: - if (lookahead == 'r') ADVANCE(87); + if (lookahead == 'r') ADVANCE(737); END_STATE(); case 156: - if (lookahead == 's') ADVANCE(595); + if (lookahead == 'r') ADVANCE(653); END_STATE(); case 157: - if (lookahead == 's') ADVANCE(166); + if (lookahead == 'r') ADVANCE(746); END_STATE(); case 158: - if (lookahead == 's') ADVANCE(169); + if (lookahead == 'r') ADVANCE(174); END_STATE(); case 159: - if (lookahead == 's') ADVANCE(735); + if (lookahead == 'r') ADVANCE(180); END_STATE(); case 160: - if (lookahead == 's') ADVANCE(571); + if (lookahead == 'r') ADVANCE(221); END_STATE(); case 161: - if (lookahead == 's') ADVANCE(629); + if (lookahead == 'r') ADVANCE(181); END_STATE(); case 162: - if (lookahead == 's') ADVANCE(39); + if (lookahead == 'r') ADVANCE(62); END_STATE(); case 163: - if (lookahead == 's') ADVANCE(138); + if (lookahead == 'r') ADVANCE(42); END_STATE(); case 164: - if (lookahead == 's') ADVANCE(51); + if (lookahead == 'r') ADVANCE(52); END_STATE(); case 165: - if (lookahead == 's') ADVANCE(53); + if (lookahead == 'r') ADVANCE(91); END_STATE(); case 166: - if (lookahead == 's') ADVANCE(89); + if (lookahead == 's') ADVANCE(613); END_STATE(); case 167: - if (lookahead == 't') ADVANCE(545); + if (lookahead == 's') ADVANCE(176); END_STATE(); case 168: - if (lookahead == 't') ADVANCE(641); + if (lookahead == 's') ADVANCE(179); END_STATE(); case 169: - if (lookahead == 't') ADVANCE(589); + if (lookahead == 's') ADVANCE(758); END_STATE(); case 170: - if (lookahead == 't') ADVANCE(639); + if (lookahead == 's') ADVANCE(588); END_STATE(); case 171: - if (lookahead == 't') ADVANCE(670); + if (lookahead == 's') ADVANCE(647); END_STATE(); case 172: - if (lookahead == 't') ADVANCE(680); + if (lookahead == 's') ADVANCE(38); END_STATE(); case 173: - if (lookahead == 't') ADVANCE(617); + if (lookahead == 's') ADVANCE(146); END_STATE(); case 174: - if (lookahead == 't') ADVANCE(708); + if (lookahead == 's') ADVANCE(50); END_STATE(); case 175: - if (lookahead == 't') ADVANCE(695); + if (lookahead == 's') ADVANCE(53); END_STATE(); case 176: - if (lookahead == 't') ADVANCE(581); + if (lookahead == 's') ADVANCE(93); END_STATE(); case 177: - if (lookahead == 't') ADVANCE(76); + if (lookahead == 't') ADVANCE(562); END_STATE(); case 178: - if (lookahead == 't') ADVANCE(77); + if (lookahead == 't') ADVANCE(659); END_STATE(); case 179: - if (lookahead == 't') ADVANCE(206); + if (lookahead == 't') ADVANCE(607); END_STATE(); case 180: - if (lookahead == 't') ADVANCE(207); + if (lookahead == 't') ADVANCE(657); END_STATE(); case 181: - if (lookahead == 't') ADVANCE(81); + if (lookahead == 't') ADVANCE(689); END_STATE(); case 182: - if (lookahead == 't') ADVANCE(47); + if (lookahead == 't') ADVANCE(700); END_STATE(); case 183: - if (lookahead == 't') ADVANCE(52); + if (lookahead == 't') ADVANCE(635); END_STATE(); case 184: - if (lookahead == 't') ADVANCE(54); + if (lookahead == 't') ADVANCE(733); END_STATE(); case 185: - if (lookahead == 't') ADVANCE(85); + if (lookahead == 't') ADVANCE(716); END_STATE(); case 186: - if (lookahead == 'u') ADVANCE(208); - if (lookahead == 'x') ADVANCE(218); - if (lookahead == '"' || - lookahead == '\'' || - lookahead == '0' || - lookahead == '\\' || - lookahead == '_' || - lookahead == 'b' || - lookahead == 'n' || - ('r' <= lookahead && lookahead <= 't')) ADVANCE(238); + if (lookahead == 't') ADVANCE(598); END_STATE(); case 187: - if (lookahead == 'u') ADVANCE(137); + if (lookahead == 't') ADVANCE(80); END_STATE(); case 188: - if (lookahead == 'u') ADVANCE(104); + if (lookahead == 't') ADVANCE(81); END_STATE(); case 189: - if (lookahead == 'u') ADVANCE(105); + if (lookahead == 't') ADVANCE(219); END_STATE(); case 190: - if (lookahead == 'u') ADVANCE(160); + if (lookahead == 't') ADVANCE(137); END_STATE(); case 191: - if (lookahead == 'u') ADVANCE(48); + if (lookahead == 't') ADVANCE(220); END_STATE(); case 192: - if (lookahead == 'u') ADVANCE(55); + if (lookahead == 't') ADVANCE(86); END_STATE(); case 193: - if (lookahead == 'u') ADVANCE(99); + if (lookahead == 't') ADVANCE(203); END_STATE(); case 194: - if (lookahead == 'u') ADVANCE(183); + if (lookahead == 't') ADVANCE(46); END_STATE(); case 195: - if (lookahead == 'v') ADVANCE(656); + if (lookahead == 't') ADVANCE(51); END_STATE(); case 196: - if (lookahead == 'v') ADVANCE(722); + if (lookahead == 't') ADVANCE(54); END_STATE(); case 197: - if (lookahead == 'v') ADVANCE(657); + if (lookahead == 't') ADVANCE(89); END_STATE(); case 198: - if (lookahead == 'v') ADVANCE(18); + if (lookahead == 'u') ADVANCE(223); + if (lookahead == 'x') ADVANCE(233); + if (lookahead == '"' || + lookahead == '\'' || + lookahead == '0' || + lookahead == '\\' || + lookahead == '_' || + lookahead == 'b' || + lookahead == 'n' || + ('r' <= lookahead && lookahead <= 't')) ADVANCE(253); END_STATE(); case 199: - if (lookahead == 'v') ADVANCE(46); + if (lookahead == 'u') ADVANCE(145); END_STATE(); case 200: - if (lookahead == 'w') ADVANCE(161); + if (lookahead == 'u') ADVANCE(109); END_STATE(); case 201: - if (lookahead == 'x') ADVANCE(653); + if (lookahead == 'u') ADVANCE(110); END_STATE(); case 202: - if (lookahead == 'x') ADVANCE(658); + if (lookahead == 'u') ADVANCE(170); END_STATE(); case 203: - if (lookahead == 'x') ADVANCE(129); + if (lookahead == 'u') ADVANCE(164); END_STATE(); case 204: - if (lookahead == 'y') ADVANCE(687); + if (lookahead == 'u') ADVANCE(47); END_STATE(); case 205: - if (lookahead == 'y') ADVANCE(605); + if (lookahead == 'u') ADVANCE(55); END_STATE(); case 206: - if (lookahead == 'y') ADVANCE(531); + if (lookahead == 'u') ADVANCE(104); END_STATE(); case 207: - if (lookahead == 'y') ADVANCE(522); + if (lookahead == 'u') ADVANCE(195); END_STATE(); case 208: - if (lookahead == '{') ADVANCE(217); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(216); + if (lookahead == 'v') ADVANCE(675); END_STATE(); case 209: - if (lookahead == '}') ADVANCE(238); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); + if (lookahead == 'v') ADVANCE(745); END_STATE(); case 210: - if (lookahead == 175) ADVANCE(211); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(228); + if (lookahead == 'v') ADVANCE(676); END_STATE(); case 211: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(228); + if (lookahead == 'v') ADVANCE(18); END_STATE(); case 212: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + if (lookahead == 'v') ADVANCE(45); END_STATE(); case 213: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(229); + if (lookahead == 'w') ADVANCE(171); END_STATE(); case 214: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(244); + if (lookahead == 'x') ADVANCE(672); END_STATE(); case 215: + if (lookahead == 'x') ADVANCE(677); + END_STATE(); + case 216: + if (lookahead == 'x') ADVANCE(136); + END_STATE(); + case 217: + if (lookahead == 'y') ADVANCE(707); + END_STATE(); + case 218: + if (lookahead == 'y') ADVANCE(623); + END_STATE(); + case 219: + if (lookahead == 'y') ADVANCE(547); + END_STATE(); + case 220: + if (lookahead == 'y') ADVANCE(541); + END_STATE(); + case 221: + if (lookahead == 'y') ADVANCE(714); + END_STATE(); + case 222: + if (lookahead == 'y') ADVANCE(719); + END_STATE(); + case 223: + if (lookahead == '{') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(238); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(231); END_STATE(); - case 216: + case 224: + if (lookahead == '}') ADVANCE(253); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(218); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(224); END_STATE(); - case 217: + case 225: + if (lookahead == 175) ADVANCE(226); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); + END_STATE(); + case 226: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); + END_STATE(); + case 227: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(242); + END_STATE(); + case 228: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(244); + END_STATE(); + case 229: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(259); + END_STATE(); + case 230: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(209); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(253); END_STATE(); - case 218: + case 231: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(215); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(233); END_STATE(); - case 219: - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(502); + case 232: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(224); END_STATE(); - case 220: - if (eof) ADVANCE(223); - if (lookahead == '\n') ADVANCE(739); + case 233: + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(230); + END_STATE(); + case 234: + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + END_STATE(); + case 235: + if (eof) ADVANCE(238); + if (lookahead == '\n') ADVANCE(766); if (lookahead == '\r') ADVANCE(1); if (lookahead == '!') ADVANCE(10); if (lookahead == '"') ADVANCE(7); - if (lookahead == '#') ADVANCE(424); + if (lookahead == '#') ADVANCE(438); if (lookahead == '$') ADVANCE(4); - if (lookahead == '%') ADVANCE(569); - if (lookahead == '&') ADVANCE(219); - if (lookahead == '\'') ADVANCE(514); - if (lookahead == '(') ADVANCE(505); - if (lookahead == '*') ADVANCE(567); - if (lookahead == '+') ADVANCE(564); - if (lookahead == ',') ADVANCE(528); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '.') ADVANCE(527); - if (lookahead == '/') ADVANCE(673); - if (lookahead == ':') ADVANCE(529); - if (lookahead == ';') ADVANCE(737); - if (lookahead == '<') ADVANCE(558); - if (lookahead == '=') ADVANCE(555); - if (lookahead == '>') ADVANCE(561); - if (lookahead == '?') ADVANCE(664); + if (lookahead == '%') ADVANCE(586); + if (lookahead == '&') ADVANCE(234); + if (lookahead == '\'') ADVANCE(530); + if (lookahead == '(') ADVANCE(521); + if (lookahead == '*') ADVANCE(584); + if (lookahead == '+') ADVANCE(581); + if (lookahead == ',') ADVANCE(544); + if (lookahead == '-') ADVANCE(583); + if (lookahead == '.') ADVANCE(543); + if (lookahead == '/') ADVANCE(693); + if (lookahead == ':') ADVANCE(545); + if (lookahead == ';') ADVANCE(760); + if (lookahead == '<') ADVANCE(575); + if (lookahead == '=') ADVANCE(572); + if (lookahead == '>') ADVANCE(578); + if (lookahead == '?') ADVANCE(683); if (lookahead == '@') ADVANCE(11); - if (lookahead == 'A') ADVANCE(387); - if (lookahead == 'E') ADVANCE(418); - if (lookahead == 'F') ADVANCE(253); - if (lookahead == 'N') ADVANCE(252); - if (lookahead == 'P') ADVANCE(337); - if (lookahead == 'S') ADVANCE(300); - if (lookahead == '[') ADVANCE(509); - if (lookahead == '\\') ADVANCE(675); - if (lookahead == '^') ADVANCE(513); - if (lookahead == '`') ADVANCE(539); - if (lookahead == 'a') ADVANCE(284); - if (lookahead == 'b') ADVANCE(327); - if (lookahead == 'c') ADVANCE(301); - if (lookahead == 'd') ADVANCE(302); - if (lookahead == 'e') ADVANCE(524); - if (lookahead == 'f') ADVANCE(271); - if (lookahead == 'g') ADVANCE(267); - if (lookahead == 'h') ADVANCE(272); - if (lookahead == 'i') ADVANCE(294); - if (lookahead == 'j') ADVANCE(370); - if (lookahead == 'k') ADVANCE(312); - if (lookahead == 'l') ADVANCE(303); - if (lookahead == 'm') ADVANCE(254); - if (lookahead == 'n') ADVANCE(368); - if (lookahead == 'o') ADVANCE(394); - if (lookahead == 'p') ADVANCE(264); - if (lookahead == 'r') ADVANCE(268); - if (lookahead == 's') ADVANCE(292); - if (lookahead == 't') ADVANCE(255); - if (lookahead == 'u') ADVANCE(354); - if (lookahead == 'w') ADVANCE(273); - if (lookahead == '{') ADVANCE(507); - if (lookahead == 164) ADVANCE(663); - if (lookahead == 172) ADVANCE(536); - if (lookahead == 175) ADVANCE(542); - if (lookahead == 176) ADVANCE(694); - if (lookahead == 177) ADVANCE(538); - if (lookahead == 183) ADVANCE(727); - if (lookahead == 215) ADVANCE(568); - if (lookahead == 247) ADVANCE(570); - if (lookahead == 951) ADVANCE(517); - if (lookahead == 960) ADVANCE(519); - if (lookahead == 964) ADVANCE(521); - if (lookahead == 8261) ADVANCE(554); - if (lookahead == 8319) ADVANCE(574); - if (lookahead == 8345) ADVANCE(576); - if (lookahead == 8450) ADVANCE(659); - if (lookahead == 8594) ADVANCE(725); - if (lookahead == 8600) ADVANCE(626); - if (lookahead == 8601) ADVANCE(624); - if (lookahead == 8613) ADVANCE(580); - if (lookahead == 8615) ADVANCE(578); - if (lookahead == 8619) ADVANCE(692); - if (lookahead == 8620) ADVANCE(690); - if (lookahead == 8623) ADVANCE(622); - if (lookahead == 8624) ADVANCE(730); - if (lookahead == 8635) ADVANCE(628); - if (lookahead == 8652) ADVANCE(592); - if (lookahead == 8673) ADVANCE(588); - if (lookahead == 8714) ADVANCE(636); - if (lookahead == 8728) ADVANCE(534); - if (lookahead == 8730) ADVANCE(546); - if (lookahead == 8734) ADVANCE(523); - if (lookahead == 8736) ADVANCE(582); - if (lookahead == 8743) ADVANCE(699); - if (lookahead == 8745) ADVANCE(707); - if (lookahead == 8757) ADVANCE(677); - if (lookahead == 8759) ADVANCE(726); - if (lookahead == 8781) ADVANCE(612); - if (lookahead == 8800) ADVANCE(557); - if (lookahead == 8801) ADVANCE(679); - if (lookahead == 8804) ADVANCE(560); - if (lookahead == 8805) ADVANCE(563); - if (lookahead == 8834) ADVANCE(616); - if (lookahead == 8835) ADVANCE(711); - if (lookahead == 8847) ADVANCE(618); - if (lookahead == 8848) ADVANCE(733); - if (lookahead == 8851) ADVANCE(709); - if (lookahead == 8852) ADVANCE(696); - if (lookahead == 8853) ADVANCE(703); - if (lookahead == 8855) ADVANCE(638); - if (lookahead == 8857) ADVANCE(683); - if (lookahead == 8858) ADVANCE(604); - if (lookahead == 8859) ADVANCE(606); - if (lookahead == 8860) ADVANCE(705); - if (lookahead == 8861) ADVANCE(734); - if (lookahead == 8862) ADVANCE(701); - if (lookahead == 8863) ADVANCE(614); - if (lookahead == 8864) ADVANCE(736); - if (lookahead == 8865) ADVANCE(620); - if (lookahead == 8866) ADVANCE(590); - if (lookahead == 8901) ADVANCE(685); - if (lookahead == 8916) ADVANCE(721); - if (lookahead == 8917) ADVANCE(643); - if (lookahead == 8943) ADVANCE(596); - if (lookahead == 8962) ADVANCE(729); - if (lookahead == 8965) ADVANCE(688); - if (lookahead == 8968) ADVANCE(552); - if (lookahead == 8970) ADVANCE(550); - if (lookahead == 8981) ADVANCE(634); - if (lookahead == 9013) ADVANCE(544); - if (lookahead == 9033) ADVANCE(598); - if (lookahead == 9039) ADVANCE(600); - if (lookahead == 9046) ADVANCE(602); - if (lookahead == 9051) ADVANCE(728); - if (lookahead == 9052) ADVANCE(713); - if (lookahead == 9058) ADVANCE(719); - if (lookahead == 9059) ADVANCE(717); - if (lookahead == 9060) ADVANCE(640); - if (lookahead == 9061) ADVANCE(681); - if (lookahead == 9084) ADVANCE(237); - if (lookahead == 9633) ADVANCE(610); - if (lookahead == 9651) ADVANCE(586); - if (lookahead == 9661) ADVANCE(632); - if (lookahead == 9675) ADVANCE(548); - if (lookahead == 9676) ADVANCE(530); - if (lookahead == 9707) ADVANCE(630); - if (lookahead == 9712) ADVANCE(666); - if (lookahead == 9716) ADVANCE(608); - if (lookahead == 9727) ADVANCE(572); - if (lookahead == 9735) ADVANCE(661); - if (lookahead == 9837) ADVANCE(594); - if (lookahead == 9858) ADVANCE(645); - if (lookahead == 10085) ADVANCE(724); - if (lookahead == 10204) ADVANCE(731); - if (lookahead == 10747) ADVANCE(584); - if (lookahead == 11034) ADVANCE(715); - if (lookahead == 11822) ADVANCE(651); + if (lookahead == 'A') ADVANCE(402); + if (lookahead == 'E') ADVANCE(432); + if (lookahead == 'F') ADVANCE(268); + if (lookahead == 'N') ADVANCE(267); + if (lookahead == 'P') ADVANCE(350); + if (lookahead == 'S') ADVANCE(314); + if (lookahead == '[') ADVANCE(525); + if (lookahead == '\\') ADVANCE(695); + if (lookahead == '^') ADVANCE(529); + if (lookahead == '`') ADVANCE(556); + if (lookahead == 'a') ADVANCE(297); + if (lookahead == 'b') ADVANCE(341); + if (lookahead == 'c') ADVANCE(315); + if (lookahead == 'd') ADVANCE(316); + if (lookahead == 'e') ADVANCE(532); + if (lookahead == 'f') ADVANCE(747); + if (lookahead == 'g') ADVANCE(282); + if (lookahead == 'h') ADVANCE(283); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'j') ADVANCE(384); + if (lookahead == 'k') ADVANCE(326); + if (lookahead == 'l') ADVANCE(317); + if (lookahead == 'm') ADVANCE(269); + if (lookahead == 'n') ADVANCE(382); + if (lookahead == 'o') ADVANCE(367); + if (lookahead == 'p') ADVANCE(279); + if (lookahead == 'r') ADVANCE(285); + if (lookahead == 's') ADVANCE(307); + if (lookahead == 't') ADVANCE(270); + if (lookahead == 'u') ADVANCE(368); + if (lookahead == 'w') ADVANCE(284); + if (lookahead == '{') ADVANCE(523); + if (lookahead == 164) ADVANCE(682); + if (lookahead == 172) ADVANCE(552); + if (lookahead == 175) ADVANCE(559); + if (lookahead == 176) ADVANCE(710); + if (lookahead == 177) ADVANCE(555); + if (lookahead == 183) ADVANCE(751); + if (lookahead == 215) ADVANCE(585); + if (lookahead == 247) ADVANCE(587); + if (lookahead == 951) ADVANCE(536); + if (lookahead == 960) ADVANCE(538); + if (lookahead == 964) ADVANCE(540); + if (lookahead == 8261) ADVANCE(571); + if (lookahead == 8319) ADVANCE(591); + if (lookahead == 8345) ADVANCE(593); + if (lookahead == 8450) ADVANCE(678); + if (lookahead == 8594) ADVANCE(749); + if (lookahead == 8600) ADVANCE(644); + if (lookahead == 8601) ADVANCE(642); + if (lookahead == 8613) ADVANCE(597); + if (lookahead == 8615) ADVANCE(595); + if (lookahead == 8619) ADVANCE(762); + if (lookahead == 8620) ADVANCE(761); + if (lookahead == 8623) ADVANCE(640); + if (lookahead == 8624) ADVANCE(754); + if (lookahead == 8635) ADVANCE(646); + if (lookahead == 8652) ADVANCE(610); + if (lookahead == 8673) ADVANCE(606); + if (lookahead == 8714) ADVANCE(654); + if (lookahead == 8728) ADVANCE(550); + if (lookahead == 8730) ADVANCE(563); + if (lookahead == 8734) ADVANCE(542); + if (lookahead == 8736) ADVANCE(599); + if (lookahead == 8743) ADVANCE(724); + if (lookahead == 8745) ADVANCE(732); + if (lookahead == 8757) ADVANCE(697); + if (lookahead == 8759) ADVANCE(750); + if (lookahead == 8781) ADVANCE(630); + if (lookahead == 8800) ADVANCE(574); + if (lookahead == 8801) ADVANCE(699); + if (lookahead == 8804) ADVANCE(577); + if (lookahead == 8805) ADVANCE(580); + if (lookahead == 8834) ADVANCE(634); + if (lookahead == 8835) ADVANCE(736); + if (lookahead == 8847) ADVANCE(636); + if (lookahead == 8848) ADVANCE(756); + if (lookahead == 8851) ADVANCE(734); + if (lookahead == 8853) ADVANCE(728); + if (lookahead == 8855) ADVANCE(656); + if (lookahead == 8857) ADVANCE(703); + if (lookahead == 8858) ADVANCE(622); + if (lookahead == 8859) ADVANCE(624); + if (lookahead == 8860) ADVANCE(730); + if (lookahead == 8861) ADVANCE(757); + if (lookahead == 8862) ADVANCE(726); + if (lookahead == 8863) ADVANCE(632); + if (lookahead == 8864) ADVANCE(759); + if (lookahead == 8865) ADVANCE(638); + if (lookahead == 8866) ADVANCE(608); + if (lookahead == 8901) ADVANCE(705); + if (lookahead == 8916) ADVANCE(764); + if (lookahead == 8917) ADVANCE(661); + if (lookahead == 8943) ADVANCE(614); + if (lookahead == 8962) ADVANCE(753); + if (lookahead == 8965) ADVANCE(708); + if (lookahead == 8968) ADVANCE(569); + if (lookahead == 8970) ADVANCE(567); + if (lookahead == 8981) ADVANCE(652); + if (lookahead == 9013) ADVANCE(561); + if (lookahead == 9033) ADVANCE(616); + if (lookahead == 9039) ADVANCE(618); + if (lookahead == 9046) ADVANCE(620); + if (lookahead == 9050) ADVANCE(715); + if (lookahead == 9051) ADVANCE(752); + if (lookahead == 9052) ADVANCE(738); + if (lookahead == 9058) ADVANCE(744); + if (lookahead == 9059) ADVANCE(742); + if (lookahead == 9060) ADVANCE(658); + if (lookahead == 9061) ADVANCE(701); + if (lookahead == 9084) ADVANCE(252); + if (lookahead == 9633) ADVANCE(628); + if (lookahead == 9651) ADVANCE(604); + if (lookahead == 9661) ADVANCE(650); + if (lookahead == 9671) ADVANCE(717); + if (lookahead == 9675) ADVANCE(565); + if (lookahead == 9676) ADVANCE(546); + if (lookahead == 9707) ADVANCE(648); + if (lookahead == 9712) ADVANCE(685); + if (lookahead == 9716) ADVANCE(626); + if (lookahead == 9727) ADVANCE(589); + if (lookahead == 9735) ADVANCE(680); + if (lookahead == 9837) ADVANCE(612); + if (lookahead == 9858) ADVANCE(663); + if (lookahead == 10085) ADVANCE(748); + if (lookahead == 10204) ADVANCE(713); + if (lookahead == 10747) ADVANCE(601); + if (lookahead == 11034) ADVANCE(740); + if (lookahead == 11822) ADVANCE(670); if (lookahead == '\t' || - lookahead == ' ') SKIP(220) - if (('q' <= lookahead && lookahead <= 'z')) ADVANCE(422); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(224); - if (('B' <= lookahead && lookahead <= 'Z')) ADVANCE(423); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(245); + lookahead == ' ') SKIP(235) + if (('q' <= lookahead && lookahead <= 'z')) ADVANCE(436); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(239); + if (('B' <= lookahead && lookahead <= 'Z')) ADVANCE(437); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(260); END_STATE(); - case 221: - if (eof) ADVANCE(223); - if (lookahead == '\n') ADVANCE(739); + case 236: + if (eof) ADVANCE(238); + if (lookahead == '\n') ADVANCE(766); if (lookahead == '\r') ADVANCE(1); if (lookahead == '!') ADVANCE(10); if (lookahead == '"') ADVANCE(7); - if (lookahead == '#') ADVANCE(424); + if (lookahead == '#') ADVANCE(438); if (lookahead == '$') ADVANCE(5); - if (lookahead == '%') ADVANCE(569); - if (lookahead == '&') ADVANCE(219); - if (lookahead == '\'') ADVANCE(514); - if (lookahead == '(') ADVANCE(505); - if (lookahead == ')') ADVANCE(506); - if (lookahead == '*') ADVANCE(567); - if (lookahead == '+') ADVANCE(564); - if (lookahead == ',') ADVANCE(528); - if (lookahead == '-') ADVANCE(565); - if (lookahead == '.') ADVANCE(527); - if (lookahead == '/') ADVANCE(673); - if (lookahead == ':') ADVANCE(529); - if (lookahead == ';') ADVANCE(737); - if (lookahead == '<') ADVANCE(558); - if (lookahead == '=') ADVANCE(555); - if (lookahead == '>') ADVANCE(561); - if (lookahead == '?') ADVANCE(664); + if (lookahead == '%') ADVANCE(586); + if (lookahead == '&') ADVANCE(234); + if (lookahead == '\'') ADVANCE(530); + if (lookahead == '(') ADVANCE(521); + if (lookahead == ')') ADVANCE(522); + if (lookahead == '*') ADVANCE(584); + if (lookahead == '+') ADVANCE(581); + if (lookahead == ',') ADVANCE(544); + if (lookahead == '-') ADVANCE(582); + if (lookahead == '.') ADVANCE(543); + if (lookahead == '/') ADVANCE(693); + if (lookahead == ':') ADVANCE(545); + if (lookahead == ';') ADVANCE(760); + if (lookahead == '<') ADVANCE(575); + if (lookahead == '=') ADVANCE(572); + if (lookahead == '>') ADVANCE(578); + if (lookahead == '?') ADVANCE(683); if (lookahead == '@') ADVANCE(11); - if (lookahead == 'A') ADVANCE(387); - if (lookahead == 'E') ADVANCE(418); - if (lookahead == 'F') ADVANCE(253); - if (lookahead == 'N') ADVANCE(252); - if (lookahead == 'P') ADVANCE(337); - if (lookahead == 'S') ADVANCE(300); - if (lookahead == '[') ADVANCE(509); - if (lookahead == '\\') ADVANCE(675); - if (lookahead == ']') ADVANCE(510); - if (lookahead == '^') ADVANCE(513); - if (lookahead == '_') ADVANCE(511); - if (lookahead == '`') ADVANCE(539); - if (lookahead == 'a') ADVANCE(284); - if (lookahead == 'b') ADVANCE(327); - if (lookahead == 'c') ADVANCE(301); - if (lookahead == 'd') ADVANCE(302); - if (lookahead == 'e') ADVANCE(524); - if (lookahead == 'f') ADVANCE(271); - if (lookahead == 'g') ADVANCE(267); - if (lookahead == 'h') ADVANCE(272); - if (lookahead == 'i') ADVANCE(294); - if (lookahead == 'j') ADVANCE(370); - if (lookahead == 'k') ADVANCE(312); - if (lookahead == 'l') ADVANCE(303); - if (lookahead == 'm') ADVANCE(254); - if (lookahead == 'n') ADVANCE(368); - if (lookahead == 'o') ADVANCE(394); - if (lookahead == 'p') ADVANCE(264); - if (lookahead == 'r') ADVANCE(268); - if (lookahead == 's') ADVANCE(292); - if (lookahead == 't') ADVANCE(255); - if (lookahead == 'u') ADVANCE(354); - if (lookahead == 'w') ADVANCE(273); - if (lookahead == '{') ADVANCE(507); - if (lookahead == '|') ADVANCE(242); - if (lookahead == '}') ADVANCE(508); - if (lookahead == 164) ADVANCE(663); - if (lookahead == 172) ADVANCE(536); - if (lookahead == 175) ADVANCE(542); - if (lookahead == 176) ADVANCE(694); - if (lookahead == 177) ADVANCE(538); - if (lookahead == 183) ADVANCE(727); - if (lookahead == 215) ADVANCE(568); - if (lookahead == 247) ADVANCE(570); - if (lookahead == 951) ADVANCE(517); - if (lookahead == 960) ADVANCE(519); - if (lookahead == 964) ADVANCE(521); - if (lookahead == 8261) ADVANCE(554); - if (lookahead == 8319) ADVANCE(574); - if (lookahead == 8345) ADVANCE(576); - if (lookahead == 8450) ADVANCE(659); - if (lookahead == 8592) ADVANCE(512); - if (lookahead == 8594) ADVANCE(725); - if (lookahead == 8600) ADVANCE(626); - if (lookahead == 8601) ADVANCE(624); - if (lookahead == 8613) ADVANCE(580); - if (lookahead == 8615) ADVANCE(578); - if (lookahead == 8619) ADVANCE(692); - if (lookahead == 8620) ADVANCE(690); - if (lookahead == 8623) ADVANCE(622); - if (lookahead == 8624) ADVANCE(730); - if (lookahead == 8635) ADVANCE(628); - if (lookahead == 8652) ADVANCE(592); - if (lookahead == 8673) ADVANCE(588); - if (lookahead == 8714) ADVANCE(636); - if (lookahead == 8728) ADVANCE(534); - if (lookahead == 8730) ADVANCE(546); - if (lookahead == 8734) ADVANCE(523); - if (lookahead == 8736) ADVANCE(582); - if (lookahead == 8743) ADVANCE(699); - if (lookahead == 8745) ADVANCE(707); - if (lookahead == 8757) ADVANCE(677); - if (lookahead == 8759) ADVANCE(726); - if (lookahead == 8781) ADVANCE(612); - if (lookahead == 8800) ADVANCE(557); - if (lookahead == 8801) ADVANCE(679); - if (lookahead == 8804) ADVANCE(560); - if (lookahead == 8805) ADVANCE(563); - if (lookahead == 8834) ADVANCE(616); - if (lookahead == 8835) ADVANCE(711); - if (lookahead == 8847) ADVANCE(618); - if (lookahead == 8848) ADVANCE(733); - if (lookahead == 8851) ADVANCE(709); - if (lookahead == 8852) ADVANCE(696); - if (lookahead == 8853) ADVANCE(703); - if (lookahead == 8855) ADVANCE(638); - if (lookahead == 8857) ADVANCE(683); - if (lookahead == 8858) ADVANCE(604); - if (lookahead == 8859) ADVANCE(606); - if (lookahead == 8860) ADVANCE(705); - if (lookahead == 8861) ADVANCE(734); - if (lookahead == 8862) ADVANCE(701); - if (lookahead == 8863) ADVANCE(614); - if (lookahead == 8864) ADVANCE(736); - if (lookahead == 8865) ADVANCE(620); - if (lookahead == 8866) ADVANCE(590); - if (lookahead == 8901) ADVANCE(685); - if (lookahead == 8916) ADVANCE(721); - if (lookahead == 8917) ADVANCE(643); - if (lookahead == 8943) ADVANCE(596); - if (lookahead == 8962) ADVANCE(729); - if (lookahead == 8965) ADVANCE(688); - if (lookahead == 8968) ADVANCE(552); - if (lookahead == 8970) ADVANCE(550); - if (lookahead == 8981) ADVANCE(634); - if (lookahead == 9013) ADVANCE(544); - if (lookahead == 9033) ADVANCE(598); - if (lookahead == 9039) ADVANCE(600); - if (lookahead == 9046) ADVANCE(602); - if (lookahead == 9051) ADVANCE(728); - if (lookahead == 9052) ADVANCE(713); - if (lookahead == 9058) ADVANCE(719); - if (lookahead == 9059) ADVANCE(717); - if (lookahead == 9060) ADVANCE(640); - if (lookahead == 9061) ADVANCE(681); - if (lookahead == 9084) ADVANCE(237); - if (lookahead == 9633) ADVANCE(610); - if (lookahead == 9651) ADVANCE(586); - if (lookahead == 9661) ADVANCE(632); - if (lookahead == 9675) ADVANCE(548); - if (lookahead == 9676) ADVANCE(530); - if (lookahead == 9707) ADVANCE(630); - if (lookahead == 9712) ADVANCE(666); - if (lookahead == 9716) ADVANCE(608); - if (lookahead == 9727) ADVANCE(572); - if (lookahead == 9735) ADVANCE(661); - if (lookahead == 9837) ADVANCE(594); - if (lookahead == 9858) ADVANCE(645); - if (lookahead == 10085) ADVANCE(724); - if (lookahead == 10204) ADVANCE(731); - if (lookahead == 10747) ADVANCE(584); - if (lookahead == 11034) ADVANCE(715); - if (lookahead == 11822) ADVANCE(651); + if (lookahead == 'A') ADVANCE(402); + if (lookahead == 'E') ADVANCE(432); + if (lookahead == 'F') ADVANCE(268); + if (lookahead == 'N') ADVANCE(267); + if (lookahead == 'P') ADVANCE(350); + if (lookahead == 'S') ADVANCE(314); + if (lookahead == '[') ADVANCE(525); + if (lookahead == '\\') ADVANCE(695); + if (lookahead == ']') ADVANCE(526); + if (lookahead == '^') ADVANCE(529); + if (lookahead == '_') ADVANCE(527); + if (lookahead == '`') ADVANCE(556); + if (lookahead == 'a') ADVANCE(297); + if (lookahead == 'b') ADVANCE(341); + if (lookahead == 'c') ADVANCE(315); + if (lookahead == 'd') ADVANCE(316); + if (lookahead == 'e') ADVANCE(532); + if (lookahead == 'f') ADVANCE(747); + if (lookahead == 'g') ADVANCE(282); + if (lookahead == 'h') ADVANCE(283); + if (lookahead == 'i') ADVANCE(308); + if (lookahead == 'j') ADVANCE(384); + if (lookahead == 'k') ADVANCE(326); + if (lookahead == 'l') ADVANCE(317); + if (lookahead == 'm') ADVANCE(269); + if (lookahead == 'n') ADVANCE(382); + if (lookahead == 'o') ADVANCE(367); + if (lookahead == 'p') ADVANCE(279); + if (lookahead == 'r') ADVANCE(285); + if (lookahead == 's') ADVANCE(307); + if (lookahead == 't') ADVANCE(270); + if (lookahead == 'u') ADVANCE(368); + if (lookahead == 'w') ADVANCE(284); + if (lookahead == '{') ADVANCE(523); + if (lookahead == '|') ADVANCE(257); + if (lookahead == '}') ADVANCE(524); + if (lookahead == 164) ADVANCE(682); + if (lookahead == 172) ADVANCE(552); + if (lookahead == 175) ADVANCE(559); + if (lookahead == 176) ADVANCE(710); + if (lookahead == 177) ADVANCE(555); + if (lookahead == 183) ADVANCE(751); + if (lookahead == 215) ADVANCE(585); + if (lookahead == 247) ADVANCE(587); + if (lookahead == 951) ADVANCE(536); + if (lookahead == 960) ADVANCE(538); + if (lookahead == 964) ADVANCE(540); + if (lookahead == 8261) ADVANCE(571); + if (lookahead == 8319) ADVANCE(591); + if (lookahead == 8345) ADVANCE(593); + if (lookahead == 8450) ADVANCE(678); + if (lookahead == 8592) ADVANCE(528); + if (lookahead == 8594) ADVANCE(749); + if (lookahead == 8600) ADVANCE(644); + if (lookahead == 8601) ADVANCE(642); + if (lookahead == 8613) ADVANCE(597); + if (lookahead == 8615) ADVANCE(595); + if (lookahead == 8619) ADVANCE(762); + if (lookahead == 8620) ADVANCE(761); + if (lookahead == 8623) ADVANCE(640); + if (lookahead == 8624) ADVANCE(754); + if (lookahead == 8635) ADVANCE(646); + if (lookahead == 8652) ADVANCE(610); + if (lookahead == 8673) ADVANCE(606); + if (lookahead == 8714) ADVANCE(654); + if (lookahead == 8728) ADVANCE(550); + if (lookahead == 8730) ADVANCE(563); + if (lookahead == 8734) ADVANCE(542); + if (lookahead == 8736) ADVANCE(599); + if (lookahead == 8743) ADVANCE(724); + if (lookahead == 8745) ADVANCE(732); + if (lookahead == 8757) ADVANCE(697); + if (lookahead == 8759) ADVANCE(750); + if (lookahead == 8781) ADVANCE(630); + if (lookahead == 8800) ADVANCE(574); + if (lookahead == 8801) ADVANCE(699); + if (lookahead == 8804) ADVANCE(577); + if (lookahead == 8805) ADVANCE(580); + if (lookahead == 8834) ADVANCE(634); + if (lookahead == 8835) ADVANCE(736); + if (lookahead == 8847) ADVANCE(636); + if (lookahead == 8848) ADVANCE(756); + if (lookahead == 8851) ADVANCE(734); + if (lookahead == 8853) ADVANCE(728); + if (lookahead == 8855) ADVANCE(656); + if (lookahead == 8857) ADVANCE(703); + if (lookahead == 8858) ADVANCE(622); + if (lookahead == 8859) ADVANCE(624); + if (lookahead == 8860) ADVANCE(730); + if (lookahead == 8861) ADVANCE(757); + if (lookahead == 8862) ADVANCE(726); + if (lookahead == 8863) ADVANCE(632); + if (lookahead == 8864) ADVANCE(759); + if (lookahead == 8865) ADVANCE(638); + if (lookahead == 8866) ADVANCE(608); + if (lookahead == 8901) ADVANCE(705); + if (lookahead == 8916) ADVANCE(764); + if (lookahead == 8917) ADVANCE(661); + if (lookahead == 8943) ADVANCE(614); + if (lookahead == 8962) ADVANCE(753); + if (lookahead == 8965) ADVANCE(708); + if (lookahead == 8968) ADVANCE(569); + if (lookahead == 8970) ADVANCE(567); + if (lookahead == 8981) ADVANCE(652); + if (lookahead == 9013) ADVANCE(561); + if (lookahead == 9033) ADVANCE(616); + if (lookahead == 9039) ADVANCE(618); + if (lookahead == 9046) ADVANCE(620); + if (lookahead == 9050) ADVANCE(715); + if (lookahead == 9051) ADVANCE(752); + if (lookahead == 9052) ADVANCE(738); + if (lookahead == 9058) ADVANCE(744); + if (lookahead == 9059) ADVANCE(742); + if (lookahead == 9060) ADVANCE(658); + if (lookahead == 9061) ADVANCE(701); + if (lookahead == 9084) ADVANCE(252); + if (lookahead == 9633) ADVANCE(628); + if (lookahead == 9651) ADVANCE(604); + if (lookahead == 9661) ADVANCE(650); + if (lookahead == 9671) ADVANCE(717); + if (lookahead == 9675) ADVANCE(565); + if (lookahead == 9676) ADVANCE(546); + if (lookahead == 9707) ADVANCE(648); + if (lookahead == 9712) ADVANCE(685); + if (lookahead == 9716) ADVANCE(626); + if (lookahead == 9727) ADVANCE(589); + if (lookahead == 9735) ADVANCE(680); + if (lookahead == 9837) ADVANCE(612); + if (lookahead == 9858) ADVANCE(663); + if (lookahead == 10085) ADVANCE(748); + if (lookahead == 10204) ADVANCE(713); + if (lookahead == 10747) ADVANCE(601); + if (lookahead == 11034) ADVANCE(740); + if (lookahead == 11822) ADVANCE(670); if (lookahead == '\t' || - lookahead == ' ') SKIP(221) - if (('q' <= lookahead && lookahead <= 'z')) ADVANCE(422); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(224); - if (('B' <= lookahead && lookahead <= 'Z')) ADVANCE(423); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(245); + lookahead == ' ') SKIP(236) + if (('q' <= lookahead && lookahead <= 'z')) ADVANCE(436); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(239); + if (('B' <= lookahead && lookahead <= 'Z')) ADVANCE(437); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(260); END_STATE(); - case 222: - if (eof) ADVANCE(223); - if (lookahead == '\n') ADVANCE(739); + case 237: + if (eof) ADVANCE(238); + if (lookahead == '\n') ADVANCE(766); if (lookahead == '\r') ADVANCE(1); - if (lookahead == '#') ADVANCE(503); - if (lookahead == ')') ADVANCE(506); - if (lookahead == '_') ADVANCE(511); - if (lookahead == '|') ADVANCE(242); + if (lookahead == '#') ADVANCE(519); + if (lookahead == ')') ADVANCE(522); + if (lookahead == '_') ADVANCE(527); + if (lookahead == '|') ADVANCE(257); if (lookahead == '\t' || - lookahead == ' ') SKIP(222) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); + lookahead == ' ') SKIP(237) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(258); END_STATE(); - case 223: + case 238: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 224: + case 239: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '.') ADVANCE(212); - if (lookahead == '/') ADVANCE(213); + if (lookahead == '.') ADVANCE(227); + if (lookahead == '/') ADVANCE(228); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(224); + lookahead == 'e') ADVANCE(225); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(239); END_STATE(); - case 225: + case 240: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '.') ADVANCE(212); + if (lookahead == '.') ADVANCE(227); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(225); + lookahead == 'e') ADVANCE(225); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(240); END_STATE(); - case 226: + case 241: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); + lookahead == 'e') ADVANCE(225); END_STATE(); - case 227: + case 242: ACCEPT_TOKEN(aux_sym_number_token1); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(227); + lookahead == 'e') ADVANCE(225); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(242); END_STATE(); - case 228: + case 243: ACCEPT_TOKEN(aux_sym_number_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(228); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); END_STATE(); - case 229: + case 244: ACCEPT_TOKEN(sym_fraction); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(229); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(244); END_STATE(); - case 230: + case 245: ACCEPT_TOKEN(anon_sym_os); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); - case 231: + case 246: ACCEPT_TOKEN(anon_sym_Family); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 232: + case 247: ACCEPT_TOKEN(anon_sym_Arch); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 233: + case 248: ACCEPT_TOKEN(anon_sym_ExeExt); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 234: + case 249: ACCEPT_TOKEN(anon_sym_PllExt); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 235: + case 250: ACCEPT_TOKEN(anon_sym_Sep); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 236: + case 251: ACCEPT_TOKEN(anon_sym_NUmProcs); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 237: - ACCEPT_TOKEN(anon_sym_); + case 252: + ACCEPT_TOKEN(anon_sym_u237c); END_STATE(); - case 238: + case 253: ACCEPT_TOKEN(aux_sym_character_token1); END_STATE(); - case 239: + case 254: ACCEPT_TOKEN(sym_string); END_STATE(); - case 240: + case 255: ACCEPT_TOKEN(sym_string); - if (lookahead == '"') ADVANCE(239); + if (lookahead == '"') ADVANCE(254); if (lookahead == '\\') ADVANCE(8); if (lookahead != 0) ADVANCE(7); END_STATE(); - case 241: + case 256: ACCEPT_TOKEN(sym_multiLineString); if (lookahead != 0 && - lookahead != '\n') ADVANCE(241); + lookahead != '\n') ADVANCE(256); END_STATE(); - case 242: + case 257: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); - case 243: + case 258: ACCEPT_TOKEN(aux_sym_signature_token1); - if (lookahead == '.') ADVANCE(214); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); + if (lookahead == '.') ADVANCE(229); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(258); END_STATE(); - case 244: + case 259: ACCEPT_TOKEN(aux_sym_signature_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(244); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(259); END_STATE(); - case 245: + case 260: ACCEPT_TOKEN(sym_identifier); END_STATE(); - case 246: + case 261: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); END_STATE(); - case 247: + case 262: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'E') ADVANCE(416); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'E') ADVANCE(430); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 248: + case 263: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'E') ADVANCE(417); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'E') ADVANCE(431); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 249: + case 264: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'N') ADVANCE(525); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'N') ADVANCE(533); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 250: + case 265: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'P') ADVANCE(390); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'P') ADVANCE(405); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); - case 251: + case 266: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'P') ADVANCE(393); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'P') ADVANCE(409); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); - END_STATE(); - case 252: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'U') ADVANCE(345); - if (lookahead == 'a') ADVANCE(249); - if (lookahead == 'u') ADVANCE(353); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(423); - END_STATE(); - case 253: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(350); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(423); - END_STATE(); - case 254: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(383); - if (lookahead == 'e') ADVANCE(347); - if (lookahead == 'i') ADVANCE(366); - if (lookahead == 'o') ADVANCE(297); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); - END_STATE(); - case 255: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(285); - if (lookahead == 'h') ADVANCE(332); - if (lookahead == 'r') ADVANCE(278); - if (lookahead == 'y') ADVANCE(385); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); - END_STATE(); - case 256: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(468); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); - END_STATE(); - case 257: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(431); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); - END_STATE(); - case 258: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(516); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); - END_STATE(); - case 259: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(501); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); - END_STATE(); - case 260: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(342); - if (lookahead == 'i') ADVANCE(362); - if (lookahead == 'l') ADVANCE(377); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); - END_STATE(); - case 261: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(384); - if (lookahead == 'e') ADVANCE(348); - if (lookahead == 'i') ADVANCE(367); - if (lookahead == 'o') ADVANCE(298); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); - END_STATE(); - case 262: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(391); - if (lookahead == 'i') ADVANCE(289); - if (lookahead == 'o') ADVANCE(414); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); - END_STATE(); - case 263: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(319); - if (lookahead == 'r') ADVANCE(281); - if (lookahead == 'y') ADVANCE(386); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); - END_STATE(); - case 264: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(388); - if (lookahead == 'i') ADVANCE(518); - if (lookahead == 'o') ADVANCE(413); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); - END_STATE(); - case 265: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(487); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); - END_STATE(); - case 266: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(464); - if (lookahead == 'd') ADVANCE(497); - if (lookahead == 's') ADVANCE(454); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 267: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(382); - if (lookahead == 'e') ADVANCE(357); - if (lookahead == 'r') ADVANCE(378); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'U') ADVANCE(358); + if (lookahead == 'a') ADVANCE(264); + if (lookahead == 'u') ADVANCE(366); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 268: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(359); - if (lookahead == 'e') ADVANCE(287); - if (lookahead == 'i') ADVANCE(401); - if (lookahead == 'o') ADVANCE(410); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(363); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 269: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(397); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(398); + if (lookahead == 'e') ADVANCE(360); + if (lookahead == 'i') ADVANCE(380); + if (lookahead == 'o') ADVANCE(311); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 270: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(360); - if (lookahead == 'e') ADVANCE(290); - if (lookahead == 'i') ADVANCE(404); - if (lookahead == 'o') ADVANCE(412); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(299); + if (lookahead == 'r') ADVANCE(292); + if (lookahead == 'y') ADVANCE(400); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 271: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(339); - if (lookahead == 'i') ADVANCE(340); - if (lookahead == 'l') ADVANCE(371); - if (lookahead == 'o') ADVANCE(338); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(485); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 272: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(398); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(445); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 273: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(329); - if (lookahead == 'h') ADVANCE(305); - if (lookahead == 'i') ADVANCE(364); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(535); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 274: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(334); - if (lookahead == 'h') ADVANCE(315); - if (lookahead == 'i') ADVANCE(365); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(517); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 275: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(471); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(355); + if (lookahead == 'i') ADVANCE(375); + if (lookahead == 'l') ADVANCE(392); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 276: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(482); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(399); + if (lookahead == 'e') ADVANCE(361); + if (lookahead == 'i') ADVANCE(381); + if (lookahead == 'o') ADVANCE(312); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 277: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(95); - if (lookahead == 'd') ADVANCE(187); - if (lookahead == 's') ADVANCE(74); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(406); + if (lookahead == 'i') ADVANCE(303); + if (lookahead == 'o') ADVANCE(428); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 278: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(474); - if (lookahead == 'y') ADVANCE(716); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(333); + if (lookahead == 'r') ADVANCE(295); + if (lookahead == 'y') ADVANCE(401); if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 279: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(157); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(403); + if (lookahead == 'i') ADVANCE(537); + if (lookahead == 'o') ADVANCE(390); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 280: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(109); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(504); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 281: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(120); - if (lookahead == 'y') ADVANCE(153); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(480); + if (lookahead == 'd') ADVANCE(513); + if (lookahead == 's') ADVANCE(469); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 282: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(139); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(397); + if (lookahead == 'e') ADVANCE(371); + if (lookahead == 'r') ADVANCE(393); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 283: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'b') ADVANCE(402); - if (lookahead == 's') ADVANCE(403); - if (lookahead == 't') ADVANCE(280); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(413); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 284: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'b') ADVANCE(395); - if (lookahead == 'l') ADVANCE(335); - if (lookahead == 's') ADVANCE(396); - if (lookahead == 't') ADVANCE(256); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(343); + if (lookahead == 'h') ADVANCE(319); + if (lookahead == 'i') ADVANCE(378); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 285: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'b') ADVANCE(467); - if (lookahead == 'g') ADVANCE(648); - if (lookahead == 'k') ADVANCE(443); - if (lookahead == 'u') ADVANCE(520); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'e') ADVANCE(301); + if (lookahead == 'i') ADVANCE(416); + if (lookahead == 'o') ADVANCE(425); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 286: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(323); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(412); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 287: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(496); - if (lookahead == 'd') ADVANCE(498); - if (lookahead == 'g') ADVANCE(446); - if (lookahead == 'm') ADVANCE(476); - if (lookahead == 'p') ADVANCE(445); - if (lookahead == 'r') ADVANCE(426); - if (lookahead == 's') ADVANCE(456); - if (lookahead == 'v') ADVANCE(449); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(374); + if (lookahead == 'e') ADVANCE(305); + if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'o') ADVANCE(427); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 288: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(455); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(347); + if (lookahead == 'h') ADVANCE(329); + if (lookahead == 'i') ADVANCE(379); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 289: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(90); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(488); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 290: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(195); - if (lookahead == 'g') ADVANCE(56); - if (lookahead == 'm') ADVANCE(125); - if (lookahead == 'r') ADVANCE(12); - if (lookahead == 's') ADVANCE(78); - if (lookahead == 'v') ADVANCE(61); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(499); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 291: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(399); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(100); + if (lookahead == 'd') ADVANCE(199); + if (lookahead == 's') ADVANCE(78); END_STATE(); case 292: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(275); - if (lookahead == 'e') ADVANCE(341); - if (lookahead == 'h') ADVANCE(276); - if (lookahead == 'i') ADVANCE(321); - if (lookahead == 'p') ADVANCE(259); - if (lookahead == 'q') ADVANCE(389); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(491); + if (lookahead == 'y') ADVANCE(741); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 293: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(400); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(167); END_STATE(); case 294: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(532); - if (lookahead == 'n') ADVANCE(296); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(114); END_STATE(); case 295: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(533); - if (lookahead == 'n') ADVANCE(299); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(126); + if (lookahead == 'y') ADVANCE(162); END_STATE(); case 296: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(440); - if (lookahead == 'f') ADVANCE(457); - if (lookahead == 's') ADVANCE(451); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(149); END_STATE(); case 297: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(500); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'b') ADVANCE(410); + if (lookahead == 'l') ADVANCE(348); + if (lookahead == 's') ADVANCE(411); + if (lookahead == 't') ADVANCE(271); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 298: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(193); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'b') ADVANCE(417); + if (lookahead == 's') ADVANCE(418); + if (lookahead == 't') ADVANCE(294); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 299: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(34); - if (lookahead == 's') ADVANCE(66); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'b') ADVANCE(484); + if (lookahead == 'g') ADVANCE(666); + if (lookahead == 'k') ADVANCE(457); + if (lookahead == 'u') ADVANCE(539); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 300: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(380); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(337); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 301: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(324); - if (lookahead == 'l') ADVANCE(265); - if (lookahead == 'o') ADVANCE(346); - if (lookahead == 'r') ADVANCE(375); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(512); + if (lookahead == 'd') ADVANCE(514); + if (lookahead == 'g') ADVANCE(460); + if (lookahead == 'm') ADVANCE(493); + if (lookahead == 'p') ADVANCE(459); + if (lookahead == 'r') ADVANCE(441); + if (lookahead == 's') ADVANCE(471); + if (lookahead == 'v') ADVANCE(464); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 302: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(266); - if (lookahead == 'i') ADVANCE(381); - if (lookahead == 'o') ADVANCE(718); - if (lookahead == 'r') ADVANCE(372); - if (lookahead == 'u') ADVANCE(349); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(470); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 303: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(358); - if (lookahead == 'o') ADVANCE(318); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(95); END_STATE(); case 304: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(247); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(414); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 305: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(485); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(208); + if (lookahead == 'g') ADVANCE(58); + if (lookahead == 'm') ADVANCE(132); + if (lookahead == 'p') ADVANCE(152); + if (lookahead == 'r') ADVANCE(14); + if (lookahead == 's') ADVANCE(82); + if (lookahead == 'v') ADVANCE(63); END_STATE(); case 306: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(330); - if (lookahead == 'l') ADVANCE(279); - if (lookahead == 'o') ADVANCE(352); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(415); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 307: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(277); - if (lookahead == 'r') ADVANCE(376); - if (lookahead == 'u') ADVANCE(351); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(289); + if (lookahead == 'e') ADVANCE(354); + if (lookahead == 'h') ADVANCE(290); + if (lookahead == 'i') ADVANCE(335); + if (lookahead == 'p') ADVANCE(274); + if (lookahead == 'q') ADVANCE(404); + if (lookahead == 't') ADVANCE(408); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 308: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(356); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(548); + if (lookahead == 'n') ADVANCE(310); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 309: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(314); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(549); + if (lookahead == 'n') ADVANCE(313); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 310: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(361); - if (lookahead == 'o') ADVANCE(320); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(454); + if (lookahead == 'f') ADVANCE(472); + if (lookahead == 's') ADVANCE(466); + if (lookahead == 'v') ADVANCE(461); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 311: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(343); - if (lookahead == 'h') ADVANCE(282); - if (lookahead == 'i') ADVANCE(322); - if (lookahead == 'q') ADVANCE(392); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(516); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 312: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(313); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(206); END_STATE(); case 313: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(480); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(34); + if (lookahead == 's') ADVANCE(67); END_STATE(); case 314: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(134); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(395); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 315: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(154); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(338); + if (lookahead == 'l') ADVANCE(280); + if (lookahead == 'o') ADVANCE(359); + if (lookahead == 'r') ADVANCE(389); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 316: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'f') ADVANCE(654); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(281); + if (lookahead == 'i') ADVANCE(396); + if (lookahead == 'o') ADVANCE(743); + if (lookahead == 'r') ADVANCE(386); + if (lookahead == 'u') ADVANCE(362); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 317: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'f') ADVANCE(654); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(372); + if (lookahead == 'o') ADVANCE(332); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 318: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'g') ADVANCE(427); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(262); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 319: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'g') ADVANCE(648); - if (lookahead == 'k') ADVANCE(37); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(502); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 320: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'g') ADVANCE(13); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(344); + if (lookahead == 'l') ADVANCE(293); + if (lookahead == 'o') ADVANCE(365); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 321: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'g') ADVANCE(472); - if (lookahead == 'n') ADVANCE(442); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(291); + if (lookahead == 'r') ADVANCE(391); + if (lookahead == 'u') ADVANCE(364); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 322: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'g') ADVANCE(112); - if (lookahead == 'n') ADVANCE(36); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(370); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 323: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'h') ADVANCE(232); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 324: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(463); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(377); + if (lookahead == 'o') ADVANCE(334); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 325: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(411); - if (lookahead == 'o') ADVANCE(415); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(356); + if (lookahead == 'h') ADVANCE(296); + if (lookahead == 'i') ADVANCE(336); + if (lookahead == 'q') ADVANCE(407); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 326: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(143); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(327); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 327: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(355); - if (lookahead == 'o') ADVANCE(405); - if (lookahead == 'r') ADVANCE(257); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(497); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 328: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(469); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(142); END_STATE(); case 329: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(495); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(163); END_STATE(); case 330: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(94); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'f') ADVANCE(673); END_STATE(); case 331: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(336); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'f') ADVANCE(673); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 332: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(490); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'g') ADVANCE(440); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 333: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(110); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'g') ADVANCE(666); + if (lookahead == 'k') ADVANCE(37); END_STATE(); case 334: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'i') ADVANCE(168); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'g') ADVANCE(12); END_STATE(); case 335: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(720); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'g') ADVANCE(489); + if (lookahead == 'n') ADVANCE(456); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 336: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(419); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'g') ADVANCE(119); + if (lookahead == 'n') ADVANCE(36); END_STATE(); case 337: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(344); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'h') ADVANCE(247); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 338: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(435); - if (lookahead == 'r') ADVANCE(461); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(479); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 339: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(465); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(426); + if (lookahead == 'o') ADVANCE(429); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 340: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(466); - if (lookahead == 'n') ADVANCE(434); - if (lookahead == 'r') ADVANCE(488); - if (lookahead == 'x') ADVANCE(662); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(151); END_STATE(); case 341: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(447); - if (lookahead == 'n') ADVANCE(437); - if (lookahead == 't') ADVANCE(459); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(369); + if (lookahead == 'o') ADVANCE(420); + if (lookahead == 'r') ADVANCE(272); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 342: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(96); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(486); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 343: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(57); - if (lookahead == 'n') ADVANCE(29); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(511); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 344: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'l') ADVANCE(248); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(99); END_STATE(); case 345: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(250); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(349); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 346: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(481); - if (lookahead == 'n') ADVANCE(493); - if (lookahead == 'u') ADVANCE(483); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(115); END_STATE(); case 347: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(430); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'i') ADVANCE(178); END_STATE(); case 348: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(20); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(763); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 349: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(479); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(433); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 350: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(331); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(357); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 351: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(133); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(449); + if (lookahead == 'r') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 352: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(136); - if (lookahead == 'u') ADVANCE(142); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(481); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 353: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'm') ADVANCE(251); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(482); + if (lookahead == 'n') ADVANCE(448); + if (lookahead == 'r') ADVANCE(505); + if (lookahead == 'x') ADVANCE(681); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 354: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(693); - if (lookahead == 't') ADVANCE(317); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(462); + if (lookahead == 'n') ADVANCE(451); + if (lookahead == 't') ADVANCE(474); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 355: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(433); - if (lookahead == 't') ADVANCE(486); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(101); END_STATE(); case 356: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(646); - if (lookahead == 't') ADVANCE(669); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(59); + if (lookahead == 'n') ADVANCE(29); END_STATE(); case 357: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(646); - if (lookahead == 't') ADVANCE(669); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'l') ADVANCE(263); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 358: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(452); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(265); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 359: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(436); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(498); + if (lookahead == 'n') ADVANCE(509); + if (lookahead == 'u') ADVANCE(500); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 360: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(28); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(444); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 361: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(72); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(20); END_STATE(); case 362: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(27); - if (lookahead == 'r') ADVANCE(158); - if (lookahead == 'x') ADVANCE(662); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(496); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 363: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(326); - if (lookahead == 't') ADVANCE(316); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(345); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 364: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(438); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(141); END_STATE(); case 365: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(31); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(144); + if (lookahead == 'u') ADVANCE(150); END_STATE(); case 366: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(460); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'm') ADVANCE(266); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 367: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'n') ADVANCE(88); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(712); + if (lookahead == 's') ADVANCE(245); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 368: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(407); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(709); + if (lookahead == 't') ADVANCE(331); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 369: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(406); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(447); + if (lookahead == 't') ADVANCE(503); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 370: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(328); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(664); + if (lookahead == 't') ADVANCE(688); END_STATE(); case 371: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(477); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(664); + if (lookahead == 't') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 372: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(478); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(467); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 373: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(333); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(450); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 374: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(291); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(28); END_STATE(); case 375: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(491); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(27); + if (lookahead == 'r') ADVANCE(168); + if (lookahead == 'x') ADVANCE(681); END_STATE(); case 376: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(132); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(340); + if (lookahead == 't') ADVANCE(330); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 377: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(127); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(75); END_STATE(); case 378: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(499); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(452); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 379: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'o') ADVANCE(293); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(31); END_STATE(); case 380: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(235); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(476); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 381: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(682); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'n') ADVANCE(92); END_STATE(); case 382: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(684); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(422); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 383: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(667); - if (lookahead == 't') ADVANCE(432); - if (lookahead == 'x') ADVANCE(458); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(421); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 384: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(667); - if (lookahead == 't') ADVANCE(21); - if (lookahead == 'x') ADVANCE(79); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(342); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 385: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(444); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(494); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 386: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'p') ADVANCE(38); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(495); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 387: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(286); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(346); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 388: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(492); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(304); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 389: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(494); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(507); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 390: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(374); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(483); + if (lookahead == 'w') ADVANCE(463); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 391: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(162); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(140); END_STATE(); case 392: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(167); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(134); END_STATE(); case 393: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'r') ADVANCE(379); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(515); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 394: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(230); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'o') ADVANCE(306); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 395: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(475); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(250); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 396: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(439); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(702); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 397: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(668); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(704); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 398: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(668); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(686); + if (lookahead == 't') ADVANCE(446); + if (lookahead == 'x') ADVANCE(473); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 399: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(236); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(686); + if (lookahead == 't') ADVANCE(21); + if (lookahead == 'x') ADVANCE(83); END_STATE(); case 400: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(526); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(458); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 401: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(441); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'p') ADVANCE(56); END_STATE(); case 402: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(124); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(300); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 403: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(33); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(508); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 404: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 's') ADVANCE(35); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(510); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 405: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(453); - if (lookahead == 'x') ADVANCE(609); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(388); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 406: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(535); - if (lookahead == 'w') ADVANCE(649); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(172); END_STATE(); case 407: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(535); - if (lookahead == 'w') ADVANCE(649); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(177); END_STATE(); case 408: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(233); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(475); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 409: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(234); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'r') ADVANCE(394); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 410: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(429); - if (lookahead == 'u') ADVANCE(470); - if (lookahead == 'w') ADVANCE(489); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(492); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 411: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(156); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(453); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 412: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 't') ADVANCE(15); - if (lookahead == 'u') ADVANCE(111); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(687); END_STATE(); case 413: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'w') ADVANCE(448); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(687); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 414: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'w') ADVANCE(59); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(251); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 415: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'x') ADVANCE(609); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(534); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 416: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'x') ADVANCE(408); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(455); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 417: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'x') ADVANCE(409); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(131); END_STATE(); case 418: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'x') ADVANCE(304); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(33); END_STATE(); case 419: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'y') ADVANCE(231); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 's') ADVANCE(35); END_STATE(); case 420: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(468); + if (lookahead == 'x') ADVANCE(627); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(246); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 421: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(551); + if (lookahead == 'w') ADVANCE(667); END_STATE(); case 422: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(551); + if (lookahead == 'w') ADVANCE(667); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 423: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(246); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(248); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 424: ACCEPT_TOKEN(sym_identifier); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(503); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(249); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 425: - ACCEPT_TOKEN(sym_identifierDeprecated); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(443); + if (lookahead == 'u') ADVANCE(487); + if (lookahead == 'w') ADVANCE(506); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 426: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(116); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(166); END_STATE(); case 427: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(155); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 't') ADVANCE(15); + if (lookahead == 'u') ADVANCE(116); END_STATE(); case 428: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(22); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'w') ADVANCE(61); END_STATE(); case 429: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'a') ADVANCE(182); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'x') ADVANCE(627); END_STATE(); case 430: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'b') ADVANCE(63); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'x') ADVANCE(423); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 431: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'c') ADVANCE(93); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'x') ADVANCE(424); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 432: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'c') ADVANCE(75); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'x') ADVANCE(318); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 433: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(697); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'y') ADVANCE(246); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 434: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(633); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(261); END_STATE(); case 435: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(698); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 436: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(128); - if (lookahead == 'g') ADVANCE(40); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 437: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(655); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 438: - ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'd') ADVANCE(126); + ACCEPT_TOKEN(sym_identifier); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(519); END_STATE(); case 439: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(151); END_STATE(); case 440: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(203); + if (lookahead == 'a') ADVANCE(165); END_STATE(); case 441: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(599); + if (lookahead == 'a') ADVANCE(121); END_STATE(); case 442: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(547); + if (lookahead == 'a') ADVANCE(22); END_STATE(); case 443: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'a') ADVANCE(194); END_STATE(); case 444: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(650); + if (lookahead == 'b') ADVANCE(64); END_STATE(); case 445: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(16); + if (lookahead == 'c') ADVANCE(98); END_STATE(); case 446: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(201); + if (lookahead == 'c') ADVANCE(79); END_STATE(); case 447: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(24); + if (lookahead == 'd') ADVANCE(711); END_STATE(); case 448: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(145); + if (lookahead == 'd') ADVANCE(651); END_STATE(); case 449: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(150); + if (lookahead == 'd') ADVANCE(723); END_STATE(); case 450: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(147); + if (lookahead == 'd') ADVANCE(135); + if (lookahead == 'g') ADVANCE(39); END_STATE(); case 451: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'e') ADVANCE(152); + if (lookahead == 'd') ADVANCE(674); END_STATE(); case 452: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'g') ADVANCE(177); + if (lookahead == 'd') ADVANCE(133); END_STATE(); case 453: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(706); + if (lookahead == 'e') ADVANCE(159); END_STATE(); case 454: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(14); + if (lookahead == 'e') ADVANCE(216); END_STATE(); case 455: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(676); + if (lookahead == 'e') ADVANCE(617); END_STATE(); case 456: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'h') ADVANCE(17); + if (lookahead == 'e') ADVANCE(564); END_STATE(); case 457: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(123); + if (lookahead == 'e') ADVANCE(641); END_STATE(); case 458: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(107); + if (lookahead == 'e') ADVANCE(669); END_STATE(); case 459: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(118); - if (lookahead == 'u') ADVANCE(119); + if (lookahead == 'e') ADVANCE(16); + if (lookahead == 'r') ADVANCE(691); END_STATE(); case 460: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'i') ADVANCE(108); + if (lookahead == 'e') ADVANCE(214); END_STATE(); case 461: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'k') ADVANCE(710); + if (lookahead == 'e') ADVANCE(127); END_STATE(); case 462: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'k') ADVANCE(619); + if (lookahead == 'e') ADVANCE(24); END_STATE(); case 463: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(83); + if (lookahead == 'e') ADVANCE(154); END_STATE(); case 464: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(647); + if (lookahead == 'e') ADVANCE(158); END_STATE(); case 465: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(601); + if (lookahead == 'e') ADVANCE(155); END_STATE(); case 466: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(714); + if (lookahead == 'e') ADVANCE(161); END_STATE(); case 467: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'l') ADVANCE(42); + if (lookahead == 'g') ADVANCE(187); END_STATE(); case 468: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(73); + if (lookahead == 'h') ADVANCE(731); END_STATE(); case 469: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(615); + if (lookahead == 'h') ADVANCE(13); END_STATE(); case 470: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(30); + if (lookahead == 'h') ADVANCE(696); END_STATE(); case 471: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(674); + if (lookahead == 'h') ADVANCE(17); END_STATE(); case 472: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(537); + if (lookahead == 'i') ADVANCE(130); END_STATE(); case 473: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(185); + if (lookahead == 'i') ADVANCE(112); END_STATE(); case 474: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'n') ADVANCE(163); + if (lookahead == 'i') ADVANCE(123); + if (lookahead == 'u') ADVANCE(124); END_STATE(); case 475: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(97); + if (lookahead == 'i') ADVANCE(120); END_STATE(); case 476: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(199); + if (lookahead == 'i') ADVANCE(113); END_STATE(); case 477: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'o') ADVANCE(144); + if (lookahead == 'k') ADVANCE(735); END_STATE(); case 478: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(625); + if (lookahead == 'k') ADVANCE(637); END_STATE(); case 479: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(652); + if (lookahead == 'l') ADVANCE(88); END_STATE(); case 480: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(631); + if (lookahead == 'l') ADVANCE(665); END_STATE(); case 481: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(100); + if (lookahead == 'l') ADVANCE(619); END_STATE(); case 482: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(41); + if (lookahead == 'l') ADVANCE(739); END_STATE(); case 483: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'p') ADVANCE(101); + if (lookahead == 'l') ADVANCE(718); END_STATE(); case 484: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'q') ADVANCE(191); + if (lookahead == 'l') ADVANCE(41); END_STATE(); case 485: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'r') ADVANCE(43); + if (lookahead == 'n') ADVANCE(77); END_STATE(); case 486: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(595); + if (lookahead == 'n') ADVANCE(633); END_STATE(); case 487: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(166); + if (lookahead == 'n') ADVANCE(30); END_STATE(); case 488: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(169); + if (lookahead == 'n') ADVANCE(694); END_STATE(); case 489: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(678); + if (lookahead == 'n') ADVANCE(554); END_STATE(); case 490: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(689); + if (lookahead == 'n') ADVANCE(197); END_STATE(); case 491: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(159); + if (lookahead == 'n') ADVANCE(173); END_STATE(); case 492: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 's') ADVANCE(39); - if (lookahead == 't') ADVANCE(84); + if (lookahead == 'o') ADVANCE(102); END_STATE(); case 493: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(62); + if (lookahead == 'o') ADVANCE(212); END_STATE(); case 494: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(545); + if (lookahead == 'o') ADVANCE(153); END_STATE(); case 495: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(641); + if (lookahead == 'p') ADVANCE(643); END_STATE(); case 496: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 't') ADVANCE(80); - if (lookahead == 'u') ADVANCE(146); - if (lookahead == 'v') ADVANCE(656); + if (lookahead == 'p') ADVANCE(671); END_STATE(); case 497: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(137); + if (lookahead == 'p') ADVANCE(649); END_STATE(); case 498: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(25); + if (lookahead == 'p') ADVANCE(105); END_STATE(); case 499: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(135); + if (lookahead == 'p') ADVANCE(40); END_STATE(); case 500: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'u') ADVANCE(99); + if (lookahead == 'p') ADVANCE(106); END_STATE(); case 501: ACCEPT_TOKEN(sym_identifierDeprecated); - if (lookahead == 'w') ADVANCE(113); + if (lookahead == 'q') ADVANCE(204); END_STATE(); case 502: - ACCEPT_TOKEN(sym_system); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(502); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'r') ADVANCE(42); END_STATE(); case 503: - ACCEPT_TOKEN(sym_comment); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(503); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(613); END_STATE(); case 504: - ACCEPT_TOKEN(sym_tripleMinus); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(176); END_STATE(); case 505: - ACCEPT_TOKEN(sym_openParen); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(179); END_STATE(); case 506: - ACCEPT_TOKEN(sym_closeParen); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(698); END_STATE(); case 507: - ACCEPT_TOKEN(sym_openCurly); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(169); END_STATE(); case 508: - ACCEPT_TOKEN(sym_closeCurly); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 's') ADVANCE(38); + if (lookahead == 't') ADVANCE(87); END_STATE(); case 509: - ACCEPT_TOKEN(sym_openBracket); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(68); END_STATE(); case 510: - ACCEPT_TOKEN(sym_closeBracket); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(562); END_STATE(); case 511: - ACCEPT_TOKEN(sym_underscore); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(659); END_STATE(); case 512: - ACCEPT_TOKEN(sym_leftArrow); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 't') ADVANCE(84); + if (lookahead == 'v') ADVANCE(675); END_STATE(); case 513: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(145); END_STATE(); case 514: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (lookahead == '\'') ADVANCE(515); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(25); END_STATE(); case 515: - ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(143); END_STATE(); case 516: - ACCEPT_TOKEN(anon_sym_eta); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'u') ADVANCE(104); END_STATE(); case 517: - ACCEPT_TOKEN(anon_sym_2); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); + ACCEPT_TOKEN(sym_identifierDeprecated); + if (lookahead == 'w') ADVANCE(117); END_STATE(); case 518: - ACCEPT_TOKEN(anon_sym_pi); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'c') ADVANCE(462); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ACCEPT_TOKEN(sym_system); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); END_STATE(); case 519: - ACCEPT_TOKEN(anon_sym_3); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); + ACCEPT_TOKEN(sym_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(519); END_STATE(); case 520: - ACCEPT_TOKEN(anon_sym_tau); + ACCEPT_TOKEN(sym_tripleMinus); END_STATE(); case 521: - ACCEPT_TOKEN(anon_sym_4); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(210); + ACCEPT_TOKEN(sym_openParen); END_STATE(); case 522: - ACCEPT_TOKEN(anon_sym_infinity); + ACCEPT_TOKEN(sym_closeParen); END_STATE(); case 523: - ACCEPT_TOKEN(anon_sym_5); + ACCEPT_TOKEN(sym_openCurly); END_STATE(); case 524: - ACCEPT_TOKEN(anon_sym_e); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'a') ADVANCE(288); - if (lookahead == 't') ADVANCE(258); - if (('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(421); + ACCEPT_TOKEN(sym_closeCurly); END_STATE(); case 525: - ACCEPT_TOKEN(anon_sym_NaN); - if (lookahead == '!') ADVANCE(246); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ACCEPT_TOKEN(sym_openBracket); END_STATE(); case 526: - ACCEPT_TOKEN(anon_sym_NumProcs); - if (lookahead == '!') ADVANCE(246); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); + ACCEPT_TOKEN(sym_closeBracket); END_STATE(); case 527: - ACCEPT_TOKEN(anon_sym_DOT); + ACCEPT_TOKEN(sym_underscore); END_STATE(); case 528: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(sym_leftArrow); END_STATE(); case 529: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 530: - ACCEPT_TOKEN(anon_sym_6); + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (lookahead == '\'') ADVANCE(531); END_STATE(); case 531: - ACCEPT_TOKEN(anon_sym_identity); + ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE); END_STATE(); case 532: - ACCEPT_TOKEN(anon_sym_id); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(473); + ACCEPT_TOKEN(anon_sym_e); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(302); + if (lookahead == 't') ADVANCE(273); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); END_STATE(); case 533: - ACCEPT_TOKEN(anon_sym_id); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'e') ADVANCE(117); + ACCEPT_TOKEN(anon_sym_NaN); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 534: - ACCEPT_TOKEN(anon_sym_7); + ACCEPT_TOKEN(anon_sym_NumProcs); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(437); END_STATE(); case 535: - ACCEPT_TOKEN(anon_sym_not); + ACCEPT_TOKEN(anon_sym_eta); END_STATE(); case 536: - ACCEPT_TOKEN(anon_sym_8); + ACCEPT_TOKEN(anon_sym_u03b7); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(225); END_STATE(); case 537: - ACCEPT_TOKEN(anon_sym_sign); + ACCEPT_TOKEN(anon_sym_pi); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'c') ADVANCE(478); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 538: - ACCEPT_TOKEN(anon_sym_9); + ACCEPT_TOKEN(anon_sym_u03c0); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(225); END_STATE(); case 539: - ACCEPT_TOKEN(anon_sym_BQUOTE); + ACCEPT_TOKEN(anon_sym_tau); END_STATE(); case 540: - ACCEPT_TOKEN(anon_sym_10); + ACCEPT_TOKEN(anon_sym_u03c4); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(225); END_STATE(); case 541: - ACCEPT_TOKEN(anon_sym_10); - if (lookahead == 951 || - lookahead == 960 || - lookahead == 964) ADVANCE(226); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(225); + ACCEPT_TOKEN(anon_sym_infinity); END_STATE(); case 542: - ACCEPT_TOKEN(anon_sym_10); - if (lookahead == 951 || - lookahead == 960 || - lookahead == 964) ADVANCE(226); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(224); + ACCEPT_TOKEN(anon_sym_u221e); END_STATE(); case 543: - ACCEPT_TOKEN(anon_sym_absolutevalue); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 544: - ACCEPT_TOKEN(anon_sym_11); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 545: - ACCEPT_TOKEN(anon_sym_sqrt); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 546: - ACCEPT_TOKEN(anon_sym_12); + ACCEPT_TOKEN(anon_sym_u25cc); END_STATE(); case 547: - ACCEPT_TOKEN(anon_sym_sine); + ACCEPT_TOKEN(anon_sym_identity); END_STATE(); case 548: - ACCEPT_TOKEN(anon_sym_13); + ACCEPT_TOKEN(anon_sym_id); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(490); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 549: - ACCEPT_TOKEN(anon_sym_floor); + ACCEPT_TOKEN(anon_sym_id); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'e') ADVANCE(122); END_STATE(); case 550: - ACCEPT_TOKEN(anon_sym_14); + ACCEPT_TOKEN(anon_sym_u2218); END_STATE(); case 551: - ACCEPT_TOKEN(anon_sym_ceiling); + ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 552: - ACCEPT_TOKEN(anon_sym_15); + ACCEPT_TOKEN(anon_sym_u00ac); END_STATE(); case 553: - ACCEPT_TOKEN(anon_sym_round); + ACCEPT_TOKEN(anon_sym_sign); END_STATE(); case 554: - ACCEPT_TOKEN(anon_sym_16); + ACCEPT_TOKEN(anon_sym_sign); + if (lookahead == 'a') ADVANCE(193); END_STATE(); case 555: - ACCEPT_TOKEN(anon_sym_EQ); + ACCEPT_TOKEN(anon_sym_u00b1); END_STATE(); case 556: - ACCEPT_TOKEN(anon_sym_BANG_EQ); + ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); case 557: - ACCEPT_TOKEN(anon_sym_17); + ACCEPT_TOKEN(anon_sym_u00af); END_STATE(); case 558: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(559); + ACCEPT_TOKEN(anon_sym_u00af); + if (lookahead == 951 || + lookahead == 960 || + lookahead == 964) ADVANCE(241); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(240); END_STATE(); case 559: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_u00af); + if (lookahead == 951 || + lookahead == 960 || + lookahead == 964) ADVANCE(241); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(239); END_STATE(); case 560: - ACCEPT_TOKEN(anon_sym_18); + ACCEPT_TOKEN(anon_sym_absolutevalue); END_STATE(); case 561: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(562); + ACCEPT_TOKEN(anon_sym_u2335); END_STATE(); case 562: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_sqrt); END_STATE(); case 563: - ACCEPT_TOKEN(anon_sym_19); + ACCEPT_TOKEN(anon_sym_u221a); END_STATE(); case 564: - ACCEPT_TOKEN(anon_sym_PLUS); + ACCEPT_TOKEN(anon_sym_sine); END_STATE(); case 565: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_u25cb); END_STATE(); case 566: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(9); + ACCEPT_TOKEN(anon_sym_floor); END_STATE(); case 567: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_u230a); END_STATE(); case 568: - ACCEPT_TOKEN(anon_sym_20); + ACCEPT_TOKEN(anon_sym_ceiling); END_STATE(); case 569: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_u2308); END_STATE(); case 570: - ACCEPT_TOKEN(anon_sym_21); + ACCEPT_TOKEN(anon_sym_round); END_STATE(); case 571: - ACCEPT_TOKEN(anon_sym_modulus); + ACCEPT_TOKEN(anon_sym_u2045); END_STATE(); case 572: - ACCEPT_TOKEN(anon_sym_22); + ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 573: - ACCEPT_TOKEN(anon_sym_power); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 574: - ACCEPT_TOKEN(anon_sym_23); + ACCEPT_TOKEN(anon_sym_u2260); END_STATE(); case 575: - ACCEPT_TOKEN(anon_sym_logarithm); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '=') ADVANCE(576); END_STATE(); case 576: - ACCEPT_TOKEN(anon_sym_24); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 577: - ACCEPT_TOKEN(anon_sym_minimum); + ACCEPT_TOKEN(anon_sym_u2264); END_STATE(); case 578: - ACCEPT_TOKEN(anon_sym_25); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(579); END_STATE(); case 579: - ACCEPT_TOKEN(anon_sym_maximum); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 580: - ACCEPT_TOKEN(anon_sym_26); + ACCEPT_TOKEN(anon_sym_u2265); END_STATE(); case 581: - ACCEPT_TOKEN(anon_sym_atangent); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 582: - ACCEPT_TOKEN(anon_sym_27); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 583: - ACCEPT_TOKEN(anon_sym_length); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(9); END_STATE(); case 584: - ACCEPT_TOKEN(anon_sym_28); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 585: - ACCEPT_TOKEN(anon_sym_shape); + ACCEPT_TOKEN(anon_sym_u00d7); END_STATE(); case 586: - ACCEPT_TOKEN(anon_sym_29); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 587: - ACCEPT_TOKEN(anon_sym_range); + ACCEPT_TOKEN(anon_sym_u00f7); END_STATE(); case 588: - ACCEPT_TOKEN(anon_sym_30); + ACCEPT_TOKEN(anon_sym_modulus); END_STATE(); case 589: - ACCEPT_TOKEN(anon_sym_first); + ACCEPT_TOKEN(anon_sym_u25ff); END_STATE(); case 590: - ACCEPT_TOKEN(anon_sym_31); + ACCEPT_TOKEN(anon_sym_power); END_STATE(); case 591: - ACCEPT_TOKEN(anon_sym_reverse); + ACCEPT_TOKEN(anon_sym_u207f); END_STATE(); case 592: - ACCEPT_TOKEN(anon_sym_32); + ACCEPT_TOKEN(anon_sym_logarithm); END_STATE(); case 593: - ACCEPT_TOKEN(anon_sym_deshape); + ACCEPT_TOKEN(anon_sym_u2099); END_STATE(); case 594: - ACCEPT_TOKEN(anon_sym_33); + ACCEPT_TOKEN(anon_sym_minimum); END_STATE(); case 595: - ACCEPT_TOKEN(anon_sym_bits); + ACCEPT_TOKEN(anon_sym_u21a7); END_STATE(); case 596: - ACCEPT_TOKEN(anon_sym_34); + ACCEPT_TOKEN(anon_sym_maximum); END_STATE(); case 597: - ACCEPT_TOKEN(anon_sym_transpose); + ACCEPT_TOKEN(anon_sym_u21a5); END_STATE(); case 598: - ACCEPT_TOKEN(anon_sym_35); + ACCEPT_TOKEN(anon_sym_atangent); END_STATE(); case 599: - ACCEPT_TOKEN(anon_sym_rise); + ACCEPT_TOKEN(anon_sym_u2220); END_STATE(); case 600: - ACCEPT_TOKEN(anon_sym_36); + ACCEPT_TOKEN(anon_sym_length); END_STATE(); case 601: - ACCEPT_TOKEN(anon_sym_fall); + ACCEPT_TOKEN(anon_sym_u29fb); END_STATE(); case 602: - ACCEPT_TOKEN(anon_sym_37); + ACCEPT_TOKEN(anon_sym_shape); END_STATE(); case 603: - ACCEPT_TOKEN(anon_sym_where); + ACCEPT_TOKEN(anon_sym_shape); + if (lookahead == 's') ADVANCE(721); END_STATE(); case 604: - ACCEPT_TOKEN(anon_sym_38); + ACCEPT_TOKEN(anon_sym_u25b3); END_STATE(); case 605: - ACCEPT_TOKEN(anon_sym_classify); + ACCEPT_TOKEN(anon_sym_range); END_STATE(); case 606: - ACCEPT_TOKEN(anon_sym_39); + ACCEPT_TOKEN(anon_sym_u21e1); END_STATE(); case 607: - ACCEPT_TOKEN(anon_sym_deduplicate); + ACCEPT_TOKEN(anon_sym_first); END_STATE(); case 608: - ACCEPT_TOKEN(anon_sym_40); + ACCEPT_TOKEN(anon_sym_u22a2); END_STATE(); case 609: - ACCEPT_TOKEN(anon_sym_box); + ACCEPT_TOKEN(anon_sym_reverse); END_STATE(); case 610: - ACCEPT_TOKEN(anon_sym_41); + ACCEPT_TOKEN(anon_sym_u21cc); END_STATE(); case 611: - ACCEPT_TOKEN(anon_sym_match); + ACCEPT_TOKEN(anon_sym_deshape); END_STATE(); case 612: - ACCEPT_TOKEN(anon_sym_42); + ACCEPT_TOKEN(anon_sym_u266d); END_STATE(); case 613: - ACCEPT_TOKEN(anon_sym_couple); + ACCEPT_TOKEN(anon_sym_bits); END_STATE(); case 614: - ACCEPT_TOKEN(anon_sym_43); + ACCEPT_TOKEN(anon_sym_u22ef); END_STATE(); case 615: - ACCEPT_TOKEN(anon_sym_join); + ACCEPT_TOKEN(anon_sym_transpose); END_STATE(); case 616: - ACCEPT_TOKEN(anon_sym_44); + ACCEPT_TOKEN(anon_sym_u2349); END_STATE(); case 617: - ACCEPT_TOKEN(anon_sym_select); + ACCEPT_TOKEN(anon_sym_rise); END_STATE(); case 618: - ACCEPT_TOKEN(anon_sym_45); + ACCEPT_TOKEN(anon_sym_u234f); END_STATE(); case 619: - ACCEPT_TOKEN(anon_sym_pick); + ACCEPT_TOKEN(anon_sym_fall); END_STATE(); case 620: - ACCEPT_TOKEN(anon_sym_46); + ACCEPT_TOKEN(anon_sym_u2356); END_STATE(); case 621: - ACCEPT_TOKEN(anon_sym_reshape); + ACCEPT_TOKEN(anon_sym_where); END_STATE(); case 622: - ACCEPT_TOKEN(anon_sym_47); + ACCEPT_TOKEN(anon_sym_u229a); END_STATE(); case 623: - ACCEPT_TOKEN(anon_sym_take); + ACCEPT_TOKEN(anon_sym_classify); END_STATE(); case 624: - ACCEPT_TOKEN(anon_sym_48); + ACCEPT_TOKEN(anon_sym_u229b); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_drop); + ACCEPT_TOKEN(anon_sym_deduplicate); END_STATE(); case 626: - ACCEPT_TOKEN(anon_sym_49); + ACCEPT_TOKEN(anon_sym_u25f4); END_STATE(); case 627: - ACCEPT_TOKEN(anon_sym_rotate); + ACCEPT_TOKEN(anon_sym_box); END_STATE(); case 628: - ACCEPT_TOKEN(anon_sym_50); + ACCEPT_TOKEN(anon_sym_u25a1); END_STATE(); case 629: - ACCEPT_TOKEN(anon_sym_windows); + ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 630: - ACCEPT_TOKEN(anon_sym_51); + ACCEPT_TOKEN(anon_sym_u224d); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_keep); + ACCEPT_TOKEN(anon_sym_couple); END_STATE(); case 632: - ACCEPT_TOKEN(anon_sym_52); + ACCEPT_TOKEN(anon_sym_u229f); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_find); + ACCEPT_TOKEN(anon_sym_join); END_STATE(); case 634: - ACCEPT_TOKEN(anon_sym_53); + ACCEPT_TOKEN(anon_sym_u2282); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_member); + ACCEPT_TOKEN(anon_sym_select); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_54); + ACCEPT_TOKEN(anon_sym_u228f); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_indexof); + ACCEPT_TOKEN(anon_sym_pick); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_55); + ACCEPT_TOKEN(anon_sym_u22a1); END_STATE(); case 639: - ACCEPT_TOKEN(anon_sym_assert); + ACCEPT_TOKEN(anon_sym_reshape); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_56); + ACCEPT_TOKEN(anon_sym_u21af); END_STATE(); case 641: - ACCEPT_TOKEN(anon_sym_wait); + ACCEPT_TOKEN(anon_sym_take); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_parse); + ACCEPT_TOKEN(anon_sym_u2199); END_STATE(); case 643: - ACCEPT_TOKEN(anon_sym_57); + ACCEPT_TOKEN(anon_sym_drop); END_STATE(); case 644: - ACCEPT_TOKEN(anon_sym_random); + ACCEPT_TOKEN(anon_sym_u2198); END_STATE(); case 645: - ACCEPT_TOKEN(anon_sym_58); + ACCEPT_TOKEN(anon_sym_rotate); END_STATE(); case 646: - ACCEPT_TOKEN(anon_sym_gen); + ACCEPT_TOKEN(anon_sym_u21bb); END_STATE(); case 647: - ACCEPT_TOKEN(anon_sym_deal); + ACCEPT_TOKEN(anon_sym_windows); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_tag); + ACCEPT_TOKEN(anon_sym_u25eb); END_STATE(); case 649: - ACCEPT_TOKEN(anon_sym_now); + ACCEPT_TOKEN(anon_sym_keep); END_STATE(); case 650: - ACCEPT_TOKEN(anon_sym_type); + ACCEPT_TOKEN(anon_sym_u25bd); END_STATE(); case 651: - ACCEPT_TOKEN(anon_sym_59); + ACCEPT_TOKEN(anon_sym_find); END_STATE(); case 652: - ACCEPT_TOKEN(anon_sym_dump); + ACCEPT_TOKEN(anon_sym_u2315); END_STATE(); case 653: - ACCEPT_TOKEN(anon_sym_regex); + ACCEPT_TOKEN(anon_sym_member); END_STATE(); case 654: - ACCEPT_TOKEN(anon_sym_utf); + ACCEPT_TOKEN(anon_sym_u220a); END_STATE(); case 655: - ACCEPT_TOKEN(anon_sym_send); + ACCEPT_TOKEN(anon_sym_indexof); END_STATE(); case 656: - ACCEPT_TOKEN(anon_sym_recv); + ACCEPT_TOKEN(anon_sym_u2297); END_STATE(); case 657: - ACCEPT_TOKEN(anon_sym_tryrecv); + ACCEPT_TOKEN(anon_sym_assert); END_STATE(); case 658: - ACCEPT_TOKEN(anon_sym_complex); + ACCEPT_TOKEN(anon_sym_u2364); END_STATE(); case 659: - ACCEPT_TOKEN(anon_sym_60); + ACCEPT_TOKEN(anon_sym_wait); END_STATE(); case 660: - ACCEPT_TOKEN(anon_sym_rerank); + ACCEPT_TOKEN(anon_sym_parse); END_STATE(); case 661: - ACCEPT_TOKEN(anon_sym_61); + ACCEPT_TOKEN(anon_sym_u22d5); END_STATE(); case 662: - ACCEPT_TOKEN(anon_sym_fix); + ACCEPT_TOKEN(anon_sym_random); END_STATE(); case 663: - ACCEPT_TOKEN(anon_sym_62); + ACCEPT_TOKEN(anon_sym_u2682); END_STATE(); case 664: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_gen); END_STATE(); case 665: - ACCEPT_TOKEN(anon_sym_unique); + ACCEPT_TOKEN(anon_sym_deal); END_STATE(); case 666: - ACCEPT_TOKEN(anon_sym_63); + ACCEPT_TOKEN(anon_sym_tag); END_STATE(); case 667: - ACCEPT_TOKEN(anon_sym_map); + ACCEPT_TOKEN(anon_sym_now); END_STATE(); case 668: - ACCEPT_TOKEN(anon_sym_has); + ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 669: - ACCEPT_TOKEN(anon_sym_get); + ACCEPT_TOKEN(anon_sym_type); + if (lookahead == 's') ADVANCE(722); END_STATE(); case 670: - ACCEPT_TOKEN(anon_sym_insert); + ACCEPT_TOKEN(anon_sym_u2e2e); END_STATE(); case 671: - ACCEPT_TOKEN(anon_sym_remove); + ACCEPT_TOKEN(anon_sym_dump); END_STATE(); case 672: - ACCEPT_TOKEN(anon_sym_reduce); + ACCEPT_TOKEN(anon_sym_regex); END_STATE(); case 673: - ACCEPT_TOKEN(anon_sym_SLASH); + ACCEPT_TOKEN(anon_sym_utf); END_STATE(); case 674: - ACCEPT_TOKEN(anon_sym_scan); + ACCEPT_TOKEN(anon_sym_send); END_STATE(); case 675: - ACCEPT_TOKEN(anon_sym_BSLASH); + ACCEPT_TOKEN(anon_sym_recv); END_STATE(); case 676: - ACCEPT_TOKEN(anon_sym_each); + ACCEPT_TOKEN(anon_sym_tryrecv); END_STATE(); case 677: - ACCEPT_TOKEN(anon_sym_64); + ACCEPT_TOKEN(anon_sym_complex); END_STATE(); case 678: - ACCEPT_TOKEN(anon_sym_rows); + ACCEPT_TOKEN(anon_sym_u2102); END_STATE(); case 679: - ACCEPT_TOKEN(anon_sym_65); + ACCEPT_TOKEN(anon_sym_rerank); END_STATE(); case 680: - ACCEPT_TOKEN(anon_sym_repeat); + ACCEPT_TOKEN(anon_sym_u2607); END_STATE(); case 681: - ACCEPT_TOKEN(anon_sym_66); + ACCEPT_TOKEN(anon_sym_fix); END_STATE(); case 682: - ACCEPT_TOKEN(anon_sym_dip); + ACCEPT_TOKEN(anon_sym_u00a4); END_STATE(); case 683: - ACCEPT_TOKEN(anon_sym_67); + ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 684: - ACCEPT_TOKEN(anon_sym_gap); + ACCEPT_TOKEN(anon_sym_unique); END_STATE(); case 685: - ACCEPT_TOKEN(anon_sym_68); + ACCEPT_TOKEN(anon_sym_u25f0); END_STATE(); case 686: - ACCEPT_TOKEN(anon_sym_spawn); + ACCEPT_TOKEN(anon_sym_map); END_STATE(); case 687: - ACCEPT_TOKEN(anon_sym_rectify); + ACCEPT_TOKEN(anon_sym_has); END_STATE(); case 688: - ACCEPT_TOKEN(anon_sym_69); + ACCEPT_TOKEN(anon_sym_get); END_STATE(); case 689: - ACCEPT_TOKEN(anon_sym_this); + ACCEPT_TOKEN(anon_sym_insert); END_STATE(); case 690: - ACCEPT_TOKEN(anon_sym_70); + ACCEPT_TOKEN(anon_sym_remove); END_STATE(); case 691: - ACCEPT_TOKEN(anon_sym_recur); + ACCEPT_TOKEN(anon_sym_repr); END_STATE(); case 692: - ACCEPT_TOKEN(anon_sym_71); + ACCEPT_TOKEN(anon_sym_reduce); END_STATE(); case 693: - ACCEPT_TOKEN(anon_sym_un); - if (lookahead == '!') ADVANCE(246); - if (lookahead == 'd') ADVANCE(450); - if (lookahead == 'i') ADVANCE(484); - if (lookahead == 'p') ADVANCE(428); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); case 694: - ACCEPT_TOKEN(anon_sym_72); + ACCEPT_TOKEN(anon_sym_scan); END_STATE(); case 695: - ACCEPT_TOKEN(anon_sym_content); + ACCEPT_TOKEN(anon_sym_BSLASH); END_STATE(); case 696: - ACCEPT_TOKEN(anon_sym_73); + ACCEPT_TOKEN(anon_sym_each); END_STATE(); case 697: - ACCEPT_TOKEN(anon_sym_bind); + ACCEPT_TOKEN(anon_sym_u2235); END_STATE(); case 698: - ACCEPT_TOKEN(anon_sym_fold); + ACCEPT_TOKEN(anon_sym_rows); END_STATE(); case 699: - ACCEPT_TOKEN(anon_sym_74); + ACCEPT_TOKEN(anon_sym_u2261); END_STATE(); case 700: - ACCEPT_TOKEN(anon_sym_table); + ACCEPT_TOKEN(anon_sym_repeat); END_STATE(); case 701: - ACCEPT_TOKEN(anon_sym_75); + ACCEPT_TOKEN(anon_sym_u2365); END_STATE(); case 702: - ACCEPT_TOKEN(anon_sym_group); + ACCEPT_TOKEN(anon_sym_dip); END_STATE(); case 703: - ACCEPT_TOKEN(anon_sym_76); + ACCEPT_TOKEN(anon_sym_u2299); END_STATE(); case 704: - ACCEPT_TOKEN(anon_sym_partition); + ACCEPT_TOKEN(anon_sym_gap); END_STATE(); case 705: - ACCEPT_TOKEN(anon_sym_77); + ACCEPT_TOKEN(anon_sym_u22c5); END_STATE(); case 706: - ACCEPT_TOKEN(anon_sym_both); + ACCEPT_TOKEN(anon_sym_spawn); END_STATE(); case 707: - ACCEPT_TOKEN(anon_sym_78); + ACCEPT_TOKEN(anon_sym_rectify); END_STATE(); case 708: - ACCEPT_TOKEN(anon_sym_bracket); + ACCEPT_TOKEN(anon_sym_u2305); END_STATE(); case 709: - ACCEPT_TOKEN(anon_sym_79); + ACCEPT_TOKEN(anon_sym_un); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'd') ADVANCE(465); + if (lookahead == 'i') ADVANCE(501); + if (lookahead == 'p') ADVANCE(442); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 710: - ACCEPT_TOKEN(anon_sym_fork); + ACCEPT_TOKEN(anon_sym_u00b0); END_STATE(); case 711: - ACCEPT_TOKEN(anon_sym_80); + ACCEPT_TOKEN(anon_sym_bind); END_STATE(); case 712: - ACCEPT_TOKEN(anon_sym_under); + ACCEPT_TOKEN(anon_sym_on); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); END_STATE(); case 713: - ACCEPT_TOKEN(anon_sym_81); + ACCEPT_TOKEN(anon_sym_u27dc); END_STATE(); case 714: - ACCEPT_TOKEN(anon_sym_fill); + ACCEPT_TOKEN(anon_sym_inventory); END_STATE(); case 715: - ACCEPT_TOKEN(anon_sym_82); + ACCEPT_TOKEN(anon_sym_u235a); END_STATE(); case 716: - ACCEPT_TOKEN(anon_sym_try); - if (lookahead == 'r') ADVANCE(60); + ACCEPT_TOKEN(anon_sym_content); END_STATE(); case 717: - ACCEPT_TOKEN(anon_sym_83); + ACCEPT_TOKEN(anon_sym_u25c7); END_STATE(); case 718: - ACCEPT_TOKEN(anon_sym_do); - if (lookahead == '!') ADVANCE(246); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(425); + ACCEPT_TOKEN(anon_sym_pool); END_STATE(); case 719: - ACCEPT_TOKEN(anon_sym_84); + ACCEPT_TOKEN(anon_sym_stringify); END_STATE(); case 720: - ACCEPT_TOKEN(anon_sym_all); + ACCEPT_TOKEN(anon_sym_signature); END_STATE(); case 721: - ACCEPT_TOKEN(anon_sym_85); + ACCEPT_TOKEN(anon_sym_shapes); END_STATE(); case 722: - ACCEPT_TOKEN(anon_sym_setinv); + ACCEPT_TOKEN(anon_sym_types); END_STATE(); case 723: - ACCEPT_TOKEN(anon_sym_setunder); + ACCEPT_TOKEN(anon_sym_fold); END_STATE(); case 724: - ACCEPT_TOKEN(anon_sym_86); + ACCEPT_TOKEN(anon_sym_u2227); END_STATE(); case 725: - ACCEPT_TOKEN(anon_sym_87); + ACCEPT_TOKEN(anon_sym_table); END_STATE(); case 726: - ACCEPT_TOKEN(anon_sym_88); + ACCEPT_TOKEN(anon_sym_u229e); END_STATE(); case 727: - ACCEPT_TOKEN(anon_sym_89); + ACCEPT_TOKEN(anon_sym_group); END_STATE(); case 728: - ACCEPT_TOKEN(anon_sym_90); + ACCEPT_TOKEN(anon_sym_u2295); END_STATE(); case 729: - ACCEPT_TOKEN(anon_sym_91); + ACCEPT_TOKEN(anon_sym_partition); END_STATE(); case 730: - ACCEPT_TOKEN(anon_sym_92); + ACCEPT_TOKEN(anon_sym_u229c); END_STATE(); case 731: - ACCEPT_TOKEN(anon_sym_93); + ACCEPT_TOKEN(anon_sym_both); END_STATE(); case 732: - ACCEPT_TOKEN(anon_sym_unpack); + ACCEPT_TOKEN(anon_sym_u2229); END_STATE(); case 733: - ACCEPT_TOKEN(anon_sym_94); + ACCEPT_TOKEN(anon_sym_bracket); END_STATE(); case 734: - ACCEPT_TOKEN(anon_sym_95); + ACCEPT_TOKEN(anon_sym_u2293); END_STATE(); case 735: - ACCEPT_TOKEN(anon_sym_cross); + ACCEPT_TOKEN(anon_sym_fork); END_STATE(); case 736: - ACCEPT_TOKEN(anon_sym_96); + ACCEPT_TOKEN(anon_sym_u2283); END_STATE(); case 737: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_under); END_STATE(); case 738: - ACCEPT_TOKEN(sym_emptyMultiLineString); + ACCEPT_TOKEN(anon_sym_u235c); END_STATE(); case 739: + ACCEPT_TOKEN(anon_sym_fill); + END_STATE(); + case 740: + ACCEPT_TOKEN(anon_sym_u2b1a); + END_STATE(); + case 741: + ACCEPT_TOKEN(anon_sym_try); + if (lookahead == 'r') ADVANCE(62); + END_STATE(); + case 742: + ACCEPT_TOKEN(anon_sym_u2363); + END_STATE(); + case 743: + ACCEPT_TOKEN(anon_sym_do); + if (lookahead == '!') ADVANCE(261); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(439); + END_STATE(); + case 744: + ACCEPT_TOKEN(anon_sym_u2362); + END_STATE(); + case 745: + ACCEPT_TOKEN(anon_sym_setinv); + END_STATE(); + case 746: + ACCEPT_TOKEN(anon_sym_setunder); + END_STATE(); + case 747: + ACCEPT_TOKEN(anon_sym_f); + if (lookahead == '!') ADVANCE(261); + if (lookahead == 'a') ADVANCE(352); + if (lookahead == 'i') ADVANCE(353); + if (lookahead == 'l') ADVANCE(385); + if (lookahead == 'o') ADVANCE(351); + if (('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(435); + END_STATE(); + case 748: + ACCEPT_TOKEN(anon_sym_u2765); + END_STATE(); + case 749: + ACCEPT_TOKEN(anon_sym_u2192); + END_STATE(); + case 750: + ACCEPT_TOKEN(anon_sym_u2237); + END_STATE(); + case 751: + ACCEPT_TOKEN(anon_sym_u00b7); + END_STATE(); + case 752: + ACCEPT_TOKEN(anon_sym_u235b); + END_STATE(); + case 753: + ACCEPT_TOKEN(anon_sym_u2302); + END_STATE(); + case 754: + ACCEPT_TOKEN(anon_sym_u21b0); + END_STATE(); + case 755: + ACCEPT_TOKEN(anon_sym_unpack); + END_STATE(); + case 756: + ACCEPT_TOKEN(anon_sym_u2290); + END_STATE(); + case 757: + ACCEPT_TOKEN(anon_sym_u229d); + END_STATE(); + case 758: + ACCEPT_TOKEN(anon_sym_cross); + END_STATE(); + case 759: + ACCEPT_TOKEN(anon_sym_u22a0); + END_STATE(); + case 760: + ACCEPT_TOKEN(anon_sym_SEMI); + END_STATE(); + case 761: + ACCEPT_TOKEN(anon_sym_u21ac); + END_STATE(); + case 762: + ACCEPT_TOKEN(anon_sym_u21ab); + END_STATE(); + case 763: + ACCEPT_TOKEN(anon_sym_all); + END_STATE(); + case 764: + ACCEPT_TOKEN(anon_sym_u22d4); + END_STATE(); + case 765: + ACCEPT_TOKEN(sym_emptyMultiLineString); + END_STATE(); + case 766: ACCEPT_TOKEN(sym__endOfLine); END_STATE(); default: @@ -6378,175 +6530,175 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 220}, - [2] = {.lex_state = 220}, - [3] = {.lex_state = 220}, - [4] = {.lex_state = 221}, - [5] = {.lex_state = 221}, - [6] = {.lex_state = 221}, - [7] = {.lex_state = 221}, - [8] = {.lex_state = 221}, - [9] = {.lex_state = 221}, - [10] = {.lex_state = 221}, - [11] = {.lex_state = 221}, - [12] = {.lex_state = 221}, - [13] = {.lex_state = 221}, - [14] = {.lex_state = 221}, - [15] = {.lex_state = 221}, - [16] = {.lex_state = 221}, - [17] = {.lex_state = 221}, - [18] = {.lex_state = 221}, - [19] = {.lex_state = 221}, - [20] = {.lex_state = 221}, - [21] = {.lex_state = 221}, - [22] = {.lex_state = 221}, - [23] = {.lex_state = 221}, - [24] = {.lex_state = 221}, - [25] = {.lex_state = 221}, - [26] = {.lex_state = 221}, - [27] = {.lex_state = 221}, - [28] = {.lex_state = 221}, - [29] = {.lex_state = 221}, - [30] = {.lex_state = 221}, - [31] = {.lex_state = 221}, - [32] = {.lex_state = 221}, - [33] = {.lex_state = 221}, - [34] = {.lex_state = 221}, - [35] = {.lex_state = 221}, - [36] = {.lex_state = 221}, - [37] = {.lex_state = 221}, - [38] = {.lex_state = 221}, - [39] = {.lex_state = 221}, - [40] = {.lex_state = 221}, - [41] = {.lex_state = 221}, - [42] = {.lex_state = 221}, - [43] = {.lex_state = 221}, - [44] = {.lex_state = 221}, - [45] = {.lex_state = 221}, - [46] = {.lex_state = 221}, - [47] = {.lex_state = 221}, - [48] = {.lex_state = 221}, - [49] = {.lex_state = 221}, - [50] = {.lex_state = 221}, - [51] = {.lex_state = 221}, - [52] = {.lex_state = 221}, - [53] = {.lex_state = 221}, - [54] = {.lex_state = 221}, - [55] = {.lex_state = 221}, - [56] = {.lex_state = 221}, - [57] = {.lex_state = 221}, - [58] = {.lex_state = 221}, - [59] = {.lex_state = 221}, - [60] = {.lex_state = 221}, - [61] = {.lex_state = 221}, - [62] = {.lex_state = 221}, - [63] = {.lex_state = 221}, - [64] = {.lex_state = 221}, - [65] = {.lex_state = 221}, - [66] = {.lex_state = 221}, - [67] = {.lex_state = 221}, - [68] = {.lex_state = 221}, - [69] = {.lex_state = 221}, - [70] = {.lex_state = 221}, - [71] = {.lex_state = 221}, - [72] = {.lex_state = 221}, - [73] = {.lex_state = 221}, - [74] = {.lex_state = 221}, - [75] = {.lex_state = 221}, - [76] = {.lex_state = 221}, - [77] = {.lex_state = 221}, - [78] = {.lex_state = 221}, - [79] = {.lex_state = 221}, - [80] = {.lex_state = 221}, - [81] = {.lex_state = 221}, - [82] = {.lex_state = 221}, - [83] = {.lex_state = 221}, - [84] = {.lex_state = 221}, - [85] = {.lex_state = 221}, - [86] = {.lex_state = 221}, - [87] = {.lex_state = 221}, - [88] = {.lex_state = 221}, - [89] = {.lex_state = 221}, - [90] = {.lex_state = 221}, - [91] = {.lex_state = 221}, - [92] = {.lex_state = 221}, - [93] = {.lex_state = 221}, - [94] = {.lex_state = 221}, - [95] = {.lex_state = 221}, - [96] = {.lex_state = 221}, - [97] = {.lex_state = 221}, - [98] = {.lex_state = 221}, - [99] = {.lex_state = 221}, - [100] = {.lex_state = 221}, - [101] = {.lex_state = 221}, - [102] = {.lex_state = 221}, - [103] = {.lex_state = 221}, - [104] = {.lex_state = 221}, - [105] = {.lex_state = 221}, - [106] = {.lex_state = 221}, - [107] = {.lex_state = 221}, - [108] = {.lex_state = 221}, - [109] = {.lex_state = 221}, - [110] = {.lex_state = 221}, - [111] = {.lex_state = 221}, - [112] = {.lex_state = 220}, - [113] = {.lex_state = 220}, - [114] = {.lex_state = 220}, - [115] = {.lex_state = 220}, - [116] = {.lex_state = 221}, - [117] = {.lex_state = 221}, - [118] = {.lex_state = 221}, - [119] = {.lex_state = 221}, - [120] = {.lex_state = 221}, - [121] = {.lex_state = 220}, - [122] = {.lex_state = 221}, - [123] = {.lex_state = 221}, - [124] = {.lex_state = 221}, - [125] = {.lex_state = 221}, - [126] = {.lex_state = 221}, - [127] = {.lex_state = 221}, - [128] = {.lex_state = 221}, - [129] = {.lex_state = 221}, - [130] = {.lex_state = 221}, - [131] = {.lex_state = 221}, - [132] = {.lex_state = 221}, - [133] = {.lex_state = 221}, - [134] = {.lex_state = 221}, - [135] = {.lex_state = 221}, - [136] = {.lex_state = 221}, - [137] = {.lex_state = 221}, - [138] = {.lex_state = 221}, - [139] = {.lex_state = 221}, - [140] = {.lex_state = 221}, - [141] = {.lex_state = 221}, - [142] = {.lex_state = 221}, - [143] = {.lex_state = 221}, - [144] = {.lex_state = 221}, - [145] = {.lex_state = 221}, - [146] = {.lex_state = 221}, - [147] = {.lex_state = 220}, - [148] = {.lex_state = 221}, - [149] = {.lex_state = 221}, - [150] = {.lex_state = 221}, - [151] = {.lex_state = 221}, - [152] = {.lex_state = 221}, - [153] = {.lex_state = 221}, - [154] = {.lex_state = 221}, - [155] = {.lex_state = 221}, - [156] = {.lex_state = 221}, - [157] = {.lex_state = 220}, - [158] = {.lex_state = 221}, - [159] = {.lex_state = 221}, - [160] = {.lex_state = 221}, - [161] = {.lex_state = 221}, - [162] = {.lex_state = 221}, - [163] = {.lex_state = 221}, - [164] = {.lex_state = 221}, - [165] = {.lex_state = 221}, - [166] = {.lex_state = 221}, - [167] = {.lex_state = 221}, - [168] = {.lex_state = 221}, - [169] = {.lex_state = 221}, + [1] = {.lex_state = 235}, + [2] = {.lex_state = 235}, + [3] = {.lex_state = 235}, + [4] = {.lex_state = 236}, + [5] = {.lex_state = 236}, + [6] = {.lex_state = 236}, + [7] = {.lex_state = 236}, + [8] = {.lex_state = 236}, + [9] = {.lex_state = 236}, + [10] = {.lex_state = 236}, + [11] = {.lex_state = 236}, + [12] = {.lex_state = 236}, + [13] = {.lex_state = 236}, + [14] = {.lex_state = 236}, + [15] = {.lex_state = 236}, + [16] = {.lex_state = 236}, + [17] = {.lex_state = 236}, + [18] = {.lex_state = 236}, + [19] = {.lex_state = 236}, + [20] = {.lex_state = 236}, + [21] = {.lex_state = 236}, + [22] = {.lex_state = 236}, + [23] = {.lex_state = 236}, + [24] = {.lex_state = 236}, + [25] = {.lex_state = 236}, + [26] = {.lex_state = 236}, + [27] = {.lex_state = 236}, + [28] = {.lex_state = 236}, + [29] = {.lex_state = 236}, + [30] = {.lex_state = 236}, + [31] = {.lex_state = 236}, + [32] = {.lex_state = 236}, + [33] = {.lex_state = 236}, + [34] = {.lex_state = 236}, + [35] = {.lex_state = 236}, + [36] = {.lex_state = 236}, + [37] = {.lex_state = 236}, + [38] = {.lex_state = 236}, + [39] = {.lex_state = 236}, + [40] = {.lex_state = 236}, + [41] = {.lex_state = 236}, + [42] = {.lex_state = 236}, + [43] = {.lex_state = 236}, + [44] = {.lex_state = 236}, + [45] = {.lex_state = 236}, + [46] = {.lex_state = 236}, + [47] = {.lex_state = 236}, + [48] = {.lex_state = 236}, + [49] = {.lex_state = 236}, + [50] = {.lex_state = 236}, + [51] = {.lex_state = 236}, + [52] = {.lex_state = 236}, + [53] = {.lex_state = 236}, + [54] = {.lex_state = 236}, + [55] = {.lex_state = 236}, + [56] = {.lex_state = 236}, + [57] = {.lex_state = 236}, + [58] = {.lex_state = 236}, + [59] = {.lex_state = 236}, + [60] = {.lex_state = 236}, + [61] = {.lex_state = 236}, + [62] = {.lex_state = 236}, + [63] = {.lex_state = 236}, + [64] = {.lex_state = 236}, + [65] = {.lex_state = 236}, + [66] = {.lex_state = 236}, + [67] = {.lex_state = 236}, + [68] = {.lex_state = 236}, + [69] = {.lex_state = 236}, + [70] = {.lex_state = 236}, + [71] = {.lex_state = 236}, + [72] = {.lex_state = 236}, + [73] = {.lex_state = 236}, + [74] = {.lex_state = 236}, + [75] = {.lex_state = 236}, + [76] = {.lex_state = 236}, + [77] = {.lex_state = 236}, + [78] = {.lex_state = 236}, + [79] = {.lex_state = 236}, + [80] = {.lex_state = 236}, + [81] = {.lex_state = 236}, + [82] = {.lex_state = 236}, + [83] = {.lex_state = 236}, + [84] = {.lex_state = 236}, + [85] = {.lex_state = 236}, + [86] = {.lex_state = 236}, + [87] = {.lex_state = 236}, + [88] = {.lex_state = 236}, + [89] = {.lex_state = 236}, + [90] = {.lex_state = 236}, + [91] = {.lex_state = 236}, + [92] = {.lex_state = 236}, + [93] = {.lex_state = 236}, + [94] = {.lex_state = 236}, + [95] = {.lex_state = 236}, + [96] = {.lex_state = 236}, + [97] = {.lex_state = 236}, + [98] = {.lex_state = 236}, + [99] = {.lex_state = 236}, + [100] = {.lex_state = 236}, + [101] = {.lex_state = 236}, + [102] = {.lex_state = 236}, + [103] = {.lex_state = 236}, + [104] = {.lex_state = 236}, + [105] = {.lex_state = 236}, + [106] = {.lex_state = 236}, + [107] = {.lex_state = 236}, + [108] = {.lex_state = 236}, + [109] = {.lex_state = 236}, + [110] = {.lex_state = 236}, + [111] = {.lex_state = 236}, + [112] = {.lex_state = 235}, + [113] = {.lex_state = 235}, + [114] = {.lex_state = 235}, + [115] = {.lex_state = 235}, + [116] = {.lex_state = 236}, + [117] = {.lex_state = 236}, + [118] = {.lex_state = 236}, + [119] = {.lex_state = 236}, + [120] = {.lex_state = 236}, + [121] = {.lex_state = 235}, + [122] = {.lex_state = 236}, + [123] = {.lex_state = 236}, + [124] = {.lex_state = 236}, + [125] = {.lex_state = 236}, + [126] = {.lex_state = 236}, + [127] = {.lex_state = 236}, + [128] = {.lex_state = 236}, + [129] = {.lex_state = 236}, + [130] = {.lex_state = 236}, + [131] = {.lex_state = 236}, + [132] = {.lex_state = 236}, + [133] = {.lex_state = 236}, + [134] = {.lex_state = 236}, + [135] = {.lex_state = 236}, + [136] = {.lex_state = 236}, + [137] = {.lex_state = 236}, + [138] = {.lex_state = 236}, + [139] = {.lex_state = 236}, + [140] = {.lex_state = 236}, + [141] = {.lex_state = 236}, + [142] = {.lex_state = 236}, + [143] = {.lex_state = 236}, + [144] = {.lex_state = 236}, + [145] = {.lex_state = 236}, + [146] = {.lex_state = 236}, + [147] = {.lex_state = 236}, + [148] = {.lex_state = 236}, + [149] = {.lex_state = 236}, + [150] = {.lex_state = 236}, + [151] = {.lex_state = 236}, + [152] = {.lex_state = 236}, + [153] = {.lex_state = 236}, + [154] = {.lex_state = 236}, + [155] = {.lex_state = 236}, + [156] = {.lex_state = 236}, + [157] = {.lex_state = 236}, + [158] = {.lex_state = 236}, + [159] = {.lex_state = 235}, + [160] = {.lex_state = 235}, + [161] = {.lex_state = 236}, + [162] = {.lex_state = 236}, + [163] = {.lex_state = 236}, + [164] = {.lex_state = 236}, + [165] = {.lex_state = 236}, + [166] = {.lex_state = 236}, + [167] = {.lex_state = 236}, + [168] = {.lex_state = 236}, + [169] = {.lex_state = 236}, [170] = {.lex_state = 2}, [171] = {.lex_state = 2}, [172] = {.lex_state = 2}, @@ -6557,75 +6709,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [177] = {.lex_state = 2}, [178] = {.lex_state = 2}, [179] = {.lex_state = 2}, - [180] = {.lex_state = 222}, - [181] = {.lex_state = 222}, - [182] = {.lex_state = 222}, - [183] = {.lex_state = 222}, - [184] = {.lex_state = 222}, - [185] = {.lex_state = 222}, - [186] = {.lex_state = 222}, - [187] = {.lex_state = 222}, - [188] = {.lex_state = 222}, - [189] = {.lex_state = 222}, - [190] = {.lex_state = 222}, - [191] = {.lex_state = 222}, - [192] = {.lex_state = 222}, - [193] = {.lex_state = 222}, - [194] = {.lex_state = 222}, - [195] = {.lex_state = 222}, - [196] = {.lex_state = 222}, - [197] = {.lex_state = 222}, - [198] = {.lex_state = 222}, - [199] = {.lex_state = 222}, - [200] = {.lex_state = 222}, - [201] = {.lex_state = 222}, - [202] = {.lex_state = 222}, - [203] = {.lex_state = 222}, - [204] = {.lex_state = 222}, - [205] = {.lex_state = 222}, - [206] = {.lex_state = 222}, - [207] = {.lex_state = 222}, - [208] = {.lex_state = 222}, - [209] = {.lex_state = 222}, - [210] = {.lex_state = 222}, - [211] = {.lex_state = 222}, - [212] = {.lex_state = 222}, - [213] = {.lex_state = 222}, - [214] = {.lex_state = 222}, - [215] = {.lex_state = 222}, - [216] = {.lex_state = 222}, - [217] = {.lex_state = 222}, - [218] = {.lex_state = 222}, - [219] = {.lex_state = 222}, - [220] = {.lex_state = 222}, - [221] = {.lex_state = 222}, - [222] = {.lex_state = 222}, - [223] = {.lex_state = 222}, - [224] = {.lex_state = 222}, - [225] = {.lex_state = 222}, - [226] = {.lex_state = 222}, - [227] = {.lex_state = 222}, - [228] = {.lex_state = 222}, - [229] = {.lex_state = 222}, - [230] = {.lex_state = 222}, - [231] = {.lex_state = 222}, - [232] = {.lex_state = 222}, - [233] = {.lex_state = 222}, - [234] = {.lex_state = 222}, - [235] = {.lex_state = 222}, - [236] = {.lex_state = 222}, - [237] = {.lex_state = 222}, - [238] = {.lex_state = 222}, - [239] = {.lex_state = 222}, - [240] = {.lex_state = 222}, - [241] = {.lex_state = 222}, - [242] = {.lex_state = 222}, - [243] = {.lex_state = 222}, - [244] = {.lex_state = 222}, - [245] = {.lex_state = 222}, - [246] = {.lex_state = 222}, - [247] = {.lex_state = 222}, - [248] = {.lex_state = 222}, + [180] = {.lex_state = 237}, + [181] = {.lex_state = 237}, + [182] = {.lex_state = 237}, + [183] = {.lex_state = 237}, + [184] = {.lex_state = 237}, + [185] = {.lex_state = 237}, + [186] = {.lex_state = 237}, + [187] = {.lex_state = 237}, + [188] = {.lex_state = 237}, + [189] = {.lex_state = 237}, + [190] = {.lex_state = 237}, + [191] = {.lex_state = 237}, + [192] = {.lex_state = 237}, + [193] = {.lex_state = 237}, + [194] = {.lex_state = 237}, + [195] = {.lex_state = 237}, + [196] = {.lex_state = 237}, + [197] = {.lex_state = 237}, + [198] = {.lex_state = 237}, + [199] = {.lex_state = 237}, + [200] = {.lex_state = 237}, + [201] = {.lex_state = 237}, + [202] = {.lex_state = 237}, + [203] = {.lex_state = 237}, + [204] = {.lex_state = 237}, + [205] = {.lex_state = 237}, + [206] = {.lex_state = 237}, + [207] = {.lex_state = 237}, + [208] = {.lex_state = 237}, + [209] = {.lex_state = 237}, + [210] = {.lex_state = 237}, + [211] = {.lex_state = 237}, + [212] = {.lex_state = 237}, + [213] = {.lex_state = 237}, + [214] = {.lex_state = 237}, + [215] = {.lex_state = 237}, + [216] = {.lex_state = 237}, + [217] = {.lex_state = 237}, + [218] = {.lex_state = 237}, + [219] = {.lex_state = 237}, + [220] = {.lex_state = 237}, + [221] = {.lex_state = 237}, + [222] = {.lex_state = 237}, + [223] = {.lex_state = 237}, + [224] = {.lex_state = 237}, + [225] = {.lex_state = 237}, + [226] = {.lex_state = 237}, + [227] = {.lex_state = 237}, + [228] = {.lex_state = 237}, + [229] = {.lex_state = 237}, + [230] = {.lex_state = 237}, + [231] = {.lex_state = 237}, + [232] = {.lex_state = 237}, + [233] = {.lex_state = 237}, + [234] = {.lex_state = 237}, + [235] = {.lex_state = 237}, + [236] = {.lex_state = 237}, + [237] = {.lex_state = 237}, + [238] = {.lex_state = 237}, + [239] = {.lex_state = 237}, + [240] = {.lex_state = 237}, + [241] = {.lex_state = 237}, + [242] = {.lex_state = 237}, + [243] = {.lex_state = 237}, + [244] = {.lex_state = 237}, + [245] = {.lex_state = 237}, + [246] = {.lex_state = 237}, + [247] = {.lex_state = 237}, + [248] = {.lex_state = 237}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -6639,7 +6791,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(1), [anon_sym_Sep] = ACTIONS(1), [anon_sym_NUmProcs] = ACTIONS(1), - [anon_sym_] = ACTIONS(1), + [anon_sym_u237c] = ACTIONS(1), [aux_sym_character_token1] = ACTIONS(1), [sym_string] = ACTIONS(1), [sym_multiLineString] = ACTIONS(1), @@ -6661,138 +6813,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1), [anon_sym_SQUOTE] = ACTIONS(1), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(1), + [anon_sym_e] = ACTIONS(1), + [anon_sym_NaN] = ACTIONS(1), + [anon_sym_NumProcs] = ACTIONS(1), [anon_sym_eta] = ACTIONS(1), - [anon_sym_2] = ACTIONS(1), + [anon_sym_u03b7] = ACTIONS(1), [anon_sym_pi] = ACTIONS(1), - [anon_sym_3] = ACTIONS(1), + [anon_sym_u03c0] = ACTIONS(1), [anon_sym_tau] = ACTIONS(1), - [anon_sym_4] = ACTIONS(1), + [anon_sym_u03c4] = ACTIONS(1), [anon_sym_infinity] = ACTIONS(1), - [anon_sym_5] = ACTIONS(1), - [anon_sym_e] = ACTIONS(1), - [anon_sym_NaN] = ACTIONS(1), - [anon_sym_NumProcs] = ACTIONS(1), + [anon_sym_u221e] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), - [anon_sym_6] = ACTIONS(1), + [anon_sym_u25cc] = ACTIONS(1), [anon_sym_identity] = ACTIONS(1), [anon_sym_id] = ACTIONS(1), - [anon_sym_7] = ACTIONS(1), + [anon_sym_u2218] = ACTIONS(1), [anon_sym_not] = ACTIONS(1), - [anon_sym_8] = ACTIONS(1), + [anon_sym_u00ac] = ACTIONS(1), [anon_sym_sign] = ACTIONS(1), - [anon_sym_9] = ACTIONS(1), + [anon_sym_u00b1] = ACTIONS(1), [anon_sym_BQUOTE] = ACTIONS(1), - [anon_sym_10] = ACTIONS(1), + [anon_sym_u00af] = ACTIONS(1), [anon_sym_absolutevalue] = ACTIONS(1), - [anon_sym_11] = ACTIONS(1), + [anon_sym_u2335] = ACTIONS(1), [anon_sym_sqrt] = ACTIONS(1), - [anon_sym_12] = ACTIONS(1), + [anon_sym_u221a] = ACTIONS(1), [anon_sym_sine] = ACTIONS(1), - [anon_sym_13] = ACTIONS(1), + [anon_sym_u25cb] = ACTIONS(1), [anon_sym_floor] = ACTIONS(1), - [anon_sym_14] = ACTIONS(1), + [anon_sym_u230a] = ACTIONS(1), [anon_sym_ceiling] = ACTIONS(1), - [anon_sym_15] = ACTIONS(1), + [anon_sym_u2308] = ACTIONS(1), [anon_sym_round] = ACTIONS(1), - [anon_sym_16] = ACTIONS(1), + [anon_sym_u2045] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), - [anon_sym_17] = ACTIONS(1), + [anon_sym_u2260] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), - [anon_sym_18] = ACTIONS(1), + [anon_sym_u2264] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), - [anon_sym_19] = ACTIONS(1), + [anon_sym_u2265] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), - [anon_sym_20] = ACTIONS(1), + [anon_sym_u00d7] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), - [anon_sym_21] = ACTIONS(1), + [anon_sym_u00f7] = ACTIONS(1), [anon_sym_modulus] = ACTIONS(1), - [anon_sym_22] = ACTIONS(1), + [anon_sym_u25ff] = ACTIONS(1), [anon_sym_power] = ACTIONS(1), - [anon_sym_23] = ACTIONS(1), + [anon_sym_u207f] = ACTIONS(1), [anon_sym_logarithm] = ACTIONS(1), - [anon_sym_24] = ACTIONS(1), + [anon_sym_u2099] = ACTIONS(1), [anon_sym_minimum] = ACTIONS(1), - [anon_sym_25] = ACTIONS(1), + [anon_sym_u21a7] = ACTIONS(1), [anon_sym_maximum] = ACTIONS(1), - [anon_sym_26] = ACTIONS(1), + [anon_sym_u21a5] = ACTIONS(1), [anon_sym_atangent] = ACTIONS(1), - [anon_sym_27] = ACTIONS(1), + [anon_sym_u2220] = ACTIONS(1), [anon_sym_length] = ACTIONS(1), - [anon_sym_28] = ACTIONS(1), + [anon_sym_u29fb] = ACTIONS(1), [anon_sym_shape] = ACTIONS(1), - [anon_sym_29] = ACTIONS(1), + [anon_sym_u25b3] = ACTIONS(1), [anon_sym_range] = ACTIONS(1), - [anon_sym_30] = ACTIONS(1), + [anon_sym_u21e1] = ACTIONS(1), [anon_sym_first] = ACTIONS(1), - [anon_sym_31] = ACTIONS(1), + [anon_sym_u22a2] = ACTIONS(1), [anon_sym_reverse] = ACTIONS(1), - [anon_sym_32] = ACTIONS(1), + [anon_sym_u21cc] = ACTIONS(1), [anon_sym_deshape] = ACTIONS(1), - [anon_sym_33] = ACTIONS(1), + [anon_sym_u266d] = ACTIONS(1), [anon_sym_bits] = ACTIONS(1), - [anon_sym_34] = ACTIONS(1), + [anon_sym_u22ef] = ACTIONS(1), [anon_sym_transpose] = ACTIONS(1), - [anon_sym_35] = ACTIONS(1), + [anon_sym_u2349] = ACTIONS(1), [anon_sym_rise] = ACTIONS(1), - [anon_sym_36] = ACTIONS(1), + [anon_sym_u234f] = ACTIONS(1), [anon_sym_fall] = ACTIONS(1), - [anon_sym_37] = ACTIONS(1), + [anon_sym_u2356] = ACTIONS(1), [anon_sym_where] = ACTIONS(1), - [anon_sym_38] = ACTIONS(1), + [anon_sym_u229a] = ACTIONS(1), [anon_sym_classify] = ACTIONS(1), - [anon_sym_39] = ACTIONS(1), + [anon_sym_u229b] = ACTIONS(1), [anon_sym_deduplicate] = ACTIONS(1), - [anon_sym_40] = ACTIONS(1), + [anon_sym_u25f4] = ACTIONS(1), [anon_sym_box] = ACTIONS(1), - [anon_sym_41] = ACTIONS(1), + [anon_sym_u25a1] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), - [anon_sym_42] = ACTIONS(1), + [anon_sym_u224d] = ACTIONS(1), [anon_sym_couple] = ACTIONS(1), - [anon_sym_43] = ACTIONS(1), + [anon_sym_u229f] = ACTIONS(1), [anon_sym_join] = ACTIONS(1), - [anon_sym_44] = ACTIONS(1), + [anon_sym_u2282] = ACTIONS(1), [anon_sym_select] = ACTIONS(1), - [anon_sym_45] = ACTIONS(1), + [anon_sym_u228f] = ACTIONS(1), [anon_sym_pick] = ACTIONS(1), - [anon_sym_46] = ACTIONS(1), + [anon_sym_u22a1] = ACTIONS(1), [anon_sym_reshape] = ACTIONS(1), - [anon_sym_47] = ACTIONS(1), + [anon_sym_u21af] = ACTIONS(1), [anon_sym_take] = ACTIONS(1), - [anon_sym_48] = ACTIONS(1), + [anon_sym_u2199] = ACTIONS(1), [anon_sym_drop] = ACTIONS(1), - [anon_sym_49] = ACTIONS(1), + [anon_sym_u2198] = ACTIONS(1), [anon_sym_rotate] = ACTIONS(1), - [anon_sym_50] = ACTIONS(1), + [anon_sym_u21bb] = ACTIONS(1), [anon_sym_windows] = ACTIONS(1), - [anon_sym_51] = ACTIONS(1), + [anon_sym_u25eb] = ACTIONS(1), [anon_sym_keep] = ACTIONS(1), - [anon_sym_52] = ACTIONS(1), + [anon_sym_u25bd] = ACTIONS(1), [anon_sym_find] = ACTIONS(1), - [anon_sym_53] = ACTIONS(1), + [anon_sym_u2315] = ACTIONS(1), [anon_sym_member] = ACTIONS(1), - [anon_sym_54] = ACTIONS(1), + [anon_sym_u220a] = ACTIONS(1), [anon_sym_indexof] = ACTIONS(1), - [anon_sym_55] = ACTIONS(1), + [anon_sym_u2297] = ACTIONS(1), [anon_sym_assert] = ACTIONS(1), - [anon_sym_56] = ACTIONS(1), + [anon_sym_u2364] = ACTIONS(1), [anon_sym_wait] = ACTIONS(1), [anon_sym_parse] = ACTIONS(1), - [anon_sym_57] = ACTIONS(1), + [anon_sym_u22d5] = ACTIONS(1), [anon_sym_random] = ACTIONS(1), - [anon_sym_58] = ACTIONS(1), + [anon_sym_u2682] = ACTIONS(1), [anon_sym_gen] = ACTIONS(1), [anon_sym_deal] = ACTIONS(1), [anon_sym_tag] = ACTIONS(1), [anon_sym_now] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), - [anon_sym_59] = ACTIONS(1), + [anon_sym_u2e2e] = ACTIONS(1), [anon_sym_dump] = ACTIONS(1), [anon_sym_regex] = ACTIONS(1), [anon_sym_utf] = ACTIONS(1), @@ -6800,85 +6952,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(1), [anon_sym_tryrecv] = ACTIONS(1), [anon_sym_complex] = ACTIONS(1), - [anon_sym_60] = ACTIONS(1), + [anon_sym_u2102] = ACTIONS(1), [anon_sym_rerank] = ACTIONS(1), - [anon_sym_61] = ACTIONS(1), + [anon_sym_u2607] = ACTIONS(1), [anon_sym_fix] = ACTIONS(1), - [anon_sym_62] = ACTIONS(1), + [anon_sym_u00a4] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_unique] = ACTIONS(1), - [anon_sym_63] = ACTIONS(1), + [anon_sym_u25f0] = ACTIONS(1), [anon_sym_map] = ACTIONS(1), [anon_sym_has] = ACTIONS(1), [anon_sym_get] = ACTIONS(1), [anon_sym_insert] = ACTIONS(1), [anon_sym_remove] = ACTIONS(1), + [anon_sym_repr] = ACTIONS(1), [anon_sym_reduce] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_scan] = ACTIONS(1), [anon_sym_BSLASH] = ACTIONS(1), [anon_sym_each] = ACTIONS(1), - [anon_sym_64] = ACTIONS(1), + [anon_sym_u2235] = ACTIONS(1), [anon_sym_rows] = ACTIONS(1), - [anon_sym_65] = ACTIONS(1), + [anon_sym_u2261] = ACTIONS(1), [anon_sym_repeat] = ACTIONS(1), - [anon_sym_66] = ACTIONS(1), + [anon_sym_u2365] = ACTIONS(1), [anon_sym_dip] = ACTIONS(1), - [anon_sym_67] = ACTIONS(1), + [anon_sym_u2299] = ACTIONS(1), [anon_sym_gap] = ACTIONS(1), - [anon_sym_68] = ACTIONS(1), + [anon_sym_u22c5] = ACTIONS(1), [anon_sym_spawn] = ACTIONS(1), [anon_sym_rectify] = ACTIONS(1), - [anon_sym_69] = ACTIONS(1), - [anon_sym_this] = ACTIONS(1), - [anon_sym_70] = ACTIONS(1), - [anon_sym_recur] = ACTIONS(1), - [anon_sym_71] = ACTIONS(1), + [anon_sym_u2305] = ACTIONS(1), [anon_sym_un] = ACTIONS(1), - [anon_sym_72] = ACTIONS(1), - [anon_sym_content] = ACTIONS(1), - [anon_sym_73] = ACTIONS(1), + [anon_sym_u00b0] = ACTIONS(1), [anon_sym_bind] = ACTIONS(1), + [anon_sym_on] = ACTIONS(1), + [anon_sym_u27dc] = ACTIONS(1), + [anon_sym_inventory] = ACTIONS(1), + [anon_sym_u235a] = ACTIONS(1), + [anon_sym_content] = ACTIONS(1), + [anon_sym_u25c7] = ACTIONS(1), + [anon_sym_pool] = ACTIONS(1), + [anon_sym_stringify] = ACTIONS(1), + [anon_sym_signature] = ACTIONS(1), + [anon_sym_shapes] = ACTIONS(1), + [anon_sym_types] = ACTIONS(1), [anon_sym_fold] = ACTIONS(1), - [anon_sym_74] = ACTIONS(1), + [anon_sym_u2227] = ACTIONS(1), [anon_sym_table] = ACTIONS(1), - [anon_sym_75] = ACTIONS(1), + [anon_sym_u229e] = ACTIONS(1), [anon_sym_group] = ACTIONS(1), - [anon_sym_76] = ACTIONS(1), + [anon_sym_u2295] = ACTIONS(1), [anon_sym_partition] = ACTIONS(1), - [anon_sym_77] = ACTIONS(1), + [anon_sym_u229c] = ACTIONS(1), [anon_sym_both] = ACTIONS(1), - [anon_sym_78] = ACTIONS(1), + [anon_sym_u2229] = ACTIONS(1), [anon_sym_bracket] = ACTIONS(1), - [anon_sym_79] = ACTIONS(1), + [anon_sym_u2293] = ACTIONS(1), [anon_sym_fork] = ACTIONS(1), - [anon_sym_80] = ACTIONS(1), + [anon_sym_u2283] = ACTIONS(1), [anon_sym_under] = ACTIONS(1), - [anon_sym_81] = ACTIONS(1), + [anon_sym_u235c] = ACTIONS(1), [anon_sym_fill] = ACTIONS(1), - [anon_sym_82] = ACTIONS(1), + [anon_sym_u2b1a] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), - [anon_sym_83] = ACTIONS(1), + [anon_sym_u2363] = ACTIONS(1), [anon_sym_do] = ACTIONS(1), - [anon_sym_84] = ACTIONS(1), - [anon_sym_all] = ACTIONS(1), - [anon_sym_85] = ACTIONS(1), + [anon_sym_u2362] = ACTIONS(1), [anon_sym_setinv] = ACTIONS(1), [anon_sym_setunder] = ACTIONS(1), - [anon_sym_86] = ACTIONS(1), - [anon_sym_87] = ACTIONS(1), - [anon_sym_88] = ACTIONS(1), - [anon_sym_89] = ACTIONS(1), - [anon_sym_90] = ACTIONS(1), - [anon_sym_91] = ACTIONS(1), - [anon_sym_92] = ACTIONS(1), - [anon_sym_93] = ACTIONS(1), + [anon_sym_f] = ACTIONS(1), + [anon_sym_u2765] = ACTIONS(1), + [anon_sym_u2192] = ACTIONS(1), + [anon_sym_u2237] = ACTIONS(1), + [anon_sym_u00b7] = ACTIONS(1), + [anon_sym_u235b] = ACTIONS(1), + [anon_sym_u2302] = ACTIONS(1), + [anon_sym_u21b0] = ACTIONS(1), [anon_sym_unpack] = ACTIONS(1), - [anon_sym_94] = ACTIONS(1), - [anon_sym_95] = ACTIONS(1), + [anon_sym_u2290] = ACTIONS(1), + [anon_sym_u229d] = ACTIONS(1), [anon_sym_cross] = ACTIONS(1), - [anon_sym_96] = ACTIONS(1), + [anon_sym_u22a0] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), + [anon_sym_u21ac] = ACTIONS(1), + [anon_sym_u21ab] = ACTIONS(1), + [anon_sym_all] = ACTIONS(1), + [anon_sym_u22d4] = ACTIONS(1), [sym_emptyMultiLineString] = ACTIONS(1), [sym__endOfLine] = ACTIONS(5), }, @@ -6914,7 +7074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -6929,138 +7089,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(45), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -7068,85 +7228,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym_emptyMultiLineString] = ACTIONS(57), [sym__endOfLine] = ACTIONS(5), }, @@ -7180,7 +7348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(65), [anon_sym_Sep] = ACTIONS(65), [anon_sym_NUmProcs] = ACTIONS(65), - [anon_sym_] = ACTIONS(68), + [anon_sym_u237c] = ACTIONS(68), [aux_sym_character_token1] = ACTIONS(71), [sym_string] = ACTIONS(74), [sym_multiLineString] = ACTIONS(74), @@ -7195,138 +7363,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(98), [anon_sym_SQUOTE] = ACTIONS(101), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(104), - [anon_sym_eta] = ACTIONS(107), - [anon_sym_2] = ACTIONS(110), - [anon_sym_pi] = ACTIONS(110), - [anon_sym_3] = ACTIONS(110), - [anon_sym_tau] = ACTIONS(107), - [anon_sym_4] = ACTIONS(110), - [anon_sym_infinity] = ACTIONS(107), - [anon_sym_5] = ACTIONS(107), - [anon_sym_e] = ACTIONS(110), - [anon_sym_NaN] = ACTIONS(110), - [anon_sym_NumProcs] = ACTIONS(110), + [anon_sym_e] = ACTIONS(107), + [anon_sym_NaN] = ACTIONS(107), + [anon_sym_NumProcs] = ACTIONS(107), + [anon_sym_eta] = ACTIONS(110), + [anon_sym_u03b7] = ACTIONS(107), + [anon_sym_pi] = ACTIONS(107), + [anon_sym_u03c0] = ACTIONS(107), + [anon_sym_tau] = ACTIONS(110), + [anon_sym_u03c4] = ACTIONS(107), + [anon_sym_infinity] = ACTIONS(110), + [anon_sym_u221e] = ACTIONS(110), [anon_sym_DOT] = ACTIONS(113), [anon_sym_COMMA] = ACTIONS(113), [anon_sym_COLON] = ACTIONS(113), - [anon_sym_6] = ACTIONS(113), + [anon_sym_u25cc] = ACTIONS(113), [anon_sym_identity] = ACTIONS(113), [anon_sym_id] = ACTIONS(116), - [anon_sym_7] = ACTIONS(113), + [anon_sym_u2218] = ACTIONS(113), [anon_sym_not] = ACTIONS(113), - [anon_sym_8] = ACTIONS(113), - [anon_sym_sign] = ACTIONS(113), - [anon_sym_9] = ACTIONS(113), + [anon_sym_u00ac] = ACTIONS(113), + [anon_sym_sign] = ACTIONS(116), + [anon_sym_u00b1] = ACTIONS(113), [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_10] = ACTIONS(116), + [anon_sym_u00af] = ACTIONS(116), [anon_sym_absolutevalue] = ACTIONS(113), - [anon_sym_11] = ACTIONS(113), + [anon_sym_u2335] = ACTIONS(113), [anon_sym_sqrt] = ACTIONS(113), - [anon_sym_12] = ACTIONS(113), + [anon_sym_u221a] = ACTIONS(113), [anon_sym_sine] = ACTIONS(113), - [anon_sym_13] = ACTIONS(113), + [anon_sym_u25cb] = ACTIONS(113), [anon_sym_floor] = ACTIONS(113), - [anon_sym_14] = ACTIONS(113), + [anon_sym_u230a] = ACTIONS(113), [anon_sym_ceiling] = ACTIONS(113), - [anon_sym_15] = ACTIONS(113), + [anon_sym_u2308] = ACTIONS(113), [anon_sym_round] = ACTIONS(113), - [anon_sym_16] = ACTIONS(113), + [anon_sym_u2045] = ACTIONS(113), [anon_sym_EQ] = ACTIONS(113), [anon_sym_BANG_EQ] = ACTIONS(113), - [anon_sym_17] = ACTIONS(113), + [anon_sym_u2260] = ACTIONS(113), [anon_sym_LT] = ACTIONS(116), [anon_sym_LT_EQ] = ACTIONS(113), - [anon_sym_18] = ACTIONS(113), + [anon_sym_u2264] = ACTIONS(113), [anon_sym_GT] = ACTIONS(116), [anon_sym_GT_EQ] = ACTIONS(113), - [anon_sym_19] = ACTIONS(113), + [anon_sym_u2265] = ACTIONS(113), [anon_sym_PLUS] = ACTIONS(113), [anon_sym_DASH] = ACTIONS(116), [anon_sym_STAR] = ACTIONS(113), - [anon_sym_20] = ACTIONS(113), + [anon_sym_u00d7] = ACTIONS(113), [anon_sym_PERCENT] = ACTIONS(113), - [anon_sym_21] = ACTIONS(113), + [anon_sym_u00f7] = ACTIONS(113), [anon_sym_modulus] = ACTIONS(113), - [anon_sym_22] = ACTIONS(113), + [anon_sym_u25ff] = ACTIONS(113), [anon_sym_power] = ACTIONS(113), - [anon_sym_23] = ACTIONS(113), + [anon_sym_u207f] = ACTIONS(113), [anon_sym_logarithm] = ACTIONS(113), - [anon_sym_24] = ACTIONS(113), + [anon_sym_u2099] = ACTIONS(113), [anon_sym_minimum] = ACTIONS(113), - [anon_sym_25] = ACTIONS(113), + [anon_sym_u21a7] = ACTIONS(113), [anon_sym_maximum] = ACTIONS(113), - [anon_sym_26] = ACTIONS(113), + [anon_sym_u21a5] = ACTIONS(113), [anon_sym_atangent] = ACTIONS(113), - [anon_sym_27] = ACTIONS(113), + [anon_sym_u2220] = ACTIONS(113), [anon_sym_length] = ACTIONS(113), - [anon_sym_28] = ACTIONS(113), - [anon_sym_shape] = ACTIONS(113), - [anon_sym_29] = ACTIONS(113), + [anon_sym_u29fb] = ACTIONS(113), + [anon_sym_shape] = ACTIONS(116), + [anon_sym_u25b3] = ACTIONS(113), [anon_sym_range] = ACTIONS(113), - [anon_sym_30] = ACTIONS(113), + [anon_sym_u21e1] = ACTIONS(113), [anon_sym_first] = ACTIONS(113), - [anon_sym_31] = ACTIONS(113), + [anon_sym_u22a2] = ACTIONS(113), [anon_sym_reverse] = ACTIONS(113), - [anon_sym_32] = ACTIONS(113), + [anon_sym_u21cc] = ACTIONS(113), [anon_sym_deshape] = ACTIONS(113), - [anon_sym_33] = ACTIONS(113), + [anon_sym_u266d] = ACTIONS(113), [anon_sym_bits] = ACTIONS(113), - [anon_sym_34] = ACTIONS(113), + [anon_sym_u22ef] = ACTIONS(113), [anon_sym_transpose] = ACTIONS(113), - [anon_sym_35] = ACTIONS(113), + [anon_sym_u2349] = ACTIONS(113), [anon_sym_rise] = ACTIONS(113), - [anon_sym_36] = ACTIONS(113), + [anon_sym_u234f] = ACTIONS(113), [anon_sym_fall] = ACTIONS(113), - [anon_sym_37] = ACTIONS(113), + [anon_sym_u2356] = ACTIONS(113), [anon_sym_where] = ACTIONS(113), - [anon_sym_38] = ACTIONS(113), + [anon_sym_u229a] = ACTIONS(113), [anon_sym_classify] = ACTIONS(113), - [anon_sym_39] = ACTIONS(113), + [anon_sym_u229b] = ACTIONS(113), [anon_sym_deduplicate] = ACTIONS(113), - [anon_sym_40] = ACTIONS(113), + [anon_sym_u25f4] = ACTIONS(113), [anon_sym_box] = ACTIONS(113), - [anon_sym_41] = ACTIONS(113), + [anon_sym_u25a1] = ACTIONS(113), [anon_sym_match] = ACTIONS(113), - [anon_sym_42] = ACTIONS(113), + [anon_sym_u224d] = ACTIONS(113), [anon_sym_couple] = ACTIONS(113), - [anon_sym_43] = ACTIONS(113), + [anon_sym_u229f] = ACTIONS(113), [anon_sym_join] = ACTIONS(113), - [anon_sym_44] = ACTIONS(113), + [anon_sym_u2282] = ACTIONS(113), [anon_sym_select] = ACTIONS(113), - [anon_sym_45] = ACTIONS(113), + [anon_sym_u228f] = ACTIONS(113), [anon_sym_pick] = ACTIONS(113), - [anon_sym_46] = ACTIONS(113), + [anon_sym_u22a1] = ACTIONS(113), [anon_sym_reshape] = ACTIONS(113), - [anon_sym_47] = ACTIONS(113), + [anon_sym_u21af] = ACTIONS(113), [anon_sym_take] = ACTIONS(113), - [anon_sym_48] = ACTIONS(113), + [anon_sym_u2199] = ACTIONS(113), [anon_sym_drop] = ACTIONS(113), - [anon_sym_49] = ACTIONS(113), + [anon_sym_u2198] = ACTIONS(113), [anon_sym_rotate] = ACTIONS(113), - [anon_sym_50] = ACTIONS(113), + [anon_sym_u21bb] = ACTIONS(113), [anon_sym_windows] = ACTIONS(113), - [anon_sym_51] = ACTIONS(113), + [anon_sym_u25eb] = ACTIONS(113), [anon_sym_keep] = ACTIONS(113), - [anon_sym_52] = ACTIONS(113), + [anon_sym_u25bd] = ACTIONS(113), [anon_sym_find] = ACTIONS(113), - [anon_sym_53] = ACTIONS(113), + [anon_sym_u2315] = ACTIONS(113), [anon_sym_member] = ACTIONS(113), - [anon_sym_54] = ACTIONS(113), + [anon_sym_u220a] = ACTIONS(113), [anon_sym_indexof] = ACTIONS(113), - [anon_sym_55] = ACTIONS(113), + [anon_sym_u2297] = ACTIONS(113), [anon_sym_assert] = ACTIONS(113), - [anon_sym_56] = ACTIONS(113), + [anon_sym_u2364] = ACTIONS(113), [anon_sym_wait] = ACTIONS(113), [anon_sym_parse] = ACTIONS(113), - [anon_sym_57] = ACTIONS(113), + [anon_sym_u22d5] = ACTIONS(113), [anon_sym_random] = ACTIONS(113), - [anon_sym_58] = ACTIONS(113), + [anon_sym_u2682] = ACTIONS(113), [anon_sym_gen] = ACTIONS(113), [anon_sym_deal] = ACTIONS(113), [anon_sym_tag] = ACTIONS(113), [anon_sym_now] = ACTIONS(113), - [anon_sym_type] = ACTIONS(113), - [anon_sym_59] = ACTIONS(113), + [anon_sym_type] = ACTIONS(116), + [anon_sym_u2e2e] = ACTIONS(113), [anon_sym_dump] = ACTIONS(113), [anon_sym_regex] = ACTIONS(113), [anon_sym_utf] = ACTIONS(113), @@ -7334,85 +7502,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(113), [anon_sym_tryrecv] = ACTIONS(113), [anon_sym_complex] = ACTIONS(113), - [anon_sym_60] = ACTIONS(113), + [anon_sym_u2102] = ACTIONS(113), [anon_sym_rerank] = ACTIONS(113), - [anon_sym_61] = ACTIONS(113), + [anon_sym_u2607] = ACTIONS(113), [anon_sym_fix] = ACTIONS(113), - [anon_sym_62] = ACTIONS(113), + [anon_sym_u00a4] = ACTIONS(113), [anon_sym_QMARK] = ACTIONS(113), [anon_sym_unique] = ACTIONS(113), - [anon_sym_63] = ACTIONS(113), + [anon_sym_u25f0] = ACTIONS(113), [anon_sym_map] = ACTIONS(113), [anon_sym_has] = ACTIONS(113), [anon_sym_get] = ACTIONS(113), [anon_sym_insert] = ACTIONS(113), [anon_sym_remove] = ACTIONS(113), + [anon_sym_repr] = ACTIONS(113), [anon_sym_reduce] = ACTIONS(119), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_scan] = ACTIONS(119), [anon_sym_BSLASH] = ACTIONS(119), [anon_sym_each] = ACTIONS(119), - [anon_sym_64] = ACTIONS(119), + [anon_sym_u2235] = ACTIONS(119), [anon_sym_rows] = ACTIONS(119), - [anon_sym_65] = ACTIONS(119), + [anon_sym_u2261] = ACTIONS(119), [anon_sym_repeat] = ACTIONS(119), - [anon_sym_66] = ACTIONS(119), + [anon_sym_u2365] = ACTIONS(119), [anon_sym_dip] = ACTIONS(119), - [anon_sym_67] = ACTIONS(119), + [anon_sym_u2299] = ACTIONS(119), [anon_sym_gap] = ACTIONS(119), - [anon_sym_68] = ACTIONS(119), + [anon_sym_u22c5] = ACTIONS(119), [anon_sym_spawn] = ACTIONS(119), [anon_sym_rectify] = ACTIONS(119), - [anon_sym_69] = ACTIONS(119), - [anon_sym_this] = ACTIONS(119), - [anon_sym_70] = ACTIONS(119), - [anon_sym_recur] = ACTIONS(119), - [anon_sym_71] = ACTIONS(119), + [anon_sym_u2305] = ACTIONS(119), [anon_sym_un] = ACTIONS(122), - [anon_sym_72] = ACTIONS(119), - [anon_sym_content] = ACTIONS(119), - [anon_sym_73] = ACTIONS(119), + [anon_sym_u00b0] = ACTIONS(119), [anon_sym_bind] = ACTIONS(119), + [anon_sym_on] = ACTIONS(122), + [anon_sym_u27dc] = ACTIONS(119), + [anon_sym_inventory] = ACTIONS(119), + [anon_sym_u235a] = ACTIONS(119), + [anon_sym_content] = ACTIONS(119), + [anon_sym_u25c7] = ACTIONS(119), + [anon_sym_pool] = ACTIONS(119), + [anon_sym_stringify] = ACTIONS(119), + [anon_sym_signature] = ACTIONS(119), + [anon_sym_shapes] = ACTIONS(119), + [anon_sym_types] = ACTIONS(119), [anon_sym_fold] = ACTIONS(125), - [anon_sym_74] = ACTIONS(125), + [anon_sym_u2227] = ACTIONS(125), [anon_sym_table] = ACTIONS(125), - [anon_sym_75] = ACTIONS(125), + [anon_sym_u229e] = ACTIONS(125), [anon_sym_group] = ACTIONS(125), - [anon_sym_76] = ACTIONS(125), + [anon_sym_u2295] = ACTIONS(125), [anon_sym_partition] = ACTIONS(125), - [anon_sym_77] = ACTIONS(125), + [anon_sym_u229c] = ACTIONS(125), [anon_sym_both] = ACTIONS(125), - [anon_sym_78] = ACTIONS(125), + [anon_sym_u2229] = ACTIONS(125), [anon_sym_bracket] = ACTIONS(125), - [anon_sym_79] = ACTIONS(125), + [anon_sym_u2293] = ACTIONS(125), [anon_sym_fork] = ACTIONS(125), - [anon_sym_80] = ACTIONS(125), + [anon_sym_u2283] = ACTIONS(125), [anon_sym_under] = ACTIONS(125), - [anon_sym_81] = ACTIONS(125), + [anon_sym_u235c] = ACTIONS(125), [anon_sym_fill] = ACTIONS(125), - [anon_sym_82] = ACTIONS(125), + [anon_sym_u2b1a] = ACTIONS(125), [anon_sym_try] = ACTIONS(128), - [anon_sym_83] = ACTIONS(125), + [anon_sym_u2363] = ACTIONS(125), [anon_sym_do] = ACTIONS(128), - [anon_sym_84] = ACTIONS(125), - [anon_sym_all] = ACTIONS(125), - [anon_sym_85] = ACTIONS(125), + [anon_sym_u2362] = ACTIONS(125), [anon_sym_setinv] = ACTIONS(125), [anon_sym_setunder] = ACTIONS(125), - [anon_sym_86] = ACTIONS(131), - [anon_sym_87] = ACTIONS(131), - [anon_sym_88] = ACTIONS(131), - [anon_sym_89] = ACTIONS(131), - [anon_sym_90] = ACTIONS(131), - [anon_sym_91] = ACTIONS(131), - [anon_sym_92] = ACTIONS(131), - [anon_sym_93] = ACTIONS(131), + [anon_sym_f] = ACTIONS(128), + [anon_sym_u2765] = ACTIONS(131), + [anon_sym_u2192] = ACTIONS(131), + [anon_sym_u2237] = ACTIONS(131), + [anon_sym_u00b7] = ACTIONS(131), + [anon_sym_u235b] = ACTIONS(131), + [anon_sym_u2302] = ACTIONS(131), + [anon_sym_u21b0] = ACTIONS(131), [anon_sym_unpack] = ACTIONS(131), - [anon_sym_94] = ACTIONS(131), - [anon_sym_95] = ACTIONS(131), + [anon_sym_u2290] = ACTIONS(131), + [anon_sym_u229d] = ACTIONS(131), [anon_sym_cross] = ACTIONS(131), - [anon_sym_96] = ACTIONS(131), + [anon_sym_u22a0] = ACTIONS(131), [anon_sym_SEMI] = ACTIONS(131), + [anon_sym_u21ac] = ACTIONS(131), + [anon_sym_u21ab] = ACTIONS(131), + [anon_sym_all] = ACTIONS(131), + [anon_sym_u22d4] = ACTIONS(131), [sym_emptyMultiLineString] = ACTIONS(134), [sym__endOfLine] = ACTIONS(5), }, @@ -7446,7 +7622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -7461,138 +7637,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(45), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -7600,85 +7776,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym_emptyMultiLineString] = ACTIONS(137), [sym__endOfLine] = ACTIONS(5), }, @@ -7710,7 +7894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -7727,138 +7911,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -7866,85 +8050,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(159), }, [5] = { @@ -7975,7 +8167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -7992,138 +8184,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -8131,85 +8323,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(159), }, [6] = { @@ -8242,7 +8442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -8257,138 +8457,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -8396,85 +8596,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [7] = { @@ -8507,7 +8715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -8522,138 +8730,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -8661,85 +8869,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [8] = { @@ -8771,7 +8987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -8786,138 +9002,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -8925,85 +9141,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [9] = { @@ -9035,7 +9259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -9050,138 +9274,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -9189,85 +9413,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [10] = { @@ -9297,7 +9529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -9314,138 +9546,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -9453,85 +9685,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(159), }, [11] = { @@ -9563,7 +9803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -9578,138 +9818,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -9717,85 +9957,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [12] = { @@ -9827,7 +10075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -9842,138 +10090,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -9981,85 +10229,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [13] = { @@ -10091,7 +10347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -10106,138 +10362,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -10245,85 +10501,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym__endOfLine] = ACTIONS(5), }, [14] = { @@ -10354,7 +10618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(205), [anon_sym_Sep] = ACTIONS(205), [anon_sym_NUmProcs] = ACTIONS(205), - [anon_sym_] = ACTIONS(208), + [anon_sym_u237c] = ACTIONS(208), [aux_sym_character_token1] = ACTIONS(211), [sym_string] = ACTIONS(214), [sym_multiLineString] = ACTIONS(214), @@ -10370,138 +10634,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(234), [anon_sym_SQUOTE] = ACTIONS(237), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(240), - [anon_sym_eta] = ACTIONS(243), - [anon_sym_2] = ACTIONS(246), - [anon_sym_pi] = ACTIONS(246), - [anon_sym_3] = ACTIONS(246), - [anon_sym_tau] = ACTIONS(243), - [anon_sym_4] = ACTIONS(246), - [anon_sym_infinity] = ACTIONS(243), - [anon_sym_5] = ACTIONS(243), - [anon_sym_e] = ACTIONS(246), - [anon_sym_NaN] = ACTIONS(246), - [anon_sym_NumProcs] = ACTIONS(246), + [anon_sym_e] = ACTIONS(243), + [anon_sym_NaN] = ACTIONS(243), + [anon_sym_NumProcs] = ACTIONS(243), + [anon_sym_eta] = ACTIONS(246), + [anon_sym_u03b7] = ACTIONS(243), + [anon_sym_pi] = ACTIONS(243), + [anon_sym_u03c0] = ACTIONS(243), + [anon_sym_tau] = ACTIONS(246), + [anon_sym_u03c4] = ACTIONS(243), + [anon_sym_infinity] = ACTIONS(246), + [anon_sym_u221e] = ACTIONS(246), [anon_sym_DOT] = ACTIONS(249), [anon_sym_COMMA] = ACTIONS(249), [anon_sym_COLON] = ACTIONS(249), - [anon_sym_6] = ACTIONS(249), + [anon_sym_u25cc] = ACTIONS(249), [anon_sym_identity] = ACTIONS(249), [anon_sym_id] = ACTIONS(252), - [anon_sym_7] = ACTIONS(249), + [anon_sym_u2218] = ACTIONS(249), [anon_sym_not] = ACTIONS(249), - [anon_sym_8] = ACTIONS(249), - [anon_sym_sign] = ACTIONS(249), - [anon_sym_9] = ACTIONS(249), + [anon_sym_u00ac] = ACTIONS(249), + [anon_sym_sign] = ACTIONS(252), + [anon_sym_u00b1] = ACTIONS(249), [anon_sym_BQUOTE] = ACTIONS(249), - [anon_sym_10] = ACTIONS(252), + [anon_sym_u00af] = ACTIONS(252), [anon_sym_absolutevalue] = ACTIONS(249), - [anon_sym_11] = ACTIONS(249), + [anon_sym_u2335] = ACTIONS(249), [anon_sym_sqrt] = ACTIONS(249), - [anon_sym_12] = ACTIONS(249), + [anon_sym_u221a] = ACTIONS(249), [anon_sym_sine] = ACTIONS(249), - [anon_sym_13] = ACTIONS(249), + [anon_sym_u25cb] = ACTIONS(249), [anon_sym_floor] = ACTIONS(249), - [anon_sym_14] = ACTIONS(249), + [anon_sym_u230a] = ACTIONS(249), [anon_sym_ceiling] = ACTIONS(249), - [anon_sym_15] = ACTIONS(249), + [anon_sym_u2308] = ACTIONS(249), [anon_sym_round] = ACTIONS(249), - [anon_sym_16] = ACTIONS(249), + [anon_sym_u2045] = ACTIONS(249), [anon_sym_EQ] = ACTIONS(249), [anon_sym_BANG_EQ] = ACTIONS(249), - [anon_sym_17] = ACTIONS(249), + [anon_sym_u2260] = ACTIONS(249), [anon_sym_LT] = ACTIONS(252), [anon_sym_LT_EQ] = ACTIONS(249), - [anon_sym_18] = ACTIONS(249), + [anon_sym_u2264] = ACTIONS(249), [anon_sym_GT] = ACTIONS(252), [anon_sym_GT_EQ] = ACTIONS(249), - [anon_sym_19] = ACTIONS(249), + [anon_sym_u2265] = ACTIONS(249), [anon_sym_PLUS] = ACTIONS(249), [anon_sym_DASH] = ACTIONS(249), [anon_sym_STAR] = ACTIONS(249), - [anon_sym_20] = ACTIONS(249), + [anon_sym_u00d7] = ACTIONS(249), [anon_sym_PERCENT] = ACTIONS(249), - [anon_sym_21] = ACTIONS(249), + [anon_sym_u00f7] = ACTIONS(249), [anon_sym_modulus] = ACTIONS(249), - [anon_sym_22] = ACTIONS(249), + [anon_sym_u25ff] = ACTIONS(249), [anon_sym_power] = ACTIONS(249), - [anon_sym_23] = ACTIONS(249), + [anon_sym_u207f] = ACTIONS(249), [anon_sym_logarithm] = ACTIONS(249), - [anon_sym_24] = ACTIONS(249), + [anon_sym_u2099] = ACTIONS(249), [anon_sym_minimum] = ACTIONS(249), - [anon_sym_25] = ACTIONS(249), + [anon_sym_u21a7] = ACTIONS(249), [anon_sym_maximum] = ACTIONS(249), - [anon_sym_26] = ACTIONS(249), + [anon_sym_u21a5] = ACTIONS(249), [anon_sym_atangent] = ACTIONS(249), - [anon_sym_27] = ACTIONS(249), + [anon_sym_u2220] = ACTIONS(249), [anon_sym_length] = ACTIONS(249), - [anon_sym_28] = ACTIONS(249), - [anon_sym_shape] = ACTIONS(249), - [anon_sym_29] = ACTIONS(249), + [anon_sym_u29fb] = ACTIONS(249), + [anon_sym_shape] = ACTIONS(252), + [anon_sym_u25b3] = ACTIONS(249), [anon_sym_range] = ACTIONS(249), - [anon_sym_30] = ACTIONS(249), + [anon_sym_u21e1] = ACTIONS(249), [anon_sym_first] = ACTIONS(249), - [anon_sym_31] = ACTIONS(249), + [anon_sym_u22a2] = ACTIONS(249), [anon_sym_reverse] = ACTIONS(249), - [anon_sym_32] = ACTIONS(249), + [anon_sym_u21cc] = ACTIONS(249), [anon_sym_deshape] = ACTIONS(249), - [anon_sym_33] = ACTIONS(249), + [anon_sym_u266d] = ACTIONS(249), [anon_sym_bits] = ACTIONS(249), - [anon_sym_34] = ACTIONS(249), + [anon_sym_u22ef] = ACTIONS(249), [anon_sym_transpose] = ACTIONS(249), - [anon_sym_35] = ACTIONS(249), + [anon_sym_u2349] = ACTIONS(249), [anon_sym_rise] = ACTIONS(249), - [anon_sym_36] = ACTIONS(249), + [anon_sym_u234f] = ACTIONS(249), [anon_sym_fall] = ACTIONS(249), - [anon_sym_37] = ACTIONS(249), + [anon_sym_u2356] = ACTIONS(249), [anon_sym_where] = ACTIONS(249), - [anon_sym_38] = ACTIONS(249), + [anon_sym_u229a] = ACTIONS(249), [anon_sym_classify] = ACTIONS(249), - [anon_sym_39] = ACTIONS(249), + [anon_sym_u229b] = ACTIONS(249), [anon_sym_deduplicate] = ACTIONS(249), - [anon_sym_40] = ACTIONS(249), + [anon_sym_u25f4] = ACTIONS(249), [anon_sym_box] = ACTIONS(249), - [anon_sym_41] = ACTIONS(249), + [anon_sym_u25a1] = ACTIONS(249), [anon_sym_match] = ACTIONS(249), - [anon_sym_42] = ACTIONS(249), + [anon_sym_u224d] = ACTIONS(249), [anon_sym_couple] = ACTIONS(249), - [anon_sym_43] = ACTIONS(249), + [anon_sym_u229f] = ACTIONS(249), [anon_sym_join] = ACTIONS(249), - [anon_sym_44] = ACTIONS(249), + [anon_sym_u2282] = ACTIONS(249), [anon_sym_select] = ACTIONS(249), - [anon_sym_45] = ACTIONS(249), + [anon_sym_u228f] = ACTIONS(249), [anon_sym_pick] = ACTIONS(249), - [anon_sym_46] = ACTIONS(249), + [anon_sym_u22a1] = ACTIONS(249), [anon_sym_reshape] = ACTIONS(249), - [anon_sym_47] = ACTIONS(249), + [anon_sym_u21af] = ACTIONS(249), [anon_sym_take] = ACTIONS(249), - [anon_sym_48] = ACTIONS(249), + [anon_sym_u2199] = ACTIONS(249), [anon_sym_drop] = ACTIONS(249), - [anon_sym_49] = ACTIONS(249), + [anon_sym_u2198] = ACTIONS(249), [anon_sym_rotate] = ACTIONS(249), - [anon_sym_50] = ACTIONS(249), + [anon_sym_u21bb] = ACTIONS(249), [anon_sym_windows] = ACTIONS(249), - [anon_sym_51] = ACTIONS(249), + [anon_sym_u25eb] = ACTIONS(249), [anon_sym_keep] = ACTIONS(249), - [anon_sym_52] = ACTIONS(249), + [anon_sym_u25bd] = ACTIONS(249), [anon_sym_find] = ACTIONS(249), - [anon_sym_53] = ACTIONS(249), + [anon_sym_u2315] = ACTIONS(249), [anon_sym_member] = ACTIONS(249), - [anon_sym_54] = ACTIONS(249), + [anon_sym_u220a] = ACTIONS(249), [anon_sym_indexof] = ACTIONS(249), - [anon_sym_55] = ACTIONS(249), + [anon_sym_u2297] = ACTIONS(249), [anon_sym_assert] = ACTIONS(249), - [anon_sym_56] = ACTIONS(249), + [anon_sym_u2364] = ACTIONS(249), [anon_sym_wait] = ACTIONS(249), [anon_sym_parse] = ACTIONS(249), - [anon_sym_57] = ACTIONS(249), + [anon_sym_u22d5] = ACTIONS(249), [anon_sym_random] = ACTIONS(249), - [anon_sym_58] = ACTIONS(249), + [anon_sym_u2682] = ACTIONS(249), [anon_sym_gen] = ACTIONS(249), [anon_sym_deal] = ACTIONS(249), [anon_sym_tag] = ACTIONS(249), [anon_sym_now] = ACTIONS(249), - [anon_sym_type] = ACTIONS(249), - [anon_sym_59] = ACTIONS(249), + [anon_sym_type] = ACTIONS(252), + [anon_sym_u2e2e] = ACTIONS(249), [anon_sym_dump] = ACTIONS(249), [anon_sym_regex] = ACTIONS(249), [anon_sym_utf] = ACTIONS(249), @@ -10509,85 +10773,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(249), [anon_sym_tryrecv] = ACTIONS(249), [anon_sym_complex] = ACTIONS(249), - [anon_sym_60] = ACTIONS(249), + [anon_sym_u2102] = ACTIONS(249), [anon_sym_rerank] = ACTIONS(249), - [anon_sym_61] = ACTIONS(249), + [anon_sym_u2607] = ACTIONS(249), [anon_sym_fix] = ACTIONS(249), - [anon_sym_62] = ACTIONS(249), + [anon_sym_u00a4] = ACTIONS(249), [anon_sym_QMARK] = ACTIONS(249), [anon_sym_unique] = ACTIONS(249), - [anon_sym_63] = ACTIONS(249), + [anon_sym_u25f0] = ACTIONS(249), [anon_sym_map] = ACTIONS(249), [anon_sym_has] = ACTIONS(249), [anon_sym_get] = ACTIONS(249), [anon_sym_insert] = ACTIONS(249), [anon_sym_remove] = ACTIONS(249), + [anon_sym_repr] = ACTIONS(249), [anon_sym_reduce] = ACTIONS(255), [anon_sym_SLASH] = ACTIONS(255), [anon_sym_scan] = ACTIONS(255), [anon_sym_BSLASH] = ACTIONS(255), [anon_sym_each] = ACTIONS(255), - [anon_sym_64] = ACTIONS(255), + [anon_sym_u2235] = ACTIONS(255), [anon_sym_rows] = ACTIONS(255), - [anon_sym_65] = ACTIONS(255), + [anon_sym_u2261] = ACTIONS(255), [anon_sym_repeat] = ACTIONS(255), - [anon_sym_66] = ACTIONS(255), + [anon_sym_u2365] = ACTIONS(255), [anon_sym_dip] = ACTIONS(255), - [anon_sym_67] = ACTIONS(255), + [anon_sym_u2299] = ACTIONS(255), [anon_sym_gap] = ACTIONS(255), - [anon_sym_68] = ACTIONS(255), + [anon_sym_u22c5] = ACTIONS(255), [anon_sym_spawn] = ACTIONS(255), [anon_sym_rectify] = ACTIONS(255), - [anon_sym_69] = ACTIONS(255), - [anon_sym_this] = ACTIONS(255), - [anon_sym_70] = ACTIONS(255), - [anon_sym_recur] = ACTIONS(255), - [anon_sym_71] = ACTIONS(255), + [anon_sym_u2305] = ACTIONS(255), [anon_sym_un] = ACTIONS(258), - [anon_sym_72] = ACTIONS(255), - [anon_sym_content] = ACTIONS(255), - [anon_sym_73] = ACTIONS(255), + [anon_sym_u00b0] = ACTIONS(255), [anon_sym_bind] = ACTIONS(255), + [anon_sym_on] = ACTIONS(258), + [anon_sym_u27dc] = ACTIONS(255), + [anon_sym_inventory] = ACTIONS(255), + [anon_sym_u235a] = ACTIONS(255), + [anon_sym_content] = ACTIONS(255), + [anon_sym_u25c7] = ACTIONS(255), + [anon_sym_pool] = ACTIONS(255), + [anon_sym_stringify] = ACTIONS(255), + [anon_sym_signature] = ACTIONS(255), + [anon_sym_shapes] = ACTIONS(255), + [anon_sym_types] = ACTIONS(255), [anon_sym_fold] = ACTIONS(261), - [anon_sym_74] = ACTIONS(261), + [anon_sym_u2227] = ACTIONS(261), [anon_sym_table] = ACTIONS(261), - [anon_sym_75] = ACTIONS(261), + [anon_sym_u229e] = ACTIONS(261), [anon_sym_group] = ACTIONS(261), - [anon_sym_76] = ACTIONS(261), + [anon_sym_u2295] = ACTIONS(261), [anon_sym_partition] = ACTIONS(261), - [anon_sym_77] = ACTIONS(261), + [anon_sym_u229c] = ACTIONS(261), [anon_sym_both] = ACTIONS(261), - [anon_sym_78] = ACTIONS(261), + [anon_sym_u2229] = ACTIONS(261), [anon_sym_bracket] = ACTIONS(261), - [anon_sym_79] = ACTIONS(261), + [anon_sym_u2293] = ACTIONS(261), [anon_sym_fork] = ACTIONS(261), - [anon_sym_80] = ACTIONS(261), + [anon_sym_u2283] = ACTIONS(261), [anon_sym_under] = ACTIONS(261), - [anon_sym_81] = ACTIONS(261), + [anon_sym_u235c] = ACTIONS(261), [anon_sym_fill] = ACTIONS(261), - [anon_sym_82] = ACTIONS(261), + [anon_sym_u2b1a] = ACTIONS(261), [anon_sym_try] = ACTIONS(264), - [anon_sym_83] = ACTIONS(261), + [anon_sym_u2363] = ACTIONS(261), [anon_sym_do] = ACTIONS(264), - [anon_sym_84] = ACTIONS(261), - [anon_sym_all] = ACTIONS(261), - [anon_sym_85] = ACTIONS(261), + [anon_sym_u2362] = ACTIONS(261), [anon_sym_setinv] = ACTIONS(261), [anon_sym_setunder] = ACTIONS(261), - [anon_sym_86] = ACTIONS(267), - [anon_sym_87] = ACTIONS(267), - [anon_sym_88] = ACTIONS(267), - [anon_sym_89] = ACTIONS(267), - [anon_sym_90] = ACTIONS(267), - [anon_sym_91] = ACTIONS(267), - [anon_sym_92] = ACTIONS(267), - [anon_sym_93] = ACTIONS(267), + [anon_sym_f] = ACTIONS(264), + [anon_sym_u2765] = ACTIONS(267), + [anon_sym_u2192] = ACTIONS(267), + [anon_sym_u2237] = ACTIONS(267), + [anon_sym_u00b7] = ACTIONS(267), + [anon_sym_u235b] = ACTIONS(267), + [anon_sym_u2302] = ACTIONS(267), + [anon_sym_u21b0] = ACTIONS(267), [anon_sym_unpack] = ACTIONS(267), - [anon_sym_94] = ACTIONS(267), - [anon_sym_95] = ACTIONS(267), + [anon_sym_u2290] = ACTIONS(267), + [anon_sym_u229d] = ACTIONS(267), [anon_sym_cross] = ACTIONS(267), - [anon_sym_96] = ACTIONS(267), + [anon_sym_u22a0] = ACTIONS(267), [anon_sym_SEMI] = ACTIONS(267), + [anon_sym_u21ac] = ACTIONS(267), + [anon_sym_u21ab] = ACTIONS(267), + [anon_sym_all] = ACTIONS(267), + [anon_sym_u22d4] = ACTIONS(267), [sym__endOfLine] = ACTIONS(5), }, [15] = { @@ -10619,7 +10891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -10634,138 +10906,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -10773,85 +11045,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [16] = { @@ -10882,7 +11162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -10897,138 +11177,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -11036,85 +11316,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym__endOfLine] = ACTIONS(159), }, [17] = { @@ -11145,7 +11433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -11160,138 +11448,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -11299,85 +11587,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [18] = { @@ -11408,7 +11704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -11423,138 +11719,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -11562,85 +11858,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(274), }, [19] = { @@ -11671,7 +11975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -11686,138 +11990,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -11825,85 +12129,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(276), }, [20] = { @@ -11921,7 +12233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(33), [aux_sym_array_repeat1] = STATE(74), @@ -11934,7 +12246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -11949,138 +12261,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -12088,85 +12400,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [21] = { @@ -12197,7 +12517,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -12212,138 +12532,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -12351,85 +12671,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [22] = { @@ -12460,7 +12788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -12475,138 +12803,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -12614,85 +12942,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [23] = { @@ -12723,7 +13059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -12738,138 +13074,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -12877,85 +13213,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [24] = { @@ -12986,7 +13330,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -13001,138 +13345,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -13140,85 +13484,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [25] = { @@ -13236,7 +13588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(20), [aux_sym_array_repeat1] = STATE(74), @@ -13249,7 +13601,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -13264,138 +13616,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -13403,85 +13755,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [26] = { @@ -13512,7 +13872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -13527,138 +13887,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -13666,85 +14026,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [27] = { @@ -13775,7 +14143,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -13790,138 +14158,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -13929,85 +14297,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [28] = { @@ -14038,7 +14414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -14053,138 +14429,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -14192,85 +14568,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [29] = { @@ -14301,7 +14685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -14316,138 +14700,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -14455,85 +14839,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(332), }, [30] = { @@ -14564,7 +14956,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -14579,138 +14971,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -14718,85 +15110,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(334), }, [31] = { @@ -14814,7 +15214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(33), [aux_sym_array_repeat1] = STATE(74), @@ -14827,7 +15227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -14842,138 +15242,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -14981,85 +15381,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [32] = { @@ -15077,7 +15485,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(36), [aux_sym_array_repeat1] = STATE(74), @@ -15090,7 +15498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -15105,138 +15513,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -15244,85 +15652,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [33] = { @@ -15340,7 +15756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(33), [aux_sym_array_repeat1] = STATE(74), @@ -15353,7 +15769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(342), [anon_sym_Sep] = ACTIONS(342), [anon_sym_NUmProcs] = ACTIONS(342), - [anon_sym_] = ACTIONS(345), + [anon_sym_u237c] = ACTIONS(345), [aux_sym_character_token1] = ACTIONS(348), [sym_string] = ACTIONS(351), [sym_multiLineString] = ACTIONS(351), @@ -15368,138 +15784,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(369), [anon_sym_SQUOTE] = ACTIONS(372), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(375), - [anon_sym_eta] = ACTIONS(378), - [anon_sym_2] = ACTIONS(381), - [anon_sym_pi] = ACTIONS(381), - [anon_sym_3] = ACTIONS(381), - [anon_sym_tau] = ACTIONS(378), - [anon_sym_4] = ACTIONS(381), - [anon_sym_infinity] = ACTIONS(378), - [anon_sym_5] = ACTIONS(378), - [anon_sym_e] = ACTIONS(381), - [anon_sym_NaN] = ACTIONS(381), - [anon_sym_NumProcs] = ACTIONS(381), + [anon_sym_e] = ACTIONS(378), + [anon_sym_NaN] = ACTIONS(378), + [anon_sym_NumProcs] = ACTIONS(378), + [anon_sym_eta] = ACTIONS(381), + [anon_sym_u03b7] = ACTIONS(378), + [anon_sym_pi] = ACTIONS(378), + [anon_sym_u03c0] = ACTIONS(378), + [anon_sym_tau] = ACTIONS(381), + [anon_sym_u03c4] = ACTIONS(378), + [anon_sym_infinity] = ACTIONS(381), + [anon_sym_u221e] = ACTIONS(381), [anon_sym_DOT] = ACTIONS(384), [anon_sym_COMMA] = ACTIONS(384), [anon_sym_COLON] = ACTIONS(384), - [anon_sym_6] = ACTIONS(384), + [anon_sym_u25cc] = ACTIONS(384), [anon_sym_identity] = ACTIONS(384), [anon_sym_id] = ACTIONS(387), - [anon_sym_7] = ACTIONS(384), + [anon_sym_u2218] = ACTIONS(384), [anon_sym_not] = ACTIONS(384), - [anon_sym_8] = ACTIONS(384), - [anon_sym_sign] = ACTIONS(384), - [anon_sym_9] = ACTIONS(384), + [anon_sym_u00ac] = ACTIONS(384), + [anon_sym_sign] = ACTIONS(387), + [anon_sym_u00b1] = ACTIONS(384), [anon_sym_BQUOTE] = ACTIONS(384), - [anon_sym_10] = ACTIONS(387), + [anon_sym_u00af] = ACTIONS(387), [anon_sym_absolutevalue] = ACTIONS(384), - [anon_sym_11] = ACTIONS(384), + [anon_sym_u2335] = ACTIONS(384), [anon_sym_sqrt] = ACTIONS(384), - [anon_sym_12] = ACTIONS(384), + [anon_sym_u221a] = ACTIONS(384), [anon_sym_sine] = ACTIONS(384), - [anon_sym_13] = ACTIONS(384), + [anon_sym_u25cb] = ACTIONS(384), [anon_sym_floor] = ACTIONS(384), - [anon_sym_14] = ACTIONS(384), + [anon_sym_u230a] = ACTIONS(384), [anon_sym_ceiling] = ACTIONS(384), - [anon_sym_15] = ACTIONS(384), + [anon_sym_u2308] = ACTIONS(384), [anon_sym_round] = ACTIONS(384), - [anon_sym_16] = ACTIONS(384), + [anon_sym_u2045] = ACTIONS(384), [anon_sym_EQ] = ACTIONS(384), [anon_sym_BANG_EQ] = ACTIONS(384), - [anon_sym_17] = ACTIONS(384), + [anon_sym_u2260] = ACTIONS(384), [anon_sym_LT] = ACTIONS(387), [anon_sym_LT_EQ] = ACTIONS(384), - [anon_sym_18] = ACTIONS(384), + [anon_sym_u2264] = ACTIONS(384), [anon_sym_GT] = ACTIONS(387), [anon_sym_GT_EQ] = ACTIONS(384), - [anon_sym_19] = ACTIONS(384), + [anon_sym_u2265] = ACTIONS(384), [anon_sym_PLUS] = ACTIONS(384), [anon_sym_DASH] = ACTIONS(384), [anon_sym_STAR] = ACTIONS(384), - [anon_sym_20] = ACTIONS(384), + [anon_sym_u00d7] = ACTIONS(384), [anon_sym_PERCENT] = ACTIONS(384), - [anon_sym_21] = ACTIONS(384), + [anon_sym_u00f7] = ACTIONS(384), [anon_sym_modulus] = ACTIONS(384), - [anon_sym_22] = ACTIONS(384), + [anon_sym_u25ff] = ACTIONS(384), [anon_sym_power] = ACTIONS(384), - [anon_sym_23] = ACTIONS(384), + [anon_sym_u207f] = ACTIONS(384), [anon_sym_logarithm] = ACTIONS(384), - [anon_sym_24] = ACTIONS(384), + [anon_sym_u2099] = ACTIONS(384), [anon_sym_minimum] = ACTIONS(384), - [anon_sym_25] = ACTIONS(384), + [anon_sym_u21a7] = ACTIONS(384), [anon_sym_maximum] = ACTIONS(384), - [anon_sym_26] = ACTIONS(384), + [anon_sym_u21a5] = ACTIONS(384), [anon_sym_atangent] = ACTIONS(384), - [anon_sym_27] = ACTIONS(384), + [anon_sym_u2220] = ACTIONS(384), [anon_sym_length] = ACTIONS(384), - [anon_sym_28] = ACTIONS(384), - [anon_sym_shape] = ACTIONS(384), - [anon_sym_29] = ACTIONS(384), + [anon_sym_u29fb] = ACTIONS(384), + [anon_sym_shape] = ACTIONS(387), + [anon_sym_u25b3] = ACTIONS(384), [anon_sym_range] = ACTIONS(384), - [anon_sym_30] = ACTIONS(384), + [anon_sym_u21e1] = ACTIONS(384), [anon_sym_first] = ACTIONS(384), - [anon_sym_31] = ACTIONS(384), + [anon_sym_u22a2] = ACTIONS(384), [anon_sym_reverse] = ACTIONS(384), - [anon_sym_32] = ACTIONS(384), + [anon_sym_u21cc] = ACTIONS(384), [anon_sym_deshape] = ACTIONS(384), - [anon_sym_33] = ACTIONS(384), + [anon_sym_u266d] = ACTIONS(384), [anon_sym_bits] = ACTIONS(384), - [anon_sym_34] = ACTIONS(384), + [anon_sym_u22ef] = ACTIONS(384), [anon_sym_transpose] = ACTIONS(384), - [anon_sym_35] = ACTIONS(384), + [anon_sym_u2349] = ACTIONS(384), [anon_sym_rise] = ACTIONS(384), - [anon_sym_36] = ACTIONS(384), + [anon_sym_u234f] = ACTIONS(384), [anon_sym_fall] = ACTIONS(384), - [anon_sym_37] = ACTIONS(384), + [anon_sym_u2356] = ACTIONS(384), [anon_sym_where] = ACTIONS(384), - [anon_sym_38] = ACTIONS(384), + [anon_sym_u229a] = ACTIONS(384), [anon_sym_classify] = ACTIONS(384), - [anon_sym_39] = ACTIONS(384), + [anon_sym_u229b] = ACTIONS(384), [anon_sym_deduplicate] = ACTIONS(384), - [anon_sym_40] = ACTIONS(384), + [anon_sym_u25f4] = ACTIONS(384), [anon_sym_box] = ACTIONS(384), - [anon_sym_41] = ACTIONS(384), + [anon_sym_u25a1] = ACTIONS(384), [anon_sym_match] = ACTIONS(384), - [anon_sym_42] = ACTIONS(384), + [anon_sym_u224d] = ACTIONS(384), [anon_sym_couple] = ACTIONS(384), - [anon_sym_43] = ACTIONS(384), + [anon_sym_u229f] = ACTIONS(384), [anon_sym_join] = ACTIONS(384), - [anon_sym_44] = ACTIONS(384), + [anon_sym_u2282] = ACTIONS(384), [anon_sym_select] = ACTIONS(384), - [anon_sym_45] = ACTIONS(384), + [anon_sym_u228f] = ACTIONS(384), [anon_sym_pick] = ACTIONS(384), - [anon_sym_46] = ACTIONS(384), + [anon_sym_u22a1] = ACTIONS(384), [anon_sym_reshape] = ACTIONS(384), - [anon_sym_47] = ACTIONS(384), + [anon_sym_u21af] = ACTIONS(384), [anon_sym_take] = ACTIONS(384), - [anon_sym_48] = ACTIONS(384), + [anon_sym_u2199] = ACTIONS(384), [anon_sym_drop] = ACTIONS(384), - [anon_sym_49] = ACTIONS(384), + [anon_sym_u2198] = ACTIONS(384), [anon_sym_rotate] = ACTIONS(384), - [anon_sym_50] = ACTIONS(384), + [anon_sym_u21bb] = ACTIONS(384), [anon_sym_windows] = ACTIONS(384), - [anon_sym_51] = ACTIONS(384), + [anon_sym_u25eb] = ACTIONS(384), [anon_sym_keep] = ACTIONS(384), - [anon_sym_52] = ACTIONS(384), + [anon_sym_u25bd] = ACTIONS(384), [anon_sym_find] = ACTIONS(384), - [anon_sym_53] = ACTIONS(384), + [anon_sym_u2315] = ACTIONS(384), [anon_sym_member] = ACTIONS(384), - [anon_sym_54] = ACTIONS(384), + [anon_sym_u220a] = ACTIONS(384), [anon_sym_indexof] = ACTIONS(384), - [anon_sym_55] = ACTIONS(384), + [anon_sym_u2297] = ACTIONS(384), [anon_sym_assert] = ACTIONS(384), - [anon_sym_56] = ACTIONS(384), + [anon_sym_u2364] = ACTIONS(384), [anon_sym_wait] = ACTIONS(384), [anon_sym_parse] = ACTIONS(384), - [anon_sym_57] = ACTIONS(384), + [anon_sym_u22d5] = ACTIONS(384), [anon_sym_random] = ACTIONS(384), - [anon_sym_58] = ACTIONS(384), + [anon_sym_u2682] = ACTIONS(384), [anon_sym_gen] = ACTIONS(384), [anon_sym_deal] = ACTIONS(384), [anon_sym_tag] = ACTIONS(384), [anon_sym_now] = ACTIONS(384), - [anon_sym_type] = ACTIONS(384), - [anon_sym_59] = ACTIONS(384), + [anon_sym_type] = ACTIONS(387), + [anon_sym_u2e2e] = ACTIONS(384), [anon_sym_dump] = ACTIONS(384), [anon_sym_regex] = ACTIONS(384), [anon_sym_utf] = ACTIONS(384), @@ -15507,85 +15923,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(384), [anon_sym_tryrecv] = ACTIONS(384), [anon_sym_complex] = ACTIONS(384), - [anon_sym_60] = ACTIONS(384), + [anon_sym_u2102] = ACTIONS(384), [anon_sym_rerank] = ACTIONS(384), - [anon_sym_61] = ACTIONS(384), + [anon_sym_u2607] = ACTIONS(384), [anon_sym_fix] = ACTIONS(384), - [anon_sym_62] = ACTIONS(384), + [anon_sym_u00a4] = ACTIONS(384), [anon_sym_QMARK] = ACTIONS(384), [anon_sym_unique] = ACTIONS(384), - [anon_sym_63] = ACTIONS(384), + [anon_sym_u25f0] = ACTIONS(384), [anon_sym_map] = ACTIONS(384), [anon_sym_has] = ACTIONS(384), [anon_sym_get] = ACTIONS(384), [anon_sym_insert] = ACTIONS(384), [anon_sym_remove] = ACTIONS(384), + [anon_sym_repr] = ACTIONS(384), [anon_sym_reduce] = ACTIONS(390), [anon_sym_SLASH] = ACTIONS(390), [anon_sym_scan] = ACTIONS(390), [anon_sym_BSLASH] = ACTIONS(390), [anon_sym_each] = ACTIONS(390), - [anon_sym_64] = ACTIONS(390), + [anon_sym_u2235] = ACTIONS(390), [anon_sym_rows] = ACTIONS(390), - [anon_sym_65] = ACTIONS(390), + [anon_sym_u2261] = ACTIONS(390), [anon_sym_repeat] = ACTIONS(390), - [anon_sym_66] = ACTIONS(390), + [anon_sym_u2365] = ACTIONS(390), [anon_sym_dip] = ACTIONS(390), - [anon_sym_67] = ACTIONS(390), + [anon_sym_u2299] = ACTIONS(390), [anon_sym_gap] = ACTIONS(390), - [anon_sym_68] = ACTIONS(390), + [anon_sym_u22c5] = ACTIONS(390), [anon_sym_spawn] = ACTIONS(390), [anon_sym_rectify] = ACTIONS(390), - [anon_sym_69] = ACTIONS(390), - [anon_sym_this] = ACTIONS(390), - [anon_sym_70] = ACTIONS(390), - [anon_sym_recur] = ACTIONS(390), - [anon_sym_71] = ACTIONS(390), + [anon_sym_u2305] = ACTIONS(390), [anon_sym_un] = ACTIONS(393), - [anon_sym_72] = ACTIONS(390), - [anon_sym_content] = ACTIONS(390), - [anon_sym_73] = ACTIONS(390), + [anon_sym_u00b0] = ACTIONS(390), [anon_sym_bind] = ACTIONS(390), + [anon_sym_on] = ACTIONS(393), + [anon_sym_u27dc] = ACTIONS(390), + [anon_sym_inventory] = ACTIONS(390), + [anon_sym_u235a] = ACTIONS(390), + [anon_sym_content] = ACTIONS(390), + [anon_sym_u25c7] = ACTIONS(390), + [anon_sym_pool] = ACTIONS(390), + [anon_sym_stringify] = ACTIONS(390), + [anon_sym_signature] = ACTIONS(390), + [anon_sym_shapes] = ACTIONS(390), + [anon_sym_types] = ACTIONS(390), [anon_sym_fold] = ACTIONS(396), - [anon_sym_74] = ACTIONS(396), + [anon_sym_u2227] = ACTIONS(396), [anon_sym_table] = ACTIONS(396), - [anon_sym_75] = ACTIONS(396), + [anon_sym_u229e] = ACTIONS(396), [anon_sym_group] = ACTIONS(396), - [anon_sym_76] = ACTIONS(396), + [anon_sym_u2295] = ACTIONS(396), [anon_sym_partition] = ACTIONS(396), - [anon_sym_77] = ACTIONS(396), + [anon_sym_u229c] = ACTIONS(396), [anon_sym_both] = ACTIONS(396), - [anon_sym_78] = ACTIONS(396), + [anon_sym_u2229] = ACTIONS(396), [anon_sym_bracket] = ACTIONS(396), - [anon_sym_79] = ACTIONS(396), + [anon_sym_u2293] = ACTIONS(396), [anon_sym_fork] = ACTIONS(396), - [anon_sym_80] = ACTIONS(396), + [anon_sym_u2283] = ACTIONS(396), [anon_sym_under] = ACTIONS(396), - [anon_sym_81] = ACTIONS(396), + [anon_sym_u235c] = ACTIONS(396), [anon_sym_fill] = ACTIONS(396), - [anon_sym_82] = ACTIONS(396), + [anon_sym_u2b1a] = ACTIONS(396), [anon_sym_try] = ACTIONS(399), - [anon_sym_83] = ACTIONS(396), + [anon_sym_u2363] = ACTIONS(396), [anon_sym_do] = ACTIONS(399), - [anon_sym_84] = ACTIONS(396), - [anon_sym_all] = ACTIONS(396), - [anon_sym_85] = ACTIONS(396), + [anon_sym_u2362] = ACTIONS(396), [anon_sym_setinv] = ACTIONS(396), [anon_sym_setunder] = ACTIONS(396), - [anon_sym_86] = ACTIONS(402), - [anon_sym_87] = ACTIONS(402), - [anon_sym_88] = ACTIONS(402), - [anon_sym_89] = ACTIONS(402), - [anon_sym_90] = ACTIONS(402), - [anon_sym_91] = ACTIONS(402), - [anon_sym_92] = ACTIONS(402), - [anon_sym_93] = ACTIONS(402), + [anon_sym_f] = ACTIONS(399), + [anon_sym_u2765] = ACTIONS(402), + [anon_sym_u2192] = ACTIONS(402), + [anon_sym_u2237] = ACTIONS(402), + [anon_sym_u00b7] = ACTIONS(402), + [anon_sym_u235b] = ACTIONS(402), + [anon_sym_u2302] = ACTIONS(402), + [anon_sym_u21b0] = ACTIONS(402), [anon_sym_unpack] = ACTIONS(402), - [anon_sym_94] = ACTIONS(402), - [anon_sym_95] = ACTIONS(402), + [anon_sym_u2290] = ACTIONS(402), + [anon_sym_u229d] = ACTIONS(402), [anon_sym_cross] = ACTIONS(402), - [anon_sym_96] = ACTIONS(402), + [anon_sym_u22a0] = ACTIONS(402), [anon_sym_SEMI] = ACTIONS(402), + [anon_sym_u21ac] = ACTIONS(402), + [anon_sym_u21ab] = ACTIONS(402), + [anon_sym_all] = ACTIONS(402), + [anon_sym_u22d4] = ACTIONS(402), [sym__endOfLine] = ACTIONS(5), }, [34] = { @@ -15616,7 +16040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -15631,138 +16055,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -15770,85 +16194,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [35] = { @@ -15879,7 +16311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -15894,138 +16326,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -16033,85 +16465,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [36] = { @@ -16129,7 +16569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(33), [aux_sym_array_repeat1] = STATE(74), @@ -16142,7 +16582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -16157,138 +16597,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -16296,85 +16736,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [37] = { @@ -16405,7 +16853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -16420,138 +16868,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -16559,85 +17007,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [38] = { @@ -16668,7 +17124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -16683,138 +17139,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -16822,85 +17278,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [39] = { @@ -16931,7 +17395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -16946,138 +17410,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -17085,85 +17549,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [40] = { @@ -17194,7 +17666,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -17209,138 +17681,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -17348,85 +17820,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [41] = { @@ -17457,7 +17937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -17472,138 +17952,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -17611,85 +18091,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [42] = { @@ -17720,7 +18208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -17735,138 +18223,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -17874,85 +18362,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [43] = { @@ -17983,7 +18479,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -17998,138 +18494,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -18137,85 +18633,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [44] = { @@ -18246,7 +18750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -18261,138 +18765,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -18400,85 +18904,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [45] = { @@ -18509,7 +19021,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -18524,138 +19036,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -18663,85 +19175,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(411), }, [46] = { @@ -18772,7 +19292,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -18787,138 +19307,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -18926,85 +19446,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(413), }, [47] = { @@ -19034,7 +19562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -19050,138 +19578,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -19189,85 +19717,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(159), }, [48] = { @@ -19285,7 +19821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_switchFunctions_repeat1] = STATE(31), [aux_sym_array_repeat1] = STATE(74), @@ -19298,7 +19834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -19313,138 +19849,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -19452,85 +19988,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [49] = { @@ -19560,7 +20104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -19576,138 +20120,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -19715,85 +20259,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(159), }, [50] = { @@ -19824,7 +20376,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -19838,138 +20390,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -19977,85 +20529,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [51] = { @@ -20086,7 +20646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -20100,138 +20660,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -20239,85 +20799,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [52] = { @@ -20348,7 +20916,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -20362,138 +20930,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -20501,85 +21069,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [53] = { @@ -20610,7 +21186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -20624,138 +21200,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -20763,85 +21339,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [54] = { @@ -20871,7 +21455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -20886,138 +21470,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -21025,85 +21609,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(159), }, [55] = { @@ -21134,7 +21726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -21148,138 +21740,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -21287,85 +21879,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [56] = { @@ -21396,7 +21996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -21410,138 +22010,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -21549,85 +22149,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [57] = { @@ -21658,7 +22266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -21672,138 +22280,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -21811,85 +22419,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym__endOfLine] = ACTIONS(5), }, [58] = { @@ -21920,7 +22536,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -21934,138 +22550,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -22073,85 +22689,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [59] = { @@ -22182,7 +22806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -22196,138 +22820,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -22335,85 +22959,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [60] = { @@ -22444,7 +23076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(421), [anon_sym_Sep] = ACTIONS(421), [anon_sym_NUmProcs] = ACTIONS(421), - [anon_sym_] = ACTIONS(424), + [anon_sym_u237c] = ACTIONS(424), [aux_sym_character_token1] = ACTIONS(427), [sym_string] = ACTIONS(430), [sym_multiLineString] = ACTIONS(430), @@ -22458,138 +23090,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(448), [anon_sym_SQUOTE] = ACTIONS(451), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(454), - [anon_sym_eta] = ACTIONS(457), - [anon_sym_2] = ACTIONS(460), - [anon_sym_pi] = ACTIONS(460), - [anon_sym_3] = ACTIONS(460), - [anon_sym_tau] = ACTIONS(457), - [anon_sym_4] = ACTIONS(460), - [anon_sym_infinity] = ACTIONS(457), - [anon_sym_5] = ACTIONS(457), - [anon_sym_e] = ACTIONS(460), - [anon_sym_NaN] = ACTIONS(460), - [anon_sym_NumProcs] = ACTIONS(460), + [anon_sym_e] = ACTIONS(457), + [anon_sym_NaN] = ACTIONS(457), + [anon_sym_NumProcs] = ACTIONS(457), + [anon_sym_eta] = ACTIONS(460), + [anon_sym_u03b7] = ACTIONS(457), + [anon_sym_pi] = ACTIONS(457), + [anon_sym_u03c0] = ACTIONS(457), + [anon_sym_tau] = ACTIONS(460), + [anon_sym_u03c4] = ACTIONS(457), + [anon_sym_infinity] = ACTIONS(460), + [anon_sym_u221e] = ACTIONS(460), [anon_sym_DOT] = ACTIONS(463), [anon_sym_COMMA] = ACTIONS(463), [anon_sym_COLON] = ACTIONS(463), - [anon_sym_6] = ACTIONS(463), + [anon_sym_u25cc] = ACTIONS(463), [anon_sym_identity] = ACTIONS(463), [anon_sym_id] = ACTIONS(466), - [anon_sym_7] = ACTIONS(463), + [anon_sym_u2218] = ACTIONS(463), [anon_sym_not] = ACTIONS(463), - [anon_sym_8] = ACTIONS(463), - [anon_sym_sign] = ACTIONS(463), - [anon_sym_9] = ACTIONS(463), + [anon_sym_u00ac] = ACTIONS(463), + [anon_sym_sign] = ACTIONS(466), + [anon_sym_u00b1] = ACTIONS(463), [anon_sym_BQUOTE] = ACTIONS(463), - [anon_sym_10] = ACTIONS(466), + [anon_sym_u00af] = ACTIONS(466), [anon_sym_absolutevalue] = ACTIONS(463), - [anon_sym_11] = ACTIONS(463), + [anon_sym_u2335] = ACTIONS(463), [anon_sym_sqrt] = ACTIONS(463), - [anon_sym_12] = ACTIONS(463), + [anon_sym_u221a] = ACTIONS(463), [anon_sym_sine] = ACTIONS(463), - [anon_sym_13] = ACTIONS(463), + [anon_sym_u25cb] = ACTIONS(463), [anon_sym_floor] = ACTIONS(463), - [anon_sym_14] = ACTIONS(463), + [anon_sym_u230a] = ACTIONS(463), [anon_sym_ceiling] = ACTIONS(463), - [anon_sym_15] = ACTIONS(463), + [anon_sym_u2308] = ACTIONS(463), [anon_sym_round] = ACTIONS(463), - [anon_sym_16] = ACTIONS(463), + [anon_sym_u2045] = ACTIONS(463), [anon_sym_EQ] = ACTIONS(463), [anon_sym_BANG_EQ] = ACTIONS(463), - [anon_sym_17] = ACTIONS(463), + [anon_sym_u2260] = ACTIONS(463), [anon_sym_LT] = ACTIONS(466), [anon_sym_LT_EQ] = ACTIONS(463), - [anon_sym_18] = ACTIONS(463), + [anon_sym_u2264] = ACTIONS(463), [anon_sym_GT] = ACTIONS(466), [anon_sym_GT_EQ] = ACTIONS(463), - [anon_sym_19] = ACTIONS(463), + [anon_sym_u2265] = ACTIONS(463), [anon_sym_PLUS] = ACTIONS(463), [anon_sym_DASH] = ACTIONS(463), [anon_sym_STAR] = ACTIONS(463), - [anon_sym_20] = ACTIONS(463), + [anon_sym_u00d7] = ACTIONS(463), [anon_sym_PERCENT] = ACTIONS(463), - [anon_sym_21] = ACTIONS(463), + [anon_sym_u00f7] = ACTIONS(463), [anon_sym_modulus] = ACTIONS(463), - [anon_sym_22] = ACTIONS(463), + [anon_sym_u25ff] = ACTIONS(463), [anon_sym_power] = ACTIONS(463), - [anon_sym_23] = ACTIONS(463), + [anon_sym_u207f] = ACTIONS(463), [anon_sym_logarithm] = ACTIONS(463), - [anon_sym_24] = ACTIONS(463), + [anon_sym_u2099] = ACTIONS(463), [anon_sym_minimum] = ACTIONS(463), - [anon_sym_25] = ACTIONS(463), + [anon_sym_u21a7] = ACTIONS(463), [anon_sym_maximum] = ACTIONS(463), - [anon_sym_26] = ACTIONS(463), + [anon_sym_u21a5] = ACTIONS(463), [anon_sym_atangent] = ACTIONS(463), - [anon_sym_27] = ACTIONS(463), + [anon_sym_u2220] = ACTIONS(463), [anon_sym_length] = ACTIONS(463), - [anon_sym_28] = ACTIONS(463), - [anon_sym_shape] = ACTIONS(463), - [anon_sym_29] = ACTIONS(463), + [anon_sym_u29fb] = ACTIONS(463), + [anon_sym_shape] = ACTIONS(466), + [anon_sym_u25b3] = ACTIONS(463), [anon_sym_range] = ACTIONS(463), - [anon_sym_30] = ACTIONS(463), + [anon_sym_u21e1] = ACTIONS(463), [anon_sym_first] = ACTIONS(463), - [anon_sym_31] = ACTIONS(463), + [anon_sym_u22a2] = ACTIONS(463), [anon_sym_reverse] = ACTIONS(463), - [anon_sym_32] = ACTIONS(463), + [anon_sym_u21cc] = ACTIONS(463), [anon_sym_deshape] = ACTIONS(463), - [anon_sym_33] = ACTIONS(463), + [anon_sym_u266d] = ACTIONS(463), [anon_sym_bits] = ACTIONS(463), - [anon_sym_34] = ACTIONS(463), + [anon_sym_u22ef] = ACTIONS(463), [anon_sym_transpose] = ACTIONS(463), - [anon_sym_35] = ACTIONS(463), + [anon_sym_u2349] = ACTIONS(463), [anon_sym_rise] = ACTIONS(463), - [anon_sym_36] = ACTIONS(463), + [anon_sym_u234f] = ACTIONS(463), [anon_sym_fall] = ACTIONS(463), - [anon_sym_37] = ACTIONS(463), + [anon_sym_u2356] = ACTIONS(463), [anon_sym_where] = ACTIONS(463), - [anon_sym_38] = ACTIONS(463), + [anon_sym_u229a] = ACTIONS(463), [anon_sym_classify] = ACTIONS(463), - [anon_sym_39] = ACTIONS(463), + [anon_sym_u229b] = ACTIONS(463), [anon_sym_deduplicate] = ACTIONS(463), - [anon_sym_40] = ACTIONS(463), + [anon_sym_u25f4] = ACTIONS(463), [anon_sym_box] = ACTIONS(463), - [anon_sym_41] = ACTIONS(463), + [anon_sym_u25a1] = ACTIONS(463), [anon_sym_match] = ACTIONS(463), - [anon_sym_42] = ACTIONS(463), + [anon_sym_u224d] = ACTIONS(463), [anon_sym_couple] = ACTIONS(463), - [anon_sym_43] = ACTIONS(463), + [anon_sym_u229f] = ACTIONS(463), [anon_sym_join] = ACTIONS(463), - [anon_sym_44] = ACTIONS(463), + [anon_sym_u2282] = ACTIONS(463), [anon_sym_select] = ACTIONS(463), - [anon_sym_45] = ACTIONS(463), + [anon_sym_u228f] = ACTIONS(463), [anon_sym_pick] = ACTIONS(463), - [anon_sym_46] = ACTIONS(463), + [anon_sym_u22a1] = ACTIONS(463), [anon_sym_reshape] = ACTIONS(463), - [anon_sym_47] = ACTIONS(463), + [anon_sym_u21af] = ACTIONS(463), [anon_sym_take] = ACTIONS(463), - [anon_sym_48] = ACTIONS(463), + [anon_sym_u2199] = ACTIONS(463), [anon_sym_drop] = ACTIONS(463), - [anon_sym_49] = ACTIONS(463), + [anon_sym_u2198] = ACTIONS(463), [anon_sym_rotate] = ACTIONS(463), - [anon_sym_50] = ACTIONS(463), + [anon_sym_u21bb] = ACTIONS(463), [anon_sym_windows] = ACTIONS(463), - [anon_sym_51] = ACTIONS(463), + [anon_sym_u25eb] = ACTIONS(463), [anon_sym_keep] = ACTIONS(463), - [anon_sym_52] = ACTIONS(463), + [anon_sym_u25bd] = ACTIONS(463), [anon_sym_find] = ACTIONS(463), - [anon_sym_53] = ACTIONS(463), + [anon_sym_u2315] = ACTIONS(463), [anon_sym_member] = ACTIONS(463), - [anon_sym_54] = ACTIONS(463), + [anon_sym_u220a] = ACTIONS(463), [anon_sym_indexof] = ACTIONS(463), - [anon_sym_55] = ACTIONS(463), + [anon_sym_u2297] = ACTIONS(463), [anon_sym_assert] = ACTIONS(463), - [anon_sym_56] = ACTIONS(463), + [anon_sym_u2364] = ACTIONS(463), [anon_sym_wait] = ACTIONS(463), [anon_sym_parse] = ACTIONS(463), - [anon_sym_57] = ACTIONS(463), + [anon_sym_u22d5] = ACTIONS(463), [anon_sym_random] = ACTIONS(463), - [anon_sym_58] = ACTIONS(463), + [anon_sym_u2682] = ACTIONS(463), [anon_sym_gen] = ACTIONS(463), [anon_sym_deal] = ACTIONS(463), [anon_sym_tag] = ACTIONS(463), [anon_sym_now] = ACTIONS(463), - [anon_sym_type] = ACTIONS(463), - [anon_sym_59] = ACTIONS(463), + [anon_sym_type] = ACTIONS(466), + [anon_sym_u2e2e] = ACTIONS(463), [anon_sym_dump] = ACTIONS(463), [anon_sym_regex] = ACTIONS(463), [anon_sym_utf] = ACTIONS(463), @@ -22597,85 +23229,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(463), [anon_sym_tryrecv] = ACTIONS(463), [anon_sym_complex] = ACTIONS(463), - [anon_sym_60] = ACTIONS(463), + [anon_sym_u2102] = ACTIONS(463), [anon_sym_rerank] = ACTIONS(463), - [anon_sym_61] = ACTIONS(463), + [anon_sym_u2607] = ACTIONS(463), [anon_sym_fix] = ACTIONS(463), - [anon_sym_62] = ACTIONS(463), + [anon_sym_u00a4] = ACTIONS(463), [anon_sym_QMARK] = ACTIONS(463), [anon_sym_unique] = ACTIONS(463), - [anon_sym_63] = ACTIONS(463), + [anon_sym_u25f0] = ACTIONS(463), [anon_sym_map] = ACTIONS(463), [anon_sym_has] = ACTIONS(463), [anon_sym_get] = ACTIONS(463), [anon_sym_insert] = ACTIONS(463), [anon_sym_remove] = ACTIONS(463), + [anon_sym_repr] = ACTIONS(463), [anon_sym_reduce] = ACTIONS(469), [anon_sym_SLASH] = ACTIONS(469), [anon_sym_scan] = ACTIONS(469), [anon_sym_BSLASH] = ACTIONS(469), [anon_sym_each] = ACTIONS(469), - [anon_sym_64] = ACTIONS(469), + [anon_sym_u2235] = ACTIONS(469), [anon_sym_rows] = ACTIONS(469), - [anon_sym_65] = ACTIONS(469), + [anon_sym_u2261] = ACTIONS(469), [anon_sym_repeat] = ACTIONS(469), - [anon_sym_66] = ACTIONS(469), + [anon_sym_u2365] = ACTIONS(469), [anon_sym_dip] = ACTIONS(469), - [anon_sym_67] = ACTIONS(469), + [anon_sym_u2299] = ACTIONS(469), [anon_sym_gap] = ACTIONS(469), - [anon_sym_68] = ACTIONS(469), + [anon_sym_u22c5] = ACTIONS(469), [anon_sym_spawn] = ACTIONS(469), [anon_sym_rectify] = ACTIONS(469), - [anon_sym_69] = ACTIONS(469), - [anon_sym_this] = ACTIONS(469), - [anon_sym_70] = ACTIONS(469), - [anon_sym_recur] = ACTIONS(469), - [anon_sym_71] = ACTIONS(469), + [anon_sym_u2305] = ACTIONS(469), [anon_sym_un] = ACTIONS(472), - [anon_sym_72] = ACTIONS(469), - [anon_sym_content] = ACTIONS(469), - [anon_sym_73] = ACTIONS(469), + [anon_sym_u00b0] = ACTIONS(469), [anon_sym_bind] = ACTIONS(469), + [anon_sym_on] = ACTIONS(472), + [anon_sym_u27dc] = ACTIONS(469), + [anon_sym_inventory] = ACTIONS(469), + [anon_sym_u235a] = ACTIONS(469), + [anon_sym_content] = ACTIONS(469), + [anon_sym_u25c7] = ACTIONS(469), + [anon_sym_pool] = ACTIONS(469), + [anon_sym_stringify] = ACTIONS(469), + [anon_sym_signature] = ACTIONS(469), + [anon_sym_shapes] = ACTIONS(469), + [anon_sym_types] = ACTIONS(469), [anon_sym_fold] = ACTIONS(475), - [anon_sym_74] = ACTIONS(475), + [anon_sym_u2227] = ACTIONS(475), [anon_sym_table] = ACTIONS(475), - [anon_sym_75] = ACTIONS(475), + [anon_sym_u229e] = ACTIONS(475), [anon_sym_group] = ACTIONS(475), - [anon_sym_76] = ACTIONS(475), + [anon_sym_u2295] = ACTIONS(475), [anon_sym_partition] = ACTIONS(475), - [anon_sym_77] = ACTIONS(475), + [anon_sym_u229c] = ACTIONS(475), [anon_sym_both] = ACTIONS(475), - [anon_sym_78] = ACTIONS(475), + [anon_sym_u2229] = ACTIONS(475), [anon_sym_bracket] = ACTIONS(475), - [anon_sym_79] = ACTIONS(475), + [anon_sym_u2293] = ACTIONS(475), [anon_sym_fork] = ACTIONS(475), - [anon_sym_80] = ACTIONS(475), + [anon_sym_u2283] = ACTIONS(475), [anon_sym_under] = ACTIONS(475), - [anon_sym_81] = ACTIONS(475), + [anon_sym_u235c] = ACTIONS(475), [anon_sym_fill] = ACTIONS(475), - [anon_sym_82] = ACTIONS(475), + [anon_sym_u2b1a] = ACTIONS(475), [anon_sym_try] = ACTIONS(478), - [anon_sym_83] = ACTIONS(475), + [anon_sym_u2363] = ACTIONS(475), [anon_sym_do] = ACTIONS(478), - [anon_sym_84] = ACTIONS(475), - [anon_sym_all] = ACTIONS(475), - [anon_sym_85] = ACTIONS(475), + [anon_sym_u2362] = ACTIONS(475), [anon_sym_setinv] = ACTIONS(475), [anon_sym_setunder] = ACTIONS(475), - [anon_sym_86] = ACTIONS(481), - [anon_sym_87] = ACTIONS(481), - [anon_sym_88] = ACTIONS(481), - [anon_sym_89] = ACTIONS(481), - [anon_sym_90] = ACTIONS(481), - [anon_sym_91] = ACTIONS(481), - [anon_sym_92] = ACTIONS(481), - [anon_sym_93] = ACTIONS(481), + [anon_sym_f] = ACTIONS(478), + [anon_sym_u2765] = ACTIONS(481), + [anon_sym_u2192] = ACTIONS(481), + [anon_sym_u2237] = ACTIONS(481), + [anon_sym_u00b7] = ACTIONS(481), + [anon_sym_u235b] = ACTIONS(481), + [anon_sym_u2302] = ACTIONS(481), + [anon_sym_u21b0] = ACTIONS(481), [anon_sym_unpack] = ACTIONS(481), - [anon_sym_94] = ACTIONS(481), - [anon_sym_95] = ACTIONS(481), + [anon_sym_u2290] = ACTIONS(481), + [anon_sym_u229d] = ACTIONS(481), [anon_sym_cross] = ACTIONS(481), - [anon_sym_96] = ACTIONS(481), + [anon_sym_u22a0] = ACTIONS(481), [anon_sym_SEMI] = ACTIONS(481), + [anon_sym_u21ac] = ACTIONS(481), + [anon_sym_u21ab] = ACTIONS(481), + [anon_sym_all] = ACTIONS(481), + [anon_sym_u22d4] = ACTIONS(481), [sym__endOfLine] = ACTIONS(5), }, [61] = { @@ -22706,7 +23346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -22720,138 +23360,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -22859,85 +23499,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [62] = { @@ -22968,7 +23616,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -22982,138 +23630,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -23121,85 +23769,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym__endOfLine] = ACTIONS(159), }, [63] = { @@ -23230,7 +23886,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -23244,138 +23900,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -23383,85 +24039,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [64] = { @@ -23492,7 +24156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -23506,138 +24170,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -23645,85 +24309,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [65] = { @@ -23754,7 +24426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -23768,138 +24440,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -23907,85 +24579,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [66] = { @@ -24016,7 +24696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -24030,138 +24710,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -24169,85 +24849,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [67] = { @@ -24278,7 +24966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -24292,138 +24980,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -24431,85 +25119,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [68] = { @@ -24540,7 +25236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -24554,138 +25250,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -24693,85 +25389,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [69] = { @@ -24802,7 +25506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -24816,138 +25520,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -24955,85 +25659,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [70] = { @@ -25064,7 +25776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -25078,138 +25790,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -25217,85 +25929,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [71] = { @@ -25326,7 +26046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -25340,138 +26060,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -25479,85 +26199,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [72] = { @@ -25586,7 +26314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -25600,138 +26328,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -25739,85 +26467,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [73] = { @@ -25834,7 +26570,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_array_repeat1] = STATE(74), [aux_sym_number_token1] = ACTIONS(278), @@ -25846,7 +26582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -25860,138 +26596,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -25999,85 +26735,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [74] = { @@ -26094,7 +26838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_array_repeat1] = STATE(75), [aux_sym_number_token1] = ACTIONS(278), @@ -26106,7 +26850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -26120,138 +26864,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -26259,85 +27003,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [75] = { @@ -26354,7 +27106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_array_repeat1] = STATE(75), [aux_sym_number_token1] = ACTIONS(278), @@ -26366,7 +27118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -26380,138 +27132,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -26519,85 +27271,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [76] = { @@ -26614,7 +27374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_array_repeat1] = STATE(74), [aux_sym_number_token1] = ACTIONS(278), @@ -26626,7 +27386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -26640,138 +27400,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -26779,85 +27539,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [77] = { @@ -26874,7 +27642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_array_repeat1] = STATE(74), [aux_sym_number_token1] = ACTIONS(278), @@ -26886,7 +27654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -26900,138 +27668,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -27039,85 +27807,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [78] = { @@ -27146,7 +27922,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -27160,138 +27936,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -27299,85 +28075,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym__endOfLine] = ACTIONS(5), }, [79] = { @@ -27406,7 +28190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(11), [anon_sym_Sep] = ACTIONS(11), [anon_sym_NUmProcs] = ACTIONS(11), - [anon_sym_] = ACTIONS(13), + [anon_sym_u237c] = ACTIONS(13), [aux_sym_character_token1] = ACTIONS(15), [sym_string] = ACTIONS(17), [sym_multiLineString] = ACTIONS(17), @@ -27420,138 +28204,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(35), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(37), - [anon_sym_eta] = ACTIONS(39), - [anon_sym_2] = ACTIONS(41), - [anon_sym_pi] = ACTIONS(41), - [anon_sym_3] = ACTIONS(41), - [anon_sym_tau] = ACTIONS(39), - [anon_sym_4] = ACTIONS(41), - [anon_sym_infinity] = ACTIONS(39), - [anon_sym_5] = ACTIONS(39), - [anon_sym_e] = ACTIONS(41), - [anon_sym_NaN] = ACTIONS(41), - [anon_sym_NumProcs] = ACTIONS(41), + [anon_sym_e] = ACTIONS(39), + [anon_sym_NaN] = ACTIONS(39), + [anon_sym_NumProcs] = ACTIONS(39), + [anon_sym_eta] = ACTIONS(41), + [anon_sym_u03b7] = ACTIONS(39), + [anon_sym_pi] = ACTIONS(39), + [anon_sym_u03c0] = ACTIONS(39), + [anon_sym_tau] = ACTIONS(41), + [anon_sym_u03c4] = ACTIONS(39), + [anon_sym_infinity] = ACTIONS(41), + [anon_sym_u221e] = ACTIONS(41), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -27559,85 +28343,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(47), [anon_sym_SLASH] = ACTIONS(47), [anon_sym_scan] = ACTIONS(47), [anon_sym_BSLASH] = ACTIONS(47), [anon_sym_each] = ACTIONS(47), - [anon_sym_64] = ACTIONS(47), + [anon_sym_u2235] = ACTIONS(47), [anon_sym_rows] = ACTIONS(47), - [anon_sym_65] = ACTIONS(47), + [anon_sym_u2261] = ACTIONS(47), [anon_sym_repeat] = ACTIONS(47), - [anon_sym_66] = ACTIONS(47), + [anon_sym_u2365] = ACTIONS(47), [anon_sym_dip] = ACTIONS(47), - [anon_sym_67] = ACTIONS(47), + [anon_sym_u2299] = ACTIONS(47), [anon_sym_gap] = ACTIONS(47), - [anon_sym_68] = ACTIONS(47), + [anon_sym_u22c5] = ACTIONS(47), [anon_sym_spawn] = ACTIONS(47), [anon_sym_rectify] = ACTIONS(47), - [anon_sym_69] = ACTIONS(47), - [anon_sym_this] = ACTIONS(47), - [anon_sym_70] = ACTIONS(47), - [anon_sym_recur] = ACTIONS(47), - [anon_sym_71] = ACTIONS(47), + [anon_sym_u2305] = ACTIONS(47), [anon_sym_un] = ACTIONS(49), - [anon_sym_72] = ACTIONS(47), - [anon_sym_content] = ACTIONS(47), - [anon_sym_73] = ACTIONS(47), + [anon_sym_u00b0] = ACTIONS(47), [anon_sym_bind] = ACTIONS(47), + [anon_sym_on] = ACTIONS(49), + [anon_sym_u27dc] = ACTIONS(47), + [anon_sym_inventory] = ACTIONS(47), + [anon_sym_u235a] = ACTIONS(47), + [anon_sym_content] = ACTIONS(47), + [anon_sym_u25c7] = ACTIONS(47), + [anon_sym_pool] = ACTIONS(47), + [anon_sym_stringify] = ACTIONS(47), + [anon_sym_signature] = ACTIONS(47), + [anon_sym_shapes] = ACTIONS(47), + [anon_sym_types] = ACTIONS(47), [anon_sym_fold] = ACTIONS(51), - [anon_sym_74] = ACTIONS(51), + [anon_sym_u2227] = ACTIONS(51), [anon_sym_table] = ACTIONS(51), - [anon_sym_75] = ACTIONS(51), + [anon_sym_u229e] = ACTIONS(51), [anon_sym_group] = ACTIONS(51), - [anon_sym_76] = ACTIONS(51), + [anon_sym_u2295] = ACTIONS(51), [anon_sym_partition] = ACTIONS(51), - [anon_sym_77] = ACTIONS(51), + [anon_sym_u229c] = ACTIONS(51), [anon_sym_both] = ACTIONS(51), - [anon_sym_78] = ACTIONS(51), + [anon_sym_u2229] = ACTIONS(51), [anon_sym_bracket] = ACTIONS(51), - [anon_sym_79] = ACTIONS(51), + [anon_sym_u2293] = ACTIONS(51), [anon_sym_fork] = ACTIONS(51), - [anon_sym_80] = ACTIONS(51), + [anon_sym_u2283] = ACTIONS(51), [anon_sym_under] = ACTIONS(51), - [anon_sym_81] = ACTIONS(51), + [anon_sym_u235c] = ACTIONS(51), [anon_sym_fill] = ACTIONS(51), - [anon_sym_82] = ACTIONS(51), + [anon_sym_u2b1a] = ACTIONS(51), [anon_sym_try] = ACTIONS(53), - [anon_sym_83] = ACTIONS(51), + [anon_sym_u2363] = ACTIONS(51), [anon_sym_do] = ACTIONS(53), - [anon_sym_84] = ACTIONS(51), - [anon_sym_all] = ACTIONS(51), - [anon_sym_85] = ACTIONS(51), + [anon_sym_u2362] = ACTIONS(51), [anon_sym_setinv] = ACTIONS(51), [anon_sym_setunder] = ACTIONS(51), - [anon_sym_86] = ACTIONS(55), - [anon_sym_87] = ACTIONS(55), - [anon_sym_88] = ACTIONS(55), - [anon_sym_89] = ACTIONS(55), - [anon_sym_90] = ACTIONS(55), - [anon_sym_91] = ACTIONS(55), - [anon_sym_92] = ACTIONS(55), - [anon_sym_93] = ACTIONS(55), + [anon_sym_f] = 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_94] = ACTIONS(55), - [anon_sym_95] = ACTIONS(55), + [anon_sym_u2290] = ACTIONS(55), + [anon_sym_u229d] = ACTIONS(55), [anon_sym_cross] = ACTIONS(55), - [anon_sym_96] = ACTIONS(55), + [anon_sym_u22a0] = ACTIONS(55), [anon_sym_SEMI] = ACTIONS(55), + [anon_sym_u21ac] = ACTIONS(55), + [anon_sym_u21ab] = ACTIONS(55), + [anon_sym_all] = ACTIONS(55), + [anon_sym_u22d4] = ACTIONS(55), [sym__endOfLine] = ACTIONS(5), }, [80] = { @@ -27666,7 +28458,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(143), [anon_sym_Sep] = ACTIONS(143), [anon_sym_NUmProcs] = ACTIONS(143), - [anon_sym_] = ACTIONS(145), + [anon_sym_u237c] = ACTIONS(145), [aux_sym_character_token1] = ACTIONS(147), [sym_string] = ACTIONS(149), [sym_multiLineString] = ACTIONS(149), @@ -27680,138 +28472,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(167), [anon_sym_SQUOTE] = ACTIONS(169), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(171), - [anon_sym_eta] = ACTIONS(173), - [anon_sym_2] = ACTIONS(175), - [anon_sym_pi] = ACTIONS(175), - [anon_sym_3] = ACTIONS(175), - [anon_sym_tau] = ACTIONS(173), - [anon_sym_4] = ACTIONS(175), - [anon_sym_infinity] = ACTIONS(173), - [anon_sym_5] = ACTIONS(173), - [anon_sym_e] = ACTIONS(175), - [anon_sym_NaN] = ACTIONS(175), - [anon_sym_NumProcs] = ACTIONS(175), + [anon_sym_e] = ACTIONS(173), + [anon_sym_NaN] = ACTIONS(173), + [anon_sym_NumProcs] = ACTIONS(173), + [anon_sym_eta] = ACTIONS(175), + [anon_sym_u03b7] = ACTIONS(173), + [anon_sym_pi] = ACTIONS(173), + [anon_sym_u03c0] = ACTIONS(173), + [anon_sym_tau] = ACTIONS(175), + [anon_sym_u03c4] = ACTIONS(173), + [anon_sym_infinity] = ACTIONS(175), + [anon_sym_u221e] = ACTIONS(175), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -27819,85 +28611,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(181), [anon_sym_SLASH] = ACTIONS(181), [anon_sym_scan] = ACTIONS(181), [anon_sym_BSLASH] = ACTIONS(181), [anon_sym_each] = ACTIONS(181), - [anon_sym_64] = ACTIONS(181), + [anon_sym_u2235] = ACTIONS(181), [anon_sym_rows] = ACTIONS(181), - [anon_sym_65] = ACTIONS(181), + [anon_sym_u2261] = ACTIONS(181), [anon_sym_repeat] = ACTIONS(181), - [anon_sym_66] = ACTIONS(181), + [anon_sym_u2365] = ACTIONS(181), [anon_sym_dip] = ACTIONS(181), - [anon_sym_67] = ACTIONS(181), + [anon_sym_u2299] = ACTIONS(181), [anon_sym_gap] = ACTIONS(181), - [anon_sym_68] = ACTIONS(181), + [anon_sym_u22c5] = ACTIONS(181), [anon_sym_spawn] = ACTIONS(181), [anon_sym_rectify] = ACTIONS(181), - [anon_sym_69] = ACTIONS(181), - [anon_sym_this] = ACTIONS(181), - [anon_sym_70] = ACTIONS(181), - [anon_sym_recur] = ACTIONS(181), - [anon_sym_71] = ACTIONS(181), + [anon_sym_u2305] = ACTIONS(181), [anon_sym_un] = ACTIONS(183), - [anon_sym_72] = ACTIONS(181), - [anon_sym_content] = ACTIONS(181), - [anon_sym_73] = ACTIONS(181), + [anon_sym_u00b0] = ACTIONS(181), [anon_sym_bind] = ACTIONS(181), + [anon_sym_on] = ACTIONS(183), + [anon_sym_u27dc] = ACTIONS(181), + [anon_sym_inventory] = ACTIONS(181), + [anon_sym_u235a] = ACTIONS(181), + [anon_sym_content] = ACTIONS(181), + [anon_sym_u25c7] = ACTIONS(181), + [anon_sym_pool] = ACTIONS(181), + [anon_sym_stringify] = ACTIONS(181), + [anon_sym_signature] = ACTIONS(181), + [anon_sym_shapes] = ACTIONS(181), + [anon_sym_types] = ACTIONS(181), [anon_sym_fold] = ACTIONS(185), - [anon_sym_74] = ACTIONS(185), + [anon_sym_u2227] = ACTIONS(185), [anon_sym_table] = ACTIONS(185), - [anon_sym_75] = ACTIONS(185), + [anon_sym_u229e] = ACTIONS(185), [anon_sym_group] = ACTIONS(185), - [anon_sym_76] = ACTIONS(185), + [anon_sym_u2295] = ACTIONS(185), [anon_sym_partition] = ACTIONS(185), - [anon_sym_77] = ACTIONS(185), + [anon_sym_u229c] = ACTIONS(185), [anon_sym_both] = ACTIONS(185), - [anon_sym_78] = ACTIONS(185), + [anon_sym_u2229] = ACTIONS(185), [anon_sym_bracket] = ACTIONS(185), - [anon_sym_79] = ACTIONS(185), + [anon_sym_u2293] = ACTIONS(185), [anon_sym_fork] = ACTIONS(185), - [anon_sym_80] = ACTIONS(185), + [anon_sym_u2283] = ACTIONS(185), [anon_sym_under] = ACTIONS(185), - [anon_sym_81] = ACTIONS(185), + [anon_sym_u235c] = ACTIONS(185), [anon_sym_fill] = ACTIONS(185), - [anon_sym_82] = ACTIONS(185), + [anon_sym_u2b1a] = ACTIONS(185), [anon_sym_try] = ACTIONS(187), - [anon_sym_83] = ACTIONS(185), + [anon_sym_u2363] = ACTIONS(185), [anon_sym_do] = ACTIONS(187), - [anon_sym_84] = ACTIONS(185), - [anon_sym_all] = ACTIONS(185), - [anon_sym_85] = ACTIONS(185), + [anon_sym_u2362] = ACTIONS(185), [anon_sym_setinv] = ACTIONS(185), [anon_sym_setunder] = ACTIONS(185), - [anon_sym_86] = ACTIONS(189), - [anon_sym_87] = ACTIONS(189), - [anon_sym_88] = ACTIONS(189), - [anon_sym_89] = ACTIONS(189), - [anon_sym_90] = ACTIONS(189), - [anon_sym_91] = ACTIONS(189), - [anon_sym_92] = ACTIONS(189), - [anon_sym_93] = ACTIONS(189), + [anon_sym_f] = ACTIONS(187), + [anon_sym_u2765] = ACTIONS(189), + [anon_sym_u2192] = ACTIONS(189), + [anon_sym_u2237] = ACTIONS(189), + [anon_sym_u00b7] = ACTIONS(189), + [anon_sym_u235b] = ACTIONS(189), + [anon_sym_u2302] = ACTIONS(189), + [anon_sym_u21b0] = ACTIONS(189), [anon_sym_unpack] = ACTIONS(189), - [anon_sym_94] = ACTIONS(189), - [anon_sym_95] = ACTIONS(189), + [anon_sym_u2290] = ACTIONS(189), + [anon_sym_u229d] = ACTIONS(189), [anon_sym_cross] = ACTIONS(189), - [anon_sym_96] = ACTIONS(189), + [anon_sym_u22a0] = ACTIONS(189), [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_u21ac] = ACTIONS(189), + [anon_sym_u21ab] = ACTIONS(189), + [anon_sym_all] = ACTIONS(189), + [anon_sym_u22d4] = ACTIONS(189), [sym__endOfLine] = ACTIONS(5), }, [81] = { @@ -27914,7 +28714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_constant] = STATE(188), [sym_function] = STATE(203), [sym_modifier1] = STATE(172), - [sym_modifier2] = STATE(171), + [sym_modifier2] = STATE(170), [sym_deprecated] = STATE(203), [aux_sym_array_repeat1] = STATE(74), [aux_sym_number_token1] = ACTIONS(278), @@ -27926,7 +28726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(282), [anon_sym_Sep] = ACTIONS(282), [anon_sym_NUmProcs] = ACTIONS(282), - [anon_sym_] = ACTIONS(284), + [anon_sym_u237c] = ACTIONS(284), [aux_sym_character_token1] = ACTIONS(286), [sym_string] = ACTIONS(288), [sym_multiLineString] = ACTIONS(288), @@ -27940,138 +28740,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(300), [anon_sym_SQUOTE] = ACTIONS(302), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(304), - [anon_sym_eta] = ACTIONS(306), - [anon_sym_2] = ACTIONS(308), - [anon_sym_pi] = ACTIONS(308), - [anon_sym_3] = ACTIONS(308), - [anon_sym_tau] = ACTIONS(306), - [anon_sym_4] = ACTIONS(308), - [anon_sym_infinity] = ACTIONS(306), - [anon_sym_5] = ACTIONS(306), - [anon_sym_e] = ACTIONS(308), - [anon_sym_NaN] = ACTIONS(308), - [anon_sym_NumProcs] = ACTIONS(308), + [anon_sym_e] = ACTIONS(306), + [anon_sym_NaN] = ACTIONS(306), + [anon_sym_NumProcs] = ACTIONS(306), + [anon_sym_eta] = ACTIONS(308), + [anon_sym_u03b7] = ACTIONS(306), + [anon_sym_pi] = ACTIONS(306), + [anon_sym_u03c0] = ACTIONS(306), + [anon_sym_tau] = ACTIONS(308), + [anon_sym_u03c4] = ACTIONS(306), + [anon_sym_infinity] = ACTIONS(308), + [anon_sym_u221e] = ACTIONS(308), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), - [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), + [anon_sym_sign] = ACTIONS(312), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(312), + [anon_sym_u00af] = ACTIONS(312), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), - [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), + [anon_sym_shape] = ACTIONS(312), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), - [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_type] = ACTIONS(312), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -28079,85 +28879,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [anon_sym_reduce] = ACTIONS(314), [anon_sym_SLASH] = ACTIONS(314), [anon_sym_scan] = ACTIONS(314), [anon_sym_BSLASH] = ACTIONS(314), [anon_sym_each] = ACTIONS(314), - [anon_sym_64] = ACTIONS(314), + [anon_sym_u2235] = ACTIONS(314), [anon_sym_rows] = ACTIONS(314), - [anon_sym_65] = ACTIONS(314), + [anon_sym_u2261] = ACTIONS(314), [anon_sym_repeat] = ACTIONS(314), - [anon_sym_66] = ACTIONS(314), + [anon_sym_u2365] = ACTIONS(314), [anon_sym_dip] = ACTIONS(314), - [anon_sym_67] = ACTIONS(314), + [anon_sym_u2299] = ACTIONS(314), [anon_sym_gap] = ACTIONS(314), - [anon_sym_68] = ACTIONS(314), + [anon_sym_u22c5] = ACTIONS(314), [anon_sym_spawn] = ACTIONS(314), [anon_sym_rectify] = ACTIONS(314), - [anon_sym_69] = ACTIONS(314), - [anon_sym_this] = ACTIONS(314), - [anon_sym_70] = ACTIONS(314), - [anon_sym_recur] = ACTIONS(314), - [anon_sym_71] = ACTIONS(314), + [anon_sym_u2305] = ACTIONS(314), [anon_sym_un] = ACTIONS(316), - [anon_sym_72] = ACTIONS(314), - [anon_sym_content] = ACTIONS(314), - [anon_sym_73] = ACTIONS(314), + [anon_sym_u00b0] = ACTIONS(314), [anon_sym_bind] = ACTIONS(314), + [anon_sym_on] = ACTIONS(316), + [anon_sym_u27dc] = ACTIONS(314), + [anon_sym_inventory] = ACTIONS(314), + [anon_sym_u235a] = ACTIONS(314), + [anon_sym_content] = ACTIONS(314), + [anon_sym_u25c7] = ACTIONS(314), + [anon_sym_pool] = ACTIONS(314), + [anon_sym_stringify] = ACTIONS(314), + [anon_sym_signature] = ACTIONS(314), + [anon_sym_shapes] = ACTIONS(314), + [anon_sym_types] = ACTIONS(314), [anon_sym_fold] = ACTIONS(318), - [anon_sym_74] = ACTIONS(318), + [anon_sym_u2227] = ACTIONS(318), [anon_sym_table] = ACTIONS(318), - [anon_sym_75] = ACTIONS(318), + [anon_sym_u229e] = ACTIONS(318), [anon_sym_group] = ACTIONS(318), - [anon_sym_76] = ACTIONS(318), + [anon_sym_u2295] = ACTIONS(318), [anon_sym_partition] = ACTIONS(318), - [anon_sym_77] = ACTIONS(318), + [anon_sym_u229c] = ACTIONS(318), [anon_sym_both] = ACTIONS(318), - [anon_sym_78] = ACTIONS(318), + [anon_sym_u2229] = ACTIONS(318), [anon_sym_bracket] = ACTIONS(318), - [anon_sym_79] = ACTIONS(318), + [anon_sym_u2293] = ACTIONS(318), [anon_sym_fork] = ACTIONS(318), - [anon_sym_80] = ACTIONS(318), + [anon_sym_u2283] = ACTIONS(318), [anon_sym_under] = ACTIONS(318), - [anon_sym_81] = ACTIONS(318), + [anon_sym_u235c] = ACTIONS(318), [anon_sym_fill] = ACTIONS(318), - [anon_sym_82] = ACTIONS(318), + [anon_sym_u2b1a] = ACTIONS(318), [anon_sym_try] = ACTIONS(320), - [anon_sym_83] = ACTIONS(318), + [anon_sym_u2363] = ACTIONS(318), [anon_sym_do] = ACTIONS(320), - [anon_sym_84] = ACTIONS(318), - [anon_sym_all] = ACTIONS(318), - [anon_sym_85] = ACTIONS(318), + [anon_sym_u2362] = ACTIONS(318), [anon_sym_setinv] = ACTIONS(318), [anon_sym_setunder] = ACTIONS(318), - [anon_sym_86] = ACTIONS(322), - [anon_sym_87] = ACTIONS(322), - [anon_sym_88] = ACTIONS(322), - [anon_sym_89] = ACTIONS(322), - [anon_sym_90] = ACTIONS(322), - [anon_sym_91] = ACTIONS(322), - [anon_sym_92] = ACTIONS(322), - [anon_sym_93] = ACTIONS(322), + [anon_sym_f] = ACTIONS(320), + [anon_sym_u2765] = ACTIONS(322), + [anon_sym_u2192] = ACTIONS(322), + [anon_sym_u2237] = ACTIONS(322), + [anon_sym_u00b7] = ACTIONS(322), + [anon_sym_u235b] = ACTIONS(322), + [anon_sym_u2302] = ACTIONS(322), + [anon_sym_u21b0] = ACTIONS(322), [anon_sym_unpack] = ACTIONS(322), - [anon_sym_94] = ACTIONS(322), - [anon_sym_95] = ACTIONS(322), + [anon_sym_u2290] = ACTIONS(322), + [anon_sym_u229d] = ACTIONS(322), [anon_sym_cross] = ACTIONS(322), - [anon_sym_96] = ACTIONS(322), + [anon_sym_u22a0] = ACTIONS(322), [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_u21ac] = ACTIONS(322), + [anon_sym_u21ab] = ACTIONS(322), + [anon_sym_all] = ACTIONS(322), + [anon_sym_u22d4] = ACTIONS(322), [sym__endOfLine] = ACTIONS(5), }, [82] = { @@ -28172,7 +28980,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(484), [anon_sym_Sep] = ACTIONS(484), [anon_sym_NUmProcs] = ACTIONS(484), - [anon_sym_] = ACTIONS(486), + [anon_sym_u237c] = ACTIONS(486), [aux_sym_character_token1] = ACTIONS(486), [sym_string] = ACTIONS(486), [sym_multiLineString] = ACTIONS(486), @@ -28191,138 +28999,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(484), [anon_sym_eta] = ACTIONS(486), - [anon_sym_2] = ACTIONS(484), + [anon_sym_u03b7] = ACTIONS(484), [anon_sym_pi] = ACTIONS(484), - [anon_sym_3] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), [anon_sym_tau] = ACTIONS(486), - [anon_sym_4] = ACTIONS(484), + [anon_sym_u03c4] = ACTIONS(484), [anon_sym_infinity] = ACTIONS(486), - [anon_sym_5] = ACTIONS(486), - [anon_sym_e] = ACTIONS(484), - [anon_sym_NaN] = ACTIONS(484), - [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_u221e] = ACTIONS(486), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -28330,85 +29138,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [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_64] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), [anon_sym_rows] = ACTIONS(486), - [anon_sym_65] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), [anon_sym_repeat] = ACTIONS(486), - [anon_sym_66] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), [anon_sym_dip] = ACTIONS(486), - [anon_sym_67] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), [anon_sym_gap] = ACTIONS(486), - [anon_sym_68] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), [anon_sym_spawn] = ACTIONS(486), [anon_sym_rectify] = ACTIONS(486), - [anon_sym_69] = ACTIONS(486), - [anon_sym_this] = ACTIONS(486), - [anon_sym_70] = ACTIONS(486), - [anon_sym_recur] = ACTIONS(486), - [anon_sym_71] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), [anon_sym_un] = ACTIONS(484), - [anon_sym_72] = ACTIONS(486), - [anon_sym_content] = ACTIONS(486), - [anon_sym_73] = ACTIONS(486), + [anon_sym_u00b0] = ACTIONS(486), [anon_sym_bind] = 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_shapes] = ACTIONS(486), + [anon_sym_types] = ACTIONS(486), [anon_sym_fold] = ACTIONS(486), - [anon_sym_74] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), [anon_sym_table] = ACTIONS(486), - [anon_sym_75] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), [anon_sym_group] = ACTIONS(486), - [anon_sym_76] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), [anon_sym_partition] = ACTIONS(486), - [anon_sym_77] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), [anon_sym_both] = ACTIONS(486), - [anon_sym_78] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), [anon_sym_bracket] = ACTIONS(486), - [anon_sym_79] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), [anon_sym_fork] = ACTIONS(486), - [anon_sym_80] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), [anon_sym_under] = ACTIONS(486), - [anon_sym_81] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), [anon_sym_fill] = ACTIONS(486), - [anon_sym_82] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), [anon_sym_try] = ACTIONS(484), - [anon_sym_83] = ACTIONS(486), + [anon_sym_u2363] = ACTIONS(486), [anon_sym_do] = ACTIONS(484), - [anon_sym_84] = ACTIONS(486), - [anon_sym_all] = ACTIONS(486), - [anon_sym_85] = ACTIONS(486), + [anon_sym_u2362] = ACTIONS(486), [anon_sym_setinv] = ACTIONS(486), [anon_sym_setunder] = ACTIONS(486), - [anon_sym_86] = ACTIONS(486), - [anon_sym_87] = ACTIONS(486), - [anon_sym_88] = ACTIONS(486), - [anon_sym_89] = ACTIONS(486), - [anon_sym_90] = ACTIONS(486), - [anon_sym_91] = ACTIONS(486), - [anon_sym_92] = ACTIONS(486), - [anon_sym_93] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [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_94] = ACTIONS(486), - [anon_sym_95] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), [anon_sym_cross] = ACTIONS(486), - [anon_sym_96] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_u21ac] = ACTIONS(486), + [anon_sym_u21ab] = ACTIONS(486), + [anon_sym_all] = ACTIONS(486), + [anon_sym_u22d4] = ACTIONS(486), [sym__endOfLine] = ACTIONS(486), }, [83] = { @@ -28423,7 +29239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(494), [anon_sym_Sep] = ACTIONS(494), [anon_sym_NUmProcs] = ACTIONS(494), - [anon_sym_] = ACTIONS(496), + [anon_sym_u237c] = ACTIONS(496), [aux_sym_character_token1] = ACTIONS(496), [sym_string] = ACTIONS(496), [sym_multiLineString] = ACTIONS(496), @@ -28442,138 +29258,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(496), [anon_sym_SQUOTE] = ACTIONS(494), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(496), + [anon_sym_e] = ACTIONS(494), + [anon_sym_NaN] = ACTIONS(494), + [anon_sym_NumProcs] = ACTIONS(494), [anon_sym_eta] = ACTIONS(496), - [anon_sym_2] = ACTIONS(494), + [anon_sym_u03b7] = ACTIONS(494), [anon_sym_pi] = ACTIONS(494), - [anon_sym_3] = ACTIONS(494), + [anon_sym_u03c0] = ACTIONS(494), [anon_sym_tau] = ACTIONS(496), - [anon_sym_4] = ACTIONS(494), + [anon_sym_u03c4] = ACTIONS(494), [anon_sym_infinity] = ACTIONS(496), - [anon_sym_5] = ACTIONS(496), - [anon_sym_e] = ACTIONS(494), - [anon_sym_NaN] = ACTIONS(494), - [anon_sym_NumProcs] = ACTIONS(494), + [anon_sym_u221e] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -28581,85 +29397,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(496), [anon_sym_SLASH] = ACTIONS(496), [anon_sym_scan] = ACTIONS(496), [anon_sym_BSLASH] = ACTIONS(496), [anon_sym_each] = ACTIONS(496), - [anon_sym_64] = ACTIONS(496), + [anon_sym_u2235] = ACTIONS(496), [anon_sym_rows] = ACTIONS(496), - [anon_sym_65] = ACTIONS(496), + [anon_sym_u2261] = ACTIONS(496), [anon_sym_repeat] = ACTIONS(496), - [anon_sym_66] = ACTIONS(496), + [anon_sym_u2365] = ACTIONS(496), [anon_sym_dip] = ACTIONS(496), - [anon_sym_67] = ACTIONS(496), + [anon_sym_u2299] = ACTIONS(496), [anon_sym_gap] = ACTIONS(496), - [anon_sym_68] = ACTIONS(496), + [anon_sym_u22c5] = ACTIONS(496), [anon_sym_spawn] = ACTIONS(496), [anon_sym_rectify] = ACTIONS(496), - [anon_sym_69] = ACTIONS(496), - [anon_sym_this] = ACTIONS(496), - [anon_sym_70] = ACTIONS(496), - [anon_sym_recur] = ACTIONS(496), - [anon_sym_71] = ACTIONS(496), + [anon_sym_u2305] = ACTIONS(496), [anon_sym_un] = ACTIONS(494), - [anon_sym_72] = ACTIONS(496), - [anon_sym_content] = ACTIONS(496), - [anon_sym_73] = ACTIONS(496), + [anon_sym_u00b0] = ACTIONS(496), [anon_sym_bind] = ACTIONS(496), + [anon_sym_on] = ACTIONS(494), + [anon_sym_u27dc] = ACTIONS(496), + [anon_sym_inventory] = ACTIONS(496), + [anon_sym_u235a] = ACTIONS(496), + [anon_sym_content] = ACTIONS(496), + [anon_sym_u25c7] = ACTIONS(496), + [anon_sym_pool] = ACTIONS(496), + [anon_sym_stringify] = ACTIONS(496), + [anon_sym_signature] = ACTIONS(496), + [anon_sym_shapes] = ACTIONS(496), + [anon_sym_types] = ACTIONS(496), [anon_sym_fold] = ACTIONS(496), - [anon_sym_74] = ACTIONS(496), + [anon_sym_u2227] = ACTIONS(496), [anon_sym_table] = ACTIONS(496), - [anon_sym_75] = ACTIONS(496), + [anon_sym_u229e] = ACTIONS(496), [anon_sym_group] = ACTIONS(496), - [anon_sym_76] = ACTIONS(496), + [anon_sym_u2295] = ACTIONS(496), [anon_sym_partition] = ACTIONS(496), - [anon_sym_77] = ACTIONS(496), + [anon_sym_u229c] = ACTIONS(496), [anon_sym_both] = ACTIONS(496), - [anon_sym_78] = ACTIONS(496), + [anon_sym_u2229] = ACTIONS(496), [anon_sym_bracket] = ACTIONS(496), - [anon_sym_79] = ACTIONS(496), + [anon_sym_u2293] = ACTIONS(496), [anon_sym_fork] = ACTIONS(496), - [anon_sym_80] = ACTIONS(496), + [anon_sym_u2283] = ACTIONS(496), [anon_sym_under] = ACTIONS(496), - [anon_sym_81] = ACTIONS(496), + [anon_sym_u235c] = ACTIONS(496), [anon_sym_fill] = ACTIONS(496), - [anon_sym_82] = ACTIONS(496), + [anon_sym_u2b1a] = ACTIONS(496), [anon_sym_try] = ACTIONS(494), - [anon_sym_83] = ACTIONS(496), + [anon_sym_u2363] = ACTIONS(496), [anon_sym_do] = ACTIONS(494), - [anon_sym_84] = ACTIONS(496), - [anon_sym_all] = ACTIONS(496), - [anon_sym_85] = ACTIONS(496), + [anon_sym_u2362] = ACTIONS(496), [anon_sym_setinv] = ACTIONS(496), [anon_sym_setunder] = ACTIONS(496), - [anon_sym_86] = ACTIONS(496), - [anon_sym_87] = ACTIONS(496), - [anon_sym_88] = ACTIONS(496), - [anon_sym_89] = ACTIONS(496), - [anon_sym_90] = ACTIONS(496), - [anon_sym_91] = ACTIONS(496), - [anon_sym_92] = ACTIONS(496), - [anon_sym_93] = ACTIONS(496), + [anon_sym_f] = ACTIONS(494), + [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_94] = ACTIONS(496), - [anon_sym_95] = ACTIONS(496), + [anon_sym_u2290] = ACTIONS(496), + [anon_sym_u229d] = ACTIONS(496), [anon_sym_cross] = ACTIONS(496), - [anon_sym_96] = ACTIONS(496), + [anon_sym_u22a0] = ACTIONS(496), [anon_sym_SEMI] = ACTIONS(496), + [anon_sym_u21ac] = ACTIONS(496), + [anon_sym_u21ab] = ACTIONS(496), + [anon_sym_all] = ACTIONS(496), + [anon_sym_u22d4] = ACTIONS(496), [sym__endOfLine] = ACTIONS(496), }, [84] = { @@ -28674,7 +29498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(494), [anon_sym_Sep] = ACTIONS(494), [anon_sym_NUmProcs] = ACTIONS(494), - [anon_sym_] = ACTIONS(496), + [anon_sym_u237c] = ACTIONS(496), [aux_sym_character_token1] = ACTIONS(496), [sym_string] = ACTIONS(496), [sym_multiLineString] = ACTIONS(496), @@ -28693,138 +29517,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(496), [anon_sym_SQUOTE] = ACTIONS(494), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(496), + [anon_sym_e] = ACTIONS(494), + [anon_sym_NaN] = ACTIONS(494), + [anon_sym_NumProcs] = ACTIONS(494), [anon_sym_eta] = ACTIONS(496), - [anon_sym_2] = ACTIONS(494), + [anon_sym_u03b7] = ACTIONS(494), [anon_sym_pi] = ACTIONS(494), - [anon_sym_3] = ACTIONS(494), + [anon_sym_u03c0] = ACTIONS(494), [anon_sym_tau] = ACTIONS(496), - [anon_sym_4] = ACTIONS(494), + [anon_sym_u03c4] = ACTIONS(494), [anon_sym_infinity] = ACTIONS(496), - [anon_sym_5] = ACTIONS(496), - [anon_sym_e] = ACTIONS(494), - [anon_sym_NaN] = ACTIONS(494), - [anon_sym_NumProcs] = ACTIONS(494), + [anon_sym_u221e] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(177), [anon_sym_COMMA] = ACTIONS(177), [anon_sym_COLON] = ACTIONS(177), - [anon_sym_6] = ACTIONS(177), + [anon_sym_u25cc] = ACTIONS(177), [anon_sym_identity] = ACTIONS(177), [anon_sym_id] = ACTIONS(179), - [anon_sym_7] = ACTIONS(177), + [anon_sym_u2218] = ACTIONS(177), [anon_sym_not] = ACTIONS(177), - [anon_sym_8] = ACTIONS(177), - [anon_sym_sign] = ACTIONS(177), - [anon_sym_9] = ACTIONS(177), + [anon_sym_u00ac] = ACTIONS(177), + [anon_sym_sign] = ACTIONS(179), + [anon_sym_u00b1] = ACTIONS(177), [anon_sym_BQUOTE] = ACTIONS(177), - [anon_sym_10] = ACTIONS(179), + [anon_sym_u00af] = ACTIONS(179), [anon_sym_absolutevalue] = ACTIONS(177), - [anon_sym_11] = ACTIONS(177), + [anon_sym_u2335] = ACTIONS(177), [anon_sym_sqrt] = ACTIONS(177), - [anon_sym_12] = ACTIONS(177), + [anon_sym_u221a] = ACTIONS(177), [anon_sym_sine] = ACTIONS(177), - [anon_sym_13] = ACTIONS(177), + [anon_sym_u25cb] = ACTIONS(177), [anon_sym_floor] = ACTIONS(177), - [anon_sym_14] = ACTIONS(177), + [anon_sym_u230a] = ACTIONS(177), [anon_sym_ceiling] = ACTIONS(177), - [anon_sym_15] = ACTIONS(177), + [anon_sym_u2308] = ACTIONS(177), [anon_sym_round] = ACTIONS(177), - [anon_sym_16] = ACTIONS(177), + [anon_sym_u2045] = ACTIONS(177), [anon_sym_EQ] = ACTIONS(177), [anon_sym_BANG_EQ] = ACTIONS(177), - [anon_sym_17] = ACTIONS(177), + [anon_sym_u2260] = ACTIONS(177), [anon_sym_LT] = ACTIONS(179), [anon_sym_LT_EQ] = ACTIONS(177), - [anon_sym_18] = ACTIONS(177), + [anon_sym_u2264] = ACTIONS(177), [anon_sym_GT] = ACTIONS(179), [anon_sym_GT_EQ] = ACTIONS(177), - [anon_sym_19] = ACTIONS(177), + [anon_sym_u2265] = ACTIONS(177), [anon_sym_PLUS] = ACTIONS(177), [anon_sym_DASH] = ACTIONS(177), [anon_sym_STAR] = ACTIONS(177), - [anon_sym_20] = ACTIONS(177), + [anon_sym_u00d7] = ACTIONS(177), [anon_sym_PERCENT] = ACTIONS(177), - [anon_sym_21] = ACTIONS(177), + [anon_sym_u00f7] = ACTIONS(177), [anon_sym_modulus] = ACTIONS(177), - [anon_sym_22] = ACTIONS(177), + [anon_sym_u25ff] = ACTIONS(177), [anon_sym_power] = ACTIONS(177), - [anon_sym_23] = ACTIONS(177), + [anon_sym_u207f] = ACTIONS(177), [anon_sym_logarithm] = ACTIONS(177), - [anon_sym_24] = ACTIONS(177), + [anon_sym_u2099] = ACTIONS(177), [anon_sym_minimum] = ACTIONS(177), - [anon_sym_25] = ACTIONS(177), + [anon_sym_u21a7] = ACTIONS(177), [anon_sym_maximum] = ACTIONS(177), - [anon_sym_26] = ACTIONS(177), + [anon_sym_u21a5] = ACTIONS(177), [anon_sym_atangent] = ACTIONS(177), - [anon_sym_27] = ACTIONS(177), + [anon_sym_u2220] = ACTIONS(177), [anon_sym_length] = ACTIONS(177), - [anon_sym_28] = ACTIONS(177), - [anon_sym_shape] = ACTIONS(177), - [anon_sym_29] = ACTIONS(177), + [anon_sym_u29fb] = ACTIONS(177), + [anon_sym_shape] = ACTIONS(179), + [anon_sym_u25b3] = ACTIONS(177), [anon_sym_range] = ACTIONS(177), - [anon_sym_30] = ACTIONS(177), + [anon_sym_u21e1] = ACTIONS(177), [anon_sym_first] = ACTIONS(177), - [anon_sym_31] = ACTIONS(177), + [anon_sym_u22a2] = ACTIONS(177), [anon_sym_reverse] = ACTIONS(177), - [anon_sym_32] = ACTIONS(177), + [anon_sym_u21cc] = ACTIONS(177), [anon_sym_deshape] = ACTIONS(177), - [anon_sym_33] = ACTIONS(177), + [anon_sym_u266d] = ACTIONS(177), [anon_sym_bits] = ACTIONS(177), - [anon_sym_34] = ACTIONS(177), + [anon_sym_u22ef] = ACTIONS(177), [anon_sym_transpose] = ACTIONS(177), - [anon_sym_35] = ACTIONS(177), + [anon_sym_u2349] = ACTIONS(177), [anon_sym_rise] = ACTIONS(177), - [anon_sym_36] = ACTIONS(177), + [anon_sym_u234f] = ACTIONS(177), [anon_sym_fall] = ACTIONS(177), - [anon_sym_37] = ACTIONS(177), + [anon_sym_u2356] = ACTIONS(177), [anon_sym_where] = ACTIONS(177), - [anon_sym_38] = ACTIONS(177), + [anon_sym_u229a] = ACTIONS(177), [anon_sym_classify] = ACTIONS(177), - [anon_sym_39] = ACTIONS(177), + [anon_sym_u229b] = ACTIONS(177), [anon_sym_deduplicate] = ACTIONS(177), - [anon_sym_40] = ACTIONS(177), + [anon_sym_u25f4] = ACTIONS(177), [anon_sym_box] = ACTIONS(177), - [anon_sym_41] = ACTIONS(177), + [anon_sym_u25a1] = ACTIONS(177), [anon_sym_match] = ACTIONS(177), - [anon_sym_42] = ACTIONS(177), + [anon_sym_u224d] = ACTIONS(177), [anon_sym_couple] = ACTIONS(177), - [anon_sym_43] = ACTIONS(177), + [anon_sym_u229f] = ACTIONS(177), [anon_sym_join] = ACTIONS(177), - [anon_sym_44] = ACTIONS(177), + [anon_sym_u2282] = ACTIONS(177), [anon_sym_select] = ACTIONS(177), - [anon_sym_45] = ACTIONS(177), + [anon_sym_u228f] = ACTIONS(177), [anon_sym_pick] = ACTIONS(177), - [anon_sym_46] = ACTIONS(177), + [anon_sym_u22a1] = ACTIONS(177), [anon_sym_reshape] = ACTIONS(177), - [anon_sym_47] = ACTIONS(177), + [anon_sym_u21af] = ACTIONS(177), [anon_sym_take] = ACTIONS(177), - [anon_sym_48] = ACTIONS(177), + [anon_sym_u2199] = ACTIONS(177), [anon_sym_drop] = ACTIONS(177), - [anon_sym_49] = ACTIONS(177), + [anon_sym_u2198] = ACTIONS(177), [anon_sym_rotate] = ACTIONS(177), - [anon_sym_50] = ACTIONS(177), + [anon_sym_u21bb] = ACTIONS(177), [anon_sym_windows] = ACTIONS(177), - [anon_sym_51] = ACTIONS(177), + [anon_sym_u25eb] = ACTIONS(177), [anon_sym_keep] = ACTIONS(177), - [anon_sym_52] = ACTIONS(177), + [anon_sym_u25bd] = ACTIONS(177), [anon_sym_find] = ACTIONS(177), - [anon_sym_53] = ACTIONS(177), + [anon_sym_u2315] = ACTIONS(177), [anon_sym_member] = ACTIONS(177), - [anon_sym_54] = ACTIONS(177), + [anon_sym_u220a] = ACTIONS(177), [anon_sym_indexof] = ACTIONS(177), - [anon_sym_55] = ACTIONS(177), + [anon_sym_u2297] = ACTIONS(177), [anon_sym_assert] = ACTIONS(177), - [anon_sym_56] = ACTIONS(177), + [anon_sym_u2364] = ACTIONS(177), [anon_sym_wait] = ACTIONS(177), [anon_sym_parse] = ACTIONS(177), - [anon_sym_57] = ACTIONS(177), + [anon_sym_u22d5] = ACTIONS(177), [anon_sym_random] = ACTIONS(177), - [anon_sym_58] = ACTIONS(177), + [anon_sym_u2682] = ACTIONS(177), [anon_sym_gen] = ACTIONS(177), [anon_sym_deal] = ACTIONS(177), [anon_sym_tag] = ACTIONS(177), [anon_sym_now] = ACTIONS(177), - [anon_sym_type] = ACTIONS(177), - [anon_sym_59] = ACTIONS(177), + [anon_sym_type] = ACTIONS(179), + [anon_sym_u2e2e] = ACTIONS(177), [anon_sym_dump] = ACTIONS(177), [anon_sym_regex] = ACTIONS(177), [anon_sym_utf] = ACTIONS(177), @@ -28832,85 +29656,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(177), [anon_sym_tryrecv] = ACTIONS(177), [anon_sym_complex] = ACTIONS(177), - [anon_sym_60] = ACTIONS(177), + [anon_sym_u2102] = ACTIONS(177), [anon_sym_rerank] = ACTIONS(177), - [anon_sym_61] = ACTIONS(177), + [anon_sym_u2607] = ACTIONS(177), [anon_sym_fix] = ACTIONS(177), - [anon_sym_62] = ACTIONS(177), + [anon_sym_u00a4] = ACTIONS(177), [anon_sym_QMARK] = ACTIONS(177), [anon_sym_unique] = ACTIONS(177), - [anon_sym_63] = ACTIONS(177), + [anon_sym_u25f0] = ACTIONS(177), [anon_sym_map] = ACTIONS(177), [anon_sym_has] = ACTIONS(177), [anon_sym_get] = ACTIONS(177), [anon_sym_insert] = ACTIONS(177), [anon_sym_remove] = ACTIONS(177), + [anon_sym_repr] = ACTIONS(177), [anon_sym_reduce] = ACTIONS(496), [anon_sym_SLASH] = ACTIONS(496), [anon_sym_scan] = ACTIONS(496), [anon_sym_BSLASH] = ACTIONS(496), [anon_sym_each] = ACTIONS(496), - [anon_sym_64] = ACTIONS(496), + [anon_sym_u2235] = ACTIONS(496), [anon_sym_rows] = ACTIONS(496), - [anon_sym_65] = ACTIONS(496), + [anon_sym_u2261] = ACTIONS(496), [anon_sym_repeat] = ACTIONS(496), - [anon_sym_66] = ACTIONS(496), + [anon_sym_u2365] = ACTIONS(496), [anon_sym_dip] = ACTIONS(496), - [anon_sym_67] = ACTIONS(496), + [anon_sym_u2299] = ACTIONS(496), [anon_sym_gap] = ACTIONS(496), - [anon_sym_68] = ACTIONS(496), + [anon_sym_u22c5] = ACTIONS(496), [anon_sym_spawn] = ACTIONS(496), [anon_sym_rectify] = ACTIONS(496), - [anon_sym_69] = ACTIONS(496), - [anon_sym_this] = ACTIONS(496), - [anon_sym_70] = ACTIONS(496), - [anon_sym_recur] = ACTIONS(496), - [anon_sym_71] = ACTIONS(496), + [anon_sym_u2305] = ACTIONS(496), [anon_sym_un] = ACTIONS(494), - [anon_sym_72] = ACTIONS(496), - [anon_sym_content] = ACTIONS(496), - [anon_sym_73] = ACTIONS(496), + [anon_sym_u00b0] = ACTIONS(496), [anon_sym_bind] = ACTIONS(496), + [anon_sym_on] = ACTIONS(494), + [anon_sym_u27dc] = ACTIONS(496), + [anon_sym_inventory] = ACTIONS(496), + [anon_sym_u235a] = ACTIONS(496), + [anon_sym_content] = ACTIONS(496), + [anon_sym_u25c7] = ACTIONS(496), + [anon_sym_pool] = ACTIONS(496), + [anon_sym_stringify] = ACTIONS(496), + [anon_sym_signature] = ACTIONS(496), + [anon_sym_shapes] = ACTIONS(496), + [anon_sym_types] = ACTIONS(496), [anon_sym_fold] = ACTIONS(496), - [anon_sym_74] = ACTIONS(496), + [anon_sym_u2227] = ACTIONS(496), [anon_sym_table] = ACTIONS(496), - [anon_sym_75] = ACTIONS(496), + [anon_sym_u229e] = ACTIONS(496), [anon_sym_group] = ACTIONS(496), - [anon_sym_76] = ACTIONS(496), + [anon_sym_u2295] = ACTIONS(496), [anon_sym_partition] = ACTIONS(496), - [anon_sym_77] = ACTIONS(496), + [anon_sym_u229c] = ACTIONS(496), [anon_sym_both] = ACTIONS(496), - [anon_sym_78] = ACTIONS(496), + [anon_sym_u2229] = ACTIONS(496), [anon_sym_bracket] = ACTIONS(496), - [anon_sym_79] = ACTIONS(496), + [anon_sym_u2293] = ACTIONS(496), [anon_sym_fork] = ACTIONS(496), - [anon_sym_80] = ACTIONS(496), + [anon_sym_u2283] = ACTIONS(496), [anon_sym_under] = ACTIONS(496), - [anon_sym_81] = ACTIONS(496), + [anon_sym_u235c] = ACTIONS(496), [anon_sym_fill] = ACTIONS(496), - [anon_sym_82] = ACTIONS(496), + [anon_sym_u2b1a] = ACTIONS(496), [anon_sym_try] = ACTIONS(494), - [anon_sym_83] = ACTIONS(496), + [anon_sym_u2363] = ACTIONS(496), [anon_sym_do] = ACTIONS(494), - [anon_sym_84] = ACTIONS(496), - [anon_sym_all] = ACTIONS(496), - [anon_sym_85] = ACTIONS(496), + [anon_sym_u2362] = ACTIONS(496), [anon_sym_setinv] = ACTIONS(496), [anon_sym_setunder] = ACTIONS(496), - [anon_sym_86] = ACTIONS(496), - [anon_sym_87] = ACTIONS(496), - [anon_sym_88] = ACTIONS(496), - [anon_sym_89] = ACTIONS(496), - [anon_sym_90] = ACTIONS(496), - [anon_sym_91] = ACTIONS(496), - [anon_sym_92] = ACTIONS(496), - [anon_sym_93] = ACTIONS(496), + [anon_sym_f] = ACTIONS(494), + [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_94] = ACTIONS(496), - [anon_sym_95] = ACTIONS(496), + [anon_sym_u2290] = ACTIONS(496), + [anon_sym_u229d] = ACTIONS(496), [anon_sym_cross] = ACTIONS(496), - [anon_sym_96] = ACTIONS(496), + [anon_sym_u22a0] = ACTIONS(496), [anon_sym_SEMI] = ACTIONS(496), + [anon_sym_u21ac] = ACTIONS(496), + [anon_sym_u21ab] = ACTIONS(496), + [anon_sym_all] = ACTIONS(496), + [anon_sym_u22d4] = ACTIONS(496), [sym__endOfLine] = ACTIONS(496), }, [85] = { @@ -28923,7 +29755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(506), [anon_sym_Sep] = ACTIONS(506), [anon_sym_NUmProcs] = ACTIONS(506), - [anon_sym_] = ACTIONS(508), + [anon_sym_u237c] = ACTIONS(508), [aux_sym_character_token1] = ACTIONS(508), [sym_string] = ACTIONS(508), [sym_multiLineString] = ACTIONS(508), @@ -28942,138 +29774,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(506), [anon_sym_eta] = ACTIONS(508), - [anon_sym_2] = ACTIONS(506), + [anon_sym_u03b7] = ACTIONS(506), [anon_sym_pi] = ACTIONS(506), - [anon_sym_3] = ACTIONS(506), + [anon_sym_u03c0] = ACTIONS(506), [anon_sym_tau] = ACTIONS(508), - [anon_sym_4] = ACTIONS(506), + [anon_sym_u03c4] = ACTIONS(506), [anon_sym_infinity] = ACTIONS(508), - [anon_sym_5] = ACTIONS(508), - [anon_sym_e] = ACTIONS(506), - [anon_sym_NaN] = ACTIONS(506), - [anon_sym_NumProcs] = ACTIONS(506), + [anon_sym_u221e] = ACTIONS(508), [anon_sym_DOT] = ACTIONS(508), [anon_sym_COMMA] = ACTIONS(508), [anon_sym_COLON] = ACTIONS(508), - [anon_sym_6] = ACTIONS(508), + [anon_sym_u25cc] = ACTIONS(508), [anon_sym_identity] = ACTIONS(508), [anon_sym_id] = ACTIONS(506), - [anon_sym_7] = ACTIONS(508), + [anon_sym_u2218] = ACTIONS(508), [anon_sym_not] = ACTIONS(508), - [anon_sym_8] = ACTIONS(508), - [anon_sym_sign] = ACTIONS(508), - [anon_sym_9] = ACTIONS(508), + [anon_sym_u00ac] = ACTIONS(508), + [anon_sym_sign] = ACTIONS(506), + [anon_sym_u00b1] = ACTIONS(508), [anon_sym_BQUOTE] = ACTIONS(508), - [anon_sym_10] = ACTIONS(506), + [anon_sym_u00af] = ACTIONS(506), [anon_sym_absolutevalue] = ACTIONS(508), - [anon_sym_11] = ACTIONS(508), + [anon_sym_u2335] = ACTIONS(508), [anon_sym_sqrt] = ACTIONS(508), - [anon_sym_12] = ACTIONS(508), + [anon_sym_u221a] = ACTIONS(508), [anon_sym_sine] = ACTIONS(508), - [anon_sym_13] = ACTIONS(508), + [anon_sym_u25cb] = ACTIONS(508), [anon_sym_floor] = ACTIONS(508), - [anon_sym_14] = ACTIONS(508), + [anon_sym_u230a] = ACTIONS(508), [anon_sym_ceiling] = ACTIONS(508), - [anon_sym_15] = ACTIONS(508), + [anon_sym_u2308] = ACTIONS(508), [anon_sym_round] = ACTIONS(508), - [anon_sym_16] = ACTIONS(508), + [anon_sym_u2045] = ACTIONS(508), [anon_sym_EQ] = ACTIONS(508), [anon_sym_BANG_EQ] = ACTIONS(508), - [anon_sym_17] = ACTIONS(508), + [anon_sym_u2260] = ACTIONS(508), [anon_sym_LT] = ACTIONS(506), [anon_sym_LT_EQ] = ACTIONS(508), - [anon_sym_18] = ACTIONS(508), + [anon_sym_u2264] = ACTIONS(508), [anon_sym_GT] = ACTIONS(506), [anon_sym_GT_EQ] = ACTIONS(508), - [anon_sym_19] = ACTIONS(508), + [anon_sym_u2265] = ACTIONS(508), [anon_sym_PLUS] = ACTIONS(508), [anon_sym_DASH] = ACTIONS(508), [anon_sym_STAR] = ACTIONS(508), - [anon_sym_20] = ACTIONS(508), + [anon_sym_u00d7] = ACTIONS(508), [anon_sym_PERCENT] = ACTIONS(508), - [anon_sym_21] = ACTIONS(508), + [anon_sym_u00f7] = ACTIONS(508), [anon_sym_modulus] = ACTIONS(508), - [anon_sym_22] = ACTIONS(508), + [anon_sym_u25ff] = ACTIONS(508), [anon_sym_power] = ACTIONS(508), - [anon_sym_23] = ACTIONS(508), + [anon_sym_u207f] = ACTIONS(508), [anon_sym_logarithm] = ACTIONS(508), - [anon_sym_24] = ACTIONS(508), + [anon_sym_u2099] = ACTIONS(508), [anon_sym_minimum] = ACTIONS(508), - [anon_sym_25] = ACTIONS(508), + [anon_sym_u21a7] = ACTIONS(508), [anon_sym_maximum] = ACTIONS(508), - [anon_sym_26] = ACTIONS(508), + [anon_sym_u21a5] = ACTIONS(508), [anon_sym_atangent] = ACTIONS(508), - [anon_sym_27] = ACTIONS(508), + [anon_sym_u2220] = ACTIONS(508), [anon_sym_length] = ACTIONS(508), - [anon_sym_28] = ACTIONS(508), - [anon_sym_shape] = ACTIONS(508), - [anon_sym_29] = ACTIONS(508), + [anon_sym_u29fb] = ACTIONS(508), + [anon_sym_shape] = ACTIONS(506), + [anon_sym_u25b3] = ACTIONS(508), [anon_sym_range] = ACTIONS(508), - [anon_sym_30] = ACTIONS(508), + [anon_sym_u21e1] = ACTIONS(508), [anon_sym_first] = ACTIONS(508), - [anon_sym_31] = ACTIONS(508), + [anon_sym_u22a2] = ACTIONS(508), [anon_sym_reverse] = ACTIONS(508), - [anon_sym_32] = ACTIONS(508), + [anon_sym_u21cc] = ACTIONS(508), [anon_sym_deshape] = ACTIONS(508), - [anon_sym_33] = ACTIONS(508), + [anon_sym_u266d] = ACTIONS(508), [anon_sym_bits] = ACTIONS(508), - [anon_sym_34] = ACTIONS(508), + [anon_sym_u22ef] = ACTIONS(508), [anon_sym_transpose] = ACTIONS(508), - [anon_sym_35] = ACTIONS(508), + [anon_sym_u2349] = ACTIONS(508), [anon_sym_rise] = ACTIONS(508), - [anon_sym_36] = ACTIONS(508), + [anon_sym_u234f] = ACTIONS(508), [anon_sym_fall] = ACTIONS(508), - [anon_sym_37] = ACTIONS(508), + [anon_sym_u2356] = ACTIONS(508), [anon_sym_where] = ACTIONS(508), - [anon_sym_38] = ACTIONS(508), + [anon_sym_u229a] = ACTIONS(508), [anon_sym_classify] = ACTIONS(508), - [anon_sym_39] = ACTIONS(508), + [anon_sym_u229b] = ACTIONS(508), [anon_sym_deduplicate] = ACTIONS(508), - [anon_sym_40] = ACTIONS(508), + [anon_sym_u25f4] = ACTIONS(508), [anon_sym_box] = ACTIONS(508), - [anon_sym_41] = ACTIONS(508), + [anon_sym_u25a1] = ACTIONS(508), [anon_sym_match] = ACTIONS(508), - [anon_sym_42] = ACTIONS(508), + [anon_sym_u224d] = ACTIONS(508), [anon_sym_couple] = ACTIONS(508), - [anon_sym_43] = ACTIONS(508), + [anon_sym_u229f] = ACTIONS(508), [anon_sym_join] = ACTIONS(508), - [anon_sym_44] = ACTIONS(508), + [anon_sym_u2282] = ACTIONS(508), [anon_sym_select] = ACTIONS(508), - [anon_sym_45] = ACTIONS(508), + [anon_sym_u228f] = ACTIONS(508), [anon_sym_pick] = ACTIONS(508), - [anon_sym_46] = ACTIONS(508), + [anon_sym_u22a1] = ACTIONS(508), [anon_sym_reshape] = ACTIONS(508), - [anon_sym_47] = ACTIONS(508), + [anon_sym_u21af] = ACTIONS(508), [anon_sym_take] = ACTIONS(508), - [anon_sym_48] = ACTIONS(508), + [anon_sym_u2199] = ACTIONS(508), [anon_sym_drop] = ACTIONS(508), - [anon_sym_49] = ACTIONS(508), + [anon_sym_u2198] = ACTIONS(508), [anon_sym_rotate] = ACTIONS(508), - [anon_sym_50] = ACTIONS(508), + [anon_sym_u21bb] = ACTIONS(508), [anon_sym_windows] = ACTIONS(508), - [anon_sym_51] = ACTIONS(508), + [anon_sym_u25eb] = ACTIONS(508), [anon_sym_keep] = ACTIONS(508), - [anon_sym_52] = ACTIONS(508), + [anon_sym_u25bd] = ACTIONS(508), [anon_sym_find] = ACTIONS(508), - [anon_sym_53] = ACTIONS(508), + [anon_sym_u2315] = ACTIONS(508), [anon_sym_member] = ACTIONS(508), - [anon_sym_54] = ACTIONS(508), + [anon_sym_u220a] = ACTIONS(508), [anon_sym_indexof] = ACTIONS(508), - [anon_sym_55] = ACTIONS(508), + [anon_sym_u2297] = ACTIONS(508), [anon_sym_assert] = ACTIONS(508), - [anon_sym_56] = ACTIONS(508), + [anon_sym_u2364] = ACTIONS(508), [anon_sym_wait] = ACTIONS(508), [anon_sym_parse] = ACTIONS(508), - [anon_sym_57] = ACTIONS(508), + [anon_sym_u22d5] = ACTIONS(508), [anon_sym_random] = ACTIONS(508), - [anon_sym_58] = ACTIONS(508), + [anon_sym_u2682] = ACTIONS(508), [anon_sym_gen] = ACTIONS(508), [anon_sym_deal] = ACTIONS(508), [anon_sym_tag] = ACTIONS(508), [anon_sym_now] = ACTIONS(508), - [anon_sym_type] = ACTIONS(508), - [anon_sym_59] = ACTIONS(508), + [anon_sym_type] = ACTIONS(506), + [anon_sym_u2e2e] = ACTIONS(508), [anon_sym_dump] = ACTIONS(508), [anon_sym_regex] = ACTIONS(508), [anon_sym_utf] = ACTIONS(508), @@ -29081,85 +29913,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(508), [anon_sym_tryrecv] = ACTIONS(508), [anon_sym_complex] = ACTIONS(508), - [anon_sym_60] = ACTIONS(508), + [anon_sym_u2102] = ACTIONS(508), [anon_sym_rerank] = ACTIONS(508), - [anon_sym_61] = ACTIONS(508), + [anon_sym_u2607] = ACTIONS(508), [anon_sym_fix] = ACTIONS(508), - [anon_sym_62] = ACTIONS(508), + [anon_sym_u00a4] = ACTIONS(508), [anon_sym_QMARK] = ACTIONS(508), [anon_sym_unique] = ACTIONS(508), - [anon_sym_63] = 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_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_64] = ACTIONS(508), + [anon_sym_u2235] = ACTIONS(508), [anon_sym_rows] = ACTIONS(508), - [anon_sym_65] = ACTIONS(508), + [anon_sym_u2261] = ACTIONS(508), [anon_sym_repeat] = ACTIONS(508), - [anon_sym_66] = ACTIONS(508), + [anon_sym_u2365] = ACTIONS(508), [anon_sym_dip] = ACTIONS(508), - [anon_sym_67] = ACTIONS(508), + [anon_sym_u2299] = ACTIONS(508), [anon_sym_gap] = ACTIONS(508), - [anon_sym_68] = ACTIONS(508), + [anon_sym_u22c5] = ACTIONS(508), [anon_sym_spawn] = ACTIONS(508), [anon_sym_rectify] = ACTIONS(508), - [anon_sym_69] = ACTIONS(508), - [anon_sym_this] = ACTIONS(508), - [anon_sym_70] = ACTIONS(508), - [anon_sym_recur] = ACTIONS(508), - [anon_sym_71] = ACTIONS(508), + [anon_sym_u2305] = ACTIONS(508), [anon_sym_un] = ACTIONS(506), - [anon_sym_72] = ACTIONS(508), - [anon_sym_content] = ACTIONS(508), - [anon_sym_73] = ACTIONS(508), + [anon_sym_u00b0] = ACTIONS(508), [anon_sym_bind] = 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_shapes] = ACTIONS(508), + [anon_sym_types] = ACTIONS(508), [anon_sym_fold] = ACTIONS(508), - [anon_sym_74] = ACTIONS(508), + [anon_sym_u2227] = ACTIONS(508), [anon_sym_table] = ACTIONS(508), - [anon_sym_75] = ACTIONS(508), + [anon_sym_u229e] = ACTIONS(508), [anon_sym_group] = ACTIONS(508), - [anon_sym_76] = ACTIONS(508), + [anon_sym_u2295] = ACTIONS(508), [anon_sym_partition] = ACTIONS(508), - [anon_sym_77] = ACTIONS(508), + [anon_sym_u229c] = ACTIONS(508), [anon_sym_both] = ACTIONS(508), - [anon_sym_78] = ACTIONS(508), + [anon_sym_u2229] = ACTIONS(508), [anon_sym_bracket] = ACTIONS(508), - [anon_sym_79] = ACTIONS(508), + [anon_sym_u2293] = ACTIONS(508), [anon_sym_fork] = ACTIONS(508), - [anon_sym_80] = ACTIONS(508), + [anon_sym_u2283] = ACTIONS(508), [anon_sym_under] = ACTIONS(508), - [anon_sym_81] = ACTIONS(508), + [anon_sym_u235c] = ACTIONS(508), [anon_sym_fill] = ACTIONS(508), - [anon_sym_82] = ACTIONS(508), + [anon_sym_u2b1a] = ACTIONS(508), [anon_sym_try] = ACTIONS(506), - [anon_sym_83] = ACTIONS(508), + [anon_sym_u2363] = ACTIONS(508), [anon_sym_do] = ACTIONS(506), - [anon_sym_84] = ACTIONS(508), - [anon_sym_all] = ACTIONS(508), - [anon_sym_85] = ACTIONS(508), + [anon_sym_u2362] = ACTIONS(508), [anon_sym_setinv] = ACTIONS(508), [anon_sym_setunder] = ACTIONS(508), - [anon_sym_86] = ACTIONS(508), - [anon_sym_87] = ACTIONS(508), - [anon_sym_88] = ACTIONS(508), - [anon_sym_89] = ACTIONS(508), - [anon_sym_90] = ACTIONS(508), - [anon_sym_91] = ACTIONS(508), - [anon_sym_92] = ACTIONS(508), - [anon_sym_93] = ACTIONS(508), + [anon_sym_f] = ACTIONS(506), + [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_94] = ACTIONS(508), - [anon_sym_95] = ACTIONS(508), + [anon_sym_u2290] = ACTIONS(508), + [anon_sym_u229d] = ACTIONS(508), [anon_sym_cross] = ACTIONS(508), - [anon_sym_96] = ACTIONS(508), + [anon_sym_u22a0] = ACTIONS(508), [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_u21ac] = ACTIONS(508), + [anon_sym_u21ab] = ACTIONS(508), + [anon_sym_all] = ACTIONS(508), + [anon_sym_u22d4] = ACTIONS(508), [sym__endOfLine] = ACTIONS(508), }, [86] = { @@ -29172,7 +30012,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(510), [anon_sym_Sep] = ACTIONS(510), [anon_sym_NUmProcs] = ACTIONS(510), - [anon_sym_] = ACTIONS(512), + [anon_sym_u237c] = ACTIONS(512), [aux_sym_character_token1] = ACTIONS(512), [sym_string] = ACTIONS(512), [sym_multiLineString] = ACTIONS(512), @@ -29191,138 +30031,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(510), [anon_sym_eta] = ACTIONS(512), - [anon_sym_2] = ACTIONS(510), + [anon_sym_u03b7] = ACTIONS(510), [anon_sym_pi] = ACTIONS(510), - [anon_sym_3] = ACTIONS(510), + [anon_sym_u03c0] = ACTIONS(510), [anon_sym_tau] = ACTIONS(512), - [anon_sym_4] = ACTIONS(510), + [anon_sym_u03c4] = ACTIONS(510), [anon_sym_infinity] = ACTIONS(512), - [anon_sym_5] = ACTIONS(512), - [anon_sym_e] = ACTIONS(510), - [anon_sym_NaN] = ACTIONS(510), - [anon_sym_NumProcs] = ACTIONS(510), + [anon_sym_u221e] = ACTIONS(512), [anon_sym_DOT] = ACTIONS(512), [anon_sym_COMMA] = ACTIONS(512), [anon_sym_COLON] = ACTIONS(512), - [anon_sym_6] = ACTIONS(512), + [anon_sym_u25cc] = ACTIONS(512), [anon_sym_identity] = ACTIONS(512), [anon_sym_id] = ACTIONS(510), - [anon_sym_7] = ACTIONS(512), + [anon_sym_u2218] = ACTIONS(512), [anon_sym_not] = ACTIONS(512), - [anon_sym_8] = ACTIONS(512), - [anon_sym_sign] = ACTIONS(512), - [anon_sym_9] = ACTIONS(512), + [anon_sym_u00ac] = ACTIONS(512), + [anon_sym_sign] = ACTIONS(510), + [anon_sym_u00b1] = ACTIONS(512), [anon_sym_BQUOTE] = ACTIONS(512), - [anon_sym_10] = ACTIONS(510), + [anon_sym_u00af] = ACTIONS(510), [anon_sym_absolutevalue] = ACTIONS(512), - [anon_sym_11] = ACTIONS(512), + [anon_sym_u2335] = ACTIONS(512), [anon_sym_sqrt] = ACTIONS(512), - [anon_sym_12] = ACTIONS(512), + [anon_sym_u221a] = ACTIONS(512), [anon_sym_sine] = ACTIONS(512), - [anon_sym_13] = ACTIONS(512), + [anon_sym_u25cb] = ACTIONS(512), [anon_sym_floor] = ACTIONS(512), - [anon_sym_14] = ACTIONS(512), + [anon_sym_u230a] = ACTIONS(512), [anon_sym_ceiling] = ACTIONS(512), - [anon_sym_15] = ACTIONS(512), + [anon_sym_u2308] = ACTIONS(512), [anon_sym_round] = ACTIONS(512), - [anon_sym_16] = ACTIONS(512), + [anon_sym_u2045] = ACTIONS(512), [anon_sym_EQ] = ACTIONS(512), [anon_sym_BANG_EQ] = ACTIONS(512), - [anon_sym_17] = ACTIONS(512), + [anon_sym_u2260] = ACTIONS(512), [anon_sym_LT] = ACTIONS(510), [anon_sym_LT_EQ] = ACTIONS(512), - [anon_sym_18] = ACTIONS(512), + [anon_sym_u2264] = ACTIONS(512), [anon_sym_GT] = ACTIONS(510), [anon_sym_GT_EQ] = ACTIONS(512), - [anon_sym_19] = ACTIONS(512), + [anon_sym_u2265] = ACTIONS(512), [anon_sym_PLUS] = ACTIONS(512), [anon_sym_DASH] = ACTIONS(512), [anon_sym_STAR] = ACTIONS(512), - [anon_sym_20] = ACTIONS(512), + [anon_sym_u00d7] = ACTIONS(512), [anon_sym_PERCENT] = ACTIONS(512), - [anon_sym_21] = ACTIONS(512), + [anon_sym_u00f7] = ACTIONS(512), [anon_sym_modulus] = ACTIONS(512), - [anon_sym_22] = ACTIONS(512), + [anon_sym_u25ff] = ACTIONS(512), [anon_sym_power] = ACTIONS(512), - [anon_sym_23] = ACTIONS(512), + [anon_sym_u207f] = ACTIONS(512), [anon_sym_logarithm] = ACTIONS(512), - [anon_sym_24] = ACTIONS(512), + [anon_sym_u2099] = ACTIONS(512), [anon_sym_minimum] = ACTIONS(512), - [anon_sym_25] = ACTIONS(512), + [anon_sym_u21a7] = ACTIONS(512), [anon_sym_maximum] = ACTIONS(512), - [anon_sym_26] = ACTIONS(512), + [anon_sym_u21a5] = ACTIONS(512), [anon_sym_atangent] = ACTIONS(512), - [anon_sym_27] = ACTIONS(512), + [anon_sym_u2220] = ACTIONS(512), [anon_sym_length] = ACTIONS(512), - [anon_sym_28] = ACTIONS(512), - [anon_sym_shape] = ACTIONS(512), - [anon_sym_29] = ACTIONS(512), + [anon_sym_u29fb] = ACTIONS(512), + [anon_sym_shape] = ACTIONS(510), + [anon_sym_u25b3] = ACTIONS(512), [anon_sym_range] = ACTIONS(512), - [anon_sym_30] = ACTIONS(512), + [anon_sym_u21e1] = ACTIONS(512), [anon_sym_first] = ACTIONS(512), - [anon_sym_31] = ACTIONS(512), + [anon_sym_u22a2] = ACTIONS(512), [anon_sym_reverse] = ACTIONS(512), - [anon_sym_32] = ACTIONS(512), + [anon_sym_u21cc] = ACTIONS(512), [anon_sym_deshape] = ACTIONS(512), - [anon_sym_33] = ACTIONS(512), + [anon_sym_u266d] = ACTIONS(512), [anon_sym_bits] = ACTIONS(512), - [anon_sym_34] = ACTIONS(512), + [anon_sym_u22ef] = ACTIONS(512), [anon_sym_transpose] = ACTIONS(512), - [anon_sym_35] = ACTIONS(512), + [anon_sym_u2349] = ACTIONS(512), [anon_sym_rise] = ACTIONS(512), - [anon_sym_36] = ACTIONS(512), + [anon_sym_u234f] = ACTIONS(512), [anon_sym_fall] = ACTIONS(512), - [anon_sym_37] = ACTIONS(512), + [anon_sym_u2356] = ACTIONS(512), [anon_sym_where] = ACTIONS(512), - [anon_sym_38] = ACTIONS(512), + [anon_sym_u229a] = ACTIONS(512), [anon_sym_classify] = ACTIONS(512), - [anon_sym_39] = ACTIONS(512), + [anon_sym_u229b] = ACTIONS(512), [anon_sym_deduplicate] = ACTIONS(512), - [anon_sym_40] = ACTIONS(512), + [anon_sym_u25f4] = ACTIONS(512), [anon_sym_box] = ACTIONS(512), - [anon_sym_41] = ACTIONS(512), + [anon_sym_u25a1] = ACTIONS(512), [anon_sym_match] = ACTIONS(512), - [anon_sym_42] = ACTIONS(512), + [anon_sym_u224d] = ACTIONS(512), [anon_sym_couple] = ACTIONS(512), - [anon_sym_43] = ACTIONS(512), + [anon_sym_u229f] = ACTIONS(512), [anon_sym_join] = ACTIONS(512), - [anon_sym_44] = ACTIONS(512), + [anon_sym_u2282] = ACTIONS(512), [anon_sym_select] = ACTIONS(512), - [anon_sym_45] = ACTIONS(512), + [anon_sym_u228f] = ACTIONS(512), [anon_sym_pick] = ACTIONS(512), - [anon_sym_46] = ACTIONS(512), + [anon_sym_u22a1] = ACTIONS(512), [anon_sym_reshape] = ACTIONS(512), - [anon_sym_47] = ACTIONS(512), + [anon_sym_u21af] = ACTIONS(512), [anon_sym_take] = ACTIONS(512), - [anon_sym_48] = ACTIONS(512), + [anon_sym_u2199] = ACTIONS(512), [anon_sym_drop] = ACTIONS(512), - [anon_sym_49] = ACTIONS(512), + [anon_sym_u2198] = ACTIONS(512), [anon_sym_rotate] = ACTIONS(512), - [anon_sym_50] = ACTIONS(512), + [anon_sym_u21bb] = ACTIONS(512), [anon_sym_windows] = ACTIONS(512), - [anon_sym_51] = ACTIONS(512), + [anon_sym_u25eb] = ACTIONS(512), [anon_sym_keep] = ACTIONS(512), - [anon_sym_52] = ACTIONS(512), + [anon_sym_u25bd] = ACTIONS(512), [anon_sym_find] = ACTIONS(512), - [anon_sym_53] = ACTIONS(512), + [anon_sym_u2315] = ACTIONS(512), [anon_sym_member] = ACTIONS(512), - [anon_sym_54] = ACTIONS(512), + [anon_sym_u220a] = ACTIONS(512), [anon_sym_indexof] = ACTIONS(512), - [anon_sym_55] = ACTIONS(512), + [anon_sym_u2297] = ACTIONS(512), [anon_sym_assert] = ACTIONS(512), - [anon_sym_56] = ACTIONS(512), + [anon_sym_u2364] = ACTIONS(512), [anon_sym_wait] = ACTIONS(512), [anon_sym_parse] = ACTIONS(512), - [anon_sym_57] = ACTIONS(512), + [anon_sym_u22d5] = ACTIONS(512), [anon_sym_random] = ACTIONS(512), - [anon_sym_58] = ACTIONS(512), + [anon_sym_u2682] = ACTIONS(512), [anon_sym_gen] = ACTIONS(512), [anon_sym_deal] = ACTIONS(512), [anon_sym_tag] = ACTIONS(512), [anon_sym_now] = ACTIONS(512), - [anon_sym_type] = ACTIONS(512), - [anon_sym_59] = ACTIONS(512), + [anon_sym_type] = ACTIONS(510), + [anon_sym_u2e2e] = ACTIONS(512), [anon_sym_dump] = ACTIONS(512), [anon_sym_regex] = ACTIONS(512), [anon_sym_utf] = ACTIONS(512), @@ -29330,85 +30170,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(512), [anon_sym_tryrecv] = ACTIONS(512), [anon_sym_complex] = ACTIONS(512), - [anon_sym_60] = ACTIONS(512), + [anon_sym_u2102] = ACTIONS(512), [anon_sym_rerank] = ACTIONS(512), - [anon_sym_61] = ACTIONS(512), + [anon_sym_u2607] = ACTIONS(512), [anon_sym_fix] = ACTIONS(512), - [anon_sym_62] = ACTIONS(512), + [anon_sym_u00a4] = ACTIONS(512), [anon_sym_QMARK] = ACTIONS(512), [anon_sym_unique] = ACTIONS(512), - [anon_sym_63] = 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_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_64] = ACTIONS(512), + [anon_sym_u2235] = ACTIONS(512), [anon_sym_rows] = ACTIONS(512), - [anon_sym_65] = ACTIONS(512), + [anon_sym_u2261] = ACTIONS(512), [anon_sym_repeat] = ACTIONS(512), - [anon_sym_66] = ACTIONS(512), + [anon_sym_u2365] = ACTIONS(512), [anon_sym_dip] = ACTIONS(512), - [anon_sym_67] = ACTIONS(512), + [anon_sym_u2299] = ACTIONS(512), [anon_sym_gap] = ACTIONS(512), - [anon_sym_68] = ACTIONS(512), + [anon_sym_u22c5] = ACTIONS(512), [anon_sym_spawn] = ACTIONS(512), [anon_sym_rectify] = ACTIONS(512), - [anon_sym_69] = ACTIONS(512), - [anon_sym_this] = ACTIONS(512), - [anon_sym_70] = ACTIONS(512), - [anon_sym_recur] = ACTIONS(512), - [anon_sym_71] = ACTIONS(512), + [anon_sym_u2305] = ACTIONS(512), [anon_sym_un] = ACTIONS(510), - [anon_sym_72] = ACTIONS(512), - [anon_sym_content] = ACTIONS(512), - [anon_sym_73] = ACTIONS(512), + [anon_sym_u00b0] = ACTIONS(512), [anon_sym_bind] = 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_shapes] = ACTIONS(512), + [anon_sym_types] = ACTIONS(512), [anon_sym_fold] = ACTIONS(512), - [anon_sym_74] = ACTIONS(512), + [anon_sym_u2227] = ACTIONS(512), [anon_sym_table] = ACTIONS(512), - [anon_sym_75] = ACTIONS(512), + [anon_sym_u229e] = ACTIONS(512), [anon_sym_group] = ACTIONS(512), - [anon_sym_76] = ACTIONS(512), + [anon_sym_u2295] = ACTIONS(512), [anon_sym_partition] = ACTIONS(512), - [anon_sym_77] = ACTIONS(512), + [anon_sym_u229c] = ACTIONS(512), [anon_sym_both] = ACTIONS(512), - [anon_sym_78] = ACTIONS(512), + [anon_sym_u2229] = ACTIONS(512), [anon_sym_bracket] = ACTIONS(512), - [anon_sym_79] = ACTIONS(512), + [anon_sym_u2293] = ACTIONS(512), [anon_sym_fork] = ACTIONS(512), - [anon_sym_80] = ACTIONS(512), + [anon_sym_u2283] = ACTIONS(512), [anon_sym_under] = ACTIONS(512), - [anon_sym_81] = ACTIONS(512), + [anon_sym_u235c] = ACTIONS(512), [anon_sym_fill] = ACTIONS(512), - [anon_sym_82] = ACTIONS(512), + [anon_sym_u2b1a] = ACTIONS(512), [anon_sym_try] = ACTIONS(510), - [anon_sym_83] = ACTIONS(512), + [anon_sym_u2363] = ACTIONS(512), [anon_sym_do] = ACTIONS(510), - [anon_sym_84] = ACTIONS(512), - [anon_sym_all] = ACTIONS(512), - [anon_sym_85] = ACTIONS(512), + [anon_sym_u2362] = ACTIONS(512), [anon_sym_setinv] = ACTIONS(512), [anon_sym_setunder] = ACTIONS(512), - [anon_sym_86] = ACTIONS(512), - [anon_sym_87] = ACTIONS(512), - [anon_sym_88] = ACTIONS(512), - [anon_sym_89] = ACTIONS(512), - [anon_sym_90] = ACTIONS(512), - [anon_sym_91] = ACTIONS(512), - [anon_sym_92] = ACTIONS(512), - [anon_sym_93] = ACTIONS(512), + [anon_sym_f] = ACTIONS(510), + [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_94] = ACTIONS(512), - [anon_sym_95] = ACTIONS(512), + [anon_sym_u2290] = ACTIONS(512), + [anon_sym_u229d] = ACTIONS(512), [anon_sym_cross] = ACTIONS(512), - [anon_sym_96] = ACTIONS(512), + [anon_sym_u22a0] = ACTIONS(512), [anon_sym_SEMI] = ACTIONS(512), + [anon_sym_u21ac] = ACTIONS(512), + [anon_sym_u21ab] = ACTIONS(512), + [anon_sym_all] = ACTIONS(512), + [anon_sym_u22d4] = ACTIONS(512), [sym__endOfLine] = ACTIONS(512), }, [87] = { @@ -29421,7 +30269,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(514), [anon_sym_Sep] = ACTIONS(514), [anon_sym_NUmProcs] = ACTIONS(514), - [anon_sym_] = ACTIONS(516), + [anon_sym_u237c] = ACTIONS(516), [aux_sym_character_token1] = ACTIONS(516), [sym_string] = ACTIONS(516), [sym_multiLineString] = ACTIONS(516), @@ -29440,138 +30288,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(514), [anon_sym_eta] = ACTIONS(516), - [anon_sym_2] = ACTIONS(514), + [anon_sym_u03b7] = ACTIONS(514), [anon_sym_pi] = ACTIONS(514), - [anon_sym_3] = ACTIONS(514), + [anon_sym_u03c0] = ACTIONS(514), [anon_sym_tau] = ACTIONS(516), - [anon_sym_4] = ACTIONS(514), + [anon_sym_u03c4] = ACTIONS(514), [anon_sym_infinity] = ACTIONS(516), - [anon_sym_5] = ACTIONS(516), - [anon_sym_e] = ACTIONS(514), - [anon_sym_NaN] = ACTIONS(514), - [anon_sym_NumProcs] = ACTIONS(514), + [anon_sym_u221e] = ACTIONS(516), [anon_sym_DOT] = ACTIONS(516), [anon_sym_COMMA] = ACTIONS(516), [anon_sym_COLON] = ACTIONS(516), - [anon_sym_6] = ACTIONS(516), + [anon_sym_u25cc] = ACTIONS(516), [anon_sym_identity] = ACTIONS(516), [anon_sym_id] = ACTIONS(514), - [anon_sym_7] = ACTIONS(516), + [anon_sym_u2218] = ACTIONS(516), [anon_sym_not] = ACTIONS(516), - [anon_sym_8] = ACTIONS(516), - [anon_sym_sign] = ACTIONS(516), - [anon_sym_9] = ACTIONS(516), + [anon_sym_u00ac] = ACTIONS(516), + [anon_sym_sign] = ACTIONS(514), + [anon_sym_u00b1] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), - [anon_sym_10] = ACTIONS(514), + [anon_sym_u00af] = ACTIONS(514), [anon_sym_absolutevalue] = ACTIONS(516), - [anon_sym_11] = ACTIONS(516), + [anon_sym_u2335] = ACTIONS(516), [anon_sym_sqrt] = ACTIONS(516), - [anon_sym_12] = ACTIONS(516), + [anon_sym_u221a] = ACTIONS(516), [anon_sym_sine] = ACTIONS(516), - [anon_sym_13] = ACTIONS(516), + [anon_sym_u25cb] = ACTIONS(516), [anon_sym_floor] = ACTIONS(516), - [anon_sym_14] = ACTIONS(516), + [anon_sym_u230a] = ACTIONS(516), [anon_sym_ceiling] = ACTIONS(516), - [anon_sym_15] = ACTIONS(516), + [anon_sym_u2308] = ACTIONS(516), [anon_sym_round] = ACTIONS(516), - [anon_sym_16] = ACTIONS(516), + [anon_sym_u2045] = ACTIONS(516), [anon_sym_EQ] = ACTIONS(516), [anon_sym_BANG_EQ] = ACTIONS(516), - [anon_sym_17] = ACTIONS(516), + [anon_sym_u2260] = ACTIONS(516), [anon_sym_LT] = ACTIONS(514), [anon_sym_LT_EQ] = ACTIONS(516), - [anon_sym_18] = ACTIONS(516), + [anon_sym_u2264] = ACTIONS(516), [anon_sym_GT] = ACTIONS(514), [anon_sym_GT_EQ] = ACTIONS(516), - [anon_sym_19] = ACTIONS(516), + [anon_sym_u2265] = ACTIONS(516), [anon_sym_PLUS] = ACTIONS(516), [anon_sym_DASH] = ACTIONS(516), [anon_sym_STAR] = ACTIONS(516), - [anon_sym_20] = ACTIONS(516), + [anon_sym_u00d7] = ACTIONS(516), [anon_sym_PERCENT] = ACTIONS(516), - [anon_sym_21] = ACTIONS(516), + [anon_sym_u00f7] = ACTIONS(516), [anon_sym_modulus] = ACTIONS(516), - [anon_sym_22] = ACTIONS(516), + [anon_sym_u25ff] = ACTIONS(516), [anon_sym_power] = ACTIONS(516), - [anon_sym_23] = ACTIONS(516), + [anon_sym_u207f] = ACTIONS(516), [anon_sym_logarithm] = ACTIONS(516), - [anon_sym_24] = ACTIONS(516), + [anon_sym_u2099] = ACTIONS(516), [anon_sym_minimum] = ACTIONS(516), - [anon_sym_25] = ACTIONS(516), + [anon_sym_u21a7] = ACTIONS(516), [anon_sym_maximum] = ACTIONS(516), - [anon_sym_26] = ACTIONS(516), + [anon_sym_u21a5] = ACTIONS(516), [anon_sym_atangent] = ACTIONS(516), - [anon_sym_27] = ACTIONS(516), + [anon_sym_u2220] = ACTIONS(516), [anon_sym_length] = ACTIONS(516), - [anon_sym_28] = ACTIONS(516), - [anon_sym_shape] = ACTIONS(516), - [anon_sym_29] = ACTIONS(516), + [anon_sym_u29fb] = ACTIONS(516), + [anon_sym_shape] = ACTIONS(514), + [anon_sym_u25b3] = ACTIONS(516), [anon_sym_range] = ACTIONS(516), - [anon_sym_30] = ACTIONS(516), + [anon_sym_u21e1] = ACTIONS(516), [anon_sym_first] = ACTIONS(516), - [anon_sym_31] = ACTIONS(516), + [anon_sym_u22a2] = ACTIONS(516), [anon_sym_reverse] = ACTIONS(516), - [anon_sym_32] = ACTIONS(516), + [anon_sym_u21cc] = ACTIONS(516), [anon_sym_deshape] = ACTIONS(516), - [anon_sym_33] = ACTIONS(516), + [anon_sym_u266d] = ACTIONS(516), [anon_sym_bits] = ACTIONS(516), - [anon_sym_34] = ACTIONS(516), + [anon_sym_u22ef] = ACTIONS(516), [anon_sym_transpose] = ACTIONS(516), - [anon_sym_35] = ACTIONS(516), + [anon_sym_u2349] = ACTIONS(516), [anon_sym_rise] = ACTIONS(516), - [anon_sym_36] = ACTIONS(516), + [anon_sym_u234f] = ACTIONS(516), [anon_sym_fall] = ACTIONS(516), - [anon_sym_37] = ACTIONS(516), + [anon_sym_u2356] = ACTIONS(516), [anon_sym_where] = ACTIONS(516), - [anon_sym_38] = ACTIONS(516), + [anon_sym_u229a] = ACTIONS(516), [anon_sym_classify] = ACTIONS(516), - [anon_sym_39] = ACTIONS(516), + [anon_sym_u229b] = ACTIONS(516), [anon_sym_deduplicate] = ACTIONS(516), - [anon_sym_40] = ACTIONS(516), + [anon_sym_u25f4] = ACTIONS(516), [anon_sym_box] = ACTIONS(516), - [anon_sym_41] = ACTIONS(516), + [anon_sym_u25a1] = ACTIONS(516), [anon_sym_match] = ACTIONS(516), - [anon_sym_42] = ACTIONS(516), + [anon_sym_u224d] = ACTIONS(516), [anon_sym_couple] = ACTIONS(516), - [anon_sym_43] = ACTIONS(516), + [anon_sym_u229f] = ACTIONS(516), [anon_sym_join] = ACTIONS(516), - [anon_sym_44] = ACTIONS(516), + [anon_sym_u2282] = ACTIONS(516), [anon_sym_select] = ACTIONS(516), - [anon_sym_45] = ACTIONS(516), + [anon_sym_u228f] = ACTIONS(516), [anon_sym_pick] = ACTIONS(516), - [anon_sym_46] = ACTIONS(516), + [anon_sym_u22a1] = ACTIONS(516), [anon_sym_reshape] = ACTIONS(516), - [anon_sym_47] = ACTIONS(516), + [anon_sym_u21af] = ACTIONS(516), [anon_sym_take] = ACTIONS(516), - [anon_sym_48] = ACTIONS(516), + [anon_sym_u2199] = ACTIONS(516), [anon_sym_drop] = ACTIONS(516), - [anon_sym_49] = ACTIONS(516), + [anon_sym_u2198] = ACTIONS(516), [anon_sym_rotate] = ACTIONS(516), - [anon_sym_50] = ACTIONS(516), + [anon_sym_u21bb] = ACTIONS(516), [anon_sym_windows] = ACTIONS(516), - [anon_sym_51] = ACTIONS(516), + [anon_sym_u25eb] = ACTIONS(516), [anon_sym_keep] = ACTIONS(516), - [anon_sym_52] = ACTIONS(516), + [anon_sym_u25bd] = ACTIONS(516), [anon_sym_find] = ACTIONS(516), - [anon_sym_53] = ACTIONS(516), + [anon_sym_u2315] = ACTIONS(516), [anon_sym_member] = ACTIONS(516), - [anon_sym_54] = ACTIONS(516), + [anon_sym_u220a] = ACTIONS(516), [anon_sym_indexof] = ACTIONS(516), - [anon_sym_55] = ACTIONS(516), + [anon_sym_u2297] = ACTIONS(516), [anon_sym_assert] = ACTIONS(516), - [anon_sym_56] = ACTIONS(516), + [anon_sym_u2364] = ACTIONS(516), [anon_sym_wait] = ACTIONS(516), [anon_sym_parse] = ACTIONS(516), - [anon_sym_57] = ACTIONS(516), + [anon_sym_u22d5] = ACTIONS(516), [anon_sym_random] = ACTIONS(516), - [anon_sym_58] = ACTIONS(516), + [anon_sym_u2682] = ACTIONS(516), [anon_sym_gen] = ACTIONS(516), [anon_sym_deal] = ACTIONS(516), [anon_sym_tag] = ACTIONS(516), [anon_sym_now] = ACTIONS(516), - [anon_sym_type] = ACTIONS(516), - [anon_sym_59] = ACTIONS(516), + [anon_sym_type] = ACTIONS(514), + [anon_sym_u2e2e] = ACTIONS(516), [anon_sym_dump] = ACTIONS(516), [anon_sym_regex] = ACTIONS(516), [anon_sym_utf] = ACTIONS(516), @@ -29579,85 +30427,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(516), [anon_sym_tryrecv] = ACTIONS(516), [anon_sym_complex] = ACTIONS(516), - [anon_sym_60] = ACTIONS(516), + [anon_sym_u2102] = ACTIONS(516), [anon_sym_rerank] = ACTIONS(516), - [anon_sym_61] = ACTIONS(516), + [anon_sym_u2607] = ACTIONS(516), [anon_sym_fix] = ACTIONS(516), - [anon_sym_62] = ACTIONS(516), + [anon_sym_u00a4] = ACTIONS(516), [anon_sym_QMARK] = ACTIONS(516), [anon_sym_unique] = ACTIONS(516), - [anon_sym_63] = 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_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_64] = ACTIONS(516), + [anon_sym_u2235] = ACTIONS(516), [anon_sym_rows] = ACTIONS(516), - [anon_sym_65] = ACTIONS(516), + [anon_sym_u2261] = ACTIONS(516), [anon_sym_repeat] = ACTIONS(516), - [anon_sym_66] = ACTIONS(516), + [anon_sym_u2365] = ACTIONS(516), [anon_sym_dip] = ACTIONS(516), - [anon_sym_67] = ACTIONS(516), + [anon_sym_u2299] = ACTIONS(516), [anon_sym_gap] = ACTIONS(516), - [anon_sym_68] = ACTIONS(516), + [anon_sym_u22c5] = ACTIONS(516), [anon_sym_spawn] = ACTIONS(516), [anon_sym_rectify] = ACTIONS(516), - [anon_sym_69] = ACTIONS(516), - [anon_sym_this] = ACTIONS(516), - [anon_sym_70] = ACTIONS(516), - [anon_sym_recur] = ACTIONS(516), - [anon_sym_71] = ACTIONS(516), + [anon_sym_u2305] = ACTIONS(516), [anon_sym_un] = ACTIONS(514), - [anon_sym_72] = ACTIONS(516), - [anon_sym_content] = ACTIONS(516), - [anon_sym_73] = ACTIONS(516), + [anon_sym_u00b0] = ACTIONS(516), [anon_sym_bind] = 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_shapes] = ACTIONS(516), + [anon_sym_types] = ACTIONS(516), [anon_sym_fold] = ACTIONS(516), - [anon_sym_74] = ACTIONS(516), + [anon_sym_u2227] = ACTIONS(516), [anon_sym_table] = ACTIONS(516), - [anon_sym_75] = ACTIONS(516), + [anon_sym_u229e] = ACTIONS(516), [anon_sym_group] = ACTIONS(516), - [anon_sym_76] = ACTIONS(516), + [anon_sym_u2295] = ACTIONS(516), [anon_sym_partition] = ACTIONS(516), - [anon_sym_77] = ACTIONS(516), + [anon_sym_u229c] = ACTIONS(516), [anon_sym_both] = ACTIONS(516), - [anon_sym_78] = ACTIONS(516), + [anon_sym_u2229] = ACTIONS(516), [anon_sym_bracket] = ACTIONS(516), - [anon_sym_79] = ACTIONS(516), + [anon_sym_u2293] = ACTIONS(516), [anon_sym_fork] = ACTIONS(516), - [anon_sym_80] = ACTIONS(516), + [anon_sym_u2283] = ACTIONS(516), [anon_sym_under] = ACTIONS(516), - [anon_sym_81] = ACTIONS(516), + [anon_sym_u235c] = ACTIONS(516), [anon_sym_fill] = ACTIONS(516), - [anon_sym_82] = ACTIONS(516), + [anon_sym_u2b1a] = ACTIONS(516), [anon_sym_try] = ACTIONS(514), - [anon_sym_83] = ACTIONS(516), + [anon_sym_u2363] = ACTIONS(516), [anon_sym_do] = ACTIONS(514), - [anon_sym_84] = ACTIONS(516), - [anon_sym_all] = ACTIONS(516), - [anon_sym_85] = ACTIONS(516), + [anon_sym_u2362] = ACTIONS(516), [anon_sym_setinv] = ACTIONS(516), [anon_sym_setunder] = ACTIONS(516), - [anon_sym_86] = ACTIONS(516), - [anon_sym_87] = ACTIONS(516), - [anon_sym_88] = ACTIONS(516), - [anon_sym_89] = ACTIONS(516), - [anon_sym_90] = ACTIONS(516), - [anon_sym_91] = ACTIONS(516), - [anon_sym_92] = ACTIONS(516), - [anon_sym_93] = ACTIONS(516), + [anon_sym_f] = ACTIONS(514), + [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_94] = ACTIONS(516), - [anon_sym_95] = ACTIONS(516), + [anon_sym_u2290] = ACTIONS(516), + [anon_sym_u229d] = ACTIONS(516), [anon_sym_cross] = ACTIONS(516), - [anon_sym_96] = ACTIONS(516), + [anon_sym_u22a0] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), + [anon_sym_u21ac] = ACTIONS(516), + [anon_sym_u21ab] = ACTIONS(516), + [anon_sym_all] = ACTIONS(516), + [anon_sym_u22d4] = ACTIONS(516), [sym__endOfLine] = ACTIONS(516), }, [88] = { @@ -29670,7 +30526,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(518), [anon_sym_Sep] = ACTIONS(518), [anon_sym_NUmProcs] = ACTIONS(518), - [anon_sym_] = ACTIONS(520), + [anon_sym_u237c] = ACTIONS(520), [aux_sym_character_token1] = ACTIONS(520), [sym_string] = ACTIONS(520), [sym_multiLineString] = ACTIONS(520), @@ -29689,138 +30545,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(518), [anon_sym_eta] = ACTIONS(520), - [anon_sym_2] = ACTIONS(518), + [anon_sym_u03b7] = ACTIONS(518), [anon_sym_pi] = ACTIONS(518), - [anon_sym_3] = ACTIONS(518), + [anon_sym_u03c0] = ACTIONS(518), [anon_sym_tau] = ACTIONS(520), - [anon_sym_4] = ACTIONS(518), + [anon_sym_u03c4] = ACTIONS(518), [anon_sym_infinity] = ACTIONS(520), - [anon_sym_5] = ACTIONS(520), - [anon_sym_e] = ACTIONS(518), - [anon_sym_NaN] = ACTIONS(518), - [anon_sym_NumProcs] = ACTIONS(518), + [anon_sym_u221e] = ACTIONS(520), [anon_sym_DOT] = ACTIONS(520), [anon_sym_COMMA] = ACTIONS(520), [anon_sym_COLON] = ACTIONS(520), - [anon_sym_6] = ACTIONS(520), + [anon_sym_u25cc] = ACTIONS(520), [anon_sym_identity] = ACTIONS(520), [anon_sym_id] = ACTIONS(518), - [anon_sym_7] = ACTIONS(520), + [anon_sym_u2218] = ACTIONS(520), [anon_sym_not] = ACTIONS(520), - [anon_sym_8] = ACTIONS(520), - [anon_sym_sign] = ACTIONS(520), - [anon_sym_9] = ACTIONS(520), + [anon_sym_u00ac] = ACTIONS(520), + [anon_sym_sign] = ACTIONS(518), + [anon_sym_u00b1] = ACTIONS(520), [anon_sym_BQUOTE] = ACTIONS(520), - [anon_sym_10] = ACTIONS(518), + [anon_sym_u00af] = ACTIONS(518), [anon_sym_absolutevalue] = ACTIONS(520), - [anon_sym_11] = ACTIONS(520), + [anon_sym_u2335] = ACTIONS(520), [anon_sym_sqrt] = ACTIONS(520), - [anon_sym_12] = ACTIONS(520), + [anon_sym_u221a] = ACTIONS(520), [anon_sym_sine] = ACTIONS(520), - [anon_sym_13] = ACTIONS(520), + [anon_sym_u25cb] = ACTIONS(520), [anon_sym_floor] = ACTIONS(520), - [anon_sym_14] = ACTIONS(520), + [anon_sym_u230a] = ACTIONS(520), [anon_sym_ceiling] = ACTIONS(520), - [anon_sym_15] = ACTIONS(520), + [anon_sym_u2308] = ACTIONS(520), [anon_sym_round] = ACTIONS(520), - [anon_sym_16] = ACTIONS(520), + [anon_sym_u2045] = ACTIONS(520), [anon_sym_EQ] = ACTIONS(520), [anon_sym_BANG_EQ] = ACTIONS(520), - [anon_sym_17] = ACTIONS(520), + [anon_sym_u2260] = ACTIONS(520), [anon_sym_LT] = ACTIONS(518), [anon_sym_LT_EQ] = ACTIONS(520), - [anon_sym_18] = ACTIONS(520), + [anon_sym_u2264] = ACTIONS(520), [anon_sym_GT] = ACTIONS(518), [anon_sym_GT_EQ] = ACTIONS(520), - [anon_sym_19] = ACTIONS(520), + [anon_sym_u2265] = ACTIONS(520), [anon_sym_PLUS] = ACTIONS(520), [anon_sym_DASH] = ACTIONS(520), [anon_sym_STAR] = ACTIONS(520), - [anon_sym_20] = ACTIONS(520), + [anon_sym_u00d7] = ACTIONS(520), [anon_sym_PERCENT] = ACTIONS(520), - [anon_sym_21] = ACTIONS(520), + [anon_sym_u00f7] = ACTIONS(520), [anon_sym_modulus] = ACTIONS(520), - [anon_sym_22] = ACTIONS(520), + [anon_sym_u25ff] = ACTIONS(520), [anon_sym_power] = ACTIONS(520), - [anon_sym_23] = ACTIONS(520), + [anon_sym_u207f] = ACTIONS(520), [anon_sym_logarithm] = ACTIONS(520), - [anon_sym_24] = ACTIONS(520), + [anon_sym_u2099] = ACTIONS(520), [anon_sym_minimum] = ACTIONS(520), - [anon_sym_25] = ACTIONS(520), + [anon_sym_u21a7] = ACTIONS(520), [anon_sym_maximum] = ACTIONS(520), - [anon_sym_26] = ACTIONS(520), + [anon_sym_u21a5] = ACTIONS(520), [anon_sym_atangent] = ACTIONS(520), - [anon_sym_27] = ACTIONS(520), + [anon_sym_u2220] = ACTIONS(520), [anon_sym_length] = ACTIONS(520), - [anon_sym_28] = ACTIONS(520), - [anon_sym_shape] = ACTIONS(520), - [anon_sym_29] = ACTIONS(520), + [anon_sym_u29fb] = ACTIONS(520), + [anon_sym_shape] = ACTIONS(518), + [anon_sym_u25b3] = ACTIONS(520), [anon_sym_range] = ACTIONS(520), - [anon_sym_30] = ACTIONS(520), + [anon_sym_u21e1] = ACTIONS(520), [anon_sym_first] = ACTIONS(520), - [anon_sym_31] = ACTIONS(520), + [anon_sym_u22a2] = ACTIONS(520), [anon_sym_reverse] = ACTIONS(520), - [anon_sym_32] = ACTIONS(520), + [anon_sym_u21cc] = ACTIONS(520), [anon_sym_deshape] = ACTIONS(520), - [anon_sym_33] = ACTIONS(520), + [anon_sym_u266d] = ACTIONS(520), [anon_sym_bits] = ACTIONS(520), - [anon_sym_34] = ACTIONS(520), + [anon_sym_u22ef] = ACTIONS(520), [anon_sym_transpose] = ACTIONS(520), - [anon_sym_35] = ACTIONS(520), + [anon_sym_u2349] = ACTIONS(520), [anon_sym_rise] = ACTIONS(520), - [anon_sym_36] = ACTIONS(520), + [anon_sym_u234f] = ACTIONS(520), [anon_sym_fall] = ACTIONS(520), - [anon_sym_37] = ACTIONS(520), + [anon_sym_u2356] = ACTIONS(520), [anon_sym_where] = ACTIONS(520), - [anon_sym_38] = ACTIONS(520), + [anon_sym_u229a] = ACTIONS(520), [anon_sym_classify] = ACTIONS(520), - [anon_sym_39] = ACTIONS(520), + [anon_sym_u229b] = ACTIONS(520), [anon_sym_deduplicate] = ACTIONS(520), - [anon_sym_40] = ACTIONS(520), + [anon_sym_u25f4] = ACTIONS(520), [anon_sym_box] = ACTIONS(520), - [anon_sym_41] = ACTIONS(520), + [anon_sym_u25a1] = ACTIONS(520), [anon_sym_match] = ACTIONS(520), - [anon_sym_42] = ACTIONS(520), + [anon_sym_u224d] = ACTIONS(520), [anon_sym_couple] = ACTIONS(520), - [anon_sym_43] = ACTIONS(520), + [anon_sym_u229f] = ACTIONS(520), [anon_sym_join] = ACTIONS(520), - [anon_sym_44] = ACTIONS(520), + [anon_sym_u2282] = ACTIONS(520), [anon_sym_select] = ACTIONS(520), - [anon_sym_45] = ACTIONS(520), + [anon_sym_u228f] = ACTIONS(520), [anon_sym_pick] = ACTIONS(520), - [anon_sym_46] = ACTIONS(520), + [anon_sym_u22a1] = ACTIONS(520), [anon_sym_reshape] = ACTIONS(520), - [anon_sym_47] = ACTIONS(520), + [anon_sym_u21af] = ACTIONS(520), [anon_sym_take] = ACTIONS(520), - [anon_sym_48] = ACTIONS(520), + [anon_sym_u2199] = ACTIONS(520), [anon_sym_drop] = ACTIONS(520), - [anon_sym_49] = ACTIONS(520), + [anon_sym_u2198] = ACTIONS(520), [anon_sym_rotate] = ACTIONS(520), - [anon_sym_50] = ACTIONS(520), + [anon_sym_u21bb] = ACTIONS(520), [anon_sym_windows] = ACTIONS(520), - [anon_sym_51] = ACTIONS(520), + [anon_sym_u25eb] = ACTIONS(520), [anon_sym_keep] = ACTIONS(520), - [anon_sym_52] = ACTIONS(520), + [anon_sym_u25bd] = ACTIONS(520), [anon_sym_find] = ACTIONS(520), - [anon_sym_53] = ACTIONS(520), + [anon_sym_u2315] = ACTIONS(520), [anon_sym_member] = ACTIONS(520), - [anon_sym_54] = ACTIONS(520), + [anon_sym_u220a] = ACTIONS(520), [anon_sym_indexof] = ACTIONS(520), - [anon_sym_55] = ACTIONS(520), + [anon_sym_u2297] = ACTIONS(520), [anon_sym_assert] = ACTIONS(520), - [anon_sym_56] = ACTIONS(520), + [anon_sym_u2364] = ACTIONS(520), [anon_sym_wait] = ACTIONS(520), [anon_sym_parse] = ACTIONS(520), - [anon_sym_57] = ACTIONS(520), + [anon_sym_u22d5] = ACTIONS(520), [anon_sym_random] = ACTIONS(520), - [anon_sym_58] = ACTIONS(520), + [anon_sym_u2682] = ACTIONS(520), [anon_sym_gen] = ACTIONS(520), [anon_sym_deal] = ACTIONS(520), [anon_sym_tag] = ACTIONS(520), [anon_sym_now] = ACTIONS(520), - [anon_sym_type] = ACTIONS(520), - [anon_sym_59] = ACTIONS(520), + [anon_sym_type] = ACTIONS(518), + [anon_sym_u2e2e] = ACTIONS(520), [anon_sym_dump] = ACTIONS(520), [anon_sym_regex] = ACTIONS(520), [anon_sym_utf] = ACTIONS(520), @@ -29828,85 +30684,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(520), [anon_sym_tryrecv] = ACTIONS(520), [anon_sym_complex] = ACTIONS(520), - [anon_sym_60] = ACTIONS(520), + [anon_sym_u2102] = ACTIONS(520), [anon_sym_rerank] = ACTIONS(520), - [anon_sym_61] = ACTIONS(520), + [anon_sym_u2607] = ACTIONS(520), [anon_sym_fix] = ACTIONS(520), - [anon_sym_62] = ACTIONS(520), + [anon_sym_u00a4] = ACTIONS(520), [anon_sym_QMARK] = ACTIONS(520), [anon_sym_unique] = ACTIONS(520), - [anon_sym_63] = 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_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_64] = ACTIONS(520), + [anon_sym_u2235] = ACTIONS(520), [anon_sym_rows] = ACTIONS(520), - [anon_sym_65] = ACTIONS(520), + [anon_sym_u2261] = ACTIONS(520), [anon_sym_repeat] = ACTIONS(520), - [anon_sym_66] = ACTIONS(520), + [anon_sym_u2365] = ACTIONS(520), [anon_sym_dip] = ACTIONS(520), - [anon_sym_67] = ACTIONS(520), + [anon_sym_u2299] = ACTIONS(520), [anon_sym_gap] = ACTIONS(520), - [anon_sym_68] = ACTIONS(520), + [anon_sym_u22c5] = ACTIONS(520), [anon_sym_spawn] = ACTIONS(520), [anon_sym_rectify] = ACTIONS(520), - [anon_sym_69] = ACTIONS(520), - [anon_sym_this] = ACTIONS(520), - [anon_sym_70] = ACTIONS(520), - [anon_sym_recur] = ACTIONS(520), - [anon_sym_71] = ACTIONS(520), + [anon_sym_u2305] = ACTIONS(520), [anon_sym_un] = ACTIONS(518), - [anon_sym_72] = ACTIONS(520), - [anon_sym_content] = ACTIONS(520), - [anon_sym_73] = ACTIONS(520), + [anon_sym_u00b0] = ACTIONS(520), [anon_sym_bind] = 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_shapes] = ACTIONS(520), + [anon_sym_types] = ACTIONS(520), [anon_sym_fold] = ACTIONS(520), - [anon_sym_74] = ACTIONS(520), + [anon_sym_u2227] = ACTIONS(520), [anon_sym_table] = ACTIONS(520), - [anon_sym_75] = ACTIONS(520), + [anon_sym_u229e] = ACTIONS(520), [anon_sym_group] = ACTIONS(520), - [anon_sym_76] = ACTIONS(520), + [anon_sym_u2295] = ACTIONS(520), [anon_sym_partition] = ACTIONS(520), - [anon_sym_77] = ACTIONS(520), + [anon_sym_u229c] = ACTIONS(520), [anon_sym_both] = ACTIONS(520), - [anon_sym_78] = ACTIONS(520), + [anon_sym_u2229] = ACTIONS(520), [anon_sym_bracket] = ACTIONS(520), - [anon_sym_79] = ACTIONS(520), + [anon_sym_u2293] = ACTIONS(520), [anon_sym_fork] = ACTIONS(520), - [anon_sym_80] = ACTIONS(520), + [anon_sym_u2283] = ACTIONS(520), [anon_sym_under] = ACTIONS(520), - [anon_sym_81] = ACTIONS(520), + [anon_sym_u235c] = ACTIONS(520), [anon_sym_fill] = ACTIONS(520), - [anon_sym_82] = ACTIONS(520), + [anon_sym_u2b1a] = ACTIONS(520), [anon_sym_try] = ACTIONS(518), - [anon_sym_83] = ACTIONS(520), + [anon_sym_u2363] = ACTIONS(520), [anon_sym_do] = ACTIONS(518), - [anon_sym_84] = ACTIONS(520), - [anon_sym_all] = ACTIONS(520), - [anon_sym_85] = ACTIONS(520), + [anon_sym_u2362] = ACTIONS(520), [anon_sym_setinv] = ACTIONS(520), [anon_sym_setunder] = ACTIONS(520), - [anon_sym_86] = ACTIONS(520), - [anon_sym_87] = ACTIONS(520), - [anon_sym_88] = ACTIONS(520), - [anon_sym_89] = ACTIONS(520), - [anon_sym_90] = ACTIONS(520), - [anon_sym_91] = ACTIONS(520), - [anon_sym_92] = ACTIONS(520), - [anon_sym_93] = ACTIONS(520), + [anon_sym_f] = ACTIONS(518), + [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_94] = ACTIONS(520), - [anon_sym_95] = ACTIONS(520), + [anon_sym_u2290] = ACTIONS(520), + [anon_sym_u229d] = ACTIONS(520), [anon_sym_cross] = ACTIONS(520), - [anon_sym_96] = ACTIONS(520), + [anon_sym_u22a0] = ACTIONS(520), [anon_sym_SEMI] = ACTIONS(520), + [anon_sym_u21ac] = ACTIONS(520), + [anon_sym_u21ab] = ACTIONS(520), + [anon_sym_all] = ACTIONS(520), + [anon_sym_u22d4] = ACTIONS(520), [sym__endOfLine] = ACTIONS(520), }, [89] = { @@ -29919,7 +30783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(522), [anon_sym_Sep] = ACTIONS(522), [anon_sym_NUmProcs] = ACTIONS(522), - [anon_sym_] = ACTIONS(524), + [anon_sym_u237c] = ACTIONS(524), [aux_sym_character_token1] = ACTIONS(524), [sym_string] = ACTIONS(524), [sym_multiLineString] = ACTIONS(524), @@ -29938,138 +30802,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(522), [anon_sym_eta] = ACTIONS(524), - [anon_sym_2] = ACTIONS(522), + [anon_sym_u03b7] = ACTIONS(522), [anon_sym_pi] = ACTIONS(522), - [anon_sym_3] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), [anon_sym_tau] = ACTIONS(524), - [anon_sym_4] = ACTIONS(522), + [anon_sym_u03c4] = ACTIONS(522), [anon_sym_infinity] = ACTIONS(524), - [anon_sym_5] = ACTIONS(524), - [anon_sym_e] = ACTIONS(522), - [anon_sym_NaN] = ACTIONS(522), - [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_u221e] = ACTIONS(524), [anon_sym_DOT] = ACTIONS(524), [anon_sym_COMMA] = ACTIONS(524), [anon_sym_COLON] = ACTIONS(524), - [anon_sym_6] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), [anon_sym_identity] = ACTIONS(524), [anon_sym_id] = ACTIONS(522), - [anon_sym_7] = ACTIONS(524), + [anon_sym_u2218] = ACTIONS(524), [anon_sym_not] = ACTIONS(524), - [anon_sym_8] = ACTIONS(524), - [anon_sym_sign] = ACTIONS(524), - [anon_sym_9] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), [anon_sym_BQUOTE] = ACTIONS(524), - [anon_sym_10] = ACTIONS(522), + [anon_sym_u00af] = ACTIONS(522), [anon_sym_absolutevalue] = ACTIONS(524), - [anon_sym_11] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), [anon_sym_sqrt] = ACTIONS(524), - [anon_sym_12] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), [anon_sym_sine] = ACTIONS(524), - [anon_sym_13] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), [anon_sym_floor] = ACTIONS(524), - [anon_sym_14] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), [anon_sym_ceiling] = ACTIONS(524), - [anon_sym_15] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), [anon_sym_round] = ACTIONS(524), - [anon_sym_16] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), [anon_sym_EQ] = ACTIONS(524), [anon_sym_BANG_EQ] = ACTIONS(524), - [anon_sym_17] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), [anon_sym_LT] = ACTIONS(522), [anon_sym_LT_EQ] = ACTIONS(524), - [anon_sym_18] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), [anon_sym_GT] = ACTIONS(522), [anon_sym_GT_EQ] = ACTIONS(524), - [anon_sym_19] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), [anon_sym_PLUS] = ACTIONS(524), [anon_sym_DASH] = ACTIONS(524), [anon_sym_STAR] = ACTIONS(524), - [anon_sym_20] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), [anon_sym_PERCENT] = ACTIONS(524), - [anon_sym_21] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), [anon_sym_modulus] = ACTIONS(524), - [anon_sym_22] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), [anon_sym_power] = ACTIONS(524), - [anon_sym_23] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), [anon_sym_logarithm] = ACTIONS(524), - [anon_sym_24] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), [anon_sym_minimum] = ACTIONS(524), - [anon_sym_25] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), [anon_sym_maximum] = ACTIONS(524), - [anon_sym_26] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), [anon_sym_atangent] = ACTIONS(524), - [anon_sym_27] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), [anon_sym_length] = ACTIONS(524), - [anon_sym_28] = ACTIONS(524), - [anon_sym_shape] = ACTIONS(524), - [anon_sym_29] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(522), + [anon_sym_u25b3] = ACTIONS(524), [anon_sym_range] = ACTIONS(524), - [anon_sym_30] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), [anon_sym_first] = ACTIONS(524), - [anon_sym_31] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), [anon_sym_reverse] = ACTIONS(524), - [anon_sym_32] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), [anon_sym_deshape] = ACTIONS(524), - [anon_sym_33] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), [anon_sym_bits] = ACTIONS(524), - [anon_sym_34] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), [anon_sym_transpose] = ACTIONS(524), - [anon_sym_35] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), [anon_sym_rise] = ACTIONS(524), - [anon_sym_36] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), [anon_sym_fall] = ACTIONS(524), - [anon_sym_37] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), [anon_sym_where] = ACTIONS(524), - [anon_sym_38] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), [anon_sym_classify] = ACTIONS(524), - [anon_sym_39] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), [anon_sym_deduplicate] = ACTIONS(524), - [anon_sym_40] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), [anon_sym_box] = ACTIONS(524), - [anon_sym_41] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), [anon_sym_match] = ACTIONS(524), - [anon_sym_42] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), [anon_sym_couple] = ACTIONS(524), - [anon_sym_43] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), [anon_sym_join] = ACTIONS(524), - [anon_sym_44] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), [anon_sym_select] = ACTIONS(524), - [anon_sym_45] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), [anon_sym_pick] = ACTIONS(524), - [anon_sym_46] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), [anon_sym_reshape] = ACTIONS(524), - [anon_sym_47] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), [anon_sym_take] = ACTIONS(524), - [anon_sym_48] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), [anon_sym_drop] = ACTIONS(524), - [anon_sym_49] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), [anon_sym_rotate] = ACTIONS(524), - [anon_sym_50] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), [anon_sym_windows] = ACTIONS(524), - [anon_sym_51] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), [anon_sym_keep] = ACTIONS(524), - [anon_sym_52] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), [anon_sym_find] = ACTIONS(524), - [anon_sym_53] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), [anon_sym_member] = ACTIONS(524), - [anon_sym_54] = ACTIONS(524), + [anon_sym_u220a] = ACTIONS(524), [anon_sym_indexof] = ACTIONS(524), - [anon_sym_55] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), [anon_sym_assert] = ACTIONS(524), - [anon_sym_56] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), [anon_sym_wait] = ACTIONS(524), [anon_sym_parse] = ACTIONS(524), - [anon_sym_57] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), [anon_sym_random] = ACTIONS(524), - [anon_sym_58] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), [anon_sym_gen] = ACTIONS(524), [anon_sym_deal] = ACTIONS(524), [anon_sym_tag] = ACTIONS(524), [anon_sym_now] = ACTIONS(524), - [anon_sym_type] = ACTIONS(524), - [anon_sym_59] = ACTIONS(524), + [anon_sym_type] = ACTIONS(522), + [anon_sym_u2e2e] = ACTIONS(524), [anon_sym_dump] = ACTIONS(524), [anon_sym_regex] = ACTIONS(524), [anon_sym_utf] = ACTIONS(524), @@ -30077,85 +30941,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(524), [anon_sym_tryrecv] = ACTIONS(524), [anon_sym_complex] = ACTIONS(524), - [anon_sym_60] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), [anon_sym_rerank] = ACTIONS(524), - [anon_sym_61] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), [anon_sym_fix] = ACTIONS(524), - [anon_sym_62] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), [anon_sym_QMARK] = ACTIONS(524), [anon_sym_unique] = ACTIONS(524), - [anon_sym_63] = 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_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_64] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), [anon_sym_rows] = ACTIONS(524), - [anon_sym_65] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), [anon_sym_repeat] = ACTIONS(524), - [anon_sym_66] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), [anon_sym_dip] = ACTIONS(524), - [anon_sym_67] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), [anon_sym_gap] = ACTIONS(524), - [anon_sym_68] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), [anon_sym_spawn] = ACTIONS(524), [anon_sym_rectify] = ACTIONS(524), - [anon_sym_69] = ACTIONS(524), - [anon_sym_this] = ACTIONS(524), - [anon_sym_70] = ACTIONS(524), - [anon_sym_recur] = ACTIONS(524), - [anon_sym_71] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), [anon_sym_un] = ACTIONS(522), - [anon_sym_72] = ACTIONS(524), - [anon_sym_content] = ACTIONS(524), - [anon_sym_73] = ACTIONS(524), + [anon_sym_u00b0] = ACTIONS(524), [anon_sym_bind] = 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_shapes] = ACTIONS(524), + [anon_sym_types] = ACTIONS(524), [anon_sym_fold] = ACTIONS(524), - [anon_sym_74] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), [anon_sym_table] = ACTIONS(524), - [anon_sym_75] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), [anon_sym_group] = ACTIONS(524), - [anon_sym_76] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), [anon_sym_partition] = ACTIONS(524), - [anon_sym_77] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), [anon_sym_both] = ACTIONS(524), - [anon_sym_78] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), [anon_sym_bracket] = ACTIONS(524), - [anon_sym_79] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), [anon_sym_fork] = ACTIONS(524), - [anon_sym_80] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), [anon_sym_under] = ACTIONS(524), - [anon_sym_81] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), [anon_sym_fill] = ACTIONS(524), - [anon_sym_82] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), [anon_sym_try] = ACTIONS(522), - [anon_sym_83] = ACTIONS(524), + [anon_sym_u2363] = ACTIONS(524), [anon_sym_do] = ACTIONS(522), - [anon_sym_84] = ACTIONS(524), - [anon_sym_all] = ACTIONS(524), - [anon_sym_85] = ACTIONS(524), + [anon_sym_u2362] = ACTIONS(524), [anon_sym_setinv] = ACTIONS(524), [anon_sym_setunder] = ACTIONS(524), - [anon_sym_86] = ACTIONS(524), - [anon_sym_87] = ACTIONS(524), - [anon_sym_88] = ACTIONS(524), - [anon_sym_89] = ACTIONS(524), - [anon_sym_90] = ACTIONS(524), - [anon_sym_91] = ACTIONS(524), - [anon_sym_92] = ACTIONS(524), - [anon_sym_93] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [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_94] = ACTIONS(524), - [anon_sym_95] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), [anon_sym_cross] = ACTIONS(524), - [anon_sym_96] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_u21ac] = ACTIONS(524), + [anon_sym_u21ab] = ACTIONS(524), + [anon_sym_all] = ACTIONS(524), + [anon_sym_u22d4] = ACTIONS(524), [sym__endOfLine] = ACTIONS(524), }, [90] = { @@ -30168,7 +31040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(526), [anon_sym_Sep] = ACTIONS(526), [anon_sym_NUmProcs] = ACTIONS(526), - [anon_sym_] = ACTIONS(528), + [anon_sym_u237c] = ACTIONS(528), [aux_sym_character_token1] = ACTIONS(528), [sym_string] = ACTIONS(528), [sym_multiLineString] = ACTIONS(528), @@ -30187,138 +31059,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(526), [anon_sym_eta] = ACTIONS(528), - [anon_sym_2] = ACTIONS(526), + [anon_sym_u03b7] = ACTIONS(526), [anon_sym_pi] = ACTIONS(526), - [anon_sym_3] = ACTIONS(526), + [anon_sym_u03c0] = ACTIONS(526), [anon_sym_tau] = ACTIONS(528), - [anon_sym_4] = ACTIONS(526), + [anon_sym_u03c4] = ACTIONS(526), [anon_sym_infinity] = ACTIONS(528), - [anon_sym_5] = ACTIONS(528), - [anon_sym_e] = ACTIONS(526), - [anon_sym_NaN] = ACTIONS(526), - [anon_sym_NumProcs] = ACTIONS(526), + [anon_sym_u221e] = ACTIONS(528), [anon_sym_DOT] = ACTIONS(528), [anon_sym_COMMA] = ACTIONS(528), [anon_sym_COLON] = ACTIONS(528), - [anon_sym_6] = ACTIONS(528), + [anon_sym_u25cc] = ACTIONS(528), [anon_sym_identity] = ACTIONS(528), [anon_sym_id] = ACTIONS(526), - [anon_sym_7] = ACTIONS(528), + [anon_sym_u2218] = ACTIONS(528), [anon_sym_not] = ACTIONS(528), - [anon_sym_8] = ACTIONS(528), - [anon_sym_sign] = ACTIONS(528), - [anon_sym_9] = ACTIONS(528), + [anon_sym_u00ac] = ACTIONS(528), + [anon_sym_sign] = ACTIONS(526), + [anon_sym_u00b1] = ACTIONS(528), [anon_sym_BQUOTE] = ACTIONS(528), - [anon_sym_10] = ACTIONS(526), + [anon_sym_u00af] = ACTIONS(526), [anon_sym_absolutevalue] = ACTIONS(528), - [anon_sym_11] = ACTIONS(528), + [anon_sym_u2335] = ACTIONS(528), [anon_sym_sqrt] = ACTIONS(528), - [anon_sym_12] = ACTIONS(528), + [anon_sym_u221a] = ACTIONS(528), [anon_sym_sine] = ACTIONS(528), - [anon_sym_13] = ACTIONS(528), + [anon_sym_u25cb] = ACTIONS(528), [anon_sym_floor] = ACTIONS(528), - [anon_sym_14] = ACTIONS(528), + [anon_sym_u230a] = ACTIONS(528), [anon_sym_ceiling] = ACTIONS(528), - [anon_sym_15] = ACTIONS(528), + [anon_sym_u2308] = ACTIONS(528), [anon_sym_round] = ACTIONS(528), - [anon_sym_16] = ACTIONS(528), + [anon_sym_u2045] = ACTIONS(528), [anon_sym_EQ] = ACTIONS(528), [anon_sym_BANG_EQ] = ACTIONS(528), - [anon_sym_17] = ACTIONS(528), + [anon_sym_u2260] = ACTIONS(528), [anon_sym_LT] = ACTIONS(526), [anon_sym_LT_EQ] = ACTIONS(528), - [anon_sym_18] = ACTIONS(528), + [anon_sym_u2264] = ACTIONS(528), [anon_sym_GT] = ACTIONS(526), [anon_sym_GT_EQ] = ACTIONS(528), - [anon_sym_19] = ACTIONS(528), + [anon_sym_u2265] = ACTIONS(528), [anon_sym_PLUS] = ACTIONS(528), [anon_sym_DASH] = ACTIONS(528), [anon_sym_STAR] = ACTIONS(528), - [anon_sym_20] = ACTIONS(528), + [anon_sym_u00d7] = ACTIONS(528), [anon_sym_PERCENT] = ACTIONS(528), - [anon_sym_21] = ACTIONS(528), + [anon_sym_u00f7] = ACTIONS(528), [anon_sym_modulus] = ACTIONS(528), - [anon_sym_22] = ACTIONS(528), + [anon_sym_u25ff] = ACTIONS(528), [anon_sym_power] = ACTIONS(528), - [anon_sym_23] = ACTIONS(528), + [anon_sym_u207f] = ACTIONS(528), [anon_sym_logarithm] = ACTIONS(528), - [anon_sym_24] = ACTIONS(528), + [anon_sym_u2099] = ACTIONS(528), [anon_sym_minimum] = ACTIONS(528), - [anon_sym_25] = ACTIONS(528), + [anon_sym_u21a7] = ACTIONS(528), [anon_sym_maximum] = ACTIONS(528), - [anon_sym_26] = ACTIONS(528), + [anon_sym_u21a5] = ACTIONS(528), [anon_sym_atangent] = ACTIONS(528), - [anon_sym_27] = ACTIONS(528), + [anon_sym_u2220] = ACTIONS(528), [anon_sym_length] = ACTIONS(528), - [anon_sym_28] = ACTIONS(528), - [anon_sym_shape] = ACTIONS(528), - [anon_sym_29] = ACTIONS(528), + [anon_sym_u29fb] = ACTIONS(528), + [anon_sym_shape] = ACTIONS(526), + [anon_sym_u25b3] = ACTIONS(528), [anon_sym_range] = ACTIONS(528), - [anon_sym_30] = ACTIONS(528), + [anon_sym_u21e1] = ACTIONS(528), [anon_sym_first] = ACTIONS(528), - [anon_sym_31] = ACTIONS(528), + [anon_sym_u22a2] = ACTIONS(528), [anon_sym_reverse] = ACTIONS(528), - [anon_sym_32] = ACTIONS(528), + [anon_sym_u21cc] = ACTIONS(528), [anon_sym_deshape] = ACTIONS(528), - [anon_sym_33] = ACTIONS(528), + [anon_sym_u266d] = ACTIONS(528), [anon_sym_bits] = ACTIONS(528), - [anon_sym_34] = ACTIONS(528), + [anon_sym_u22ef] = ACTIONS(528), [anon_sym_transpose] = ACTIONS(528), - [anon_sym_35] = ACTIONS(528), + [anon_sym_u2349] = ACTIONS(528), [anon_sym_rise] = ACTIONS(528), - [anon_sym_36] = ACTIONS(528), + [anon_sym_u234f] = ACTIONS(528), [anon_sym_fall] = ACTIONS(528), - [anon_sym_37] = ACTIONS(528), + [anon_sym_u2356] = ACTIONS(528), [anon_sym_where] = ACTIONS(528), - [anon_sym_38] = ACTIONS(528), + [anon_sym_u229a] = ACTIONS(528), [anon_sym_classify] = ACTIONS(528), - [anon_sym_39] = ACTIONS(528), + [anon_sym_u229b] = ACTIONS(528), [anon_sym_deduplicate] = ACTIONS(528), - [anon_sym_40] = ACTIONS(528), + [anon_sym_u25f4] = ACTIONS(528), [anon_sym_box] = ACTIONS(528), - [anon_sym_41] = ACTIONS(528), + [anon_sym_u25a1] = ACTIONS(528), [anon_sym_match] = ACTIONS(528), - [anon_sym_42] = ACTIONS(528), + [anon_sym_u224d] = ACTIONS(528), [anon_sym_couple] = ACTIONS(528), - [anon_sym_43] = ACTIONS(528), + [anon_sym_u229f] = ACTIONS(528), [anon_sym_join] = ACTIONS(528), - [anon_sym_44] = ACTIONS(528), + [anon_sym_u2282] = ACTIONS(528), [anon_sym_select] = ACTIONS(528), - [anon_sym_45] = ACTIONS(528), + [anon_sym_u228f] = ACTIONS(528), [anon_sym_pick] = ACTIONS(528), - [anon_sym_46] = ACTIONS(528), + [anon_sym_u22a1] = ACTIONS(528), [anon_sym_reshape] = ACTIONS(528), - [anon_sym_47] = ACTIONS(528), + [anon_sym_u21af] = ACTIONS(528), [anon_sym_take] = ACTIONS(528), - [anon_sym_48] = ACTIONS(528), + [anon_sym_u2199] = ACTIONS(528), [anon_sym_drop] = ACTIONS(528), - [anon_sym_49] = ACTIONS(528), + [anon_sym_u2198] = ACTIONS(528), [anon_sym_rotate] = ACTIONS(528), - [anon_sym_50] = ACTIONS(528), + [anon_sym_u21bb] = ACTIONS(528), [anon_sym_windows] = ACTIONS(528), - [anon_sym_51] = ACTIONS(528), + [anon_sym_u25eb] = ACTIONS(528), [anon_sym_keep] = ACTIONS(528), - [anon_sym_52] = ACTIONS(528), + [anon_sym_u25bd] = ACTIONS(528), [anon_sym_find] = ACTIONS(528), - [anon_sym_53] = ACTIONS(528), + [anon_sym_u2315] = ACTIONS(528), [anon_sym_member] = ACTIONS(528), - [anon_sym_54] = ACTIONS(528), + [anon_sym_u220a] = ACTIONS(528), [anon_sym_indexof] = ACTIONS(528), - [anon_sym_55] = ACTIONS(528), + [anon_sym_u2297] = ACTIONS(528), [anon_sym_assert] = ACTIONS(528), - [anon_sym_56] = ACTIONS(528), + [anon_sym_u2364] = ACTIONS(528), [anon_sym_wait] = ACTIONS(528), [anon_sym_parse] = ACTIONS(528), - [anon_sym_57] = ACTIONS(528), + [anon_sym_u22d5] = ACTIONS(528), [anon_sym_random] = ACTIONS(528), - [anon_sym_58] = ACTIONS(528), + [anon_sym_u2682] = ACTIONS(528), [anon_sym_gen] = ACTIONS(528), [anon_sym_deal] = ACTIONS(528), [anon_sym_tag] = ACTIONS(528), [anon_sym_now] = ACTIONS(528), - [anon_sym_type] = ACTIONS(528), - [anon_sym_59] = ACTIONS(528), + [anon_sym_type] = ACTIONS(526), + [anon_sym_u2e2e] = ACTIONS(528), [anon_sym_dump] = ACTIONS(528), [anon_sym_regex] = ACTIONS(528), [anon_sym_utf] = ACTIONS(528), @@ -30326,85 +31198,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(528), [anon_sym_tryrecv] = ACTIONS(528), [anon_sym_complex] = ACTIONS(528), - [anon_sym_60] = ACTIONS(528), + [anon_sym_u2102] = ACTIONS(528), [anon_sym_rerank] = ACTIONS(528), - [anon_sym_61] = ACTIONS(528), + [anon_sym_u2607] = ACTIONS(528), [anon_sym_fix] = ACTIONS(528), - [anon_sym_62] = ACTIONS(528), + [anon_sym_u00a4] = ACTIONS(528), [anon_sym_QMARK] = ACTIONS(528), [anon_sym_unique] = ACTIONS(528), - [anon_sym_63] = 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_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_64] = ACTIONS(528), + [anon_sym_u2235] = ACTIONS(528), [anon_sym_rows] = ACTIONS(528), - [anon_sym_65] = ACTIONS(528), + [anon_sym_u2261] = ACTIONS(528), [anon_sym_repeat] = ACTIONS(528), - [anon_sym_66] = ACTIONS(528), + [anon_sym_u2365] = ACTIONS(528), [anon_sym_dip] = ACTIONS(528), - [anon_sym_67] = ACTIONS(528), + [anon_sym_u2299] = ACTIONS(528), [anon_sym_gap] = ACTIONS(528), - [anon_sym_68] = ACTIONS(528), + [anon_sym_u22c5] = ACTIONS(528), [anon_sym_spawn] = ACTIONS(528), [anon_sym_rectify] = ACTIONS(528), - [anon_sym_69] = ACTIONS(528), - [anon_sym_this] = ACTIONS(528), - [anon_sym_70] = ACTIONS(528), - [anon_sym_recur] = ACTIONS(528), - [anon_sym_71] = ACTIONS(528), + [anon_sym_u2305] = ACTIONS(528), [anon_sym_un] = ACTIONS(526), - [anon_sym_72] = ACTIONS(528), - [anon_sym_content] = ACTIONS(528), - [anon_sym_73] = ACTIONS(528), + [anon_sym_u00b0] = ACTIONS(528), [anon_sym_bind] = 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_shapes] = ACTIONS(528), + [anon_sym_types] = ACTIONS(528), [anon_sym_fold] = ACTIONS(528), - [anon_sym_74] = ACTIONS(528), + [anon_sym_u2227] = ACTIONS(528), [anon_sym_table] = ACTIONS(528), - [anon_sym_75] = ACTIONS(528), + [anon_sym_u229e] = ACTIONS(528), [anon_sym_group] = ACTIONS(528), - [anon_sym_76] = ACTIONS(528), + [anon_sym_u2295] = ACTIONS(528), [anon_sym_partition] = ACTIONS(528), - [anon_sym_77] = ACTIONS(528), + [anon_sym_u229c] = ACTIONS(528), [anon_sym_both] = ACTIONS(528), - [anon_sym_78] = ACTIONS(528), + [anon_sym_u2229] = ACTIONS(528), [anon_sym_bracket] = ACTIONS(528), - [anon_sym_79] = ACTIONS(528), + [anon_sym_u2293] = ACTIONS(528), [anon_sym_fork] = ACTIONS(528), - [anon_sym_80] = ACTIONS(528), + [anon_sym_u2283] = ACTIONS(528), [anon_sym_under] = ACTIONS(528), - [anon_sym_81] = ACTIONS(528), + [anon_sym_u235c] = ACTIONS(528), [anon_sym_fill] = ACTIONS(528), - [anon_sym_82] = ACTIONS(528), + [anon_sym_u2b1a] = ACTIONS(528), [anon_sym_try] = ACTIONS(526), - [anon_sym_83] = ACTIONS(528), + [anon_sym_u2363] = ACTIONS(528), [anon_sym_do] = ACTIONS(526), - [anon_sym_84] = ACTIONS(528), - [anon_sym_all] = ACTIONS(528), - [anon_sym_85] = ACTIONS(528), + [anon_sym_u2362] = ACTIONS(528), [anon_sym_setinv] = ACTIONS(528), [anon_sym_setunder] = ACTIONS(528), - [anon_sym_86] = ACTIONS(528), - [anon_sym_87] = ACTIONS(528), - [anon_sym_88] = ACTIONS(528), - [anon_sym_89] = ACTIONS(528), - [anon_sym_90] = ACTIONS(528), - [anon_sym_91] = ACTIONS(528), - [anon_sym_92] = ACTIONS(528), - [anon_sym_93] = ACTIONS(528), + [anon_sym_f] = ACTIONS(526), + [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_94] = ACTIONS(528), - [anon_sym_95] = ACTIONS(528), + [anon_sym_u2290] = ACTIONS(528), + [anon_sym_u229d] = ACTIONS(528), [anon_sym_cross] = ACTIONS(528), - [anon_sym_96] = ACTIONS(528), + [anon_sym_u22a0] = ACTIONS(528), [anon_sym_SEMI] = ACTIONS(528), + [anon_sym_u21ac] = ACTIONS(528), + [anon_sym_u21ab] = ACTIONS(528), + [anon_sym_all] = ACTIONS(528), + [anon_sym_u22d4] = ACTIONS(528), [sym__endOfLine] = ACTIONS(528), }, [91] = { @@ -30417,7 +31297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(530), [anon_sym_Sep] = ACTIONS(530), [anon_sym_NUmProcs] = ACTIONS(530), - [anon_sym_] = ACTIONS(532), + [anon_sym_u237c] = ACTIONS(532), [aux_sym_character_token1] = ACTIONS(532), [sym_string] = ACTIONS(532), [sym_multiLineString] = ACTIONS(532), @@ -30436,138 +31316,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(530), [anon_sym_eta] = ACTIONS(532), - [anon_sym_2] = ACTIONS(530), + [anon_sym_u03b7] = ACTIONS(530), [anon_sym_pi] = ACTIONS(530), - [anon_sym_3] = ACTIONS(530), + [anon_sym_u03c0] = ACTIONS(530), [anon_sym_tau] = ACTIONS(532), - [anon_sym_4] = ACTIONS(530), + [anon_sym_u03c4] = ACTIONS(530), [anon_sym_infinity] = ACTIONS(532), - [anon_sym_5] = ACTIONS(532), - [anon_sym_e] = ACTIONS(530), - [anon_sym_NaN] = ACTIONS(530), - [anon_sym_NumProcs] = ACTIONS(530), + [anon_sym_u221e] = ACTIONS(532), [anon_sym_DOT] = ACTIONS(532), [anon_sym_COMMA] = ACTIONS(532), [anon_sym_COLON] = ACTIONS(532), - [anon_sym_6] = ACTIONS(532), + [anon_sym_u25cc] = ACTIONS(532), [anon_sym_identity] = ACTIONS(532), [anon_sym_id] = ACTIONS(530), - [anon_sym_7] = ACTIONS(532), + [anon_sym_u2218] = ACTIONS(532), [anon_sym_not] = ACTIONS(532), - [anon_sym_8] = ACTIONS(532), - [anon_sym_sign] = ACTIONS(532), - [anon_sym_9] = ACTIONS(532), + [anon_sym_u00ac] = ACTIONS(532), + [anon_sym_sign] = ACTIONS(530), + [anon_sym_u00b1] = ACTIONS(532), [anon_sym_BQUOTE] = ACTIONS(532), - [anon_sym_10] = ACTIONS(530), + [anon_sym_u00af] = ACTIONS(530), [anon_sym_absolutevalue] = ACTIONS(532), - [anon_sym_11] = ACTIONS(532), + [anon_sym_u2335] = ACTIONS(532), [anon_sym_sqrt] = ACTIONS(532), - [anon_sym_12] = ACTIONS(532), + [anon_sym_u221a] = ACTIONS(532), [anon_sym_sine] = ACTIONS(532), - [anon_sym_13] = ACTIONS(532), + [anon_sym_u25cb] = ACTIONS(532), [anon_sym_floor] = ACTIONS(532), - [anon_sym_14] = ACTIONS(532), + [anon_sym_u230a] = ACTIONS(532), [anon_sym_ceiling] = ACTIONS(532), - [anon_sym_15] = ACTIONS(532), + [anon_sym_u2308] = ACTIONS(532), [anon_sym_round] = ACTIONS(532), - [anon_sym_16] = ACTIONS(532), + [anon_sym_u2045] = ACTIONS(532), [anon_sym_EQ] = ACTIONS(532), [anon_sym_BANG_EQ] = ACTIONS(532), - [anon_sym_17] = ACTIONS(532), + [anon_sym_u2260] = ACTIONS(532), [anon_sym_LT] = ACTIONS(530), [anon_sym_LT_EQ] = ACTIONS(532), - [anon_sym_18] = ACTIONS(532), + [anon_sym_u2264] = ACTIONS(532), [anon_sym_GT] = ACTIONS(530), [anon_sym_GT_EQ] = ACTIONS(532), - [anon_sym_19] = ACTIONS(532), + [anon_sym_u2265] = ACTIONS(532), [anon_sym_PLUS] = ACTIONS(532), [anon_sym_DASH] = ACTIONS(532), [anon_sym_STAR] = ACTIONS(532), - [anon_sym_20] = ACTIONS(532), + [anon_sym_u00d7] = ACTIONS(532), [anon_sym_PERCENT] = ACTIONS(532), - [anon_sym_21] = ACTIONS(532), + [anon_sym_u00f7] = ACTIONS(532), [anon_sym_modulus] = ACTIONS(532), - [anon_sym_22] = ACTIONS(532), + [anon_sym_u25ff] = ACTIONS(532), [anon_sym_power] = ACTIONS(532), - [anon_sym_23] = ACTIONS(532), + [anon_sym_u207f] = ACTIONS(532), [anon_sym_logarithm] = ACTIONS(532), - [anon_sym_24] = ACTIONS(532), + [anon_sym_u2099] = ACTIONS(532), [anon_sym_minimum] = ACTIONS(532), - [anon_sym_25] = ACTIONS(532), + [anon_sym_u21a7] = ACTIONS(532), [anon_sym_maximum] = ACTIONS(532), - [anon_sym_26] = ACTIONS(532), + [anon_sym_u21a5] = ACTIONS(532), [anon_sym_atangent] = ACTIONS(532), - [anon_sym_27] = ACTIONS(532), + [anon_sym_u2220] = ACTIONS(532), [anon_sym_length] = ACTIONS(532), - [anon_sym_28] = ACTIONS(532), - [anon_sym_shape] = ACTIONS(532), - [anon_sym_29] = ACTIONS(532), + [anon_sym_u29fb] = ACTIONS(532), + [anon_sym_shape] = ACTIONS(530), + [anon_sym_u25b3] = ACTIONS(532), [anon_sym_range] = ACTIONS(532), - [anon_sym_30] = ACTIONS(532), + [anon_sym_u21e1] = ACTIONS(532), [anon_sym_first] = ACTIONS(532), - [anon_sym_31] = ACTIONS(532), + [anon_sym_u22a2] = ACTIONS(532), [anon_sym_reverse] = ACTIONS(532), - [anon_sym_32] = ACTIONS(532), + [anon_sym_u21cc] = ACTIONS(532), [anon_sym_deshape] = ACTIONS(532), - [anon_sym_33] = ACTIONS(532), + [anon_sym_u266d] = ACTIONS(532), [anon_sym_bits] = ACTIONS(532), - [anon_sym_34] = ACTIONS(532), + [anon_sym_u22ef] = ACTIONS(532), [anon_sym_transpose] = ACTIONS(532), - [anon_sym_35] = ACTIONS(532), + [anon_sym_u2349] = ACTIONS(532), [anon_sym_rise] = ACTIONS(532), - [anon_sym_36] = ACTIONS(532), + [anon_sym_u234f] = ACTIONS(532), [anon_sym_fall] = ACTIONS(532), - [anon_sym_37] = ACTIONS(532), + [anon_sym_u2356] = ACTIONS(532), [anon_sym_where] = ACTIONS(532), - [anon_sym_38] = ACTIONS(532), + [anon_sym_u229a] = ACTIONS(532), [anon_sym_classify] = ACTIONS(532), - [anon_sym_39] = ACTIONS(532), + [anon_sym_u229b] = ACTIONS(532), [anon_sym_deduplicate] = ACTIONS(532), - [anon_sym_40] = ACTIONS(532), + [anon_sym_u25f4] = ACTIONS(532), [anon_sym_box] = ACTIONS(532), - [anon_sym_41] = ACTIONS(532), + [anon_sym_u25a1] = ACTIONS(532), [anon_sym_match] = ACTIONS(532), - [anon_sym_42] = ACTIONS(532), + [anon_sym_u224d] = ACTIONS(532), [anon_sym_couple] = ACTIONS(532), - [anon_sym_43] = ACTIONS(532), + [anon_sym_u229f] = ACTIONS(532), [anon_sym_join] = ACTIONS(532), - [anon_sym_44] = ACTIONS(532), + [anon_sym_u2282] = ACTIONS(532), [anon_sym_select] = ACTIONS(532), - [anon_sym_45] = ACTIONS(532), + [anon_sym_u228f] = ACTIONS(532), [anon_sym_pick] = ACTIONS(532), - [anon_sym_46] = ACTIONS(532), + [anon_sym_u22a1] = ACTIONS(532), [anon_sym_reshape] = ACTIONS(532), - [anon_sym_47] = ACTIONS(532), + [anon_sym_u21af] = ACTIONS(532), [anon_sym_take] = ACTIONS(532), - [anon_sym_48] = ACTIONS(532), + [anon_sym_u2199] = ACTIONS(532), [anon_sym_drop] = ACTIONS(532), - [anon_sym_49] = ACTIONS(532), + [anon_sym_u2198] = ACTIONS(532), [anon_sym_rotate] = ACTIONS(532), - [anon_sym_50] = ACTIONS(532), + [anon_sym_u21bb] = ACTIONS(532), [anon_sym_windows] = ACTIONS(532), - [anon_sym_51] = ACTIONS(532), + [anon_sym_u25eb] = ACTIONS(532), [anon_sym_keep] = ACTIONS(532), - [anon_sym_52] = ACTIONS(532), + [anon_sym_u25bd] = ACTIONS(532), [anon_sym_find] = ACTIONS(532), - [anon_sym_53] = ACTIONS(532), + [anon_sym_u2315] = ACTIONS(532), [anon_sym_member] = ACTIONS(532), - [anon_sym_54] = ACTIONS(532), + [anon_sym_u220a] = ACTIONS(532), [anon_sym_indexof] = ACTIONS(532), - [anon_sym_55] = ACTIONS(532), + [anon_sym_u2297] = ACTIONS(532), [anon_sym_assert] = ACTIONS(532), - [anon_sym_56] = ACTIONS(532), + [anon_sym_u2364] = ACTIONS(532), [anon_sym_wait] = ACTIONS(532), [anon_sym_parse] = ACTIONS(532), - [anon_sym_57] = ACTIONS(532), + [anon_sym_u22d5] = ACTIONS(532), [anon_sym_random] = ACTIONS(532), - [anon_sym_58] = ACTIONS(532), + [anon_sym_u2682] = ACTIONS(532), [anon_sym_gen] = ACTIONS(532), [anon_sym_deal] = ACTIONS(532), [anon_sym_tag] = ACTIONS(532), [anon_sym_now] = ACTIONS(532), - [anon_sym_type] = ACTIONS(532), - [anon_sym_59] = ACTIONS(532), + [anon_sym_type] = ACTIONS(530), + [anon_sym_u2e2e] = ACTIONS(532), [anon_sym_dump] = ACTIONS(532), [anon_sym_regex] = ACTIONS(532), [anon_sym_utf] = ACTIONS(532), @@ -30575,85 +31455,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(532), [anon_sym_tryrecv] = ACTIONS(532), [anon_sym_complex] = ACTIONS(532), - [anon_sym_60] = ACTIONS(532), + [anon_sym_u2102] = ACTIONS(532), [anon_sym_rerank] = ACTIONS(532), - [anon_sym_61] = ACTIONS(532), + [anon_sym_u2607] = ACTIONS(532), [anon_sym_fix] = ACTIONS(532), - [anon_sym_62] = ACTIONS(532), + [anon_sym_u00a4] = ACTIONS(532), [anon_sym_QMARK] = ACTIONS(532), [anon_sym_unique] = ACTIONS(532), - [anon_sym_63] = 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_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_64] = ACTIONS(532), + [anon_sym_u2235] = ACTIONS(532), [anon_sym_rows] = ACTIONS(532), - [anon_sym_65] = ACTIONS(532), + [anon_sym_u2261] = ACTIONS(532), [anon_sym_repeat] = ACTIONS(532), - [anon_sym_66] = ACTIONS(532), + [anon_sym_u2365] = ACTIONS(532), [anon_sym_dip] = ACTIONS(532), - [anon_sym_67] = ACTIONS(532), + [anon_sym_u2299] = ACTIONS(532), [anon_sym_gap] = ACTIONS(532), - [anon_sym_68] = ACTIONS(532), + [anon_sym_u22c5] = ACTIONS(532), [anon_sym_spawn] = ACTIONS(532), [anon_sym_rectify] = ACTIONS(532), - [anon_sym_69] = ACTIONS(532), - [anon_sym_this] = ACTIONS(532), - [anon_sym_70] = ACTIONS(532), - [anon_sym_recur] = ACTIONS(532), - [anon_sym_71] = ACTIONS(532), + [anon_sym_u2305] = ACTIONS(532), [anon_sym_un] = ACTIONS(530), - [anon_sym_72] = ACTIONS(532), - [anon_sym_content] = ACTIONS(532), - [anon_sym_73] = ACTIONS(532), + [anon_sym_u00b0] = ACTIONS(532), [anon_sym_bind] = 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_shapes] = ACTIONS(532), + [anon_sym_types] = ACTIONS(532), [anon_sym_fold] = ACTIONS(532), - [anon_sym_74] = ACTIONS(532), + [anon_sym_u2227] = ACTIONS(532), [anon_sym_table] = ACTIONS(532), - [anon_sym_75] = ACTIONS(532), + [anon_sym_u229e] = ACTIONS(532), [anon_sym_group] = ACTIONS(532), - [anon_sym_76] = ACTIONS(532), + [anon_sym_u2295] = ACTIONS(532), [anon_sym_partition] = ACTIONS(532), - [anon_sym_77] = ACTIONS(532), + [anon_sym_u229c] = ACTIONS(532), [anon_sym_both] = ACTIONS(532), - [anon_sym_78] = ACTIONS(532), + [anon_sym_u2229] = ACTIONS(532), [anon_sym_bracket] = ACTIONS(532), - [anon_sym_79] = ACTIONS(532), + [anon_sym_u2293] = ACTIONS(532), [anon_sym_fork] = ACTIONS(532), - [anon_sym_80] = ACTIONS(532), + [anon_sym_u2283] = ACTIONS(532), [anon_sym_under] = ACTIONS(532), - [anon_sym_81] = ACTIONS(532), + [anon_sym_u235c] = ACTIONS(532), [anon_sym_fill] = ACTIONS(532), - [anon_sym_82] = ACTIONS(532), + [anon_sym_u2b1a] = ACTIONS(532), [anon_sym_try] = ACTIONS(530), - [anon_sym_83] = ACTIONS(532), + [anon_sym_u2363] = ACTIONS(532), [anon_sym_do] = ACTIONS(530), - [anon_sym_84] = ACTIONS(532), - [anon_sym_all] = ACTIONS(532), - [anon_sym_85] = ACTIONS(532), + [anon_sym_u2362] = ACTIONS(532), [anon_sym_setinv] = ACTIONS(532), [anon_sym_setunder] = ACTIONS(532), - [anon_sym_86] = ACTIONS(532), - [anon_sym_87] = ACTIONS(532), - [anon_sym_88] = ACTIONS(532), - [anon_sym_89] = ACTIONS(532), - [anon_sym_90] = ACTIONS(532), - [anon_sym_91] = ACTIONS(532), - [anon_sym_92] = ACTIONS(532), - [anon_sym_93] = ACTIONS(532), + [anon_sym_f] = ACTIONS(530), + [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_94] = ACTIONS(532), - [anon_sym_95] = ACTIONS(532), + [anon_sym_u2290] = ACTIONS(532), + [anon_sym_u229d] = ACTIONS(532), [anon_sym_cross] = ACTIONS(532), - [anon_sym_96] = ACTIONS(532), + [anon_sym_u22a0] = ACTIONS(532), [anon_sym_SEMI] = ACTIONS(532), + [anon_sym_u21ac] = ACTIONS(532), + [anon_sym_u21ab] = ACTIONS(532), + [anon_sym_all] = ACTIONS(532), + [anon_sym_u22d4] = ACTIONS(532), [sym__endOfLine] = ACTIONS(532), }, [92] = { @@ -30666,7 +31554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(534), [anon_sym_Sep] = ACTIONS(534), [anon_sym_NUmProcs] = ACTIONS(534), - [anon_sym_] = ACTIONS(536), + [anon_sym_u237c] = ACTIONS(536), [aux_sym_character_token1] = ACTIONS(536), [sym_string] = ACTIONS(536), [sym_multiLineString] = ACTIONS(536), @@ -30685,138 +31573,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(534), [anon_sym_eta] = ACTIONS(536), - [anon_sym_2] = ACTIONS(534), + [anon_sym_u03b7] = ACTIONS(534), [anon_sym_pi] = ACTIONS(534), - [anon_sym_3] = ACTIONS(534), + [anon_sym_u03c0] = ACTIONS(534), [anon_sym_tau] = ACTIONS(536), - [anon_sym_4] = ACTIONS(534), + [anon_sym_u03c4] = ACTIONS(534), [anon_sym_infinity] = ACTIONS(536), - [anon_sym_5] = ACTIONS(536), - [anon_sym_e] = ACTIONS(534), - [anon_sym_NaN] = ACTIONS(534), - [anon_sym_NumProcs] = ACTIONS(534), + [anon_sym_u221e] = ACTIONS(536), [anon_sym_DOT] = ACTIONS(536), [anon_sym_COMMA] = ACTIONS(536), [anon_sym_COLON] = ACTIONS(536), - [anon_sym_6] = ACTIONS(536), + [anon_sym_u25cc] = ACTIONS(536), [anon_sym_identity] = ACTIONS(536), [anon_sym_id] = ACTIONS(534), - [anon_sym_7] = ACTIONS(536), + [anon_sym_u2218] = ACTIONS(536), [anon_sym_not] = ACTIONS(536), - [anon_sym_8] = ACTIONS(536), - [anon_sym_sign] = ACTIONS(536), - [anon_sym_9] = ACTIONS(536), + [anon_sym_u00ac] = ACTIONS(536), + [anon_sym_sign] = ACTIONS(534), + [anon_sym_u00b1] = ACTIONS(536), [anon_sym_BQUOTE] = ACTIONS(536), - [anon_sym_10] = ACTIONS(534), + [anon_sym_u00af] = ACTIONS(534), [anon_sym_absolutevalue] = ACTIONS(536), - [anon_sym_11] = ACTIONS(536), + [anon_sym_u2335] = ACTIONS(536), [anon_sym_sqrt] = ACTIONS(536), - [anon_sym_12] = ACTIONS(536), + [anon_sym_u221a] = ACTIONS(536), [anon_sym_sine] = ACTIONS(536), - [anon_sym_13] = ACTIONS(536), + [anon_sym_u25cb] = ACTIONS(536), [anon_sym_floor] = ACTIONS(536), - [anon_sym_14] = ACTIONS(536), + [anon_sym_u230a] = ACTIONS(536), [anon_sym_ceiling] = ACTIONS(536), - [anon_sym_15] = ACTIONS(536), + [anon_sym_u2308] = ACTIONS(536), [anon_sym_round] = ACTIONS(536), - [anon_sym_16] = ACTIONS(536), + [anon_sym_u2045] = ACTIONS(536), [anon_sym_EQ] = ACTIONS(536), [anon_sym_BANG_EQ] = ACTIONS(536), - [anon_sym_17] = ACTIONS(536), + [anon_sym_u2260] = ACTIONS(536), [anon_sym_LT] = ACTIONS(534), [anon_sym_LT_EQ] = ACTIONS(536), - [anon_sym_18] = ACTIONS(536), + [anon_sym_u2264] = ACTIONS(536), [anon_sym_GT] = ACTIONS(534), [anon_sym_GT_EQ] = ACTIONS(536), - [anon_sym_19] = ACTIONS(536), + [anon_sym_u2265] = ACTIONS(536), [anon_sym_PLUS] = ACTIONS(536), [anon_sym_DASH] = ACTIONS(536), [anon_sym_STAR] = ACTIONS(536), - [anon_sym_20] = ACTIONS(536), + [anon_sym_u00d7] = ACTIONS(536), [anon_sym_PERCENT] = ACTIONS(536), - [anon_sym_21] = ACTIONS(536), + [anon_sym_u00f7] = ACTIONS(536), [anon_sym_modulus] = ACTIONS(536), - [anon_sym_22] = ACTIONS(536), + [anon_sym_u25ff] = ACTIONS(536), [anon_sym_power] = ACTIONS(536), - [anon_sym_23] = ACTIONS(536), + [anon_sym_u207f] = ACTIONS(536), [anon_sym_logarithm] = ACTIONS(536), - [anon_sym_24] = ACTIONS(536), + [anon_sym_u2099] = ACTIONS(536), [anon_sym_minimum] = ACTIONS(536), - [anon_sym_25] = ACTIONS(536), + [anon_sym_u21a7] = ACTIONS(536), [anon_sym_maximum] = ACTIONS(536), - [anon_sym_26] = ACTIONS(536), + [anon_sym_u21a5] = ACTIONS(536), [anon_sym_atangent] = ACTIONS(536), - [anon_sym_27] = ACTIONS(536), + [anon_sym_u2220] = ACTIONS(536), [anon_sym_length] = ACTIONS(536), - [anon_sym_28] = ACTIONS(536), - [anon_sym_shape] = ACTIONS(536), - [anon_sym_29] = ACTIONS(536), + [anon_sym_u29fb] = ACTIONS(536), + [anon_sym_shape] = ACTIONS(534), + [anon_sym_u25b3] = ACTIONS(536), [anon_sym_range] = ACTIONS(536), - [anon_sym_30] = ACTIONS(536), + [anon_sym_u21e1] = ACTIONS(536), [anon_sym_first] = ACTIONS(536), - [anon_sym_31] = ACTIONS(536), + [anon_sym_u22a2] = ACTIONS(536), [anon_sym_reverse] = ACTIONS(536), - [anon_sym_32] = ACTIONS(536), + [anon_sym_u21cc] = ACTIONS(536), [anon_sym_deshape] = ACTIONS(536), - [anon_sym_33] = ACTIONS(536), + [anon_sym_u266d] = ACTIONS(536), [anon_sym_bits] = ACTIONS(536), - [anon_sym_34] = ACTIONS(536), + [anon_sym_u22ef] = ACTIONS(536), [anon_sym_transpose] = ACTIONS(536), - [anon_sym_35] = ACTIONS(536), + [anon_sym_u2349] = ACTIONS(536), [anon_sym_rise] = ACTIONS(536), - [anon_sym_36] = ACTIONS(536), + [anon_sym_u234f] = ACTIONS(536), [anon_sym_fall] = ACTIONS(536), - [anon_sym_37] = ACTIONS(536), + [anon_sym_u2356] = ACTIONS(536), [anon_sym_where] = ACTIONS(536), - [anon_sym_38] = ACTIONS(536), + [anon_sym_u229a] = ACTIONS(536), [anon_sym_classify] = ACTIONS(536), - [anon_sym_39] = ACTIONS(536), + [anon_sym_u229b] = ACTIONS(536), [anon_sym_deduplicate] = ACTIONS(536), - [anon_sym_40] = ACTIONS(536), + [anon_sym_u25f4] = ACTIONS(536), [anon_sym_box] = ACTIONS(536), - [anon_sym_41] = ACTIONS(536), + [anon_sym_u25a1] = ACTIONS(536), [anon_sym_match] = ACTIONS(536), - [anon_sym_42] = ACTIONS(536), + [anon_sym_u224d] = ACTIONS(536), [anon_sym_couple] = ACTIONS(536), - [anon_sym_43] = ACTIONS(536), + [anon_sym_u229f] = ACTIONS(536), [anon_sym_join] = ACTIONS(536), - [anon_sym_44] = ACTIONS(536), + [anon_sym_u2282] = ACTIONS(536), [anon_sym_select] = ACTIONS(536), - [anon_sym_45] = ACTIONS(536), + [anon_sym_u228f] = ACTIONS(536), [anon_sym_pick] = ACTIONS(536), - [anon_sym_46] = ACTIONS(536), + [anon_sym_u22a1] = ACTIONS(536), [anon_sym_reshape] = ACTIONS(536), - [anon_sym_47] = ACTIONS(536), + [anon_sym_u21af] = ACTIONS(536), [anon_sym_take] = ACTIONS(536), - [anon_sym_48] = ACTIONS(536), + [anon_sym_u2199] = ACTIONS(536), [anon_sym_drop] = ACTIONS(536), - [anon_sym_49] = ACTIONS(536), + [anon_sym_u2198] = ACTIONS(536), [anon_sym_rotate] = ACTIONS(536), - [anon_sym_50] = ACTIONS(536), + [anon_sym_u21bb] = ACTIONS(536), [anon_sym_windows] = ACTIONS(536), - [anon_sym_51] = ACTIONS(536), + [anon_sym_u25eb] = ACTIONS(536), [anon_sym_keep] = ACTIONS(536), - [anon_sym_52] = ACTIONS(536), + [anon_sym_u25bd] = ACTIONS(536), [anon_sym_find] = ACTIONS(536), - [anon_sym_53] = ACTIONS(536), + [anon_sym_u2315] = ACTIONS(536), [anon_sym_member] = ACTIONS(536), - [anon_sym_54] = ACTIONS(536), + [anon_sym_u220a] = ACTIONS(536), [anon_sym_indexof] = ACTIONS(536), - [anon_sym_55] = ACTIONS(536), + [anon_sym_u2297] = ACTIONS(536), [anon_sym_assert] = ACTIONS(536), - [anon_sym_56] = ACTIONS(536), + [anon_sym_u2364] = ACTIONS(536), [anon_sym_wait] = ACTIONS(536), [anon_sym_parse] = ACTIONS(536), - [anon_sym_57] = ACTIONS(536), + [anon_sym_u22d5] = ACTIONS(536), [anon_sym_random] = ACTIONS(536), - [anon_sym_58] = ACTIONS(536), + [anon_sym_u2682] = ACTIONS(536), [anon_sym_gen] = ACTIONS(536), [anon_sym_deal] = ACTIONS(536), [anon_sym_tag] = ACTIONS(536), [anon_sym_now] = ACTIONS(536), - [anon_sym_type] = ACTIONS(536), - [anon_sym_59] = ACTIONS(536), + [anon_sym_type] = ACTIONS(534), + [anon_sym_u2e2e] = ACTIONS(536), [anon_sym_dump] = ACTIONS(536), [anon_sym_regex] = ACTIONS(536), [anon_sym_utf] = ACTIONS(536), @@ -30824,85 +31712,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(536), [anon_sym_tryrecv] = ACTIONS(536), [anon_sym_complex] = ACTIONS(536), - [anon_sym_60] = ACTIONS(536), + [anon_sym_u2102] = ACTIONS(536), [anon_sym_rerank] = ACTIONS(536), - [anon_sym_61] = ACTIONS(536), + [anon_sym_u2607] = ACTIONS(536), [anon_sym_fix] = ACTIONS(536), - [anon_sym_62] = ACTIONS(536), + [anon_sym_u00a4] = ACTIONS(536), [anon_sym_QMARK] = ACTIONS(536), [anon_sym_unique] = ACTIONS(536), - [anon_sym_63] = 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_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_64] = ACTIONS(536), + [anon_sym_u2235] = ACTIONS(536), [anon_sym_rows] = ACTIONS(536), - [anon_sym_65] = ACTIONS(536), + [anon_sym_u2261] = ACTIONS(536), [anon_sym_repeat] = ACTIONS(536), - [anon_sym_66] = ACTIONS(536), + [anon_sym_u2365] = ACTIONS(536), [anon_sym_dip] = ACTIONS(536), - [anon_sym_67] = ACTIONS(536), + [anon_sym_u2299] = ACTIONS(536), [anon_sym_gap] = ACTIONS(536), - [anon_sym_68] = ACTIONS(536), + [anon_sym_u22c5] = ACTIONS(536), [anon_sym_spawn] = ACTIONS(536), [anon_sym_rectify] = ACTIONS(536), - [anon_sym_69] = ACTIONS(536), - [anon_sym_this] = ACTIONS(536), - [anon_sym_70] = ACTIONS(536), - [anon_sym_recur] = ACTIONS(536), - [anon_sym_71] = ACTIONS(536), + [anon_sym_u2305] = ACTIONS(536), [anon_sym_un] = ACTIONS(534), - [anon_sym_72] = ACTIONS(536), - [anon_sym_content] = ACTIONS(536), - [anon_sym_73] = ACTIONS(536), + [anon_sym_u00b0] = ACTIONS(536), [anon_sym_bind] = 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_shapes] = ACTIONS(536), + [anon_sym_types] = ACTIONS(536), [anon_sym_fold] = ACTIONS(536), - [anon_sym_74] = ACTIONS(536), + [anon_sym_u2227] = ACTIONS(536), [anon_sym_table] = ACTIONS(536), - [anon_sym_75] = ACTIONS(536), + [anon_sym_u229e] = ACTIONS(536), [anon_sym_group] = ACTIONS(536), - [anon_sym_76] = ACTIONS(536), + [anon_sym_u2295] = ACTIONS(536), [anon_sym_partition] = ACTIONS(536), - [anon_sym_77] = ACTIONS(536), + [anon_sym_u229c] = ACTIONS(536), [anon_sym_both] = ACTIONS(536), - [anon_sym_78] = ACTIONS(536), + [anon_sym_u2229] = ACTIONS(536), [anon_sym_bracket] = ACTIONS(536), - [anon_sym_79] = ACTIONS(536), + [anon_sym_u2293] = ACTIONS(536), [anon_sym_fork] = ACTIONS(536), - [anon_sym_80] = ACTIONS(536), + [anon_sym_u2283] = ACTIONS(536), [anon_sym_under] = ACTIONS(536), - [anon_sym_81] = ACTIONS(536), + [anon_sym_u235c] = ACTIONS(536), [anon_sym_fill] = ACTIONS(536), - [anon_sym_82] = ACTIONS(536), + [anon_sym_u2b1a] = ACTIONS(536), [anon_sym_try] = ACTIONS(534), - [anon_sym_83] = ACTIONS(536), + [anon_sym_u2363] = ACTIONS(536), [anon_sym_do] = ACTIONS(534), - [anon_sym_84] = ACTIONS(536), - [anon_sym_all] = ACTIONS(536), - [anon_sym_85] = ACTIONS(536), + [anon_sym_u2362] = ACTIONS(536), [anon_sym_setinv] = ACTIONS(536), [anon_sym_setunder] = ACTIONS(536), - [anon_sym_86] = ACTIONS(536), - [anon_sym_87] = ACTIONS(536), - [anon_sym_88] = ACTIONS(536), - [anon_sym_89] = ACTIONS(536), - [anon_sym_90] = ACTIONS(536), - [anon_sym_91] = ACTIONS(536), - [anon_sym_92] = ACTIONS(536), - [anon_sym_93] = ACTIONS(536), + [anon_sym_f] = ACTIONS(534), + [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_94] = ACTIONS(536), - [anon_sym_95] = ACTIONS(536), + [anon_sym_u2290] = ACTIONS(536), + [anon_sym_u229d] = ACTIONS(536), [anon_sym_cross] = ACTIONS(536), - [anon_sym_96] = ACTIONS(536), + [anon_sym_u22a0] = ACTIONS(536), [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_u21ac] = ACTIONS(536), + [anon_sym_u21ab] = ACTIONS(536), + [anon_sym_all] = ACTIONS(536), + [anon_sym_u22d4] = ACTIONS(536), [sym__endOfLine] = ACTIONS(536), }, [93] = { @@ -30915,7 +31811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(538), [anon_sym_Sep] = ACTIONS(538), [anon_sym_NUmProcs] = ACTIONS(538), - [anon_sym_] = ACTIONS(540), + [anon_sym_u237c] = ACTIONS(540), [aux_sym_character_token1] = ACTIONS(540), [sym_string] = ACTIONS(540), [sym_multiLineString] = ACTIONS(540), @@ -30934,138 +31830,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(538), [anon_sym_eta] = ACTIONS(540), - [anon_sym_2] = ACTIONS(538), + [anon_sym_u03b7] = ACTIONS(538), [anon_sym_pi] = ACTIONS(538), - [anon_sym_3] = ACTIONS(538), + [anon_sym_u03c0] = ACTIONS(538), [anon_sym_tau] = ACTIONS(540), - [anon_sym_4] = ACTIONS(538), + [anon_sym_u03c4] = ACTIONS(538), [anon_sym_infinity] = ACTIONS(540), - [anon_sym_5] = ACTIONS(540), - [anon_sym_e] = ACTIONS(538), - [anon_sym_NaN] = ACTIONS(538), - [anon_sym_NumProcs] = ACTIONS(538), + [anon_sym_u221e] = ACTIONS(540), [anon_sym_DOT] = ACTIONS(540), [anon_sym_COMMA] = ACTIONS(540), [anon_sym_COLON] = ACTIONS(540), - [anon_sym_6] = ACTIONS(540), + [anon_sym_u25cc] = ACTIONS(540), [anon_sym_identity] = ACTIONS(540), [anon_sym_id] = ACTIONS(538), - [anon_sym_7] = ACTIONS(540), + [anon_sym_u2218] = ACTIONS(540), [anon_sym_not] = ACTIONS(540), - [anon_sym_8] = ACTIONS(540), - [anon_sym_sign] = ACTIONS(540), - [anon_sym_9] = ACTIONS(540), + [anon_sym_u00ac] = ACTIONS(540), + [anon_sym_sign] = ACTIONS(538), + [anon_sym_u00b1] = ACTIONS(540), [anon_sym_BQUOTE] = ACTIONS(540), - [anon_sym_10] = ACTIONS(538), + [anon_sym_u00af] = ACTIONS(538), [anon_sym_absolutevalue] = ACTIONS(540), - [anon_sym_11] = ACTIONS(540), + [anon_sym_u2335] = ACTIONS(540), [anon_sym_sqrt] = ACTIONS(540), - [anon_sym_12] = ACTIONS(540), + [anon_sym_u221a] = ACTIONS(540), [anon_sym_sine] = ACTIONS(540), - [anon_sym_13] = ACTIONS(540), + [anon_sym_u25cb] = ACTIONS(540), [anon_sym_floor] = ACTIONS(540), - [anon_sym_14] = ACTIONS(540), + [anon_sym_u230a] = ACTIONS(540), [anon_sym_ceiling] = ACTIONS(540), - [anon_sym_15] = ACTIONS(540), + [anon_sym_u2308] = ACTIONS(540), [anon_sym_round] = ACTIONS(540), - [anon_sym_16] = ACTIONS(540), + [anon_sym_u2045] = ACTIONS(540), [anon_sym_EQ] = ACTIONS(540), [anon_sym_BANG_EQ] = ACTIONS(540), - [anon_sym_17] = ACTIONS(540), + [anon_sym_u2260] = ACTIONS(540), [anon_sym_LT] = ACTIONS(538), [anon_sym_LT_EQ] = ACTIONS(540), - [anon_sym_18] = ACTIONS(540), + [anon_sym_u2264] = ACTIONS(540), [anon_sym_GT] = ACTIONS(538), [anon_sym_GT_EQ] = ACTIONS(540), - [anon_sym_19] = ACTIONS(540), + [anon_sym_u2265] = ACTIONS(540), [anon_sym_PLUS] = ACTIONS(540), [anon_sym_DASH] = ACTIONS(540), [anon_sym_STAR] = ACTIONS(540), - [anon_sym_20] = ACTIONS(540), + [anon_sym_u00d7] = ACTIONS(540), [anon_sym_PERCENT] = ACTIONS(540), - [anon_sym_21] = ACTIONS(540), + [anon_sym_u00f7] = ACTIONS(540), [anon_sym_modulus] = ACTIONS(540), - [anon_sym_22] = ACTIONS(540), + [anon_sym_u25ff] = ACTIONS(540), [anon_sym_power] = ACTIONS(540), - [anon_sym_23] = ACTIONS(540), + [anon_sym_u207f] = ACTIONS(540), [anon_sym_logarithm] = ACTIONS(540), - [anon_sym_24] = ACTIONS(540), + [anon_sym_u2099] = ACTIONS(540), [anon_sym_minimum] = ACTIONS(540), - [anon_sym_25] = ACTIONS(540), + [anon_sym_u21a7] = ACTIONS(540), [anon_sym_maximum] = ACTIONS(540), - [anon_sym_26] = ACTIONS(540), + [anon_sym_u21a5] = ACTIONS(540), [anon_sym_atangent] = ACTIONS(540), - [anon_sym_27] = ACTIONS(540), + [anon_sym_u2220] = ACTIONS(540), [anon_sym_length] = ACTIONS(540), - [anon_sym_28] = ACTIONS(540), - [anon_sym_shape] = ACTIONS(540), - [anon_sym_29] = ACTIONS(540), + [anon_sym_u29fb] = ACTIONS(540), + [anon_sym_shape] = ACTIONS(538), + [anon_sym_u25b3] = ACTIONS(540), [anon_sym_range] = ACTIONS(540), - [anon_sym_30] = ACTIONS(540), + [anon_sym_u21e1] = ACTIONS(540), [anon_sym_first] = ACTIONS(540), - [anon_sym_31] = ACTIONS(540), + [anon_sym_u22a2] = ACTIONS(540), [anon_sym_reverse] = ACTIONS(540), - [anon_sym_32] = ACTIONS(540), + [anon_sym_u21cc] = ACTIONS(540), [anon_sym_deshape] = ACTIONS(540), - [anon_sym_33] = ACTIONS(540), + [anon_sym_u266d] = ACTIONS(540), [anon_sym_bits] = ACTIONS(540), - [anon_sym_34] = ACTIONS(540), + [anon_sym_u22ef] = ACTIONS(540), [anon_sym_transpose] = ACTIONS(540), - [anon_sym_35] = ACTIONS(540), + [anon_sym_u2349] = ACTIONS(540), [anon_sym_rise] = ACTIONS(540), - [anon_sym_36] = ACTIONS(540), + [anon_sym_u234f] = ACTIONS(540), [anon_sym_fall] = ACTIONS(540), - [anon_sym_37] = ACTIONS(540), + [anon_sym_u2356] = ACTIONS(540), [anon_sym_where] = ACTIONS(540), - [anon_sym_38] = ACTIONS(540), + [anon_sym_u229a] = ACTIONS(540), [anon_sym_classify] = ACTIONS(540), - [anon_sym_39] = ACTIONS(540), + [anon_sym_u229b] = ACTIONS(540), [anon_sym_deduplicate] = ACTIONS(540), - [anon_sym_40] = ACTIONS(540), + [anon_sym_u25f4] = ACTIONS(540), [anon_sym_box] = ACTIONS(540), - [anon_sym_41] = ACTIONS(540), + [anon_sym_u25a1] = ACTIONS(540), [anon_sym_match] = ACTIONS(540), - [anon_sym_42] = ACTIONS(540), + [anon_sym_u224d] = ACTIONS(540), [anon_sym_couple] = ACTIONS(540), - [anon_sym_43] = ACTIONS(540), + [anon_sym_u229f] = ACTIONS(540), [anon_sym_join] = ACTIONS(540), - [anon_sym_44] = ACTIONS(540), + [anon_sym_u2282] = ACTIONS(540), [anon_sym_select] = ACTIONS(540), - [anon_sym_45] = ACTIONS(540), + [anon_sym_u228f] = ACTIONS(540), [anon_sym_pick] = ACTIONS(540), - [anon_sym_46] = ACTIONS(540), + [anon_sym_u22a1] = ACTIONS(540), [anon_sym_reshape] = ACTIONS(540), - [anon_sym_47] = ACTIONS(540), + [anon_sym_u21af] = ACTIONS(540), [anon_sym_take] = ACTIONS(540), - [anon_sym_48] = ACTIONS(540), + [anon_sym_u2199] = ACTIONS(540), [anon_sym_drop] = ACTIONS(540), - [anon_sym_49] = ACTIONS(540), + [anon_sym_u2198] = ACTIONS(540), [anon_sym_rotate] = ACTIONS(540), - [anon_sym_50] = ACTIONS(540), + [anon_sym_u21bb] = ACTIONS(540), [anon_sym_windows] = ACTIONS(540), - [anon_sym_51] = ACTIONS(540), + [anon_sym_u25eb] = ACTIONS(540), [anon_sym_keep] = ACTIONS(540), - [anon_sym_52] = ACTIONS(540), + [anon_sym_u25bd] = ACTIONS(540), [anon_sym_find] = ACTIONS(540), - [anon_sym_53] = ACTIONS(540), + [anon_sym_u2315] = ACTIONS(540), [anon_sym_member] = ACTIONS(540), - [anon_sym_54] = ACTIONS(540), + [anon_sym_u220a] = ACTIONS(540), [anon_sym_indexof] = ACTIONS(540), - [anon_sym_55] = ACTIONS(540), + [anon_sym_u2297] = ACTIONS(540), [anon_sym_assert] = ACTIONS(540), - [anon_sym_56] = ACTIONS(540), + [anon_sym_u2364] = ACTIONS(540), [anon_sym_wait] = ACTIONS(540), [anon_sym_parse] = ACTIONS(540), - [anon_sym_57] = ACTIONS(540), + [anon_sym_u22d5] = ACTIONS(540), [anon_sym_random] = ACTIONS(540), - [anon_sym_58] = ACTIONS(540), + [anon_sym_u2682] = ACTIONS(540), [anon_sym_gen] = ACTIONS(540), [anon_sym_deal] = ACTIONS(540), [anon_sym_tag] = ACTIONS(540), [anon_sym_now] = ACTIONS(540), - [anon_sym_type] = ACTIONS(540), - [anon_sym_59] = ACTIONS(540), + [anon_sym_type] = ACTIONS(538), + [anon_sym_u2e2e] = ACTIONS(540), [anon_sym_dump] = ACTIONS(540), [anon_sym_regex] = ACTIONS(540), [anon_sym_utf] = ACTIONS(540), @@ -31073,85 +31969,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(540), [anon_sym_tryrecv] = ACTIONS(540), [anon_sym_complex] = ACTIONS(540), - [anon_sym_60] = ACTIONS(540), + [anon_sym_u2102] = ACTIONS(540), [anon_sym_rerank] = ACTIONS(540), - [anon_sym_61] = ACTIONS(540), + [anon_sym_u2607] = ACTIONS(540), [anon_sym_fix] = ACTIONS(540), - [anon_sym_62] = ACTIONS(540), + [anon_sym_u00a4] = ACTIONS(540), [anon_sym_QMARK] = ACTIONS(540), [anon_sym_unique] = ACTIONS(540), - [anon_sym_63] = 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_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_64] = ACTIONS(540), + [anon_sym_u2235] = ACTIONS(540), [anon_sym_rows] = ACTIONS(540), - [anon_sym_65] = ACTIONS(540), + [anon_sym_u2261] = ACTIONS(540), [anon_sym_repeat] = ACTIONS(540), - [anon_sym_66] = ACTIONS(540), + [anon_sym_u2365] = ACTIONS(540), [anon_sym_dip] = ACTIONS(540), - [anon_sym_67] = ACTIONS(540), + [anon_sym_u2299] = ACTIONS(540), [anon_sym_gap] = ACTIONS(540), - [anon_sym_68] = ACTIONS(540), + [anon_sym_u22c5] = ACTIONS(540), [anon_sym_spawn] = ACTIONS(540), [anon_sym_rectify] = ACTIONS(540), - [anon_sym_69] = ACTIONS(540), - [anon_sym_this] = ACTIONS(540), - [anon_sym_70] = ACTIONS(540), - [anon_sym_recur] = ACTIONS(540), - [anon_sym_71] = ACTIONS(540), + [anon_sym_u2305] = ACTIONS(540), [anon_sym_un] = ACTIONS(538), - [anon_sym_72] = ACTIONS(540), - [anon_sym_content] = ACTIONS(540), - [anon_sym_73] = ACTIONS(540), + [anon_sym_u00b0] = ACTIONS(540), [anon_sym_bind] = 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_shapes] = ACTIONS(540), + [anon_sym_types] = ACTIONS(540), [anon_sym_fold] = ACTIONS(540), - [anon_sym_74] = ACTIONS(540), + [anon_sym_u2227] = ACTIONS(540), [anon_sym_table] = ACTIONS(540), - [anon_sym_75] = ACTIONS(540), + [anon_sym_u229e] = ACTIONS(540), [anon_sym_group] = ACTIONS(540), - [anon_sym_76] = ACTIONS(540), + [anon_sym_u2295] = ACTIONS(540), [anon_sym_partition] = ACTIONS(540), - [anon_sym_77] = ACTIONS(540), + [anon_sym_u229c] = ACTIONS(540), [anon_sym_both] = ACTIONS(540), - [anon_sym_78] = ACTIONS(540), + [anon_sym_u2229] = ACTIONS(540), [anon_sym_bracket] = ACTIONS(540), - [anon_sym_79] = ACTIONS(540), + [anon_sym_u2293] = ACTIONS(540), [anon_sym_fork] = ACTIONS(540), - [anon_sym_80] = ACTIONS(540), + [anon_sym_u2283] = ACTIONS(540), [anon_sym_under] = ACTIONS(540), - [anon_sym_81] = ACTIONS(540), + [anon_sym_u235c] = ACTIONS(540), [anon_sym_fill] = ACTIONS(540), - [anon_sym_82] = ACTIONS(540), + [anon_sym_u2b1a] = ACTIONS(540), [anon_sym_try] = ACTIONS(538), - [anon_sym_83] = ACTIONS(540), + [anon_sym_u2363] = ACTIONS(540), [anon_sym_do] = ACTIONS(538), - [anon_sym_84] = ACTIONS(540), - [anon_sym_all] = ACTIONS(540), - [anon_sym_85] = ACTIONS(540), + [anon_sym_u2362] = ACTIONS(540), [anon_sym_setinv] = ACTIONS(540), [anon_sym_setunder] = ACTIONS(540), - [anon_sym_86] = ACTIONS(540), - [anon_sym_87] = ACTIONS(540), - [anon_sym_88] = ACTIONS(540), - [anon_sym_89] = ACTIONS(540), - [anon_sym_90] = ACTIONS(540), - [anon_sym_91] = ACTIONS(540), - [anon_sym_92] = ACTIONS(540), - [anon_sym_93] = ACTIONS(540), + [anon_sym_f] = ACTIONS(538), + [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_94] = ACTIONS(540), - [anon_sym_95] = ACTIONS(540), + [anon_sym_u2290] = ACTIONS(540), + [anon_sym_u229d] = ACTIONS(540), [anon_sym_cross] = ACTIONS(540), - [anon_sym_96] = ACTIONS(540), + [anon_sym_u22a0] = ACTIONS(540), [anon_sym_SEMI] = ACTIONS(540), + [anon_sym_u21ac] = ACTIONS(540), + [anon_sym_u21ab] = ACTIONS(540), + [anon_sym_all] = ACTIONS(540), + [anon_sym_u22d4] = ACTIONS(540), [sym__endOfLine] = ACTIONS(540), }, [94] = { @@ -31164,7 +32068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(542), [anon_sym_Sep] = ACTIONS(542), [anon_sym_NUmProcs] = ACTIONS(542), - [anon_sym_] = ACTIONS(544), + [anon_sym_u237c] = ACTIONS(544), [aux_sym_character_token1] = ACTIONS(544), [sym_string] = ACTIONS(544), [sym_multiLineString] = ACTIONS(544), @@ -31183,138 +32087,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(542), [anon_sym_eta] = ACTIONS(544), - [anon_sym_2] = ACTIONS(542), + [anon_sym_u03b7] = ACTIONS(542), [anon_sym_pi] = ACTIONS(542), - [anon_sym_3] = ACTIONS(542), + [anon_sym_u03c0] = ACTIONS(542), [anon_sym_tau] = ACTIONS(544), - [anon_sym_4] = ACTIONS(542), + [anon_sym_u03c4] = ACTIONS(542), [anon_sym_infinity] = ACTIONS(544), - [anon_sym_5] = ACTIONS(544), - [anon_sym_e] = ACTIONS(542), - [anon_sym_NaN] = ACTIONS(542), - [anon_sym_NumProcs] = ACTIONS(542), + [anon_sym_u221e] = ACTIONS(544), [anon_sym_DOT] = ACTIONS(544), [anon_sym_COMMA] = ACTIONS(544), [anon_sym_COLON] = ACTIONS(544), - [anon_sym_6] = ACTIONS(544), + [anon_sym_u25cc] = ACTIONS(544), [anon_sym_identity] = ACTIONS(544), [anon_sym_id] = ACTIONS(542), - [anon_sym_7] = ACTIONS(544), + [anon_sym_u2218] = ACTIONS(544), [anon_sym_not] = ACTIONS(544), - [anon_sym_8] = ACTIONS(544), - [anon_sym_sign] = ACTIONS(544), - [anon_sym_9] = ACTIONS(544), + [anon_sym_u00ac] = ACTIONS(544), + [anon_sym_sign] = ACTIONS(542), + [anon_sym_u00b1] = ACTIONS(544), [anon_sym_BQUOTE] = ACTIONS(544), - [anon_sym_10] = ACTIONS(542), + [anon_sym_u00af] = ACTIONS(542), [anon_sym_absolutevalue] = ACTIONS(544), - [anon_sym_11] = ACTIONS(544), + [anon_sym_u2335] = ACTIONS(544), [anon_sym_sqrt] = ACTIONS(544), - [anon_sym_12] = ACTIONS(544), + [anon_sym_u221a] = ACTIONS(544), [anon_sym_sine] = ACTIONS(544), - [anon_sym_13] = ACTIONS(544), + [anon_sym_u25cb] = ACTIONS(544), [anon_sym_floor] = ACTIONS(544), - [anon_sym_14] = ACTIONS(544), + [anon_sym_u230a] = ACTIONS(544), [anon_sym_ceiling] = ACTIONS(544), - [anon_sym_15] = ACTIONS(544), + [anon_sym_u2308] = ACTIONS(544), [anon_sym_round] = ACTIONS(544), - [anon_sym_16] = ACTIONS(544), + [anon_sym_u2045] = ACTIONS(544), [anon_sym_EQ] = ACTIONS(544), [anon_sym_BANG_EQ] = ACTIONS(544), - [anon_sym_17] = ACTIONS(544), + [anon_sym_u2260] = ACTIONS(544), [anon_sym_LT] = ACTIONS(542), [anon_sym_LT_EQ] = ACTIONS(544), - [anon_sym_18] = ACTIONS(544), + [anon_sym_u2264] = ACTIONS(544), [anon_sym_GT] = ACTIONS(542), [anon_sym_GT_EQ] = ACTIONS(544), - [anon_sym_19] = ACTIONS(544), + [anon_sym_u2265] = ACTIONS(544), [anon_sym_PLUS] = ACTIONS(544), [anon_sym_DASH] = ACTIONS(544), [anon_sym_STAR] = ACTIONS(544), - [anon_sym_20] = ACTIONS(544), + [anon_sym_u00d7] = ACTIONS(544), [anon_sym_PERCENT] = ACTIONS(544), - [anon_sym_21] = ACTIONS(544), + [anon_sym_u00f7] = ACTIONS(544), [anon_sym_modulus] = ACTIONS(544), - [anon_sym_22] = ACTIONS(544), + [anon_sym_u25ff] = ACTIONS(544), [anon_sym_power] = ACTIONS(544), - [anon_sym_23] = ACTIONS(544), + [anon_sym_u207f] = ACTIONS(544), [anon_sym_logarithm] = ACTIONS(544), - [anon_sym_24] = ACTIONS(544), + [anon_sym_u2099] = ACTIONS(544), [anon_sym_minimum] = ACTIONS(544), - [anon_sym_25] = ACTIONS(544), + [anon_sym_u21a7] = ACTIONS(544), [anon_sym_maximum] = ACTIONS(544), - [anon_sym_26] = ACTIONS(544), + [anon_sym_u21a5] = ACTIONS(544), [anon_sym_atangent] = ACTIONS(544), - [anon_sym_27] = ACTIONS(544), + [anon_sym_u2220] = ACTIONS(544), [anon_sym_length] = ACTIONS(544), - [anon_sym_28] = ACTIONS(544), - [anon_sym_shape] = ACTIONS(544), - [anon_sym_29] = ACTIONS(544), + [anon_sym_u29fb] = ACTIONS(544), + [anon_sym_shape] = ACTIONS(542), + [anon_sym_u25b3] = ACTIONS(544), [anon_sym_range] = ACTIONS(544), - [anon_sym_30] = ACTIONS(544), + [anon_sym_u21e1] = ACTIONS(544), [anon_sym_first] = ACTIONS(544), - [anon_sym_31] = ACTIONS(544), + [anon_sym_u22a2] = ACTIONS(544), [anon_sym_reverse] = ACTIONS(544), - [anon_sym_32] = ACTIONS(544), + [anon_sym_u21cc] = ACTIONS(544), [anon_sym_deshape] = ACTIONS(544), - [anon_sym_33] = ACTIONS(544), + [anon_sym_u266d] = ACTIONS(544), [anon_sym_bits] = ACTIONS(544), - [anon_sym_34] = ACTIONS(544), + [anon_sym_u22ef] = ACTIONS(544), [anon_sym_transpose] = ACTIONS(544), - [anon_sym_35] = ACTIONS(544), + [anon_sym_u2349] = ACTIONS(544), [anon_sym_rise] = ACTIONS(544), - [anon_sym_36] = ACTIONS(544), + [anon_sym_u234f] = ACTIONS(544), [anon_sym_fall] = ACTIONS(544), - [anon_sym_37] = ACTIONS(544), + [anon_sym_u2356] = ACTIONS(544), [anon_sym_where] = ACTIONS(544), - [anon_sym_38] = ACTIONS(544), + [anon_sym_u229a] = ACTIONS(544), [anon_sym_classify] = ACTIONS(544), - [anon_sym_39] = ACTIONS(544), + [anon_sym_u229b] = ACTIONS(544), [anon_sym_deduplicate] = ACTIONS(544), - [anon_sym_40] = ACTIONS(544), + [anon_sym_u25f4] = ACTIONS(544), [anon_sym_box] = ACTIONS(544), - [anon_sym_41] = ACTIONS(544), + [anon_sym_u25a1] = ACTIONS(544), [anon_sym_match] = ACTIONS(544), - [anon_sym_42] = ACTIONS(544), + [anon_sym_u224d] = ACTIONS(544), [anon_sym_couple] = ACTIONS(544), - [anon_sym_43] = ACTIONS(544), + [anon_sym_u229f] = ACTIONS(544), [anon_sym_join] = ACTIONS(544), - [anon_sym_44] = ACTIONS(544), + [anon_sym_u2282] = ACTIONS(544), [anon_sym_select] = ACTIONS(544), - [anon_sym_45] = ACTIONS(544), + [anon_sym_u228f] = ACTIONS(544), [anon_sym_pick] = ACTIONS(544), - [anon_sym_46] = ACTIONS(544), + [anon_sym_u22a1] = ACTIONS(544), [anon_sym_reshape] = ACTIONS(544), - [anon_sym_47] = ACTIONS(544), + [anon_sym_u21af] = ACTIONS(544), [anon_sym_take] = ACTIONS(544), - [anon_sym_48] = ACTIONS(544), + [anon_sym_u2199] = ACTIONS(544), [anon_sym_drop] = ACTIONS(544), - [anon_sym_49] = ACTIONS(544), + [anon_sym_u2198] = ACTIONS(544), [anon_sym_rotate] = ACTIONS(544), - [anon_sym_50] = ACTIONS(544), + [anon_sym_u21bb] = ACTIONS(544), [anon_sym_windows] = ACTIONS(544), - [anon_sym_51] = ACTIONS(544), + [anon_sym_u25eb] = ACTIONS(544), [anon_sym_keep] = ACTIONS(544), - [anon_sym_52] = ACTIONS(544), + [anon_sym_u25bd] = ACTIONS(544), [anon_sym_find] = ACTIONS(544), - [anon_sym_53] = ACTIONS(544), + [anon_sym_u2315] = ACTIONS(544), [anon_sym_member] = ACTIONS(544), - [anon_sym_54] = ACTIONS(544), + [anon_sym_u220a] = ACTIONS(544), [anon_sym_indexof] = ACTIONS(544), - [anon_sym_55] = ACTIONS(544), + [anon_sym_u2297] = ACTIONS(544), [anon_sym_assert] = ACTIONS(544), - [anon_sym_56] = ACTIONS(544), + [anon_sym_u2364] = ACTIONS(544), [anon_sym_wait] = ACTIONS(544), [anon_sym_parse] = ACTIONS(544), - [anon_sym_57] = ACTIONS(544), + [anon_sym_u22d5] = ACTIONS(544), [anon_sym_random] = ACTIONS(544), - [anon_sym_58] = ACTIONS(544), + [anon_sym_u2682] = ACTIONS(544), [anon_sym_gen] = ACTIONS(544), [anon_sym_deal] = ACTIONS(544), [anon_sym_tag] = ACTIONS(544), [anon_sym_now] = ACTIONS(544), - [anon_sym_type] = ACTIONS(544), - [anon_sym_59] = ACTIONS(544), + [anon_sym_type] = ACTIONS(542), + [anon_sym_u2e2e] = ACTIONS(544), [anon_sym_dump] = ACTIONS(544), [anon_sym_regex] = ACTIONS(544), [anon_sym_utf] = ACTIONS(544), @@ -31322,85 +32226,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(544), [anon_sym_tryrecv] = ACTIONS(544), [anon_sym_complex] = ACTIONS(544), - [anon_sym_60] = ACTIONS(544), + [anon_sym_u2102] = ACTIONS(544), [anon_sym_rerank] = ACTIONS(544), - [anon_sym_61] = ACTIONS(544), + [anon_sym_u2607] = ACTIONS(544), [anon_sym_fix] = ACTIONS(544), - [anon_sym_62] = ACTIONS(544), + [anon_sym_u00a4] = ACTIONS(544), [anon_sym_QMARK] = ACTIONS(544), [anon_sym_unique] = ACTIONS(544), - [anon_sym_63] = 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_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_64] = ACTIONS(544), + [anon_sym_u2235] = ACTIONS(544), [anon_sym_rows] = ACTIONS(544), - [anon_sym_65] = ACTIONS(544), + [anon_sym_u2261] = ACTIONS(544), [anon_sym_repeat] = ACTIONS(544), - [anon_sym_66] = ACTIONS(544), + [anon_sym_u2365] = ACTIONS(544), [anon_sym_dip] = ACTIONS(544), - [anon_sym_67] = ACTIONS(544), + [anon_sym_u2299] = ACTIONS(544), [anon_sym_gap] = ACTIONS(544), - [anon_sym_68] = ACTIONS(544), + [anon_sym_u22c5] = ACTIONS(544), [anon_sym_spawn] = ACTIONS(544), [anon_sym_rectify] = ACTIONS(544), - [anon_sym_69] = ACTIONS(544), - [anon_sym_this] = ACTIONS(544), - [anon_sym_70] = ACTIONS(544), - [anon_sym_recur] = ACTIONS(544), - [anon_sym_71] = ACTIONS(544), + [anon_sym_u2305] = ACTIONS(544), [anon_sym_un] = ACTIONS(542), - [anon_sym_72] = ACTIONS(544), - [anon_sym_content] = ACTIONS(544), - [anon_sym_73] = ACTIONS(544), + [anon_sym_u00b0] = ACTIONS(544), [anon_sym_bind] = 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_shapes] = ACTIONS(544), + [anon_sym_types] = ACTIONS(544), [anon_sym_fold] = ACTIONS(544), - [anon_sym_74] = ACTIONS(544), + [anon_sym_u2227] = ACTIONS(544), [anon_sym_table] = ACTIONS(544), - [anon_sym_75] = ACTIONS(544), + [anon_sym_u229e] = ACTIONS(544), [anon_sym_group] = ACTIONS(544), - [anon_sym_76] = ACTIONS(544), + [anon_sym_u2295] = ACTIONS(544), [anon_sym_partition] = ACTIONS(544), - [anon_sym_77] = ACTIONS(544), + [anon_sym_u229c] = ACTIONS(544), [anon_sym_both] = ACTIONS(544), - [anon_sym_78] = ACTIONS(544), + [anon_sym_u2229] = ACTIONS(544), [anon_sym_bracket] = ACTIONS(544), - [anon_sym_79] = ACTIONS(544), + [anon_sym_u2293] = ACTIONS(544), [anon_sym_fork] = ACTIONS(544), - [anon_sym_80] = ACTIONS(544), + [anon_sym_u2283] = ACTIONS(544), [anon_sym_under] = ACTIONS(544), - [anon_sym_81] = ACTIONS(544), + [anon_sym_u235c] = ACTIONS(544), [anon_sym_fill] = ACTIONS(544), - [anon_sym_82] = ACTIONS(544), + [anon_sym_u2b1a] = ACTIONS(544), [anon_sym_try] = ACTIONS(542), - [anon_sym_83] = ACTIONS(544), + [anon_sym_u2363] = ACTIONS(544), [anon_sym_do] = ACTIONS(542), - [anon_sym_84] = ACTIONS(544), - [anon_sym_all] = ACTIONS(544), - [anon_sym_85] = ACTIONS(544), + [anon_sym_u2362] = ACTIONS(544), [anon_sym_setinv] = ACTIONS(544), [anon_sym_setunder] = ACTIONS(544), - [anon_sym_86] = ACTIONS(544), - [anon_sym_87] = ACTIONS(544), - [anon_sym_88] = ACTIONS(544), - [anon_sym_89] = ACTIONS(544), - [anon_sym_90] = ACTIONS(544), - [anon_sym_91] = ACTIONS(544), - [anon_sym_92] = ACTIONS(544), - [anon_sym_93] = ACTIONS(544), + [anon_sym_f] = ACTIONS(542), + [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_94] = ACTIONS(544), - [anon_sym_95] = ACTIONS(544), + [anon_sym_u2290] = ACTIONS(544), + [anon_sym_u229d] = ACTIONS(544), [anon_sym_cross] = ACTIONS(544), - [anon_sym_96] = ACTIONS(544), + [anon_sym_u22a0] = ACTIONS(544), [anon_sym_SEMI] = ACTIONS(544), + [anon_sym_u21ac] = ACTIONS(544), + [anon_sym_u21ab] = ACTIONS(544), + [anon_sym_all] = ACTIONS(544), + [anon_sym_u22d4] = ACTIONS(544), [sym__endOfLine] = ACTIONS(544), }, [95] = { @@ -31413,7 +32325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(546), [anon_sym_Sep] = ACTIONS(546), [anon_sym_NUmProcs] = ACTIONS(546), - [anon_sym_] = ACTIONS(548), + [anon_sym_u237c] = ACTIONS(548), [aux_sym_character_token1] = ACTIONS(548), [sym_string] = ACTIONS(548), [sym_multiLineString] = ACTIONS(548), @@ -31432,138 +32344,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(546), [anon_sym_eta] = ACTIONS(548), - [anon_sym_2] = ACTIONS(546), + [anon_sym_u03b7] = ACTIONS(546), [anon_sym_pi] = ACTIONS(546), - [anon_sym_3] = ACTIONS(546), + [anon_sym_u03c0] = ACTIONS(546), [anon_sym_tau] = ACTIONS(548), - [anon_sym_4] = ACTIONS(546), + [anon_sym_u03c4] = ACTIONS(546), [anon_sym_infinity] = ACTIONS(548), - [anon_sym_5] = ACTIONS(548), - [anon_sym_e] = ACTIONS(546), - [anon_sym_NaN] = ACTIONS(546), - [anon_sym_NumProcs] = ACTIONS(546), + [anon_sym_u221e] = ACTIONS(548), [anon_sym_DOT] = ACTIONS(548), [anon_sym_COMMA] = ACTIONS(548), [anon_sym_COLON] = ACTIONS(548), - [anon_sym_6] = ACTIONS(548), + [anon_sym_u25cc] = ACTIONS(548), [anon_sym_identity] = ACTIONS(548), [anon_sym_id] = ACTIONS(546), - [anon_sym_7] = ACTIONS(548), + [anon_sym_u2218] = ACTIONS(548), [anon_sym_not] = ACTIONS(548), - [anon_sym_8] = ACTIONS(548), - [anon_sym_sign] = ACTIONS(548), - [anon_sym_9] = ACTIONS(548), + [anon_sym_u00ac] = ACTIONS(548), + [anon_sym_sign] = ACTIONS(546), + [anon_sym_u00b1] = ACTIONS(548), [anon_sym_BQUOTE] = ACTIONS(548), - [anon_sym_10] = ACTIONS(546), + [anon_sym_u00af] = ACTIONS(546), [anon_sym_absolutevalue] = ACTIONS(548), - [anon_sym_11] = ACTIONS(548), + [anon_sym_u2335] = ACTIONS(548), [anon_sym_sqrt] = ACTIONS(548), - [anon_sym_12] = ACTIONS(548), + [anon_sym_u221a] = ACTIONS(548), [anon_sym_sine] = ACTIONS(548), - [anon_sym_13] = ACTIONS(548), + [anon_sym_u25cb] = ACTIONS(548), [anon_sym_floor] = ACTIONS(548), - [anon_sym_14] = ACTIONS(548), + [anon_sym_u230a] = ACTIONS(548), [anon_sym_ceiling] = ACTIONS(548), - [anon_sym_15] = ACTIONS(548), + [anon_sym_u2308] = ACTIONS(548), [anon_sym_round] = ACTIONS(548), - [anon_sym_16] = ACTIONS(548), + [anon_sym_u2045] = ACTIONS(548), [anon_sym_EQ] = ACTIONS(548), [anon_sym_BANG_EQ] = ACTIONS(548), - [anon_sym_17] = ACTIONS(548), + [anon_sym_u2260] = ACTIONS(548), [anon_sym_LT] = ACTIONS(546), [anon_sym_LT_EQ] = ACTIONS(548), - [anon_sym_18] = ACTIONS(548), + [anon_sym_u2264] = ACTIONS(548), [anon_sym_GT] = ACTIONS(546), [anon_sym_GT_EQ] = ACTIONS(548), - [anon_sym_19] = ACTIONS(548), + [anon_sym_u2265] = ACTIONS(548), [anon_sym_PLUS] = ACTIONS(548), [anon_sym_DASH] = ACTIONS(548), [anon_sym_STAR] = ACTIONS(548), - [anon_sym_20] = ACTIONS(548), + [anon_sym_u00d7] = ACTIONS(548), [anon_sym_PERCENT] = ACTIONS(548), - [anon_sym_21] = ACTIONS(548), + [anon_sym_u00f7] = ACTIONS(548), [anon_sym_modulus] = ACTIONS(548), - [anon_sym_22] = ACTIONS(548), + [anon_sym_u25ff] = ACTIONS(548), [anon_sym_power] = ACTIONS(548), - [anon_sym_23] = ACTIONS(548), + [anon_sym_u207f] = ACTIONS(548), [anon_sym_logarithm] = ACTIONS(548), - [anon_sym_24] = ACTIONS(548), + [anon_sym_u2099] = ACTIONS(548), [anon_sym_minimum] = ACTIONS(548), - [anon_sym_25] = ACTIONS(548), + [anon_sym_u21a7] = ACTIONS(548), [anon_sym_maximum] = ACTIONS(548), - [anon_sym_26] = ACTIONS(548), + [anon_sym_u21a5] = ACTIONS(548), [anon_sym_atangent] = ACTIONS(548), - [anon_sym_27] = ACTIONS(548), + [anon_sym_u2220] = ACTIONS(548), [anon_sym_length] = ACTIONS(548), - [anon_sym_28] = ACTIONS(548), - [anon_sym_shape] = ACTIONS(548), - [anon_sym_29] = ACTIONS(548), + [anon_sym_u29fb] = ACTIONS(548), + [anon_sym_shape] = ACTIONS(546), + [anon_sym_u25b3] = ACTIONS(548), [anon_sym_range] = ACTIONS(548), - [anon_sym_30] = ACTIONS(548), + [anon_sym_u21e1] = ACTIONS(548), [anon_sym_first] = ACTIONS(548), - [anon_sym_31] = ACTIONS(548), + [anon_sym_u22a2] = ACTIONS(548), [anon_sym_reverse] = ACTIONS(548), - [anon_sym_32] = ACTIONS(548), + [anon_sym_u21cc] = ACTIONS(548), [anon_sym_deshape] = ACTIONS(548), - [anon_sym_33] = ACTIONS(548), + [anon_sym_u266d] = ACTIONS(548), [anon_sym_bits] = ACTIONS(548), - [anon_sym_34] = ACTIONS(548), + [anon_sym_u22ef] = ACTIONS(548), [anon_sym_transpose] = ACTIONS(548), - [anon_sym_35] = ACTIONS(548), + [anon_sym_u2349] = ACTIONS(548), [anon_sym_rise] = ACTIONS(548), - [anon_sym_36] = ACTIONS(548), + [anon_sym_u234f] = ACTIONS(548), [anon_sym_fall] = ACTIONS(548), - [anon_sym_37] = ACTIONS(548), + [anon_sym_u2356] = ACTIONS(548), [anon_sym_where] = ACTIONS(548), - [anon_sym_38] = ACTIONS(548), + [anon_sym_u229a] = ACTIONS(548), [anon_sym_classify] = ACTIONS(548), - [anon_sym_39] = ACTIONS(548), + [anon_sym_u229b] = ACTIONS(548), [anon_sym_deduplicate] = ACTIONS(548), - [anon_sym_40] = ACTIONS(548), + [anon_sym_u25f4] = ACTIONS(548), [anon_sym_box] = ACTIONS(548), - [anon_sym_41] = ACTIONS(548), + [anon_sym_u25a1] = ACTIONS(548), [anon_sym_match] = ACTIONS(548), - [anon_sym_42] = ACTIONS(548), + [anon_sym_u224d] = ACTIONS(548), [anon_sym_couple] = ACTIONS(548), - [anon_sym_43] = ACTIONS(548), + [anon_sym_u229f] = ACTIONS(548), [anon_sym_join] = ACTIONS(548), - [anon_sym_44] = ACTIONS(548), + [anon_sym_u2282] = ACTIONS(548), [anon_sym_select] = ACTIONS(548), - [anon_sym_45] = ACTIONS(548), + [anon_sym_u228f] = ACTIONS(548), [anon_sym_pick] = ACTIONS(548), - [anon_sym_46] = ACTIONS(548), + [anon_sym_u22a1] = ACTIONS(548), [anon_sym_reshape] = ACTIONS(548), - [anon_sym_47] = ACTIONS(548), + [anon_sym_u21af] = ACTIONS(548), [anon_sym_take] = ACTIONS(548), - [anon_sym_48] = ACTIONS(548), + [anon_sym_u2199] = ACTIONS(548), [anon_sym_drop] = ACTIONS(548), - [anon_sym_49] = ACTIONS(548), + [anon_sym_u2198] = ACTIONS(548), [anon_sym_rotate] = ACTIONS(548), - [anon_sym_50] = ACTIONS(548), + [anon_sym_u21bb] = ACTIONS(548), [anon_sym_windows] = ACTIONS(548), - [anon_sym_51] = ACTIONS(548), + [anon_sym_u25eb] = ACTIONS(548), [anon_sym_keep] = ACTIONS(548), - [anon_sym_52] = ACTIONS(548), + [anon_sym_u25bd] = ACTIONS(548), [anon_sym_find] = ACTIONS(548), - [anon_sym_53] = ACTIONS(548), + [anon_sym_u2315] = ACTIONS(548), [anon_sym_member] = ACTIONS(548), - [anon_sym_54] = ACTIONS(548), + [anon_sym_u220a] = ACTIONS(548), [anon_sym_indexof] = ACTIONS(548), - [anon_sym_55] = ACTIONS(548), + [anon_sym_u2297] = ACTIONS(548), [anon_sym_assert] = ACTIONS(548), - [anon_sym_56] = ACTIONS(548), + [anon_sym_u2364] = ACTIONS(548), [anon_sym_wait] = ACTIONS(548), [anon_sym_parse] = ACTIONS(548), - [anon_sym_57] = ACTIONS(548), + [anon_sym_u22d5] = ACTIONS(548), [anon_sym_random] = ACTIONS(548), - [anon_sym_58] = ACTIONS(548), + [anon_sym_u2682] = ACTIONS(548), [anon_sym_gen] = ACTIONS(548), [anon_sym_deal] = ACTIONS(548), [anon_sym_tag] = ACTIONS(548), [anon_sym_now] = ACTIONS(548), - [anon_sym_type] = ACTIONS(548), - [anon_sym_59] = ACTIONS(548), + [anon_sym_type] = ACTIONS(546), + [anon_sym_u2e2e] = ACTIONS(548), [anon_sym_dump] = ACTIONS(548), [anon_sym_regex] = ACTIONS(548), [anon_sym_utf] = ACTIONS(548), @@ -31571,85 +32483,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(548), [anon_sym_tryrecv] = ACTIONS(548), [anon_sym_complex] = ACTIONS(548), - [anon_sym_60] = ACTIONS(548), + [anon_sym_u2102] = ACTIONS(548), [anon_sym_rerank] = ACTIONS(548), - [anon_sym_61] = ACTIONS(548), + [anon_sym_u2607] = ACTIONS(548), [anon_sym_fix] = ACTIONS(548), - [anon_sym_62] = ACTIONS(548), + [anon_sym_u00a4] = ACTIONS(548), [anon_sym_QMARK] = ACTIONS(548), [anon_sym_unique] = ACTIONS(548), - [anon_sym_63] = 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_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_64] = ACTIONS(548), + [anon_sym_u2235] = ACTIONS(548), [anon_sym_rows] = ACTIONS(548), - [anon_sym_65] = ACTIONS(548), + [anon_sym_u2261] = ACTIONS(548), [anon_sym_repeat] = ACTIONS(548), - [anon_sym_66] = ACTIONS(548), + [anon_sym_u2365] = ACTIONS(548), [anon_sym_dip] = ACTIONS(548), - [anon_sym_67] = ACTIONS(548), + [anon_sym_u2299] = ACTIONS(548), [anon_sym_gap] = ACTIONS(548), - [anon_sym_68] = ACTIONS(548), + [anon_sym_u22c5] = ACTIONS(548), [anon_sym_spawn] = ACTIONS(548), [anon_sym_rectify] = ACTIONS(548), - [anon_sym_69] = ACTIONS(548), - [anon_sym_this] = ACTIONS(548), - [anon_sym_70] = ACTIONS(548), - [anon_sym_recur] = ACTIONS(548), - [anon_sym_71] = ACTIONS(548), + [anon_sym_u2305] = ACTIONS(548), [anon_sym_un] = ACTIONS(546), - [anon_sym_72] = ACTIONS(548), - [anon_sym_content] = ACTIONS(548), - [anon_sym_73] = ACTIONS(548), + [anon_sym_u00b0] = ACTIONS(548), [anon_sym_bind] = 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_shapes] = ACTIONS(548), + [anon_sym_types] = ACTIONS(548), [anon_sym_fold] = ACTIONS(548), - [anon_sym_74] = ACTIONS(548), + [anon_sym_u2227] = ACTIONS(548), [anon_sym_table] = ACTIONS(548), - [anon_sym_75] = ACTIONS(548), + [anon_sym_u229e] = ACTIONS(548), [anon_sym_group] = ACTIONS(548), - [anon_sym_76] = ACTIONS(548), + [anon_sym_u2295] = ACTIONS(548), [anon_sym_partition] = ACTIONS(548), - [anon_sym_77] = ACTIONS(548), + [anon_sym_u229c] = ACTIONS(548), [anon_sym_both] = ACTIONS(548), - [anon_sym_78] = ACTIONS(548), + [anon_sym_u2229] = ACTIONS(548), [anon_sym_bracket] = ACTIONS(548), - [anon_sym_79] = ACTIONS(548), + [anon_sym_u2293] = ACTIONS(548), [anon_sym_fork] = ACTIONS(548), - [anon_sym_80] = ACTIONS(548), + [anon_sym_u2283] = ACTIONS(548), [anon_sym_under] = ACTIONS(548), - [anon_sym_81] = ACTIONS(548), + [anon_sym_u235c] = ACTIONS(548), [anon_sym_fill] = ACTIONS(548), - [anon_sym_82] = ACTIONS(548), + [anon_sym_u2b1a] = ACTIONS(548), [anon_sym_try] = ACTIONS(546), - [anon_sym_83] = ACTIONS(548), + [anon_sym_u2363] = ACTIONS(548), [anon_sym_do] = ACTIONS(546), - [anon_sym_84] = ACTIONS(548), - [anon_sym_all] = ACTIONS(548), - [anon_sym_85] = ACTIONS(548), + [anon_sym_u2362] = ACTIONS(548), [anon_sym_setinv] = ACTIONS(548), [anon_sym_setunder] = ACTIONS(548), - [anon_sym_86] = ACTIONS(548), - [anon_sym_87] = ACTIONS(548), - [anon_sym_88] = ACTIONS(548), - [anon_sym_89] = ACTIONS(548), - [anon_sym_90] = ACTIONS(548), - [anon_sym_91] = ACTIONS(548), - [anon_sym_92] = ACTIONS(548), - [anon_sym_93] = ACTIONS(548), + [anon_sym_f] = ACTIONS(546), + [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_94] = ACTIONS(548), - [anon_sym_95] = ACTIONS(548), + [anon_sym_u2290] = ACTIONS(548), + [anon_sym_u229d] = ACTIONS(548), [anon_sym_cross] = ACTIONS(548), - [anon_sym_96] = ACTIONS(548), + [anon_sym_u22a0] = ACTIONS(548), [anon_sym_SEMI] = ACTIONS(548), + [anon_sym_u21ac] = ACTIONS(548), + [anon_sym_u21ab] = ACTIONS(548), + [anon_sym_all] = ACTIONS(548), + [anon_sym_u22d4] = ACTIONS(548), [sym__endOfLine] = ACTIONS(548), }, [96] = { @@ -31662,7 +32582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(550), [anon_sym_Sep] = ACTIONS(550), [anon_sym_NUmProcs] = ACTIONS(550), - [anon_sym_] = ACTIONS(552), + [anon_sym_u237c] = ACTIONS(552), [aux_sym_character_token1] = ACTIONS(552), [sym_string] = ACTIONS(552), [sym_multiLineString] = ACTIONS(552), @@ -31681,138 +32601,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(550), [anon_sym_eta] = ACTIONS(552), - [anon_sym_2] = ACTIONS(550), + [anon_sym_u03b7] = ACTIONS(550), [anon_sym_pi] = ACTIONS(550), - [anon_sym_3] = ACTIONS(550), + [anon_sym_u03c0] = ACTIONS(550), [anon_sym_tau] = ACTIONS(552), - [anon_sym_4] = ACTIONS(550), + [anon_sym_u03c4] = ACTIONS(550), [anon_sym_infinity] = ACTIONS(552), - [anon_sym_5] = ACTIONS(552), - [anon_sym_e] = ACTIONS(550), - [anon_sym_NaN] = ACTIONS(550), - [anon_sym_NumProcs] = ACTIONS(550), + [anon_sym_u221e] = ACTIONS(552), [anon_sym_DOT] = ACTIONS(552), [anon_sym_COMMA] = ACTIONS(552), [anon_sym_COLON] = ACTIONS(552), - [anon_sym_6] = ACTIONS(552), + [anon_sym_u25cc] = ACTIONS(552), [anon_sym_identity] = ACTIONS(552), [anon_sym_id] = ACTIONS(550), - [anon_sym_7] = ACTIONS(552), + [anon_sym_u2218] = ACTIONS(552), [anon_sym_not] = ACTIONS(552), - [anon_sym_8] = ACTIONS(552), - [anon_sym_sign] = ACTIONS(552), - [anon_sym_9] = ACTIONS(552), + [anon_sym_u00ac] = ACTIONS(552), + [anon_sym_sign] = ACTIONS(550), + [anon_sym_u00b1] = ACTIONS(552), [anon_sym_BQUOTE] = ACTIONS(552), - [anon_sym_10] = ACTIONS(550), + [anon_sym_u00af] = ACTIONS(550), [anon_sym_absolutevalue] = ACTIONS(552), - [anon_sym_11] = ACTIONS(552), + [anon_sym_u2335] = ACTIONS(552), [anon_sym_sqrt] = ACTIONS(552), - [anon_sym_12] = ACTIONS(552), + [anon_sym_u221a] = ACTIONS(552), [anon_sym_sine] = ACTIONS(552), - [anon_sym_13] = ACTIONS(552), + [anon_sym_u25cb] = ACTIONS(552), [anon_sym_floor] = ACTIONS(552), - [anon_sym_14] = ACTIONS(552), + [anon_sym_u230a] = ACTIONS(552), [anon_sym_ceiling] = ACTIONS(552), - [anon_sym_15] = ACTIONS(552), + [anon_sym_u2308] = ACTIONS(552), [anon_sym_round] = ACTIONS(552), - [anon_sym_16] = ACTIONS(552), + [anon_sym_u2045] = ACTIONS(552), [anon_sym_EQ] = ACTIONS(552), [anon_sym_BANG_EQ] = ACTIONS(552), - [anon_sym_17] = ACTIONS(552), + [anon_sym_u2260] = ACTIONS(552), [anon_sym_LT] = ACTIONS(550), [anon_sym_LT_EQ] = ACTIONS(552), - [anon_sym_18] = ACTIONS(552), + [anon_sym_u2264] = ACTIONS(552), [anon_sym_GT] = ACTIONS(550), [anon_sym_GT_EQ] = ACTIONS(552), - [anon_sym_19] = ACTIONS(552), + [anon_sym_u2265] = ACTIONS(552), [anon_sym_PLUS] = ACTIONS(552), [anon_sym_DASH] = ACTIONS(552), [anon_sym_STAR] = ACTIONS(552), - [anon_sym_20] = ACTIONS(552), + [anon_sym_u00d7] = ACTIONS(552), [anon_sym_PERCENT] = ACTIONS(552), - [anon_sym_21] = ACTIONS(552), + [anon_sym_u00f7] = ACTIONS(552), [anon_sym_modulus] = ACTIONS(552), - [anon_sym_22] = ACTIONS(552), + [anon_sym_u25ff] = ACTIONS(552), [anon_sym_power] = ACTIONS(552), - [anon_sym_23] = ACTIONS(552), + [anon_sym_u207f] = ACTIONS(552), [anon_sym_logarithm] = ACTIONS(552), - [anon_sym_24] = ACTIONS(552), + [anon_sym_u2099] = ACTIONS(552), [anon_sym_minimum] = ACTIONS(552), - [anon_sym_25] = ACTIONS(552), + [anon_sym_u21a7] = ACTIONS(552), [anon_sym_maximum] = ACTIONS(552), - [anon_sym_26] = ACTIONS(552), + [anon_sym_u21a5] = ACTIONS(552), [anon_sym_atangent] = ACTIONS(552), - [anon_sym_27] = ACTIONS(552), + [anon_sym_u2220] = ACTIONS(552), [anon_sym_length] = ACTIONS(552), - [anon_sym_28] = ACTIONS(552), - [anon_sym_shape] = ACTIONS(552), - [anon_sym_29] = ACTIONS(552), + [anon_sym_u29fb] = ACTIONS(552), + [anon_sym_shape] = ACTIONS(550), + [anon_sym_u25b3] = ACTIONS(552), [anon_sym_range] = ACTIONS(552), - [anon_sym_30] = ACTIONS(552), + [anon_sym_u21e1] = ACTIONS(552), [anon_sym_first] = ACTIONS(552), - [anon_sym_31] = ACTIONS(552), + [anon_sym_u22a2] = ACTIONS(552), [anon_sym_reverse] = ACTIONS(552), - [anon_sym_32] = ACTIONS(552), + [anon_sym_u21cc] = ACTIONS(552), [anon_sym_deshape] = ACTIONS(552), - [anon_sym_33] = ACTIONS(552), + [anon_sym_u266d] = ACTIONS(552), [anon_sym_bits] = ACTIONS(552), - [anon_sym_34] = ACTIONS(552), + [anon_sym_u22ef] = ACTIONS(552), [anon_sym_transpose] = ACTIONS(552), - [anon_sym_35] = ACTIONS(552), + [anon_sym_u2349] = ACTIONS(552), [anon_sym_rise] = ACTIONS(552), - [anon_sym_36] = ACTIONS(552), + [anon_sym_u234f] = ACTIONS(552), [anon_sym_fall] = ACTIONS(552), - [anon_sym_37] = ACTIONS(552), + [anon_sym_u2356] = ACTIONS(552), [anon_sym_where] = ACTIONS(552), - [anon_sym_38] = ACTIONS(552), + [anon_sym_u229a] = ACTIONS(552), [anon_sym_classify] = ACTIONS(552), - [anon_sym_39] = ACTIONS(552), + [anon_sym_u229b] = ACTIONS(552), [anon_sym_deduplicate] = ACTIONS(552), - [anon_sym_40] = ACTIONS(552), + [anon_sym_u25f4] = ACTIONS(552), [anon_sym_box] = ACTIONS(552), - [anon_sym_41] = ACTIONS(552), + [anon_sym_u25a1] = ACTIONS(552), [anon_sym_match] = ACTIONS(552), - [anon_sym_42] = ACTIONS(552), + [anon_sym_u224d] = ACTIONS(552), [anon_sym_couple] = ACTIONS(552), - [anon_sym_43] = ACTIONS(552), + [anon_sym_u229f] = ACTIONS(552), [anon_sym_join] = ACTIONS(552), - [anon_sym_44] = ACTIONS(552), + [anon_sym_u2282] = ACTIONS(552), [anon_sym_select] = ACTIONS(552), - [anon_sym_45] = ACTIONS(552), + [anon_sym_u228f] = ACTIONS(552), [anon_sym_pick] = ACTIONS(552), - [anon_sym_46] = ACTIONS(552), + [anon_sym_u22a1] = ACTIONS(552), [anon_sym_reshape] = ACTIONS(552), - [anon_sym_47] = ACTIONS(552), + [anon_sym_u21af] = ACTIONS(552), [anon_sym_take] = ACTIONS(552), - [anon_sym_48] = ACTIONS(552), + [anon_sym_u2199] = ACTIONS(552), [anon_sym_drop] = ACTIONS(552), - [anon_sym_49] = ACTIONS(552), + [anon_sym_u2198] = ACTIONS(552), [anon_sym_rotate] = ACTIONS(552), - [anon_sym_50] = ACTIONS(552), + [anon_sym_u21bb] = ACTIONS(552), [anon_sym_windows] = ACTIONS(552), - [anon_sym_51] = ACTIONS(552), + [anon_sym_u25eb] = ACTIONS(552), [anon_sym_keep] = ACTIONS(552), - [anon_sym_52] = ACTIONS(552), + [anon_sym_u25bd] = ACTIONS(552), [anon_sym_find] = ACTIONS(552), - [anon_sym_53] = ACTIONS(552), + [anon_sym_u2315] = ACTIONS(552), [anon_sym_member] = ACTIONS(552), - [anon_sym_54] = ACTIONS(552), + [anon_sym_u220a] = ACTIONS(552), [anon_sym_indexof] = ACTIONS(552), - [anon_sym_55] = ACTIONS(552), + [anon_sym_u2297] = ACTIONS(552), [anon_sym_assert] = ACTIONS(552), - [anon_sym_56] = ACTIONS(552), + [anon_sym_u2364] = ACTIONS(552), [anon_sym_wait] = ACTIONS(552), [anon_sym_parse] = ACTIONS(552), - [anon_sym_57] = ACTIONS(552), + [anon_sym_u22d5] = ACTIONS(552), [anon_sym_random] = ACTIONS(552), - [anon_sym_58] = ACTIONS(552), + [anon_sym_u2682] = ACTIONS(552), [anon_sym_gen] = ACTIONS(552), [anon_sym_deal] = ACTIONS(552), [anon_sym_tag] = ACTIONS(552), [anon_sym_now] = ACTIONS(552), - [anon_sym_type] = ACTIONS(552), - [anon_sym_59] = ACTIONS(552), + [anon_sym_type] = ACTIONS(550), + [anon_sym_u2e2e] = ACTIONS(552), [anon_sym_dump] = ACTIONS(552), [anon_sym_regex] = ACTIONS(552), [anon_sym_utf] = ACTIONS(552), @@ -31820,85 +32740,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(552), [anon_sym_tryrecv] = ACTIONS(552), [anon_sym_complex] = ACTIONS(552), - [anon_sym_60] = ACTIONS(552), + [anon_sym_u2102] = ACTIONS(552), [anon_sym_rerank] = ACTIONS(552), - [anon_sym_61] = ACTIONS(552), + [anon_sym_u2607] = ACTIONS(552), [anon_sym_fix] = ACTIONS(552), - [anon_sym_62] = ACTIONS(552), + [anon_sym_u00a4] = ACTIONS(552), [anon_sym_QMARK] = ACTIONS(552), [anon_sym_unique] = ACTIONS(552), - [anon_sym_63] = 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_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_64] = ACTIONS(552), + [anon_sym_u2235] = ACTIONS(552), [anon_sym_rows] = ACTIONS(552), - [anon_sym_65] = ACTIONS(552), + [anon_sym_u2261] = ACTIONS(552), [anon_sym_repeat] = ACTIONS(552), - [anon_sym_66] = ACTIONS(552), + [anon_sym_u2365] = ACTIONS(552), [anon_sym_dip] = ACTIONS(552), - [anon_sym_67] = ACTIONS(552), + [anon_sym_u2299] = ACTIONS(552), [anon_sym_gap] = ACTIONS(552), - [anon_sym_68] = ACTIONS(552), + [anon_sym_u22c5] = ACTIONS(552), [anon_sym_spawn] = ACTIONS(552), [anon_sym_rectify] = ACTIONS(552), - [anon_sym_69] = ACTIONS(552), - [anon_sym_this] = ACTIONS(552), - [anon_sym_70] = ACTIONS(552), - [anon_sym_recur] = ACTIONS(552), - [anon_sym_71] = ACTIONS(552), + [anon_sym_u2305] = ACTIONS(552), [anon_sym_un] = ACTIONS(550), - [anon_sym_72] = ACTIONS(552), - [anon_sym_content] = ACTIONS(552), - [anon_sym_73] = ACTIONS(552), + [anon_sym_u00b0] = ACTIONS(552), [anon_sym_bind] = 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_shapes] = ACTIONS(552), + [anon_sym_types] = ACTIONS(552), [anon_sym_fold] = ACTIONS(552), - [anon_sym_74] = ACTIONS(552), + [anon_sym_u2227] = ACTIONS(552), [anon_sym_table] = ACTIONS(552), - [anon_sym_75] = ACTIONS(552), + [anon_sym_u229e] = ACTIONS(552), [anon_sym_group] = ACTIONS(552), - [anon_sym_76] = ACTIONS(552), + [anon_sym_u2295] = ACTIONS(552), [anon_sym_partition] = ACTIONS(552), - [anon_sym_77] = ACTIONS(552), + [anon_sym_u229c] = ACTIONS(552), [anon_sym_both] = ACTIONS(552), - [anon_sym_78] = ACTIONS(552), + [anon_sym_u2229] = ACTIONS(552), [anon_sym_bracket] = ACTIONS(552), - [anon_sym_79] = ACTIONS(552), + [anon_sym_u2293] = ACTIONS(552), [anon_sym_fork] = ACTIONS(552), - [anon_sym_80] = ACTIONS(552), + [anon_sym_u2283] = ACTIONS(552), [anon_sym_under] = ACTIONS(552), - [anon_sym_81] = ACTIONS(552), + [anon_sym_u235c] = ACTIONS(552), [anon_sym_fill] = ACTIONS(552), - [anon_sym_82] = ACTIONS(552), + [anon_sym_u2b1a] = ACTIONS(552), [anon_sym_try] = ACTIONS(550), - [anon_sym_83] = ACTIONS(552), + [anon_sym_u2363] = ACTIONS(552), [anon_sym_do] = ACTIONS(550), - [anon_sym_84] = ACTIONS(552), - [anon_sym_all] = ACTIONS(552), - [anon_sym_85] = ACTIONS(552), + [anon_sym_u2362] = ACTIONS(552), [anon_sym_setinv] = ACTIONS(552), [anon_sym_setunder] = ACTIONS(552), - [anon_sym_86] = ACTIONS(552), - [anon_sym_87] = ACTIONS(552), - [anon_sym_88] = ACTIONS(552), - [anon_sym_89] = ACTIONS(552), - [anon_sym_90] = ACTIONS(552), - [anon_sym_91] = ACTIONS(552), - [anon_sym_92] = ACTIONS(552), - [anon_sym_93] = ACTIONS(552), + [anon_sym_f] = ACTIONS(550), + [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_94] = ACTIONS(552), - [anon_sym_95] = ACTIONS(552), + [anon_sym_u2290] = ACTIONS(552), + [anon_sym_u229d] = ACTIONS(552), [anon_sym_cross] = ACTIONS(552), - [anon_sym_96] = ACTIONS(552), + [anon_sym_u22a0] = ACTIONS(552), [anon_sym_SEMI] = ACTIONS(552), + [anon_sym_u21ac] = ACTIONS(552), + [anon_sym_u21ab] = ACTIONS(552), + [anon_sym_all] = ACTIONS(552), + [anon_sym_u22d4] = ACTIONS(552), [sym__endOfLine] = ACTIONS(552), }, [97] = { @@ -31911,7 +32839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(554), [anon_sym_Sep] = ACTIONS(554), [anon_sym_NUmProcs] = ACTIONS(554), - [anon_sym_] = ACTIONS(556), + [anon_sym_u237c] = ACTIONS(556), [aux_sym_character_token1] = ACTIONS(556), [sym_string] = ACTIONS(556), [sym_multiLineString] = ACTIONS(556), @@ -31930,138 +32858,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(554), [anon_sym_eta] = ACTIONS(556), - [anon_sym_2] = ACTIONS(554), + [anon_sym_u03b7] = ACTIONS(554), [anon_sym_pi] = ACTIONS(554), - [anon_sym_3] = ACTIONS(554), + [anon_sym_u03c0] = ACTIONS(554), [anon_sym_tau] = ACTIONS(556), - [anon_sym_4] = ACTIONS(554), + [anon_sym_u03c4] = ACTIONS(554), [anon_sym_infinity] = ACTIONS(556), - [anon_sym_5] = ACTIONS(556), - [anon_sym_e] = ACTIONS(554), - [anon_sym_NaN] = ACTIONS(554), - [anon_sym_NumProcs] = ACTIONS(554), + [anon_sym_u221e] = ACTIONS(556), [anon_sym_DOT] = ACTIONS(556), [anon_sym_COMMA] = ACTIONS(556), [anon_sym_COLON] = ACTIONS(556), - [anon_sym_6] = ACTIONS(556), + [anon_sym_u25cc] = ACTIONS(556), [anon_sym_identity] = ACTIONS(556), [anon_sym_id] = ACTIONS(554), - [anon_sym_7] = ACTIONS(556), + [anon_sym_u2218] = ACTIONS(556), [anon_sym_not] = ACTIONS(556), - [anon_sym_8] = ACTIONS(556), - [anon_sym_sign] = ACTIONS(556), - [anon_sym_9] = ACTIONS(556), + [anon_sym_u00ac] = ACTIONS(556), + [anon_sym_sign] = ACTIONS(554), + [anon_sym_u00b1] = ACTIONS(556), [anon_sym_BQUOTE] = ACTIONS(556), - [anon_sym_10] = ACTIONS(554), + [anon_sym_u00af] = ACTIONS(554), [anon_sym_absolutevalue] = ACTIONS(556), - [anon_sym_11] = ACTIONS(556), + [anon_sym_u2335] = ACTIONS(556), [anon_sym_sqrt] = ACTIONS(556), - [anon_sym_12] = ACTIONS(556), + [anon_sym_u221a] = ACTIONS(556), [anon_sym_sine] = ACTIONS(556), - [anon_sym_13] = ACTIONS(556), + [anon_sym_u25cb] = ACTIONS(556), [anon_sym_floor] = ACTIONS(556), - [anon_sym_14] = ACTIONS(556), + [anon_sym_u230a] = ACTIONS(556), [anon_sym_ceiling] = ACTIONS(556), - [anon_sym_15] = ACTIONS(556), + [anon_sym_u2308] = ACTIONS(556), [anon_sym_round] = ACTIONS(556), - [anon_sym_16] = ACTIONS(556), + [anon_sym_u2045] = ACTIONS(556), [anon_sym_EQ] = ACTIONS(556), [anon_sym_BANG_EQ] = ACTIONS(556), - [anon_sym_17] = ACTIONS(556), + [anon_sym_u2260] = ACTIONS(556), [anon_sym_LT] = ACTIONS(554), [anon_sym_LT_EQ] = ACTIONS(556), - [anon_sym_18] = ACTIONS(556), + [anon_sym_u2264] = ACTIONS(556), [anon_sym_GT] = ACTIONS(554), [anon_sym_GT_EQ] = ACTIONS(556), - [anon_sym_19] = ACTIONS(556), + [anon_sym_u2265] = ACTIONS(556), [anon_sym_PLUS] = ACTIONS(556), [anon_sym_DASH] = ACTIONS(556), [anon_sym_STAR] = ACTIONS(556), - [anon_sym_20] = ACTIONS(556), + [anon_sym_u00d7] = ACTIONS(556), [anon_sym_PERCENT] = ACTIONS(556), - [anon_sym_21] = ACTIONS(556), + [anon_sym_u00f7] = ACTIONS(556), [anon_sym_modulus] = ACTIONS(556), - [anon_sym_22] = ACTIONS(556), + [anon_sym_u25ff] = ACTIONS(556), [anon_sym_power] = ACTIONS(556), - [anon_sym_23] = ACTIONS(556), + [anon_sym_u207f] = ACTIONS(556), [anon_sym_logarithm] = ACTIONS(556), - [anon_sym_24] = ACTIONS(556), + [anon_sym_u2099] = ACTIONS(556), [anon_sym_minimum] = ACTIONS(556), - [anon_sym_25] = ACTIONS(556), + [anon_sym_u21a7] = ACTIONS(556), [anon_sym_maximum] = ACTIONS(556), - [anon_sym_26] = ACTIONS(556), + [anon_sym_u21a5] = ACTIONS(556), [anon_sym_atangent] = ACTIONS(556), - [anon_sym_27] = ACTIONS(556), + [anon_sym_u2220] = ACTIONS(556), [anon_sym_length] = ACTIONS(556), - [anon_sym_28] = ACTIONS(556), - [anon_sym_shape] = ACTIONS(556), - [anon_sym_29] = ACTIONS(556), + [anon_sym_u29fb] = ACTIONS(556), + [anon_sym_shape] = ACTIONS(554), + [anon_sym_u25b3] = ACTIONS(556), [anon_sym_range] = ACTIONS(556), - [anon_sym_30] = ACTIONS(556), + [anon_sym_u21e1] = ACTIONS(556), [anon_sym_first] = ACTIONS(556), - [anon_sym_31] = ACTIONS(556), + [anon_sym_u22a2] = ACTIONS(556), [anon_sym_reverse] = ACTIONS(556), - [anon_sym_32] = ACTIONS(556), + [anon_sym_u21cc] = ACTIONS(556), [anon_sym_deshape] = ACTIONS(556), - [anon_sym_33] = ACTIONS(556), + [anon_sym_u266d] = ACTIONS(556), [anon_sym_bits] = ACTIONS(556), - [anon_sym_34] = ACTIONS(556), + [anon_sym_u22ef] = ACTIONS(556), [anon_sym_transpose] = ACTIONS(556), - [anon_sym_35] = ACTIONS(556), + [anon_sym_u2349] = ACTIONS(556), [anon_sym_rise] = ACTIONS(556), - [anon_sym_36] = ACTIONS(556), + [anon_sym_u234f] = ACTIONS(556), [anon_sym_fall] = ACTIONS(556), - [anon_sym_37] = ACTIONS(556), + [anon_sym_u2356] = ACTIONS(556), [anon_sym_where] = ACTIONS(556), - [anon_sym_38] = ACTIONS(556), + [anon_sym_u229a] = ACTIONS(556), [anon_sym_classify] = ACTIONS(556), - [anon_sym_39] = ACTIONS(556), + [anon_sym_u229b] = ACTIONS(556), [anon_sym_deduplicate] = ACTIONS(556), - [anon_sym_40] = ACTIONS(556), + [anon_sym_u25f4] = ACTIONS(556), [anon_sym_box] = ACTIONS(556), - [anon_sym_41] = ACTIONS(556), + [anon_sym_u25a1] = ACTIONS(556), [anon_sym_match] = ACTIONS(556), - [anon_sym_42] = ACTIONS(556), + [anon_sym_u224d] = ACTIONS(556), [anon_sym_couple] = ACTIONS(556), - [anon_sym_43] = ACTIONS(556), + [anon_sym_u229f] = ACTIONS(556), [anon_sym_join] = ACTIONS(556), - [anon_sym_44] = ACTIONS(556), + [anon_sym_u2282] = ACTIONS(556), [anon_sym_select] = ACTIONS(556), - [anon_sym_45] = ACTIONS(556), + [anon_sym_u228f] = ACTIONS(556), [anon_sym_pick] = ACTIONS(556), - [anon_sym_46] = ACTIONS(556), + [anon_sym_u22a1] = ACTIONS(556), [anon_sym_reshape] = ACTIONS(556), - [anon_sym_47] = ACTIONS(556), + [anon_sym_u21af] = ACTIONS(556), [anon_sym_take] = ACTIONS(556), - [anon_sym_48] = ACTIONS(556), + [anon_sym_u2199] = ACTIONS(556), [anon_sym_drop] = ACTIONS(556), - [anon_sym_49] = ACTIONS(556), + [anon_sym_u2198] = ACTIONS(556), [anon_sym_rotate] = ACTIONS(556), - [anon_sym_50] = ACTIONS(556), + [anon_sym_u21bb] = ACTIONS(556), [anon_sym_windows] = ACTIONS(556), - [anon_sym_51] = ACTIONS(556), + [anon_sym_u25eb] = ACTIONS(556), [anon_sym_keep] = ACTIONS(556), - [anon_sym_52] = ACTIONS(556), + [anon_sym_u25bd] = ACTIONS(556), [anon_sym_find] = ACTIONS(556), - [anon_sym_53] = ACTIONS(556), + [anon_sym_u2315] = ACTIONS(556), [anon_sym_member] = ACTIONS(556), - [anon_sym_54] = ACTIONS(556), + [anon_sym_u220a] = ACTIONS(556), [anon_sym_indexof] = ACTIONS(556), - [anon_sym_55] = ACTIONS(556), + [anon_sym_u2297] = ACTIONS(556), [anon_sym_assert] = ACTIONS(556), - [anon_sym_56] = ACTIONS(556), + [anon_sym_u2364] = ACTIONS(556), [anon_sym_wait] = ACTIONS(556), [anon_sym_parse] = ACTIONS(556), - [anon_sym_57] = ACTIONS(556), + [anon_sym_u22d5] = ACTIONS(556), [anon_sym_random] = ACTIONS(556), - [anon_sym_58] = ACTIONS(556), + [anon_sym_u2682] = ACTIONS(556), [anon_sym_gen] = ACTIONS(556), [anon_sym_deal] = ACTIONS(556), [anon_sym_tag] = ACTIONS(556), [anon_sym_now] = ACTIONS(556), - [anon_sym_type] = ACTIONS(556), - [anon_sym_59] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_u2e2e] = ACTIONS(556), [anon_sym_dump] = ACTIONS(556), [anon_sym_regex] = ACTIONS(556), [anon_sym_utf] = ACTIONS(556), @@ -32069,85 +32997,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(556), [anon_sym_tryrecv] = ACTIONS(556), [anon_sym_complex] = ACTIONS(556), - [anon_sym_60] = ACTIONS(556), + [anon_sym_u2102] = ACTIONS(556), [anon_sym_rerank] = ACTIONS(556), - [anon_sym_61] = ACTIONS(556), + [anon_sym_u2607] = ACTIONS(556), [anon_sym_fix] = ACTIONS(556), - [anon_sym_62] = ACTIONS(556), + [anon_sym_u00a4] = ACTIONS(556), [anon_sym_QMARK] = ACTIONS(556), [anon_sym_unique] = ACTIONS(556), - [anon_sym_63] = 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_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_64] = ACTIONS(556), + [anon_sym_u2235] = ACTIONS(556), [anon_sym_rows] = ACTIONS(556), - [anon_sym_65] = ACTIONS(556), + [anon_sym_u2261] = ACTIONS(556), [anon_sym_repeat] = ACTIONS(556), - [anon_sym_66] = ACTIONS(556), + [anon_sym_u2365] = ACTIONS(556), [anon_sym_dip] = ACTIONS(556), - [anon_sym_67] = ACTIONS(556), + [anon_sym_u2299] = ACTIONS(556), [anon_sym_gap] = ACTIONS(556), - [anon_sym_68] = ACTIONS(556), + [anon_sym_u22c5] = ACTIONS(556), [anon_sym_spawn] = ACTIONS(556), [anon_sym_rectify] = ACTIONS(556), - [anon_sym_69] = ACTIONS(556), - [anon_sym_this] = ACTIONS(556), - [anon_sym_70] = ACTIONS(556), - [anon_sym_recur] = ACTIONS(556), - [anon_sym_71] = ACTIONS(556), + [anon_sym_u2305] = ACTIONS(556), [anon_sym_un] = ACTIONS(554), - [anon_sym_72] = ACTIONS(556), - [anon_sym_content] = ACTIONS(556), - [anon_sym_73] = ACTIONS(556), + [anon_sym_u00b0] = ACTIONS(556), [anon_sym_bind] = 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_shapes] = ACTIONS(556), + [anon_sym_types] = ACTIONS(556), [anon_sym_fold] = ACTIONS(556), - [anon_sym_74] = ACTIONS(556), + [anon_sym_u2227] = ACTIONS(556), [anon_sym_table] = ACTIONS(556), - [anon_sym_75] = ACTIONS(556), + [anon_sym_u229e] = ACTIONS(556), [anon_sym_group] = ACTIONS(556), - [anon_sym_76] = ACTIONS(556), + [anon_sym_u2295] = ACTIONS(556), [anon_sym_partition] = ACTIONS(556), - [anon_sym_77] = ACTIONS(556), + [anon_sym_u229c] = ACTIONS(556), [anon_sym_both] = ACTIONS(556), - [anon_sym_78] = ACTIONS(556), + [anon_sym_u2229] = ACTIONS(556), [anon_sym_bracket] = ACTIONS(556), - [anon_sym_79] = ACTIONS(556), + [anon_sym_u2293] = ACTIONS(556), [anon_sym_fork] = ACTIONS(556), - [anon_sym_80] = ACTIONS(556), + [anon_sym_u2283] = ACTIONS(556), [anon_sym_under] = ACTIONS(556), - [anon_sym_81] = ACTIONS(556), + [anon_sym_u235c] = ACTIONS(556), [anon_sym_fill] = ACTIONS(556), - [anon_sym_82] = ACTIONS(556), + [anon_sym_u2b1a] = ACTIONS(556), [anon_sym_try] = ACTIONS(554), - [anon_sym_83] = ACTIONS(556), + [anon_sym_u2363] = ACTIONS(556), [anon_sym_do] = ACTIONS(554), - [anon_sym_84] = ACTIONS(556), - [anon_sym_all] = ACTIONS(556), - [anon_sym_85] = ACTIONS(556), + [anon_sym_u2362] = ACTIONS(556), [anon_sym_setinv] = ACTIONS(556), [anon_sym_setunder] = ACTIONS(556), - [anon_sym_86] = ACTIONS(556), - [anon_sym_87] = ACTIONS(556), - [anon_sym_88] = ACTIONS(556), - [anon_sym_89] = ACTIONS(556), - [anon_sym_90] = ACTIONS(556), - [anon_sym_91] = ACTIONS(556), - [anon_sym_92] = ACTIONS(556), - [anon_sym_93] = ACTIONS(556), + [anon_sym_f] = ACTIONS(554), + [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_94] = ACTIONS(556), - [anon_sym_95] = ACTIONS(556), + [anon_sym_u2290] = ACTIONS(556), + [anon_sym_u229d] = ACTIONS(556), [anon_sym_cross] = ACTIONS(556), - [anon_sym_96] = ACTIONS(556), + [anon_sym_u22a0] = ACTIONS(556), [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_u21ac] = ACTIONS(556), + [anon_sym_u21ab] = ACTIONS(556), + [anon_sym_all] = ACTIONS(556), + [anon_sym_u22d4] = ACTIONS(556), [sym__endOfLine] = ACTIONS(556), }, [98] = { @@ -32160,7 +33096,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(558), [anon_sym_Sep] = ACTIONS(558), [anon_sym_NUmProcs] = ACTIONS(558), - [anon_sym_] = ACTIONS(560), + [anon_sym_u237c] = ACTIONS(560), [aux_sym_character_token1] = ACTIONS(560), [sym_string] = ACTIONS(560), [sym_multiLineString] = ACTIONS(560), @@ -32179,138 +33115,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(558), [anon_sym_eta] = ACTIONS(560), - [anon_sym_2] = ACTIONS(558), + [anon_sym_u03b7] = ACTIONS(558), [anon_sym_pi] = ACTIONS(558), - [anon_sym_3] = ACTIONS(558), + [anon_sym_u03c0] = ACTIONS(558), [anon_sym_tau] = ACTIONS(560), - [anon_sym_4] = ACTIONS(558), + [anon_sym_u03c4] = ACTIONS(558), [anon_sym_infinity] = ACTIONS(560), - [anon_sym_5] = ACTIONS(560), - [anon_sym_e] = ACTIONS(558), - [anon_sym_NaN] = ACTIONS(558), - [anon_sym_NumProcs] = ACTIONS(558), + [anon_sym_u221e] = ACTIONS(560), [anon_sym_DOT] = ACTIONS(560), [anon_sym_COMMA] = ACTIONS(560), [anon_sym_COLON] = ACTIONS(560), - [anon_sym_6] = ACTIONS(560), + [anon_sym_u25cc] = ACTIONS(560), [anon_sym_identity] = ACTIONS(560), [anon_sym_id] = ACTIONS(558), - [anon_sym_7] = ACTIONS(560), + [anon_sym_u2218] = ACTIONS(560), [anon_sym_not] = ACTIONS(560), - [anon_sym_8] = ACTIONS(560), - [anon_sym_sign] = ACTIONS(560), - [anon_sym_9] = ACTIONS(560), + [anon_sym_u00ac] = ACTIONS(560), + [anon_sym_sign] = ACTIONS(558), + [anon_sym_u00b1] = ACTIONS(560), [anon_sym_BQUOTE] = ACTIONS(560), - [anon_sym_10] = ACTIONS(558), + [anon_sym_u00af] = ACTIONS(558), [anon_sym_absolutevalue] = ACTIONS(560), - [anon_sym_11] = ACTIONS(560), + [anon_sym_u2335] = ACTIONS(560), [anon_sym_sqrt] = ACTIONS(560), - [anon_sym_12] = ACTIONS(560), + [anon_sym_u221a] = ACTIONS(560), [anon_sym_sine] = ACTIONS(560), - [anon_sym_13] = ACTIONS(560), + [anon_sym_u25cb] = ACTIONS(560), [anon_sym_floor] = ACTIONS(560), - [anon_sym_14] = ACTIONS(560), + [anon_sym_u230a] = ACTIONS(560), [anon_sym_ceiling] = ACTIONS(560), - [anon_sym_15] = ACTIONS(560), + [anon_sym_u2308] = ACTIONS(560), [anon_sym_round] = ACTIONS(560), - [anon_sym_16] = ACTIONS(560), + [anon_sym_u2045] = ACTIONS(560), [anon_sym_EQ] = ACTIONS(560), [anon_sym_BANG_EQ] = ACTIONS(560), - [anon_sym_17] = ACTIONS(560), + [anon_sym_u2260] = ACTIONS(560), [anon_sym_LT] = ACTIONS(558), [anon_sym_LT_EQ] = ACTIONS(560), - [anon_sym_18] = ACTIONS(560), + [anon_sym_u2264] = ACTIONS(560), [anon_sym_GT] = ACTIONS(558), [anon_sym_GT_EQ] = ACTIONS(560), - [anon_sym_19] = ACTIONS(560), + [anon_sym_u2265] = ACTIONS(560), [anon_sym_PLUS] = ACTIONS(560), [anon_sym_DASH] = ACTIONS(560), [anon_sym_STAR] = ACTIONS(560), - [anon_sym_20] = ACTIONS(560), + [anon_sym_u00d7] = ACTIONS(560), [anon_sym_PERCENT] = ACTIONS(560), - [anon_sym_21] = ACTIONS(560), + [anon_sym_u00f7] = ACTIONS(560), [anon_sym_modulus] = ACTIONS(560), - [anon_sym_22] = ACTIONS(560), + [anon_sym_u25ff] = ACTIONS(560), [anon_sym_power] = ACTIONS(560), - [anon_sym_23] = ACTIONS(560), + [anon_sym_u207f] = ACTIONS(560), [anon_sym_logarithm] = ACTIONS(560), - [anon_sym_24] = ACTIONS(560), + [anon_sym_u2099] = ACTIONS(560), [anon_sym_minimum] = ACTIONS(560), - [anon_sym_25] = ACTIONS(560), + [anon_sym_u21a7] = ACTIONS(560), [anon_sym_maximum] = ACTIONS(560), - [anon_sym_26] = ACTIONS(560), + [anon_sym_u21a5] = ACTIONS(560), [anon_sym_atangent] = ACTIONS(560), - [anon_sym_27] = ACTIONS(560), + [anon_sym_u2220] = ACTIONS(560), [anon_sym_length] = ACTIONS(560), - [anon_sym_28] = ACTIONS(560), - [anon_sym_shape] = ACTIONS(560), - [anon_sym_29] = ACTIONS(560), + [anon_sym_u29fb] = ACTIONS(560), + [anon_sym_shape] = ACTIONS(558), + [anon_sym_u25b3] = ACTIONS(560), [anon_sym_range] = ACTIONS(560), - [anon_sym_30] = ACTIONS(560), + [anon_sym_u21e1] = ACTIONS(560), [anon_sym_first] = ACTIONS(560), - [anon_sym_31] = ACTIONS(560), + [anon_sym_u22a2] = ACTIONS(560), [anon_sym_reverse] = ACTIONS(560), - [anon_sym_32] = ACTIONS(560), + [anon_sym_u21cc] = ACTIONS(560), [anon_sym_deshape] = ACTIONS(560), - [anon_sym_33] = ACTIONS(560), + [anon_sym_u266d] = ACTIONS(560), [anon_sym_bits] = ACTIONS(560), - [anon_sym_34] = ACTIONS(560), + [anon_sym_u22ef] = ACTIONS(560), [anon_sym_transpose] = ACTIONS(560), - [anon_sym_35] = ACTIONS(560), + [anon_sym_u2349] = ACTIONS(560), [anon_sym_rise] = ACTIONS(560), - [anon_sym_36] = ACTIONS(560), + [anon_sym_u234f] = ACTIONS(560), [anon_sym_fall] = ACTIONS(560), - [anon_sym_37] = ACTIONS(560), + [anon_sym_u2356] = ACTIONS(560), [anon_sym_where] = ACTIONS(560), - [anon_sym_38] = ACTIONS(560), + [anon_sym_u229a] = ACTIONS(560), [anon_sym_classify] = ACTIONS(560), - [anon_sym_39] = ACTIONS(560), + [anon_sym_u229b] = ACTIONS(560), [anon_sym_deduplicate] = ACTIONS(560), - [anon_sym_40] = ACTIONS(560), + [anon_sym_u25f4] = ACTIONS(560), [anon_sym_box] = ACTIONS(560), - [anon_sym_41] = ACTIONS(560), + [anon_sym_u25a1] = ACTIONS(560), [anon_sym_match] = ACTIONS(560), - [anon_sym_42] = ACTIONS(560), + [anon_sym_u224d] = ACTIONS(560), [anon_sym_couple] = ACTIONS(560), - [anon_sym_43] = ACTIONS(560), + [anon_sym_u229f] = ACTIONS(560), [anon_sym_join] = ACTIONS(560), - [anon_sym_44] = ACTIONS(560), + [anon_sym_u2282] = ACTIONS(560), [anon_sym_select] = ACTIONS(560), - [anon_sym_45] = ACTIONS(560), + [anon_sym_u228f] = ACTIONS(560), [anon_sym_pick] = ACTIONS(560), - [anon_sym_46] = ACTIONS(560), + [anon_sym_u22a1] = ACTIONS(560), [anon_sym_reshape] = ACTIONS(560), - [anon_sym_47] = ACTIONS(560), + [anon_sym_u21af] = ACTIONS(560), [anon_sym_take] = ACTIONS(560), - [anon_sym_48] = ACTIONS(560), + [anon_sym_u2199] = ACTIONS(560), [anon_sym_drop] = ACTIONS(560), - [anon_sym_49] = ACTIONS(560), + [anon_sym_u2198] = ACTIONS(560), [anon_sym_rotate] = ACTIONS(560), - [anon_sym_50] = ACTIONS(560), + [anon_sym_u21bb] = ACTIONS(560), [anon_sym_windows] = ACTIONS(560), - [anon_sym_51] = ACTIONS(560), + [anon_sym_u25eb] = ACTIONS(560), [anon_sym_keep] = ACTIONS(560), - [anon_sym_52] = ACTIONS(560), + [anon_sym_u25bd] = ACTIONS(560), [anon_sym_find] = ACTIONS(560), - [anon_sym_53] = ACTIONS(560), + [anon_sym_u2315] = ACTIONS(560), [anon_sym_member] = ACTIONS(560), - [anon_sym_54] = ACTIONS(560), + [anon_sym_u220a] = ACTIONS(560), [anon_sym_indexof] = ACTIONS(560), - [anon_sym_55] = ACTIONS(560), + [anon_sym_u2297] = ACTIONS(560), [anon_sym_assert] = ACTIONS(560), - [anon_sym_56] = ACTIONS(560), + [anon_sym_u2364] = ACTIONS(560), [anon_sym_wait] = ACTIONS(560), [anon_sym_parse] = ACTIONS(560), - [anon_sym_57] = ACTIONS(560), + [anon_sym_u22d5] = ACTIONS(560), [anon_sym_random] = ACTIONS(560), - [anon_sym_58] = ACTIONS(560), + [anon_sym_u2682] = ACTIONS(560), [anon_sym_gen] = ACTIONS(560), [anon_sym_deal] = ACTIONS(560), [anon_sym_tag] = ACTIONS(560), [anon_sym_now] = ACTIONS(560), - [anon_sym_type] = ACTIONS(560), - [anon_sym_59] = ACTIONS(560), + [anon_sym_type] = ACTIONS(558), + [anon_sym_u2e2e] = ACTIONS(560), [anon_sym_dump] = ACTIONS(560), [anon_sym_regex] = ACTIONS(560), [anon_sym_utf] = ACTIONS(560), @@ -32318,85 +33254,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(560), [anon_sym_tryrecv] = ACTIONS(560), [anon_sym_complex] = ACTIONS(560), - [anon_sym_60] = ACTIONS(560), + [anon_sym_u2102] = ACTIONS(560), [anon_sym_rerank] = ACTIONS(560), - [anon_sym_61] = ACTIONS(560), + [anon_sym_u2607] = ACTIONS(560), [anon_sym_fix] = ACTIONS(560), - [anon_sym_62] = ACTIONS(560), + [anon_sym_u00a4] = ACTIONS(560), [anon_sym_QMARK] = ACTIONS(560), [anon_sym_unique] = ACTIONS(560), - [anon_sym_63] = 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_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_64] = ACTIONS(560), + [anon_sym_u2235] = ACTIONS(560), [anon_sym_rows] = ACTIONS(560), - [anon_sym_65] = ACTIONS(560), + [anon_sym_u2261] = ACTIONS(560), [anon_sym_repeat] = ACTIONS(560), - [anon_sym_66] = ACTIONS(560), + [anon_sym_u2365] = ACTIONS(560), [anon_sym_dip] = ACTIONS(560), - [anon_sym_67] = ACTIONS(560), + [anon_sym_u2299] = ACTIONS(560), [anon_sym_gap] = ACTIONS(560), - [anon_sym_68] = ACTIONS(560), + [anon_sym_u22c5] = ACTIONS(560), [anon_sym_spawn] = ACTIONS(560), [anon_sym_rectify] = ACTIONS(560), - [anon_sym_69] = ACTIONS(560), - [anon_sym_this] = ACTIONS(560), - [anon_sym_70] = ACTIONS(560), - [anon_sym_recur] = ACTIONS(560), - [anon_sym_71] = ACTIONS(560), + [anon_sym_u2305] = ACTIONS(560), [anon_sym_un] = ACTIONS(558), - [anon_sym_72] = ACTIONS(560), - [anon_sym_content] = ACTIONS(560), - [anon_sym_73] = ACTIONS(560), + [anon_sym_u00b0] = ACTIONS(560), [anon_sym_bind] = 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_shapes] = ACTIONS(560), + [anon_sym_types] = ACTIONS(560), [anon_sym_fold] = ACTIONS(560), - [anon_sym_74] = ACTIONS(560), + [anon_sym_u2227] = ACTIONS(560), [anon_sym_table] = ACTIONS(560), - [anon_sym_75] = ACTIONS(560), + [anon_sym_u229e] = ACTIONS(560), [anon_sym_group] = ACTIONS(560), - [anon_sym_76] = ACTIONS(560), + [anon_sym_u2295] = ACTIONS(560), [anon_sym_partition] = ACTIONS(560), - [anon_sym_77] = ACTIONS(560), + [anon_sym_u229c] = ACTIONS(560), [anon_sym_both] = ACTIONS(560), - [anon_sym_78] = ACTIONS(560), + [anon_sym_u2229] = ACTIONS(560), [anon_sym_bracket] = ACTIONS(560), - [anon_sym_79] = ACTIONS(560), + [anon_sym_u2293] = ACTIONS(560), [anon_sym_fork] = ACTIONS(560), - [anon_sym_80] = ACTIONS(560), + [anon_sym_u2283] = ACTIONS(560), [anon_sym_under] = ACTIONS(560), - [anon_sym_81] = ACTIONS(560), + [anon_sym_u235c] = ACTIONS(560), [anon_sym_fill] = ACTIONS(560), - [anon_sym_82] = ACTIONS(560), + [anon_sym_u2b1a] = ACTIONS(560), [anon_sym_try] = ACTIONS(558), - [anon_sym_83] = ACTIONS(560), + [anon_sym_u2363] = ACTIONS(560), [anon_sym_do] = ACTIONS(558), - [anon_sym_84] = ACTIONS(560), - [anon_sym_all] = ACTIONS(560), - [anon_sym_85] = ACTIONS(560), + [anon_sym_u2362] = ACTIONS(560), [anon_sym_setinv] = ACTIONS(560), [anon_sym_setunder] = ACTIONS(560), - [anon_sym_86] = ACTIONS(560), - [anon_sym_87] = ACTIONS(560), - [anon_sym_88] = ACTIONS(560), - [anon_sym_89] = ACTIONS(560), - [anon_sym_90] = ACTIONS(560), - [anon_sym_91] = ACTIONS(560), - [anon_sym_92] = ACTIONS(560), - [anon_sym_93] = ACTIONS(560), + [anon_sym_f] = ACTIONS(558), + [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_94] = ACTIONS(560), - [anon_sym_95] = ACTIONS(560), + [anon_sym_u2290] = ACTIONS(560), + [anon_sym_u229d] = ACTIONS(560), [anon_sym_cross] = ACTIONS(560), - [anon_sym_96] = ACTIONS(560), + [anon_sym_u22a0] = ACTIONS(560), [anon_sym_SEMI] = ACTIONS(560), + [anon_sym_u21ac] = ACTIONS(560), + [anon_sym_u21ab] = ACTIONS(560), + [anon_sym_all] = ACTIONS(560), + [anon_sym_u22d4] = ACTIONS(560), [sym__endOfLine] = ACTIONS(560), }, [99] = { @@ -32409,7 +33353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(562), [anon_sym_Sep] = ACTIONS(562), [anon_sym_NUmProcs] = ACTIONS(562), - [anon_sym_] = ACTIONS(564), + [anon_sym_u237c] = ACTIONS(564), [aux_sym_character_token1] = ACTIONS(564), [sym_string] = ACTIONS(564), [sym_multiLineString] = ACTIONS(564), @@ -32428,138 +33372,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(562), [anon_sym_eta] = ACTIONS(564), - [anon_sym_2] = ACTIONS(562), + [anon_sym_u03b7] = ACTIONS(562), [anon_sym_pi] = ACTIONS(562), - [anon_sym_3] = ACTIONS(562), + [anon_sym_u03c0] = ACTIONS(562), [anon_sym_tau] = ACTIONS(564), - [anon_sym_4] = ACTIONS(562), + [anon_sym_u03c4] = ACTIONS(562), [anon_sym_infinity] = ACTIONS(564), - [anon_sym_5] = ACTIONS(564), - [anon_sym_e] = ACTIONS(562), - [anon_sym_NaN] = ACTIONS(562), - [anon_sym_NumProcs] = ACTIONS(562), + [anon_sym_u221e] = ACTIONS(564), [anon_sym_DOT] = ACTIONS(564), [anon_sym_COMMA] = ACTIONS(564), [anon_sym_COLON] = ACTIONS(564), - [anon_sym_6] = ACTIONS(564), + [anon_sym_u25cc] = ACTIONS(564), [anon_sym_identity] = ACTIONS(564), [anon_sym_id] = ACTIONS(562), - [anon_sym_7] = ACTIONS(564), + [anon_sym_u2218] = ACTIONS(564), [anon_sym_not] = ACTIONS(564), - [anon_sym_8] = ACTIONS(564), - [anon_sym_sign] = ACTIONS(564), - [anon_sym_9] = ACTIONS(564), + [anon_sym_u00ac] = ACTIONS(564), + [anon_sym_sign] = ACTIONS(562), + [anon_sym_u00b1] = ACTIONS(564), [anon_sym_BQUOTE] = ACTIONS(564), - [anon_sym_10] = ACTIONS(562), + [anon_sym_u00af] = ACTIONS(562), [anon_sym_absolutevalue] = ACTIONS(564), - [anon_sym_11] = ACTIONS(564), + [anon_sym_u2335] = ACTIONS(564), [anon_sym_sqrt] = ACTIONS(564), - [anon_sym_12] = ACTIONS(564), + [anon_sym_u221a] = ACTIONS(564), [anon_sym_sine] = ACTIONS(564), - [anon_sym_13] = ACTIONS(564), + [anon_sym_u25cb] = ACTIONS(564), [anon_sym_floor] = ACTIONS(564), - [anon_sym_14] = ACTIONS(564), + [anon_sym_u230a] = ACTIONS(564), [anon_sym_ceiling] = ACTIONS(564), - [anon_sym_15] = ACTIONS(564), + [anon_sym_u2308] = ACTIONS(564), [anon_sym_round] = ACTIONS(564), - [anon_sym_16] = ACTIONS(564), + [anon_sym_u2045] = ACTIONS(564), [anon_sym_EQ] = ACTIONS(564), [anon_sym_BANG_EQ] = ACTIONS(564), - [anon_sym_17] = ACTIONS(564), + [anon_sym_u2260] = ACTIONS(564), [anon_sym_LT] = ACTIONS(562), [anon_sym_LT_EQ] = ACTIONS(564), - [anon_sym_18] = ACTIONS(564), + [anon_sym_u2264] = ACTIONS(564), [anon_sym_GT] = ACTIONS(562), [anon_sym_GT_EQ] = ACTIONS(564), - [anon_sym_19] = ACTIONS(564), + [anon_sym_u2265] = ACTIONS(564), [anon_sym_PLUS] = ACTIONS(564), [anon_sym_DASH] = ACTIONS(564), [anon_sym_STAR] = ACTIONS(564), - [anon_sym_20] = ACTIONS(564), + [anon_sym_u00d7] = ACTIONS(564), [anon_sym_PERCENT] = ACTIONS(564), - [anon_sym_21] = ACTIONS(564), + [anon_sym_u00f7] = ACTIONS(564), [anon_sym_modulus] = ACTIONS(564), - [anon_sym_22] = ACTIONS(564), + [anon_sym_u25ff] = ACTIONS(564), [anon_sym_power] = ACTIONS(564), - [anon_sym_23] = ACTIONS(564), + [anon_sym_u207f] = ACTIONS(564), [anon_sym_logarithm] = ACTIONS(564), - [anon_sym_24] = ACTIONS(564), + [anon_sym_u2099] = ACTIONS(564), [anon_sym_minimum] = ACTIONS(564), - [anon_sym_25] = ACTIONS(564), + [anon_sym_u21a7] = ACTIONS(564), [anon_sym_maximum] = ACTIONS(564), - [anon_sym_26] = ACTIONS(564), + [anon_sym_u21a5] = ACTIONS(564), [anon_sym_atangent] = ACTIONS(564), - [anon_sym_27] = ACTIONS(564), + [anon_sym_u2220] = ACTIONS(564), [anon_sym_length] = ACTIONS(564), - [anon_sym_28] = ACTIONS(564), - [anon_sym_shape] = ACTIONS(564), - [anon_sym_29] = ACTIONS(564), + [anon_sym_u29fb] = ACTIONS(564), + [anon_sym_shape] = ACTIONS(562), + [anon_sym_u25b3] = ACTIONS(564), [anon_sym_range] = ACTIONS(564), - [anon_sym_30] = ACTIONS(564), + [anon_sym_u21e1] = ACTIONS(564), [anon_sym_first] = ACTIONS(564), - [anon_sym_31] = ACTIONS(564), + [anon_sym_u22a2] = ACTIONS(564), [anon_sym_reverse] = ACTIONS(564), - [anon_sym_32] = ACTIONS(564), + [anon_sym_u21cc] = ACTIONS(564), [anon_sym_deshape] = ACTIONS(564), - [anon_sym_33] = ACTIONS(564), + [anon_sym_u266d] = ACTIONS(564), [anon_sym_bits] = ACTIONS(564), - [anon_sym_34] = ACTIONS(564), + [anon_sym_u22ef] = ACTIONS(564), [anon_sym_transpose] = ACTIONS(564), - [anon_sym_35] = ACTIONS(564), + [anon_sym_u2349] = ACTIONS(564), [anon_sym_rise] = ACTIONS(564), - [anon_sym_36] = ACTIONS(564), + [anon_sym_u234f] = ACTIONS(564), [anon_sym_fall] = ACTIONS(564), - [anon_sym_37] = ACTIONS(564), + [anon_sym_u2356] = ACTIONS(564), [anon_sym_where] = ACTIONS(564), - [anon_sym_38] = ACTIONS(564), + [anon_sym_u229a] = ACTIONS(564), [anon_sym_classify] = ACTIONS(564), - [anon_sym_39] = ACTIONS(564), + [anon_sym_u229b] = ACTIONS(564), [anon_sym_deduplicate] = ACTIONS(564), - [anon_sym_40] = ACTIONS(564), + [anon_sym_u25f4] = ACTIONS(564), [anon_sym_box] = ACTIONS(564), - [anon_sym_41] = ACTIONS(564), + [anon_sym_u25a1] = ACTIONS(564), [anon_sym_match] = ACTIONS(564), - [anon_sym_42] = ACTIONS(564), + [anon_sym_u224d] = ACTIONS(564), [anon_sym_couple] = ACTIONS(564), - [anon_sym_43] = ACTIONS(564), + [anon_sym_u229f] = ACTIONS(564), [anon_sym_join] = ACTIONS(564), - [anon_sym_44] = ACTIONS(564), + [anon_sym_u2282] = ACTIONS(564), [anon_sym_select] = ACTIONS(564), - [anon_sym_45] = ACTIONS(564), + [anon_sym_u228f] = ACTIONS(564), [anon_sym_pick] = ACTIONS(564), - [anon_sym_46] = ACTIONS(564), + [anon_sym_u22a1] = ACTIONS(564), [anon_sym_reshape] = ACTIONS(564), - [anon_sym_47] = ACTIONS(564), + [anon_sym_u21af] = ACTIONS(564), [anon_sym_take] = ACTIONS(564), - [anon_sym_48] = ACTIONS(564), + [anon_sym_u2199] = ACTIONS(564), [anon_sym_drop] = ACTIONS(564), - [anon_sym_49] = ACTIONS(564), + [anon_sym_u2198] = ACTIONS(564), [anon_sym_rotate] = ACTIONS(564), - [anon_sym_50] = ACTIONS(564), + [anon_sym_u21bb] = ACTIONS(564), [anon_sym_windows] = ACTIONS(564), - [anon_sym_51] = ACTIONS(564), + [anon_sym_u25eb] = ACTIONS(564), [anon_sym_keep] = ACTIONS(564), - [anon_sym_52] = ACTIONS(564), + [anon_sym_u25bd] = ACTIONS(564), [anon_sym_find] = ACTIONS(564), - [anon_sym_53] = ACTIONS(564), + [anon_sym_u2315] = ACTIONS(564), [anon_sym_member] = ACTIONS(564), - [anon_sym_54] = ACTIONS(564), + [anon_sym_u220a] = ACTIONS(564), [anon_sym_indexof] = ACTIONS(564), - [anon_sym_55] = ACTIONS(564), + [anon_sym_u2297] = ACTIONS(564), [anon_sym_assert] = ACTIONS(564), - [anon_sym_56] = ACTIONS(564), + [anon_sym_u2364] = ACTIONS(564), [anon_sym_wait] = ACTIONS(564), [anon_sym_parse] = ACTIONS(564), - [anon_sym_57] = ACTIONS(564), + [anon_sym_u22d5] = ACTIONS(564), [anon_sym_random] = ACTIONS(564), - [anon_sym_58] = ACTIONS(564), + [anon_sym_u2682] = ACTIONS(564), [anon_sym_gen] = ACTIONS(564), [anon_sym_deal] = ACTIONS(564), [anon_sym_tag] = ACTIONS(564), [anon_sym_now] = ACTIONS(564), - [anon_sym_type] = ACTIONS(564), - [anon_sym_59] = ACTIONS(564), + [anon_sym_type] = ACTIONS(562), + [anon_sym_u2e2e] = ACTIONS(564), [anon_sym_dump] = ACTIONS(564), [anon_sym_regex] = ACTIONS(564), [anon_sym_utf] = ACTIONS(564), @@ -32567,85 +33511,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(564), [anon_sym_tryrecv] = ACTIONS(564), [anon_sym_complex] = ACTIONS(564), - [anon_sym_60] = ACTIONS(564), + [anon_sym_u2102] = ACTIONS(564), [anon_sym_rerank] = ACTIONS(564), - [anon_sym_61] = ACTIONS(564), + [anon_sym_u2607] = ACTIONS(564), [anon_sym_fix] = ACTIONS(564), - [anon_sym_62] = ACTIONS(564), + [anon_sym_u00a4] = ACTIONS(564), [anon_sym_QMARK] = ACTIONS(564), [anon_sym_unique] = ACTIONS(564), - [anon_sym_63] = 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_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_64] = ACTIONS(564), + [anon_sym_u2235] = ACTIONS(564), [anon_sym_rows] = ACTIONS(564), - [anon_sym_65] = ACTIONS(564), + [anon_sym_u2261] = ACTIONS(564), [anon_sym_repeat] = ACTIONS(564), - [anon_sym_66] = ACTIONS(564), + [anon_sym_u2365] = ACTIONS(564), [anon_sym_dip] = ACTIONS(564), - [anon_sym_67] = ACTIONS(564), + [anon_sym_u2299] = ACTIONS(564), [anon_sym_gap] = ACTIONS(564), - [anon_sym_68] = ACTIONS(564), + [anon_sym_u22c5] = ACTIONS(564), [anon_sym_spawn] = ACTIONS(564), [anon_sym_rectify] = ACTIONS(564), - [anon_sym_69] = ACTIONS(564), - [anon_sym_this] = ACTIONS(564), - [anon_sym_70] = ACTIONS(564), - [anon_sym_recur] = ACTIONS(564), - [anon_sym_71] = ACTIONS(564), + [anon_sym_u2305] = ACTIONS(564), [anon_sym_un] = ACTIONS(562), - [anon_sym_72] = ACTIONS(564), - [anon_sym_content] = ACTIONS(564), - [anon_sym_73] = ACTIONS(564), + [anon_sym_u00b0] = ACTIONS(564), [anon_sym_bind] = 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_shapes] = ACTIONS(564), + [anon_sym_types] = ACTIONS(564), [anon_sym_fold] = ACTIONS(564), - [anon_sym_74] = ACTIONS(564), + [anon_sym_u2227] = ACTIONS(564), [anon_sym_table] = ACTIONS(564), - [anon_sym_75] = ACTIONS(564), + [anon_sym_u229e] = ACTIONS(564), [anon_sym_group] = ACTIONS(564), - [anon_sym_76] = ACTIONS(564), + [anon_sym_u2295] = ACTIONS(564), [anon_sym_partition] = ACTIONS(564), - [anon_sym_77] = ACTIONS(564), + [anon_sym_u229c] = ACTIONS(564), [anon_sym_both] = ACTIONS(564), - [anon_sym_78] = ACTIONS(564), + [anon_sym_u2229] = ACTIONS(564), [anon_sym_bracket] = ACTIONS(564), - [anon_sym_79] = ACTIONS(564), + [anon_sym_u2293] = ACTIONS(564), [anon_sym_fork] = ACTIONS(564), - [anon_sym_80] = ACTIONS(564), + [anon_sym_u2283] = ACTIONS(564), [anon_sym_under] = ACTIONS(564), - [anon_sym_81] = ACTIONS(564), + [anon_sym_u235c] = ACTIONS(564), [anon_sym_fill] = ACTIONS(564), - [anon_sym_82] = ACTIONS(564), + [anon_sym_u2b1a] = ACTIONS(564), [anon_sym_try] = ACTIONS(562), - [anon_sym_83] = ACTIONS(564), + [anon_sym_u2363] = ACTIONS(564), [anon_sym_do] = ACTIONS(562), - [anon_sym_84] = ACTIONS(564), - [anon_sym_all] = ACTIONS(564), - [anon_sym_85] = ACTIONS(564), + [anon_sym_u2362] = ACTIONS(564), [anon_sym_setinv] = ACTIONS(564), [anon_sym_setunder] = ACTIONS(564), - [anon_sym_86] = ACTIONS(564), - [anon_sym_87] = ACTIONS(564), - [anon_sym_88] = ACTIONS(564), - [anon_sym_89] = ACTIONS(564), - [anon_sym_90] = ACTIONS(564), - [anon_sym_91] = ACTIONS(564), - [anon_sym_92] = ACTIONS(564), - [anon_sym_93] = ACTIONS(564), + [anon_sym_f] = ACTIONS(562), + [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_94] = ACTIONS(564), - [anon_sym_95] = ACTIONS(564), + [anon_sym_u2290] = ACTIONS(564), + [anon_sym_u229d] = ACTIONS(564), [anon_sym_cross] = ACTIONS(564), - [anon_sym_96] = ACTIONS(564), + [anon_sym_u22a0] = ACTIONS(564), [anon_sym_SEMI] = ACTIONS(564), + [anon_sym_u21ac] = ACTIONS(564), + [anon_sym_u21ab] = ACTIONS(564), + [anon_sym_all] = ACTIONS(564), + [anon_sym_u22d4] = ACTIONS(564), [sym__endOfLine] = ACTIONS(564), }, [100] = { @@ -32658,7 +33610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(566), [anon_sym_Sep] = ACTIONS(566), [anon_sym_NUmProcs] = ACTIONS(566), - [anon_sym_] = ACTIONS(568), + [anon_sym_u237c] = ACTIONS(568), [aux_sym_character_token1] = ACTIONS(568), [sym_string] = ACTIONS(568), [sym_multiLineString] = ACTIONS(568), @@ -32677,138 +33629,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(566), [anon_sym_eta] = ACTIONS(568), - [anon_sym_2] = ACTIONS(566), + [anon_sym_u03b7] = ACTIONS(566), [anon_sym_pi] = ACTIONS(566), - [anon_sym_3] = ACTIONS(566), + [anon_sym_u03c0] = ACTIONS(566), [anon_sym_tau] = ACTIONS(568), - [anon_sym_4] = ACTIONS(566), + [anon_sym_u03c4] = ACTIONS(566), [anon_sym_infinity] = ACTIONS(568), - [anon_sym_5] = ACTIONS(568), - [anon_sym_e] = ACTIONS(566), - [anon_sym_NaN] = ACTIONS(566), - [anon_sym_NumProcs] = ACTIONS(566), + [anon_sym_u221e] = ACTIONS(568), [anon_sym_DOT] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(568), [anon_sym_COLON] = ACTIONS(568), - [anon_sym_6] = ACTIONS(568), + [anon_sym_u25cc] = ACTIONS(568), [anon_sym_identity] = ACTIONS(568), [anon_sym_id] = ACTIONS(566), - [anon_sym_7] = ACTIONS(568), + [anon_sym_u2218] = ACTIONS(568), [anon_sym_not] = ACTIONS(568), - [anon_sym_8] = ACTIONS(568), - [anon_sym_sign] = ACTIONS(568), - [anon_sym_9] = ACTIONS(568), + [anon_sym_u00ac] = ACTIONS(568), + [anon_sym_sign] = ACTIONS(566), + [anon_sym_u00b1] = ACTIONS(568), [anon_sym_BQUOTE] = ACTIONS(568), - [anon_sym_10] = ACTIONS(566), + [anon_sym_u00af] = ACTIONS(566), [anon_sym_absolutevalue] = ACTIONS(568), - [anon_sym_11] = ACTIONS(568), + [anon_sym_u2335] = ACTIONS(568), [anon_sym_sqrt] = ACTIONS(568), - [anon_sym_12] = ACTIONS(568), + [anon_sym_u221a] = ACTIONS(568), [anon_sym_sine] = ACTIONS(568), - [anon_sym_13] = ACTIONS(568), + [anon_sym_u25cb] = ACTIONS(568), [anon_sym_floor] = ACTIONS(568), - [anon_sym_14] = ACTIONS(568), + [anon_sym_u230a] = ACTIONS(568), [anon_sym_ceiling] = ACTIONS(568), - [anon_sym_15] = ACTIONS(568), + [anon_sym_u2308] = ACTIONS(568), [anon_sym_round] = ACTIONS(568), - [anon_sym_16] = ACTIONS(568), + [anon_sym_u2045] = ACTIONS(568), [anon_sym_EQ] = ACTIONS(568), [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_17] = ACTIONS(568), + [anon_sym_u2260] = ACTIONS(568), [anon_sym_LT] = ACTIONS(566), [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_18] = ACTIONS(568), + [anon_sym_u2264] = ACTIONS(568), [anon_sym_GT] = ACTIONS(566), [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_19] = ACTIONS(568), + [anon_sym_u2265] = ACTIONS(568), [anon_sym_PLUS] = ACTIONS(568), [anon_sym_DASH] = ACTIONS(568), [anon_sym_STAR] = ACTIONS(568), - [anon_sym_20] = ACTIONS(568), + [anon_sym_u00d7] = ACTIONS(568), [anon_sym_PERCENT] = ACTIONS(568), - [anon_sym_21] = ACTIONS(568), + [anon_sym_u00f7] = ACTIONS(568), [anon_sym_modulus] = ACTIONS(568), - [anon_sym_22] = ACTIONS(568), + [anon_sym_u25ff] = ACTIONS(568), [anon_sym_power] = ACTIONS(568), - [anon_sym_23] = ACTIONS(568), + [anon_sym_u207f] = ACTIONS(568), [anon_sym_logarithm] = ACTIONS(568), - [anon_sym_24] = ACTIONS(568), + [anon_sym_u2099] = ACTIONS(568), [anon_sym_minimum] = ACTIONS(568), - [anon_sym_25] = ACTIONS(568), + [anon_sym_u21a7] = ACTIONS(568), [anon_sym_maximum] = ACTIONS(568), - [anon_sym_26] = ACTIONS(568), + [anon_sym_u21a5] = ACTIONS(568), [anon_sym_atangent] = ACTIONS(568), - [anon_sym_27] = ACTIONS(568), + [anon_sym_u2220] = ACTIONS(568), [anon_sym_length] = ACTIONS(568), - [anon_sym_28] = ACTIONS(568), - [anon_sym_shape] = ACTIONS(568), - [anon_sym_29] = ACTIONS(568), + [anon_sym_u29fb] = ACTIONS(568), + [anon_sym_shape] = ACTIONS(566), + [anon_sym_u25b3] = ACTIONS(568), [anon_sym_range] = ACTIONS(568), - [anon_sym_30] = ACTIONS(568), + [anon_sym_u21e1] = ACTIONS(568), [anon_sym_first] = ACTIONS(568), - [anon_sym_31] = ACTIONS(568), + [anon_sym_u22a2] = ACTIONS(568), [anon_sym_reverse] = ACTIONS(568), - [anon_sym_32] = ACTIONS(568), + [anon_sym_u21cc] = ACTIONS(568), [anon_sym_deshape] = ACTIONS(568), - [anon_sym_33] = ACTIONS(568), + [anon_sym_u266d] = ACTIONS(568), [anon_sym_bits] = ACTIONS(568), - [anon_sym_34] = ACTIONS(568), + [anon_sym_u22ef] = ACTIONS(568), [anon_sym_transpose] = ACTIONS(568), - [anon_sym_35] = ACTIONS(568), + [anon_sym_u2349] = ACTIONS(568), [anon_sym_rise] = ACTIONS(568), - [anon_sym_36] = ACTIONS(568), + [anon_sym_u234f] = ACTIONS(568), [anon_sym_fall] = ACTIONS(568), - [anon_sym_37] = ACTIONS(568), + [anon_sym_u2356] = ACTIONS(568), [anon_sym_where] = ACTIONS(568), - [anon_sym_38] = ACTIONS(568), + [anon_sym_u229a] = ACTIONS(568), [anon_sym_classify] = ACTIONS(568), - [anon_sym_39] = ACTIONS(568), + [anon_sym_u229b] = ACTIONS(568), [anon_sym_deduplicate] = ACTIONS(568), - [anon_sym_40] = ACTIONS(568), + [anon_sym_u25f4] = ACTIONS(568), [anon_sym_box] = ACTIONS(568), - [anon_sym_41] = ACTIONS(568), + [anon_sym_u25a1] = ACTIONS(568), [anon_sym_match] = ACTIONS(568), - [anon_sym_42] = ACTIONS(568), + [anon_sym_u224d] = ACTIONS(568), [anon_sym_couple] = ACTIONS(568), - [anon_sym_43] = ACTIONS(568), + [anon_sym_u229f] = ACTIONS(568), [anon_sym_join] = ACTIONS(568), - [anon_sym_44] = ACTIONS(568), + [anon_sym_u2282] = ACTIONS(568), [anon_sym_select] = ACTIONS(568), - [anon_sym_45] = ACTIONS(568), + [anon_sym_u228f] = ACTIONS(568), [anon_sym_pick] = ACTIONS(568), - [anon_sym_46] = ACTIONS(568), + [anon_sym_u22a1] = ACTIONS(568), [anon_sym_reshape] = ACTIONS(568), - [anon_sym_47] = ACTIONS(568), + [anon_sym_u21af] = ACTIONS(568), [anon_sym_take] = ACTIONS(568), - [anon_sym_48] = ACTIONS(568), + [anon_sym_u2199] = ACTIONS(568), [anon_sym_drop] = ACTIONS(568), - [anon_sym_49] = ACTIONS(568), + [anon_sym_u2198] = ACTIONS(568), [anon_sym_rotate] = ACTIONS(568), - [anon_sym_50] = ACTIONS(568), + [anon_sym_u21bb] = ACTIONS(568), [anon_sym_windows] = ACTIONS(568), - [anon_sym_51] = ACTIONS(568), + [anon_sym_u25eb] = ACTIONS(568), [anon_sym_keep] = ACTIONS(568), - [anon_sym_52] = ACTIONS(568), + [anon_sym_u25bd] = ACTIONS(568), [anon_sym_find] = ACTIONS(568), - [anon_sym_53] = ACTIONS(568), + [anon_sym_u2315] = ACTIONS(568), [anon_sym_member] = ACTIONS(568), - [anon_sym_54] = ACTIONS(568), + [anon_sym_u220a] = ACTIONS(568), [anon_sym_indexof] = ACTIONS(568), - [anon_sym_55] = ACTIONS(568), + [anon_sym_u2297] = ACTIONS(568), [anon_sym_assert] = ACTIONS(568), - [anon_sym_56] = ACTIONS(568), + [anon_sym_u2364] = ACTIONS(568), [anon_sym_wait] = ACTIONS(568), [anon_sym_parse] = ACTIONS(568), - [anon_sym_57] = ACTIONS(568), + [anon_sym_u22d5] = ACTIONS(568), [anon_sym_random] = ACTIONS(568), - [anon_sym_58] = ACTIONS(568), + [anon_sym_u2682] = ACTIONS(568), [anon_sym_gen] = ACTIONS(568), [anon_sym_deal] = ACTIONS(568), [anon_sym_tag] = ACTIONS(568), [anon_sym_now] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_59] = ACTIONS(568), + [anon_sym_type] = ACTIONS(566), + [anon_sym_u2e2e] = ACTIONS(568), [anon_sym_dump] = ACTIONS(568), [anon_sym_regex] = ACTIONS(568), [anon_sym_utf] = ACTIONS(568), @@ -32816,85 +33768,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(568), [anon_sym_tryrecv] = ACTIONS(568), [anon_sym_complex] = ACTIONS(568), - [anon_sym_60] = ACTIONS(568), + [anon_sym_u2102] = ACTIONS(568), [anon_sym_rerank] = ACTIONS(568), - [anon_sym_61] = ACTIONS(568), + [anon_sym_u2607] = ACTIONS(568), [anon_sym_fix] = ACTIONS(568), - [anon_sym_62] = ACTIONS(568), + [anon_sym_u00a4] = ACTIONS(568), [anon_sym_QMARK] = ACTIONS(568), [anon_sym_unique] = ACTIONS(568), - [anon_sym_63] = 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_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_64] = ACTIONS(568), + [anon_sym_u2235] = ACTIONS(568), [anon_sym_rows] = ACTIONS(568), - [anon_sym_65] = ACTIONS(568), + [anon_sym_u2261] = ACTIONS(568), [anon_sym_repeat] = ACTIONS(568), - [anon_sym_66] = ACTIONS(568), + [anon_sym_u2365] = ACTIONS(568), [anon_sym_dip] = ACTIONS(568), - [anon_sym_67] = ACTIONS(568), + [anon_sym_u2299] = ACTIONS(568), [anon_sym_gap] = ACTIONS(568), - [anon_sym_68] = ACTIONS(568), + [anon_sym_u22c5] = ACTIONS(568), [anon_sym_spawn] = ACTIONS(568), [anon_sym_rectify] = ACTIONS(568), - [anon_sym_69] = ACTIONS(568), - [anon_sym_this] = ACTIONS(568), - [anon_sym_70] = ACTIONS(568), - [anon_sym_recur] = ACTIONS(568), - [anon_sym_71] = ACTIONS(568), + [anon_sym_u2305] = ACTIONS(568), [anon_sym_un] = ACTIONS(566), - [anon_sym_72] = ACTIONS(568), - [anon_sym_content] = ACTIONS(568), - [anon_sym_73] = ACTIONS(568), + [anon_sym_u00b0] = ACTIONS(568), [anon_sym_bind] = 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_shapes] = ACTIONS(568), + [anon_sym_types] = ACTIONS(568), [anon_sym_fold] = ACTIONS(568), - [anon_sym_74] = ACTIONS(568), + [anon_sym_u2227] = ACTIONS(568), [anon_sym_table] = ACTIONS(568), - [anon_sym_75] = ACTIONS(568), + [anon_sym_u229e] = ACTIONS(568), [anon_sym_group] = ACTIONS(568), - [anon_sym_76] = ACTIONS(568), + [anon_sym_u2295] = ACTIONS(568), [anon_sym_partition] = ACTIONS(568), - [anon_sym_77] = ACTIONS(568), + [anon_sym_u229c] = ACTIONS(568), [anon_sym_both] = ACTIONS(568), - [anon_sym_78] = ACTIONS(568), + [anon_sym_u2229] = ACTIONS(568), [anon_sym_bracket] = ACTIONS(568), - [anon_sym_79] = ACTIONS(568), + [anon_sym_u2293] = ACTIONS(568), [anon_sym_fork] = ACTIONS(568), - [anon_sym_80] = ACTIONS(568), + [anon_sym_u2283] = ACTIONS(568), [anon_sym_under] = ACTIONS(568), - [anon_sym_81] = ACTIONS(568), + [anon_sym_u235c] = ACTIONS(568), [anon_sym_fill] = ACTIONS(568), - [anon_sym_82] = ACTIONS(568), + [anon_sym_u2b1a] = ACTIONS(568), [anon_sym_try] = ACTIONS(566), - [anon_sym_83] = ACTIONS(568), + [anon_sym_u2363] = ACTIONS(568), [anon_sym_do] = ACTIONS(566), - [anon_sym_84] = ACTIONS(568), - [anon_sym_all] = ACTIONS(568), - [anon_sym_85] = ACTIONS(568), + [anon_sym_u2362] = ACTIONS(568), [anon_sym_setinv] = ACTIONS(568), [anon_sym_setunder] = ACTIONS(568), - [anon_sym_86] = ACTIONS(568), - [anon_sym_87] = ACTIONS(568), - [anon_sym_88] = ACTIONS(568), - [anon_sym_89] = ACTIONS(568), - [anon_sym_90] = ACTIONS(568), - [anon_sym_91] = ACTIONS(568), - [anon_sym_92] = ACTIONS(568), - [anon_sym_93] = ACTIONS(568), + [anon_sym_f] = ACTIONS(566), + [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_94] = ACTIONS(568), - [anon_sym_95] = ACTIONS(568), + [anon_sym_u2290] = ACTIONS(568), + [anon_sym_u229d] = ACTIONS(568), [anon_sym_cross] = ACTIONS(568), - [anon_sym_96] = ACTIONS(568), + [anon_sym_u22a0] = ACTIONS(568), [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_u21ac] = ACTIONS(568), + [anon_sym_u21ab] = ACTIONS(568), + [anon_sym_all] = ACTIONS(568), + [anon_sym_u22d4] = ACTIONS(568), [sym__endOfLine] = ACTIONS(568), }, [101] = { @@ -32907,7 +33867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(570), [anon_sym_Sep] = ACTIONS(570), [anon_sym_NUmProcs] = ACTIONS(570), - [anon_sym_] = ACTIONS(572), + [anon_sym_u237c] = ACTIONS(572), [aux_sym_character_token1] = ACTIONS(572), [sym_string] = ACTIONS(572), [sym_multiLineString] = ACTIONS(572), @@ -32926,138 +33886,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(570), [anon_sym_eta] = ACTIONS(572), - [anon_sym_2] = ACTIONS(570), + [anon_sym_u03b7] = ACTIONS(570), [anon_sym_pi] = ACTIONS(570), - [anon_sym_3] = ACTIONS(570), + [anon_sym_u03c0] = ACTIONS(570), [anon_sym_tau] = ACTIONS(572), - [anon_sym_4] = ACTIONS(570), + [anon_sym_u03c4] = ACTIONS(570), [anon_sym_infinity] = ACTIONS(572), - [anon_sym_5] = ACTIONS(572), - [anon_sym_e] = ACTIONS(570), - [anon_sym_NaN] = ACTIONS(570), - [anon_sym_NumProcs] = ACTIONS(570), + [anon_sym_u221e] = ACTIONS(572), [anon_sym_DOT] = ACTIONS(572), [anon_sym_COMMA] = ACTIONS(572), [anon_sym_COLON] = ACTIONS(572), - [anon_sym_6] = ACTIONS(572), + [anon_sym_u25cc] = ACTIONS(572), [anon_sym_identity] = ACTIONS(572), [anon_sym_id] = ACTIONS(570), - [anon_sym_7] = ACTIONS(572), + [anon_sym_u2218] = ACTIONS(572), [anon_sym_not] = ACTIONS(572), - [anon_sym_8] = ACTIONS(572), - [anon_sym_sign] = ACTIONS(572), - [anon_sym_9] = ACTIONS(572), + [anon_sym_u00ac] = ACTIONS(572), + [anon_sym_sign] = ACTIONS(570), + [anon_sym_u00b1] = ACTIONS(572), [anon_sym_BQUOTE] = ACTIONS(572), - [anon_sym_10] = ACTIONS(570), + [anon_sym_u00af] = ACTIONS(570), [anon_sym_absolutevalue] = ACTIONS(572), - [anon_sym_11] = ACTIONS(572), + [anon_sym_u2335] = ACTIONS(572), [anon_sym_sqrt] = ACTIONS(572), - [anon_sym_12] = ACTIONS(572), + [anon_sym_u221a] = ACTIONS(572), [anon_sym_sine] = ACTIONS(572), - [anon_sym_13] = ACTIONS(572), + [anon_sym_u25cb] = ACTIONS(572), [anon_sym_floor] = ACTIONS(572), - [anon_sym_14] = ACTIONS(572), + [anon_sym_u230a] = ACTIONS(572), [anon_sym_ceiling] = ACTIONS(572), - [anon_sym_15] = ACTIONS(572), + [anon_sym_u2308] = ACTIONS(572), [anon_sym_round] = ACTIONS(572), - [anon_sym_16] = ACTIONS(572), + [anon_sym_u2045] = ACTIONS(572), [anon_sym_EQ] = ACTIONS(572), [anon_sym_BANG_EQ] = ACTIONS(572), - [anon_sym_17] = ACTIONS(572), + [anon_sym_u2260] = ACTIONS(572), [anon_sym_LT] = ACTIONS(570), [anon_sym_LT_EQ] = ACTIONS(572), - [anon_sym_18] = ACTIONS(572), + [anon_sym_u2264] = ACTIONS(572), [anon_sym_GT] = ACTIONS(570), [anon_sym_GT_EQ] = ACTIONS(572), - [anon_sym_19] = ACTIONS(572), + [anon_sym_u2265] = ACTIONS(572), [anon_sym_PLUS] = ACTIONS(572), [anon_sym_DASH] = ACTIONS(572), [anon_sym_STAR] = ACTIONS(572), - [anon_sym_20] = ACTIONS(572), + [anon_sym_u00d7] = ACTIONS(572), [anon_sym_PERCENT] = ACTIONS(572), - [anon_sym_21] = ACTIONS(572), + [anon_sym_u00f7] = ACTIONS(572), [anon_sym_modulus] = ACTIONS(572), - [anon_sym_22] = ACTIONS(572), + [anon_sym_u25ff] = ACTIONS(572), [anon_sym_power] = ACTIONS(572), - [anon_sym_23] = ACTIONS(572), + [anon_sym_u207f] = ACTIONS(572), [anon_sym_logarithm] = ACTIONS(572), - [anon_sym_24] = ACTIONS(572), + [anon_sym_u2099] = ACTIONS(572), [anon_sym_minimum] = ACTIONS(572), - [anon_sym_25] = ACTIONS(572), + [anon_sym_u21a7] = ACTIONS(572), [anon_sym_maximum] = ACTIONS(572), - [anon_sym_26] = ACTIONS(572), + [anon_sym_u21a5] = ACTIONS(572), [anon_sym_atangent] = ACTIONS(572), - [anon_sym_27] = ACTIONS(572), + [anon_sym_u2220] = ACTIONS(572), [anon_sym_length] = ACTIONS(572), - [anon_sym_28] = ACTIONS(572), - [anon_sym_shape] = ACTIONS(572), - [anon_sym_29] = ACTIONS(572), + [anon_sym_u29fb] = ACTIONS(572), + [anon_sym_shape] = ACTIONS(570), + [anon_sym_u25b3] = ACTIONS(572), [anon_sym_range] = ACTIONS(572), - [anon_sym_30] = ACTIONS(572), + [anon_sym_u21e1] = ACTIONS(572), [anon_sym_first] = ACTIONS(572), - [anon_sym_31] = ACTIONS(572), + [anon_sym_u22a2] = ACTIONS(572), [anon_sym_reverse] = ACTIONS(572), - [anon_sym_32] = ACTIONS(572), + [anon_sym_u21cc] = ACTIONS(572), [anon_sym_deshape] = ACTIONS(572), - [anon_sym_33] = ACTIONS(572), + [anon_sym_u266d] = ACTIONS(572), [anon_sym_bits] = ACTIONS(572), - [anon_sym_34] = ACTIONS(572), + [anon_sym_u22ef] = ACTIONS(572), [anon_sym_transpose] = ACTIONS(572), - [anon_sym_35] = ACTIONS(572), + [anon_sym_u2349] = ACTIONS(572), [anon_sym_rise] = ACTIONS(572), - [anon_sym_36] = ACTIONS(572), + [anon_sym_u234f] = ACTIONS(572), [anon_sym_fall] = ACTIONS(572), - [anon_sym_37] = ACTIONS(572), + [anon_sym_u2356] = ACTIONS(572), [anon_sym_where] = ACTIONS(572), - [anon_sym_38] = ACTIONS(572), + [anon_sym_u229a] = ACTIONS(572), [anon_sym_classify] = ACTIONS(572), - [anon_sym_39] = ACTIONS(572), + [anon_sym_u229b] = ACTIONS(572), [anon_sym_deduplicate] = ACTIONS(572), - [anon_sym_40] = ACTIONS(572), + [anon_sym_u25f4] = ACTIONS(572), [anon_sym_box] = ACTIONS(572), - [anon_sym_41] = ACTIONS(572), + [anon_sym_u25a1] = ACTIONS(572), [anon_sym_match] = ACTIONS(572), - [anon_sym_42] = ACTIONS(572), + [anon_sym_u224d] = ACTIONS(572), [anon_sym_couple] = ACTIONS(572), - [anon_sym_43] = ACTIONS(572), + [anon_sym_u229f] = ACTIONS(572), [anon_sym_join] = ACTIONS(572), - [anon_sym_44] = ACTIONS(572), + [anon_sym_u2282] = ACTIONS(572), [anon_sym_select] = ACTIONS(572), - [anon_sym_45] = ACTIONS(572), + [anon_sym_u228f] = ACTIONS(572), [anon_sym_pick] = ACTIONS(572), - [anon_sym_46] = ACTIONS(572), + [anon_sym_u22a1] = ACTIONS(572), [anon_sym_reshape] = ACTIONS(572), - [anon_sym_47] = ACTIONS(572), + [anon_sym_u21af] = ACTIONS(572), [anon_sym_take] = ACTIONS(572), - [anon_sym_48] = ACTIONS(572), + [anon_sym_u2199] = ACTIONS(572), [anon_sym_drop] = ACTIONS(572), - [anon_sym_49] = ACTIONS(572), + [anon_sym_u2198] = ACTIONS(572), [anon_sym_rotate] = ACTIONS(572), - [anon_sym_50] = ACTIONS(572), + [anon_sym_u21bb] = ACTIONS(572), [anon_sym_windows] = ACTIONS(572), - [anon_sym_51] = ACTIONS(572), + [anon_sym_u25eb] = ACTIONS(572), [anon_sym_keep] = ACTIONS(572), - [anon_sym_52] = ACTIONS(572), + [anon_sym_u25bd] = ACTIONS(572), [anon_sym_find] = ACTIONS(572), - [anon_sym_53] = ACTIONS(572), + [anon_sym_u2315] = ACTIONS(572), [anon_sym_member] = ACTIONS(572), - [anon_sym_54] = ACTIONS(572), + [anon_sym_u220a] = ACTIONS(572), [anon_sym_indexof] = ACTIONS(572), - [anon_sym_55] = ACTIONS(572), + [anon_sym_u2297] = ACTIONS(572), [anon_sym_assert] = ACTIONS(572), - [anon_sym_56] = ACTIONS(572), + [anon_sym_u2364] = ACTIONS(572), [anon_sym_wait] = ACTIONS(572), [anon_sym_parse] = ACTIONS(572), - [anon_sym_57] = ACTIONS(572), + [anon_sym_u22d5] = ACTIONS(572), [anon_sym_random] = ACTIONS(572), - [anon_sym_58] = ACTIONS(572), + [anon_sym_u2682] = ACTIONS(572), [anon_sym_gen] = ACTIONS(572), [anon_sym_deal] = ACTIONS(572), [anon_sym_tag] = ACTIONS(572), [anon_sym_now] = ACTIONS(572), - [anon_sym_type] = ACTIONS(572), - [anon_sym_59] = ACTIONS(572), + [anon_sym_type] = ACTIONS(570), + [anon_sym_u2e2e] = ACTIONS(572), [anon_sym_dump] = ACTIONS(572), [anon_sym_regex] = ACTIONS(572), [anon_sym_utf] = ACTIONS(572), @@ -33065,85 +34025,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(572), [anon_sym_tryrecv] = ACTIONS(572), [anon_sym_complex] = ACTIONS(572), - [anon_sym_60] = ACTIONS(572), + [anon_sym_u2102] = ACTIONS(572), [anon_sym_rerank] = ACTIONS(572), - [anon_sym_61] = ACTIONS(572), + [anon_sym_u2607] = ACTIONS(572), [anon_sym_fix] = ACTIONS(572), - [anon_sym_62] = ACTIONS(572), + [anon_sym_u00a4] = ACTIONS(572), [anon_sym_QMARK] = ACTIONS(572), [anon_sym_unique] = ACTIONS(572), - [anon_sym_63] = 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_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_64] = ACTIONS(572), + [anon_sym_u2235] = ACTIONS(572), [anon_sym_rows] = ACTIONS(572), - [anon_sym_65] = ACTIONS(572), + [anon_sym_u2261] = ACTIONS(572), [anon_sym_repeat] = ACTIONS(572), - [anon_sym_66] = ACTIONS(572), + [anon_sym_u2365] = ACTIONS(572), [anon_sym_dip] = ACTIONS(572), - [anon_sym_67] = ACTIONS(572), + [anon_sym_u2299] = ACTIONS(572), [anon_sym_gap] = ACTIONS(572), - [anon_sym_68] = ACTIONS(572), + [anon_sym_u22c5] = ACTIONS(572), [anon_sym_spawn] = ACTIONS(572), [anon_sym_rectify] = ACTIONS(572), - [anon_sym_69] = ACTIONS(572), - [anon_sym_this] = ACTIONS(572), - [anon_sym_70] = ACTIONS(572), - [anon_sym_recur] = ACTIONS(572), - [anon_sym_71] = ACTIONS(572), + [anon_sym_u2305] = ACTIONS(572), [anon_sym_un] = ACTIONS(570), - [anon_sym_72] = ACTIONS(572), - [anon_sym_content] = ACTIONS(572), - [anon_sym_73] = ACTIONS(572), + [anon_sym_u00b0] = ACTIONS(572), [anon_sym_bind] = 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_shapes] = ACTIONS(572), + [anon_sym_types] = ACTIONS(572), [anon_sym_fold] = ACTIONS(572), - [anon_sym_74] = ACTIONS(572), + [anon_sym_u2227] = ACTIONS(572), [anon_sym_table] = ACTIONS(572), - [anon_sym_75] = ACTIONS(572), + [anon_sym_u229e] = ACTIONS(572), [anon_sym_group] = ACTIONS(572), - [anon_sym_76] = ACTIONS(572), + [anon_sym_u2295] = ACTIONS(572), [anon_sym_partition] = ACTIONS(572), - [anon_sym_77] = ACTIONS(572), + [anon_sym_u229c] = ACTIONS(572), [anon_sym_both] = ACTIONS(572), - [anon_sym_78] = ACTIONS(572), + [anon_sym_u2229] = ACTIONS(572), [anon_sym_bracket] = ACTIONS(572), - [anon_sym_79] = ACTIONS(572), + [anon_sym_u2293] = ACTIONS(572), [anon_sym_fork] = ACTIONS(572), - [anon_sym_80] = ACTIONS(572), + [anon_sym_u2283] = ACTIONS(572), [anon_sym_under] = ACTIONS(572), - [anon_sym_81] = ACTIONS(572), + [anon_sym_u235c] = ACTIONS(572), [anon_sym_fill] = ACTIONS(572), - [anon_sym_82] = ACTIONS(572), + [anon_sym_u2b1a] = ACTIONS(572), [anon_sym_try] = ACTIONS(570), - [anon_sym_83] = ACTIONS(572), + [anon_sym_u2363] = ACTIONS(572), [anon_sym_do] = ACTIONS(570), - [anon_sym_84] = ACTIONS(572), - [anon_sym_all] = ACTIONS(572), - [anon_sym_85] = ACTIONS(572), + [anon_sym_u2362] = ACTIONS(572), [anon_sym_setinv] = ACTIONS(572), [anon_sym_setunder] = ACTIONS(572), - [anon_sym_86] = ACTIONS(572), - [anon_sym_87] = ACTIONS(572), - [anon_sym_88] = ACTIONS(572), - [anon_sym_89] = ACTIONS(572), - [anon_sym_90] = ACTIONS(572), - [anon_sym_91] = ACTIONS(572), - [anon_sym_92] = ACTIONS(572), - [anon_sym_93] = ACTIONS(572), + [anon_sym_f] = ACTIONS(570), + [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_94] = ACTIONS(572), - [anon_sym_95] = ACTIONS(572), + [anon_sym_u2290] = ACTIONS(572), + [anon_sym_u229d] = ACTIONS(572), [anon_sym_cross] = ACTIONS(572), - [anon_sym_96] = ACTIONS(572), + [anon_sym_u22a0] = ACTIONS(572), [anon_sym_SEMI] = ACTIONS(572), + [anon_sym_u21ac] = ACTIONS(572), + [anon_sym_u21ab] = ACTIONS(572), + [anon_sym_all] = ACTIONS(572), + [anon_sym_u22d4] = ACTIONS(572), [sym__endOfLine] = ACTIONS(572), }, [102] = { @@ -33156,7 +34124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(494), [anon_sym_Sep] = ACTIONS(494), [anon_sym_NUmProcs] = ACTIONS(494), - [anon_sym_] = ACTIONS(496), + [anon_sym_u237c] = ACTIONS(496), [aux_sym_character_token1] = ACTIONS(496), [sym_string] = ACTIONS(496), [sym_multiLineString] = ACTIONS(496), @@ -33175,138 +34143,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(496), [anon_sym_SQUOTE] = ACTIONS(494), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(496), + [anon_sym_e] = ACTIONS(494), + [anon_sym_NaN] = ACTIONS(494), + [anon_sym_NumProcs] = ACTIONS(494), [anon_sym_eta] = ACTIONS(496), - [anon_sym_2] = ACTIONS(494), + [anon_sym_u03b7] = ACTIONS(494), [anon_sym_pi] = ACTIONS(494), - [anon_sym_3] = ACTIONS(494), + [anon_sym_u03c0] = ACTIONS(494), [anon_sym_tau] = ACTIONS(496), - [anon_sym_4] = ACTIONS(494), + [anon_sym_u03c4] = ACTIONS(494), [anon_sym_infinity] = ACTIONS(496), - [anon_sym_5] = ACTIONS(496), - [anon_sym_e] = ACTIONS(494), - [anon_sym_NaN] = ACTIONS(494), - [anon_sym_NumProcs] = ACTIONS(494), + [anon_sym_u221e] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(496), [anon_sym_COMMA] = ACTIONS(496), [anon_sym_COLON] = ACTIONS(496), - [anon_sym_6] = ACTIONS(496), + [anon_sym_u25cc] = ACTIONS(496), [anon_sym_identity] = ACTIONS(496), [anon_sym_id] = ACTIONS(494), - [anon_sym_7] = ACTIONS(496), + [anon_sym_u2218] = ACTIONS(496), [anon_sym_not] = ACTIONS(496), - [anon_sym_8] = ACTIONS(496), - [anon_sym_sign] = ACTIONS(496), - [anon_sym_9] = ACTIONS(496), + [anon_sym_u00ac] = ACTIONS(496), + [anon_sym_sign] = ACTIONS(494), + [anon_sym_u00b1] = ACTIONS(496), [anon_sym_BQUOTE] = ACTIONS(496), - [anon_sym_10] = ACTIONS(494), + [anon_sym_u00af] = ACTIONS(494), [anon_sym_absolutevalue] = ACTIONS(496), - [anon_sym_11] = ACTIONS(496), + [anon_sym_u2335] = ACTIONS(496), [anon_sym_sqrt] = ACTIONS(496), - [anon_sym_12] = ACTIONS(496), + [anon_sym_u221a] = ACTIONS(496), [anon_sym_sine] = ACTIONS(496), - [anon_sym_13] = ACTIONS(496), + [anon_sym_u25cb] = ACTIONS(496), [anon_sym_floor] = ACTIONS(496), - [anon_sym_14] = ACTIONS(496), + [anon_sym_u230a] = ACTIONS(496), [anon_sym_ceiling] = ACTIONS(496), - [anon_sym_15] = ACTIONS(496), + [anon_sym_u2308] = ACTIONS(496), [anon_sym_round] = ACTIONS(496), - [anon_sym_16] = ACTIONS(496), + [anon_sym_u2045] = ACTIONS(496), [anon_sym_EQ] = ACTIONS(496), [anon_sym_BANG_EQ] = ACTIONS(496), - [anon_sym_17] = ACTIONS(496), + [anon_sym_u2260] = ACTIONS(496), [anon_sym_LT] = ACTIONS(494), [anon_sym_LT_EQ] = ACTIONS(496), - [anon_sym_18] = ACTIONS(496), + [anon_sym_u2264] = ACTIONS(496), [anon_sym_GT] = ACTIONS(494), [anon_sym_GT_EQ] = ACTIONS(496), - [anon_sym_19] = ACTIONS(496), + [anon_sym_u2265] = ACTIONS(496), [anon_sym_PLUS] = ACTIONS(496), [anon_sym_DASH] = ACTIONS(496), [anon_sym_STAR] = ACTIONS(496), - [anon_sym_20] = ACTIONS(496), + [anon_sym_u00d7] = ACTIONS(496), [anon_sym_PERCENT] = ACTIONS(496), - [anon_sym_21] = ACTIONS(496), + [anon_sym_u00f7] = ACTIONS(496), [anon_sym_modulus] = ACTIONS(496), - [anon_sym_22] = ACTIONS(496), + [anon_sym_u25ff] = ACTIONS(496), [anon_sym_power] = ACTIONS(496), - [anon_sym_23] = ACTIONS(496), + [anon_sym_u207f] = ACTIONS(496), [anon_sym_logarithm] = ACTIONS(496), - [anon_sym_24] = ACTIONS(496), + [anon_sym_u2099] = ACTIONS(496), [anon_sym_minimum] = ACTIONS(496), - [anon_sym_25] = ACTIONS(496), + [anon_sym_u21a7] = ACTIONS(496), [anon_sym_maximum] = ACTIONS(496), - [anon_sym_26] = ACTIONS(496), + [anon_sym_u21a5] = ACTIONS(496), [anon_sym_atangent] = ACTIONS(496), - [anon_sym_27] = ACTIONS(496), + [anon_sym_u2220] = ACTIONS(496), [anon_sym_length] = ACTIONS(496), - [anon_sym_28] = ACTIONS(496), - [anon_sym_shape] = ACTIONS(496), - [anon_sym_29] = ACTIONS(496), + [anon_sym_u29fb] = ACTIONS(496), + [anon_sym_shape] = ACTIONS(494), + [anon_sym_u25b3] = ACTIONS(496), [anon_sym_range] = ACTIONS(496), - [anon_sym_30] = ACTIONS(496), + [anon_sym_u21e1] = ACTIONS(496), [anon_sym_first] = ACTIONS(496), - [anon_sym_31] = ACTIONS(496), + [anon_sym_u22a2] = ACTIONS(496), [anon_sym_reverse] = ACTIONS(496), - [anon_sym_32] = ACTIONS(496), + [anon_sym_u21cc] = ACTIONS(496), [anon_sym_deshape] = ACTIONS(496), - [anon_sym_33] = ACTIONS(496), + [anon_sym_u266d] = ACTIONS(496), [anon_sym_bits] = ACTIONS(496), - [anon_sym_34] = ACTIONS(496), + [anon_sym_u22ef] = ACTIONS(496), [anon_sym_transpose] = ACTIONS(496), - [anon_sym_35] = ACTIONS(496), + [anon_sym_u2349] = ACTIONS(496), [anon_sym_rise] = ACTIONS(496), - [anon_sym_36] = ACTIONS(496), + [anon_sym_u234f] = ACTIONS(496), [anon_sym_fall] = ACTIONS(496), - [anon_sym_37] = ACTIONS(496), + [anon_sym_u2356] = ACTIONS(496), [anon_sym_where] = ACTIONS(496), - [anon_sym_38] = ACTIONS(496), + [anon_sym_u229a] = ACTIONS(496), [anon_sym_classify] = ACTIONS(496), - [anon_sym_39] = ACTIONS(496), + [anon_sym_u229b] = ACTIONS(496), [anon_sym_deduplicate] = ACTIONS(496), - [anon_sym_40] = ACTIONS(496), + [anon_sym_u25f4] = ACTIONS(496), [anon_sym_box] = ACTIONS(496), - [anon_sym_41] = ACTIONS(496), + [anon_sym_u25a1] = ACTIONS(496), [anon_sym_match] = ACTIONS(496), - [anon_sym_42] = ACTIONS(496), + [anon_sym_u224d] = ACTIONS(496), [anon_sym_couple] = ACTIONS(496), - [anon_sym_43] = ACTIONS(496), + [anon_sym_u229f] = ACTIONS(496), [anon_sym_join] = ACTIONS(496), - [anon_sym_44] = ACTIONS(496), + [anon_sym_u2282] = ACTIONS(496), [anon_sym_select] = ACTIONS(496), - [anon_sym_45] = ACTIONS(496), + [anon_sym_u228f] = ACTIONS(496), [anon_sym_pick] = ACTIONS(496), - [anon_sym_46] = ACTIONS(496), + [anon_sym_u22a1] = ACTIONS(496), [anon_sym_reshape] = ACTIONS(496), - [anon_sym_47] = ACTIONS(496), + [anon_sym_u21af] = ACTIONS(496), [anon_sym_take] = ACTIONS(496), - [anon_sym_48] = ACTIONS(496), + [anon_sym_u2199] = ACTIONS(496), [anon_sym_drop] = ACTIONS(496), - [anon_sym_49] = ACTIONS(496), + [anon_sym_u2198] = ACTIONS(496), [anon_sym_rotate] = ACTIONS(496), - [anon_sym_50] = ACTIONS(496), + [anon_sym_u21bb] = ACTIONS(496), [anon_sym_windows] = ACTIONS(496), - [anon_sym_51] = ACTIONS(496), + [anon_sym_u25eb] = ACTIONS(496), [anon_sym_keep] = ACTIONS(496), - [anon_sym_52] = ACTIONS(496), + [anon_sym_u25bd] = ACTIONS(496), [anon_sym_find] = ACTIONS(496), - [anon_sym_53] = ACTIONS(496), + [anon_sym_u2315] = ACTIONS(496), [anon_sym_member] = ACTIONS(496), - [anon_sym_54] = ACTIONS(496), + [anon_sym_u220a] = ACTIONS(496), [anon_sym_indexof] = ACTIONS(496), - [anon_sym_55] = ACTIONS(496), + [anon_sym_u2297] = ACTIONS(496), [anon_sym_assert] = ACTIONS(496), - [anon_sym_56] = ACTIONS(496), + [anon_sym_u2364] = ACTIONS(496), [anon_sym_wait] = ACTIONS(496), [anon_sym_parse] = ACTIONS(496), - [anon_sym_57] = ACTIONS(496), + [anon_sym_u22d5] = ACTIONS(496), [anon_sym_random] = ACTIONS(496), - [anon_sym_58] = ACTIONS(496), + [anon_sym_u2682] = ACTIONS(496), [anon_sym_gen] = ACTIONS(496), [anon_sym_deal] = ACTIONS(496), [anon_sym_tag] = ACTIONS(496), [anon_sym_now] = ACTIONS(496), - [anon_sym_type] = ACTIONS(496), - [anon_sym_59] = ACTIONS(496), + [anon_sym_type] = ACTIONS(494), + [anon_sym_u2e2e] = ACTIONS(496), [anon_sym_dump] = ACTIONS(496), [anon_sym_regex] = ACTIONS(496), [anon_sym_utf] = ACTIONS(496), @@ -33314,85 +34282,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(496), [anon_sym_tryrecv] = ACTIONS(496), [anon_sym_complex] = ACTIONS(496), - [anon_sym_60] = ACTIONS(496), + [anon_sym_u2102] = ACTIONS(496), [anon_sym_rerank] = ACTIONS(496), - [anon_sym_61] = ACTIONS(496), + [anon_sym_u2607] = ACTIONS(496), [anon_sym_fix] = ACTIONS(496), - [anon_sym_62] = ACTIONS(496), + [anon_sym_u00a4] = ACTIONS(496), [anon_sym_QMARK] = ACTIONS(496), [anon_sym_unique] = ACTIONS(496), - [anon_sym_63] = ACTIONS(496), + [anon_sym_u25f0] = ACTIONS(496), [anon_sym_map] = ACTIONS(496), [anon_sym_has] = ACTIONS(496), [anon_sym_get] = ACTIONS(496), [anon_sym_insert] = ACTIONS(496), [anon_sym_remove] = ACTIONS(496), + [anon_sym_repr] = ACTIONS(496), [anon_sym_reduce] = ACTIONS(496), [anon_sym_SLASH] = ACTIONS(496), [anon_sym_scan] = ACTIONS(496), [anon_sym_BSLASH] = ACTIONS(496), [anon_sym_each] = ACTIONS(496), - [anon_sym_64] = ACTIONS(496), + [anon_sym_u2235] = ACTIONS(496), [anon_sym_rows] = ACTIONS(496), - [anon_sym_65] = ACTIONS(496), + [anon_sym_u2261] = ACTIONS(496), [anon_sym_repeat] = ACTIONS(496), - [anon_sym_66] = ACTIONS(496), + [anon_sym_u2365] = ACTIONS(496), [anon_sym_dip] = ACTIONS(496), - [anon_sym_67] = ACTIONS(496), + [anon_sym_u2299] = ACTIONS(496), [anon_sym_gap] = ACTIONS(496), - [anon_sym_68] = ACTIONS(496), + [anon_sym_u22c5] = ACTIONS(496), [anon_sym_spawn] = ACTIONS(496), [anon_sym_rectify] = ACTIONS(496), - [anon_sym_69] = ACTIONS(496), - [anon_sym_this] = ACTIONS(496), - [anon_sym_70] = ACTIONS(496), - [anon_sym_recur] = ACTIONS(496), - [anon_sym_71] = ACTIONS(496), + [anon_sym_u2305] = ACTIONS(496), [anon_sym_un] = ACTIONS(494), - [anon_sym_72] = ACTIONS(496), - [anon_sym_content] = ACTIONS(496), - [anon_sym_73] = ACTIONS(496), + [anon_sym_u00b0] = ACTIONS(496), [anon_sym_bind] = ACTIONS(496), + [anon_sym_on] = ACTIONS(494), + [anon_sym_u27dc] = ACTIONS(496), + [anon_sym_inventory] = ACTIONS(496), + [anon_sym_u235a] = ACTIONS(496), + [anon_sym_content] = ACTIONS(496), + [anon_sym_u25c7] = ACTIONS(496), + [anon_sym_pool] = ACTIONS(496), + [anon_sym_stringify] = ACTIONS(496), + [anon_sym_signature] = ACTIONS(496), + [anon_sym_shapes] = ACTIONS(496), + [anon_sym_types] = ACTIONS(496), [anon_sym_fold] = ACTIONS(496), - [anon_sym_74] = ACTIONS(496), + [anon_sym_u2227] = ACTIONS(496), [anon_sym_table] = ACTIONS(496), - [anon_sym_75] = ACTIONS(496), + [anon_sym_u229e] = ACTIONS(496), [anon_sym_group] = ACTIONS(496), - [anon_sym_76] = ACTIONS(496), + [anon_sym_u2295] = ACTIONS(496), [anon_sym_partition] = ACTIONS(496), - [anon_sym_77] = ACTIONS(496), + [anon_sym_u229c] = ACTIONS(496), [anon_sym_both] = ACTIONS(496), - [anon_sym_78] = ACTIONS(496), + [anon_sym_u2229] = ACTIONS(496), [anon_sym_bracket] = ACTIONS(496), - [anon_sym_79] = ACTIONS(496), + [anon_sym_u2293] = ACTIONS(496), [anon_sym_fork] = ACTIONS(496), - [anon_sym_80] = ACTIONS(496), + [anon_sym_u2283] = ACTIONS(496), [anon_sym_under] = ACTIONS(496), - [anon_sym_81] = ACTIONS(496), + [anon_sym_u235c] = ACTIONS(496), [anon_sym_fill] = ACTIONS(496), - [anon_sym_82] = ACTIONS(496), + [anon_sym_u2b1a] = ACTIONS(496), [anon_sym_try] = ACTIONS(494), - [anon_sym_83] = ACTIONS(496), + [anon_sym_u2363] = ACTIONS(496), [anon_sym_do] = ACTIONS(494), - [anon_sym_84] = ACTIONS(496), - [anon_sym_all] = ACTIONS(496), - [anon_sym_85] = ACTIONS(496), + [anon_sym_u2362] = ACTIONS(496), [anon_sym_setinv] = ACTIONS(496), [anon_sym_setunder] = ACTIONS(496), - [anon_sym_86] = ACTIONS(496), - [anon_sym_87] = ACTIONS(496), - [anon_sym_88] = ACTIONS(496), - [anon_sym_89] = ACTIONS(496), - [anon_sym_90] = ACTIONS(496), - [anon_sym_91] = ACTIONS(496), - [anon_sym_92] = ACTIONS(496), - [anon_sym_93] = ACTIONS(496), + [anon_sym_f] = ACTIONS(494), + [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_94] = ACTIONS(496), - [anon_sym_95] = ACTIONS(496), + [anon_sym_u2290] = ACTIONS(496), + [anon_sym_u229d] = ACTIONS(496), [anon_sym_cross] = ACTIONS(496), - [anon_sym_96] = ACTIONS(496), + [anon_sym_u22a0] = ACTIONS(496), [anon_sym_SEMI] = ACTIONS(496), + [anon_sym_u21ac] = ACTIONS(496), + [anon_sym_u21ab] = ACTIONS(496), + [anon_sym_all] = ACTIONS(496), + [anon_sym_u22d4] = ACTIONS(496), [sym__endOfLine] = ACTIONS(496), }, [103] = { @@ -33405,7 +34381,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(574), [anon_sym_Sep] = ACTIONS(574), [anon_sym_NUmProcs] = ACTIONS(574), - [anon_sym_] = ACTIONS(576), + [anon_sym_u237c] = ACTIONS(576), [aux_sym_character_token1] = ACTIONS(576), [sym_string] = ACTIONS(576), [sym_multiLineString] = ACTIONS(576), @@ -33424,138 +34400,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(574), [anon_sym_eta] = ACTIONS(576), - [anon_sym_2] = ACTIONS(574), + [anon_sym_u03b7] = ACTIONS(574), [anon_sym_pi] = ACTIONS(574), - [anon_sym_3] = ACTIONS(574), + [anon_sym_u03c0] = ACTIONS(574), [anon_sym_tau] = ACTIONS(576), - [anon_sym_4] = ACTIONS(574), + [anon_sym_u03c4] = ACTIONS(574), [anon_sym_infinity] = ACTIONS(576), - [anon_sym_5] = ACTIONS(576), - [anon_sym_e] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_NumProcs] = ACTIONS(574), + [anon_sym_u221e] = ACTIONS(576), [anon_sym_DOT] = ACTIONS(576), [anon_sym_COMMA] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(576), - [anon_sym_6] = ACTIONS(576), + [anon_sym_u25cc] = ACTIONS(576), [anon_sym_identity] = ACTIONS(576), [anon_sym_id] = ACTIONS(574), - [anon_sym_7] = ACTIONS(576), + [anon_sym_u2218] = ACTIONS(576), [anon_sym_not] = ACTIONS(576), - [anon_sym_8] = ACTIONS(576), - [anon_sym_sign] = ACTIONS(576), - [anon_sym_9] = ACTIONS(576), + [anon_sym_u00ac] = ACTIONS(576), + [anon_sym_sign] = ACTIONS(574), + [anon_sym_u00b1] = ACTIONS(576), [anon_sym_BQUOTE] = ACTIONS(576), - [anon_sym_10] = ACTIONS(574), + [anon_sym_u00af] = ACTIONS(574), [anon_sym_absolutevalue] = ACTIONS(576), - [anon_sym_11] = ACTIONS(576), + [anon_sym_u2335] = ACTIONS(576), [anon_sym_sqrt] = ACTIONS(576), - [anon_sym_12] = ACTIONS(576), + [anon_sym_u221a] = ACTIONS(576), [anon_sym_sine] = ACTIONS(576), - [anon_sym_13] = ACTIONS(576), + [anon_sym_u25cb] = ACTIONS(576), [anon_sym_floor] = ACTIONS(576), - [anon_sym_14] = ACTIONS(576), + [anon_sym_u230a] = ACTIONS(576), [anon_sym_ceiling] = ACTIONS(576), - [anon_sym_15] = ACTIONS(576), + [anon_sym_u2308] = ACTIONS(576), [anon_sym_round] = ACTIONS(576), - [anon_sym_16] = ACTIONS(576), + [anon_sym_u2045] = ACTIONS(576), [anon_sym_EQ] = ACTIONS(576), [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_17] = ACTIONS(576), + [anon_sym_u2260] = ACTIONS(576), [anon_sym_LT] = ACTIONS(574), [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_18] = ACTIONS(576), + [anon_sym_u2264] = ACTIONS(576), [anon_sym_GT] = ACTIONS(574), [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_19] = ACTIONS(576), + [anon_sym_u2265] = ACTIONS(576), [anon_sym_PLUS] = ACTIONS(576), [anon_sym_DASH] = ACTIONS(576), [anon_sym_STAR] = ACTIONS(576), - [anon_sym_20] = ACTIONS(576), + [anon_sym_u00d7] = ACTIONS(576), [anon_sym_PERCENT] = ACTIONS(576), - [anon_sym_21] = ACTIONS(576), + [anon_sym_u00f7] = ACTIONS(576), [anon_sym_modulus] = ACTIONS(576), - [anon_sym_22] = ACTIONS(576), + [anon_sym_u25ff] = ACTIONS(576), [anon_sym_power] = ACTIONS(576), - [anon_sym_23] = ACTIONS(576), + [anon_sym_u207f] = ACTIONS(576), [anon_sym_logarithm] = ACTIONS(576), - [anon_sym_24] = ACTIONS(576), + [anon_sym_u2099] = ACTIONS(576), [anon_sym_minimum] = ACTIONS(576), - [anon_sym_25] = ACTIONS(576), + [anon_sym_u21a7] = ACTIONS(576), [anon_sym_maximum] = ACTIONS(576), - [anon_sym_26] = ACTIONS(576), + [anon_sym_u21a5] = ACTIONS(576), [anon_sym_atangent] = ACTIONS(576), - [anon_sym_27] = ACTIONS(576), + [anon_sym_u2220] = ACTIONS(576), [anon_sym_length] = ACTIONS(576), - [anon_sym_28] = ACTIONS(576), - [anon_sym_shape] = ACTIONS(576), - [anon_sym_29] = ACTIONS(576), + [anon_sym_u29fb] = ACTIONS(576), + [anon_sym_shape] = ACTIONS(574), + [anon_sym_u25b3] = ACTIONS(576), [anon_sym_range] = ACTIONS(576), - [anon_sym_30] = ACTIONS(576), + [anon_sym_u21e1] = ACTIONS(576), [anon_sym_first] = ACTIONS(576), - [anon_sym_31] = ACTIONS(576), + [anon_sym_u22a2] = ACTIONS(576), [anon_sym_reverse] = ACTIONS(576), - [anon_sym_32] = ACTIONS(576), + [anon_sym_u21cc] = ACTIONS(576), [anon_sym_deshape] = ACTIONS(576), - [anon_sym_33] = ACTIONS(576), + [anon_sym_u266d] = ACTIONS(576), [anon_sym_bits] = ACTIONS(576), - [anon_sym_34] = ACTIONS(576), + [anon_sym_u22ef] = ACTIONS(576), [anon_sym_transpose] = ACTIONS(576), - [anon_sym_35] = ACTIONS(576), + [anon_sym_u2349] = ACTIONS(576), [anon_sym_rise] = ACTIONS(576), - [anon_sym_36] = ACTIONS(576), + [anon_sym_u234f] = ACTIONS(576), [anon_sym_fall] = ACTIONS(576), - [anon_sym_37] = ACTIONS(576), + [anon_sym_u2356] = ACTIONS(576), [anon_sym_where] = ACTIONS(576), - [anon_sym_38] = ACTIONS(576), + [anon_sym_u229a] = ACTIONS(576), [anon_sym_classify] = ACTIONS(576), - [anon_sym_39] = ACTIONS(576), + [anon_sym_u229b] = ACTIONS(576), [anon_sym_deduplicate] = ACTIONS(576), - [anon_sym_40] = ACTIONS(576), + [anon_sym_u25f4] = ACTIONS(576), [anon_sym_box] = ACTIONS(576), - [anon_sym_41] = ACTIONS(576), + [anon_sym_u25a1] = ACTIONS(576), [anon_sym_match] = ACTIONS(576), - [anon_sym_42] = ACTIONS(576), + [anon_sym_u224d] = ACTIONS(576), [anon_sym_couple] = ACTIONS(576), - [anon_sym_43] = ACTIONS(576), + [anon_sym_u229f] = ACTIONS(576), [anon_sym_join] = ACTIONS(576), - [anon_sym_44] = ACTIONS(576), + [anon_sym_u2282] = ACTIONS(576), [anon_sym_select] = ACTIONS(576), - [anon_sym_45] = ACTIONS(576), + [anon_sym_u228f] = ACTIONS(576), [anon_sym_pick] = ACTIONS(576), - [anon_sym_46] = ACTIONS(576), + [anon_sym_u22a1] = ACTIONS(576), [anon_sym_reshape] = ACTIONS(576), - [anon_sym_47] = ACTIONS(576), + [anon_sym_u21af] = ACTIONS(576), [anon_sym_take] = ACTIONS(576), - [anon_sym_48] = ACTIONS(576), + [anon_sym_u2199] = ACTIONS(576), [anon_sym_drop] = ACTIONS(576), - [anon_sym_49] = ACTIONS(576), + [anon_sym_u2198] = ACTIONS(576), [anon_sym_rotate] = ACTIONS(576), - [anon_sym_50] = ACTIONS(576), + [anon_sym_u21bb] = ACTIONS(576), [anon_sym_windows] = ACTIONS(576), - [anon_sym_51] = ACTIONS(576), + [anon_sym_u25eb] = ACTIONS(576), [anon_sym_keep] = ACTIONS(576), - [anon_sym_52] = ACTIONS(576), + [anon_sym_u25bd] = ACTIONS(576), [anon_sym_find] = ACTIONS(576), - [anon_sym_53] = ACTIONS(576), + [anon_sym_u2315] = ACTIONS(576), [anon_sym_member] = ACTIONS(576), - [anon_sym_54] = ACTIONS(576), + [anon_sym_u220a] = ACTIONS(576), [anon_sym_indexof] = ACTIONS(576), - [anon_sym_55] = ACTIONS(576), + [anon_sym_u2297] = ACTIONS(576), [anon_sym_assert] = ACTIONS(576), - [anon_sym_56] = ACTIONS(576), + [anon_sym_u2364] = ACTIONS(576), [anon_sym_wait] = ACTIONS(576), [anon_sym_parse] = ACTIONS(576), - [anon_sym_57] = ACTIONS(576), + [anon_sym_u22d5] = ACTIONS(576), [anon_sym_random] = ACTIONS(576), - [anon_sym_58] = ACTIONS(576), + [anon_sym_u2682] = ACTIONS(576), [anon_sym_gen] = ACTIONS(576), [anon_sym_deal] = ACTIONS(576), [anon_sym_tag] = ACTIONS(576), [anon_sym_now] = ACTIONS(576), - [anon_sym_type] = ACTIONS(576), - [anon_sym_59] = ACTIONS(576), + [anon_sym_type] = ACTIONS(574), + [anon_sym_u2e2e] = ACTIONS(576), [anon_sym_dump] = ACTIONS(576), [anon_sym_regex] = ACTIONS(576), [anon_sym_utf] = ACTIONS(576), @@ -33563,85 +34539,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(576), [anon_sym_tryrecv] = ACTIONS(576), [anon_sym_complex] = ACTIONS(576), - [anon_sym_60] = ACTIONS(576), + [anon_sym_u2102] = ACTIONS(576), [anon_sym_rerank] = ACTIONS(576), - [anon_sym_61] = ACTIONS(576), + [anon_sym_u2607] = ACTIONS(576), [anon_sym_fix] = ACTIONS(576), - [anon_sym_62] = ACTIONS(576), + [anon_sym_u00a4] = ACTIONS(576), [anon_sym_QMARK] = ACTIONS(576), [anon_sym_unique] = ACTIONS(576), - [anon_sym_63] = 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_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_64] = ACTIONS(576), + [anon_sym_u2235] = ACTIONS(576), [anon_sym_rows] = ACTIONS(576), - [anon_sym_65] = ACTIONS(576), + [anon_sym_u2261] = ACTIONS(576), [anon_sym_repeat] = ACTIONS(576), - [anon_sym_66] = ACTIONS(576), + [anon_sym_u2365] = ACTIONS(576), [anon_sym_dip] = ACTIONS(576), - [anon_sym_67] = ACTIONS(576), + [anon_sym_u2299] = ACTIONS(576), [anon_sym_gap] = ACTIONS(576), - [anon_sym_68] = ACTIONS(576), + [anon_sym_u22c5] = ACTIONS(576), [anon_sym_spawn] = ACTIONS(576), [anon_sym_rectify] = ACTIONS(576), - [anon_sym_69] = ACTIONS(576), - [anon_sym_this] = ACTIONS(576), - [anon_sym_70] = ACTIONS(576), - [anon_sym_recur] = ACTIONS(576), - [anon_sym_71] = ACTIONS(576), + [anon_sym_u2305] = ACTIONS(576), [anon_sym_un] = ACTIONS(574), - [anon_sym_72] = ACTIONS(576), - [anon_sym_content] = ACTIONS(576), - [anon_sym_73] = ACTIONS(576), + [anon_sym_u00b0] = ACTIONS(576), [anon_sym_bind] = 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_shapes] = ACTIONS(576), + [anon_sym_types] = ACTIONS(576), [anon_sym_fold] = ACTIONS(576), - [anon_sym_74] = ACTIONS(576), + [anon_sym_u2227] = ACTIONS(576), [anon_sym_table] = ACTIONS(576), - [anon_sym_75] = ACTIONS(576), + [anon_sym_u229e] = ACTIONS(576), [anon_sym_group] = ACTIONS(576), - [anon_sym_76] = ACTIONS(576), + [anon_sym_u2295] = ACTIONS(576), [anon_sym_partition] = ACTIONS(576), - [anon_sym_77] = ACTIONS(576), + [anon_sym_u229c] = ACTIONS(576), [anon_sym_both] = ACTIONS(576), - [anon_sym_78] = ACTIONS(576), + [anon_sym_u2229] = ACTIONS(576), [anon_sym_bracket] = ACTIONS(576), - [anon_sym_79] = ACTIONS(576), + [anon_sym_u2293] = ACTIONS(576), [anon_sym_fork] = ACTIONS(576), - [anon_sym_80] = ACTIONS(576), + [anon_sym_u2283] = ACTIONS(576), [anon_sym_under] = ACTIONS(576), - [anon_sym_81] = ACTIONS(576), + [anon_sym_u235c] = ACTIONS(576), [anon_sym_fill] = ACTIONS(576), - [anon_sym_82] = ACTIONS(576), + [anon_sym_u2b1a] = ACTIONS(576), [anon_sym_try] = ACTIONS(574), - [anon_sym_83] = ACTIONS(576), + [anon_sym_u2363] = ACTIONS(576), [anon_sym_do] = ACTIONS(574), - [anon_sym_84] = ACTIONS(576), - [anon_sym_all] = ACTIONS(576), - [anon_sym_85] = ACTIONS(576), + [anon_sym_u2362] = ACTIONS(576), [anon_sym_setinv] = ACTIONS(576), [anon_sym_setunder] = ACTIONS(576), - [anon_sym_86] = ACTIONS(576), - [anon_sym_87] = ACTIONS(576), - [anon_sym_88] = ACTIONS(576), - [anon_sym_89] = ACTIONS(576), - [anon_sym_90] = ACTIONS(576), - [anon_sym_91] = ACTIONS(576), - [anon_sym_92] = ACTIONS(576), - [anon_sym_93] = ACTIONS(576), + [anon_sym_f] = ACTIONS(574), + [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_94] = ACTIONS(576), - [anon_sym_95] = ACTIONS(576), + [anon_sym_u2290] = ACTIONS(576), + [anon_sym_u229d] = ACTIONS(576), [anon_sym_cross] = ACTIONS(576), - [anon_sym_96] = ACTIONS(576), + [anon_sym_u22a0] = ACTIONS(576), [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_u21ac] = ACTIONS(576), + [anon_sym_u21ab] = ACTIONS(576), + [anon_sym_all] = ACTIONS(576), + [anon_sym_u22d4] = ACTIONS(576), [sym__endOfLine] = ACTIONS(576), }, [104] = { @@ -33654,7 +34638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(578), [anon_sym_Sep] = ACTIONS(578), [anon_sym_NUmProcs] = ACTIONS(578), - [anon_sym_] = ACTIONS(580), + [anon_sym_u237c] = ACTIONS(580), [aux_sym_character_token1] = ACTIONS(580), [sym_string] = ACTIONS(580), [sym_multiLineString] = ACTIONS(580), @@ -33673,138 +34657,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(578), [anon_sym_eta] = ACTIONS(580), - [anon_sym_2] = ACTIONS(578), + [anon_sym_u03b7] = ACTIONS(578), [anon_sym_pi] = ACTIONS(578), - [anon_sym_3] = ACTIONS(578), + [anon_sym_u03c0] = ACTIONS(578), [anon_sym_tau] = ACTIONS(580), - [anon_sym_4] = ACTIONS(578), + [anon_sym_u03c4] = ACTIONS(578), [anon_sym_infinity] = ACTIONS(580), - [anon_sym_5] = ACTIONS(580), - [anon_sym_e] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_NumProcs] = ACTIONS(578), + [anon_sym_u221e] = ACTIONS(580), [anon_sym_DOT] = ACTIONS(580), [anon_sym_COMMA] = ACTIONS(580), [anon_sym_COLON] = ACTIONS(580), - [anon_sym_6] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), [anon_sym_identity] = ACTIONS(580), [anon_sym_id] = ACTIONS(578), - [anon_sym_7] = ACTIONS(580), + [anon_sym_u2218] = ACTIONS(580), [anon_sym_not] = ACTIONS(580), - [anon_sym_8] = ACTIONS(580), - [anon_sym_sign] = ACTIONS(580), - [anon_sym_9] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(578), + [anon_sym_u00b1] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), - [anon_sym_10] = ACTIONS(578), + [anon_sym_u00af] = ACTIONS(578), [anon_sym_absolutevalue] = ACTIONS(580), - [anon_sym_11] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), [anon_sym_sqrt] = ACTIONS(580), - [anon_sym_12] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), [anon_sym_sine] = ACTIONS(580), - [anon_sym_13] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), [anon_sym_floor] = ACTIONS(580), - [anon_sym_14] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), [anon_sym_ceiling] = ACTIONS(580), - [anon_sym_15] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), [anon_sym_round] = ACTIONS(580), - [anon_sym_16] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), [anon_sym_EQ] = ACTIONS(580), [anon_sym_BANG_EQ] = ACTIONS(580), - [anon_sym_17] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), [anon_sym_LT] = ACTIONS(578), [anon_sym_LT_EQ] = ACTIONS(580), - [anon_sym_18] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), [anon_sym_GT] = ACTIONS(578), [anon_sym_GT_EQ] = ACTIONS(580), - [anon_sym_19] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), [anon_sym_PLUS] = ACTIONS(580), [anon_sym_DASH] = ACTIONS(580), [anon_sym_STAR] = ACTIONS(580), - [anon_sym_20] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), [anon_sym_PERCENT] = ACTIONS(580), - [anon_sym_21] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), [anon_sym_modulus] = ACTIONS(580), - [anon_sym_22] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), [anon_sym_power] = ACTIONS(580), - [anon_sym_23] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), [anon_sym_logarithm] = ACTIONS(580), - [anon_sym_24] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), [anon_sym_minimum] = ACTIONS(580), - [anon_sym_25] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), [anon_sym_maximum] = ACTIONS(580), - [anon_sym_26] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), [anon_sym_atangent] = ACTIONS(580), - [anon_sym_27] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), [anon_sym_length] = ACTIONS(580), - [anon_sym_28] = ACTIONS(580), - [anon_sym_shape] = ACTIONS(580), - [anon_sym_29] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(578), + [anon_sym_u25b3] = ACTIONS(580), [anon_sym_range] = ACTIONS(580), - [anon_sym_30] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), [anon_sym_first] = ACTIONS(580), - [anon_sym_31] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), [anon_sym_reverse] = ACTIONS(580), - [anon_sym_32] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), [anon_sym_deshape] = ACTIONS(580), - [anon_sym_33] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), [anon_sym_bits] = ACTIONS(580), - [anon_sym_34] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), [anon_sym_transpose] = ACTIONS(580), - [anon_sym_35] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), [anon_sym_rise] = ACTIONS(580), - [anon_sym_36] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), [anon_sym_fall] = ACTIONS(580), - [anon_sym_37] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), [anon_sym_where] = ACTIONS(580), - [anon_sym_38] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), [anon_sym_classify] = ACTIONS(580), - [anon_sym_39] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), [anon_sym_deduplicate] = ACTIONS(580), - [anon_sym_40] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), [anon_sym_box] = ACTIONS(580), - [anon_sym_41] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), [anon_sym_match] = ACTIONS(580), - [anon_sym_42] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), [anon_sym_couple] = ACTIONS(580), - [anon_sym_43] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), [anon_sym_join] = ACTIONS(580), - [anon_sym_44] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), [anon_sym_select] = ACTIONS(580), - [anon_sym_45] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), [anon_sym_pick] = ACTIONS(580), - [anon_sym_46] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), [anon_sym_reshape] = ACTIONS(580), - [anon_sym_47] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), [anon_sym_take] = ACTIONS(580), - [anon_sym_48] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), [anon_sym_drop] = ACTIONS(580), - [anon_sym_49] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), [anon_sym_rotate] = ACTIONS(580), - [anon_sym_50] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), [anon_sym_windows] = ACTIONS(580), - [anon_sym_51] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), [anon_sym_keep] = ACTIONS(580), - [anon_sym_52] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), [anon_sym_find] = ACTIONS(580), - [anon_sym_53] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), [anon_sym_member] = ACTIONS(580), - [anon_sym_54] = ACTIONS(580), + [anon_sym_u220a] = ACTIONS(580), [anon_sym_indexof] = ACTIONS(580), - [anon_sym_55] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), [anon_sym_assert] = ACTIONS(580), - [anon_sym_56] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), [anon_sym_wait] = ACTIONS(580), [anon_sym_parse] = ACTIONS(580), - [anon_sym_57] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), [anon_sym_random] = ACTIONS(580), - [anon_sym_58] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), [anon_sym_gen] = ACTIONS(580), [anon_sym_deal] = ACTIONS(580), [anon_sym_tag] = ACTIONS(580), [anon_sym_now] = ACTIONS(580), - [anon_sym_type] = ACTIONS(580), - [anon_sym_59] = ACTIONS(580), + [anon_sym_type] = ACTIONS(578), + [anon_sym_u2e2e] = ACTIONS(580), [anon_sym_dump] = ACTIONS(580), [anon_sym_regex] = ACTIONS(580), [anon_sym_utf] = ACTIONS(580), @@ -33812,85 +34796,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(580), [anon_sym_tryrecv] = ACTIONS(580), [anon_sym_complex] = ACTIONS(580), - [anon_sym_60] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), [anon_sym_rerank] = ACTIONS(580), - [anon_sym_61] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), [anon_sym_fix] = ACTIONS(580), - [anon_sym_62] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), [anon_sym_QMARK] = ACTIONS(580), [anon_sym_unique] = ACTIONS(580), - [anon_sym_63] = 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_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_64] = ACTIONS(580), + [anon_sym_u2235] = ACTIONS(580), [anon_sym_rows] = ACTIONS(580), - [anon_sym_65] = ACTIONS(580), + [anon_sym_u2261] = ACTIONS(580), [anon_sym_repeat] = ACTIONS(580), - [anon_sym_66] = ACTIONS(580), + [anon_sym_u2365] = ACTIONS(580), [anon_sym_dip] = ACTIONS(580), - [anon_sym_67] = ACTIONS(580), + [anon_sym_u2299] = ACTIONS(580), [anon_sym_gap] = ACTIONS(580), - [anon_sym_68] = ACTIONS(580), + [anon_sym_u22c5] = ACTIONS(580), [anon_sym_spawn] = ACTIONS(580), [anon_sym_rectify] = ACTIONS(580), - [anon_sym_69] = ACTIONS(580), - [anon_sym_this] = ACTIONS(580), - [anon_sym_70] = ACTIONS(580), - [anon_sym_recur] = ACTIONS(580), - [anon_sym_71] = ACTIONS(580), + [anon_sym_u2305] = ACTIONS(580), [anon_sym_un] = ACTIONS(578), - [anon_sym_72] = ACTIONS(580), - [anon_sym_content] = ACTIONS(580), - [anon_sym_73] = ACTIONS(580), + [anon_sym_u00b0] = ACTIONS(580), [anon_sym_bind] = 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_shapes] = ACTIONS(580), + [anon_sym_types] = ACTIONS(580), [anon_sym_fold] = ACTIONS(580), - [anon_sym_74] = ACTIONS(580), + [anon_sym_u2227] = ACTIONS(580), [anon_sym_table] = ACTIONS(580), - [anon_sym_75] = ACTIONS(580), + [anon_sym_u229e] = ACTIONS(580), [anon_sym_group] = ACTIONS(580), - [anon_sym_76] = ACTIONS(580), + [anon_sym_u2295] = ACTIONS(580), [anon_sym_partition] = ACTIONS(580), - [anon_sym_77] = ACTIONS(580), + [anon_sym_u229c] = ACTIONS(580), [anon_sym_both] = ACTIONS(580), - [anon_sym_78] = ACTIONS(580), + [anon_sym_u2229] = ACTIONS(580), [anon_sym_bracket] = ACTIONS(580), - [anon_sym_79] = ACTIONS(580), + [anon_sym_u2293] = ACTIONS(580), [anon_sym_fork] = ACTIONS(580), - [anon_sym_80] = ACTIONS(580), + [anon_sym_u2283] = ACTIONS(580), [anon_sym_under] = ACTIONS(580), - [anon_sym_81] = ACTIONS(580), + [anon_sym_u235c] = ACTIONS(580), [anon_sym_fill] = ACTIONS(580), - [anon_sym_82] = ACTIONS(580), + [anon_sym_u2b1a] = ACTIONS(580), [anon_sym_try] = ACTIONS(578), - [anon_sym_83] = ACTIONS(580), + [anon_sym_u2363] = ACTIONS(580), [anon_sym_do] = ACTIONS(578), - [anon_sym_84] = ACTIONS(580), - [anon_sym_all] = ACTIONS(580), - [anon_sym_85] = ACTIONS(580), + [anon_sym_u2362] = ACTIONS(580), [anon_sym_setinv] = ACTIONS(580), [anon_sym_setunder] = ACTIONS(580), - [anon_sym_86] = ACTIONS(580), - [anon_sym_87] = ACTIONS(580), - [anon_sym_88] = ACTIONS(580), - [anon_sym_89] = ACTIONS(580), - [anon_sym_90] = ACTIONS(580), - [anon_sym_91] = ACTIONS(580), - [anon_sym_92] = ACTIONS(580), - [anon_sym_93] = ACTIONS(580), + [anon_sym_f] = ACTIONS(578), + [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_94] = ACTIONS(580), - [anon_sym_95] = ACTIONS(580), + [anon_sym_u2290] = ACTIONS(580), + [anon_sym_u229d] = ACTIONS(580), [anon_sym_cross] = ACTIONS(580), - [anon_sym_96] = ACTIONS(580), + [anon_sym_u22a0] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), + [anon_sym_u21ac] = ACTIONS(580), + [anon_sym_u21ab] = ACTIONS(580), + [anon_sym_all] = ACTIONS(580), + [anon_sym_u22d4] = ACTIONS(580), [sym__endOfLine] = ACTIONS(580), }, [105] = { @@ -33903,7 +34895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(582), [anon_sym_Sep] = ACTIONS(582), [anon_sym_NUmProcs] = ACTIONS(582), - [anon_sym_] = ACTIONS(584), + [anon_sym_u237c] = ACTIONS(584), [aux_sym_character_token1] = ACTIONS(584), [sym_string] = ACTIONS(584), [sym_multiLineString] = ACTIONS(584), @@ -33922,138 +34914,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(582), [anon_sym_eta] = ACTIONS(584), - [anon_sym_2] = ACTIONS(582), + [anon_sym_u03b7] = ACTIONS(582), [anon_sym_pi] = ACTIONS(582), - [anon_sym_3] = ACTIONS(582), + [anon_sym_u03c0] = ACTIONS(582), [anon_sym_tau] = ACTIONS(584), - [anon_sym_4] = ACTIONS(582), + [anon_sym_u03c4] = ACTIONS(582), [anon_sym_infinity] = ACTIONS(584), - [anon_sym_5] = ACTIONS(584), - [anon_sym_e] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_NumProcs] = ACTIONS(582), + [anon_sym_u221e] = ACTIONS(584), [anon_sym_DOT] = ACTIONS(584), [anon_sym_COMMA] = ACTIONS(584), [anon_sym_COLON] = ACTIONS(584), - [anon_sym_6] = ACTIONS(584), + [anon_sym_u25cc] = ACTIONS(584), [anon_sym_identity] = ACTIONS(584), [anon_sym_id] = ACTIONS(582), - [anon_sym_7] = ACTIONS(584), + [anon_sym_u2218] = ACTIONS(584), [anon_sym_not] = ACTIONS(584), - [anon_sym_8] = ACTIONS(584), - [anon_sym_sign] = ACTIONS(584), - [anon_sym_9] = ACTIONS(584), + [anon_sym_u00ac] = ACTIONS(584), + [anon_sym_sign] = ACTIONS(582), + [anon_sym_u00b1] = ACTIONS(584), [anon_sym_BQUOTE] = ACTIONS(584), - [anon_sym_10] = ACTIONS(582), + [anon_sym_u00af] = ACTIONS(582), [anon_sym_absolutevalue] = ACTIONS(584), - [anon_sym_11] = ACTIONS(584), + [anon_sym_u2335] = ACTIONS(584), [anon_sym_sqrt] = ACTIONS(584), - [anon_sym_12] = ACTIONS(584), + [anon_sym_u221a] = ACTIONS(584), [anon_sym_sine] = ACTIONS(584), - [anon_sym_13] = ACTIONS(584), + [anon_sym_u25cb] = ACTIONS(584), [anon_sym_floor] = ACTIONS(584), - [anon_sym_14] = ACTIONS(584), + [anon_sym_u230a] = ACTIONS(584), [anon_sym_ceiling] = ACTIONS(584), - [anon_sym_15] = ACTIONS(584), + [anon_sym_u2308] = ACTIONS(584), [anon_sym_round] = ACTIONS(584), - [anon_sym_16] = ACTIONS(584), + [anon_sym_u2045] = ACTIONS(584), [anon_sym_EQ] = ACTIONS(584), [anon_sym_BANG_EQ] = ACTIONS(584), - [anon_sym_17] = ACTIONS(584), + [anon_sym_u2260] = ACTIONS(584), [anon_sym_LT] = ACTIONS(582), [anon_sym_LT_EQ] = ACTIONS(584), - [anon_sym_18] = ACTIONS(584), + [anon_sym_u2264] = ACTIONS(584), [anon_sym_GT] = ACTIONS(582), [anon_sym_GT_EQ] = ACTIONS(584), - [anon_sym_19] = ACTIONS(584), + [anon_sym_u2265] = ACTIONS(584), [anon_sym_PLUS] = ACTIONS(584), [anon_sym_DASH] = ACTIONS(584), [anon_sym_STAR] = ACTIONS(584), - [anon_sym_20] = ACTIONS(584), + [anon_sym_u00d7] = ACTIONS(584), [anon_sym_PERCENT] = ACTIONS(584), - [anon_sym_21] = ACTIONS(584), + [anon_sym_u00f7] = ACTIONS(584), [anon_sym_modulus] = ACTIONS(584), - [anon_sym_22] = ACTIONS(584), + [anon_sym_u25ff] = ACTIONS(584), [anon_sym_power] = ACTIONS(584), - [anon_sym_23] = ACTIONS(584), + [anon_sym_u207f] = ACTIONS(584), [anon_sym_logarithm] = ACTIONS(584), - [anon_sym_24] = ACTIONS(584), + [anon_sym_u2099] = ACTIONS(584), [anon_sym_minimum] = ACTIONS(584), - [anon_sym_25] = ACTIONS(584), + [anon_sym_u21a7] = ACTIONS(584), [anon_sym_maximum] = ACTIONS(584), - [anon_sym_26] = ACTIONS(584), + [anon_sym_u21a5] = ACTIONS(584), [anon_sym_atangent] = ACTIONS(584), - [anon_sym_27] = ACTIONS(584), + [anon_sym_u2220] = ACTIONS(584), [anon_sym_length] = ACTIONS(584), - [anon_sym_28] = ACTIONS(584), - [anon_sym_shape] = ACTIONS(584), - [anon_sym_29] = ACTIONS(584), + [anon_sym_u29fb] = ACTIONS(584), + [anon_sym_shape] = ACTIONS(582), + [anon_sym_u25b3] = ACTIONS(584), [anon_sym_range] = ACTIONS(584), - [anon_sym_30] = ACTIONS(584), + [anon_sym_u21e1] = ACTIONS(584), [anon_sym_first] = ACTIONS(584), - [anon_sym_31] = ACTIONS(584), + [anon_sym_u22a2] = ACTIONS(584), [anon_sym_reverse] = ACTIONS(584), - [anon_sym_32] = ACTIONS(584), + [anon_sym_u21cc] = ACTIONS(584), [anon_sym_deshape] = ACTIONS(584), - [anon_sym_33] = ACTIONS(584), + [anon_sym_u266d] = ACTIONS(584), [anon_sym_bits] = ACTIONS(584), - [anon_sym_34] = ACTIONS(584), + [anon_sym_u22ef] = ACTIONS(584), [anon_sym_transpose] = ACTIONS(584), - [anon_sym_35] = ACTIONS(584), + [anon_sym_u2349] = ACTIONS(584), [anon_sym_rise] = ACTIONS(584), - [anon_sym_36] = ACTIONS(584), + [anon_sym_u234f] = ACTIONS(584), [anon_sym_fall] = ACTIONS(584), - [anon_sym_37] = ACTIONS(584), + [anon_sym_u2356] = ACTIONS(584), [anon_sym_where] = ACTIONS(584), - [anon_sym_38] = ACTIONS(584), + [anon_sym_u229a] = ACTIONS(584), [anon_sym_classify] = ACTIONS(584), - [anon_sym_39] = ACTIONS(584), + [anon_sym_u229b] = ACTIONS(584), [anon_sym_deduplicate] = ACTIONS(584), - [anon_sym_40] = ACTIONS(584), + [anon_sym_u25f4] = ACTIONS(584), [anon_sym_box] = ACTIONS(584), - [anon_sym_41] = ACTIONS(584), + [anon_sym_u25a1] = ACTIONS(584), [anon_sym_match] = ACTIONS(584), - [anon_sym_42] = ACTIONS(584), + [anon_sym_u224d] = ACTIONS(584), [anon_sym_couple] = ACTIONS(584), - [anon_sym_43] = ACTIONS(584), + [anon_sym_u229f] = ACTIONS(584), [anon_sym_join] = ACTIONS(584), - [anon_sym_44] = ACTIONS(584), + [anon_sym_u2282] = ACTIONS(584), [anon_sym_select] = ACTIONS(584), - [anon_sym_45] = ACTIONS(584), + [anon_sym_u228f] = ACTIONS(584), [anon_sym_pick] = ACTIONS(584), - [anon_sym_46] = ACTIONS(584), + [anon_sym_u22a1] = ACTIONS(584), [anon_sym_reshape] = ACTIONS(584), - [anon_sym_47] = ACTIONS(584), + [anon_sym_u21af] = ACTIONS(584), [anon_sym_take] = ACTIONS(584), - [anon_sym_48] = ACTIONS(584), + [anon_sym_u2199] = ACTIONS(584), [anon_sym_drop] = ACTIONS(584), - [anon_sym_49] = ACTIONS(584), + [anon_sym_u2198] = ACTIONS(584), [anon_sym_rotate] = ACTIONS(584), - [anon_sym_50] = ACTIONS(584), + [anon_sym_u21bb] = ACTIONS(584), [anon_sym_windows] = ACTIONS(584), - [anon_sym_51] = ACTIONS(584), + [anon_sym_u25eb] = ACTIONS(584), [anon_sym_keep] = ACTIONS(584), - [anon_sym_52] = ACTIONS(584), + [anon_sym_u25bd] = ACTIONS(584), [anon_sym_find] = ACTIONS(584), - [anon_sym_53] = ACTIONS(584), + [anon_sym_u2315] = ACTIONS(584), [anon_sym_member] = ACTIONS(584), - [anon_sym_54] = ACTIONS(584), + [anon_sym_u220a] = ACTIONS(584), [anon_sym_indexof] = ACTIONS(584), - [anon_sym_55] = ACTIONS(584), + [anon_sym_u2297] = ACTIONS(584), [anon_sym_assert] = ACTIONS(584), - [anon_sym_56] = ACTIONS(584), + [anon_sym_u2364] = ACTIONS(584), [anon_sym_wait] = ACTIONS(584), [anon_sym_parse] = ACTIONS(584), - [anon_sym_57] = ACTIONS(584), + [anon_sym_u22d5] = ACTIONS(584), [anon_sym_random] = ACTIONS(584), - [anon_sym_58] = ACTIONS(584), + [anon_sym_u2682] = ACTIONS(584), [anon_sym_gen] = ACTIONS(584), [anon_sym_deal] = ACTIONS(584), [anon_sym_tag] = ACTIONS(584), [anon_sym_now] = ACTIONS(584), - [anon_sym_type] = ACTIONS(584), - [anon_sym_59] = ACTIONS(584), + [anon_sym_type] = ACTIONS(582), + [anon_sym_u2e2e] = ACTIONS(584), [anon_sym_dump] = ACTIONS(584), [anon_sym_regex] = ACTIONS(584), [anon_sym_utf] = ACTIONS(584), @@ -34061,85 +35053,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(584), [anon_sym_tryrecv] = ACTIONS(584), [anon_sym_complex] = ACTIONS(584), - [anon_sym_60] = ACTIONS(584), + [anon_sym_u2102] = ACTIONS(584), [anon_sym_rerank] = ACTIONS(584), - [anon_sym_61] = ACTIONS(584), + [anon_sym_u2607] = ACTIONS(584), [anon_sym_fix] = ACTIONS(584), - [anon_sym_62] = ACTIONS(584), + [anon_sym_u00a4] = ACTIONS(584), [anon_sym_QMARK] = ACTIONS(584), [anon_sym_unique] = ACTIONS(584), - [anon_sym_63] = 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_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_64] = ACTIONS(584), + [anon_sym_u2235] = ACTIONS(584), [anon_sym_rows] = ACTIONS(584), - [anon_sym_65] = ACTIONS(584), + [anon_sym_u2261] = ACTIONS(584), [anon_sym_repeat] = ACTIONS(584), - [anon_sym_66] = ACTIONS(584), + [anon_sym_u2365] = ACTIONS(584), [anon_sym_dip] = ACTIONS(584), - [anon_sym_67] = ACTIONS(584), + [anon_sym_u2299] = ACTIONS(584), [anon_sym_gap] = ACTIONS(584), - [anon_sym_68] = ACTIONS(584), + [anon_sym_u22c5] = ACTIONS(584), [anon_sym_spawn] = ACTIONS(584), [anon_sym_rectify] = ACTIONS(584), - [anon_sym_69] = ACTIONS(584), - [anon_sym_this] = ACTIONS(584), - [anon_sym_70] = ACTIONS(584), - [anon_sym_recur] = ACTIONS(584), - [anon_sym_71] = ACTIONS(584), + [anon_sym_u2305] = ACTIONS(584), [anon_sym_un] = ACTIONS(582), - [anon_sym_72] = ACTIONS(584), - [anon_sym_content] = ACTIONS(584), - [anon_sym_73] = ACTIONS(584), + [anon_sym_u00b0] = ACTIONS(584), [anon_sym_bind] = 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_shapes] = ACTIONS(584), + [anon_sym_types] = ACTIONS(584), [anon_sym_fold] = ACTIONS(584), - [anon_sym_74] = ACTIONS(584), + [anon_sym_u2227] = ACTIONS(584), [anon_sym_table] = ACTIONS(584), - [anon_sym_75] = ACTIONS(584), + [anon_sym_u229e] = ACTIONS(584), [anon_sym_group] = ACTIONS(584), - [anon_sym_76] = ACTIONS(584), + [anon_sym_u2295] = ACTIONS(584), [anon_sym_partition] = ACTIONS(584), - [anon_sym_77] = ACTIONS(584), + [anon_sym_u229c] = ACTIONS(584), [anon_sym_both] = ACTIONS(584), - [anon_sym_78] = ACTIONS(584), + [anon_sym_u2229] = ACTIONS(584), [anon_sym_bracket] = ACTIONS(584), - [anon_sym_79] = ACTIONS(584), + [anon_sym_u2293] = ACTIONS(584), [anon_sym_fork] = ACTIONS(584), - [anon_sym_80] = ACTIONS(584), + [anon_sym_u2283] = ACTIONS(584), [anon_sym_under] = ACTIONS(584), - [anon_sym_81] = ACTIONS(584), + [anon_sym_u235c] = ACTIONS(584), [anon_sym_fill] = ACTIONS(584), - [anon_sym_82] = ACTIONS(584), + [anon_sym_u2b1a] = ACTIONS(584), [anon_sym_try] = ACTIONS(582), - [anon_sym_83] = ACTIONS(584), + [anon_sym_u2363] = ACTIONS(584), [anon_sym_do] = ACTIONS(582), - [anon_sym_84] = ACTIONS(584), - [anon_sym_all] = ACTIONS(584), - [anon_sym_85] = ACTIONS(584), + [anon_sym_u2362] = ACTIONS(584), [anon_sym_setinv] = ACTIONS(584), [anon_sym_setunder] = ACTIONS(584), - [anon_sym_86] = ACTIONS(584), - [anon_sym_87] = ACTIONS(584), - [anon_sym_88] = ACTIONS(584), - [anon_sym_89] = ACTIONS(584), - [anon_sym_90] = ACTIONS(584), - [anon_sym_91] = ACTIONS(584), - [anon_sym_92] = ACTIONS(584), - [anon_sym_93] = ACTIONS(584), + [anon_sym_f] = ACTIONS(582), + [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_94] = ACTIONS(584), - [anon_sym_95] = ACTIONS(584), + [anon_sym_u2290] = ACTIONS(584), + [anon_sym_u229d] = ACTIONS(584), [anon_sym_cross] = ACTIONS(584), - [anon_sym_96] = ACTIONS(584), + [anon_sym_u22a0] = ACTIONS(584), [anon_sym_SEMI] = ACTIONS(584), + [anon_sym_u21ac] = ACTIONS(584), + [anon_sym_u21ab] = ACTIONS(584), + [anon_sym_all] = ACTIONS(584), + [anon_sym_u22d4] = ACTIONS(584), [sym__endOfLine] = ACTIONS(584), }, [106] = { @@ -34152,7 +35152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(484), [anon_sym_Sep] = ACTIONS(484), [anon_sym_NUmProcs] = ACTIONS(484), - [anon_sym_] = ACTIONS(486), + [anon_sym_u237c] = ACTIONS(486), [aux_sym_character_token1] = ACTIONS(486), [sym_string] = ACTIONS(486), [sym_multiLineString] = ACTIONS(486), @@ -34171,138 +35171,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(484), [anon_sym_eta] = ACTIONS(486), - [anon_sym_2] = ACTIONS(484), + [anon_sym_u03b7] = ACTIONS(484), [anon_sym_pi] = ACTIONS(484), - [anon_sym_3] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), [anon_sym_tau] = ACTIONS(486), - [anon_sym_4] = ACTIONS(484), + [anon_sym_u03c4] = ACTIONS(484), [anon_sym_infinity] = ACTIONS(486), - [anon_sym_5] = ACTIONS(486), - [anon_sym_e] = ACTIONS(484), - [anon_sym_NaN] = ACTIONS(484), - [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_u221e] = ACTIONS(486), [anon_sym_DOT] = ACTIONS(486), [anon_sym_COMMA] = ACTIONS(486), [anon_sym_COLON] = ACTIONS(486), - [anon_sym_6] = ACTIONS(486), + [anon_sym_u25cc] = ACTIONS(486), [anon_sym_identity] = ACTIONS(486), [anon_sym_id] = ACTIONS(484), - [anon_sym_7] = ACTIONS(486), + [anon_sym_u2218] = ACTIONS(486), [anon_sym_not] = ACTIONS(486), - [anon_sym_8] = ACTIONS(486), - [anon_sym_sign] = ACTIONS(486), - [anon_sym_9] = ACTIONS(486), + [anon_sym_u00ac] = ACTIONS(486), + [anon_sym_sign] = ACTIONS(484), + [anon_sym_u00b1] = ACTIONS(486), [anon_sym_BQUOTE] = ACTIONS(486), - [anon_sym_10] = ACTIONS(484), + [anon_sym_u00af] = ACTIONS(484), [anon_sym_absolutevalue] = ACTIONS(486), - [anon_sym_11] = ACTIONS(486), + [anon_sym_u2335] = ACTIONS(486), [anon_sym_sqrt] = ACTIONS(486), - [anon_sym_12] = ACTIONS(486), + [anon_sym_u221a] = ACTIONS(486), [anon_sym_sine] = ACTIONS(486), - [anon_sym_13] = ACTIONS(486), + [anon_sym_u25cb] = ACTIONS(486), [anon_sym_floor] = ACTIONS(486), - [anon_sym_14] = ACTIONS(486), + [anon_sym_u230a] = ACTIONS(486), [anon_sym_ceiling] = ACTIONS(486), - [anon_sym_15] = ACTIONS(486), + [anon_sym_u2308] = ACTIONS(486), [anon_sym_round] = ACTIONS(486), - [anon_sym_16] = ACTIONS(486), + [anon_sym_u2045] = ACTIONS(486), [anon_sym_EQ] = ACTIONS(486), [anon_sym_BANG_EQ] = ACTIONS(486), - [anon_sym_17] = ACTIONS(486), + [anon_sym_u2260] = ACTIONS(486), [anon_sym_LT] = ACTIONS(484), [anon_sym_LT_EQ] = ACTIONS(486), - [anon_sym_18] = ACTIONS(486), + [anon_sym_u2264] = ACTIONS(486), [anon_sym_GT] = ACTIONS(484), [anon_sym_GT_EQ] = ACTIONS(486), - [anon_sym_19] = ACTIONS(486), + [anon_sym_u2265] = ACTIONS(486), [anon_sym_PLUS] = ACTIONS(486), [anon_sym_DASH] = ACTIONS(486), [anon_sym_STAR] = ACTIONS(486), - [anon_sym_20] = ACTIONS(486), + [anon_sym_u00d7] = ACTIONS(486), [anon_sym_PERCENT] = ACTIONS(486), - [anon_sym_21] = ACTIONS(486), + [anon_sym_u00f7] = ACTIONS(486), [anon_sym_modulus] = ACTIONS(486), - [anon_sym_22] = ACTIONS(486), + [anon_sym_u25ff] = ACTIONS(486), [anon_sym_power] = ACTIONS(486), - [anon_sym_23] = ACTIONS(486), + [anon_sym_u207f] = ACTIONS(486), [anon_sym_logarithm] = ACTIONS(486), - [anon_sym_24] = ACTIONS(486), + [anon_sym_u2099] = ACTIONS(486), [anon_sym_minimum] = ACTIONS(486), - [anon_sym_25] = ACTIONS(486), + [anon_sym_u21a7] = ACTIONS(486), [anon_sym_maximum] = ACTIONS(486), - [anon_sym_26] = ACTIONS(486), + [anon_sym_u21a5] = ACTIONS(486), [anon_sym_atangent] = ACTIONS(486), - [anon_sym_27] = ACTIONS(486), + [anon_sym_u2220] = ACTIONS(486), [anon_sym_length] = ACTIONS(486), - [anon_sym_28] = ACTIONS(486), - [anon_sym_shape] = ACTIONS(486), - [anon_sym_29] = ACTIONS(486), + [anon_sym_u29fb] = ACTIONS(486), + [anon_sym_shape] = ACTIONS(484), + [anon_sym_u25b3] = ACTIONS(486), [anon_sym_range] = ACTIONS(486), - [anon_sym_30] = ACTIONS(486), + [anon_sym_u21e1] = ACTIONS(486), [anon_sym_first] = ACTIONS(486), - [anon_sym_31] = ACTIONS(486), + [anon_sym_u22a2] = ACTIONS(486), [anon_sym_reverse] = ACTIONS(486), - [anon_sym_32] = ACTIONS(486), + [anon_sym_u21cc] = ACTIONS(486), [anon_sym_deshape] = ACTIONS(486), - [anon_sym_33] = ACTIONS(486), + [anon_sym_u266d] = ACTIONS(486), [anon_sym_bits] = ACTIONS(486), - [anon_sym_34] = ACTIONS(486), + [anon_sym_u22ef] = ACTIONS(486), [anon_sym_transpose] = ACTIONS(486), - [anon_sym_35] = ACTIONS(486), + [anon_sym_u2349] = ACTIONS(486), [anon_sym_rise] = ACTIONS(486), - [anon_sym_36] = ACTIONS(486), + [anon_sym_u234f] = ACTIONS(486), [anon_sym_fall] = ACTIONS(486), - [anon_sym_37] = ACTIONS(486), + [anon_sym_u2356] = ACTIONS(486), [anon_sym_where] = ACTIONS(486), - [anon_sym_38] = ACTIONS(486), + [anon_sym_u229a] = ACTIONS(486), [anon_sym_classify] = ACTIONS(486), - [anon_sym_39] = ACTIONS(486), + [anon_sym_u229b] = ACTIONS(486), [anon_sym_deduplicate] = ACTIONS(486), - [anon_sym_40] = ACTIONS(486), + [anon_sym_u25f4] = ACTIONS(486), [anon_sym_box] = ACTIONS(486), - [anon_sym_41] = ACTIONS(486), + [anon_sym_u25a1] = ACTIONS(486), [anon_sym_match] = ACTIONS(486), - [anon_sym_42] = ACTIONS(486), + [anon_sym_u224d] = ACTIONS(486), [anon_sym_couple] = ACTIONS(486), - [anon_sym_43] = ACTIONS(486), + [anon_sym_u229f] = ACTIONS(486), [anon_sym_join] = ACTIONS(486), - [anon_sym_44] = ACTIONS(486), + [anon_sym_u2282] = ACTIONS(486), [anon_sym_select] = ACTIONS(486), - [anon_sym_45] = ACTIONS(486), + [anon_sym_u228f] = ACTIONS(486), [anon_sym_pick] = ACTIONS(486), - [anon_sym_46] = ACTIONS(486), + [anon_sym_u22a1] = ACTIONS(486), [anon_sym_reshape] = ACTIONS(486), - [anon_sym_47] = ACTIONS(486), + [anon_sym_u21af] = ACTIONS(486), [anon_sym_take] = ACTIONS(486), - [anon_sym_48] = ACTIONS(486), + [anon_sym_u2199] = ACTIONS(486), [anon_sym_drop] = ACTIONS(486), - [anon_sym_49] = ACTIONS(486), + [anon_sym_u2198] = ACTIONS(486), [anon_sym_rotate] = ACTIONS(486), - [anon_sym_50] = ACTIONS(486), + [anon_sym_u21bb] = ACTIONS(486), [anon_sym_windows] = ACTIONS(486), - [anon_sym_51] = ACTIONS(486), + [anon_sym_u25eb] = ACTIONS(486), [anon_sym_keep] = ACTIONS(486), - [anon_sym_52] = ACTIONS(486), + [anon_sym_u25bd] = ACTIONS(486), [anon_sym_find] = ACTIONS(486), - [anon_sym_53] = ACTIONS(486), + [anon_sym_u2315] = ACTIONS(486), [anon_sym_member] = ACTIONS(486), - [anon_sym_54] = ACTIONS(486), + [anon_sym_u220a] = ACTIONS(486), [anon_sym_indexof] = ACTIONS(486), - [anon_sym_55] = ACTIONS(486), + [anon_sym_u2297] = ACTIONS(486), [anon_sym_assert] = ACTIONS(486), - [anon_sym_56] = ACTIONS(486), + [anon_sym_u2364] = ACTIONS(486), [anon_sym_wait] = ACTIONS(486), [anon_sym_parse] = ACTIONS(486), - [anon_sym_57] = ACTIONS(486), + [anon_sym_u22d5] = ACTIONS(486), [anon_sym_random] = ACTIONS(486), - [anon_sym_58] = ACTIONS(486), + [anon_sym_u2682] = ACTIONS(486), [anon_sym_gen] = ACTIONS(486), [anon_sym_deal] = ACTIONS(486), [anon_sym_tag] = ACTIONS(486), [anon_sym_now] = ACTIONS(486), - [anon_sym_type] = ACTIONS(486), - [anon_sym_59] = ACTIONS(486), + [anon_sym_type] = ACTIONS(484), + [anon_sym_u2e2e] = ACTIONS(486), [anon_sym_dump] = ACTIONS(486), [anon_sym_regex] = ACTIONS(486), [anon_sym_utf] = ACTIONS(486), @@ -34310,85 +35310,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(486), [anon_sym_tryrecv] = ACTIONS(486), [anon_sym_complex] = ACTIONS(486), - [anon_sym_60] = ACTIONS(486), + [anon_sym_u2102] = ACTIONS(486), [anon_sym_rerank] = ACTIONS(486), - [anon_sym_61] = ACTIONS(486), + [anon_sym_u2607] = ACTIONS(486), [anon_sym_fix] = ACTIONS(486), - [anon_sym_62] = ACTIONS(486), + [anon_sym_u00a4] = ACTIONS(486), [anon_sym_QMARK] = ACTIONS(486), [anon_sym_unique] = ACTIONS(486), - [anon_sym_63] = 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_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_64] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), [anon_sym_rows] = ACTIONS(486), - [anon_sym_65] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), [anon_sym_repeat] = ACTIONS(486), - [anon_sym_66] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), [anon_sym_dip] = ACTIONS(486), - [anon_sym_67] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), [anon_sym_gap] = ACTIONS(486), - [anon_sym_68] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), [anon_sym_spawn] = ACTIONS(486), [anon_sym_rectify] = ACTIONS(486), - [anon_sym_69] = ACTIONS(486), - [anon_sym_this] = ACTIONS(486), - [anon_sym_70] = ACTIONS(486), - [anon_sym_recur] = ACTIONS(486), - [anon_sym_71] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), [anon_sym_un] = ACTIONS(484), - [anon_sym_72] = ACTIONS(486), - [anon_sym_content] = ACTIONS(486), - [anon_sym_73] = ACTIONS(486), + [anon_sym_u00b0] = ACTIONS(486), [anon_sym_bind] = 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_shapes] = ACTIONS(486), + [anon_sym_types] = ACTIONS(486), [anon_sym_fold] = ACTIONS(486), - [anon_sym_74] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), [anon_sym_table] = ACTIONS(486), - [anon_sym_75] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), [anon_sym_group] = ACTIONS(486), - [anon_sym_76] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), [anon_sym_partition] = ACTIONS(486), - [anon_sym_77] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), [anon_sym_both] = ACTIONS(486), - [anon_sym_78] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), [anon_sym_bracket] = ACTIONS(486), - [anon_sym_79] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), [anon_sym_fork] = ACTIONS(486), - [anon_sym_80] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), [anon_sym_under] = ACTIONS(486), - [anon_sym_81] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), [anon_sym_fill] = ACTIONS(486), - [anon_sym_82] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), [anon_sym_try] = ACTIONS(484), - [anon_sym_83] = ACTIONS(486), + [anon_sym_u2363] = ACTIONS(486), [anon_sym_do] = ACTIONS(484), - [anon_sym_84] = ACTIONS(486), - [anon_sym_all] = ACTIONS(486), - [anon_sym_85] = ACTIONS(486), + [anon_sym_u2362] = ACTIONS(486), [anon_sym_setinv] = ACTIONS(486), [anon_sym_setunder] = ACTIONS(486), - [anon_sym_86] = ACTIONS(486), - [anon_sym_87] = ACTIONS(486), - [anon_sym_88] = ACTIONS(486), - [anon_sym_89] = ACTIONS(486), - [anon_sym_90] = ACTIONS(486), - [anon_sym_91] = ACTIONS(486), - [anon_sym_92] = ACTIONS(486), - [anon_sym_93] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [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_94] = ACTIONS(486), - [anon_sym_95] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), [anon_sym_cross] = ACTIONS(486), - [anon_sym_96] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_u21ac] = ACTIONS(486), + [anon_sym_u21ab] = ACTIONS(486), + [anon_sym_all] = ACTIONS(486), + [anon_sym_u22d4] = ACTIONS(486), [sym__endOfLine] = ACTIONS(486), }, [107] = { @@ -34401,7 +35409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(586), [anon_sym_Sep] = ACTIONS(586), [anon_sym_NUmProcs] = ACTIONS(586), - [anon_sym_] = ACTIONS(588), + [anon_sym_u237c] = ACTIONS(588), [aux_sym_character_token1] = ACTIONS(588), [sym_string] = ACTIONS(588), [sym_multiLineString] = ACTIONS(588), @@ -34420,138 +35428,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(586), [anon_sym_eta] = ACTIONS(588), - [anon_sym_2] = ACTIONS(586), + [anon_sym_u03b7] = ACTIONS(586), [anon_sym_pi] = ACTIONS(586), - [anon_sym_3] = ACTIONS(586), + [anon_sym_u03c0] = ACTIONS(586), [anon_sym_tau] = ACTIONS(588), - [anon_sym_4] = ACTIONS(586), + [anon_sym_u03c4] = ACTIONS(586), [anon_sym_infinity] = ACTIONS(588), - [anon_sym_5] = ACTIONS(588), - [anon_sym_e] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_NumProcs] = ACTIONS(586), + [anon_sym_u221e] = ACTIONS(588), [anon_sym_DOT] = ACTIONS(588), [anon_sym_COMMA] = ACTIONS(588), [anon_sym_COLON] = ACTIONS(588), - [anon_sym_6] = ACTIONS(588), + [anon_sym_u25cc] = ACTIONS(588), [anon_sym_identity] = ACTIONS(588), [anon_sym_id] = ACTIONS(586), - [anon_sym_7] = ACTIONS(588), + [anon_sym_u2218] = ACTIONS(588), [anon_sym_not] = ACTIONS(588), - [anon_sym_8] = ACTIONS(588), - [anon_sym_sign] = ACTIONS(588), - [anon_sym_9] = ACTIONS(588), + [anon_sym_u00ac] = ACTIONS(588), + [anon_sym_sign] = ACTIONS(586), + [anon_sym_u00b1] = ACTIONS(588), [anon_sym_BQUOTE] = ACTIONS(588), - [anon_sym_10] = ACTIONS(586), + [anon_sym_u00af] = ACTIONS(586), [anon_sym_absolutevalue] = ACTIONS(588), - [anon_sym_11] = ACTIONS(588), + [anon_sym_u2335] = ACTIONS(588), [anon_sym_sqrt] = ACTIONS(588), - [anon_sym_12] = ACTIONS(588), + [anon_sym_u221a] = ACTIONS(588), [anon_sym_sine] = ACTIONS(588), - [anon_sym_13] = ACTIONS(588), + [anon_sym_u25cb] = ACTIONS(588), [anon_sym_floor] = ACTIONS(588), - [anon_sym_14] = ACTIONS(588), + [anon_sym_u230a] = ACTIONS(588), [anon_sym_ceiling] = ACTIONS(588), - [anon_sym_15] = ACTIONS(588), + [anon_sym_u2308] = ACTIONS(588), [anon_sym_round] = ACTIONS(588), - [anon_sym_16] = ACTIONS(588), + [anon_sym_u2045] = ACTIONS(588), [anon_sym_EQ] = ACTIONS(588), [anon_sym_BANG_EQ] = ACTIONS(588), - [anon_sym_17] = ACTIONS(588), + [anon_sym_u2260] = ACTIONS(588), [anon_sym_LT] = ACTIONS(586), [anon_sym_LT_EQ] = ACTIONS(588), - [anon_sym_18] = ACTIONS(588), + [anon_sym_u2264] = ACTIONS(588), [anon_sym_GT] = ACTIONS(586), [anon_sym_GT_EQ] = ACTIONS(588), - [anon_sym_19] = ACTIONS(588), + [anon_sym_u2265] = ACTIONS(588), [anon_sym_PLUS] = ACTIONS(588), [anon_sym_DASH] = ACTIONS(588), [anon_sym_STAR] = ACTIONS(588), - [anon_sym_20] = ACTIONS(588), + [anon_sym_u00d7] = ACTIONS(588), [anon_sym_PERCENT] = ACTIONS(588), - [anon_sym_21] = ACTIONS(588), + [anon_sym_u00f7] = ACTIONS(588), [anon_sym_modulus] = ACTIONS(588), - [anon_sym_22] = ACTIONS(588), + [anon_sym_u25ff] = ACTIONS(588), [anon_sym_power] = ACTIONS(588), - [anon_sym_23] = ACTIONS(588), + [anon_sym_u207f] = ACTIONS(588), [anon_sym_logarithm] = ACTIONS(588), - [anon_sym_24] = ACTIONS(588), + [anon_sym_u2099] = ACTIONS(588), [anon_sym_minimum] = ACTIONS(588), - [anon_sym_25] = ACTIONS(588), + [anon_sym_u21a7] = ACTIONS(588), [anon_sym_maximum] = ACTIONS(588), - [anon_sym_26] = ACTIONS(588), + [anon_sym_u21a5] = ACTIONS(588), [anon_sym_atangent] = ACTIONS(588), - [anon_sym_27] = ACTIONS(588), + [anon_sym_u2220] = ACTIONS(588), [anon_sym_length] = ACTIONS(588), - [anon_sym_28] = ACTIONS(588), - [anon_sym_shape] = ACTIONS(588), - [anon_sym_29] = ACTIONS(588), + [anon_sym_u29fb] = ACTIONS(588), + [anon_sym_shape] = ACTIONS(586), + [anon_sym_u25b3] = ACTIONS(588), [anon_sym_range] = ACTIONS(588), - [anon_sym_30] = ACTIONS(588), + [anon_sym_u21e1] = ACTIONS(588), [anon_sym_first] = ACTIONS(588), - [anon_sym_31] = ACTIONS(588), + [anon_sym_u22a2] = ACTIONS(588), [anon_sym_reverse] = ACTIONS(588), - [anon_sym_32] = ACTIONS(588), + [anon_sym_u21cc] = ACTIONS(588), [anon_sym_deshape] = ACTIONS(588), - [anon_sym_33] = ACTIONS(588), + [anon_sym_u266d] = ACTIONS(588), [anon_sym_bits] = ACTIONS(588), - [anon_sym_34] = ACTIONS(588), + [anon_sym_u22ef] = ACTIONS(588), [anon_sym_transpose] = ACTIONS(588), - [anon_sym_35] = ACTIONS(588), + [anon_sym_u2349] = ACTIONS(588), [anon_sym_rise] = ACTIONS(588), - [anon_sym_36] = ACTIONS(588), + [anon_sym_u234f] = ACTIONS(588), [anon_sym_fall] = ACTIONS(588), - [anon_sym_37] = ACTIONS(588), + [anon_sym_u2356] = ACTIONS(588), [anon_sym_where] = ACTIONS(588), - [anon_sym_38] = ACTIONS(588), + [anon_sym_u229a] = ACTIONS(588), [anon_sym_classify] = ACTIONS(588), - [anon_sym_39] = ACTIONS(588), + [anon_sym_u229b] = ACTIONS(588), [anon_sym_deduplicate] = ACTIONS(588), - [anon_sym_40] = ACTIONS(588), + [anon_sym_u25f4] = ACTIONS(588), [anon_sym_box] = ACTIONS(588), - [anon_sym_41] = ACTIONS(588), + [anon_sym_u25a1] = ACTIONS(588), [anon_sym_match] = ACTIONS(588), - [anon_sym_42] = ACTIONS(588), + [anon_sym_u224d] = ACTIONS(588), [anon_sym_couple] = ACTIONS(588), - [anon_sym_43] = ACTIONS(588), + [anon_sym_u229f] = ACTIONS(588), [anon_sym_join] = ACTIONS(588), - [anon_sym_44] = ACTIONS(588), + [anon_sym_u2282] = ACTIONS(588), [anon_sym_select] = ACTIONS(588), - [anon_sym_45] = ACTIONS(588), + [anon_sym_u228f] = ACTIONS(588), [anon_sym_pick] = ACTIONS(588), - [anon_sym_46] = ACTIONS(588), + [anon_sym_u22a1] = ACTIONS(588), [anon_sym_reshape] = ACTIONS(588), - [anon_sym_47] = ACTIONS(588), + [anon_sym_u21af] = ACTIONS(588), [anon_sym_take] = ACTIONS(588), - [anon_sym_48] = ACTIONS(588), + [anon_sym_u2199] = ACTIONS(588), [anon_sym_drop] = ACTIONS(588), - [anon_sym_49] = ACTIONS(588), + [anon_sym_u2198] = ACTIONS(588), [anon_sym_rotate] = ACTIONS(588), - [anon_sym_50] = ACTIONS(588), + [anon_sym_u21bb] = ACTIONS(588), [anon_sym_windows] = ACTIONS(588), - [anon_sym_51] = ACTIONS(588), + [anon_sym_u25eb] = ACTIONS(588), [anon_sym_keep] = ACTIONS(588), - [anon_sym_52] = ACTIONS(588), + [anon_sym_u25bd] = ACTIONS(588), [anon_sym_find] = ACTIONS(588), - [anon_sym_53] = ACTIONS(588), + [anon_sym_u2315] = ACTIONS(588), [anon_sym_member] = ACTIONS(588), - [anon_sym_54] = ACTIONS(588), + [anon_sym_u220a] = ACTIONS(588), [anon_sym_indexof] = ACTIONS(588), - [anon_sym_55] = ACTIONS(588), + [anon_sym_u2297] = ACTIONS(588), [anon_sym_assert] = ACTIONS(588), - [anon_sym_56] = ACTIONS(588), + [anon_sym_u2364] = ACTIONS(588), [anon_sym_wait] = ACTIONS(588), [anon_sym_parse] = ACTIONS(588), - [anon_sym_57] = ACTIONS(588), + [anon_sym_u22d5] = ACTIONS(588), [anon_sym_random] = ACTIONS(588), - [anon_sym_58] = ACTIONS(588), + [anon_sym_u2682] = ACTIONS(588), [anon_sym_gen] = ACTIONS(588), [anon_sym_deal] = ACTIONS(588), [anon_sym_tag] = ACTIONS(588), [anon_sym_now] = ACTIONS(588), - [anon_sym_type] = ACTIONS(588), - [anon_sym_59] = ACTIONS(588), + [anon_sym_type] = ACTIONS(586), + [anon_sym_u2e2e] = ACTIONS(588), [anon_sym_dump] = ACTIONS(588), [anon_sym_regex] = ACTIONS(588), [anon_sym_utf] = ACTIONS(588), @@ -34559,85 +35567,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(588), [anon_sym_tryrecv] = ACTIONS(588), [anon_sym_complex] = ACTIONS(588), - [anon_sym_60] = ACTIONS(588), + [anon_sym_u2102] = ACTIONS(588), [anon_sym_rerank] = ACTIONS(588), - [anon_sym_61] = ACTIONS(588), + [anon_sym_u2607] = ACTIONS(588), [anon_sym_fix] = ACTIONS(588), - [anon_sym_62] = ACTIONS(588), + [anon_sym_u00a4] = ACTIONS(588), [anon_sym_QMARK] = ACTIONS(588), [anon_sym_unique] = ACTIONS(588), - [anon_sym_63] = 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_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_64] = ACTIONS(588), + [anon_sym_u2235] = ACTIONS(588), [anon_sym_rows] = ACTIONS(588), - [anon_sym_65] = ACTIONS(588), + [anon_sym_u2261] = ACTIONS(588), [anon_sym_repeat] = ACTIONS(588), - [anon_sym_66] = ACTIONS(588), + [anon_sym_u2365] = ACTIONS(588), [anon_sym_dip] = ACTIONS(588), - [anon_sym_67] = ACTIONS(588), + [anon_sym_u2299] = ACTIONS(588), [anon_sym_gap] = ACTIONS(588), - [anon_sym_68] = ACTIONS(588), + [anon_sym_u22c5] = ACTIONS(588), [anon_sym_spawn] = ACTIONS(588), [anon_sym_rectify] = ACTIONS(588), - [anon_sym_69] = ACTIONS(588), - [anon_sym_this] = ACTIONS(588), - [anon_sym_70] = ACTIONS(588), - [anon_sym_recur] = ACTIONS(588), - [anon_sym_71] = ACTIONS(588), + [anon_sym_u2305] = ACTIONS(588), [anon_sym_un] = ACTIONS(586), - [anon_sym_72] = ACTIONS(588), - [anon_sym_content] = ACTIONS(588), - [anon_sym_73] = ACTIONS(588), + [anon_sym_u00b0] = ACTIONS(588), [anon_sym_bind] = 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_shapes] = ACTIONS(588), + [anon_sym_types] = ACTIONS(588), [anon_sym_fold] = ACTIONS(588), - [anon_sym_74] = ACTIONS(588), + [anon_sym_u2227] = ACTIONS(588), [anon_sym_table] = ACTIONS(588), - [anon_sym_75] = ACTIONS(588), + [anon_sym_u229e] = ACTIONS(588), [anon_sym_group] = ACTIONS(588), - [anon_sym_76] = ACTIONS(588), + [anon_sym_u2295] = ACTIONS(588), [anon_sym_partition] = ACTIONS(588), - [anon_sym_77] = ACTIONS(588), + [anon_sym_u229c] = ACTIONS(588), [anon_sym_both] = ACTIONS(588), - [anon_sym_78] = ACTIONS(588), + [anon_sym_u2229] = ACTIONS(588), [anon_sym_bracket] = ACTIONS(588), - [anon_sym_79] = ACTIONS(588), + [anon_sym_u2293] = ACTIONS(588), [anon_sym_fork] = ACTIONS(588), - [anon_sym_80] = ACTIONS(588), + [anon_sym_u2283] = ACTIONS(588), [anon_sym_under] = ACTIONS(588), - [anon_sym_81] = ACTIONS(588), + [anon_sym_u235c] = ACTIONS(588), [anon_sym_fill] = ACTIONS(588), - [anon_sym_82] = ACTIONS(588), + [anon_sym_u2b1a] = ACTIONS(588), [anon_sym_try] = ACTIONS(586), - [anon_sym_83] = ACTIONS(588), + [anon_sym_u2363] = ACTIONS(588), [anon_sym_do] = ACTIONS(586), - [anon_sym_84] = ACTIONS(588), - [anon_sym_all] = ACTIONS(588), - [anon_sym_85] = ACTIONS(588), + [anon_sym_u2362] = ACTIONS(588), [anon_sym_setinv] = ACTIONS(588), [anon_sym_setunder] = ACTIONS(588), - [anon_sym_86] = ACTIONS(588), - [anon_sym_87] = ACTIONS(588), - [anon_sym_88] = ACTIONS(588), - [anon_sym_89] = ACTIONS(588), - [anon_sym_90] = ACTIONS(588), - [anon_sym_91] = ACTIONS(588), - [anon_sym_92] = ACTIONS(588), - [anon_sym_93] = ACTIONS(588), + [anon_sym_f] = ACTIONS(586), + [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_94] = ACTIONS(588), - [anon_sym_95] = ACTIONS(588), + [anon_sym_u2290] = ACTIONS(588), + [anon_sym_u229d] = ACTIONS(588), [anon_sym_cross] = ACTIONS(588), - [anon_sym_96] = ACTIONS(588), + [anon_sym_u22a0] = ACTIONS(588), [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_u21ac] = ACTIONS(588), + [anon_sym_u21ab] = ACTIONS(588), + [anon_sym_all] = ACTIONS(588), + [anon_sym_u22d4] = ACTIONS(588), [sym__endOfLine] = ACTIONS(588), }, [108] = { @@ -34650,7 +35666,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(578), [anon_sym_Sep] = ACTIONS(578), [anon_sym_NUmProcs] = ACTIONS(578), - [anon_sym_] = ACTIONS(580), + [anon_sym_u237c] = ACTIONS(580), [aux_sym_character_token1] = ACTIONS(580), [sym_string] = ACTIONS(580), [sym_multiLineString] = ACTIONS(580), @@ -34669,138 +35685,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(578), [anon_sym_eta] = ACTIONS(580), - [anon_sym_2] = ACTIONS(578), + [anon_sym_u03b7] = ACTIONS(578), [anon_sym_pi] = ACTIONS(578), - [anon_sym_3] = ACTIONS(578), + [anon_sym_u03c0] = ACTIONS(578), [anon_sym_tau] = ACTIONS(580), - [anon_sym_4] = ACTIONS(578), + [anon_sym_u03c4] = ACTIONS(578), [anon_sym_infinity] = ACTIONS(580), - [anon_sym_5] = ACTIONS(580), - [anon_sym_e] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_NumProcs] = ACTIONS(578), + [anon_sym_u221e] = ACTIONS(580), [anon_sym_DOT] = ACTIONS(580), [anon_sym_COMMA] = ACTIONS(580), [anon_sym_COLON] = ACTIONS(580), - [anon_sym_6] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), [anon_sym_identity] = ACTIONS(580), [anon_sym_id] = ACTIONS(578), - [anon_sym_7] = ACTIONS(580), + [anon_sym_u2218] = ACTIONS(580), [anon_sym_not] = ACTIONS(580), - [anon_sym_8] = ACTIONS(580), - [anon_sym_sign] = ACTIONS(580), - [anon_sym_9] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(578), + [anon_sym_u00b1] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), - [anon_sym_10] = ACTIONS(578), + [anon_sym_u00af] = ACTIONS(578), [anon_sym_absolutevalue] = ACTIONS(580), - [anon_sym_11] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), [anon_sym_sqrt] = ACTIONS(580), - [anon_sym_12] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), [anon_sym_sine] = ACTIONS(580), - [anon_sym_13] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), [anon_sym_floor] = ACTIONS(580), - [anon_sym_14] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), [anon_sym_ceiling] = ACTIONS(580), - [anon_sym_15] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), [anon_sym_round] = ACTIONS(580), - [anon_sym_16] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), [anon_sym_EQ] = ACTIONS(580), [anon_sym_BANG_EQ] = ACTIONS(580), - [anon_sym_17] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), [anon_sym_LT] = ACTIONS(578), [anon_sym_LT_EQ] = ACTIONS(580), - [anon_sym_18] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), [anon_sym_GT] = ACTIONS(578), [anon_sym_GT_EQ] = ACTIONS(580), - [anon_sym_19] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), [anon_sym_PLUS] = ACTIONS(580), [anon_sym_DASH] = ACTIONS(580), [anon_sym_STAR] = ACTIONS(580), - [anon_sym_20] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), [anon_sym_PERCENT] = ACTIONS(580), - [anon_sym_21] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), [anon_sym_modulus] = ACTIONS(580), - [anon_sym_22] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), [anon_sym_power] = ACTIONS(580), - [anon_sym_23] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), [anon_sym_logarithm] = ACTIONS(580), - [anon_sym_24] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), [anon_sym_minimum] = ACTIONS(580), - [anon_sym_25] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), [anon_sym_maximum] = ACTIONS(580), - [anon_sym_26] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), [anon_sym_atangent] = ACTIONS(580), - [anon_sym_27] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), [anon_sym_length] = ACTIONS(580), - [anon_sym_28] = ACTIONS(580), - [anon_sym_shape] = ACTIONS(580), - [anon_sym_29] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(578), + [anon_sym_u25b3] = ACTIONS(580), [anon_sym_range] = ACTIONS(580), - [anon_sym_30] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), [anon_sym_first] = ACTIONS(580), - [anon_sym_31] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), [anon_sym_reverse] = ACTIONS(580), - [anon_sym_32] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), [anon_sym_deshape] = ACTIONS(580), - [anon_sym_33] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), [anon_sym_bits] = ACTIONS(580), - [anon_sym_34] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), [anon_sym_transpose] = ACTIONS(580), - [anon_sym_35] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), [anon_sym_rise] = ACTIONS(580), - [anon_sym_36] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), [anon_sym_fall] = ACTIONS(580), - [anon_sym_37] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), [anon_sym_where] = ACTIONS(580), - [anon_sym_38] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), [anon_sym_classify] = ACTIONS(580), - [anon_sym_39] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), [anon_sym_deduplicate] = ACTIONS(580), - [anon_sym_40] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), [anon_sym_box] = ACTIONS(580), - [anon_sym_41] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), [anon_sym_match] = ACTIONS(580), - [anon_sym_42] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), [anon_sym_couple] = ACTIONS(580), - [anon_sym_43] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), [anon_sym_join] = ACTIONS(580), - [anon_sym_44] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), [anon_sym_select] = ACTIONS(580), - [anon_sym_45] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), [anon_sym_pick] = ACTIONS(580), - [anon_sym_46] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), [anon_sym_reshape] = ACTIONS(580), - [anon_sym_47] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), [anon_sym_take] = ACTIONS(580), - [anon_sym_48] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), [anon_sym_drop] = ACTIONS(580), - [anon_sym_49] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), [anon_sym_rotate] = ACTIONS(580), - [anon_sym_50] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), [anon_sym_windows] = ACTIONS(580), - [anon_sym_51] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), [anon_sym_keep] = ACTIONS(580), - [anon_sym_52] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), [anon_sym_find] = ACTIONS(580), - [anon_sym_53] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), [anon_sym_member] = ACTIONS(580), - [anon_sym_54] = ACTIONS(580), + [anon_sym_u220a] = ACTIONS(580), [anon_sym_indexof] = ACTIONS(580), - [anon_sym_55] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), [anon_sym_assert] = ACTIONS(580), - [anon_sym_56] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), [anon_sym_wait] = ACTIONS(580), [anon_sym_parse] = ACTIONS(580), - [anon_sym_57] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), [anon_sym_random] = ACTIONS(580), - [anon_sym_58] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), [anon_sym_gen] = ACTIONS(580), [anon_sym_deal] = ACTIONS(580), [anon_sym_tag] = ACTIONS(580), [anon_sym_now] = ACTIONS(580), - [anon_sym_type] = ACTIONS(580), - [anon_sym_59] = ACTIONS(580), + [anon_sym_type] = ACTIONS(578), + [anon_sym_u2e2e] = ACTIONS(580), [anon_sym_dump] = ACTIONS(580), [anon_sym_regex] = ACTIONS(580), [anon_sym_utf] = ACTIONS(580), @@ -34808,85 +35824,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(580), [anon_sym_tryrecv] = ACTIONS(580), [anon_sym_complex] = ACTIONS(580), - [anon_sym_60] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), [anon_sym_rerank] = ACTIONS(580), - [anon_sym_61] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), [anon_sym_fix] = ACTIONS(580), - [anon_sym_62] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), [anon_sym_QMARK] = ACTIONS(580), [anon_sym_unique] = ACTIONS(580), - [anon_sym_63] = 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_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_64] = ACTIONS(580), + [anon_sym_u2235] = ACTIONS(580), [anon_sym_rows] = ACTIONS(580), - [anon_sym_65] = ACTIONS(580), + [anon_sym_u2261] = ACTIONS(580), [anon_sym_repeat] = ACTIONS(580), - [anon_sym_66] = ACTIONS(580), + [anon_sym_u2365] = ACTIONS(580), [anon_sym_dip] = ACTIONS(580), - [anon_sym_67] = ACTIONS(580), + [anon_sym_u2299] = ACTIONS(580), [anon_sym_gap] = ACTIONS(580), - [anon_sym_68] = ACTIONS(580), + [anon_sym_u22c5] = ACTIONS(580), [anon_sym_spawn] = ACTIONS(580), [anon_sym_rectify] = ACTIONS(580), - [anon_sym_69] = ACTIONS(580), - [anon_sym_this] = ACTIONS(580), - [anon_sym_70] = ACTIONS(580), - [anon_sym_recur] = ACTIONS(580), - [anon_sym_71] = ACTIONS(580), + [anon_sym_u2305] = ACTIONS(580), [anon_sym_un] = ACTIONS(578), - [anon_sym_72] = ACTIONS(580), - [anon_sym_content] = ACTIONS(580), - [anon_sym_73] = ACTIONS(580), + [anon_sym_u00b0] = ACTIONS(580), [anon_sym_bind] = 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_shapes] = ACTIONS(580), + [anon_sym_types] = ACTIONS(580), [anon_sym_fold] = ACTIONS(580), - [anon_sym_74] = ACTIONS(580), + [anon_sym_u2227] = ACTIONS(580), [anon_sym_table] = ACTIONS(580), - [anon_sym_75] = ACTIONS(580), + [anon_sym_u229e] = ACTIONS(580), [anon_sym_group] = ACTIONS(580), - [anon_sym_76] = ACTIONS(580), + [anon_sym_u2295] = ACTIONS(580), [anon_sym_partition] = ACTIONS(580), - [anon_sym_77] = ACTIONS(580), + [anon_sym_u229c] = ACTIONS(580), [anon_sym_both] = ACTIONS(580), - [anon_sym_78] = ACTIONS(580), + [anon_sym_u2229] = ACTIONS(580), [anon_sym_bracket] = ACTIONS(580), - [anon_sym_79] = ACTIONS(580), + [anon_sym_u2293] = ACTIONS(580), [anon_sym_fork] = ACTIONS(580), - [anon_sym_80] = ACTIONS(580), + [anon_sym_u2283] = ACTIONS(580), [anon_sym_under] = ACTIONS(580), - [anon_sym_81] = ACTIONS(580), + [anon_sym_u235c] = ACTIONS(580), [anon_sym_fill] = ACTIONS(580), - [anon_sym_82] = ACTIONS(580), + [anon_sym_u2b1a] = ACTIONS(580), [anon_sym_try] = ACTIONS(578), - [anon_sym_83] = ACTIONS(580), + [anon_sym_u2363] = ACTIONS(580), [anon_sym_do] = ACTIONS(578), - [anon_sym_84] = ACTIONS(580), - [anon_sym_all] = ACTIONS(580), - [anon_sym_85] = ACTIONS(580), + [anon_sym_u2362] = ACTIONS(580), [anon_sym_setinv] = ACTIONS(580), [anon_sym_setunder] = ACTIONS(580), - [anon_sym_86] = ACTIONS(580), - [anon_sym_87] = ACTIONS(580), - [anon_sym_88] = ACTIONS(580), - [anon_sym_89] = ACTIONS(580), - [anon_sym_90] = ACTIONS(580), - [anon_sym_91] = ACTIONS(580), - [anon_sym_92] = ACTIONS(580), - [anon_sym_93] = ACTIONS(580), + [anon_sym_f] = ACTIONS(578), + [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_94] = ACTIONS(580), - [anon_sym_95] = ACTIONS(580), + [anon_sym_u2290] = ACTIONS(580), + [anon_sym_u229d] = ACTIONS(580), [anon_sym_cross] = ACTIONS(580), - [anon_sym_96] = ACTIONS(580), + [anon_sym_u22a0] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), + [anon_sym_u21ac] = ACTIONS(580), + [anon_sym_u21ab] = ACTIONS(580), + [anon_sym_all] = ACTIONS(580), + [anon_sym_u22d4] = ACTIONS(580), [sym__endOfLine] = ACTIONS(580), }, [109] = { @@ -34902,7 +35926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(484), [anon_sym_Sep] = ACTIONS(484), [anon_sym_NUmProcs] = ACTIONS(484), - [anon_sym_] = ACTIONS(486), + [anon_sym_u237c] = ACTIONS(486), [aux_sym_character_token1] = ACTIONS(486), [sym_string] = ACTIONS(486), [sym_multiLineString] = ACTIONS(486), @@ -34917,138 +35941,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(484), [anon_sym_eta] = ACTIONS(486), - [anon_sym_2] = ACTIONS(484), + [anon_sym_u03b7] = ACTIONS(484), [anon_sym_pi] = ACTIONS(484), - [anon_sym_3] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), [anon_sym_tau] = ACTIONS(486), - [anon_sym_4] = ACTIONS(484), + [anon_sym_u03c4] = ACTIONS(484), [anon_sym_infinity] = ACTIONS(486), - [anon_sym_5] = ACTIONS(486), - [anon_sym_e] = ACTIONS(484), - [anon_sym_NaN] = ACTIONS(484), - [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_u221e] = ACTIONS(486), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -35056,85 +36080,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [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_64] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), [anon_sym_rows] = ACTIONS(486), - [anon_sym_65] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), [anon_sym_repeat] = ACTIONS(486), - [anon_sym_66] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), [anon_sym_dip] = ACTIONS(486), - [anon_sym_67] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), [anon_sym_gap] = ACTIONS(486), - [anon_sym_68] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), [anon_sym_spawn] = ACTIONS(486), [anon_sym_rectify] = ACTIONS(486), - [anon_sym_69] = ACTIONS(486), - [anon_sym_this] = ACTIONS(486), - [anon_sym_70] = ACTIONS(486), - [anon_sym_recur] = ACTIONS(486), - [anon_sym_71] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), [anon_sym_un] = ACTIONS(484), - [anon_sym_72] = ACTIONS(486), - [anon_sym_content] = ACTIONS(486), - [anon_sym_73] = ACTIONS(486), + [anon_sym_u00b0] = ACTIONS(486), [anon_sym_bind] = 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_shapes] = ACTIONS(486), + [anon_sym_types] = ACTIONS(486), [anon_sym_fold] = ACTIONS(486), - [anon_sym_74] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), [anon_sym_table] = ACTIONS(486), - [anon_sym_75] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), [anon_sym_group] = ACTIONS(486), - [anon_sym_76] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), [anon_sym_partition] = ACTIONS(486), - [anon_sym_77] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), [anon_sym_both] = ACTIONS(486), - [anon_sym_78] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), [anon_sym_bracket] = ACTIONS(486), - [anon_sym_79] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), [anon_sym_fork] = ACTIONS(486), - [anon_sym_80] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), [anon_sym_under] = ACTIONS(486), - [anon_sym_81] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), [anon_sym_fill] = ACTIONS(486), - [anon_sym_82] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), [anon_sym_try] = ACTIONS(484), - [anon_sym_83] = ACTIONS(486), + [anon_sym_u2363] = ACTIONS(486), [anon_sym_do] = ACTIONS(484), - [anon_sym_84] = ACTIONS(486), - [anon_sym_all] = ACTIONS(486), - [anon_sym_85] = ACTIONS(486), + [anon_sym_u2362] = ACTIONS(486), [anon_sym_setinv] = ACTIONS(486), [anon_sym_setunder] = ACTIONS(486), - [anon_sym_86] = ACTIONS(486), - [anon_sym_87] = ACTIONS(486), - [anon_sym_88] = ACTIONS(486), - [anon_sym_89] = ACTIONS(486), - [anon_sym_90] = ACTIONS(486), - [anon_sym_91] = ACTIONS(486), - [anon_sym_92] = ACTIONS(486), - [anon_sym_93] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [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_94] = ACTIONS(486), - [anon_sym_95] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), [anon_sym_cross] = ACTIONS(486), - [anon_sym_96] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_u21ac] = ACTIONS(486), + [anon_sym_u21ab] = ACTIONS(486), + [anon_sym_all] = ACTIONS(486), + [anon_sym_u22d4] = ACTIONS(486), [sym__endOfLine] = ACTIONS(486), }, [110] = { @@ -35150,7 +36182,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(494), [anon_sym_Sep] = ACTIONS(494), [anon_sym_NUmProcs] = ACTIONS(494), - [anon_sym_] = ACTIONS(496), + [anon_sym_u237c] = ACTIONS(496), [aux_sym_character_token1] = ACTIONS(496), [sym_string] = ACTIONS(496), [sym_multiLineString] = ACTIONS(496), @@ -35165,138 +36197,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(496), [anon_sym_SQUOTE] = ACTIONS(494), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(496), + [anon_sym_e] = ACTIONS(494), + [anon_sym_NaN] = ACTIONS(494), + [anon_sym_NumProcs] = ACTIONS(494), [anon_sym_eta] = ACTIONS(496), - [anon_sym_2] = ACTIONS(494), + [anon_sym_u03b7] = ACTIONS(494), [anon_sym_pi] = ACTIONS(494), - [anon_sym_3] = ACTIONS(494), + [anon_sym_u03c0] = ACTIONS(494), [anon_sym_tau] = ACTIONS(496), - [anon_sym_4] = ACTIONS(494), + [anon_sym_u03c4] = ACTIONS(494), [anon_sym_infinity] = ACTIONS(496), - [anon_sym_5] = ACTIONS(496), - [anon_sym_e] = ACTIONS(494), - [anon_sym_NaN] = ACTIONS(494), - [anon_sym_NumProcs] = ACTIONS(494), + [anon_sym_u221e] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -35304,85 +36336,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(496), [anon_sym_SLASH] = ACTIONS(496), [anon_sym_scan] = ACTIONS(496), [anon_sym_BSLASH] = ACTIONS(496), [anon_sym_each] = ACTIONS(496), - [anon_sym_64] = ACTIONS(496), + [anon_sym_u2235] = ACTIONS(496), [anon_sym_rows] = ACTIONS(496), - [anon_sym_65] = ACTIONS(496), + [anon_sym_u2261] = ACTIONS(496), [anon_sym_repeat] = ACTIONS(496), - [anon_sym_66] = ACTIONS(496), + [anon_sym_u2365] = ACTIONS(496), [anon_sym_dip] = ACTIONS(496), - [anon_sym_67] = ACTIONS(496), + [anon_sym_u2299] = ACTIONS(496), [anon_sym_gap] = ACTIONS(496), - [anon_sym_68] = ACTIONS(496), + [anon_sym_u22c5] = ACTIONS(496), [anon_sym_spawn] = ACTIONS(496), [anon_sym_rectify] = ACTIONS(496), - [anon_sym_69] = ACTIONS(496), - [anon_sym_this] = ACTIONS(496), - [anon_sym_70] = ACTIONS(496), - [anon_sym_recur] = ACTIONS(496), - [anon_sym_71] = ACTIONS(496), + [anon_sym_u2305] = ACTIONS(496), [anon_sym_un] = ACTIONS(494), - [anon_sym_72] = ACTIONS(496), - [anon_sym_content] = ACTIONS(496), - [anon_sym_73] = ACTIONS(496), + [anon_sym_u00b0] = ACTIONS(496), [anon_sym_bind] = ACTIONS(496), + [anon_sym_on] = ACTIONS(494), + [anon_sym_u27dc] = ACTIONS(496), + [anon_sym_inventory] = ACTIONS(496), + [anon_sym_u235a] = ACTIONS(496), + [anon_sym_content] = ACTIONS(496), + [anon_sym_u25c7] = ACTIONS(496), + [anon_sym_pool] = ACTIONS(496), + [anon_sym_stringify] = ACTIONS(496), + [anon_sym_signature] = ACTIONS(496), + [anon_sym_shapes] = ACTIONS(496), + [anon_sym_types] = ACTIONS(496), [anon_sym_fold] = ACTIONS(496), - [anon_sym_74] = ACTIONS(496), + [anon_sym_u2227] = ACTIONS(496), [anon_sym_table] = ACTIONS(496), - [anon_sym_75] = ACTIONS(496), + [anon_sym_u229e] = ACTIONS(496), [anon_sym_group] = ACTIONS(496), - [anon_sym_76] = ACTIONS(496), + [anon_sym_u2295] = ACTIONS(496), [anon_sym_partition] = ACTIONS(496), - [anon_sym_77] = ACTIONS(496), + [anon_sym_u229c] = ACTIONS(496), [anon_sym_both] = ACTIONS(496), - [anon_sym_78] = ACTIONS(496), + [anon_sym_u2229] = ACTIONS(496), [anon_sym_bracket] = ACTIONS(496), - [anon_sym_79] = ACTIONS(496), + [anon_sym_u2293] = ACTIONS(496), [anon_sym_fork] = ACTIONS(496), - [anon_sym_80] = ACTIONS(496), + [anon_sym_u2283] = ACTIONS(496), [anon_sym_under] = ACTIONS(496), - [anon_sym_81] = ACTIONS(496), + [anon_sym_u235c] = ACTIONS(496), [anon_sym_fill] = ACTIONS(496), - [anon_sym_82] = ACTIONS(496), + [anon_sym_u2b1a] = ACTIONS(496), [anon_sym_try] = ACTIONS(494), - [anon_sym_83] = ACTIONS(496), + [anon_sym_u2363] = ACTIONS(496), [anon_sym_do] = ACTIONS(494), - [anon_sym_84] = ACTIONS(496), - [anon_sym_all] = ACTIONS(496), - [anon_sym_85] = ACTIONS(496), + [anon_sym_u2362] = ACTIONS(496), [anon_sym_setinv] = ACTIONS(496), [anon_sym_setunder] = ACTIONS(496), - [anon_sym_86] = ACTIONS(496), - [anon_sym_87] = ACTIONS(496), - [anon_sym_88] = ACTIONS(496), - [anon_sym_89] = ACTIONS(496), - [anon_sym_90] = ACTIONS(496), - [anon_sym_91] = ACTIONS(496), - [anon_sym_92] = ACTIONS(496), - [anon_sym_93] = ACTIONS(496), + [anon_sym_f] = ACTIONS(494), + [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_94] = ACTIONS(496), - [anon_sym_95] = ACTIONS(496), + [anon_sym_u2290] = ACTIONS(496), + [anon_sym_u229d] = ACTIONS(496), [anon_sym_cross] = ACTIONS(496), - [anon_sym_96] = ACTIONS(496), + [anon_sym_u22a0] = ACTIONS(496), [anon_sym_SEMI] = ACTIONS(496), + [anon_sym_u21ac] = ACTIONS(496), + [anon_sym_u21ab] = ACTIONS(496), + [anon_sym_all] = ACTIONS(496), + [anon_sym_u22d4] = ACTIONS(496), [sym__endOfLine] = ACTIONS(496), }, [111] = { @@ -35398,7 +36438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(494), [anon_sym_Sep] = ACTIONS(494), [anon_sym_NUmProcs] = ACTIONS(494), - [anon_sym_] = ACTIONS(496), + [anon_sym_u237c] = ACTIONS(496), [aux_sym_character_token1] = ACTIONS(496), [sym_string] = ACTIONS(496), [sym_multiLineString] = ACTIONS(496), @@ -35413,138 +36453,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(496), [anon_sym_SQUOTE] = ACTIONS(494), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(496), + [anon_sym_e] = ACTIONS(494), + [anon_sym_NaN] = ACTIONS(494), + [anon_sym_NumProcs] = ACTIONS(494), [anon_sym_eta] = ACTIONS(496), - [anon_sym_2] = ACTIONS(494), + [anon_sym_u03b7] = ACTIONS(494), [anon_sym_pi] = ACTIONS(494), - [anon_sym_3] = ACTIONS(494), + [anon_sym_u03c0] = ACTIONS(494), [anon_sym_tau] = ACTIONS(496), - [anon_sym_4] = ACTIONS(494), + [anon_sym_u03c4] = ACTIONS(494), [anon_sym_infinity] = ACTIONS(496), - [anon_sym_5] = ACTIONS(496), - [anon_sym_e] = ACTIONS(494), - [anon_sym_NaN] = ACTIONS(494), - [anon_sym_NumProcs] = ACTIONS(494), + [anon_sym_u221e] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(43), [anon_sym_COMMA] = ACTIONS(43), [anon_sym_COLON] = ACTIONS(43), - [anon_sym_6] = ACTIONS(43), + [anon_sym_u25cc] = ACTIONS(43), [anon_sym_identity] = ACTIONS(43), [anon_sym_id] = ACTIONS(45), - [anon_sym_7] = ACTIONS(43), + [anon_sym_u2218] = ACTIONS(43), [anon_sym_not] = ACTIONS(43), - [anon_sym_8] = ACTIONS(43), - [anon_sym_sign] = ACTIONS(43), - [anon_sym_9] = ACTIONS(43), + [anon_sym_u00ac] = ACTIONS(43), + [anon_sym_sign] = ACTIONS(45), + [anon_sym_u00b1] = ACTIONS(43), [anon_sym_BQUOTE] = ACTIONS(43), - [anon_sym_10] = ACTIONS(45), + [anon_sym_u00af] = ACTIONS(45), [anon_sym_absolutevalue] = ACTIONS(43), - [anon_sym_11] = ACTIONS(43), + [anon_sym_u2335] = ACTIONS(43), [anon_sym_sqrt] = ACTIONS(43), - [anon_sym_12] = ACTIONS(43), + [anon_sym_u221a] = ACTIONS(43), [anon_sym_sine] = ACTIONS(43), - [anon_sym_13] = ACTIONS(43), + [anon_sym_u25cb] = ACTIONS(43), [anon_sym_floor] = ACTIONS(43), - [anon_sym_14] = ACTIONS(43), + [anon_sym_u230a] = ACTIONS(43), [anon_sym_ceiling] = ACTIONS(43), - [anon_sym_15] = ACTIONS(43), + [anon_sym_u2308] = ACTIONS(43), [anon_sym_round] = ACTIONS(43), - [anon_sym_16] = ACTIONS(43), + [anon_sym_u2045] = ACTIONS(43), [anon_sym_EQ] = ACTIONS(43), [anon_sym_BANG_EQ] = ACTIONS(43), - [anon_sym_17] = ACTIONS(43), + [anon_sym_u2260] = ACTIONS(43), [anon_sym_LT] = ACTIONS(45), [anon_sym_LT_EQ] = ACTIONS(43), - [anon_sym_18] = ACTIONS(43), + [anon_sym_u2264] = ACTIONS(43), [anon_sym_GT] = ACTIONS(45), [anon_sym_GT_EQ] = ACTIONS(43), - [anon_sym_19] = ACTIONS(43), + [anon_sym_u2265] = ACTIONS(43), [anon_sym_PLUS] = ACTIONS(43), [anon_sym_DASH] = ACTIONS(43), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_20] = ACTIONS(43), + [anon_sym_u00d7] = ACTIONS(43), [anon_sym_PERCENT] = ACTIONS(43), - [anon_sym_21] = ACTIONS(43), + [anon_sym_u00f7] = ACTIONS(43), [anon_sym_modulus] = ACTIONS(43), - [anon_sym_22] = ACTIONS(43), + [anon_sym_u25ff] = ACTIONS(43), [anon_sym_power] = ACTIONS(43), - [anon_sym_23] = ACTIONS(43), + [anon_sym_u207f] = ACTIONS(43), [anon_sym_logarithm] = ACTIONS(43), - [anon_sym_24] = ACTIONS(43), + [anon_sym_u2099] = ACTIONS(43), [anon_sym_minimum] = ACTIONS(43), - [anon_sym_25] = ACTIONS(43), + [anon_sym_u21a7] = ACTIONS(43), [anon_sym_maximum] = ACTIONS(43), - [anon_sym_26] = ACTIONS(43), + [anon_sym_u21a5] = ACTIONS(43), [anon_sym_atangent] = ACTIONS(43), - [anon_sym_27] = ACTIONS(43), + [anon_sym_u2220] = ACTIONS(43), [anon_sym_length] = ACTIONS(43), - [anon_sym_28] = ACTIONS(43), - [anon_sym_shape] = ACTIONS(43), - [anon_sym_29] = ACTIONS(43), + [anon_sym_u29fb] = ACTIONS(43), + [anon_sym_shape] = ACTIONS(45), + [anon_sym_u25b3] = ACTIONS(43), [anon_sym_range] = ACTIONS(43), - [anon_sym_30] = ACTIONS(43), + [anon_sym_u21e1] = ACTIONS(43), [anon_sym_first] = ACTIONS(43), - [anon_sym_31] = ACTIONS(43), + [anon_sym_u22a2] = ACTIONS(43), [anon_sym_reverse] = ACTIONS(43), - [anon_sym_32] = ACTIONS(43), + [anon_sym_u21cc] = ACTIONS(43), [anon_sym_deshape] = ACTIONS(43), - [anon_sym_33] = ACTIONS(43), + [anon_sym_u266d] = ACTIONS(43), [anon_sym_bits] = ACTIONS(43), - [anon_sym_34] = ACTIONS(43), + [anon_sym_u22ef] = ACTIONS(43), [anon_sym_transpose] = ACTIONS(43), - [anon_sym_35] = ACTIONS(43), + [anon_sym_u2349] = ACTIONS(43), [anon_sym_rise] = ACTIONS(43), - [anon_sym_36] = ACTIONS(43), + [anon_sym_u234f] = ACTIONS(43), [anon_sym_fall] = ACTIONS(43), - [anon_sym_37] = ACTIONS(43), + [anon_sym_u2356] = ACTIONS(43), [anon_sym_where] = ACTIONS(43), - [anon_sym_38] = ACTIONS(43), + [anon_sym_u229a] = ACTIONS(43), [anon_sym_classify] = ACTIONS(43), - [anon_sym_39] = ACTIONS(43), + [anon_sym_u229b] = ACTIONS(43), [anon_sym_deduplicate] = ACTIONS(43), - [anon_sym_40] = ACTIONS(43), + [anon_sym_u25f4] = ACTIONS(43), [anon_sym_box] = ACTIONS(43), - [anon_sym_41] = ACTIONS(43), + [anon_sym_u25a1] = ACTIONS(43), [anon_sym_match] = ACTIONS(43), - [anon_sym_42] = ACTIONS(43), + [anon_sym_u224d] = ACTIONS(43), [anon_sym_couple] = ACTIONS(43), - [anon_sym_43] = ACTIONS(43), + [anon_sym_u229f] = ACTIONS(43), [anon_sym_join] = ACTIONS(43), - [anon_sym_44] = ACTIONS(43), + [anon_sym_u2282] = ACTIONS(43), [anon_sym_select] = ACTIONS(43), - [anon_sym_45] = ACTIONS(43), + [anon_sym_u228f] = ACTIONS(43), [anon_sym_pick] = ACTIONS(43), - [anon_sym_46] = ACTIONS(43), + [anon_sym_u22a1] = ACTIONS(43), [anon_sym_reshape] = ACTIONS(43), - [anon_sym_47] = ACTIONS(43), + [anon_sym_u21af] = ACTIONS(43), [anon_sym_take] = ACTIONS(43), - [anon_sym_48] = ACTIONS(43), + [anon_sym_u2199] = ACTIONS(43), [anon_sym_drop] = ACTIONS(43), - [anon_sym_49] = ACTIONS(43), + [anon_sym_u2198] = ACTIONS(43), [anon_sym_rotate] = ACTIONS(43), - [anon_sym_50] = ACTIONS(43), + [anon_sym_u21bb] = ACTIONS(43), [anon_sym_windows] = ACTIONS(43), - [anon_sym_51] = ACTIONS(43), + [anon_sym_u25eb] = ACTIONS(43), [anon_sym_keep] = ACTIONS(43), - [anon_sym_52] = ACTIONS(43), + [anon_sym_u25bd] = ACTIONS(43), [anon_sym_find] = ACTIONS(43), - [anon_sym_53] = ACTIONS(43), + [anon_sym_u2315] = ACTIONS(43), [anon_sym_member] = ACTIONS(43), - [anon_sym_54] = ACTIONS(43), + [anon_sym_u220a] = ACTIONS(43), [anon_sym_indexof] = ACTIONS(43), - [anon_sym_55] = ACTIONS(43), + [anon_sym_u2297] = ACTIONS(43), [anon_sym_assert] = ACTIONS(43), - [anon_sym_56] = ACTIONS(43), + [anon_sym_u2364] = ACTIONS(43), [anon_sym_wait] = ACTIONS(43), [anon_sym_parse] = ACTIONS(43), - [anon_sym_57] = ACTIONS(43), + [anon_sym_u22d5] = ACTIONS(43), [anon_sym_random] = ACTIONS(43), - [anon_sym_58] = ACTIONS(43), + [anon_sym_u2682] = ACTIONS(43), [anon_sym_gen] = ACTIONS(43), [anon_sym_deal] = ACTIONS(43), [anon_sym_tag] = ACTIONS(43), [anon_sym_now] = ACTIONS(43), - [anon_sym_type] = ACTIONS(43), - [anon_sym_59] = ACTIONS(43), + [anon_sym_type] = ACTIONS(45), + [anon_sym_u2e2e] = ACTIONS(43), [anon_sym_dump] = ACTIONS(43), [anon_sym_regex] = ACTIONS(43), [anon_sym_utf] = ACTIONS(43), @@ -35552,85 +36592,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(43), [anon_sym_tryrecv] = ACTIONS(43), [anon_sym_complex] = ACTIONS(43), - [anon_sym_60] = ACTIONS(43), + [anon_sym_u2102] = ACTIONS(43), [anon_sym_rerank] = ACTIONS(43), - [anon_sym_61] = ACTIONS(43), + [anon_sym_u2607] = ACTIONS(43), [anon_sym_fix] = ACTIONS(43), - [anon_sym_62] = ACTIONS(43), + [anon_sym_u00a4] = ACTIONS(43), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_unique] = ACTIONS(43), - [anon_sym_63] = ACTIONS(43), + [anon_sym_u25f0] = ACTIONS(43), [anon_sym_map] = ACTIONS(43), [anon_sym_has] = ACTIONS(43), [anon_sym_get] = ACTIONS(43), [anon_sym_insert] = ACTIONS(43), [anon_sym_remove] = ACTIONS(43), + [anon_sym_repr] = ACTIONS(43), [anon_sym_reduce] = ACTIONS(496), [anon_sym_SLASH] = ACTIONS(496), [anon_sym_scan] = ACTIONS(496), [anon_sym_BSLASH] = ACTIONS(496), [anon_sym_each] = ACTIONS(496), - [anon_sym_64] = ACTIONS(496), + [anon_sym_u2235] = ACTIONS(496), [anon_sym_rows] = ACTIONS(496), - [anon_sym_65] = ACTIONS(496), + [anon_sym_u2261] = ACTIONS(496), [anon_sym_repeat] = ACTIONS(496), - [anon_sym_66] = ACTIONS(496), + [anon_sym_u2365] = ACTIONS(496), [anon_sym_dip] = ACTIONS(496), - [anon_sym_67] = ACTIONS(496), + [anon_sym_u2299] = ACTIONS(496), [anon_sym_gap] = ACTIONS(496), - [anon_sym_68] = ACTIONS(496), + [anon_sym_u22c5] = ACTIONS(496), [anon_sym_spawn] = ACTIONS(496), [anon_sym_rectify] = ACTIONS(496), - [anon_sym_69] = ACTIONS(496), - [anon_sym_this] = ACTIONS(496), - [anon_sym_70] = ACTIONS(496), - [anon_sym_recur] = ACTIONS(496), - [anon_sym_71] = ACTIONS(496), + [anon_sym_u2305] = ACTIONS(496), [anon_sym_un] = ACTIONS(494), - [anon_sym_72] = ACTIONS(496), - [anon_sym_content] = ACTIONS(496), - [anon_sym_73] = ACTIONS(496), + [anon_sym_u00b0] = ACTIONS(496), [anon_sym_bind] = ACTIONS(496), + [anon_sym_on] = ACTIONS(494), + [anon_sym_u27dc] = ACTIONS(496), + [anon_sym_inventory] = ACTIONS(496), + [anon_sym_u235a] = ACTIONS(496), + [anon_sym_content] = ACTIONS(496), + [anon_sym_u25c7] = ACTIONS(496), + [anon_sym_pool] = ACTIONS(496), + [anon_sym_stringify] = ACTIONS(496), + [anon_sym_signature] = ACTIONS(496), + [anon_sym_shapes] = ACTIONS(496), + [anon_sym_types] = ACTIONS(496), [anon_sym_fold] = ACTIONS(496), - [anon_sym_74] = ACTIONS(496), + [anon_sym_u2227] = ACTIONS(496), [anon_sym_table] = ACTIONS(496), - [anon_sym_75] = ACTIONS(496), + [anon_sym_u229e] = ACTIONS(496), [anon_sym_group] = ACTIONS(496), - [anon_sym_76] = ACTIONS(496), + [anon_sym_u2295] = ACTIONS(496), [anon_sym_partition] = ACTIONS(496), - [anon_sym_77] = ACTIONS(496), + [anon_sym_u229c] = ACTIONS(496), [anon_sym_both] = ACTIONS(496), - [anon_sym_78] = ACTIONS(496), + [anon_sym_u2229] = ACTIONS(496), [anon_sym_bracket] = ACTIONS(496), - [anon_sym_79] = ACTIONS(496), + [anon_sym_u2293] = ACTIONS(496), [anon_sym_fork] = ACTIONS(496), - [anon_sym_80] = ACTIONS(496), + [anon_sym_u2283] = ACTIONS(496), [anon_sym_under] = ACTIONS(496), - [anon_sym_81] = ACTIONS(496), + [anon_sym_u235c] = ACTIONS(496), [anon_sym_fill] = ACTIONS(496), - [anon_sym_82] = ACTIONS(496), + [anon_sym_u2b1a] = ACTIONS(496), [anon_sym_try] = ACTIONS(494), - [anon_sym_83] = ACTIONS(496), + [anon_sym_u2363] = ACTIONS(496), [anon_sym_do] = ACTIONS(494), - [anon_sym_84] = ACTIONS(496), - [anon_sym_all] = ACTIONS(496), - [anon_sym_85] = ACTIONS(496), + [anon_sym_u2362] = ACTIONS(496), [anon_sym_setinv] = ACTIONS(496), [anon_sym_setunder] = ACTIONS(496), - [anon_sym_86] = ACTIONS(496), - [anon_sym_87] = ACTIONS(496), - [anon_sym_88] = ACTIONS(496), - [anon_sym_89] = ACTIONS(496), - [anon_sym_90] = ACTIONS(496), - [anon_sym_91] = ACTIONS(496), - [anon_sym_92] = ACTIONS(496), - [anon_sym_93] = ACTIONS(496), + [anon_sym_f] = ACTIONS(494), + [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_94] = ACTIONS(496), - [anon_sym_95] = ACTIONS(496), + [anon_sym_u2290] = ACTIONS(496), + [anon_sym_u229d] = ACTIONS(496), [anon_sym_cross] = ACTIONS(496), - [anon_sym_96] = ACTIONS(496), + [anon_sym_u22a0] = ACTIONS(496), [anon_sym_SEMI] = ACTIONS(496), + [anon_sym_u21ac] = ACTIONS(496), + [anon_sym_u21ab] = ACTIONS(496), + [anon_sym_all] = ACTIONS(496), + [anon_sym_u22d4] = ACTIONS(496), [sym__endOfLine] = ACTIONS(496), }, [112] = { @@ -35644,7 +36692,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(606), [anon_sym_Sep] = ACTIONS(606), [anon_sym_NUmProcs] = ACTIONS(606), - [anon_sym_] = ACTIONS(608), + [anon_sym_u237c] = ACTIONS(608), [aux_sym_character_token1] = ACTIONS(608), [sym_string] = ACTIONS(608), [sym_multiLineString] = ACTIONS(608), @@ -35659,138 +36707,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(606), [anon_sym_eta] = ACTIONS(608), - [anon_sym_2] = ACTIONS(606), + [anon_sym_u03b7] = ACTIONS(606), [anon_sym_pi] = ACTIONS(606), - [anon_sym_3] = ACTIONS(606), + [anon_sym_u03c0] = ACTIONS(606), [anon_sym_tau] = ACTIONS(608), - [anon_sym_4] = ACTIONS(606), + [anon_sym_u03c4] = ACTIONS(606), [anon_sym_infinity] = ACTIONS(608), - [anon_sym_5] = ACTIONS(608), - [anon_sym_e] = ACTIONS(606), - [anon_sym_NaN] = ACTIONS(606), - [anon_sym_NumProcs] = ACTIONS(606), + [anon_sym_u221e] = ACTIONS(608), [anon_sym_DOT] = ACTIONS(608), [anon_sym_COMMA] = ACTIONS(608), [anon_sym_COLON] = ACTIONS(608), - [anon_sym_6] = ACTIONS(608), + [anon_sym_u25cc] = ACTIONS(608), [anon_sym_identity] = ACTIONS(608), [anon_sym_id] = ACTIONS(606), - [anon_sym_7] = ACTIONS(608), + [anon_sym_u2218] = ACTIONS(608), [anon_sym_not] = ACTIONS(608), - [anon_sym_8] = ACTIONS(608), - [anon_sym_sign] = ACTIONS(608), - [anon_sym_9] = ACTIONS(608), + [anon_sym_u00ac] = ACTIONS(608), + [anon_sym_sign] = ACTIONS(606), + [anon_sym_u00b1] = ACTIONS(608), [anon_sym_BQUOTE] = ACTIONS(608), - [anon_sym_10] = ACTIONS(606), + [anon_sym_u00af] = ACTIONS(606), [anon_sym_absolutevalue] = ACTIONS(608), - [anon_sym_11] = ACTIONS(608), + [anon_sym_u2335] = ACTIONS(608), [anon_sym_sqrt] = ACTIONS(608), - [anon_sym_12] = ACTIONS(608), + [anon_sym_u221a] = ACTIONS(608), [anon_sym_sine] = ACTIONS(608), - [anon_sym_13] = ACTIONS(608), + [anon_sym_u25cb] = ACTIONS(608), [anon_sym_floor] = ACTIONS(608), - [anon_sym_14] = ACTIONS(608), + [anon_sym_u230a] = ACTIONS(608), [anon_sym_ceiling] = ACTIONS(608), - [anon_sym_15] = ACTIONS(608), + [anon_sym_u2308] = ACTIONS(608), [anon_sym_round] = ACTIONS(608), - [anon_sym_16] = ACTIONS(608), + [anon_sym_u2045] = ACTIONS(608), [anon_sym_EQ] = ACTIONS(608), [anon_sym_BANG_EQ] = ACTIONS(608), - [anon_sym_17] = ACTIONS(608), + [anon_sym_u2260] = ACTIONS(608), [anon_sym_LT] = ACTIONS(606), [anon_sym_LT_EQ] = ACTIONS(608), - [anon_sym_18] = ACTIONS(608), + [anon_sym_u2264] = ACTIONS(608), [anon_sym_GT] = ACTIONS(606), [anon_sym_GT_EQ] = ACTIONS(608), - [anon_sym_19] = ACTIONS(608), + [anon_sym_u2265] = ACTIONS(608), [anon_sym_PLUS] = ACTIONS(608), [anon_sym_DASH] = ACTIONS(606), [anon_sym_STAR] = ACTIONS(608), - [anon_sym_20] = ACTIONS(608), + [anon_sym_u00d7] = ACTIONS(608), [anon_sym_PERCENT] = ACTIONS(608), - [anon_sym_21] = ACTIONS(608), + [anon_sym_u00f7] = ACTIONS(608), [anon_sym_modulus] = ACTIONS(608), - [anon_sym_22] = ACTIONS(608), + [anon_sym_u25ff] = ACTIONS(608), [anon_sym_power] = ACTIONS(608), - [anon_sym_23] = ACTIONS(608), + [anon_sym_u207f] = ACTIONS(608), [anon_sym_logarithm] = ACTIONS(608), - [anon_sym_24] = ACTIONS(608), + [anon_sym_u2099] = ACTIONS(608), [anon_sym_minimum] = ACTIONS(608), - [anon_sym_25] = ACTIONS(608), + [anon_sym_u21a7] = ACTIONS(608), [anon_sym_maximum] = ACTIONS(608), - [anon_sym_26] = ACTIONS(608), + [anon_sym_u21a5] = ACTIONS(608), [anon_sym_atangent] = ACTIONS(608), - [anon_sym_27] = ACTIONS(608), + [anon_sym_u2220] = ACTIONS(608), [anon_sym_length] = ACTIONS(608), - [anon_sym_28] = ACTIONS(608), - [anon_sym_shape] = ACTIONS(608), - [anon_sym_29] = ACTIONS(608), + [anon_sym_u29fb] = ACTIONS(608), + [anon_sym_shape] = ACTIONS(606), + [anon_sym_u25b3] = ACTIONS(608), [anon_sym_range] = ACTIONS(608), - [anon_sym_30] = ACTIONS(608), + [anon_sym_u21e1] = ACTIONS(608), [anon_sym_first] = ACTIONS(608), - [anon_sym_31] = ACTIONS(608), + [anon_sym_u22a2] = ACTIONS(608), [anon_sym_reverse] = ACTIONS(608), - [anon_sym_32] = ACTIONS(608), + [anon_sym_u21cc] = ACTIONS(608), [anon_sym_deshape] = ACTIONS(608), - [anon_sym_33] = ACTIONS(608), + [anon_sym_u266d] = ACTIONS(608), [anon_sym_bits] = ACTIONS(608), - [anon_sym_34] = ACTIONS(608), + [anon_sym_u22ef] = ACTIONS(608), [anon_sym_transpose] = ACTIONS(608), - [anon_sym_35] = ACTIONS(608), + [anon_sym_u2349] = ACTIONS(608), [anon_sym_rise] = ACTIONS(608), - [anon_sym_36] = ACTIONS(608), + [anon_sym_u234f] = ACTIONS(608), [anon_sym_fall] = ACTIONS(608), - [anon_sym_37] = ACTIONS(608), + [anon_sym_u2356] = ACTIONS(608), [anon_sym_where] = ACTIONS(608), - [anon_sym_38] = ACTIONS(608), + [anon_sym_u229a] = ACTIONS(608), [anon_sym_classify] = ACTIONS(608), - [anon_sym_39] = ACTIONS(608), + [anon_sym_u229b] = ACTIONS(608), [anon_sym_deduplicate] = ACTIONS(608), - [anon_sym_40] = ACTIONS(608), + [anon_sym_u25f4] = ACTIONS(608), [anon_sym_box] = ACTIONS(608), - [anon_sym_41] = ACTIONS(608), + [anon_sym_u25a1] = ACTIONS(608), [anon_sym_match] = ACTIONS(608), - [anon_sym_42] = ACTIONS(608), + [anon_sym_u224d] = ACTIONS(608), [anon_sym_couple] = ACTIONS(608), - [anon_sym_43] = ACTIONS(608), + [anon_sym_u229f] = ACTIONS(608), [anon_sym_join] = ACTIONS(608), - [anon_sym_44] = ACTIONS(608), + [anon_sym_u2282] = ACTIONS(608), [anon_sym_select] = ACTIONS(608), - [anon_sym_45] = ACTIONS(608), + [anon_sym_u228f] = ACTIONS(608), [anon_sym_pick] = ACTIONS(608), - [anon_sym_46] = ACTIONS(608), + [anon_sym_u22a1] = ACTIONS(608), [anon_sym_reshape] = ACTIONS(608), - [anon_sym_47] = ACTIONS(608), + [anon_sym_u21af] = ACTIONS(608), [anon_sym_take] = ACTIONS(608), - [anon_sym_48] = ACTIONS(608), + [anon_sym_u2199] = ACTIONS(608), [anon_sym_drop] = ACTIONS(608), - [anon_sym_49] = ACTIONS(608), + [anon_sym_u2198] = ACTIONS(608), [anon_sym_rotate] = ACTIONS(608), - [anon_sym_50] = ACTIONS(608), + [anon_sym_u21bb] = ACTIONS(608), [anon_sym_windows] = ACTIONS(608), - [anon_sym_51] = ACTIONS(608), + [anon_sym_u25eb] = ACTIONS(608), [anon_sym_keep] = ACTIONS(608), - [anon_sym_52] = ACTIONS(608), + [anon_sym_u25bd] = ACTIONS(608), [anon_sym_find] = ACTIONS(608), - [anon_sym_53] = ACTIONS(608), + [anon_sym_u2315] = ACTIONS(608), [anon_sym_member] = ACTIONS(608), - [anon_sym_54] = ACTIONS(608), + [anon_sym_u220a] = ACTIONS(608), [anon_sym_indexof] = ACTIONS(608), - [anon_sym_55] = ACTIONS(608), + [anon_sym_u2297] = ACTIONS(608), [anon_sym_assert] = ACTIONS(608), - [anon_sym_56] = ACTIONS(608), + [anon_sym_u2364] = ACTIONS(608), [anon_sym_wait] = ACTIONS(608), [anon_sym_parse] = ACTIONS(608), - [anon_sym_57] = ACTIONS(608), + [anon_sym_u22d5] = ACTIONS(608), [anon_sym_random] = ACTIONS(608), - [anon_sym_58] = ACTIONS(608), + [anon_sym_u2682] = ACTIONS(608), [anon_sym_gen] = ACTIONS(608), [anon_sym_deal] = ACTIONS(608), [anon_sym_tag] = ACTIONS(608), [anon_sym_now] = ACTIONS(608), - [anon_sym_type] = ACTIONS(608), - [anon_sym_59] = ACTIONS(608), + [anon_sym_type] = ACTIONS(606), + [anon_sym_u2e2e] = ACTIONS(608), [anon_sym_dump] = ACTIONS(608), [anon_sym_regex] = ACTIONS(608), [anon_sym_utf] = ACTIONS(608), @@ -35798,85 +36846,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(608), [anon_sym_tryrecv] = ACTIONS(608), [anon_sym_complex] = ACTIONS(608), - [anon_sym_60] = ACTIONS(608), + [anon_sym_u2102] = ACTIONS(608), [anon_sym_rerank] = ACTIONS(608), - [anon_sym_61] = ACTIONS(608), + [anon_sym_u2607] = ACTIONS(608), [anon_sym_fix] = ACTIONS(608), - [anon_sym_62] = ACTIONS(608), + [anon_sym_u00a4] = ACTIONS(608), [anon_sym_QMARK] = ACTIONS(608), [anon_sym_unique] = ACTIONS(608), - [anon_sym_63] = 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_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_64] = ACTIONS(608), + [anon_sym_u2235] = ACTIONS(608), [anon_sym_rows] = ACTIONS(608), - [anon_sym_65] = ACTIONS(608), + [anon_sym_u2261] = ACTIONS(608), [anon_sym_repeat] = ACTIONS(608), - [anon_sym_66] = ACTIONS(608), + [anon_sym_u2365] = ACTIONS(608), [anon_sym_dip] = ACTIONS(608), - [anon_sym_67] = ACTIONS(608), + [anon_sym_u2299] = ACTIONS(608), [anon_sym_gap] = ACTIONS(608), - [anon_sym_68] = ACTIONS(608), + [anon_sym_u22c5] = ACTIONS(608), [anon_sym_spawn] = ACTIONS(608), [anon_sym_rectify] = ACTIONS(608), - [anon_sym_69] = ACTIONS(608), - [anon_sym_this] = ACTIONS(608), - [anon_sym_70] = ACTIONS(608), - [anon_sym_recur] = ACTIONS(608), - [anon_sym_71] = ACTIONS(608), + [anon_sym_u2305] = ACTIONS(608), [anon_sym_un] = ACTIONS(606), - [anon_sym_72] = ACTIONS(608), - [anon_sym_content] = ACTIONS(608), - [anon_sym_73] = ACTIONS(608), + [anon_sym_u00b0] = ACTIONS(608), [anon_sym_bind] = 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_shapes] = ACTIONS(608), + [anon_sym_types] = ACTIONS(608), [anon_sym_fold] = ACTIONS(608), - [anon_sym_74] = ACTIONS(608), + [anon_sym_u2227] = ACTIONS(608), [anon_sym_table] = ACTIONS(608), - [anon_sym_75] = ACTIONS(608), + [anon_sym_u229e] = ACTIONS(608), [anon_sym_group] = ACTIONS(608), - [anon_sym_76] = ACTIONS(608), + [anon_sym_u2295] = ACTIONS(608), [anon_sym_partition] = ACTIONS(608), - [anon_sym_77] = ACTIONS(608), + [anon_sym_u229c] = ACTIONS(608), [anon_sym_both] = ACTIONS(608), - [anon_sym_78] = ACTIONS(608), + [anon_sym_u2229] = ACTIONS(608), [anon_sym_bracket] = ACTIONS(608), - [anon_sym_79] = ACTIONS(608), + [anon_sym_u2293] = ACTIONS(608), [anon_sym_fork] = ACTIONS(608), - [anon_sym_80] = ACTIONS(608), + [anon_sym_u2283] = ACTIONS(608), [anon_sym_under] = ACTIONS(608), - [anon_sym_81] = ACTIONS(608), + [anon_sym_u235c] = ACTIONS(608), [anon_sym_fill] = ACTIONS(608), - [anon_sym_82] = ACTIONS(608), + [anon_sym_u2b1a] = ACTIONS(608), [anon_sym_try] = ACTIONS(606), - [anon_sym_83] = ACTIONS(608), + [anon_sym_u2363] = ACTIONS(608), [anon_sym_do] = ACTIONS(606), - [anon_sym_84] = ACTIONS(608), - [anon_sym_all] = ACTIONS(608), - [anon_sym_85] = ACTIONS(608), + [anon_sym_u2362] = ACTIONS(608), [anon_sym_setinv] = ACTIONS(608), [anon_sym_setunder] = ACTIONS(608), - [anon_sym_86] = ACTIONS(608), - [anon_sym_87] = ACTIONS(608), - [anon_sym_88] = ACTIONS(608), - [anon_sym_89] = ACTIONS(608), - [anon_sym_90] = ACTIONS(608), - [anon_sym_91] = ACTIONS(608), - [anon_sym_92] = ACTIONS(608), - [anon_sym_93] = ACTIONS(608), + [anon_sym_f] = ACTIONS(606), + [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_94] = ACTIONS(608), - [anon_sym_95] = ACTIONS(608), + [anon_sym_u2290] = ACTIONS(608), + [anon_sym_u229d] = ACTIONS(608), [anon_sym_cross] = ACTIONS(608), - [anon_sym_96] = ACTIONS(608), + [anon_sym_u22a0] = ACTIONS(608), [anon_sym_SEMI] = ACTIONS(608), + [anon_sym_u21ac] = ACTIONS(608), + [anon_sym_u21ab] = ACTIONS(608), + [anon_sym_all] = ACTIONS(608), + [anon_sym_u22d4] = ACTIONS(608), [sym_emptyMultiLineString] = ACTIONS(608), [sym__endOfLine] = ACTIONS(610), }, @@ -35891,7 +36947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(612), [anon_sym_Sep] = ACTIONS(612), [anon_sym_NUmProcs] = ACTIONS(612), - [anon_sym_] = ACTIONS(614), + [anon_sym_u237c] = ACTIONS(614), [aux_sym_character_token1] = ACTIONS(614), [sym_string] = ACTIONS(614), [sym_multiLineString] = ACTIONS(614), @@ -35906,138 +36962,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(612), [anon_sym_eta] = ACTIONS(614), - [anon_sym_2] = ACTIONS(612), + [anon_sym_u03b7] = ACTIONS(612), [anon_sym_pi] = ACTIONS(612), - [anon_sym_3] = ACTIONS(612), + [anon_sym_u03c0] = ACTIONS(612), [anon_sym_tau] = ACTIONS(614), - [anon_sym_4] = ACTIONS(612), + [anon_sym_u03c4] = ACTIONS(612), [anon_sym_infinity] = ACTIONS(614), - [anon_sym_5] = ACTIONS(614), - [anon_sym_e] = ACTIONS(612), - [anon_sym_NaN] = ACTIONS(612), - [anon_sym_NumProcs] = ACTIONS(612), + [anon_sym_u221e] = ACTIONS(614), [anon_sym_DOT] = ACTIONS(614), [anon_sym_COMMA] = ACTIONS(614), [anon_sym_COLON] = ACTIONS(614), - [anon_sym_6] = ACTIONS(614), + [anon_sym_u25cc] = ACTIONS(614), [anon_sym_identity] = ACTIONS(614), [anon_sym_id] = ACTIONS(612), - [anon_sym_7] = ACTIONS(614), + [anon_sym_u2218] = ACTIONS(614), [anon_sym_not] = ACTIONS(614), - [anon_sym_8] = ACTIONS(614), - [anon_sym_sign] = ACTIONS(614), - [anon_sym_9] = ACTIONS(614), + [anon_sym_u00ac] = ACTIONS(614), + [anon_sym_sign] = ACTIONS(612), + [anon_sym_u00b1] = ACTIONS(614), [anon_sym_BQUOTE] = ACTIONS(614), - [anon_sym_10] = ACTIONS(612), + [anon_sym_u00af] = ACTIONS(612), [anon_sym_absolutevalue] = ACTIONS(614), - [anon_sym_11] = ACTIONS(614), + [anon_sym_u2335] = ACTIONS(614), [anon_sym_sqrt] = ACTIONS(614), - [anon_sym_12] = ACTIONS(614), + [anon_sym_u221a] = ACTIONS(614), [anon_sym_sine] = ACTIONS(614), - [anon_sym_13] = ACTIONS(614), + [anon_sym_u25cb] = ACTIONS(614), [anon_sym_floor] = ACTIONS(614), - [anon_sym_14] = ACTIONS(614), + [anon_sym_u230a] = ACTIONS(614), [anon_sym_ceiling] = ACTIONS(614), - [anon_sym_15] = ACTIONS(614), + [anon_sym_u2308] = ACTIONS(614), [anon_sym_round] = ACTIONS(614), - [anon_sym_16] = ACTIONS(614), + [anon_sym_u2045] = ACTIONS(614), [anon_sym_EQ] = ACTIONS(614), [anon_sym_BANG_EQ] = ACTIONS(614), - [anon_sym_17] = ACTIONS(614), + [anon_sym_u2260] = ACTIONS(614), [anon_sym_LT] = ACTIONS(612), [anon_sym_LT_EQ] = ACTIONS(614), - [anon_sym_18] = ACTIONS(614), + [anon_sym_u2264] = ACTIONS(614), [anon_sym_GT] = ACTIONS(612), [anon_sym_GT_EQ] = ACTIONS(614), - [anon_sym_19] = ACTIONS(614), + [anon_sym_u2265] = ACTIONS(614), [anon_sym_PLUS] = ACTIONS(614), [anon_sym_DASH] = ACTIONS(612), [anon_sym_STAR] = ACTIONS(614), - [anon_sym_20] = ACTIONS(614), + [anon_sym_u00d7] = ACTIONS(614), [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_21] = ACTIONS(614), + [anon_sym_u00f7] = ACTIONS(614), [anon_sym_modulus] = ACTIONS(614), - [anon_sym_22] = ACTIONS(614), + [anon_sym_u25ff] = ACTIONS(614), [anon_sym_power] = ACTIONS(614), - [anon_sym_23] = ACTIONS(614), + [anon_sym_u207f] = ACTIONS(614), [anon_sym_logarithm] = ACTIONS(614), - [anon_sym_24] = ACTIONS(614), + [anon_sym_u2099] = ACTIONS(614), [anon_sym_minimum] = ACTIONS(614), - [anon_sym_25] = ACTIONS(614), + [anon_sym_u21a7] = ACTIONS(614), [anon_sym_maximum] = ACTIONS(614), - [anon_sym_26] = ACTIONS(614), + [anon_sym_u21a5] = ACTIONS(614), [anon_sym_atangent] = ACTIONS(614), - [anon_sym_27] = ACTIONS(614), + [anon_sym_u2220] = ACTIONS(614), [anon_sym_length] = ACTIONS(614), - [anon_sym_28] = ACTIONS(614), - [anon_sym_shape] = ACTIONS(614), - [anon_sym_29] = ACTIONS(614), + [anon_sym_u29fb] = ACTIONS(614), + [anon_sym_shape] = ACTIONS(612), + [anon_sym_u25b3] = ACTIONS(614), [anon_sym_range] = ACTIONS(614), - [anon_sym_30] = ACTIONS(614), + [anon_sym_u21e1] = ACTIONS(614), [anon_sym_first] = ACTIONS(614), - [anon_sym_31] = ACTIONS(614), + [anon_sym_u22a2] = ACTIONS(614), [anon_sym_reverse] = ACTIONS(614), - [anon_sym_32] = ACTIONS(614), + [anon_sym_u21cc] = ACTIONS(614), [anon_sym_deshape] = ACTIONS(614), - [anon_sym_33] = ACTIONS(614), + [anon_sym_u266d] = ACTIONS(614), [anon_sym_bits] = ACTIONS(614), - [anon_sym_34] = ACTIONS(614), + [anon_sym_u22ef] = ACTIONS(614), [anon_sym_transpose] = ACTIONS(614), - [anon_sym_35] = ACTIONS(614), + [anon_sym_u2349] = ACTIONS(614), [anon_sym_rise] = ACTIONS(614), - [anon_sym_36] = ACTIONS(614), + [anon_sym_u234f] = ACTIONS(614), [anon_sym_fall] = ACTIONS(614), - [anon_sym_37] = ACTIONS(614), + [anon_sym_u2356] = ACTIONS(614), [anon_sym_where] = ACTIONS(614), - [anon_sym_38] = ACTIONS(614), + [anon_sym_u229a] = ACTIONS(614), [anon_sym_classify] = ACTIONS(614), - [anon_sym_39] = ACTIONS(614), + [anon_sym_u229b] = ACTIONS(614), [anon_sym_deduplicate] = ACTIONS(614), - [anon_sym_40] = ACTIONS(614), + [anon_sym_u25f4] = ACTIONS(614), [anon_sym_box] = ACTIONS(614), - [anon_sym_41] = ACTIONS(614), + [anon_sym_u25a1] = ACTIONS(614), [anon_sym_match] = ACTIONS(614), - [anon_sym_42] = ACTIONS(614), + [anon_sym_u224d] = ACTIONS(614), [anon_sym_couple] = ACTIONS(614), - [anon_sym_43] = ACTIONS(614), + [anon_sym_u229f] = ACTIONS(614), [anon_sym_join] = ACTIONS(614), - [anon_sym_44] = ACTIONS(614), + [anon_sym_u2282] = ACTIONS(614), [anon_sym_select] = ACTIONS(614), - [anon_sym_45] = ACTIONS(614), + [anon_sym_u228f] = ACTIONS(614), [anon_sym_pick] = ACTIONS(614), - [anon_sym_46] = ACTIONS(614), + [anon_sym_u22a1] = ACTIONS(614), [anon_sym_reshape] = ACTIONS(614), - [anon_sym_47] = ACTIONS(614), + [anon_sym_u21af] = ACTIONS(614), [anon_sym_take] = ACTIONS(614), - [anon_sym_48] = ACTIONS(614), + [anon_sym_u2199] = ACTIONS(614), [anon_sym_drop] = ACTIONS(614), - [anon_sym_49] = ACTIONS(614), + [anon_sym_u2198] = ACTIONS(614), [anon_sym_rotate] = ACTIONS(614), - [anon_sym_50] = ACTIONS(614), + [anon_sym_u21bb] = ACTIONS(614), [anon_sym_windows] = ACTIONS(614), - [anon_sym_51] = ACTIONS(614), + [anon_sym_u25eb] = ACTIONS(614), [anon_sym_keep] = ACTIONS(614), - [anon_sym_52] = ACTIONS(614), + [anon_sym_u25bd] = ACTIONS(614), [anon_sym_find] = ACTIONS(614), - [anon_sym_53] = ACTIONS(614), + [anon_sym_u2315] = ACTIONS(614), [anon_sym_member] = ACTIONS(614), - [anon_sym_54] = ACTIONS(614), + [anon_sym_u220a] = ACTIONS(614), [anon_sym_indexof] = ACTIONS(614), - [anon_sym_55] = ACTIONS(614), + [anon_sym_u2297] = ACTIONS(614), [anon_sym_assert] = ACTIONS(614), - [anon_sym_56] = ACTIONS(614), + [anon_sym_u2364] = ACTIONS(614), [anon_sym_wait] = ACTIONS(614), [anon_sym_parse] = ACTIONS(614), - [anon_sym_57] = ACTIONS(614), + [anon_sym_u22d5] = ACTIONS(614), [anon_sym_random] = ACTIONS(614), - [anon_sym_58] = ACTIONS(614), + [anon_sym_u2682] = ACTIONS(614), [anon_sym_gen] = ACTIONS(614), [anon_sym_deal] = ACTIONS(614), [anon_sym_tag] = ACTIONS(614), [anon_sym_now] = ACTIONS(614), - [anon_sym_type] = ACTIONS(614), - [anon_sym_59] = ACTIONS(614), + [anon_sym_type] = ACTIONS(612), + [anon_sym_u2e2e] = ACTIONS(614), [anon_sym_dump] = ACTIONS(614), [anon_sym_regex] = ACTIONS(614), [anon_sym_utf] = ACTIONS(614), @@ -36045,85 +37101,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(614), [anon_sym_tryrecv] = ACTIONS(614), [anon_sym_complex] = ACTIONS(614), - [anon_sym_60] = ACTIONS(614), + [anon_sym_u2102] = ACTIONS(614), [anon_sym_rerank] = ACTIONS(614), - [anon_sym_61] = ACTIONS(614), + [anon_sym_u2607] = ACTIONS(614), [anon_sym_fix] = ACTIONS(614), - [anon_sym_62] = ACTIONS(614), + [anon_sym_u00a4] = ACTIONS(614), [anon_sym_QMARK] = ACTIONS(614), [anon_sym_unique] = ACTIONS(614), - [anon_sym_63] = 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_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_64] = ACTIONS(614), + [anon_sym_u2235] = ACTIONS(614), [anon_sym_rows] = ACTIONS(614), - [anon_sym_65] = ACTIONS(614), + [anon_sym_u2261] = ACTIONS(614), [anon_sym_repeat] = ACTIONS(614), - [anon_sym_66] = ACTIONS(614), + [anon_sym_u2365] = ACTIONS(614), [anon_sym_dip] = ACTIONS(614), - [anon_sym_67] = ACTIONS(614), + [anon_sym_u2299] = ACTIONS(614), [anon_sym_gap] = ACTIONS(614), - [anon_sym_68] = ACTIONS(614), + [anon_sym_u22c5] = ACTIONS(614), [anon_sym_spawn] = ACTIONS(614), [anon_sym_rectify] = ACTIONS(614), - [anon_sym_69] = ACTIONS(614), - [anon_sym_this] = ACTIONS(614), - [anon_sym_70] = ACTIONS(614), - [anon_sym_recur] = ACTIONS(614), - [anon_sym_71] = ACTIONS(614), + [anon_sym_u2305] = ACTIONS(614), [anon_sym_un] = ACTIONS(612), - [anon_sym_72] = ACTIONS(614), - [anon_sym_content] = ACTIONS(614), - [anon_sym_73] = ACTIONS(614), + [anon_sym_u00b0] = ACTIONS(614), [anon_sym_bind] = 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_shapes] = ACTIONS(614), + [anon_sym_types] = ACTIONS(614), [anon_sym_fold] = ACTIONS(614), - [anon_sym_74] = ACTIONS(614), + [anon_sym_u2227] = ACTIONS(614), [anon_sym_table] = ACTIONS(614), - [anon_sym_75] = ACTIONS(614), + [anon_sym_u229e] = ACTIONS(614), [anon_sym_group] = ACTIONS(614), - [anon_sym_76] = ACTIONS(614), + [anon_sym_u2295] = ACTIONS(614), [anon_sym_partition] = ACTIONS(614), - [anon_sym_77] = ACTIONS(614), + [anon_sym_u229c] = ACTIONS(614), [anon_sym_both] = ACTIONS(614), - [anon_sym_78] = ACTIONS(614), + [anon_sym_u2229] = ACTIONS(614), [anon_sym_bracket] = ACTIONS(614), - [anon_sym_79] = ACTIONS(614), + [anon_sym_u2293] = ACTIONS(614), [anon_sym_fork] = ACTIONS(614), - [anon_sym_80] = ACTIONS(614), + [anon_sym_u2283] = ACTIONS(614), [anon_sym_under] = ACTIONS(614), - [anon_sym_81] = ACTIONS(614), + [anon_sym_u235c] = ACTIONS(614), [anon_sym_fill] = ACTIONS(614), - [anon_sym_82] = ACTIONS(614), + [anon_sym_u2b1a] = ACTIONS(614), [anon_sym_try] = ACTIONS(612), - [anon_sym_83] = ACTIONS(614), + [anon_sym_u2363] = ACTIONS(614), [anon_sym_do] = ACTIONS(612), - [anon_sym_84] = ACTIONS(614), - [anon_sym_all] = ACTIONS(614), - [anon_sym_85] = ACTIONS(614), + [anon_sym_u2362] = ACTIONS(614), [anon_sym_setinv] = ACTIONS(614), [anon_sym_setunder] = ACTIONS(614), - [anon_sym_86] = ACTIONS(614), - [anon_sym_87] = ACTIONS(614), - [anon_sym_88] = ACTIONS(614), - [anon_sym_89] = ACTIONS(614), - [anon_sym_90] = ACTIONS(614), - [anon_sym_91] = ACTIONS(614), - [anon_sym_92] = ACTIONS(614), - [anon_sym_93] = ACTIONS(614), + [anon_sym_f] = ACTIONS(612), + [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_94] = ACTIONS(614), - [anon_sym_95] = ACTIONS(614), + [anon_sym_u2290] = ACTIONS(614), + [anon_sym_u229d] = ACTIONS(614), [anon_sym_cross] = ACTIONS(614), - [anon_sym_96] = ACTIONS(614), + [anon_sym_u22a0] = ACTIONS(614), [anon_sym_SEMI] = ACTIONS(614), + [anon_sym_u21ac] = ACTIONS(614), + [anon_sym_u21ab] = ACTIONS(614), + [anon_sym_all] = ACTIONS(614), + [anon_sym_u22d4] = ACTIONS(614), [sym_emptyMultiLineString] = ACTIONS(614), [sym__endOfLine] = ACTIONS(5), }, @@ -36138,7 +37202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(606), [anon_sym_Sep] = ACTIONS(606), [anon_sym_NUmProcs] = ACTIONS(606), - [anon_sym_] = ACTIONS(608), + [anon_sym_u237c] = ACTIONS(608), [aux_sym_character_token1] = ACTIONS(608), [sym_string] = ACTIONS(608), [sym_multiLineString] = ACTIONS(608), @@ -36153,138 +37217,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(606), [anon_sym_eta] = ACTIONS(608), - [anon_sym_2] = ACTIONS(606), + [anon_sym_u03b7] = ACTIONS(606), [anon_sym_pi] = ACTIONS(606), - [anon_sym_3] = ACTIONS(606), + [anon_sym_u03c0] = ACTIONS(606), [anon_sym_tau] = ACTIONS(608), - [anon_sym_4] = ACTIONS(606), + [anon_sym_u03c4] = ACTIONS(606), [anon_sym_infinity] = ACTIONS(608), - [anon_sym_5] = ACTIONS(608), - [anon_sym_e] = ACTIONS(606), - [anon_sym_NaN] = ACTIONS(606), - [anon_sym_NumProcs] = ACTIONS(606), + [anon_sym_u221e] = ACTIONS(608), [anon_sym_DOT] = ACTIONS(608), [anon_sym_COMMA] = ACTIONS(608), [anon_sym_COLON] = ACTIONS(608), - [anon_sym_6] = ACTIONS(608), + [anon_sym_u25cc] = ACTIONS(608), [anon_sym_identity] = ACTIONS(608), [anon_sym_id] = ACTIONS(606), - [anon_sym_7] = ACTIONS(608), + [anon_sym_u2218] = ACTIONS(608), [anon_sym_not] = ACTIONS(608), - [anon_sym_8] = ACTIONS(608), - [anon_sym_sign] = ACTIONS(608), - [anon_sym_9] = ACTIONS(608), + [anon_sym_u00ac] = ACTIONS(608), + [anon_sym_sign] = ACTIONS(606), + [anon_sym_u00b1] = ACTIONS(608), [anon_sym_BQUOTE] = ACTIONS(608), - [anon_sym_10] = ACTIONS(606), + [anon_sym_u00af] = ACTIONS(606), [anon_sym_absolutevalue] = ACTIONS(608), - [anon_sym_11] = ACTIONS(608), + [anon_sym_u2335] = ACTIONS(608), [anon_sym_sqrt] = ACTIONS(608), - [anon_sym_12] = ACTIONS(608), + [anon_sym_u221a] = ACTIONS(608), [anon_sym_sine] = ACTIONS(608), - [anon_sym_13] = ACTIONS(608), + [anon_sym_u25cb] = ACTIONS(608), [anon_sym_floor] = ACTIONS(608), - [anon_sym_14] = ACTIONS(608), + [anon_sym_u230a] = ACTIONS(608), [anon_sym_ceiling] = ACTIONS(608), - [anon_sym_15] = ACTIONS(608), + [anon_sym_u2308] = ACTIONS(608), [anon_sym_round] = ACTIONS(608), - [anon_sym_16] = ACTIONS(608), + [anon_sym_u2045] = ACTIONS(608), [anon_sym_EQ] = ACTIONS(608), [anon_sym_BANG_EQ] = ACTIONS(608), - [anon_sym_17] = ACTIONS(608), + [anon_sym_u2260] = ACTIONS(608), [anon_sym_LT] = ACTIONS(606), [anon_sym_LT_EQ] = ACTIONS(608), - [anon_sym_18] = ACTIONS(608), + [anon_sym_u2264] = ACTIONS(608), [anon_sym_GT] = ACTIONS(606), [anon_sym_GT_EQ] = ACTIONS(608), - [anon_sym_19] = ACTIONS(608), + [anon_sym_u2265] = ACTIONS(608), [anon_sym_PLUS] = ACTIONS(608), [anon_sym_DASH] = ACTIONS(606), [anon_sym_STAR] = ACTIONS(608), - [anon_sym_20] = ACTIONS(608), + [anon_sym_u00d7] = ACTIONS(608), [anon_sym_PERCENT] = ACTIONS(608), - [anon_sym_21] = ACTIONS(608), + [anon_sym_u00f7] = ACTIONS(608), [anon_sym_modulus] = ACTIONS(608), - [anon_sym_22] = ACTIONS(608), + [anon_sym_u25ff] = ACTIONS(608), [anon_sym_power] = ACTIONS(608), - [anon_sym_23] = ACTIONS(608), + [anon_sym_u207f] = ACTIONS(608), [anon_sym_logarithm] = ACTIONS(608), - [anon_sym_24] = ACTIONS(608), + [anon_sym_u2099] = ACTIONS(608), [anon_sym_minimum] = ACTIONS(608), - [anon_sym_25] = ACTIONS(608), + [anon_sym_u21a7] = ACTIONS(608), [anon_sym_maximum] = ACTIONS(608), - [anon_sym_26] = ACTIONS(608), + [anon_sym_u21a5] = ACTIONS(608), [anon_sym_atangent] = ACTIONS(608), - [anon_sym_27] = ACTIONS(608), + [anon_sym_u2220] = ACTIONS(608), [anon_sym_length] = ACTIONS(608), - [anon_sym_28] = ACTIONS(608), - [anon_sym_shape] = ACTIONS(608), - [anon_sym_29] = ACTIONS(608), + [anon_sym_u29fb] = ACTIONS(608), + [anon_sym_shape] = ACTIONS(606), + [anon_sym_u25b3] = ACTIONS(608), [anon_sym_range] = ACTIONS(608), - [anon_sym_30] = ACTIONS(608), + [anon_sym_u21e1] = ACTIONS(608), [anon_sym_first] = ACTIONS(608), - [anon_sym_31] = ACTIONS(608), + [anon_sym_u22a2] = ACTIONS(608), [anon_sym_reverse] = ACTIONS(608), - [anon_sym_32] = ACTIONS(608), + [anon_sym_u21cc] = ACTIONS(608), [anon_sym_deshape] = ACTIONS(608), - [anon_sym_33] = ACTIONS(608), + [anon_sym_u266d] = ACTIONS(608), [anon_sym_bits] = ACTIONS(608), - [anon_sym_34] = ACTIONS(608), + [anon_sym_u22ef] = ACTIONS(608), [anon_sym_transpose] = ACTIONS(608), - [anon_sym_35] = ACTIONS(608), + [anon_sym_u2349] = ACTIONS(608), [anon_sym_rise] = ACTIONS(608), - [anon_sym_36] = ACTIONS(608), + [anon_sym_u234f] = ACTIONS(608), [anon_sym_fall] = ACTIONS(608), - [anon_sym_37] = ACTIONS(608), + [anon_sym_u2356] = ACTIONS(608), [anon_sym_where] = ACTIONS(608), - [anon_sym_38] = ACTIONS(608), + [anon_sym_u229a] = ACTIONS(608), [anon_sym_classify] = ACTIONS(608), - [anon_sym_39] = ACTIONS(608), + [anon_sym_u229b] = ACTIONS(608), [anon_sym_deduplicate] = ACTIONS(608), - [anon_sym_40] = ACTIONS(608), + [anon_sym_u25f4] = ACTIONS(608), [anon_sym_box] = ACTIONS(608), - [anon_sym_41] = ACTIONS(608), + [anon_sym_u25a1] = ACTIONS(608), [anon_sym_match] = ACTIONS(608), - [anon_sym_42] = ACTIONS(608), + [anon_sym_u224d] = ACTIONS(608), [anon_sym_couple] = ACTIONS(608), - [anon_sym_43] = ACTIONS(608), + [anon_sym_u229f] = ACTIONS(608), [anon_sym_join] = ACTIONS(608), - [anon_sym_44] = ACTIONS(608), + [anon_sym_u2282] = ACTIONS(608), [anon_sym_select] = ACTIONS(608), - [anon_sym_45] = ACTIONS(608), + [anon_sym_u228f] = ACTIONS(608), [anon_sym_pick] = ACTIONS(608), - [anon_sym_46] = ACTIONS(608), + [anon_sym_u22a1] = ACTIONS(608), [anon_sym_reshape] = ACTIONS(608), - [anon_sym_47] = ACTIONS(608), + [anon_sym_u21af] = ACTIONS(608), [anon_sym_take] = ACTIONS(608), - [anon_sym_48] = ACTIONS(608), + [anon_sym_u2199] = ACTIONS(608), [anon_sym_drop] = ACTIONS(608), - [anon_sym_49] = ACTIONS(608), + [anon_sym_u2198] = ACTIONS(608), [anon_sym_rotate] = ACTIONS(608), - [anon_sym_50] = ACTIONS(608), + [anon_sym_u21bb] = ACTIONS(608), [anon_sym_windows] = ACTIONS(608), - [anon_sym_51] = ACTIONS(608), + [anon_sym_u25eb] = ACTIONS(608), [anon_sym_keep] = ACTIONS(608), - [anon_sym_52] = ACTIONS(608), + [anon_sym_u25bd] = ACTIONS(608), [anon_sym_find] = ACTIONS(608), - [anon_sym_53] = ACTIONS(608), + [anon_sym_u2315] = ACTIONS(608), [anon_sym_member] = ACTIONS(608), - [anon_sym_54] = ACTIONS(608), + [anon_sym_u220a] = ACTIONS(608), [anon_sym_indexof] = ACTIONS(608), - [anon_sym_55] = ACTIONS(608), + [anon_sym_u2297] = ACTIONS(608), [anon_sym_assert] = ACTIONS(608), - [anon_sym_56] = ACTIONS(608), + [anon_sym_u2364] = ACTIONS(608), [anon_sym_wait] = ACTIONS(608), [anon_sym_parse] = ACTIONS(608), - [anon_sym_57] = ACTIONS(608), + [anon_sym_u22d5] = ACTIONS(608), [anon_sym_random] = ACTIONS(608), - [anon_sym_58] = ACTIONS(608), + [anon_sym_u2682] = ACTIONS(608), [anon_sym_gen] = ACTIONS(608), [anon_sym_deal] = ACTIONS(608), [anon_sym_tag] = ACTIONS(608), [anon_sym_now] = ACTIONS(608), - [anon_sym_type] = ACTIONS(608), - [anon_sym_59] = ACTIONS(608), + [anon_sym_type] = ACTIONS(606), + [anon_sym_u2e2e] = ACTIONS(608), [anon_sym_dump] = ACTIONS(608), [anon_sym_regex] = ACTIONS(608), [anon_sym_utf] = ACTIONS(608), @@ -36292,85 +37356,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(608), [anon_sym_tryrecv] = ACTIONS(608), [anon_sym_complex] = ACTIONS(608), - [anon_sym_60] = ACTIONS(608), + [anon_sym_u2102] = ACTIONS(608), [anon_sym_rerank] = ACTIONS(608), - [anon_sym_61] = ACTIONS(608), + [anon_sym_u2607] = ACTIONS(608), [anon_sym_fix] = ACTIONS(608), - [anon_sym_62] = ACTIONS(608), + [anon_sym_u00a4] = ACTIONS(608), [anon_sym_QMARK] = ACTIONS(608), [anon_sym_unique] = ACTIONS(608), - [anon_sym_63] = 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_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_64] = ACTIONS(608), + [anon_sym_u2235] = ACTIONS(608), [anon_sym_rows] = ACTIONS(608), - [anon_sym_65] = ACTIONS(608), + [anon_sym_u2261] = ACTIONS(608), [anon_sym_repeat] = ACTIONS(608), - [anon_sym_66] = ACTIONS(608), + [anon_sym_u2365] = ACTIONS(608), [anon_sym_dip] = ACTIONS(608), - [anon_sym_67] = ACTIONS(608), + [anon_sym_u2299] = ACTIONS(608), [anon_sym_gap] = ACTIONS(608), - [anon_sym_68] = ACTIONS(608), + [anon_sym_u22c5] = ACTIONS(608), [anon_sym_spawn] = ACTIONS(608), [anon_sym_rectify] = ACTIONS(608), - [anon_sym_69] = ACTIONS(608), - [anon_sym_this] = ACTIONS(608), - [anon_sym_70] = ACTIONS(608), - [anon_sym_recur] = ACTIONS(608), - [anon_sym_71] = ACTIONS(608), + [anon_sym_u2305] = ACTIONS(608), [anon_sym_un] = ACTIONS(606), - [anon_sym_72] = ACTIONS(608), - [anon_sym_content] = ACTIONS(608), - [anon_sym_73] = ACTIONS(608), + [anon_sym_u00b0] = ACTIONS(608), [anon_sym_bind] = 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_shapes] = ACTIONS(608), + [anon_sym_types] = ACTIONS(608), [anon_sym_fold] = ACTIONS(608), - [anon_sym_74] = ACTIONS(608), + [anon_sym_u2227] = ACTIONS(608), [anon_sym_table] = ACTIONS(608), - [anon_sym_75] = ACTIONS(608), + [anon_sym_u229e] = ACTIONS(608), [anon_sym_group] = ACTIONS(608), - [anon_sym_76] = ACTIONS(608), + [anon_sym_u2295] = ACTIONS(608), [anon_sym_partition] = ACTIONS(608), - [anon_sym_77] = ACTIONS(608), + [anon_sym_u229c] = ACTIONS(608), [anon_sym_both] = ACTIONS(608), - [anon_sym_78] = ACTIONS(608), + [anon_sym_u2229] = ACTIONS(608), [anon_sym_bracket] = ACTIONS(608), - [anon_sym_79] = ACTIONS(608), + [anon_sym_u2293] = ACTIONS(608), [anon_sym_fork] = ACTIONS(608), - [anon_sym_80] = ACTIONS(608), + [anon_sym_u2283] = ACTIONS(608), [anon_sym_under] = ACTIONS(608), - [anon_sym_81] = ACTIONS(608), + [anon_sym_u235c] = ACTIONS(608), [anon_sym_fill] = ACTIONS(608), - [anon_sym_82] = ACTIONS(608), + [anon_sym_u2b1a] = ACTIONS(608), [anon_sym_try] = ACTIONS(606), - [anon_sym_83] = ACTIONS(608), + [anon_sym_u2363] = ACTIONS(608), [anon_sym_do] = ACTIONS(606), - [anon_sym_84] = ACTIONS(608), - [anon_sym_all] = ACTIONS(608), - [anon_sym_85] = ACTIONS(608), + [anon_sym_u2362] = ACTIONS(608), [anon_sym_setinv] = ACTIONS(608), [anon_sym_setunder] = ACTIONS(608), - [anon_sym_86] = ACTIONS(608), - [anon_sym_87] = ACTIONS(608), - [anon_sym_88] = ACTIONS(608), - [anon_sym_89] = ACTIONS(608), - [anon_sym_90] = ACTIONS(608), - [anon_sym_91] = ACTIONS(608), - [anon_sym_92] = ACTIONS(608), - [anon_sym_93] = ACTIONS(608), + [anon_sym_f] = ACTIONS(606), + [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_94] = ACTIONS(608), - [anon_sym_95] = ACTIONS(608), + [anon_sym_u2290] = ACTIONS(608), + [anon_sym_u229d] = ACTIONS(608), [anon_sym_cross] = ACTIONS(608), - [anon_sym_96] = ACTIONS(608), + [anon_sym_u22a0] = ACTIONS(608), [anon_sym_SEMI] = ACTIONS(608), + [anon_sym_u21ac] = ACTIONS(608), + [anon_sym_u21ab] = ACTIONS(608), + [anon_sym_all] = ACTIONS(608), + [anon_sym_u22d4] = ACTIONS(608), [sym_emptyMultiLineString] = ACTIONS(608), [sym__endOfLine] = ACTIONS(618), }, @@ -36385,7 +37457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(612), [anon_sym_Sep] = ACTIONS(612), [anon_sym_NUmProcs] = ACTIONS(612), - [anon_sym_] = ACTIONS(614), + [anon_sym_u237c] = ACTIONS(614), [aux_sym_character_token1] = ACTIONS(614), [sym_string] = ACTIONS(614), [sym_multiLineString] = ACTIONS(614), @@ -36400,138 +37472,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(612), [anon_sym_eta] = ACTIONS(614), - [anon_sym_2] = ACTIONS(612), + [anon_sym_u03b7] = ACTIONS(612), [anon_sym_pi] = ACTIONS(612), - [anon_sym_3] = ACTIONS(612), + [anon_sym_u03c0] = ACTIONS(612), [anon_sym_tau] = ACTIONS(614), - [anon_sym_4] = ACTIONS(612), + [anon_sym_u03c4] = ACTIONS(612), [anon_sym_infinity] = ACTIONS(614), - [anon_sym_5] = ACTIONS(614), - [anon_sym_e] = ACTIONS(612), - [anon_sym_NaN] = ACTIONS(612), - [anon_sym_NumProcs] = ACTIONS(612), + [anon_sym_u221e] = ACTIONS(614), [anon_sym_DOT] = ACTIONS(614), [anon_sym_COMMA] = ACTIONS(614), [anon_sym_COLON] = ACTIONS(614), - [anon_sym_6] = ACTIONS(614), + [anon_sym_u25cc] = ACTIONS(614), [anon_sym_identity] = ACTIONS(614), [anon_sym_id] = ACTIONS(612), - [anon_sym_7] = ACTIONS(614), + [anon_sym_u2218] = ACTIONS(614), [anon_sym_not] = ACTIONS(614), - [anon_sym_8] = ACTIONS(614), - [anon_sym_sign] = ACTIONS(614), - [anon_sym_9] = ACTIONS(614), + [anon_sym_u00ac] = ACTIONS(614), + [anon_sym_sign] = ACTIONS(612), + [anon_sym_u00b1] = ACTIONS(614), [anon_sym_BQUOTE] = ACTIONS(614), - [anon_sym_10] = ACTIONS(612), + [anon_sym_u00af] = ACTIONS(612), [anon_sym_absolutevalue] = ACTIONS(614), - [anon_sym_11] = ACTIONS(614), + [anon_sym_u2335] = ACTIONS(614), [anon_sym_sqrt] = ACTIONS(614), - [anon_sym_12] = ACTIONS(614), + [anon_sym_u221a] = ACTIONS(614), [anon_sym_sine] = ACTIONS(614), - [anon_sym_13] = ACTIONS(614), + [anon_sym_u25cb] = ACTIONS(614), [anon_sym_floor] = ACTIONS(614), - [anon_sym_14] = ACTIONS(614), + [anon_sym_u230a] = ACTIONS(614), [anon_sym_ceiling] = ACTIONS(614), - [anon_sym_15] = ACTIONS(614), + [anon_sym_u2308] = ACTIONS(614), [anon_sym_round] = ACTIONS(614), - [anon_sym_16] = ACTIONS(614), + [anon_sym_u2045] = ACTIONS(614), [anon_sym_EQ] = ACTIONS(614), [anon_sym_BANG_EQ] = ACTIONS(614), - [anon_sym_17] = ACTIONS(614), + [anon_sym_u2260] = ACTIONS(614), [anon_sym_LT] = ACTIONS(612), [anon_sym_LT_EQ] = ACTIONS(614), - [anon_sym_18] = ACTIONS(614), + [anon_sym_u2264] = ACTIONS(614), [anon_sym_GT] = ACTIONS(612), [anon_sym_GT_EQ] = ACTIONS(614), - [anon_sym_19] = ACTIONS(614), + [anon_sym_u2265] = ACTIONS(614), [anon_sym_PLUS] = ACTIONS(614), [anon_sym_DASH] = ACTIONS(612), [anon_sym_STAR] = ACTIONS(614), - [anon_sym_20] = ACTIONS(614), + [anon_sym_u00d7] = ACTIONS(614), [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_21] = ACTIONS(614), + [anon_sym_u00f7] = ACTIONS(614), [anon_sym_modulus] = ACTIONS(614), - [anon_sym_22] = ACTIONS(614), + [anon_sym_u25ff] = ACTIONS(614), [anon_sym_power] = ACTIONS(614), - [anon_sym_23] = ACTIONS(614), + [anon_sym_u207f] = ACTIONS(614), [anon_sym_logarithm] = ACTIONS(614), - [anon_sym_24] = ACTIONS(614), + [anon_sym_u2099] = ACTIONS(614), [anon_sym_minimum] = ACTIONS(614), - [anon_sym_25] = ACTIONS(614), + [anon_sym_u21a7] = ACTIONS(614), [anon_sym_maximum] = ACTIONS(614), - [anon_sym_26] = ACTIONS(614), + [anon_sym_u21a5] = ACTIONS(614), [anon_sym_atangent] = ACTIONS(614), - [anon_sym_27] = ACTIONS(614), + [anon_sym_u2220] = ACTIONS(614), [anon_sym_length] = ACTIONS(614), - [anon_sym_28] = ACTIONS(614), - [anon_sym_shape] = ACTIONS(614), - [anon_sym_29] = ACTIONS(614), + [anon_sym_u29fb] = ACTIONS(614), + [anon_sym_shape] = ACTIONS(612), + [anon_sym_u25b3] = ACTIONS(614), [anon_sym_range] = ACTIONS(614), - [anon_sym_30] = ACTIONS(614), + [anon_sym_u21e1] = ACTIONS(614), [anon_sym_first] = ACTIONS(614), - [anon_sym_31] = ACTIONS(614), + [anon_sym_u22a2] = ACTIONS(614), [anon_sym_reverse] = ACTIONS(614), - [anon_sym_32] = ACTIONS(614), + [anon_sym_u21cc] = ACTIONS(614), [anon_sym_deshape] = ACTIONS(614), - [anon_sym_33] = ACTIONS(614), + [anon_sym_u266d] = ACTIONS(614), [anon_sym_bits] = ACTIONS(614), - [anon_sym_34] = ACTIONS(614), + [anon_sym_u22ef] = ACTIONS(614), [anon_sym_transpose] = ACTIONS(614), - [anon_sym_35] = ACTIONS(614), + [anon_sym_u2349] = ACTIONS(614), [anon_sym_rise] = ACTIONS(614), - [anon_sym_36] = ACTIONS(614), + [anon_sym_u234f] = ACTIONS(614), [anon_sym_fall] = ACTIONS(614), - [anon_sym_37] = ACTIONS(614), + [anon_sym_u2356] = ACTIONS(614), [anon_sym_where] = ACTIONS(614), - [anon_sym_38] = ACTIONS(614), + [anon_sym_u229a] = ACTIONS(614), [anon_sym_classify] = ACTIONS(614), - [anon_sym_39] = ACTIONS(614), + [anon_sym_u229b] = ACTIONS(614), [anon_sym_deduplicate] = ACTIONS(614), - [anon_sym_40] = ACTIONS(614), + [anon_sym_u25f4] = ACTIONS(614), [anon_sym_box] = ACTIONS(614), - [anon_sym_41] = ACTIONS(614), + [anon_sym_u25a1] = ACTIONS(614), [anon_sym_match] = ACTIONS(614), - [anon_sym_42] = ACTIONS(614), + [anon_sym_u224d] = ACTIONS(614), [anon_sym_couple] = ACTIONS(614), - [anon_sym_43] = ACTIONS(614), + [anon_sym_u229f] = ACTIONS(614), [anon_sym_join] = ACTIONS(614), - [anon_sym_44] = ACTIONS(614), + [anon_sym_u2282] = ACTIONS(614), [anon_sym_select] = ACTIONS(614), - [anon_sym_45] = ACTIONS(614), + [anon_sym_u228f] = ACTIONS(614), [anon_sym_pick] = ACTIONS(614), - [anon_sym_46] = ACTIONS(614), + [anon_sym_u22a1] = ACTIONS(614), [anon_sym_reshape] = ACTIONS(614), - [anon_sym_47] = ACTIONS(614), + [anon_sym_u21af] = ACTIONS(614), [anon_sym_take] = ACTIONS(614), - [anon_sym_48] = ACTIONS(614), + [anon_sym_u2199] = ACTIONS(614), [anon_sym_drop] = ACTIONS(614), - [anon_sym_49] = ACTIONS(614), + [anon_sym_u2198] = ACTIONS(614), [anon_sym_rotate] = ACTIONS(614), - [anon_sym_50] = ACTIONS(614), + [anon_sym_u21bb] = ACTIONS(614), [anon_sym_windows] = ACTIONS(614), - [anon_sym_51] = ACTIONS(614), + [anon_sym_u25eb] = ACTIONS(614), [anon_sym_keep] = ACTIONS(614), - [anon_sym_52] = ACTIONS(614), + [anon_sym_u25bd] = ACTIONS(614), [anon_sym_find] = ACTIONS(614), - [anon_sym_53] = ACTIONS(614), + [anon_sym_u2315] = ACTIONS(614), [anon_sym_member] = ACTIONS(614), - [anon_sym_54] = ACTIONS(614), + [anon_sym_u220a] = ACTIONS(614), [anon_sym_indexof] = ACTIONS(614), - [anon_sym_55] = ACTIONS(614), + [anon_sym_u2297] = ACTIONS(614), [anon_sym_assert] = ACTIONS(614), - [anon_sym_56] = ACTIONS(614), + [anon_sym_u2364] = ACTIONS(614), [anon_sym_wait] = ACTIONS(614), [anon_sym_parse] = ACTIONS(614), - [anon_sym_57] = ACTIONS(614), + [anon_sym_u22d5] = ACTIONS(614), [anon_sym_random] = ACTIONS(614), - [anon_sym_58] = ACTIONS(614), + [anon_sym_u2682] = ACTIONS(614), [anon_sym_gen] = ACTIONS(614), [anon_sym_deal] = ACTIONS(614), [anon_sym_tag] = ACTIONS(614), [anon_sym_now] = ACTIONS(614), - [anon_sym_type] = ACTIONS(614), - [anon_sym_59] = ACTIONS(614), + [anon_sym_type] = ACTIONS(612), + [anon_sym_u2e2e] = ACTIONS(614), [anon_sym_dump] = ACTIONS(614), [anon_sym_regex] = ACTIONS(614), [anon_sym_utf] = ACTIONS(614), @@ -36539,85 +37611,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(614), [anon_sym_tryrecv] = ACTIONS(614), [anon_sym_complex] = ACTIONS(614), - [anon_sym_60] = ACTIONS(614), + [anon_sym_u2102] = ACTIONS(614), [anon_sym_rerank] = ACTIONS(614), - [anon_sym_61] = ACTIONS(614), + [anon_sym_u2607] = ACTIONS(614), [anon_sym_fix] = ACTIONS(614), - [anon_sym_62] = ACTIONS(614), + [anon_sym_u00a4] = ACTIONS(614), [anon_sym_QMARK] = ACTIONS(614), [anon_sym_unique] = ACTIONS(614), - [anon_sym_63] = 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_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_64] = ACTIONS(614), + [anon_sym_u2235] = ACTIONS(614), [anon_sym_rows] = ACTIONS(614), - [anon_sym_65] = ACTIONS(614), + [anon_sym_u2261] = ACTIONS(614), [anon_sym_repeat] = ACTIONS(614), - [anon_sym_66] = ACTIONS(614), + [anon_sym_u2365] = ACTIONS(614), [anon_sym_dip] = ACTIONS(614), - [anon_sym_67] = ACTIONS(614), + [anon_sym_u2299] = ACTIONS(614), [anon_sym_gap] = ACTIONS(614), - [anon_sym_68] = ACTIONS(614), + [anon_sym_u22c5] = ACTIONS(614), [anon_sym_spawn] = ACTIONS(614), [anon_sym_rectify] = ACTIONS(614), - [anon_sym_69] = ACTIONS(614), - [anon_sym_this] = ACTIONS(614), - [anon_sym_70] = ACTIONS(614), - [anon_sym_recur] = ACTIONS(614), - [anon_sym_71] = ACTIONS(614), + [anon_sym_u2305] = ACTIONS(614), [anon_sym_un] = ACTIONS(612), - [anon_sym_72] = ACTIONS(614), - [anon_sym_content] = ACTIONS(614), - [anon_sym_73] = ACTIONS(614), + [anon_sym_u00b0] = ACTIONS(614), [anon_sym_bind] = 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_shapes] = ACTIONS(614), + [anon_sym_types] = ACTIONS(614), [anon_sym_fold] = ACTIONS(614), - [anon_sym_74] = ACTIONS(614), + [anon_sym_u2227] = ACTIONS(614), [anon_sym_table] = ACTIONS(614), - [anon_sym_75] = ACTIONS(614), + [anon_sym_u229e] = ACTIONS(614), [anon_sym_group] = ACTIONS(614), - [anon_sym_76] = ACTIONS(614), + [anon_sym_u2295] = ACTIONS(614), [anon_sym_partition] = ACTIONS(614), - [anon_sym_77] = ACTIONS(614), + [anon_sym_u229c] = ACTIONS(614), [anon_sym_both] = ACTIONS(614), - [anon_sym_78] = ACTIONS(614), + [anon_sym_u2229] = ACTIONS(614), [anon_sym_bracket] = ACTIONS(614), - [anon_sym_79] = ACTIONS(614), + [anon_sym_u2293] = ACTIONS(614), [anon_sym_fork] = ACTIONS(614), - [anon_sym_80] = ACTIONS(614), + [anon_sym_u2283] = ACTIONS(614), [anon_sym_under] = ACTIONS(614), - [anon_sym_81] = ACTIONS(614), + [anon_sym_u235c] = ACTIONS(614), [anon_sym_fill] = ACTIONS(614), - [anon_sym_82] = ACTIONS(614), + [anon_sym_u2b1a] = ACTIONS(614), [anon_sym_try] = ACTIONS(612), - [anon_sym_83] = ACTIONS(614), + [anon_sym_u2363] = ACTIONS(614), [anon_sym_do] = ACTIONS(612), - [anon_sym_84] = ACTIONS(614), - [anon_sym_all] = ACTIONS(614), - [anon_sym_85] = ACTIONS(614), + [anon_sym_u2362] = ACTIONS(614), [anon_sym_setinv] = ACTIONS(614), [anon_sym_setunder] = ACTIONS(614), - [anon_sym_86] = ACTIONS(614), - [anon_sym_87] = ACTIONS(614), - [anon_sym_88] = ACTIONS(614), - [anon_sym_89] = ACTIONS(614), - [anon_sym_90] = ACTIONS(614), - [anon_sym_91] = ACTIONS(614), - [anon_sym_92] = ACTIONS(614), - [anon_sym_93] = ACTIONS(614), + [anon_sym_f] = ACTIONS(612), + [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_94] = ACTIONS(614), - [anon_sym_95] = ACTIONS(614), + [anon_sym_u2290] = ACTIONS(614), + [anon_sym_u229d] = ACTIONS(614), [anon_sym_cross] = ACTIONS(614), - [anon_sym_96] = ACTIONS(614), + [anon_sym_u22a0] = ACTIONS(614), [anon_sym_SEMI] = ACTIONS(614), + [anon_sym_u21ac] = ACTIONS(614), + [anon_sym_u21ab] = ACTIONS(614), + [anon_sym_all] = ACTIONS(614), + [anon_sym_u22d4] = ACTIONS(614), [sym_emptyMultiLineString] = ACTIONS(614), [sym__endOfLine] = ACTIONS(5), }, @@ -36632,7 +37712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(522), [anon_sym_Sep] = ACTIONS(522), [anon_sym_NUmProcs] = ACTIONS(522), - [anon_sym_] = ACTIONS(524), + [anon_sym_u237c] = ACTIONS(524), [aux_sym_character_token1] = ACTIONS(524), [sym_string] = ACTIONS(524), [sym_multiLineString] = ACTIONS(524), @@ -36648,138 +37728,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(522), [anon_sym_eta] = ACTIONS(524), - [anon_sym_2] = ACTIONS(522), + [anon_sym_u03b7] = ACTIONS(522), [anon_sym_pi] = ACTIONS(522), - [anon_sym_3] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), [anon_sym_tau] = ACTIONS(524), - [anon_sym_4] = ACTIONS(522), + [anon_sym_u03c4] = ACTIONS(522), [anon_sym_infinity] = ACTIONS(524), - [anon_sym_5] = ACTIONS(524), - [anon_sym_e] = ACTIONS(522), - [anon_sym_NaN] = ACTIONS(522), - [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_u221e] = ACTIONS(524), [anon_sym_DOT] = ACTIONS(524), [anon_sym_COMMA] = ACTIONS(524), [anon_sym_COLON] = ACTIONS(524), - [anon_sym_6] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), [anon_sym_identity] = ACTIONS(524), [anon_sym_id] = ACTIONS(522), - [anon_sym_7] = ACTIONS(524), + [anon_sym_u2218] = ACTIONS(524), [anon_sym_not] = ACTIONS(524), - [anon_sym_8] = ACTIONS(524), - [anon_sym_sign] = ACTIONS(524), - [anon_sym_9] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), [anon_sym_BQUOTE] = ACTIONS(524), - [anon_sym_10] = ACTIONS(522), + [anon_sym_u00af] = ACTIONS(522), [anon_sym_absolutevalue] = ACTIONS(524), - [anon_sym_11] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), [anon_sym_sqrt] = ACTIONS(524), - [anon_sym_12] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), [anon_sym_sine] = ACTIONS(524), - [anon_sym_13] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), [anon_sym_floor] = ACTIONS(524), - [anon_sym_14] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), [anon_sym_ceiling] = ACTIONS(524), - [anon_sym_15] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), [anon_sym_round] = ACTIONS(524), - [anon_sym_16] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), [anon_sym_EQ] = ACTIONS(524), [anon_sym_BANG_EQ] = ACTIONS(524), - [anon_sym_17] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), [anon_sym_LT] = ACTIONS(522), [anon_sym_LT_EQ] = ACTIONS(524), - [anon_sym_18] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), [anon_sym_GT] = ACTIONS(522), [anon_sym_GT_EQ] = ACTIONS(524), - [anon_sym_19] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), [anon_sym_PLUS] = ACTIONS(524), [anon_sym_DASH] = ACTIONS(524), [anon_sym_STAR] = ACTIONS(524), - [anon_sym_20] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), [anon_sym_PERCENT] = ACTIONS(524), - [anon_sym_21] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), [anon_sym_modulus] = ACTIONS(524), - [anon_sym_22] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), [anon_sym_power] = ACTIONS(524), - [anon_sym_23] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), [anon_sym_logarithm] = ACTIONS(524), - [anon_sym_24] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), [anon_sym_minimum] = ACTIONS(524), - [anon_sym_25] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), [anon_sym_maximum] = ACTIONS(524), - [anon_sym_26] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), [anon_sym_atangent] = ACTIONS(524), - [anon_sym_27] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), [anon_sym_length] = ACTIONS(524), - [anon_sym_28] = ACTIONS(524), - [anon_sym_shape] = ACTIONS(524), - [anon_sym_29] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(522), + [anon_sym_u25b3] = ACTIONS(524), [anon_sym_range] = ACTIONS(524), - [anon_sym_30] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), [anon_sym_first] = ACTIONS(524), - [anon_sym_31] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), [anon_sym_reverse] = ACTIONS(524), - [anon_sym_32] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), [anon_sym_deshape] = ACTIONS(524), - [anon_sym_33] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), [anon_sym_bits] = ACTIONS(524), - [anon_sym_34] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), [anon_sym_transpose] = ACTIONS(524), - [anon_sym_35] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), [anon_sym_rise] = ACTIONS(524), - [anon_sym_36] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), [anon_sym_fall] = ACTIONS(524), - [anon_sym_37] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), [anon_sym_where] = ACTIONS(524), - [anon_sym_38] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), [anon_sym_classify] = ACTIONS(524), - [anon_sym_39] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), [anon_sym_deduplicate] = ACTIONS(524), - [anon_sym_40] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), [anon_sym_box] = ACTIONS(524), - [anon_sym_41] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), [anon_sym_match] = ACTIONS(524), - [anon_sym_42] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), [anon_sym_couple] = ACTIONS(524), - [anon_sym_43] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), [anon_sym_join] = ACTIONS(524), - [anon_sym_44] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), [anon_sym_select] = ACTIONS(524), - [anon_sym_45] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), [anon_sym_pick] = ACTIONS(524), - [anon_sym_46] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), [anon_sym_reshape] = ACTIONS(524), - [anon_sym_47] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), [anon_sym_take] = ACTIONS(524), - [anon_sym_48] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), [anon_sym_drop] = ACTIONS(524), - [anon_sym_49] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), [anon_sym_rotate] = ACTIONS(524), - [anon_sym_50] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), [anon_sym_windows] = ACTIONS(524), - [anon_sym_51] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), [anon_sym_keep] = ACTIONS(524), - [anon_sym_52] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), [anon_sym_find] = ACTIONS(524), - [anon_sym_53] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), [anon_sym_member] = ACTIONS(524), - [anon_sym_54] = ACTIONS(524), + [anon_sym_u220a] = ACTIONS(524), [anon_sym_indexof] = ACTIONS(524), - [anon_sym_55] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), [anon_sym_assert] = ACTIONS(524), - [anon_sym_56] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), [anon_sym_wait] = ACTIONS(524), [anon_sym_parse] = ACTIONS(524), - [anon_sym_57] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), [anon_sym_random] = ACTIONS(524), - [anon_sym_58] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), [anon_sym_gen] = ACTIONS(524), [anon_sym_deal] = ACTIONS(524), [anon_sym_tag] = ACTIONS(524), [anon_sym_now] = ACTIONS(524), - [anon_sym_type] = ACTIONS(524), - [anon_sym_59] = ACTIONS(524), + [anon_sym_type] = ACTIONS(522), + [anon_sym_u2e2e] = ACTIONS(524), [anon_sym_dump] = ACTIONS(524), [anon_sym_regex] = ACTIONS(524), [anon_sym_utf] = ACTIONS(524), @@ -36787,85 +37867,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(524), [anon_sym_tryrecv] = ACTIONS(524), [anon_sym_complex] = ACTIONS(524), - [anon_sym_60] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), [anon_sym_rerank] = ACTIONS(524), - [anon_sym_61] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), [anon_sym_fix] = ACTIONS(524), - [anon_sym_62] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), [anon_sym_QMARK] = ACTIONS(524), [anon_sym_unique] = ACTIONS(524), - [anon_sym_63] = 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_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_64] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), [anon_sym_rows] = ACTIONS(524), - [anon_sym_65] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), [anon_sym_repeat] = ACTIONS(524), - [anon_sym_66] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), [anon_sym_dip] = ACTIONS(524), - [anon_sym_67] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), [anon_sym_gap] = ACTIONS(524), - [anon_sym_68] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), [anon_sym_spawn] = ACTIONS(524), [anon_sym_rectify] = ACTIONS(524), - [anon_sym_69] = ACTIONS(524), - [anon_sym_this] = ACTIONS(524), - [anon_sym_70] = ACTIONS(524), - [anon_sym_recur] = ACTIONS(524), - [anon_sym_71] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), [anon_sym_un] = ACTIONS(522), - [anon_sym_72] = ACTIONS(524), - [anon_sym_content] = ACTIONS(524), - [anon_sym_73] = ACTIONS(524), + [anon_sym_u00b0] = ACTIONS(524), [anon_sym_bind] = 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_shapes] = ACTIONS(524), + [anon_sym_types] = ACTIONS(524), [anon_sym_fold] = ACTIONS(524), - [anon_sym_74] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), [anon_sym_table] = ACTIONS(524), - [anon_sym_75] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), [anon_sym_group] = ACTIONS(524), - [anon_sym_76] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), [anon_sym_partition] = ACTIONS(524), - [anon_sym_77] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), [anon_sym_both] = ACTIONS(524), - [anon_sym_78] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), [anon_sym_bracket] = ACTIONS(524), - [anon_sym_79] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), [anon_sym_fork] = ACTIONS(524), - [anon_sym_80] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), [anon_sym_under] = ACTIONS(524), - [anon_sym_81] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), [anon_sym_fill] = ACTIONS(524), - [anon_sym_82] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), [anon_sym_try] = ACTIONS(522), - [anon_sym_83] = ACTIONS(524), + [anon_sym_u2363] = ACTIONS(524), [anon_sym_do] = ACTIONS(522), - [anon_sym_84] = ACTIONS(524), - [anon_sym_all] = ACTIONS(524), - [anon_sym_85] = ACTIONS(524), + [anon_sym_u2362] = ACTIONS(524), [anon_sym_setinv] = ACTIONS(524), [anon_sym_setunder] = ACTIONS(524), - [anon_sym_86] = ACTIONS(524), - [anon_sym_87] = ACTIONS(524), - [anon_sym_88] = ACTIONS(524), - [anon_sym_89] = ACTIONS(524), - [anon_sym_90] = ACTIONS(524), - [anon_sym_91] = ACTIONS(524), - [anon_sym_92] = ACTIONS(524), - [anon_sym_93] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [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_94] = ACTIONS(524), - [anon_sym_95] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), [anon_sym_cross] = ACTIONS(524), - [anon_sym_96] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_u21ac] = ACTIONS(524), + [anon_sym_u21ab] = ACTIONS(524), + [anon_sym_all] = ACTIONS(524), + [anon_sym_u22d4] = ACTIONS(524), [sym__endOfLine] = ACTIONS(524), }, [117] = { @@ -36879,7 +37967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(534), [anon_sym_Sep] = ACTIONS(534), [anon_sym_NUmProcs] = ACTIONS(534), - [anon_sym_] = ACTIONS(536), + [anon_sym_u237c] = ACTIONS(536), [aux_sym_character_token1] = ACTIONS(536), [sym_string] = ACTIONS(536), [sym_multiLineString] = ACTIONS(536), @@ -36894,138 +37982,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(534), [anon_sym_eta] = ACTIONS(536), - [anon_sym_2] = ACTIONS(534), + [anon_sym_u03b7] = ACTIONS(534), [anon_sym_pi] = ACTIONS(534), - [anon_sym_3] = ACTIONS(534), + [anon_sym_u03c0] = ACTIONS(534), [anon_sym_tau] = ACTIONS(536), - [anon_sym_4] = ACTIONS(534), + [anon_sym_u03c4] = ACTIONS(534), [anon_sym_infinity] = ACTIONS(536), - [anon_sym_5] = ACTIONS(536), - [anon_sym_e] = ACTIONS(534), - [anon_sym_NaN] = ACTIONS(534), - [anon_sym_NumProcs] = ACTIONS(534), + [anon_sym_u221e] = ACTIONS(536), [anon_sym_DOT] = ACTIONS(536), [anon_sym_COMMA] = ACTIONS(536), [anon_sym_COLON] = ACTIONS(536), - [anon_sym_6] = ACTIONS(536), + [anon_sym_u25cc] = ACTIONS(536), [anon_sym_identity] = ACTIONS(536), [anon_sym_id] = ACTIONS(534), - [anon_sym_7] = ACTIONS(536), + [anon_sym_u2218] = ACTIONS(536), [anon_sym_not] = ACTIONS(536), - [anon_sym_8] = ACTIONS(536), - [anon_sym_sign] = ACTIONS(536), - [anon_sym_9] = ACTIONS(536), + [anon_sym_u00ac] = ACTIONS(536), + [anon_sym_sign] = ACTIONS(534), + [anon_sym_u00b1] = ACTIONS(536), [anon_sym_BQUOTE] = ACTIONS(536), - [anon_sym_10] = ACTIONS(534), + [anon_sym_u00af] = ACTIONS(534), [anon_sym_absolutevalue] = ACTIONS(536), - [anon_sym_11] = ACTIONS(536), + [anon_sym_u2335] = ACTIONS(536), [anon_sym_sqrt] = ACTIONS(536), - [anon_sym_12] = ACTIONS(536), + [anon_sym_u221a] = ACTIONS(536), [anon_sym_sine] = ACTIONS(536), - [anon_sym_13] = ACTIONS(536), + [anon_sym_u25cb] = ACTIONS(536), [anon_sym_floor] = ACTIONS(536), - [anon_sym_14] = ACTIONS(536), + [anon_sym_u230a] = ACTIONS(536), [anon_sym_ceiling] = ACTIONS(536), - [anon_sym_15] = ACTIONS(536), + [anon_sym_u2308] = ACTIONS(536), [anon_sym_round] = ACTIONS(536), - [anon_sym_16] = ACTIONS(536), + [anon_sym_u2045] = ACTIONS(536), [anon_sym_EQ] = ACTIONS(536), [anon_sym_BANG_EQ] = ACTIONS(536), - [anon_sym_17] = ACTIONS(536), + [anon_sym_u2260] = ACTIONS(536), [anon_sym_LT] = ACTIONS(534), [anon_sym_LT_EQ] = ACTIONS(536), - [anon_sym_18] = ACTIONS(536), + [anon_sym_u2264] = ACTIONS(536), [anon_sym_GT] = ACTIONS(534), [anon_sym_GT_EQ] = ACTIONS(536), - [anon_sym_19] = ACTIONS(536), + [anon_sym_u2265] = ACTIONS(536), [anon_sym_PLUS] = ACTIONS(536), [anon_sym_DASH] = ACTIONS(536), [anon_sym_STAR] = ACTIONS(536), - [anon_sym_20] = ACTIONS(536), + [anon_sym_u00d7] = ACTIONS(536), [anon_sym_PERCENT] = ACTIONS(536), - [anon_sym_21] = ACTIONS(536), + [anon_sym_u00f7] = ACTIONS(536), [anon_sym_modulus] = ACTIONS(536), - [anon_sym_22] = ACTIONS(536), + [anon_sym_u25ff] = ACTIONS(536), [anon_sym_power] = ACTIONS(536), - [anon_sym_23] = ACTIONS(536), + [anon_sym_u207f] = ACTIONS(536), [anon_sym_logarithm] = ACTIONS(536), - [anon_sym_24] = ACTIONS(536), + [anon_sym_u2099] = ACTIONS(536), [anon_sym_minimum] = ACTIONS(536), - [anon_sym_25] = ACTIONS(536), + [anon_sym_u21a7] = ACTIONS(536), [anon_sym_maximum] = ACTIONS(536), - [anon_sym_26] = ACTIONS(536), + [anon_sym_u21a5] = ACTIONS(536), [anon_sym_atangent] = ACTIONS(536), - [anon_sym_27] = ACTIONS(536), + [anon_sym_u2220] = ACTIONS(536), [anon_sym_length] = ACTIONS(536), - [anon_sym_28] = ACTIONS(536), - [anon_sym_shape] = ACTIONS(536), - [anon_sym_29] = ACTIONS(536), + [anon_sym_u29fb] = ACTIONS(536), + [anon_sym_shape] = ACTIONS(534), + [anon_sym_u25b3] = ACTIONS(536), [anon_sym_range] = ACTIONS(536), - [anon_sym_30] = ACTIONS(536), + [anon_sym_u21e1] = ACTIONS(536), [anon_sym_first] = ACTIONS(536), - [anon_sym_31] = ACTIONS(536), + [anon_sym_u22a2] = ACTIONS(536), [anon_sym_reverse] = ACTIONS(536), - [anon_sym_32] = ACTIONS(536), + [anon_sym_u21cc] = ACTIONS(536), [anon_sym_deshape] = ACTIONS(536), - [anon_sym_33] = ACTIONS(536), + [anon_sym_u266d] = ACTIONS(536), [anon_sym_bits] = ACTIONS(536), - [anon_sym_34] = ACTIONS(536), + [anon_sym_u22ef] = ACTIONS(536), [anon_sym_transpose] = ACTIONS(536), - [anon_sym_35] = ACTIONS(536), + [anon_sym_u2349] = ACTIONS(536), [anon_sym_rise] = ACTIONS(536), - [anon_sym_36] = ACTIONS(536), + [anon_sym_u234f] = ACTIONS(536), [anon_sym_fall] = ACTIONS(536), - [anon_sym_37] = ACTIONS(536), + [anon_sym_u2356] = ACTIONS(536), [anon_sym_where] = ACTIONS(536), - [anon_sym_38] = ACTIONS(536), + [anon_sym_u229a] = ACTIONS(536), [anon_sym_classify] = ACTIONS(536), - [anon_sym_39] = ACTIONS(536), + [anon_sym_u229b] = ACTIONS(536), [anon_sym_deduplicate] = ACTIONS(536), - [anon_sym_40] = ACTIONS(536), + [anon_sym_u25f4] = ACTIONS(536), [anon_sym_box] = ACTIONS(536), - [anon_sym_41] = ACTIONS(536), + [anon_sym_u25a1] = ACTIONS(536), [anon_sym_match] = ACTIONS(536), - [anon_sym_42] = ACTIONS(536), + [anon_sym_u224d] = ACTIONS(536), [anon_sym_couple] = ACTIONS(536), - [anon_sym_43] = ACTIONS(536), + [anon_sym_u229f] = ACTIONS(536), [anon_sym_join] = ACTIONS(536), - [anon_sym_44] = ACTIONS(536), + [anon_sym_u2282] = ACTIONS(536), [anon_sym_select] = ACTIONS(536), - [anon_sym_45] = ACTIONS(536), + [anon_sym_u228f] = ACTIONS(536), [anon_sym_pick] = ACTIONS(536), - [anon_sym_46] = ACTIONS(536), + [anon_sym_u22a1] = ACTIONS(536), [anon_sym_reshape] = ACTIONS(536), - [anon_sym_47] = ACTIONS(536), + [anon_sym_u21af] = ACTIONS(536), [anon_sym_take] = ACTIONS(536), - [anon_sym_48] = ACTIONS(536), + [anon_sym_u2199] = ACTIONS(536), [anon_sym_drop] = ACTIONS(536), - [anon_sym_49] = ACTIONS(536), + [anon_sym_u2198] = ACTIONS(536), [anon_sym_rotate] = ACTIONS(536), - [anon_sym_50] = ACTIONS(536), + [anon_sym_u21bb] = ACTIONS(536), [anon_sym_windows] = ACTIONS(536), - [anon_sym_51] = ACTIONS(536), + [anon_sym_u25eb] = ACTIONS(536), [anon_sym_keep] = ACTIONS(536), - [anon_sym_52] = ACTIONS(536), + [anon_sym_u25bd] = ACTIONS(536), [anon_sym_find] = ACTIONS(536), - [anon_sym_53] = ACTIONS(536), + [anon_sym_u2315] = ACTIONS(536), [anon_sym_member] = ACTIONS(536), - [anon_sym_54] = ACTIONS(536), + [anon_sym_u220a] = ACTIONS(536), [anon_sym_indexof] = ACTIONS(536), - [anon_sym_55] = ACTIONS(536), + [anon_sym_u2297] = ACTIONS(536), [anon_sym_assert] = ACTIONS(536), - [anon_sym_56] = ACTIONS(536), + [anon_sym_u2364] = ACTIONS(536), [anon_sym_wait] = ACTIONS(536), [anon_sym_parse] = ACTIONS(536), - [anon_sym_57] = ACTIONS(536), + [anon_sym_u22d5] = ACTIONS(536), [anon_sym_random] = ACTIONS(536), - [anon_sym_58] = ACTIONS(536), + [anon_sym_u2682] = ACTIONS(536), [anon_sym_gen] = ACTIONS(536), [anon_sym_deal] = ACTIONS(536), [anon_sym_tag] = ACTIONS(536), [anon_sym_now] = ACTIONS(536), - [anon_sym_type] = ACTIONS(536), - [anon_sym_59] = ACTIONS(536), + [anon_sym_type] = ACTIONS(534), + [anon_sym_u2e2e] = ACTIONS(536), [anon_sym_dump] = ACTIONS(536), [anon_sym_regex] = ACTIONS(536), [anon_sym_utf] = ACTIONS(536), @@ -37033,85 +38121,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(536), [anon_sym_tryrecv] = ACTIONS(536), [anon_sym_complex] = ACTIONS(536), - [anon_sym_60] = ACTIONS(536), + [anon_sym_u2102] = ACTIONS(536), [anon_sym_rerank] = ACTIONS(536), - [anon_sym_61] = ACTIONS(536), + [anon_sym_u2607] = ACTIONS(536), [anon_sym_fix] = ACTIONS(536), - [anon_sym_62] = ACTIONS(536), + [anon_sym_u00a4] = ACTIONS(536), [anon_sym_QMARK] = ACTIONS(536), [anon_sym_unique] = ACTIONS(536), - [anon_sym_63] = 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_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_64] = ACTIONS(536), + [anon_sym_u2235] = ACTIONS(536), [anon_sym_rows] = ACTIONS(536), - [anon_sym_65] = ACTIONS(536), + [anon_sym_u2261] = ACTIONS(536), [anon_sym_repeat] = ACTIONS(536), - [anon_sym_66] = ACTIONS(536), + [anon_sym_u2365] = ACTIONS(536), [anon_sym_dip] = ACTIONS(536), - [anon_sym_67] = ACTIONS(536), + [anon_sym_u2299] = ACTIONS(536), [anon_sym_gap] = ACTIONS(536), - [anon_sym_68] = ACTIONS(536), + [anon_sym_u22c5] = ACTIONS(536), [anon_sym_spawn] = ACTIONS(536), [anon_sym_rectify] = ACTIONS(536), - [anon_sym_69] = ACTIONS(536), - [anon_sym_this] = ACTIONS(536), - [anon_sym_70] = ACTIONS(536), - [anon_sym_recur] = ACTIONS(536), - [anon_sym_71] = ACTIONS(536), + [anon_sym_u2305] = ACTIONS(536), [anon_sym_un] = ACTIONS(534), - [anon_sym_72] = ACTIONS(536), - [anon_sym_content] = ACTIONS(536), - [anon_sym_73] = ACTIONS(536), + [anon_sym_u00b0] = ACTIONS(536), [anon_sym_bind] = 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_shapes] = ACTIONS(536), + [anon_sym_types] = ACTIONS(536), [anon_sym_fold] = ACTIONS(536), - [anon_sym_74] = ACTIONS(536), + [anon_sym_u2227] = ACTIONS(536), [anon_sym_table] = ACTIONS(536), - [anon_sym_75] = ACTIONS(536), + [anon_sym_u229e] = ACTIONS(536), [anon_sym_group] = ACTIONS(536), - [anon_sym_76] = ACTIONS(536), + [anon_sym_u2295] = ACTIONS(536), [anon_sym_partition] = ACTIONS(536), - [anon_sym_77] = ACTIONS(536), + [anon_sym_u229c] = ACTIONS(536), [anon_sym_both] = ACTIONS(536), - [anon_sym_78] = ACTIONS(536), + [anon_sym_u2229] = ACTIONS(536), [anon_sym_bracket] = ACTIONS(536), - [anon_sym_79] = ACTIONS(536), + [anon_sym_u2293] = ACTIONS(536), [anon_sym_fork] = ACTIONS(536), - [anon_sym_80] = ACTIONS(536), + [anon_sym_u2283] = ACTIONS(536), [anon_sym_under] = ACTIONS(536), - [anon_sym_81] = ACTIONS(536), + [anon_sym_u235c] = ACTIONS(536), [anon_sym_fill] = ACTIONS(536), - [anon_sym_82] = ACTIONS(536), + [anon_sym_u2b1a] = ACTIONS(536), [anon_sym_try] = ACTIONS(534), - [anon_sym_83] = ACTIONS(536), + [anon_sym_u2363] = ACTIONS(536), [anon_sym_do] = ACTIONS(534), - [anon_sym_84] = ACTIONS(536), - [anon_sym_all] = ACTIONS(536), - [anon_sym_85] = ACTIONS(536), + [anon_sym_u2362] = ACTIONS(536), [anon_sym_setinv] = ACTIONS(536), [anon_sym_setunder] = ACTIONS(536), - [anon_sym_86] = ACTIONS(536), - [anon_sym_87] = ACTIONS(536), - [anon_sym_88] = ACTIONS(536), - [anon_sym_89] = ACTIONS(536), - [anon_sym_90] = ACTIONS(536), - [anon_sym_91] = ACTIONS(536), - [anon_sym_92] = ACTIONS(536), - [anon_sym_93] = ACTIONS(536), + [anon_sym_f] = ACTIONS(534), + [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_94] = ACTIONS(536), - [anon_sym_95] = ACTIONS(536), + [anon_sym_u2290] = ACTIONS(536), + [anon_sym_u229d] = ACTIONS(536), [anon_sym_cross] = ACTIONS(536), - [anon_sym_96] = ACTIONS(536), + [anon_sym_u22a0] = ACTIONS(536), [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_u21ac] = ACTIONS(536), + [anon_sym_u21ab] = ACTIONS(536), + [anon_sym_all] = ACTIONS(536), + [anon_sym_u22d4] = ACTIONS(536), [sym__endOfLine] = ACTIONS(536), }, [118] = { @@ -37124,7 +38220,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(624), [anon_sym_Sep] = ACTIONS(624), [anon_sym_NUmProcs] = ACTIONS(624), - [anon_sym_] = ACTIONS(626), + [anon_sym_u237c] = ACTIONS(626), [aux_sym_character_token1] = ACTIONS(626), [sym_string] = ACTIONS(626), [sym_multiLineString] = ACTIONS(626), @@ -37140,138 +38236,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(626), [anon_sym_SQUOTE] = ACTIONS(624), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(626), + [anon_sym_e] = ACTIONS(624), + [anon_sym_NaN] = ACTIONS(624), + [anon_sym_NumProcs] = ACTIONS(624), [anon_sym_eta] = ACTIONS(626), - [anon_sym_2] = ACTIONS(624), + [anon_sym_u03b7] = ACTIONS(624), [anon_sym_pi] = ACTIONS(624), - [anon_sym_3] = ACTIONS(624), + [anon_sym_u03c0] = ACTIONS(624), [anon_sym_tau] = ACTIONS(626), - [anon_sym_4] = ACTIONS(624), + [anon_sym_u03c4] = ACTIONS(624), [anon_sym_infinity] = ACTIONS(626), - [anon_sym_5] = ACTIONS(626), - [anon_sym_e] = ACTIONS(624), - [anon_sym_NaN] = ACTIONS(624), - [anon_sym_NumProcs] = ACTIONS(624), + [anon_sym_u221e] = ACTIONS(626), [anon_sym_DOT] = ACTIONS(626), [anon_sym_COMMA] = ACTIONS(626), [anon_sym_COLON] = ACTIONS(626), - [anon_sym_6] = ACTIONS(626), + [anon_sym_u25cc] = ACTIONS(626), [anon_sym_identity] = ACTIONS(626), [anon_sym_id] = ACTIONS(624), - [anon_sym_7] = ACTIONS(626), + [anon_sym_u2218] = ACTIONS(626), [anon_sym_not] = ACTIONS(626), - [anon_sym_8] = ACTIONS(626), - [anon_sym_sign] = ACTIONS(626), - [anon_sym_9] = ACTIONS(626), + [anon_sym_u00ac] = ACTIONS(626), + [anon_sym_sign] = ACTIONS(624), + [anon_sym_u00b1] = ACTIONS(626), [anon_sym_BQUOTE] = ACTIONS(626), - [anon_sym_10] = ACTIONS(624), + [anon_sym_u00af] = ACTIONS(624), [anon_sym_absolutevalue] = ACTIONS(626), - [anon_sym_11] = ACTIONS(626), + [anon_sym_u2335] = ACTIONS(626), [anon_sym_sqrt] = ACTIONS(626), - [anon_sym_12] = ACTIONS(626), + [anon_sym_u221a] = ACTIONS(626), [anon_sym_sine] = ACTIONS(626), - [anon_sym_13] = ACTIONS(626), + [anon_sym_u25cb] = ACTIONS(626), [anon_sym_floor] = ACTIONS(626), - [anon_sym_14] = ACTIONS(626), + [anon_sym_u230a] = ACTIONS(626), [anon_sym_ceiling] = ACTIONS(626), - [anon_sym_15] = ACTIONS(626), + [anon_sym_u2308] = ACTIONS(626), [anon_sym_round] = ACTIONS(626), - [anon_sym_16] = ACTIONS(626), + [anon_sym_u2045] = ACTIONS(626), [anon_sym_EQ] = ACTIONS(626), [anon_sym_BANG_EQ] = ACTIONS(626), - [anon_sym_17] = ACTIONS(626), + [anon_sym_u2260] = ACTIONS(626), [anon_sym_LT] = ACTIONS(624), [anon_sym_LT_EQ] = ACTIONS(626), - [anon_sym_18] = ACTIONS(626), + [anon_sym_u2264] = ACTIONS(626), [anon_sym_GT] = ACTIONS(624), [anon_sym_GT_EQ] = ACTIONS(626), - [anon_sym_19] = ACTIONS(626), + [anon_sym_u2265] = ACTIONS(626), [anon_sym_PLUS] = ACTIONS(626), [anon_sym_DASH] = ACTIONS(626), [anon_sym_STAR] = ACTIONS(626), - [anon_sym_20] = ACTIONS(626), + [anon_sym_u00d7] = ACTIONS(626), [anon_sym_PERCENT] = ACTIONS(626), - [anon_sym_21] = ACTIONS(626), + [anon_sym_u00f7] = ACTIONS(626), [anon_sym_modulus] = ACTIONS(626), - [anon_sym_22] = ACTIONS(626), + [anon_sym_u25ff] = ACTIONS(626), [anon_sym_power] = ACTIONS(626), - [anon_sym_23] = ACTIONS(626), + [anon_sym_u207f] = ACTIONS(626), [anon_sym_logarithm] = ACTIONS(626), - [anon_sym_24] = ACTIONS(626), + [anon_sym_u2099] = ACTIONS(626), [anon_sym_minimum] = ACTIONS(626), - [anon_sym_25] = ACTIONS(626), + [anon_sym_u21a7] = ACTIONS(626), [anon_sym_maximum] = ACTIONS(626), - [anon_sym_26] = ACTIONS(626), + [anon_sym_u21a5] = ACTIONS(626), [anon_sym_atangent] = ACTIONS(626), - [anon_sym_27] = ACTIONS(626), + [anon_sym_u2220] = ACTIONS(626), [anon_sym_length] = ACTIONS(626), - [anon_sym_28] = ACTIONS(626), - [anon_sym_shape] = ACTIONS(626), - [anon_sym_29] = ACTIONS(626), + [anon_sym_u29fb] = ACTIONS(626), + [anon_sym_shape] = ACTIONS(624), + [anon_sym_u25b3] = ACTIONS(626), [anon_sym_range] = ACTIONS(626), - [anon_sym_30] = ACTIONS(626), + [anon_sym_u21e1] = ACTIONS(626), [anon_sym_first] = ACTIONS(626), - [anon_sym_31] = ACTIONS(626), + [anon_sym_u22a2] = ACTIONS(626), [anon_sym_reverse] = ACTIONS(626), - [anon_sym_32] = ACTIONS(626), + [anon_sym_u21cc] = ACTIONS(626), [anon_sym_deshape] = ACTIONS(626), - [anon_sym_33] = ACTIONS(626), + [anon_sym_u266d] = ACTIONS(626), [anon_sym_bits] = ACTIONS(626), - [anon_sym_34] = ACTIONS(626), + [anon_sym_u22ef] = ACTIONS(626), [anon_sym_transpose] = ACTIONS(626), - [anon_sym_35] = ACTIONS(626), + [anon_sym_u2349] = ACTIONS(626), [anon_sym_rise] = ACTIONS(626), - [anon_sym_36] = ACTIONS(626), + [anon_sym_u234f] = ACTIONS(626), [anon_sym_fall] = ACTIONS(626), - [anon_sym_37] = ACTIONS(626), + [anon_sym_u2356] = ACTIONS(626), [anon_sym_where] = ACTIONS(626), - [anon_sym_38] = ACTIONS(626), + [anon_sym_u229a] = ACTIONS(626), [anon_sym_classify] = ACTIONS(626), - [anon_sym_39] = ACTIONS(626), + [anon_sym_u229b] = ACTIONS(626), [anon_sym_deduplicate] = ACTIONS(626), - [anon_sym_40] = ACTIONS(626), + [anon_sym_u25f4] = ACTIONS(626), [anon_sym_box] = ACTIONS(626), - [anon_sym_41] = ACTIONS(626), + [anon_sym_u25a1] = ACTIONS(626), [anon_sym_match] = ACTIONS(626), - [anon_sym_42] = ACTIONS(626), + [anon_sym_u224d] = ACTIONS(626), [anon_sym_couple] = ACTIONS(626), - [anon_sym_43] = ACTIONS(626), + [anon_sym_u229f] = ACTIONS(626), [anon_sym_join] = ACTIONS(626), - [anon_sym_44] = ACTIONS(626), + [anon_sym_u2282] = ACTIONS(626), [anon_sym_select] = ACTIONS(626), - [anon_sym_45] = ACTIONS(626), + [anon_sym_u228f] = ACTIONS(626), [anon_sym_pick] = ACTIONS(626), - [anon_sym_46] = ACTIONS(626), + [anon_sym_u22a1] = ACTIONS(626), [anon_sym_reshape] = ACTIONS(626), - [anon_sym_47] = ACTIONS(626), + [anon_sym_u21af] = ACTIONS(626), [anon_sym_take] = ACTIONS(626), - [anon_sym_48] = ACTIONS(626), + [anon_sym_u2199] = ACTIONS(626), [anon_sym_drop] = ACTIONS(626), - [anon_sym_49] = ACTIONS(626), + [anon_sym_u2198] = ACTIONS(626), [anon_sym_rotate] = ACTIONS(626), - [anon_sym_50] = ACTIONS(626), + [anon_sym_u21bb] = ACTIONS(626), [anon_sym_windows] = ACTIONS(626), - [anon_sym_51] = ACTIONS(626), + [anon_sym_u25eb] = ACTIONS(626), [anon_sym_keep] = ACTIONS(626), - [anon_sym_52] = ACTIONS(626), + [anon_sym_u25bd] = ACTIONS(626), [anon_sym_find] = ACTIONS(626), - [anon_sym_53] = ACTIONS(626), + [anon_sym_u2315] = ACTIONS(626), [anon_sym_member] = ACTIONS(626), - [anon_sym_54] = ACTIONS(626), + [anon_sym_u220a] = ACTIONS(626), [anon_sym_indexof] = ACTIONS(626), - [anon_sym_55] = ACTIONS(626), + [anon_sym_u2297] = ACTIONS(626), [anon_sym_assert] = ACTIONS(626), - [anon_sym_56] = ACTIONS(626), + [anon_sym_u2364] = ACTIONS(626), [anon_sym_wait] = ACTIONS(626), [anon_sym_parse] = ACTIONS(626), - [anon_sym_57] = ACTIONS(626), + [anon_sym_u22d5] = ACTIONS(626), [anon_sym_random] = ACTIONS(626), - [anon_sym_58] = ACTIONS(626), + [anon_sym_u2682] = ACTIONS(626), [anon_sym_gen] = ACTIONS(626), [anon_sym_deal] = ACTIONS(626), [anon_sym_tag] = ACTIONS(626), [anon_sym_now] = ACTIONS(626), - [anon_sym_type] = ACTIONS(626), - [anon_sym_59] = ACTIONS(626), + [anon_sym_type] = ACTIONS(624), + [anon_sym_u2e2e] = ACTIONS(626), [anon_sym_dump] = ACTIONS(626), [anon_sym_regex] = ACTIONS(626), [anon_sym_utf] = ACTIONS(626), @@ -37279,85 +38375,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(626), [anon_sym_tryrecv] = ACTIONS(626), [anon_sym_complex] = ACTIONS(626), - [anon_sym_60] = ACTIONS(626), + [anon_sym_u2102] = ACTIONS(626), [anon_sym_rerank] = ACTIONS(626), - [anon_sym_61] = ACTIONS(626), + [anon_sym_u2607] = ACTIONS(626), [anon_sym_fix] = ACTIONS(626), - [anon_sym_62] = ACTIONS(626), + [anon_sym_u00a4] = ACTIONS(626), [anon_sym_QMARK] = ACTIONS(626), [anon_sym_unique] = ACTIONS(626), - [anon_sym_63] = ACTIONS(626), + [anon_sym_u25f0] = ACTIONS(626), [anon_sym_map] = ACTIONS(626), [anon_sym_has] = ACTIONS(626), [anon_sym_get] = ACTIONS(626), [anon_sym_insert] = ACTIONS(626), [anon_sym_remove] = ACTIONS(626), + [anon_sym_repr] = ACTIONS(626), [anon_sym_reduce] = ACTIONS(626), [anon_sym_SLASH] = ACTIONS(626), [anon_sym_scan] = ACTIONS(626), [anon_sym_BSLASH] = ACTIONS(626), [anon_sym_each] = ACTIONS(626), - [anon_sym_64] = ACTIONS(626), + [anon_sym_u2235] = ACTIONS(626), [anon_sym_rows] = ACTIONS(626), - [anon_sym_65] = ACTIONS(626), + [anon_sym_u2261] = ACTIONS(626), [anon_sym_repeat] = ACTIONS(626), - [anon_sym_66] = ACTIONS(626), + [anon_sym_u2365] = ACTIONS(626), [anon_sym_dip] = ACTIONS(626), - [anon_sym_67] = ACTIONS(626), + [anon_sym_u2299] = ACTIONS(626), [anon_sym_gap] = ACTIONS(626), - [anon_sym_68] = ACTIONS(626), + [anon_sym_u22c5] = ACTIONS(626), [anon_sym_spawn] = ACTIONS(626), [anon_sym_rectify] = ACTIONS(626), - [anon_sym_69] = ACTIONS(626), - [anon_sym_this] = ACTIONS(626), - [anon_sym_70] = ACTIONS(626), - [anon_sym_recur] = ACTIONS(626), - [anon_sym_71] = ACTIONS(626), + [anon_sym_u2305] = ACTIONS(626), [anon_sym_un] = ACTIONS(624), - [anon_sym_72] = ACTIONS(626), - [anon_sym_content] = ACTIONS(626), - [anon_sym_73] = ACTIONS(626), + [anon_sym_u00b0] = ACTIONS(626), [anon_sym_bind] = ACTIONS(626), + [anon_sym_on] = ACTIONS(624), + [anon_sym_u27dc] = ACTIONS(626), + [anon_sym_inventory] = ACTIONS(626), + [anon_sym_u235a] = ACTIONS(626), + [anon_sym_content] = ACTIONS(626), + [anon_sym_u25c7] = ACTIONS(626), + [anon_sym_pool] = ACTIONS(626), + [anon_sym_stringify] = ACTIONS(626), + [anon_sym_signature] = ACTIONS(626), + [anon_sym_shapes] = ACTIONS(626), + [anon_sym_types] = ACTIONS(626), [anon_sym_fold] = ACTIONS(626), - [anon_sym_74] = ACTIONS(626), + [anon_sym_u2227] = ACTIONS(626), [anon_sym_table] = ACTIONS(626), - [anon_sym_75] = ACTIONS(626), + [anon_sym_u229e] = ACTIONS(626), [anon_sym_group] = ACTIONS(626), - [anon_sym_76] = ACTIONS(626), + [anon_sym_u2295] = ACTIONS(626), [anon_sym_partition] = ACTIONS(626), - [anon_sym_77] = ACTIONS(626), + [anon_sym_u229c] = ACTIONS(626), [anon_sym_both] = ACTIONS(626), - [anon_sym_78] = ACTIONS(626), + [anon_sym_u2229] = ACTIONS(626), [anon_sym_bracket] = ACTIONS(626), - [anon_sym_79] = ACTIONS(626), + [anon_sym_u2293] = ACTIONS(626), [anon_sym_fork] = ACTIONS(626), - [anon_sym_80] = ACTIONS(626), + [anon_sym_u2283] = ACTIONS(626), [anon_sym_under] = ACTIONS(626), - [anon_sym_81] = ACTIONS(626), + [anon_sym_u235c] = ACTIONS(626), [anon_sym_fill] = ACTIONS(626), - [anon_sym_82] = ACTIONS(626), + [anon_sym_u2b1a] = ACTIONS(626), [anon_sym_try] = ACTIONS(624), - [anon_sym_83] = ACTIONS(626), + [anon_sym_u2363] = ACTIONS(626), [anon_sym_do] = ACTIONS(624), - [anon_sym_84] = ACTIONS(626), - [anon_sym_all] = ACTIONS(626), - [anon_sym_85] = ACTIONS(626), + [anon_sym_u2362] = ACTIONS(626), [anon_sym_setinv] = ACTIONS(626), [anon_sym_setunder] = ACTIONS(626), - [anon_sym_86] = ACTIONS(626), - [anon_sym_87] = ACTIONS(626), - [anon_sym_88] = ACTIONS(626), - [anon_sym_89] = ACTIONS(626), - [anon_sym_90] = ACTIONS(626), - [anon_sym_91] = ACTIONS(626), - [anon_sym_92] = ACTIONS(626), - [anon_sym_93] = ACTIONS(626), + [anon_sym_f] = ACTIONS(624), + [anon_sym_u2765] = ACTIONS(626), + [anon_sym_u2192] = ACTIONS(626), + [anon_sym_u2237] = ACTIONS(626), + [anon_sym_u00b7] = ACTIONS(626), + [anon_sym_u235b] = ACTIONS(626), + [anon_sym_u2302] = ACTIONS(626), + [anon_sym_u21b0] = ACTIONS(626), [anon_sym_unpack] = ACTIONS(626), - [anon_sym_94] = ACTIONS(626), - [anon_sym_95] = ACTIONS(626), + [anon_sym_u2290] = ACTIONS(626), + [anon_sym_u229d] = ACTIONS(626), [anon_sym_cross] = ACTIONS(626), - [anon_sym_96] = ACTIONS(626), + [anon_sym_u22a0] = ACTIONS(626), [anon_sym_SEMI] = ACTIONS(626), + [anon_sym_u21ac] = ACTIONS(626), + [anon_sym_u21ab] = ACTIONS(626), + [anon_sym_all] = ACTIONS(626), + [anon_sym_u22d4] = ACTIONS(626), [sym__endOfLine] = ACTIONS(628), }, [119] = { @@ -37371,7 +38475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(578), [anon_sym_Sep] = ACTIONS(578), [anon_sym_NUmProcs] = ACTIONS(578), - [anon_sym_] = ACTIONS(580), + [anon_sym_u237c] = ACTIONS(580), [aux_sym_character_token1] = ACTIONS(580), [sym_string] = ACTIONS(580), [sym_multiLineString] = ACTIONS(580), @@ -37386,138 +38490,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(578), [anon_sym_eta] = ACTIONS(580), - [anon_sym_2] = ACTIONS(578), + [anon_sym_u03b7] = ACTIONS(578), [anon_sym_pi] = ACTIONS(578), - [anon_sym_3] = ACTIONS(578), + [anon_sym_u03c0] = ACTIONS(578), [anon_sym_tau] = ACTIONS(580), - [anon_sym_4] = ACTIONS(578), + [anon_sym_u03c4] = ACTIONS(578), [anon_sym_infinity] = ACTIONS(580), - [anon_sym_5] = ACTIONS(580), - [anon_sym_e] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_NumProcs] = ACTIONS(578), + [anon_sym_u221e] = ACTIONS(580), [anon_sym_DOT] = ACTIONS(580), [anon_sym_COMMA] = ACTIONS(580), [anon_sym_COLON] = ACTIONS(580), - [anon_sym_6] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), [anon_sym_identity] = ACTIONS(580), [anon_sym_id] = ACTIONS(578), - [anon_sym_7] = ACTIONS(580), + [anon_sym_u2218] = ACTIONS(580), [anon_sym_not] = ACTIONS(580), - [anon_sym_8] = ACTIONS(580), - [anon_sym_sign] = ACTIONS(580), - [anon_sym_9] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(578), + [anon_sym_u00b1] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), - [anon_sym_10] = ACTIONS(578), + [anon_sym_u00af] = ACTIONS(578), [anon_sym_absolutevalue] = ACTIONS(580), - [anon_sym_11] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), [anon_sym_sqrt] = ACTIONS(580), - [anon_sym_12] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), [anon_sym_sine] = ACTIONS(580), - [anon_sym_13] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), [anon_sym_floor] = ACTIONS(580), - [anon_sym_14] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), [anon_sym_ceiling] = ACTIONS(580), - [anon_sym_15] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), [anon_sym_round] = ACTIONS(580), - [anon_sym_16] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), [anon_sym_EQ] = ACTIONS(580), [anon_sym_BANG_EQ] = ACTIONS(580), - [anon_sym_17] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), [anon_sym_LT] = ACTIONS(578), [anon_sym_LT_EQ] = ACTIONS(580), - [anon_sym_18] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), [anon_sym_GT] = ACTIONS(578), [anon_sym_GT_EQ] = ACTIONS(580), - [anon_sym_19] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), [anon_sym_PLUS] = ACTIONS(580), [anon_sym_DASH] = ACTIONS(580), [anon_sym_STAR] = ACTIONS(580), - [anon_sym_20] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), [anon_sym_PERCENT] = ACTIONS(580), - [anon_sym_21] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), [anon_sym_modulus] = ACTIONS(580), - [anon_sym_22] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), [anon_sym_power] = ACTIONS(580), - [anon_sym_23] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), [anon_sym_logarithm] = ACTIONS(580), - [anon_sym_24] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), [anon_sym_minimum] = ACTIONS(580), - [anon_sym_25] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), [anon_sym_maximum] = ACTIONS(580), - [anon_sym_26] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), [anon_sym_atangent] = ACTIONS(580), - [anon_sym_27] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), [anon_sym_length] = ACTIONS(580), - [anon_sym_28] = ACTIONS(580), - [anon_sym_shape] = ACTIONS(580), - [anon_sym_29] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(578), + [anon_sym_u25b3] = ACTIONS(580), [anon_sym_range] = ACTIONS(580), - [anon_sym_30] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), [anon_sym_first] = ACTIONS(580), - [anon_sym_31] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), [anon_sym_reverse] = ACTIONS(580), - [anon_sym_32] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), [anon_sym_deshape] = ACTIONS(580), - [anon_sym_33] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), [anon_sym_bits] = ACTIONS(580), - [anon_sym_34] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), [anon_sym_transpose] = ACTIONS(580), - [anon_sym_35] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), [anon_sym_rise] = ACTIONS(580), - [anon_sym_36] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), [anon_sym_fall] = ACTIONS(580), - [anon_sym_37] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), [anon_sym_where] = ACTIONS(580), - [anon_sym_38] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), [anon_sym_classify] = ACTIONS(580), - [anon_sym_39] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), [anon_sym_deduplicate] = ACTIONS(580), - [anon_sym_40] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), [anon_sym_box] = ACTIONS(580), - [anon_sym_41] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), [anon_sym_match] = ACTIONS(580), - [anon_sym_42] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), [anon_sym_couple] = ACTIONS(580), - [anon_sym_43] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), [anon_sym_join] = ACTIONS(580), - [anon_sym_44] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), [anon_sym_select] = ACTIONS(580), - [anon_sym_45] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), [anon_sym_pick] = ACTIONS(580), - [anon_sym_46] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), [anon_sym_reshape] = ACTIONS(580), - [anon_sym_47] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), [anon_sym_take] = ACTIONS(580), - [anon_sym_48] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), [anon_sym_drop] = ACTIONS(580), - [anon_sym_49] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), [anon_sym_rotate] = ACTIONS(580), - [anon_sym_50] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), [anon_sym_windows] = ACTIONS(580), - [anon_sym_51] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), [anon_sym_keep] = ACTIONS(580), - [anon_sym_52] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), [anon_sym_find] = ACTIONS(580), - [anon_sym_53] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), [anon_sym_member] = ACTIONS(580), - [anon_sym_54] = ACTIONS(580), + [anon_sym_u220a] = ACTIONS(580), [anon_sym_indexof] = ACTIONS(580), - [anon_sym_55] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), [anon_sym_assert] = ACTIONS(580), - [anon_sym_56] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), [anon_sym_wait] = ACTIONS(580), [anon_sym_parse] = ACTIONS(580), - [anon_sym_57] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), [anon_sym_random] = ACTIONS(580), - [anon_sym_58] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), [anon_sym_gen] = ACTIONS(580), [anon_sym_deal] = ACTIONS(580), [anon_sym_tag] = ACTIONS(580), [anon_sym_now] = ACTIONS(580), - [anon_sym_type] = ACTIONS(580), - [anon_sym_59] = ACTIONS(580), + [anon_sym_type] = ACTIONS(578), + [anon_sym_u2e2e] = ACTIONS(580), [anon_sym_dump] = ACTIONS(580), [anon_sym_regex] = ACTIONS(580), [anon_sym_utf] = ACTIONS(580), @@ -37525,85 +38629,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(580), [anon_sym_tryrecv] = ACTIONS(580), [anon_sym_complex] = ACTIONS(580), - [anon_sym_60] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), [anon_sym_rerank] = ACTIONS(580), - [anon_sym_61] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), [anon_sym_fix] = ACTIONS(580), - [anon_sym_62] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), [anon_sym_QMARK] = ACTIONS(580), [anon_sym_unique] = ACTIONS(580), - [anon_sym_63] = 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_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_64] = ACTIONS(580), + [anon_sym_u2235] = ACTIONS(580), [anon_sym_rows] = ACTIONS(580), - [anon_sym_65] = ACTIONS(580), + [anon_sym_u2261] = ACTIONS(580), [anon_sym_repeat] = ACTIONS(580), - [anon_sym_66] = ACTIONS(580), + [anon_sym_u2365] = ACTIONS(580), [anon_sym_dip] = ACTIONS(580), - [anon_sym_67] = ACTIONS(580), + [anon_sym_u2299] = ACTIONS(580), [anon_sym_gap] = ACTIONS(580), - [anon_sym_68] = ACTIONS(580), + [anon_sym_u22c5] = ACTIONS(580), [anon_sym_spawn] = ACTIONS(580), [anon_sym_rectify] = ACTIONS(580), - [anon_sym_69] = ACTIONS(580), - [anon_sym_this] = ACTIONS(580), - [anon_sym_70] = ACTIONS(580), - [anon_sym_recur] = ACTIONS(580), - [anon_sym_71] = ACTIONS(580), + [anon_sym_u2305] = ACTIONS(580), [anon_sym_un] = ACTIONS(578), - [anon_sym_72] = ACTIONS(580), - [anon_sym_content] = ACTIONS(580), - [anon_sym_73] = ACTIONS(580), + [anon_sym_u00b0] = ACTIONS(580), [anon_sym_bind] = 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_shapes] = ACTIONS(580), + [anon_sym_types] = ACTIONS(580), [anon_sym_fold] = ACTIONS(580), - [anon_sym_74] = ACTIONS(580), + [anon_sym_u2227] = ACTIONS(580), [anon_sym_table] = ACTIONS(580), - [anon_sym_75] = ACTIONS(580), + [anon_sym_u229e] = ACTIONS(580), [anon_sym_group] = ACTIONS(580), - [anon_sym_76] = ACTIONS(580), + [anon_sym_u2295] = ACTIONS(580), [anon_sym_partition] = ACTIONS(580), - [anon_sym_77] = ACTIONS(580), + [anon_sym_u229c] = ACTIONS(580), [anon_sym_both] = ACTIONS(580), - [anon_sym_78] = ACTIONS(580), + [anon_sym_u2229] = ACTIONS(580), [anon_sym_bracket] = ACTIONS(580), - [anon_sym_79] = ACTIONS(580), + [anon_sym_u2293] = ACTIONS(580), [anon_sym_fork] = ACTIONS(580), - [anon_sym_80] = ACTIONS(580), + [anon_sym_u2283] = ACTIONS(580), [anon_sym_under] = ACTIONS(580), - [anon_sym_81] = ACTIONS(580), + [anon_sym_u235c] = ACTIONS(580), [anon_sym_fill] = ACTIONS(580), - [anon_sym_82] = ACTIONS(580), + [anon_sym_u2b1a] = ACTIONS(580), [anon_sym_try] = ACTIONS(578), - [anon_sym_83] = ACTIONS(580), + [anon_sym_u2363] = ACTIONS(580), [anon_sym_do] = ACTIONS(578), - [anon_sym_84] = ACTIONS(580), - [anon_sym_all] = ACTIONS(580), - [anon_sym_85] = ACTIONS(580), + [anon_sym_u2362] = ACTIONS(580), [anon_sym_setinv] = ACTIONS(580), [anon_sym_setunder] = ACTIONS(580), - [anon_sym_86] = ACTIONS(580), - [anon_sym_87] = ACTIONS(580), - [anon_sym_88] = ACTIONS(580), - [anon_sym_89] = ACTIONS(580), - [anon_sym_90] = ACTIONS(580), - [anon_sym_91] = ACTIONS(580), - [anon_sym_92] = ACTIONS(580), - [anon_sym_93] = ACTIONS(580), + [anon_sym_f] = ACTIONS(578), + [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_94] = ACTIONS(580), - [anon_sym_95] = ACTIONS(580), + [anon_sym_u2290] = ACTIONS(580), + [anon_sym_u229d] = ACTIONS(580), [anon_sym_cross] = ACTIONS(580), - [anon_sym_96] = ACTIONS(580), + [anon_sym_u22a0] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), + [anon_sym_u21ac] = ACTIONS(580), + [anon_sym_u21ab] = ACTIONS(580), + [anon_sym_all] = ACTIONS(580), + [anon_sym_u22d4] = ACTIONS(580), [sym__endOfLine] = ACTIONS(580), }, [120] = { @@ -37617,7 +38729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(530), [anon_sym_Sep] = ACTIONS(530), [anon_sym_NUmProcs] = ACTIONS(530), - [anon_sym_] = ACTIONS(532), + [anon_sym_u237c] = ACTIONS(532), [aux_sym_character_token1] = ACTIONS(532), [sym_string] = ACTIONS(532), [sym_multiLineString] = ACTIONS(532), @@ -37632,138 +38744,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(530), [anon_sym_eta] = ACTIONS(532), - [anon_sym_2] = ACTIONS(530), + [anon_sym_u03b7] = ACTIONS(530), [anon_sym_pi] = ACTIONS(530), - [anon_sym_3] = ACTIONS(530), + [anon_sym_u03c0] = ACTIONS(530), [anon_sym_tau] = ACTIONS(532), - [anon_sym_4] = ACTIONS(530), + [anon_sym_u03c4] = ACTIONS(530), [anon_sym_infinity] = ACTIONS(532), - [anon_sym_5] = ACTIONS(532), - [anon_sym_e] = ACTIONS(530), - [anon_sym_NaN] = ACTIONS(530), - [anon_sym_NumProcs] = ACTIONS(530), + [anon_sym_u221e] = ACTIONS(532), [anon_sym_DOT] = ACTIONS(532), [anon_sym_COMMA] = ACTIONS(532), [anon_sym_COLON] = ACTIONS(532), - [anon_sym_6] = ACTIONS(532), + [anon_sym_u25cc] = ACTIONS(532), [anon_sym_identity] = ACTIONS(532), [anon_sym_id] = ACTIONS(530), - [anon_sym_7] = ACTIONS(532), + [anon_sym_u2218] = ACTIONS(532), [anon_sym_not] = ACTIONS(532), - [anon_sym_8] = ACTIONS(532), - [anon_sym_sign] = ACTIONS(532), - [anon_sym_9] = ACTIONS(532), + [anon_sym_u00ac] = ACTIONS(532), + [anon_sym_sign] = ACTIONS(530), + [anon_sym_u00b1] = ACTIONS(532), [anon_sym_BQUOTE] = ACTIONS(532), - [anon_sym_10] = ACTIONS(530), + [anon_sym_u00af] = ACTIONS(530), [anon_sym_absolutevalue] = ACTIONS(532), - [anon_sym_11] = ACTIONS(532), + [anon_sym_u2335] = ACTIONS(532), [anon_sym_sqrt] = ACTIONS(532), - [anon_sym_12] = ACTIONS(532), + [anon_sym_u221a] = ACTIONS(532), [anon_sym_sine] = ACTIONS(532), - [anon_sym_13] = ACTIONS(532), + [anon_sym_u25cb] = ACTIONS(532), [anon_sym_floor] = ACTIONS(532), - [anon_sym_14] = ACTIONS(532), + [anon_sym_u230a] = ACTIONS(532), [anon_sym_ceiling] = ACTIONS(532), - [anon_sym_15] = ACTIONS(532), + [anon_sym_u2308] = ACTIONS(532), [anon_sym_round] = ACTIONS(532), - [anon_sym_16] = ACTIONS(532), + [anon_sym_u2045] = ACTIONS(532), [anon_sym_EQ] = ACTIONS(532), [anon_sym_BANG_EQ] = ACTIONS(532), - [anon_sym_17] = ACTIONS(532), + [anon_sym_u2260] = ACTIONS(532), [anon_sym_LT] = ACTIONS(530), [anon_sym_LT_EQ] = ACTIONS(532), - [anon_sym_18] = ACTIONS(532), + [anon_sym_u2264] = ACTIONS(532), [anon_sym_GT] = ACTIONS(530), [anon_sym_GT_EQ] = ACTIONS(532), - [anon_sym_19] = ACTIONS(532), + [anon_sym_u2265] = ACTIONS(532), [anon_sym_PLUS] = ACTIONS(532), [anon_sym_DASH] = ACTIONS(532), [anon_sym_STAR] = ACTIONS(532), - [anon_sym_20] = ACTIONS(532), + [anon_sym_u00d7] = ACTIONS(532), [anon_sym_PERCENT] = ACTIONS(532), - [anon_sym_21] = ACTIONS(532), + [anon_sym_u00f7] = ACTIONS(532), [anon_sym_modulus] = ACTIONS(532), - [anon_sym_22] = ACTIONS(532), + [anon_sym_u25ff] = ACTIONS(532), [anon_sym_power] = ACTIONS(532), - [anon_sym_23] = ACTIONS(532), + [anon_sym_u207f] = ACTIONS(532), [anon_sym_logarithm] = ACTIONS(532), - [anon_sym_24] = ACTIONS(532), + [anon_sym_u2099] = ACTIONS(532), [anon_sym_minimum] = ACTIONS(532), - [anon_sym_25] = ACTIONS(532), + [anon_sym_u21a7] = ACTIONS(532), [anon_sym_maximum] = ACTIONS(532), - [anon_sym_26] = ACTIONS(532), + [anon_sym_u21a5] = ACTIONS(532), [anon_sym_atangent] = ACTIONS(532), - [anon_sym_27] = ACTIONS(532), + [anon_sym_u2220] = ACTIONS(532), [anon_sym_length] = ACTIONS(532), - [anon_sym_28] = ACTIONS(532), - [anon_sym_shape] = ACTIONS(532), - [anon_sym_29] = ACTIONS(532), + [anon_sym_u29fb] = ACTIONS(532), + [anon_sym_shape] = ACTIONS(530), + [anon_sym_u25b3] = ACTIONS(532), [anon_sym_range] = ACTIONS(532), - [anon_sym_30] = ACTIONS(532), + [anon_sym_u21e1] = ACTIONS(532), [anon_sym_first] = ACTIONS(532), - [anon_sym_31] = ACTIONS(532), + [anon_sym_u22a2] = ACTIONS(532), [anon_sym_reverse] = ACTIONS(532), - [anon_sym_32] = ACTIONS(532), + [anon_sym_u21cc] = ACTIONS(532), [anon_sym_deshape] = ACTIONS(532), - [anon_sym_33] = ACTIONS(532), + [anon_sym_u266d] = ACTIONS(532), [anon_sym_bits] = ACTIONS(532), - [anon_sym_34] = ACTIONS(532), + [anon_sym_u22ef] = ACTIONS(532), [anon_sym_transpose] = ACTIONS(532), - [anon_sym_35] = ACTIONS(532), + [anon_sym_u2349] = ACTIONS(532), [anon_sym_rise] = ACTIONS(532), - [anon_sym_36] = ACTIONS(532), + [anon_sym_u234f] = ACTIONS(532), [anon_sym_fall] = ACTIONS(532), - [anon_sym_37] = ACTIONS(532), + [anon_sym_u2356] = ACTIONS(532), [anon_sym_where] = ACTIONS(532), - [anon_sym_38] = ACTIONS(532), + [anon_sym_u229a] = ACTIONS(532), [anon_sym_classify] = ACTIONS(532), - [anon_sym_39] = ACTIONS(532), + [anon_sym_u229b] = ACTIONS(532), [anon_sym_deduplicate] = ACTIONS(532), - [anon_sym_40] = ACTIONS(532), + [anon_sym_u25f4] = ACTIONS(532), [anon_sym_box] = ACTIONS(532), - [anon_sym_41] = ACTIONS(532), + [anon_sym_u25a1] = ACTIONS(532), [anon_sym_match] = ACTIONS(532), - [anon_sym_42] = ACTIONS(532), + [anon_sym_u224d] = ACTIONS(532), [anon_sym_couple] = ACTIONS(532), - [anon_sym_43] = ACTIONS(532), + [anon_sym_u229f] = ACTIONS(532), [anon_sym_join] = ACTIONS(532), - [anon_sym_44] = ACTIONS(532), + [anon_sym_u2282] = ACTIONS(532), [anon_sym_select] = ACTIONS(532), - [anon_sym_45] = ACTIONS(532), + [anon_sym_u228f] = ACTIONS(532), [anon_sym_pick] = ACTIONS(532), - [anon_sym_46] = ACTIONS(532), + [anon_sym_u22a1] = ACTIONS(532), [anon_sym_reshape] = ACTIONS(532), - [anon_sym_47] = ACTIONS(532), + [anon_sym_u21af] = ACTIONS(532), [anon_sym_take] = ACTIONS(532), - [anon_sym_48] = ACTIONS(532), + [anon_sym_u2199] = ACTIONS(532), [anon_sym_drop] = ACTIONS(532), - [anon_sym_49] = ACTIONS(532), + [anon_sym_u2198] = ACTIONS(532), [anon_sym_rotate] = ACTIONS(532), - [anon_sym_50] = ACTIONS(532), + [anon_sym_u21bb] = ACTIONS(532), [anon_sym_windows] = ACTIONS(532), - [anon_sym_51] = ACTIONS(532), + [anon_sym_u25eb] = ACTIONS(532), [anon_sym_keep] = ACTIONS(532), - [anon_sym_52] = ACTIONS(532), + [anon_sym_u25bd] = ACTIONS(532), [anon_sym_find] = ACTIONS(532), - [anon_sym_53] = ACTIONS(532), + [anon_sym_u2315] = ACTIONS(532), [anon_sym_member] = ACTIONS(532), - [anon_sym_54] = ACTIONS(532), + [anon_sym_u220a] = ACTIONS(532), [anon_sym_indexof] = ACTIONS(532), - [anon_sym_55] = ACTIONS(532), + [anon_sym_u2297] = ACTIONS(532), [anon_sym_assert] = ACTIONS(532), - [anon_sym_56] = ACTIONS(532), + [anon_sym_u2364] = ACTIONS(532), [anon_sym_wait] = ACTIONS(532), [anon_sym_parse] = ACTIONS(532), - [anon_sym_57] = ACTIONS(532), + [anon_sym_u22d5] = ACTIONS(532), [anon_sym_random] = ACTIONS(532), - [anon_sym_58] = ACTIONS(532), + [anon_sym_u2682] = ACTIONS(532), [anon_sym_gen] = ACTIONS(532), [anon_sym_deal] = ACTIONS(532), [anon_sym_tag] = ACTIONS(532), [anon_sym_now] = ACTIONS(532), - [anon_sym_type] = ACTIONS(532), - [anon_sym_59] = ACTIONS(532), + [anon_sym_type] = ACTIONS(530), + [anon_sym_u2e2e] = ACTIONS(532), [anon_sym_dump] = ACTIONS(532), [anon_sym_regex] = ACTIONS(532), [anon_sym_utf] = ACTIONS(532), @@ -37771,85 +38883,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(532), [anon_sym_tryrecv] = ACTIONS(532), [anon_sym_complex] = ACTIONS(532), - [anon_sym_60] = ACTIONS(532), + [anon_sym_u2102] = ACTIONS(532), [anon_sym_rerank] = ACTIONS(532), - [anon_sym_61] = ACTIONS(532), + [anon_sym_u2607] = ACTIONS(532), [anon_sym_fix] = ACTIONS(532), - [anon_sym_62] = ACTIONS(532), + [anon_sym_u00a4] = ACTIONS(532), [anon_sym_QMARK] = ACTIONS(532), [anon_sym_unique] = ACTIONS(532), - [anon_sym_63] = 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_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_64] = ACTIONS(532), + [anon_sym_u2235] = ACTIONS(532), [anon_sym_rows] = ACTIONS(532), - [anon_sym_65] = ACTIONS(532), + [anon_sym_u2261] = ACTIONS(532), [anon_sym_repeat] = ACTIONS(532), - [anon_sym_66] = ACTIONS(532), + [anon_sym_u2365] = ACTIONS(532), [anon_sym_dip] = ACTIONS(532), - [anon_sym_67] = ACTIONS(532), + [anon_sym_u2299] = ACTIONS(532), [anon_sym_gap] = ACTIONS(532), - [anon_sym_68] = ACTIONS(532), + [anon_sym_u22c5] = ACTIONS(532), [anon_sym_spawn] = ACTIONS(532), [anon_sym_rectify] = ACTIONS(532), - [anon_sym_69] = ACTIONS(532), - [anon_sym_this] = ACTIONS(532), - [anon_sym_70] = ACTIONS(532), - [anon_sym_recur] = ACTIONS(532), - [anon_sym_71] = ACTIONS(532), + [anon_sym_u2305] = ACTIONS(532), [anon_sym_un] = ACTIONS(530), - [anon_sym_72] = ACTIONS(532), - [anon_sym_content] = ACTIONS(532), - [anon_sym_73] = ACTIONS(532), + [anon_sym_u00b0] = ACTIONS(532), [anon_sym_bind] = 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_shapes] = ACTIONS(532), + [anon_sym_types] = ACTIONS(532), [anon_sym_fold] = ACTIONS(532), - [anon_sym_74] = ACTIONS(532), + [anon_sym_u2227] = ACTIONS(532), [anon_sym_table] = ACTIONS(532), - [anon_sym_75] = ACTIONS(532), + [anon_sym_u229e] = ACTIONS(532), [anon_sym_group] = ACTIONS(532), - [anon_sym_76] = ACTIONS(532), + [anon_sym_u2295] = ACTIONS(532), [anon_sym_partition] = ACTIONS(532), - [anon_sym_77] = ACTIONS(532), + [anon_sym_u229c] = ACTIONS(532), [anon_sym_both] = ACTIONS(532), - [anon_sym_78] = ACTIONS(532), + [anon_sym_u2229] = ACTIONS(532), [anon_sym_bracket] = ACTIONS(532), - [anon_sym_79] = ACTIONS(532), + [anon_sym_u2293] = ACTIONS(532), [anon_sym_fork] = ACTIONS(532), - [anon_sym_80] = ACTIONS(532), + [anon_sym_u2283] = ACTIONS(532), [anon_sym_under] = ACTIONS(532), - [anon_sym_81] = ACTIONS(532), + [anon_sym_u235c] = ACTIONS(532), [anon_sym_fill] = ACTIONS(532), - [anon_sym_82] = ACTIONS(532), + [anon_sym_u2b1a] = ACTIONS(532), [anon_sym_try] = ACTIONS(530), - [anon_sym_83] = ACTIONS(532), + [anon_sym_u2363] = ACTIONS(532), [anon_sym_do] = ACTIONS(530), - [anon_sym_84] = ACTIONS(532), - [anon_sym_all] = ACTIONS(532), - [anon_sym_85] = ACTIONS(532), + [anon_sym_u2362] = ACTIONS(532), [anon_sym_setinv] = ACTIONS(532), [anon_sym_setunder] = ACTIONS(532), - [anon_sym_86] = ACTIONS(532), - [anon_sym_87] = ACTIONS(532), - [anon_sym_88] = ACTIONS(532), - [anon_sym_89] = ACTIONS(532), - [anon_sym_90] = ACTIONS(532), - [anon_sym_91] = ACTIONS(532), - [anon_sym_92] = ACTIONS(532), - [anon_sym_93] = ACTIONS(532), + [anon_sym_f] = ACTIONS(530), + [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_94] = ACTIONS(532), - [anon_sym_95] = ACTIONS(532), + [anon_sym_u2290] = ACTIONS(532), + [anon_sym_u229d] = ACTIONS(532), [anon_sym_cross] = ACTIONS(532), - [anon_sym_96] = ACTIONS(532), + [anon_sym_u22a0] = ACTIONS(532), [anon_sym_SEMI] = ACTIONS(532), + [anon_sym_u21ac] = ACTIONS(532), + [anon_sym_u21ab] = ACTIONS(532), + [anon_sym_all] = ACTIONS(532), + [anon_sym_u22d4] = ACTIONS(532), [sym__endOfLine] = ACTIONS(532), }, [121] = { @@ -37862,7 +38982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(612), [anon_sym_Sep] = ACTIONS(612), [anon_sym_NUmProcs] = ACTIONS(612), - [anon_sym_] = ACTIONS(614), + [anon_sym_u237c] = ACTIONS(614), [aux_sym_character_token1] = ACTIONS(614), [sym_string] = ACTIONS(614), [sym_multiLineString] = ACTIONS(614), @@ -37877,138 +38997,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(612), [anon_sym_eta] = ACTIONS(614), - [anon_sym_2] = ACTIONS(612), + [anon_sym_u03b7] = ACTIONS(612), [anon_sym_pi] = ACTIONS(612), - [anon_sym_3] = ACTIONS(612), + [anon_sym_u03c0] = ACTIONS(612), [anon_sym_tau] = ACTIONS(614), - [anon_sym_4] = ACTIONS(612), + [anon_sym_u03c4] = ACTIONS(612), [anon_sym_infinity] = ACTIONS(614), - [anon_sym_5] = ACTIONS(614), - [anon_sym_e] = ACTIONS(612), - [anon_sym_NaN] = ACTIONS(612), - [anon_sym_NumProcs] = ACTIONS(612), + [anon_sym_u221e] = ACTIONS(614), [anon_sym_DOT] = ACTIONS(614), [anon_sym_COMMA] = ACTIONS(614), [anon_sym_COLON] = ACTIONS(614), - [anon_sym_6] = ACTIONS(614), + [anon_sym_u25cc] = ACTIONS(614), [anon_sym_identity] = ACTIONS(614), [anon_sym_id] = ACTIONS(612), - [anon_sym_7] = ACTIONS(614), + [anon_sym_u2218] = ACTIONS(614), [anon_sym_not] = ACTIONS(614), - [anon_sym_8] = ACTIONS(614), - [anon_sym_sign] = ACTIONS(614), - [anon_sym_9] = ACTIONS(614), + [anon_sym_u00ac] = ACTIONS(614), + [anon_sym_sign] = ACTIONS(612), + [anon_sym_u00b1] = ACTIONS(614), [anon_sym_BQUOTE] = ACTIONS(614), - [anon_sym_10] = ACTIONS(612), + [anon_sym_u00af] = ACTIONS(612), [anon_sym_absolutevalue] = ACTIONS(614), - [anon_sym_11] = ACTIONS(614), + [anon_sym_u2335] = ACTIONS(614), [anon_sym_sqrt] = ACTIONS(614), - [anon_sym_12] = ACTIONS(614), + [anon_sym_u221a] = ACTIONS(614), [anon_sym_sine] = ACTIONS(614), - [anon_sym_13] = ACTIONS(614), + [anon_sym_u25cb] = ACTIONS(614), [anon_sym_floor] = ACTIONS(614), - [anon_sym_14] = ACTIONS(614), + [anon_sym_u230a] = ACTIONS(614), [anon_sym_ceiling] = ACTIONS(614), - [anon_sym_15] = ACTIONS(614), + [anon_sym_u2308] = ACTIONS(614), [anon_sym_round] = ACTIONS(614), - [anon_sym_16] = ACTIONS(614), + [anon_sym_u2045] = ACTIONS(614), [anon_sym_EQ] = ACTIONS(614), [anon_sym_BANG_EQ] = ACTIONS(614), - [anon_sym_17] = ACTIONS(614), + [anon_sym_u2260] = ACTIONS(614), [anon_sym_LT] = ACTIONS(612), [anon_sym_LT_EQ] = ACTIONS(614), - [anon_sym_18] = ACTIONS(614), + [anon_sym_u2264] = ACTIONS(614), [anon_sym_GT] = ACTIONS(612), [anon_sym_GT_EQ] = ACTIONS(614), - [anon_sym_19] = ACTIONS(614), + [anon_sym_u2265] = ACTIONS(614), [anon_sym_PLUS] = ACTIONS(614), [anon_sym_DASH] = ACTIONS(612), [anon_sym_STAR] = ACTIONS(614), - [anon_sym_20] = ACTIONS(614), + [anon_sym_u00d7] = ACTIONS(614), [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_21] = ACTIONS(614), + [anon_sym_u00f7] = ACTIONS(614), [anon_sym_modulus] = ACTIONS(614), - [anon_sym_22] = ACTIONS(614), + [anon_sym_u25ff] = ACTIONS(614), [anon_sym_power] = ACTIONS(614), - [anon_sym_23] = ACTIONS(614), + [anon_sym_u207f] = ACTIONS(614), [anon_sym_logarithm] = ACTIONS(614), - [anon_sym_24] = ACTIONS(614), + [anon_sym_u2099] = ACTIONS(614), [anon_sym_minimum] = ACTIONS(614), - [anon_sym_25] = ACTIONS(614), + [anon_sym_u21a7] = ACTIONS(614), [anon_sym_maximum] = ACTIONS(614), - [anon_sym_26] = ACTIONS(614), + [anon_sym_u21a5] = ACTIONS(614), [anon_sym_atangent] = ACTIONS(614), - [anon_sym_27] = ACTIONS(614), + [anon_sym_u2220] = ACTIONS(614), [anon_sym_length] = ACTIONS(614), - [anon_sym_28] = ACTIONS(614), - [anon_sym_shape] = ACTIONS(614), - [anon_sym_29] = ACTIONS(614), + [anon_sym_u29fb] = ACTIONS(614), + [anon_sym_shape] = ACTIONS(612), + [anon_sym_u25b3] = ACTIONS(614), [anon_sym_range] = ACTIONS(614), - [anon_sym_30] = ACTIONS(614), + [anon_sym_u21e1] = ACTIONS(614), [anon_sym_first] = ACTIONS(614), - [anon_sym_31] = ACTIONS(614), + [anon_sym_u22a2] = ACTIONS(614), [anon_sym_reverse] = ACTIONS(614), - [anon_sym_32] = ACTIONS(614), + [anon_sym_u21cc] = ACTIONS(614), [anon_sym_deshape] = ACTIONS(614), - [anon_sym_33] = ACTIONS(614), + [anon_sym_u266d] = ACTIONS(614), [anon_sym_bits] = ACTIONS(614), - [anon_sym_34] = ACTIONS(614), + [anon_sym_u22ef] = ACTIONS(614), [anon_sym_transpose] = ACTIONS(614), - [anon_sym_35] = ACTIONS(614), + [anon_sym_u2349] = ACTIONS(614), [anon_sym_rise] = ACTIONS(614), - [anon_sym_36] = ACTIONS(614), + [anon_sym_u234f] = ACTIONS(614), [anon_sym_fall] = ACTIONS(614), - [anon_sym_37] = ACTIONS(614), + [anon_sym_u2356] = ACTIONS(614), [anon_sym_where] = ACTIONS(614), - [anon_sym_38] = ACTIONS(614), + [anon_sym_u229a] = ACTIONS(614), [anon_sym_classify] = ACTIONS(614), - [anon_sym_39] = ACTIONS(614), + [anon_sym_u229b] = ACTIONS(614), [anon_sym_deduplicate] = ACTIONS(614), - [anon_sym_40] = ACTIONS(614), + [anon_sym_u25f4] = ACTIONS(614), [anon_sym_box] = ACTIONS(614), - [anon_sym_41] = ACTIONS(614), + [anon_sym_u25a1] = ACTIONS(614), [anon_sym_match] = ACTIONS(614), - [anon_sym_42] = ACTIONS(614), + [anon_sym_u224d] = ACTIONS(614), [anon_sym_couple] = ACTIONS(614), - [anon_sym_43] = ACTIONS(614), + [anon_sym_u229f] = ACTIONS(614), [anon_sym_join] = ACTIONS(614), - [anon_sym_44] = ACTIONS(614), + [anon_sym_u2282] = ACTIONS(614), [anon_sym_select] = ACTIONS(614), - [anon_sym_45] = ACTIONS(614), + [anon_sym_u228f] = ACTIONS(614), [anon_sym_pick] = ACTIONS(614), - [anon_sym_46] = ACTIONS(614), + [anon_sym_u22a1] = ACTIONS(614), [anon_sym_reshape] = ACTIONS(614), - [anon_sym_47] = ACTIONS(614), + [anon_sym_u21af] = ACTIONS(614), [anon_sym_take] = ACTIONS(614), - [anon_sym_48] = ACTIONS(614), + [anon_sym_u2199] = ACTIONS(614), [anon_sym_drop] = ACTIONS(614), - [anon_sym_49] = ACTIONS(614), + [anon_sym_u2198] = ACTIONS(614), [anon_sym_rotate] = ACTIONS(614), - [anon_sym_50] = ACTIONS(614), + [anon_sym_u21bb] = ACTIONS(614), [anon_sym_windows] = ACTIONS(614), - [anon_sym_51] = ACTIONS(614), + [anon_sym_u25eb] = ACTIONS(614), [anon_sym_keep] = ACTIONS(614), - [anon_sym_52] = ACTIONS(614), + [anon_sym_u25bd] = ACTIONS(614), [anon_sym_find] = ACTIONS(614), - [anon_sym_53] = ACTIONS(614), + [anon_sym_u2315] = ACTIONS(614), [anon_sym_member] = ACTIONS(614), - [anon_sym_54] = ACTIONS(614), + [anon_sym_u220a] = ACTIONS(614), [anon_sym_indexof] = ACTIONS(614), - [anon_sym_55] = ACTIONS(614), + [anon_sym_u2297] = ACTIONS(614), [anon_sym_assert] = ACTIONS(614), - [anon_sym_56] = ACTIONS(614), + [anon_sym_u2364] = ACTIONS(614), [anon_sym_wait] = ACTIONS(614), [anon_sym_parse] = ACTIONS(614), - [anon_sym_57] = ACTIONS(614), + [anon_sym_u22d5] = ACTIONS(614), [anon_sym_random] = ACTIONS(614), - [anon_sym_58] = ACTIONS(614), + [anon_sym_u2682] = ACTIONS(614), [anon_sym_gen] = ACTIONS(614), [anon_sym_deal] = ACTIONS(614), [anon_sym_tag] = ACTIONS(614), [anon_sym_now] = ACTIONS(614), - [anon_sym_type] = ACTIONS(614), - [anon_sym_59] = ACTIONS(614), + [anon_sym_type] = ACTIONS(612), + [anon_sym_u2e2e] = ACTIONS(614), [anon_sym_dump] = ACTIONS(614), [anon_sym_regex] = ACTIONS(614), [anon_sym_utf] = ACTIONS(614), @@ -38016,85 +39136,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(614), [anon_sym_tryrecv] = ACTIONS(614), [anon_sym_complex] = ACTIONS(614), - [anon_sym_60] = ACTIONS(614), + [anon_sym_u2102] = ACTIONS(614), [anon_sym_rerank] = ACTIONS(614), - [anon_sym_61] = ACTIONS(614), + [anon_sym_u2607] = ACTIONS(614), [anon_sym_fix] = ACTIONS(614), - [anon_sym_62] = ACTIONS(614), + [anon_sym_u00a4] = ACTIONS(614), [anon_sym_QMARK] = ACTIONS(614), [anon_sym_unique] = ACTIONS(614), - [anon_sym_63] = 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_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_64] = ACTIONS(614), + [anon_sym_u2235] = ACTIONS(614), [anon_sym_rows] = ACTIONS(614), - [anon_sym_65] = ACTIONS(614), + [anon_sym_u2261] = ACTIONS(614), [anon_sym_repeat] = ACTIONS(614), - [anon_sym_66] = ACTIONS(614), + [anon_sym_u2365] = ACTIONS(614), [anon_sym_dip] = ACTIONS(614), - [anon_sym_67] = ACTIONS(614), + [anon_sym_u2299] = ACTIONS(614), [anon_sym_gap] = ACTIONS(614), - [anon_sym_68] = ACTIONS(614), + [anon_sym_u22c5] = ACTIONS(614), [anon_sym_spawn] = ACTIONS(614), [anon_sym_rectify] = ACTIONS(614), - [anon_sym_69] = ACTIONS(614), - [anon_sym_this] = ACTIONS(614), - [anon_sym_70] = ACTIONS(614), - [anon_sym_recur] = ACTIONS(614), - [anon_sym_71] = ACTIONS(614), + [anon_sym_u2305] = ACTIONS(614), [anon_sym_un] = ACTIONS(612), - [anon_sym_72] = ACTIONS(614), - [anon_sym_content] = ACTIONS(614), - [anon_sym_73] = ACTIONS(614), + [anon_sym_u00b0] = ACTIONS(614), [anon_sym_bind] = 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_shapes] = ACTIONS(614), + [anon_sym_types] = ACTIONS(614), [anon_sym_fold] = ACTIONS(614), - [anon_sym_74] = ACTIONS(614), + [anon_sym_u2227] = ACTIONS(614), [anon_sym_table] = ACTIONS(614), - [anon_sym_75] = ACTIONS(614), + [anon_sym_u229e] = ACTIONS(614), [anon_sym_group] = ACTIONS(614), - [anon_sym_76] = ACTIONS(614), + [anon_sym_u2295] = ACTIONS(614), [anon_sym_partition] = ACTIONS(614), - [anon_sym_77] = ACTIONS(614), + [anon_sym_u229c] = ACTIONS(614), [anon_sym_both] = ACTIONS(614), - [anon_sym_78] = ACTIONS(614), + [anon_sym_u2229] = ACTIONS(614), [anon_sym_bracket] = ACTIONS(614), - [anon_sym_79] = ACTIONS(614), + [anon_sym_u2293] = ACTIONS(614), [anon_sym_fork] = ACTIONS(614), - [anon_sym_80] = ACTIONS(614), + [anon_sym_u2283] = ACTIONS(614), [anon_sym_under] = ACTIONS(614), - [anon_sym_81] = ACTIONS(614), + [anon_sym_u235c] = ACTIONS(614), [anon_sym_fill] = ACTIONS(614), - [anon_sym_82] = ACTIONS(614), + [anon_sym_u2b1a] = ACTIONS(614), [anon_sym_try] = ACTIONS(612), - [anon_sym_83] = ACTIONS(614), + [anon_sym_u2363] = ACTIONS(614), [anon_sym_do] = ACTIONS(612), - [anon_sym_84] = ACTIONS(614), - [anon_sym_all] = ACTIONS(614), - [anon_sym_85] = ACTIONS(614), + [anon_sym_u2362] = ACTIONS(614), [anon_sym_setinv] = ACTIONS(614), [anon_sym_setunder] = ACTIONS(614), - [anon_sym_86] = ACTIONS(614), - [anon_sym_87] = ACTIONS(614), - [anon_sym_88] = ACTIONS(614), - [anon_sym_89] = ACTIONS(614), - [anon_sym_90] = ACTIONS(614), - [anon_sym_91] = ACTIONS(614), - [anon_sym_92] = ACTIONS(614), - [anon_sym_93] = ACTIONS(614), + [anon_sym_f] = ACTIONS(612), + [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_94] = ACTIONS(614), - [anon_sym_95] = ACTIONS(614), + [anon_sym_u2290] = ACTIONS(614), + [anon_sym_u229d] = ACTIONS(614), [anon_sym_cross] = ACTIONS(614), - [anon_sym_96] = ACTIONS(614), + [anon_sym_u22a0] = ACTIONS(614), [anon_sym_SEMI] = ACTIONS(614), + [anon_sym_u21ac] = ACTIONS(614), + [anon_sym_u21ab] = ACTIONS(614), + [anon_sym_all] = ACTIONS(614), + [anon_sym_u22d4] = ACTIONS(614), [sym_emptyMultiLineString] = ACTIONS(614), [sym__endOfLine] = ACTIONS(5), }, @@ -38109,7 +39237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(526), [anon_sym_Sep] = ACTIONS(526), [anon_sym_NUmProcs] = ACTIONS(526), - [anon_sym_] = ACTIONS(528), + [anon_sym_u237c] = ACTIONS(528), [aux_sym_character_token1] = ACTIONS(528), [sym_string] = ACTIONS(528), [sym_multiLineString] = ACTIONS(528), @@ -38124,138 +39252,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(526), [anon_sym_eta] = ACTIONS(528), - [anon_sym_2] = ACTIONS(526), + [anon_sym_u03b7] = ACTIONS(526), [anon_sym_pi] = ACTIONS(526), - [anon_sym_3] = ACTIONS(526), + [anon_sym_u03c0] = ACTIONS(526), [anon_sym_tau] = ACTIONS(528), - [anon_sym_4] = ACTIONS(526), + [anon_sym_u03c4] = ACTIONS(526), [anon_sym_infinity] = ACTIONS(528), - [anon_sym_5] = ACTIONS(528), - [anon_sym_e] = ACTIONS(526), - [anon_sym_NaN] = ACTIONS(526), - [anon_sym_NumProcs] = ACTIONS(526), + [anon_sym_u221e] = ACTIONS(528), [anon_sym_DOT] = ACTIONS(528), [anon_sym_COMMA] = ACTIONS(528), [anon_sym_COLON] = ACTIONS(528), - [anon_sym_6] = ACTIONS(528), + [anon_sym_u25cc] = ACTIONS(528), [anon_sym_identity] = ACTIONS(528), [anon_sym_id] = ACTIONS(526), - [anon_sym_7] = ACTIONS(528), + [anon_sym_u2218] = ACTIONS(528), [anon_sym_not] = ACTIONS(528), - [anon_sym_8] = ACTIONS(528), - [anon_sym_sign] = ACTIONS(528), - [anon_sym_9] = ACTIONS(528), + [anon_sym_u00ac] = ACTIONS(528), + [anon_sym_sign] = ACTIONS(526), + [anon_sym_u00b1] = ACTIONS(528), [anon_sym_BQUOTE] = ACTIONS(528), - [anon_sym_10] = ACTIONS(526), + [anon_sym_u00af] = ACTIONS(526), [anon_sym_absolutevalue] = ACTIONS(528), - [anon_sym_11] = ACTIONS(528), + [anon_sym_u2335] = ACTIONS(528), [anon_sym_sqrt] = ACTIONS(528), - [anon_sym_12] = ACTIONS(528), + [anon_sym_u221a] = ACTIONS(528), [anon_sym_sine] = ACTIONS(528), - [anon_sym_13] = ACTIONS(528), + [anon_sym_u25cb] = ACTIONS(528), [anon_sym_floor] = ACTIONS(528), - [anon_sym_14] = ACTIONS(528), + [anon_sym_u230a] = ACTIONS(528), [anon_sym_ceiling] = ACTIONS(528), - [anon_sym_15] = ACTIONS(528), + [anon_sym_u2308] = ACTIONS(528), [anon_sym_round] = ACTIONS(528), - [anon_sym_16] = ACTIONS(528), + [anon_sym_u2045] = ACTIONS(528), [anon_sym_EQ] = ACTIONS(528), [anon_sym_BANG_EQ] = ACTIONS(528), - [anon_sym_17] = ACTIONS(528), + [anon_sym_u2260] = ACTIONS(528), [anon_sym_LT] = ACTIONS(526), [anon_sym_LT_EQ] = ACTIONS(528), - [anon_sym_18] = ACTIONS(528), + [anon_sym_u2264] = ACTIONS(528), [anon_sym_GT] = ACTIONS(526), [anon_sym_GT_EQ] = ACTIONS(528), - [anon_sym_19] = ACTIONS(528), + [anon_sym_u2265] = ACTIONS(528), [anon_sym_PLUS] = ACTIONS(528), [anon_sym_DASH] = ACTIONS(528), [anon_sym_STAR] = ACTIONS(528), - [anon_sym_20] = ACTIONS(528), + [anon_sym_u00d7] = ACTIONS(528), [anon_sym_PERCENT] = ACTIONS(528), - [anon_sym_21] = ACTIONS(528), + [anon_sym_u00f7] = ACTIONS(528), [anon_sym_modulus] = ACTIONS(528), - [anon_sym_22] = ACTIONS(528), + [anon_sym_u25ff] = ACTIONS(528), [anon_sym_power] = ACTIONS(528), - [anon_sym_23] = ACTIONS(528), + [anon_sym_u207f] = ACTIONS(528), [anon_sym_logarithm] = ACTIONS(528), - [anon_sym_24] = ACTIONS(528), + [anon_sym_u2099] = ACTIONS(528), [anon_sym_minimum] = ACTIONS(528), - [anon_sym_25] = ACTIONS(528), + [anon_sym_u21a7] = ACTIONS(528), [anon_sym_maximum] = ACTIONS(528), - [anon_sym_26] = ACTIONS(528), + [anon_sym_u21a5] = ACTIONS(528), [anon_sym_atangent] = ACTIONS(528), - [anon_sym_27] = ACTIONS(528), + [anon_sym_u2220] = ACTIONS(528), [anon_sym_length] = ACTIONS(528), - [anon_sym_28] = ACTIONS(528), - [anon_sym_shape] = ACTIONS(528), - [anon_sym_29] = ACTIONS(528), + [anon_sym_u29fb] = ACTIONS(528), + [anon_sym_shape] = ACTIONS(526), + [anon_sym_u25b3] = ACTIONS(528), [anon_sym_range] = ACTIONS(528), - [anon_sym_30] = ACTIONS(528), + [anon_sym_u21e1] = ACTIONS(528), [anon_sym_first] = ACTIONS(528), - [anon_sym_31] = ACTIONS(528), + [anon_sym_u22a2] = ACTIONS(528), [anon_sym_reverse] = ACTIONS(528), - [anon_sym_32] = ACTIONS(528), + [anon_sym_u21cc] = ACTIONS(528), [anon_sym_deshape] = ACTIONS(528), - [anon_sym_33] = ACTIONS(528), + [anon_sym_u266d] = ACTIONS(528), [anon_sym_bits] = ACTIONS(528), - [anon_sym_34] = ACTIONS(528), + [anon_sym_u22ef] = ACTIONS(528), [anon_sym_transpose] = ACTIONS(528), - [anon_sym_35] = ACTIONS(528), + [anon_sym_u2349] = ACTIONS(528), [anon_sym_rise] = ACTIONS(528), - [anon_sym_36] = ACTIONS(528), + [anon_sym_u234f] = ACTIONS(528), [anon_sym_fall] = ACTIONS(528), - [anon_sym_37] = ACTIONS(528), + [anon_sym_u2356] = ACTIONS(528), [anon_sym_where] = ACTIONS(528), - [anon_sym_38] = ACTIONS(528), + [anon_sym_u229a] = ACTIONS(528), [anon_sym_classify] = ACTIONS(528), - [anon_sym_39] = ACTIONS(528), + [anon_sym_u229b] = ACTIONS(528), [anon_sym_deduplicate] = ACTIONS(528), - [anon_sym_40] = ACTIONS(528), + [anon_sym_u25f4] = ACTIONS(528), [anon_sym_box] = ACTIONS(528), - [anon_sym_41] = ACTIONS(528), + [anon_sym_u25a1] = ACTIONS(528), [anon_sym_match] = ACTIONS(528), - [anon_sym_42] = ACTIONS(528), + [anon_sym_u224d] = ACTIONS(528), [anon_sym_couple] = ACTIONS(528), - [anon_sym_43] = ACTIONS(528), + [anon_sym_u229f] = ACTIONS(528), [anon_sym_join] = ACTIONS(528), - [anon_sym_44] = ACTIONS(528), + [anon_sym_u2282] = ACTIONS(528), [anon_sym_select] = ACTIONS(528), - [anon_sym_45] = ACTIONS(528), + [anon_sym_u228f] = ACTIONS(528), [anon_sym_pick] = ACTIONS(528), - [anon_sym_46] = ACTIONS(528), + [anon_sym_u22a1] = ACTIONS(528), [anon_sym_reshape] = ACTIONS(528), - [anon_sym_47] = ACTIONS(528), + [anon_sym_u21af] = ACTIONS(528), [anon_sym_take] = ACTIONS(528), - [anon_sym_48] = ACTIONS(528), + [anon_sym_u2199] = ACTIONS(528), [anon_sym_drop] = ACTIONS(528), - [anon_sym_49] = ACTIONS(528), + [anon_sym_u2198] = ACTIONS(528), [anon_sym_rotate] = ACTIONS(528), - [anon_sym_50] = ACTIONS(528), + [anon_sym_u21bb] = ACTIONS(528), [anon_sym_windows] = ACTIONS(528), - [anon_sym_51] = ACTIONS(528), + [anon_sym_u25eb] = ACTIONS(528), [anon_sym_keep] = ACTIONS(528), - [anon_sym_52] = ACTIONS(528), + [anon_sym_u25bd] = ACTIONS(528), [anon_sym_find] = ACTIONS(528), - [anon_sym_53] = ACTIONS(528), + [anon_sym_u2315] = ACTIONS(528), [anon_sym_member] = ACTIONS(528), - [anon_sym_54] = ACTIONS(528), + [anon_sym_u220a] = ACTIONS(528), [anon_sym_indexof] = ACTIONS(528), - [anon_sym_55] = ACTIONS(528), + [anon_sym_u2297] = ACTIONS(528), [anon_sym_assert] = ACTIONS(528), - [anon_sym_56] = ACTIONS(528), + [anon_sym_u2364] = ACTIONS(528), [anon_sym_wait] = ACTIONS(528), [anon_sym_parse] = ACTIONS(528), - [anon_sym_57] = ACTIONS(528), + [anon_sym_u22d5] = ACTIONS(528), [anon_sym_random] = ACTIONS(528), - [anon_sym_58] = ACTIONS(528), + [anon_sym_u2682] = ACTIONS(528), [anon_sym_gen] = ACTIONS(528), [anon_sym_deal] = ACTIONS(528), [anon_sym_tag] = ACTIONS(528), [anon_sym_now] = ACTIONS(528), - [anon_sym_type] = ACTIONS(528), - [anon_sym_59] = ACTIONS(528), + [anon_sym_type] = ACTIONS(526), + [anon_sym_u2e2e] = ACTIONS(528), [anon_sym_dump] = ACTIONS(528), [anon_sym_regex] = ACTIONS(528), [anon_sym_utf] = ACTIONS(528), @@ -38263,85 +39391,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(528), [anon_sym_tryrecv] = ACTIONS(528), [anon_sym_complex] = ACTIONS(528), - [anon_sym_60] = ACTIONS(528), + [anon_sym_u2102] = ACTIONS(528), [anon_sym_rerank] = ACTIONS(528), - [anon_sym_61] = ACTIONS(528), + [anon_sym_u2607] = ACTIONS(528), [anon_sym_fix] = ACTIONS(528), - [anon_sym_62] = ACTIONS(528), + [anon_sym_u00a4] = ACTIONS(528), [anon_sym_QMARK] = ACTIONS(528), [anon_sym_unique] = ACTIONS(528), - [anon_sym_63] = 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_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_64] = ACTIONS(528), + [anon_sym_u2235] = ACTIONS(528), [anon_sym_rows] = ACTIONS(528), - [anon_sym_65] = ACTIONS(528), + [anon_sym_u2261] = ACTIONS(528), [anon_sym_repeat] = ACTIONS(528), - [anon_sym_66] = ACTIONS(528), + [anon_sym_u2365] = ACTIONS(528), [anon_sym_dip] = ACTIONS(528), - [anon_sym_67] = ACTIONS(528), + [anon_sym_u2299] = ACTIONS(528), [anon_sym_gap] = ACTIONS(528), - [anon_sym_68] = ACTIONS(528), + [anon_sym_u22c5] = ACTIONS(528), [anon_sym_spawn] = ACTIONS(528), [anon_sym_rectify] = ACTIONS(528), - [anon_sym_69] = ACTIONS(528), - [anon_sym_this] = ACTIONS(528), - [anon_sym_70] = ACTIONS(528), - [anon_sym_recur] = ACTIONS(528), - [anon_sym_71] = ACTIONS(528), + [anon_sym_u2305] = ACTIONS(528), [anon_sym_un] = ACTIONS(526), - [anon_sym_72] = ACTIONS(528), - [anon_sym_content] = ACTIONS(528), - [anon_sym_73] = ACTIONS(528), + [anon_sym_u00b0] = ACTIONS(528), [anon_sym_bind] = 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_shapes] = ACTIONS(528), + [anon_sym_types] = ACTIONS(528), [anon_sym_fold] = ACTIONS(528), - [anon_sym_74] = ACTIONS(528), + [anon_sym_u2227] = ACTIONS(528), [anon_sym_table] = ACTIONS(528), - [anon_sym_75] = ACTIONS(528), + [anon_sym_u229e] = ACTIONS(528), [anon_sym_group] = ACTIONS(528), - [anon_sym_76] = ACTIONS(528), + [anon_sym_u2295] = ACTIONS(528), [anon_sym_partition] = ACTIONS(528), - [anon_sym_77] = ACTIONS(528), + [anon_sym_u229c] = ACTIONS(528), [anon_sym_both] = ACTIONS(528), - [anon_sym_78] = ACTIONS(528), + [anon_sym_u2229] = ACTIONS(528), [anon_sym_bracket] = ACTIONS(528), - [anon_sym_79] = ACTIONS(528), + [anon_sym_u2293] = ACTIONS(528), [anon_sym_fork] = ACTIONS(528), - [anon_sym_80] = ACTIONS(528), + [anon_sym_u2283] = ACTIONS(528), [anon_sym_under] = ACTIONS(528), - [anon_sym_81] = ACTIONS(528), + [anon_sym_u235c] = ACTIONS(528), [anon_sym_fill] = ACTIONS(528), - [anon_sym_82] = ACTIONS(528), + [anon_sym_u2b1a] = ACTIONS(528), [anon_sym_try] = ACTIONS(526), - [anon_sym_83] = ACTIONS(528), + [anon_sym_u2363] = ACTIONS(528), [anon_sym_do] = ACTIONS(526), - [anon_sym_84] = ACTIONS(528), - [anon_sym_all] = ACTIONS(528), - [anon_sym_85] = ACTIONS(528), + [anon_sym_u2362] = ACTIONS(528), [anon_sym_setinv] = ACTIONS(528), [anon_sym_setunder] = ACTIONS(528), - [anon_sym_86] = ACTIONS(528), - [anon_sym_87] = ACTIONS(528), - [anon_sym_88] = ACTIONS(528), - [anon_sym_89] = ACTIONS(528), - [anon_sym_90] = ACTIONS(528), - [anon_sym_91] = ACTIONS(528), - [anon_sym_92] = ACTIONS(528), - [anon_sym_93] = ACTIONS(528), + [anon_sym_f] = ACTIONS(526), + [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_94] = ACTIONS(528), - [anon_sym_95] = ACTIONS(528), + [anon_sym_u2290] = ACTIONS(528), + [anon_sym_u229d] = ACTIONS(528), [anon_sym_cross] = ACTIONS(528), - [anon_sym_96] = ACTIONS(528), + [anon_sym_u22a0] = ACTIONS(528), [anon_sym_SEMI] = ACTIONS(528), + [anon_sym_u21ac] = ACTIONS(528), + [anon_sym_u21ab] = ACTIONS(528), + [anon_sym_all] = ACTIONS(528), + [anon_sym_u22d4] = ACTIONS(528), [sym__endOfLine] = ACTIONS(528), }, [123] = { @@ -38355,7 +39491,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(542), [anon_sym_Sep] = ACTIONS(542), [anon_sym_NUmProcs] = ACTIONS(542), - [anon_sym_] = ACTIONS(544), + [anon_sym_u237c] = ACTIONS(544), [aux_sym_character_token1] = ACTIONS(544), [sym_string] = ACTIONS(544), [sym_multiLineString] = ACTIONS(544), @@ -38370,138 +39506,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(542), [anon_sym_eta] = ACTIONS(544), - [anon_sym_2] = ACTIONS(542), + [anon_sym_u03b7] = ACTIONS(542), [anon_sym_pi] = ACTIONS(542), - [anon_sym_3] = ACTIONS(542), + [anon_sym_u03c0] = ACTIONS(542), [anon_sym_tau] = ACTIONS(544), - [anon_sym_4] = ACTIONS(542), + [anon_sym_u03c4] = ACTIONS(542), [anon_sym_infinity] = ACTIONS(544), - [anon_sym_5] = ACTIONS(544), - [anon_sym_e] = ACTIONS(542), - [anon_sym_NaN] = ACTIONS(542), - [anon_sym_NumProcs] = ACTIONS(542), + [anon_sym_u221e] = ACTIONS(544), [anon_sym_DOT] = ACTIONS(544), [anon_sym_COMMA] = ACTIONS(544), [anon_sym_COLON] = ACTIONS(544), - [anon_sym_6] = ACTIONS(544), + [anon_sym_u25cc] = ACTIONS(544), [anon_sym_identity] = ACTIONS(544), [anon_sym_id] = ACTIONS(542), - [anon_sym_7] = ACTIONS(544), + [anon_sym_u2218] = ACTIONS(544), [anon_sym_not] = ACTIONS(544), - [anon_sym_8] = ACTIONS(544), - [anon_sym_sign] = ACTIONS(544), - [anon_sym_9] = ACTIONS(544), + [anon_sym_u00ac] = ACTIONS(544), + [anon_sym_sign] = ACTIONS(542), + [anon_sym_u00b1] = ACTIONS(544), [anon_sym_BQUOTE] = ACTIONS(544), - [anon_sym_10] = ACTIONS(542), + [anon_sym_u00af] = ACTIONS(542), [anon_sym_absolutevalue] = ACTIONS(544), - [anon_sym_11] = ACTIONS(544), + [anon_sym_u2335] = ACTIONS(544), [anon_sym_sqrt] = ACTIONS(544), - [anon_sym_12] = ACTIONS(544), + [anon_sym_u221a] = ACTIONS(544), [anon_sym_sine] = ACTIONS(544), - [anon_sym_13] = ACTIONS(544), + [anon_sym_u25cb] = ACTIONS(544), [anon_sym_floor] = ACTIONS(544), - [anon_sym_14] = ACTIONS(544), + [anon_sym_u230a] = ACTIONS(544), [anon_sym_ceiling] = ACTIONS(544), - [anon_sym_15] = ACTIONS(544), + [anon_sym_u2308] = ACTIONS(544), [anon_sym_round] = ACTIONS(544), - [anon_sym_16] = ACTIONS(544), + [anon_sym_u2045] = ACTIONS(544), [anon_sym_EQ] = ACTIONS(544), [anon_sym_BANG_EQ] = ACTIONS(544), - [anon_sym_17] = ACTIONS(544), + [anon_sym_u2260] = ACTIONS(544), [anon_sym_LT] = ACTIONS(542), [anon_sym_LT_EQ] = ACTIONS(544), - [anon_sym_18] = ACTIONS(544), + [anon_sym_u2264] = ACTIONS(544), [anon_sym_GT] = ACTIONS(542), [anon_sym_GT_EQ] = ACTIONS(544), - [anon_sym_19] = ACTIONS(544), + [anon_sym_u2265] = ACTIONS(544), [anon_sym_PLUS] = ACTIONS(544), [anon_sym_DASH] = ACTIONS(544), [anon_sym_STAR] = ACTIONS(544), - [anon_sym_20] = ACTIONS(544), + [anon_sym_u00d7] = ACTIONS(544), [anon_sym_PERCENT] = ACTIONS(544), - [anon_sym_21] = ACTIONS(544), + [anon_sym_u00f7] = ACTIONS(544), [anon_sym_modulus] = ACTIONS(544), - [anon_sym_22] = ACTIONS(544), + [anon_sym_u25ff] = ACTIONS(544), [anon_sym_power] = ACTIONS(544), - [anon_sym_23] = ACTIONS(544), + [anon_sym_u207f] = ACTIONS(544), [anon_sym_logarithm] = ACTIONS(544), - [anon_sym_24] = ACTIONS(544), + [anon_sym_u2099] = ACTIONS(544), [anon_sym_minimum] = ACTIONS(544), - [anon_sym_25] = ACTIONS(544), + [anon_sym_u21a7] = ACTIONS(544), [anon_sym_maximum] = ACTIONS(544), - [anon_sym_26] = ACTIONS(544), + [anon_sym_u21a5] = ACTIONS(544), [anon_sym_atangent] = ACTIONS(544), - [anon_sym_27] = ACTIONS(544), + [anon_sym_u2220] = ACTIONS(544), [anon_sym_length] = ACTIONS(544), - [anon_sym_28] = ACTIONS(544), - [anon_sym_shape] = ACTIONS(544), - [anon_sym_29] = ACTIONS(544), + [anon_sym_u29fb] = ACTIONS(544), + [anon_sym_shape] = ACTIONS(542), + [anon_sym_u25b3] = ACTIONS(544), [anon_sym_range] = ACTIONS(544), - [anon_sym_30] = ACTIONS(544), + [anon_sym_u21e1] = ACTIONS(544), [anon_sym_first] = ACTIONS(544), - [anon_sym_31] = ACTIONS(544), + [anon_sym_u22a2] = ACTIONS(544), [anon_sym_reverse] = ACTIONS(544), - [anon_sym_32] = ACTIONS(544), + [anon_sym_u21cc] = ACTIONS(544), [anon_sym_deshape] = ACTIONS(544), - [anon_sym_33] = ACTIONS(544), + [anon_sym_u266d] = ACTIONS(544), [anon_sym_bits] = ACTIONS(544), - [anon_sym_34] = ACTIONS(544), + [anon_sym_u22ef] = ACTIONS(544), [anon_sym_transpose] = ACTIONS(544), - [anon_sym_35] = ACTIONS(544), + [anon_sym_u2349] = ACTIONS(544), [anon_sym_rise] = ACTIONS(544), - [anon_sym_36] = ACTIONS(544), + [anon_sym_u234f] = ACTIONS(544), [anon_sym_fall] = ACTIONS(544), - [anon_sym_37] = ACTIONS(544), + [anon_sym_u2356] = ACTIONS(544), [anon_sym_where] = ACTIONS(544), - [anon_sym_38] = ACTIONS(544), + [anon_sym_u229a] = ACTIONS(544), [anon_sym_classify] = ACTIONS(544), - [anon_sym_39] = ACTIONS(544), + [anon_sym_u229b] = ACTIONS(544), [anon_sym_deduplicate] = ACTIONS(544), - [anon_sym_40] = ACTIONS(544), + [anon_sym_u25f4] = ACTIONS(544), [anon_sym_box] = ACTIONS(544), - [anon_sym_41] = ACTIONS(544), + [anon_sym_u25a1] = ACTIONS(544), [anon_sym_match] = ACTIONS(544), - [anon_sym_42] = ACTIONS(544), + [anon_sym_u224d] = ACTIONS(544), [anon_sym_couple] = ACTIONS(544), - [anon_sym_43] = ACTIONS(544), + [anon_sym_u229f] = ACTIONS(544), [anon_sym_join] = ACTIONS(544), - [anon_sym_44] = ACTIONS(544), + [anon_sym_u2282] = ACTIONS(544), [anon_sym_select] = ACTIONS(544), - [anon_sym_45] = ACTIONS(544), + [anon_sym_u228f] = ACTIONS(544), [anon_sym_pick] = ACTIONS(544), - [anon_sym_46] = ACTIONS(544), + [anon_sym_u22a1] = ACTIONS(544), [anon_sym_reshape] = ACTIONS(544), - [anon_sym_47] = ACTIONS(544), + [anon_sym_u21af] = ACTIONS(544), [anon_sym_take] = ACTIONS(544), - [anon_sym_48] = ACTIONS(544), + [anon_sym_u2199] = ACTIONS(544), [anon_sym_drop] = ACTIONS(544), - [anon_sym_49] = ACTIONS(544), + [anon_sym_u2198] = ACTIONS(544), [anon_sym_rotate] = ACTIONS(544), - [anon_sym_50] = ACTIONS(544), + [anon_sym_u21bb] = ACTIONS(544), [anon_sym_windows] = ACTIONS(544), - [anon_sym_51] = ACTIONS(544), + [anon_sym_u25eb] = ACTIONS(544), [anon_sym_keep] = ACTIONS(544), - [anon_sym_52] = ACTIONS(544), + [anon_sym_u25bd] = ACTIONS(544), [anon_sym_find] = ACTIONS(544), - [anon_sym_53] = ACTIONS(544), + [anon_sym_u2315] = ACTIONS(544), [anon_sym_member] = ACTIONS(544), - [anon_sym_54] = ACTIONS(544), + [anon_sym_u220a] = ACTIONS(544), [anon_sym_indexof] = ACTIONS(544), - [anon_sym_55] = ACTIONS(544), + [anon_sym_u2297] = ACTIONS(544), [anon_sym_assert] = ACTIONS(544), - [anon_sym_56] = ACTIONS(544), + [anon_sym_u2364] = ACTIONS(544), [anon_sym_wait] = ACTIONS(544), [anon_sym_parse] = ACTIONS(544), - [anon_sym_57] = ACTIONS(544), + [anon_sym_u22d5] = ACTIONS(544), [anon_sym_random] = ACTIONS(544), - [anon_sym_58] = ACTIONS(544), + [anon_sym_u2682] = ACTIONS(544), [anon_sym_gen] = ACTIONS(544), [anon_sym_deal] = ACTIONS(544), [anon_sym_tag] = ACTIONS(544), [anon_sym_now] = ACTIONS(544), - [anon_sym_type] = ACTIONS(544), - [anon_sym_59] = ACTIONS(544), + [anon_sym_type] = ACTIONS(542), + [anon_sym_u2e2e] = ACTIONS(544), [anon_sym_dump] = ACTIONS(544), [anon_sym_regex] = ACTIONS(544), [anon_sym_utf] = ACTIONS(544), @@ -38509,85 +39645,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(544), [anon_sym_tryrecv] = ACTIONS(544), [anon_sym_complex] = ACTIONS(544), - [anon_sym_60] = ACTIONS(544), + [anon_sym_u2102] = ACTIONS(544), [anon_sym_rerank] = ACTIONS(544), - [anon_sym_61] = ACTIONS(544), + [anon_sym_u2607] = ACTIONS(544), [anon_sym_fix] = ACTIONS(544), - [anon_sym_62] = ACTIONS(544), + [anon_sym_u00a4] = ACTIONS(544), [anon_sym_QMARK] = ACTIONS(544), [anon_sym_unique] = ACTIONS(544), - [anon_sym_63] = 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_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_64] = ACTIONS(544), + [anon_sym_u2235] = ACTIONS(544), [anon_sym_rows] = ACTIONS(544), - [anon_sym_65] = ACTIONS(544), + [anon_sym_u2261] = ACTIONS(544), [anon_sym_repeat] = ACTIONS(544), - [anon_sym_66] = ACTIONS(544), + [anon_sym_u2365] = ACTIONS(544), [anon_sym_dip] = ACTIONS(544), - [anon_sym_67] = ACTIONS(544), + [anon_sym_u2299] = ACTIONS(544), [anon_sym_gap] = ACTIONS(544), - [anon_sym_68] = ACTIONS(544), + [anon_sym_u22c5] = ACTIONS(544), [anon_sym_spawn] = ACTIONS(544), [anon_sym_rectify] = ACTIONS(544), - [anon_sym_69] = ACTIONS(544), - [anon_sym_this] = ACTIONS(544), - [anon_sym_70] = ACTIONS(544), - [anon_sym_recur] = ACTIONS(544), - [anon_sym_71] = ACTIONS(544), + [anon_sym_u2305] = ACTIONS(544), [anon_sym_un] = ACTIONS(542), - [anon_sym_72] = ACTIONS(544), - [anon_sym_content] = ACTIONS(544), - [anon_sym_73] = ACTIONS(544), + [anon_sym_u00b0] = ACTIONS(544), [anon_sym_bind] = 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_shapes] = ACTIONS(544), + [anon_sym_types] = ACTIONS(544), [anon_sym_fold] = ACTIONS(544), - [anon_sym_74] = ACTIONS(544), + [anon_sym_u2227] = ACTIONS(544), [anon_sym_table] = ACTIONS(544), - [anon_sym_75] = ACTIONS(544), + [anon_sym_u229e] = ACTIONS(544), [anon_sym_group] = ACTIONS(544), - [anon_sym_76] = ACTIONS(544), + [anon_sym_u2295] = ACTIONS(544), [anon_sym_partition] = ACTIONS(544), - [anon_sym_77] = ACTIONS(544), + [anon_sym_u229c] = ACTIONS(544), [anon_sym_both] = ACTIONS(544), - [anon_sym_78] = ACTIONS(544), + [anon_sym_u2229] = ACTIONS(544), [anon_sym_bracket] = ACTIONS(544), - [anon_sym_79] = ACTIONS(544), + [anon_sym_u2293] = ACTIONS(544), [anon_sym_fork] = ACTIONS(544), - [anon_sym_80] = ACTIONS(544), + [anon_sym_u2283] = ACTIONS(544), [anon_sym_under] = ACTIONS(544), - [anon_sym_81] = ACTIONS(544), + [anon_sym_u235c] = ACTIONS(544), [anon_sym_fill] = ACTIONS(544), - [anon_sym_82] = ACTIONS(544), + [anon_sym_u2b1a] = ACTIONS(544), [anon_sym_try] = ACTIONS(542), - [anon_sym_83] = ACTIONS(544), + [anon_sym_u2363] = ACTIONS(544), [anon_sym_do] = ACTIONS(542), - [anon_sym_84] = ACTIONS(544), - [anon_sym_all] = ACTIONS(544), - [anon_sym_85] = ACTIONS(544), + [anon_sym_u2362] = ACTIONS(544), [anon_sym_setinv] = ACTIONS(544), [anon_sym_setunder] = ACTIONS(544), - [anon_sym_86] = ACTIONS(544), - [anon_sym_87] = ACTIONS(544), - [anon_sym_88] = ACTIONS(544), - [anon_sym_89] = ACTIONS(544), - [anon_sym_90] = ACTIONS(544), - [anon_sym_91] = ACTIONS(544), - [anon_sym_92] = ACTIONS(544), - [anon_sym_93] = ACTIONS(544), + [anon_sym_f] = ACTIONS(542), + [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_94] = ACTIONS(544), - [anon_sym_95] = ACTIONS(544), + [anon_sym_u2290] = ACTIONS(544), + [anon_sym_u229d] = ACTIONS(544), [anon_sym_cross] = ACTIONS(544), - [anon_sym_96] = ACTIONS(544), + [anon_sym_u22a0] = ACTIONS(544), [anon_sym_SEMI] = ACTIONS(544), + [anon_sym_u21ac] = ACTIONS(544), + [anon_sym_u21ab] = ACTIONS(544), + [anon_sym_all] = ACTIONS(544), + [anon_sym_u22d4] = ACTIONS(544), [sym__endOfLine] = ACTIONS(544), }, [124] = { @@ -38601,7 +39745,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(518), [anon_sym_Sep] = ACTIONS(518), [anon_sym_NUmProcs] = ACTIONS(518), - [anon_sym_] = ACTIONS(520), + [anon_sym_u237c] = ACTIONS(520), [aux_sym_character_token1] = ACTIONS(520), [sym_string] = ACTIONS(520), [sym_multiLineString] = ACTIONS(520), @@ -38616,138 +39760,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(518), [anon_sym_eta] = ACTIONS(520), - [anon_sym_2] = ACTIONS(518), + [anon_sym_u03b7] = ACTIONS(518), [anon_sym_pi] = ACTIONS(518), - [anon_sym_3] = ACTIONS(518), + [anon_sym_u03c0] = ACTIONS(518), [anon_sym_tau] = ACTIONS(520), - [anon_sym_4] = ACTIONS(518), + [anon_sym_u03c4] = ACTIONS(518), [anon_sym_infinity] = ACTIONS(520), - [anon_sym_5] = ACTIONS(520), - [anon_sym_e] = ACTIONS(518), - [anon_sym_NaN] = ACTIONS(518), - [anon_sym_NumProcs] = ACTIONS(518), + [anon_sym_u221e] = ACTIONS(520), [anon_sym_DOT] = ACTIONS(520), [anon_sym_COMMA] = ACTIONS(520), [anon_sym_COLON] = ACTIONS(520), - [anon_sym_6] = ACTIONS(520), + [anon_sym_u25cc] = ACTIONS(520), [anon_sym_identity] = ACTIONS(520), [anon_sym_id] = ACTIONS(518), - [anon_sym_7] = ACTIONS(520), + [anon_sym_u2218] = ACTIONS(520), [anon_sym_not] = ACTIONS(520), - [anon_sym_8] = ACTIONS(520), - [anon_sym_sign] = ACTIONS(520), - [anon_sym_9] = ACTIONS(520), + [anon_sym_u00ac] = ACTIONS(520), + [anon_sym_sign] = ACTIONS(518), + [anon_sym_u00b1] = ACTIONS(520), [anon_sym_BQUOTE] = ACTIONS(520), - [anon_sym_10] = ACTIONS(518), + [anon_sym_u00af] = ACTIONS(518), [anon_sym_absolutevalue] = ACTIONS(520), - [anon_sym_11] = ACTIONS(520), + [anon_sym_u2335] = ACTIONS(520), [anon_sym_sqrt] = ACTIONS(520), - [anon_sym_12] = ACTIONS(520), + [anon_sym_u221a] = ACTIONS(520), [anon_sym_sine] = ACTIONS(520), - [anon_sym_13] = ACTIONS(520), + [anon_sym_u25cb] = ACTIONS(520), [anon_sym_floor] = ACTIONS(520), - [anon_sym_14] = ACTIONS(520), + [anon_sym_u230a] = ACTIONS(520), [anon_sym_ceiling] = ACTIONS(520), - [anon_sym_15] = ACTIONS(520), + [anon_sym_u2308] = ACTIONS(520), [anon_sym_round] = ACTIONS(520), - [anon_sym_16] = ACTIONS(520), + [anon_sym_u2045] = ACTIONS(520), [anon_sym_EQ] = ACTIONS(520), [anon_sym_BANG_EQ] = ACTIONS(520), - [anon_sym_17] = ACTIONS(520), + [anon_sym_u2260] = ACTIONS(520), [anon_sym_LT] = ACTIONS(518), [anon_sym_LT_EQ] = ACTIONS(520), - [anon_sym_18] = ACTIONS(520), + [anon_sym_u2264] = ACTIONS(520), [anon_sym_GT] = ACTIONS(518), [anon_sym_GT_EQ] = ACTIONS(520), - [anon_sym_19] = ACTIONS(520), + [anon_sym_u2265] = ACTIONS(520), [anon_sym_PLUS] = ACTIONS(520), [anon_sym_DASH] = ACTIONS(520), [anon_sym_STAR] = ACTIONS(520), - [anon_sym_20] = ACTIONS(520), + [anon_sym_u00d7] = ACTIONS(520), [anon_sym_PERCENT] = ACTIONS(520), - [anon_sym_21] = ACTIONS(520), + [anon_sym_u00f7] = ACTIONS(520), [anon_sym_modulus] = ACTIONS(520), - [anon_sym_22] = ACTIONS(520), + [anon_sym_u25ff] = ACTIONS(520), [anon_sym_power] = ACTIONS(520), - [anon_sym_23] = ACTIONS(520), + [anon_sym_u207f] = ACTIONS(520), [anon_sym_logarithm] = ACTIONS(520), - [anon_sym_24] = ACTIONS(520), + [anon_sym_u2099] = ACTIONS(520), [anon_sym_minimum] = ACTIONS(520), - [anon_sym_25] = ACTIONS(520), + [anon_sym_u21a7] = ACTIONS(520), [anon_sym_maximum] = ACTIONS(520), - [anon_sym_26] = ACTIONS(520), + [anon_sym_u21a5] = ACTIONS(520), [anon_sym_atangent] = ACTIONS(520), - [anon_sym_27] = ACTIONS(520), + [anon_sym_u2220] = ACTIONS(520), [anon_sym_length] = ACTIONS(520), - [anon_sym_28] = ACTIONS(520), - [anon_sym_shape] = ACTIONS(520), - [anon_sym_29] = ACTIONS(520), + [anon_sym_u29fb] = ACTIONS(520), + [anon_sym_shape] = ACTIONS(518), + [anon_sym_u25b3] = ACTIONS(520), [anon_sym_range] = ACTIONS(520), - [anon_sym_30] = ACTIONS(520), + [anon_sym_u21e1] = ACTIONS(520), [anon_sym_first] = ACTIONS(520), - [anon_sym_31] = ACTIONS(520), + [anon_sym_u22a2] = ACTIONS(520), [anon_sym_reverse] = ACTIONS(520), - [anon_sym_32] = ACTIONS(520), + [anon_sym_u21cc] = ACTIONS(520), [anon_sym_deshape] = ACTIONS(520), - [anon_sym_33] = ACTIONS(520), + [anon_sym_u266d] = ACTIONS(520), [anon_sym_bits] = ACTIONS(520), - [anon_sym_34] = ACTIONS(520), + [anon_sym_u22ef] = ACTIONS(520), [anon_sym_transpose] = ACTIONS(520), - [anon_sym_35] = ACTIONS(520), + [anon_sym_u2349] = ACTIONS(520), [anon_sym_rise] = ACTIONS(520), - [anon_sym_36] = ACTIONS(520), + [anon_sym_u234f] = ACTIONS(520), [anon_sym_fall] = ACTIONS(520), - [anon_sym_37] = ACTIONS(520), + [anon_sym_u2356] = ACTIONS(520), [anon_sym_where] = ACTIONS(520), - [anon_sym_38] = ACTIONS(520), + [anon_sym_u229a] = ACTIONS(520), [anon_sym_classify] = ACTIONS(520), - [anon_sym_39] = ACTIONS(520), + [anon_sym_u229b] = ACTIONS(520), [anon_sym_deduplicate] = ACTIONS(520), - [anon_sym_40] = ACTIONS(520), + [anon_sym_u25f4] = ACTIONS(520), [anon_sym_box] = ACTIONS(520), - [anon_sym_41] = ACTIONS(520), + [anon_sym_u25a1] = ACTIONS(520), [anon_sym_match] = ACTIONS(520), - [anon_sym_42] = ACTIONS(520), + [anon_sym_u224d] = ACTIONS(520), [anon_sym_couple] = ACTIONS(520), - [anon_sym_43] = ACTIONS(520), + [anon_sym_u229f] = ACTIONS(520), [anon_sym_join] = ACTIONS(520), - [anon_sym_44] = ACTIONS(520), + [anon_sym_u2282] = ACTIONS(520), [anon_sym_select] = ACTIONS(520), - [anon_sym_45] = ACTIONS(520), + [anon_sym_u228f] = ACTIONS(520), [anon_sym_pick] = ACTIONS(520), - [anon_sym_46] = ACTIONS(520), + [anon_sym_u22a1] = ACTIONS(520), [anon_sym_reshape] = ACTIONS(520), - [anon_sym_47] = ACTIONS(520), + [anon_sym_u21af] = ACTIONS(520), [anon_sym_take] = ACTIONS(520), - [anon_sym_48] = ACTIONS(520), + [anon_sym_u2199] = ACTIONS(520), [anon_sym_drop] = ACTIONS(520), - [anon_sym_49] = ACTIONS(520), + [anon_sym_u2198] = ACTIONS(520), [anon_sym_rotate] = ACTIONS(520), - [anon_sym_50] = ACTIONS(520), + [anon_sym_u21bb] = ACTIONS(520), [anon_sym_windows] = ACTIONS(520), - [anon_sym_51] = ACTIONS(520), + [anon_sym_u25eb] = ACTIONS(520), [anon_sym_keep] = ACTIONS(520), - [anon_sym_52] = ACTIONS(520), + [anon_sym_u25bd] = ACTIONS(520), [anon_sym_find] = ACTIONS(520), - [anon_sym_53] = ACTIONS(520), + [anon_sym_u2315] = ACTIONS(520), [anon_sym_member] = ACTIONS(520), - [anon_sym_54] = ACTIONS(520), + [anon_sym_u220a] = ACTIONS(520), [anon_sym_indexof] = ACTIONS(520), - [anon_sym_55] = ACTIONS(520), + [anon_sym_u2297] = ACTIONS(520), [anon_sym_assert] = ACTIONS(520), - [anon_sym_56] = ACTIONS(520), + [anon_sym_u2364] = ACTIONS(520), [anon_sym_wait] = ACTIONS(520), [anon_sym_parse] = ACTIONS(520), - [anon_sym_57] = ACTIONS(520), + [anon_sym_u22d5] = ACTIONS(520), [anon_sym_random] = ACTIONS(520), - [anon_sym_58] = ACTIONS(520), + [anon_sym_u2682] = ACTIONS(520), [anon_sym_gen] = ACTIONS(520), [anon_sym_deal] = ACTIONS(520), [anon_sym_tag] = ACTIONS(520), [anon_sym_now] = ACTIONS(520), - [anon_sym_type] = ACTIONS(520), - [anon_sym_59] = ACTIONS(520), + [anon_sym_type] = ACTIONS(518), + [anon_sym_u2e2e] = ACTIONS(520), [anon_sym_dump] = ACTIONS(520), [anon_sym_regex] = ACTIONS(520), [anon_sym_utf] = ACTIONS(520), @@ -38755,85 +39899,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(520), [anon_sym_tryrecv] = ACTIONS(520), [anon_sym_complex] = ACTIONS(520), - [anon_sym_60] = ACTIONS(520), + [anon_sym_u2102] = ACTIONS(520), [anon_sym_rerank] = ACTIONS(520), - [anon_sym_61] = ACTIONS(520), + [anon_sym_u2607] = ACTIONS(520), [anon_sym_fix] = ACTIONS(520), - [anon_sym_62] = ACTIONS(520), + [anon_sym_u00a4] = ACTIONS(520), [anon_sym_QMARK] = ACTIONS(520), [anon_sym_unique] = ACTIONS(520), - [anon_sym_63] = 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_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_64] = ACTIONS(520), + [anon_sym_u2235] = ACTIONS(520), [anon_sym_rows] = ACTIONS(520), - [anon_sym_65] = ACTIONS(520), + [anon_sym_u2261] = ACTIONS(520), [anon_sym_repeat] = ACTIONS(520), - [anon_sym_66] = ACTIONS(520), + [anon_sym_u2365] = ACTIONS(520), [anon_sym_dip] = ACTIONS(520), - [anon_sym_67] = ACTIONS(520), + [anon_sym_u2299] = ACTIONS(520), [anon_sym_gap] = ACTIONS(520), - [anon_sym_68] = ACTIONS(520), + [anon_sym_u22c5] = ACTIONS(520), [anon_sym_spawn] = ACTIONS(520), [anon_sym_rectify] = ACTIONS(520), - [anon_sym_69] = ACTIONS(520), - [anon_sym_this] = ACTIONS(520), - [anon_sym_70] = ACTIONS(520), - [anon_sym_recur] = ACTIONS(520), - [anon_sym_71] = ACTIONS(520), + [anon_sym_u2305] = ACTIONS(520), [anon_sym_un] = ACTIONS(518), - [anon_sym_72] = ACTIONS(520), - [anon_sym_content] = ACTIONS(520), - [anon_sym_73] = ACTIONS(520), + [anon_sym_u00b0] = ACTIONS(520), [anon_sym_bind] = 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_shapes] = ACTIONS(520), + [anon_sym_types] = ACTIONS(520), [anon_sym_fold] = ACTIONS(520), - [anon_sym_74] = ACTIONS(520), + [anon_sym_u2227] = ACTIONS(520), [anon_sym_table] = ACTIONS(520), - [anon_sym_75] = ACTIONS(520), + [anon_sym_u229e] = ACTIONS(520), [anon_sym_group] = ACTIONS(520), - [anon_sym_76] = ACTIONS(520), + [anon_sym_u2295] = ACTIONS(520), [anon_sym_partition] = ACTIONS(520), - [anon_sym_77] = ACTIONS(520), + [anon_sym_u229c] = ACTIONS(520), [anon_sym_both] = ACTIONS(520), - [anon_sym_78] = ACTIONS(520), + [anon_sym_u2229] = ACTIONS(520), [anon_sym_bracket] = ACTIONS(520), - [anon_sym_79] = ACTIONS(520), + [anon_sym_u2293] = ACTIONS(520), [anon_sym_fork] = ACTIONS(520), - [anon_sym_80] = ACTIONS(520), + [anon_sym_u2283] = ACTIONS(520), [anon_sym_under] = ACTIONS(520), - [anon_sym_81] = ACTIONS(520), + [anon_sym_u235c] = ACTIONS(520), [anon_sym_fill] = ACTIONS(520), - [anon_sym_82] = ACTIONS(520), + [anon_sym_u2b1a] = ACTIONS(520), [anon_sym_try] = ACTIONS(518), - [anon_sym_83] = ACTIONS(520), + [anon_sym_u2363] = ACTIONS(520), [anon_sym_do] = ACTIONS(518), - [anon_sym_84] = ACTIONS(520), - [anon_sym_all] = ACTIONS(520), - [anon_sym_85] = ACTIONS(520), + [anon_sym_u2362] = ACTIONS(520), [anon_sym_setinv] = ACTIONS(520), [anon_sym_setunder] = ACTIONS(520), - [anon_sym_86] = ACTIONS(520), - [anon_sym_87] = ACTIONS(520), - [anon_sym_88] = ACTIONS(520), - [anon_sym_89] = ACTIONS(520), - [anon_sym_90] = ACTIONS(520), - [anon_sym_91] = ACTIONS(520), - [anon_sym_92] = ACTIONS(520), - [anon_sym_93] = ACTIONS(520), + [anon_sym_f] = ACTIONS(518), + [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_94] = ACTIONS(520), - [anon_sym_95] = ACTIONS(520), + [anon_sym_u2290] = ACTIONS(520), + [anon_sym_u229d] = ACTIONS(520), [anon_sym_cross] = ACTIONS(520), - [anon_sym_96] = ACTIONS(520), + [anon_sym_u22a0] = ACTIONS(520), [anon_sym_SEMI] = ACTIONS(520), + [anon_sym_u21ac] = ACTIONS(520), + [anon_sym_u21ab] = ACTIONS(520), + [anon_sym_all] = ACTIONS(520), + [anon_sym_u22d4] = ACTIONS(520), [sym__endOfLine] = ACTIONS(520), }, [125] = { @@ -38847,7 +39999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(554), [anon_sym_Sep] = ACTIONS(554), [anon_sym_NUmProcs] = ACTIONS(554), - [anon_sym_] = ACTIONS(556), + [anon_sym_u237c] = ACTIONS(556), [aux_sym_character_token1] = ACTIONS(556), [sym_string] = ACTIONS(556), [sym_multiLineString] = ACTIONS(556), @@ -38862,138 +40014,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(554), [anon_sym_eta] = ACTIONS(556), - [anon_sym_2] = ACTIONS(554), + [anon_sym_u03b7] = ACTIONS(554), [anon_sym_pi] = ACTIONS(554), - [anon_sym_3] = ACTIONS(554), + [anon_sym_u03c0] = ACTIONS(554), [anon_sym_tau] = ACTIONS(556), - [anon_sym_4] = ACTIONS(554), + [anon_sym_u03c4] = ACTIONS(554), [anon_sym_infinity] = ACTIONS(556), - [anon_sym_5] = ACTIONS(556), - [anon_sym_e] = ACTIONS(554), - [anon_sym_NaN] = ACTIONS(554), - [anon_sym_NumProcs] = ACTIONS(554), + [anon_sym_u221e] = ACTIONS(556), [anon_sym_DOT] = ACTIONS(556), [anon_sym_COMMA] = ACTIONS(556), [anon_sym_COLON] = ACTIONS(556), - [anon_sym_6] = ACTIONS(556), + [anon_sym_u25cc] = ACTIONS(556), [anon_sym_identity] = ACTIONS(556), [anon_sym_id] = ACTIONS(554), - [anon_sym_7] = ACTIONS(556), + [anon_sym_u2218] = ACTIONS(556), [anon_sym_not] = ACTIONS(556), - [anon_sym_8] = ACTIONS(556), - [anon_sym_sign] = ACTIONS(556), - [anon_sym_9] = ACTIONS(556), + [anon_sym_u00ac] = ACTIONS(556), + [anon_sym_sign] = ACTIONS(554), + [anon_sym_u00b1] = ACTIONS(556), [anon_sym_BQUOTE] = ACTIONS(556), - [anon_sym_10] = ACTIONS(554), + [anon_sym_u00af] = ACTIONS(554), [anon_sym_absolutevalue] = ACTIONS(556), - [anon_sym_11] = ACTIONS(556), + [anon_sym_u2335] = ACTIONS(556), [anon_sym_sqrt] = ACTIONS(556), - [anon_sym_12] = ACTIONS(556), + [anon_sym_u221a] = ACTIONS(556), [anon_sym_sine] = ACTIONS(556), - [anon_sym_13] = ACTIONS(556), + [anon_sym_u25cb] = ACTIONS(556), [anon_sym_floor] = ACTIONS(556), - [anon_sym_14] = ACTIONS(556), + [anon_sym_u230a] = ACTIONS(556), [anon_sym_ceiling] = ACTIONS(556), - [anon_sym_15] = ACTIONS(556), + [anon_sym_u2308] = ACTIONS(556), [anon_sym_round] = ACTIONS(556), - [anon_sym_16] = ACTIONS(556), + [anon_sym_u2045] = ACTIONS(556), [anon_sym_EQ] = ACTIONS(556), [anon_sym_BANG_EQ] = ACTIONS(556), - [anon_sym_17] = ACTIONS(556), + [anon_sym_u2260] = ACTIONS(556), [anon_sym_LT] = ACTIONS(554), [anon_sym_LT_EQ] = ACTIONS(556), - [anon_sym_18] = ACTIONS(556), + [anon_sym_u2264] = ACTIONS(556), [anon_sym_GT] = ACTIONS(554), [anon_sym_GT_EQ] = ACTIONS(556), - [anon_sym_19] = ACTIONS(556), + [anon_sym_u2265] = ACTIONS(556), [anon_sym_PLUS] = ACTIONS(556), [anon_sym_DASH] = ACTIONS(556), [anon_sym_STAR] = ACTIONS(556), - [anon_sym_20] = ACTIONS(556), + [anon_sym_u00d7] = ACTIONS(556), [anon_sym_PERCENT] = ACTIONS(556), - [anon_sym_21] = ACTIONS(556), + [anon_sym_u00f7] = ACTIONS(556), [anon_sym_modulus] = ACTIONS(556), - [anon_sym_22] = ACTIONS(556), + [anon_sym_u25ff] = ACTIONS(556), [anon_sym_power] = ACTIONS(556), - [anon_sym_23] = ACTIONS(556), + [anon_sym_u207f] = ACTIONS(556), [anon_sym_logarithm] = ACTIONS(556), - [anon_sym_24] = ACTIONS(556), + [anon_sym_u2099] = ACTIONS(556), [anon_sym_minimum] = ACTIONS(556), - [anon_sym_25] = ACTIONS(556), + [anon_sym_u21a7] = ACTIONS(556), [anon_sym_maximum] = ACTIONS(556), - [anon_sym_26] = ACTIONS(556), + [anon_sym_u21a5] = ACTIONS(556), [anon_sym_atangent] = ACTIONS(556), - [anon_sym_27] = ACTIONS(556), + [anon_sym_u2220] = ACTIONS(556), [anon_sym_length] = ACTIONS(556), - [anon_sym_28] = ACTIONS(556), - [anon_sym_shape] = ACTIONS(556), - [anon_sym_29] = ACTIONS(556), + [anon_sym_u29fb] = ACTIONS(556), + [anon_sym_shape] = ACTIONS(554), + [anon_sym_u25b3] = ACTIONS(556), [anon_sym_range] = ACTIONS(556), - [anon_sym_30] = ACTIONS(556), + [anon_sym_u21e1] = ACTIONS(556), [anon_sym_first] = ACTIONS(556), - [anon_sym_31] = ACTIONS(556), + [anon_sym_u22a2] = ACTIONS(556), [anon_sym_reverse] = ACTIONS(556), - [anon_sym_32] = ACTIONS(556), + [anon_sym_u21cc] = ACTIONS(556), [anon_sym_deshape] = ACTIONS(556), - [anon_sym_33] = ACTIONS(556), + [anon_sym_u266d] = ACTIONS(556), [anon_sym_bits] = ACTIONS(556), - [anon_sym_34] = ACTIONS(556), + [anon_sym_u22ef] = ACTIONS(556), [anon_sym_transpose] = ACTIONS(556), - [anon_sym_35] = ACTIONS(556), + [anon_sym_u2349] = ACTIONS(556), [anon_sym_rise] = ACTIONS(556), - [anon_sym_36] = ACTIONS(556), + [anon_sym_u234f] = ACTIONS(556), [anon_sym_fall] = ACTIONS(556), - [anon_sym_37] = ACTIONS(556), + [anon_sym_u2356] = ACTIONS(556), [anon_sym_where] = ACTIONS(556), - [anon_sym_38] = ACTIONS(556), + [anon_sym_u229a] = ACTIONS(556), [anon_sym_classify] = ACTIONS(556), - [anon_sym_39] = ACTIONS(556), + [anon_sym_u229b] = ACTIONS(556), [anon_sym_deduplicate] = ACTIONS(556), - [anon_sym_40] = ACTIONS(556), + [anon_sym_u25f4] = ACTIONS(556), [anon_sym_box] = ACTIONS(556), - [anon_sym_41] = ACTIONS(556), + [anon_sym_u25a1] = ACTIONS(556), [anon_sym_match] = ACTIONS(556), - [anon_sym_42] = ACTIONS(556), + [anon_sym_u224d] = ACTIONS(556), [anon_sym_couple] = ACTIONS(556), - [anon_sym_43] = ACTIONS(556), + [anon_sym_u229f] = ACTIONS(556), [anon_sym_join] = ACTIONS(556), - [anon_sym_44] = ACTIONS(556), + [anon_sym_u2282] = ACTIONS(556), [anon_sym_select] = ACTIONS(556), - [anon_sym_45] = ACTIONS(556), + [anon_sym_u228f] = ACTIONS(556), [anon_sym_pick] = ACTIONS(556), - [anon_sym_46] = ACTIONS(556), + [anon_sym_u22a1] = ACTIONS(556), [anon_sym_reshape] = ACTIONS(556), - [anon_sym_47] = ACTIONS(556), + [anon_sym_u21af] = ACTIONS(556), [anon_sym_take] = ACTIONS(556), - [anon_sym_48] = ACTIONS(556), + [anon_sym_u2199] = ACTIONS(556), [anon_sym_drop] = ACTIONS(556), - [anon_sym_49] = ACTIONS(556), + [anon_sym_u2198] = ACTIONS(556), [anon_sym_rotate] = ACTIONS(556), - [anon_sym_50] = ACTIONS(556), + [anon_sym_u21bb] = ACTIONS(556), [anon_sym_windows] = ACTIONS(556), - [anon_sym_51] = ACTIONS(556), + [anon_sym_u25eb] = ACTIONS(556), [anon_sym_keep] = ACTIONS(556), - [anon_sym_52] = ACTIONS(556), + [anon_sym_u25bd] = ACTIONS(556), [anon_sym_find] = ACTIONS(556), - [anon_sym_53] = ACTIONS(556), + [anon_sym_u2315] = ACTIONS(556), [anon_sym_member] = ACTIONS(556), - [anon_sym_54] = ACTIONS(556), + [anon_sym_u220a] = ACTIONS(556), [anon_sym_indexof] = ACTIONS(556), - [anon_sym_55] = ACTIONS(556), + [anon_sym_u2297] = ACTIONS(556), [anon_sym_assert] = ACTIONS(556), - [anon_sym_56] = ACTIONS(556), + [anon_sym_u2364] = ACTIONS(556), [anon_sym_wait] = ACTIONS(556), [anon_sym_parse] = ACTIONS(556), - [anon_sym_57] = ACTIONS(556), + [anon_sym_u22d5] = ACTIONS(556), [anon_sym_random] = ACTIONS(556), - [anon_sym_58] = ACTIONS(556), + [anon_sym_u2682] = ACTIONS(556), [anon_sym_gen] = ACTIONS(556), [anon_sym_deal] = ACTIONS(556), [anon_sym_tag] = ACTIONS(556), [anon_sym_now] = ACTIONS(556), - [anon_sym_type] = ACTIONS(556), - [anon_sym_59] = ACTIONS(556), + [anon_sym_type] = ACTIONS(554), + [anon_sym_u2e2e] = ACTIONS(556), [anon_sym_dump] = ACTIONS(556), [anon_sym_regex] = ACTIONS(556), [anon_sym_utf] = ACTIONS(556), @@ -39001,85 +40153,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(556), [anon_sym_tryrecv] = ACTIONS(556), [anon_sym_complex] = ACTIONS(556), - [anon_sym_60] = ACTIONS(556), + [anon_sym_u2102] = ACTIONS(556), [anon_sym_rerank] = ACTIONS(556), - [anon_sym_61] = ACTIONS(556), + [anon_sym_u2607] = ACTIONS(556), [anon_sym_fix] = ACTIONS(556), - [anon_sym_62] = ACTIONS(556), + [anon_sym_u00a4] = ACTIONS(556), [anon_sym_QMARK] = ACTIONS(556), [anon_sym_unique] = ACTIONS(556), - [anon_sym_63] = 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_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_64] = ACTIONS(556), + [anon_sym_u2235] = ACTIONS(556), [anon_sym_rows] = ACTIONS(556), - [anon_sym_65] = ACTIONS(556), + [anon_sym_u2261] = ACTIONS(556), [anon_sym_repeat] = ACTIONS(556), - [anon_sym_66] = ACTIONS(556), + [anon_sym_u2365] = ACTIONS(556), [anon_sym_dip] = ACTIONS(556), - [anon_sym_67] = ACTIONS(556), + [anon_sym_u2299] = ACTIONS(556), [anon_sym_gap] = ACTIONS(556), - [anon_sym_68] = ACTIONS(556), + [anon_sym_u22c5] = ACTIONS(556), [anon_sym_spawn] = ACTIONS(556), [anon_sym_rectify] = ACTIONS(556), - [anon_sym_69] = ACTIONS(556), - [anon_sym_this] = ACTIONS(556), - [anon_sym_70] = ACTIONS(556), - [anon_sym_recur] = ACTIONS(556), - [anon_sym_71] = ACTIONS(556), + [anon_sym_u2305] = ACTIONS(556), [anon_sym_un] = ACTIONS(554), - [anon_sym_72] = ACTIONS(556), - [anon_sym_content] = ACTIONS(556), - [anon_sym_73] = ACTIONS(556), + [anon_sym_u00b0] = ACTIONS(556), [anon_sym_bind] = 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_shapes] = ACTIONS(556), + [anon_sym_types] = ACTIONS(556), [anon_sym_fold] = ACTIONS(556), - [anon_sym_74] = ACTIONS(556), + [anon_sym_u2227] = ACTIONS(556), [anon_sym_table] = ACTIONS(556), - [anon_sym_75] = ACTIONS(556), + [anon_sym_u229e] = ACTIONS(556), [anon_sym_group] = ACTIONS(556), - [anon_sym_76] = ACTIONS(556), + [anon_sym_u2295] = ACTIONS(556), [anon_sym_partition] = ACTIONS(556), - [anon_sym_77] = ACTIONS(556), + [anon_sym_u229c] = ACTIONS(556), [anon_sym_both] = ACTIONS(556), - [anon_sym_78] = ACTIONS(556), + [anon_sym_u2229] = ACTIONS(556), [anon_sym_bracket] = ACTIONS(556), - [anon_sym_79] = ACTIONS(556), + [anon_sym_u2293] = ACTIONS(556), [anon_sym_fork] = ACTIONS(556), - [anon_sym_80] = ACTIONS(556), + [anon_sym_u2283] = ACTIONS(556), [anon_sym_under] = ACTIONS(556), - [anon_sym_81] = ACTIONS(556), + [anon_sym_u235c] = ACTIONS(556), [anon_sym_fill] = ACTIONS(556), - [anon_sym_82] = ACTIONS(556), + [anon_sym_u2b1a] = ACTIONS(556), [anon_sym_try] = ACTIONS(554), - [anon_sym_83] = ACTIONS(556), + [anon_sym_u2363] = ACTIONS(556), [anon_sym_do] = ACTIONS(554), - [anon_sym_84] = ACTIONS(556), - [anon_sym_all] = ACTIONS(556), - [anon_sym_85] = ACTIONS(556), + [anon_sym_u2362] = ACTIONS(556), [anon_sym_setinv] = ACTIONS(556), [anon_sym_setunder] = ACTIONS(556), - [anon_sym_86] = ACTIONS(556), - [anon_sym_87] = ACTIONS(556), - [anon_sym_88] = ACTIONS(556), - [anon_sym_89] = ACTIONS(556), - [anon_sym_90] = ACTIONS(556), - [anon_sym_91] = ACTIONS(556), - [anon_sym_92] = ACTIONS(556), - [anon_sym_93] = ACTIONS(556), + [anon_sym_f] = ACTIONS(554), + [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_94] = ACTIONS(556), - [anon_sym_95] = ACTIONS(556), + [anon_sym_u2290] = ACTIONS(556), + [anon_sym_u229d] = ACTIONS(556), [anon_sym_cross] = ACTIONS(556), - [anon_sym_96] = ACTIONS(556), + [anon_sym_u22a0] = ACTIONS(556), [anon_sym_SEMI] = ACTIONS(556), + [anon_sym_u21ac] = ACTIONS(556), + [anon_sym_u21ab] = ACTIONS(556), + [anon_sym_all] = ACTIONS(556), + [anon_sym_u22d4] = ACTIONS(556), [sym__endOfLine] = ACTIONS(556), }, [126] = { @@ -39093,7 +40253,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(510), [anon_sym_Sep] = ACTIONS(510), [anon_sym_NUmProcs] = ACTIONS(510), - [anon_sym_] = ACTIONS(512), + [anon_sym_u237c] = ACTIONS(512), [aux_sym_character_token1] = ACTIONS(512), [sym_string] = ACTIONS(512), [sym_multiLineString] = ACTIONS(512), @@ -39108,138 +40268,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(510), [anon_sym_eta] = ACTIONS(512), - [anon_sym_2] = ACTIONS(510), + [anon_sym_u03b7] = ACTIONS(510), [anon_sym_pi] = ACTIONS(510), - [anon_sym_3] = ACTIONS(510), + [anon_sym_u03c0] = ACTIONS(510), [anon_sym_tau] = ACTIONS(512), - [anon_sym_4] = ACTIONS(510), + [anon_sym_u03c4] = ACTIONS(510), [anon_sym_infinity] = ACTIONS(512), - [anon_sym_5] = ACTIONS(512), - [anon_sym_e] = ACTIONS(510), - [anon_sym_NaN] = ACTIONS(510), - [anon_sym_NumProcs] = ACTIONS(510), + [anon_sym_u221e] = ACTIONS(512), [anon_sym_DOT] = ACTIONS(512), [anon_sym_COMMA] = ACTIONS(512), [anon_sym_COLON] = ACTIONS(512), - [anon_sym_6] = ACTIONS(512), + [anon_sym_u25cc] = ACTIONS(512), [anon_sym_identity] = ACTIONS(512), [anon_sym_id] = ACTIONS(510), - [anon_sym_7] = ACTIONS(512), + [anon_sym_u2218] = ACTIONS(512), [anon_sym_not] = ACTIONS(512), - [anon_sym_8] = ACTIONS(512), - [anon_sym_sign] = ACTIONS(512), - [anon_sym_9] = ACTIONS(512), + [anon_sym_u00ac] = ACTIONS(512), + [anon_sym_sign] = ACTIONS(510), + [anon_sym_u00b1] = ACTIONS(512), [anon_sym_BQUOTE] = ACTIONS(512), - [anon_sym_10] = ACTIONS(510), + [anon_sym_u00af] = ACTIONS(510), [anon_sym_absolutevalue] = ACTIONS(512), - [anon_sym_11] = ACTIONS(512), + [anon_sym_u2335] = ACTIONS(512), [anon_sym_sqrt] = ACTIONS(512), - [anon_sym_12] = ACTIONS(512), + [anon_sym_u221a] = ACTIONS(512), [anon_sym_sine] = ACTIONS(512), - [anon_sym_13] = ACTIONS(512), + [anon_sym_u25cb] = ACTIONS(512), [anon_sym_floor] = ACTIONS(512), - [anon_sym_14] = ACTIONS(512), + [anon_sym_u230a] = ACTIONS(512), [anon_sym_ceiling] = ACTIONS(512), - [anon_sym_15] = ACTIONS(512), + [anon_sym_u2308] = ACTIONS(512), [anon_sym_round] = ACTIONS(512), - [anon_sym_16] = ACTIONS(512), + [anon_sym_u2045] = ACTIONS(512), [anon_sym_EQ] = ACTIONS(512), [anon_sym_BANG_EQ] = ACTIONS(512), - [anon_sym_17] = ACTIONS(512), + [anon_sym_u2260] = ACTIONS(512), [anon_sym_LT] = ACTIONS(510), [anon_sym_LT_EQ] = ACTIONS(512), - [anon_sym_18] = ACTIONS(512), + [anon_sym_u2264] = ACTIONS(512), [anon_sym_GT] = ACTIONS(510), [anon_sym_GT_EQ] = ACTIONS(512), - [anon_sym_19] = ACTIONS(512), + [anon_sym_u2265] = ACTIONS(512), [anon_sym_PLUS] = ACTIONS(512), [anon_sym_DASH] = ACTIONS(512), [anon_sym_STAR] = ACTIONS(512), - [anon_sym_20] = ACTIONS(512), + [anon_sym_u00d7] = ACTIONS(512), [anon_sym_PERCENT] = ACTIONS(512), - [anon_sym_21] = ACTIONS(512), + [anon_sym_u00f7] = ACTIONS(512), [anon_sym_modulus] = ACTIONS(512), - [anon_sym_22] = ACTIONS(512), + [anon_sym_u25ff] = ACTIONS(512), [anon_sym_power] = ACTIONS(512), - [anon_sym_23] = ACTIONS(512), + [anon_sym_u207f] = ACTIONS(512), [anon_sym_logarithm] = ACTIONS(512), - [anon_sym_24] = ACTIONS(512), + [anon_sym_u2099] = ACTIONS(512), [anon_sym_minimum] = ACTIONS(512), - [anon_sym_25] = ACTIONS(512), + [anon_sym_u21a7] = ACTIONS(512), [anon_sym_maximum] = ACTIONS(512), - [anon_sym_26] = ACTIONS(512), + [anon_sym_u21a5] = ACTIONS(512), [anon_sym_atangent] = ACTIONS(512), - [anon_sym_27] = ACTIONS(512), + [anon_sym_u2220] = ACTIONS(512), [anon_sym_length] = ACTIONS(512), - [anon_sym_28] = ACTIONS(512), - [anon_sym_shape] = ACTIONS(512), - [anon_sym_29] = ACTIONS(512), + [anon_sym_u29fb] = ACTIONS(512), + [anon_sym_shape] = ACTIONS(510), + [anon_sym_u25b3] = ACTIONS(512), [anon_sym_range] = ACTIONS(512), - [anon_sym_30] = ACTIONS(512), + [anon_sym_u21e1] = ACTIONS(512), [anon_sym_first] = ACTIONS(512), - [anon_sym_31] = ACTIONS(512), + [anon_sym_u22a2] = ACTIONS(512), [anon_sym_reverse] = ACTIONS(512), - [anon_sym_32] = ACTIONS(512), + [anon_sym_u21cc] = ACTIONS(512), [anon_sym_deshape] = ACTIONS(512), - [anon_sym_33] = ACTIONS(512), + [anon_sym_u266d] = ACTIONS(512), [anon_sym_bits] = ACTIONS(512), - [anon_sym_34] = ACTIONS(512), + [anon_sym_u22ef] = ACTIONS(512), [anon_sym_transpose] = ACTIONS(512), - [anon_sym_35] = ACTIONS(512), + [anon_sym_u2349] = ACTIONS(512), [anon_sym_rise] = ACTIONS(512), - [anon_sym_36] = ACTIONS(512), + [anon_sym_u234f] = ACTIONS(512), [anon_sym_fall] = ACTIONS(512), - [anon_sym_37] = ACTIONS(512), + [anon_sym_u2356] = ACTIONS(512), [anon_sym_where] = ACTIONS(512), - [anon_sym_38] = ACTIONS(512), + [anon_sym_u229a] = ACTIONS(512), [anon_sym_classify] = ACTIONS(512), - [anon_sym_39] = ACTIONS(512), + [anon_sym_u229b] = ACTIONS(512), [anon_sym_deduplicate] = ACTIONS(512), - [anon_sym_40] = ACTIONS(512), + [anon_sym_u25f4] = ACTIONS(512), [anon_sym_box] = ACTIONS(512), - [anon_sym_41] = ACTIONS(512), + [anon_sym_u25a1] = ACTIONS(512), [anon_sym_match] = ACTIONS(512), - [anon_sym_42] = ACTIONS(512), + [anon_sym_u224d] = ACTIONS(512), [anon_sym_couple] = ACTIONS(512), - [anon_sym_43] = ACTIONS(512), + [anon_sym_u229f] = ACTIONS(512), [anon_sym_join] = ACTIONS(512), - [anon_sym_44] = ACTIONS(512), + [anon_sym_u2282] = ACTIONS(512), [anon_sym_select] = ACTIONS(512), - [anon_sym_45] = ACTIONS(512), + [anon_sym_u228f] = ACTIONS(512), [anon_sym_pick] = ACTIONS(512), - [anon_sym_46] = ACTIONS(512), + [anon_sym_u22a1] = ACTIONS(512), [anon_sym_reshape] = ACTIONS(512), - [anon_sym_47] = ACTIONS(512), + [anon_sym_u21af] = ACTIONS(512), [anon_sym_take] = ACTIONS(512), - [anon_sym_48] = ACTIONS(512), + [anon_sym_u2199] = ACTIONS(512), [anon_sym_drop] = ACTIONS(512), - [anon_sym_49] = ACTIONS(512), + [anon_sym_u2198] = ACTIONS(512), [anon_sym_rotate] = ACTIONS(512), - [anon_sym_50] = ACTIONS(512), + [anon_sym_u21bb] = ACTIONS(512), [anon_sym_windows] = ACTIONS(512), - [anon_sym_51] = ACTIONS(512), + [anon_sym_u25eb] = ACTIONS(512), [anon_sym_keep] = ACTIONS(512), - [anon_sym_52] = ACTIONS(512), + [anon_sym_u25bd] = ACTIONS(512), [anon_sym_find] = ACTIONS(512), - [anon_sym_53] = ACTIONS(512), + [anon_sym_u2315] = ACTIONS(512), [anon_sym_member] = ACTIONS(512), - [anon_sym_54] = ACTIONS(512), + [anon_sym_u220a] = ACTIONS(512), [anon_sym_indexof] = ACTIONS(512), - [anon_sym_55] = ACTIONS(512), + [anon_sym_u2297] = ACTIONS(512), [anon_sym_assert] = ACTIONS(512), - [anon_sym_56] = ACTIONS(512), + [anon_sym_u2364] = ACTIONS(512), [anon_sym_wait] = ACTIONS(512), [anon_sym_parse] = ACTIONS(512), - [anon_sym_57] = ACTIONS(512), + [anon_sym_u22d5] = ACTIONS(512), [anon_sym_random] = ACTIONS(512), - [anon_sym_58] = ACTIONS(512), + [anon_sym_u2682] = ACTIONS(512), [anon_sym_gen] = ACTIONS(512), [anon_sym_deal] = ACTIONS(512), [anon_sym_tag] = ACTIONS(512), [anon_sym_now] = ACTIONS(512), - [anon_sym_type] = ACTIONS(512), - [anon_sym_59] = ACTIONS(512), + [anon_sym_type] = ACTIONS(510), + [anon_sym_u2e2e] = ACTIONS(512), [anon_sym_dump] = ACTIONS(512), [anon_sym_regex] = ACTIONS(512), [anon_sym_utf] = ACTIONS(512), @@ -39247,85 +40407,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(512), [anon_sym_tryrecv] = ACTIONS(512), [anon_sym_complex] = ACTIONS(512), - [anon_sym_60] = ACTIONS(512), + [anon_sym_u2102] = ACTIONS(512), [anon_sym_rerank] = ACTIONS(512), - [anon_sym_61] = ACTIONS(512), + [anon_sym_u2607] = ACTIONS(512), [anon_sym_fix] = ACTIONS(512), - [anon_sym_62] = ACTIONS(512), + [anon_sym_u00a4] = ACTIONS(512), [anon_sym_QMARK] = ACTIONS(512), [anon_sym_unique] = ACTIONS(512), - [anon_sym_63] = 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_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_64] = ACTIONS(512), + [anon_sym_u2235] = ACTIONS(512), [anon_sym_rows] = ACTIONS(512), - [anon_sym_65] = ACTIONS(512), + [anon_sym_u2261] = ACTIONS(512), [anon_sym_repeat] = ACTIONS(512), - [anon_sym_66] = ACTIONS(512), + [anon_sym_u2365] = ACTIONS(512), [anon_sym_dip] = ACTIONS(512), - [anon_sym_67] = ACTIONS(512), + [anon_sym_u2299] = ACTIONS(512), [anon_sym_gap] = ACTIONS(512), - [anon_sym_68] = ACTIONS(512), + [anon_sym_u22c5] = ACTIONS(512), [anon_sym_spawn] = ACTIONS(512), [anon_sym_rectify] = ACTIONS(512), - [anon_sym_69] = ACTIONS(512), - [anon_sym_this] = ACTIONS(512), - [anon_sym_70] = ACTIONS(512), - [anon_sym_recur] = ACTIONS(512), - [anon_sym_71] = ACTIONS(512), + [anon_sym_u2305] = ACTIONS(512), [anon_sym_un] = ACTIONS(510), - [anon_sym_72] = ACTIONS(512), - [anon_sym_content] = ACTIONS(512), - [anon_sym_73] = ACTIONS(512), + [anon_sym_u00b0] = ACTIONS(512), [anon_sym_bind] = 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_shapes] = ACTIONS(512), + [anon_sym_types] = ACTIONS(512), [anon_sym_fold] = ACTIONS(512), - [anon_sym_74] = ACTIONS(512), + [anon_sym_u2227] = ACTIONS(512), [anon_sym_table] = ACTIONS(512), - [anon_sym_75] = ACTIONS(512), + [anon_sym_u229e] = ACTIONS(512), [anon_sym_group] = ACTIONS(512), - [anon_sym_76] = ACTIONS(512), + [anon_sym_u2295] = ACTIONS(512), [anon_sym_partition] = ACTIONS(512), - [anon_sym_77] = ACTIONS(512), + [anon_sym_u229c] = ACTIONS(512), [anon_sym_both] = ACTIONS(512), - [anon_sym_78] = ACTIONS(512), + [anon_sym_u2229] = ACTIONS(512), [anon_sym_bracket] = ACTIONS(512), - [anon_sym_79] = ACTIONS(512), + [anon_sym_u2293] = ACTIONS(512), [anon_sym_fork] = ACTIONS(512), - [anon_sym_80] = ACTIONS(512), + [anon_sym_u2283] = ACTIONS(512), [anon_sym_under] = ACTIONS(512), - [anon_sym_81] = ACTIONS(512), + [anon_sym_u235c] = ACTIONS(512), [anon_sym_fill] = ACTIONS(512), - [anon_sym_82] = ACTIONS(512), + [anon_sym_u2b1a] = ACTIONS(512), [anon_sym_try] = ACTIONS(510), - [anon_sym_83] = ACTIONS(512), + [anon_sym_u2363] = ACTIONS(512), [anon_sym_do] = ACTIONS(510), - [anon_sym_84] = ACTIONS(512), - [anon_sym_all] = ACTIONS(512), - [anon_sym_85] = ACTIONS(512), + [anon_sym_u2362] = ACTIONS(512), [anon_sym_setinv] = ACTIONS(512), [anon_sym_setunder] = ACTIONS(512), - [anon_sym_86] = ACTIONS(512), - [anon_sym_87] = ACTIONS(512), - [anon_sym_88] = ACTIONS(512), - [anon_sym_89] = ACTIONS(512), - [anon_sym_90] = ACTIONS(512), - [anon_sym_91] = ACTIONS(512), - [anon_sym_92] = ACTIONS(512), - [anon_sym_93] = ACTIONS(512), + [anon_sym_f] = ACTIONS(510), + [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_94] = ACTIONS(512), - [anon_sym_95] = ACTIONS(512), + [anon_sym_u2290] = ACTIONS(512), + [anon_sym_u229d] = ACTIONS(512), [anon_sym_cross] = ACTIONS(512), - [anon_sym_96] = ACTIONS(512), + [anon_sym_u22a0] = ACTIONS(512), [anon_sym_SEMI] = ACTIONS(512), + [anon_sym_u21ac] = ACTIONS(512), + [anon_sym_u21ab] = ACTIONS(512), + [anon_sym_all] = ACTIONS(512), + [anon_sym_u22d4] = ACTIONS(512), [sym__endOfLine] = ACTIONS(512), }, [127] = { @@ -39339,7 +40507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(522), [anon_sym_Sep] = ACTIONS(522), [anon_sym_NUmProcs] = ACTIONS(522), - [anon_sym_] = ACTIONS(524), + [anon_sym_u237c] = ACTIONS(524), [aux_sym_character_token1] = ACTIONS(524), [sym_string] = ACTIONS(524), [sym_multiLineString] = ACTIONS(524), @@ -39354,138 +40522,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(522), [anon_sym_eta] = ACTIONS(524), - [anon_sym_2] = ACTIONS(522), + [anon_sym_u03b7] = ACTIONS(522), [anon_sym_pi] = ACTIONS(522), - [anon_sym_3] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), [anon_sym_tau] = ACTIONS(524), - [anon_sym_4] = ACTIONS(522), + [anon_sym_u03c4] = ACTIONS(522), [anon_sym_infinity] = ACTIONS(524), - [anon_sym_5] = ACTIONS(524), - [anon_sym_e] = ACTIONS(522), - [anon_sym_NaN] = ACTIONS(522), - [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_u221e] = ACTIONS(524), [anon_sym_DOT] = ACTIONS(524), [anon_sym_COMMA] = ACTIONS(524), [anon_sym_COLON] = ACTIONS(524), - [anon_sym_6] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), [anon_sym_identity] = ACTIONS(524), [anon_sym_id] = ACTIONS(522), - [anon_sym_7] = ACTIONS(524), + [anon_sym_u2218] = ACTIONS(524), [anon_sym_not] = ACTIONS(524), - [anon_sym_8] = ACTIONS(524), - [anon_sym_sign] = ACTIONS(524), - [anon_sym_9] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), [anon_sym_BQUOTE] = ACTIONS(524), - [anon_sym_10] = ACTIONS(522), + [anon_sym_u00af] = ACTIONS(522), [anon_sym_absolutevalue] = ACTIONS(524), - [anon_sym_11] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), [anon_sym_sqrt] = ACTIONS(524), - [anon_sym_12] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), [anon_sym_sine] = ACTIONS(524), - [anon_sym_13] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), [anon_sym_floor] = ACTIONS(524), - [anon_sym_14] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), [anon_sym_ceiling] = ACTIONS(524), - [anon_sym_15] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), [anon_sym_round] = ACTIONS(524), - [anon_sym_16] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), [anon_sym_EQ] = ACTIONS(524), [anon_sym_BANG_EQ] = ACTIONS(524), - [anon_sym_17] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), [anon_sym_LT] = ACTIONS(522), [anon_sym_LT_EQ] = ACTIONS(524), - [anon_sym_18] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), [anon_sym_GT] = ACTIONS(522), [anon_sym_GT_EQ] = ACTIONS(524), - [anon_sym_19] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), [anon_sym_PLUS] = ACTIONS(524), [anon_sym_DASH] = ACTIONS(524), [anon_sym_STAR] = ACTIONS(524), - [anon_sym_20] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), [anon_sym_PERCENT] = ACTIONS(524), - [anon_sym_21] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), [anon_sym_modulus] = ACTIONS(524), - [anon_sym_22] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), [anon_sym_power] = ACTIONS(524), - [anon_sym_23] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), [anon_sym_logarithm] = ACTIONS(524), - [anon_sym_24] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), [anon_sym_minimum] = ACTIONS(524), - [anon_sym_25] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), [anon_sym_maximum] = ACTIONS(524), - [anon_sym_26] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), [anon_sym_atangent] = ACTIONS(524), - [anon_sym_27] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), [anon_sym_length] = ACTIONS(524), - [anon_sym_28] = ACTIONS(524), - [anon_sym_shape] = ACTIONS(524), - [anon_sym_29] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(522), + [anon_sym_u25b3] = ACTIONS(524), [anon_sym_range] = ACTIONS(524), - [anon_sym_30] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), [anon_sym_first] = ACTIONS(524), - [anon_sym_31] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), [anon_sym_reverse] = ACTIONS(524), - [anon_sym_32] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), [anon_sym_deshape] = ACTIONS(524), - [anon_sym_33] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), [anon_sym_bits] = ACTIONS(524), - [anon_sym_34] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), [anon_sym_transpose] = ACTIONS(524), - [anon_sym_35] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), [anon_sym_rise] = ACTIONS(524), - [anon_sym_36] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), [anon_sym_fall] = ACTIONS(524), - [anon_sym_37] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), [anon_sym_where] = ACTIONS(524), - [anon_sym_38] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), [anon_sym_classify] = ACTIONS(524), - [anon_sym_39] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), [anon_sym_deduplicate] = ACTIONS(524), - [anon_sym_40] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), [anon_sym_box] = ACTIONS(524), - [anon_sym_41] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), [anon_sym_match] = ACTIONS(524), - [anon_sym_42] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), [anon_sym_couple] = ACTIONS(524), - [anon_sym_43] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), [anon_sym_join] = ACTIONS(524), - [anon_sym_44] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), [anon_sym_select] = ACTIONS(524), - [anon_sym_45] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), [anon_sym_pick] = ACTIONS(524), - [anon_sym_46] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), [anon_sym_reshape] = ACTIONS(524), - [anon_sym_47] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), [anon_sym_take] = ACTIONS(524), - [anon_sym_48] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), [anon_sym_drop] = ACTIONS(524), - [anon_sym_49] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), [anon_sym_rotate] = ACTIONS(524), - [anon_sym_50] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), [anon_sym_windows] = ACTIONS(524), - [anon_sym_51] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), [anon_sym_keep] = ACTIONS(524), - [anon_sym_52] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), [anon_sym_find] = ACTIONS(524), - [anon_sym_53] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), [anon_sym_member] = ACTIONS(524), - [anon_sym_54] = ACTIONS(524), + [anon_sym_u220a] = ACTIONS(524), [anon_sym_indexof] = ACTIONS(524), - [anon_sym_55] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), [anon_sym_assert] = ACTIONS(524), - [anon_sym_56] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), [anon_sym_wait] = ACTIONS(524), [anon_sym_parse] = ACTIONS(524), - [anon_sym_57] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), [anon_sym_random] = ACTIONS(524), - [anon_sym_58] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), [anon_sym_gen] = ACTIONS(524), [anon_sym_deal] = ACTIONS(524), [anon_sym_tag] = ACTIONS(524), [anon_sym_now] = ACTIONS(524), - [anon_sym_type] = ACTIONS(524), - [anon_sym_59] = ACTIONS(524), + [anon_sym_type] = ACTIONS(522), + [anon_sym_u2e2e] = ACTIONS(524), [anon_sym_dump] = ACTIONS(524), [anon_sym_regex] = ACTIONS(524), [anon_sym_utf] = ACTIONS(524), @@ -39493,85 +40661,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(524), [anon_sym_tryrecv] = ACTIONS(524), [anon_sym_complex] = ACTIONS(524), - [anon_sym_60] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), [anon_sym_rerank] = ACTIONS(524), - [anon_sym_61] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), [anon_sym_fix] = ACTIONS(524), - [anon_sym_62] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), [anon_sym_QMARK] = ACTIONS(524), [anon_sym_unique] = ACTIONS(524), - [anon_sym_63] = 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_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_64] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), [anon_sym_rows] = ACTIONS(524), - [anon_sym_65] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), [anon_sym_repeat] = ACTIONS(524), - [anon_sym_66] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), [anon_sym_dip] = ACTIONS(524), - [anon_sym_67] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), [anon_sym_gap] = ACTIONS(524), - [anon_sym_68] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), [anon_sym_spawn] = ACTIONS(524), [anon_sym_rectify] = ACTIONS(524), - [anon_sym_69] = ACTIONS(524), - [anon_sym_this] = ACTIONS(524), - [anon_sym_70] = ACTIONS(524), - [anon_sym_recur] = ACTIONS(524), - [anon_sym_71] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), [anon_sym_un] = ACTIONS(522), - [anon_sym_72] = ACTIONS(524), - [anon_sym_content] = ACTIONS(524), - [anon_sym_73] = ACTIONS(524), + [anon_sym_u00b0] = ACTIONS(524), [anon_sym_bind] = 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_shapes] = ACTIONS(524), + [anon_sym_types] = ACTIONS(524), [anon_sym_fold] = ACTIONS(524), - [anon_sym_74] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), [anon_sym_table] = ACTIONS(524), - [anon_sym_75] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), [anon_sym_group] = ACTIONS(524), - [anon_sym_76] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), [anon_sym_partition] = ACTIONS(524), - [anon_sym_77] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), [anon_sym_both] = ACTIONS(524), - [anon_sym_78] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), [anon_sym_bracket] = ACTIONS(524), - [anon_sym_79] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), [anon_sym_fork] = ACTIONS(524), - [anon_sym_80] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), [anon_sym_under] = ACTIONS(524), - [anon_sym_81] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), [anon_sym_fill] = ACTIONS(524), - [anon_sym_82] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), [anon_sym_try] = ACTIONS(522), - [anon_sym_83] = ACTIONS(524), + [anon_sym_u2363] = ACTIONS(524), [anon_sym_do] = ACTIONS(522), - [anon_sym_84] = ACTIONS(524), - [anon_sym_all] = ACTIONS(524), - [anon_sym_85] = ACTIONS(524), + [anon_sym_u2362] = ACTIONS(524), [anon_sym_setinv] = ACTIONS(524), [anon_sym_setunder] = ACTIONS(524), - [anon_sym_86] = ACTIONS(524), - [anon_sym_87] = ACTIONS(524), - [anon_sym_88] = ACTIONS(524), - [anon_sym_89] = ACTIONS(524), - [anon_sym_90] = ACTIONS(524), - [anon_sym_91] = ACTIONS(524), - [anon_sym_92] = ACTIONS(524), - [anon_sym_93] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [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_94] = ACTIONS(524), - [anon_sym_95] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), [anon_sym_cross] = ACTIONS(524), - [anon_sym_96] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_u21ac] = ACTIONS(524), + [anon_sym_u21ab] = ACTIONS(524), + [anon_sym_all] = ACTIONS(524), + [anon_sym_u22d4] = ACTIONS(524), [sym__endOfLine] = ACTIONS(524), }, [128] = { @@ -39585,7 +40761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(550), [anon_sym_Sep] = ACTIONS(550), [anon_sym_NUmProcs] = ACTIONS(550), - [anon_sym_] = ACTIONS(552), + [anon_sym_u237c] = ACTIONS(552), [aux_sym_character_token1] = ACTIONS(552), [sym_string] = ACTIONS(552), [sym_multiLineString] = ACTIONS(552), @@ -39600,138 +40776,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(550), [anon_sym_eta] = ACTIONS(552), - [anon_sym_2] = ACTIONS(550), + [anon_sym_u03b7] = ACTIONS(550), [anon_sym_pi] = ACTIONS(550), - [anon_sym_3] = ACTIONS(550), + [anon_sym_u03c0] = ACTIONS(550), [anon_sym_tau] = ACTIONS(552), - [anon_sym_4] = ACTIONS(550), + [anon_sym_u03c4] = ACTIONS(550), [anon_sym_infinity] = ACTIONS(552), - [anon_sym_5] = ACTIONS(552), - [anon_sym_e] = ACTIONS(550), - [anon_sym_NaN] = ACTIONS(550), - [anon_sym_NumProcs] = ACTIONS(550), + [anon_sym_u221e] = ACTIONS(552), [anon_sym_DOT] = ACTIONS(552), [anon_sym_COMMA] = ACTIONS(552), [anon_sym_COLON] = ACTIONS(552), - [anon_sym_6] = ACTIONS(552), + [anon_sym_u25cc] = ACTIONS(552), [anon_sym_identity] = ACTIONS(552), [anon_sym_id] = ACTIONS(550), - [anon_sym_7] = ACTIONS(552), + [anon_sym_u2218] = ACTIONS(552), [anon_sym_not] = ACTIONS(552), - [anon_sym_8] = ACTIONS(552), - [anon_sym_sign] = ACTIONS(552), - [anon_sym_9] = ACTIONS(552), + [anon_sym_u00ac] = ACTIONS(552), + [anon_sym_sign] = ACTIONS(550), + [anon_sym_u00b1] = ACTIONS(552), [anon_sym_BQUOTE] = ACTIONS(552), - [anon_sym_10] = ACTIONS(550), + [anon_sym_u00af] = ACTIONS(550), [anon_sym_absolutevalue] = ACTIONS(552), - [anon_sym_11] = ACTIONS(552), + [anon_sym_u2335] = ACTIONS(552), [anon_sym_sqrt] = ACTIONS(552), - [anon_sym_12] = ACTIONS(552), + [anon_sym_u221a] = ACTIONS(552), [anon_sym_sine] = ACTIONS(552), - [anon_sym_13] = ACTIONS(552), + [anon_sym_u25cb] = ACTIONS(552), [anon_sym_floor] = ACTIONS(552), - [anon_sym_14] = ACTIONS(552), + [anon_sym_u230a] = ACTIONS(552), [anon_sym_ceiling] = ACTIONS(552), - [anon_sym_15] = ACTIONS(552), + [anon_sym_u2308] = ACTIONS(552), [anon_sym_round] = ACTIONS(552), - [anon_sym_16] = ACTIONS(552), + [anon_sym_u2045] = ACTIONS(552), [anon_sym_EQ] = ACTIONS(552), [anon_sym_BANG_EQ] = ACTIONS(552), - [anon_sym_17] = ACTIONS(552), + [anon_sym_u2260] = ACTIONS(552), [anon_sym_LT] = ACTIONS(550), [anon_sym_LT_EQ] = ACTIONS(552), - [anon_sym_18] = ACTIONS(552), + [anon_sym_u2264] = ACTIONS(552), [anon_sym_GT] = ACTIONS(550), [anon_sym_GT_EQ] = ACTIONS(552), - [anon_sym_19] = ACTIONS(552), + [anon_sym_u2265] = ACTIONS(552), [anon_sym_PLUS] = ACTIONS(552), [anon_sym_DASH] = ACTIONS(552), [anon_sym_STAR] = ACTIONS(552), - [anon_sym_20] = ACTIONS(552), + [anon_sym_u00d7] = ACTIONS(552), [anon_sym_PERCENT] = ACTIONS(552), - [anon_sym_21] = ACTIONS(552), + [anon_sym_u00f7] = ACTIONS(552), [anon_sym_modulus] = ACTIONS(552), - [anon_sym_22] = ACTIONS(552), + [anon_sym_u25ff] = ACTIONS(552), [anon_sym_power] = ACTIONS(552), - [anon_sym_23] = ACTIONS(552), + [anon_sym_u207f] = ACTIONS(552), [anon_sym_logarithm] = ACTIONS(552), - [anon_sym_24] = ACTIONS(552), + [anon_sym_u2099] = ACTIONS(552), [anon_sym_minimum] = ACTIONS(552), - [anon_sym_25] = ACTIONS(552), + [anon_sym_u21a7] = ACTIONS(552), [anon_sym_maximum] = ACTIONS(552), - [anon_sym_26] = ACTIONS(552), + [anon_sym_u21a5] = ACTIONS(552), [anon_sym_atangent] = ACTIONS(552), - [anon_sym_27] = ACTIONS(552), + [anon_sym_u2220] = ACTIONS(552), [anon_sym_length] = ACTIONS(552), - [anon_sym_28] = ACTIONS(552), - [anon_sym_shape] = ACTIONS(552), - [anon_sym_29] = ACTIONS(552), + [anon_sym_u29fb] = ACTIONS(552), + [anon_sym_shape] = ACTIONS(550), + [anon_sym_u25b3] = ACTIONS(552), [anon_sym_range] = ACTIONS(552), - [anon_sym_30] = ACTIONS(552), + [anon_sym_u21e1] = ACTIONS(552), [anon_sym_first] = ACTIONS(552), - [anon_sym_31] = ACTIONS(552), + [anon_sym_u22a2] = ACTIONS(552), [anon_sym_reverse] = ACTIONS(552), - [anon_sym_32] = ACTIONS(552), + [anon_sym_u21cc] = ACTIONS(552), [anon_sym_deshape] = ACTIONS(552), - [anon_sym_33] = ACTIONS(552), + [anon_sym_u266d] = ACTIONS(552), [anon_sym_bits] = ACTIONS(552), - [anon_sym_34] = ACTIONS(552), + [anon_sym_u22ef] = ACTIONS(552), [anon_sym_transpose] = ACTIONS(552), - [anon_sym_35] = ACTIONS(552), + [anon_sym_u2349] = ACTIONS(552), [anon_sym_rise] = ACTIONS(552), - [anon_sym_36] = ACTIONS(552), + [anon_sym_u234f] = ACTIONS(552), [anon_sym_fall] = ACTIONS(552), - [anon_sym_37] = ACTIONS(552), + [anon_sym_u2356] = ACTIONS(552), [anon_sym_where] = ACTIONS(552), - [anon_sym_38] = ACTIONS(552), + [anon_sym_u229a] = ACTIONS(552), [anon_sym_classify] = ACTIONS(552), - [anon_sym_39] = ACTIONS(552), + [anon_sym_u229b] = ACTIONS(552), [anon_sym_deduplicate] = ACTIONS(552), - [anon_sym_40] = ACTIONS(552), + [anon_sym_u25f4] = ACTIONS(552), [anon_sym_box] = ACTIONS(552), - [anon_sym_41] = ACTIONS(552), + [anon_sym_u25a1] = ACTIONS(552), [anon_sym_match] = ACTIONS(552), - [anon_sym_42] = ACTIONS(552), + [anon_sym_u224d] = ACTIONS(552), [anon_sym_couple] = ACTIONS(552), - [anon_sym_43] = ACTIONS(552), + [anon_sym_u229f] = ACTIONS(552), [anon_sym_join] = ACTIONS(552), - [anon_sym_44] = ACTIONS(552), + [anon_sym_u2282] = ACTIONS(552), [anon_sym_select] = ACTIONS(552), - [anon_sym_45] = ACTIONS(552), + [anon_sym_u228f] = ACTIONS(552), [anon_sym_pick] = ACTIONS(552), - [anon_sym_46] = ACTIONS(552), + [anon_sym_u22a1] = ACTIONS(552), [anon_sym_reshape] = ACTIONS(552), - [anon_sym_47] = ACTIONS(552), + [anon_sym_u21af] = ACTIONS(552), [anon_sym_take] = ACTIONS(552), - [anon_sym_48] = ACTIONS(552), + [anon_sym_u2199] = ACTIONS(552), [anon_sym_drop] = ACTIONS(552), - [anon_sym_49] = ACTIONS(552), + [anon_sym_u2198] = ACTIONS(552), [anon_sym_rotate] = ACTIONS(552), - [anon_sym_50] = ACTIONS(552), + [anon_sym_u21bb] = ACTIONS(552), [anon_sym_windows] = ACTIONS(552), - [anon_sym_51] = ACTIONS(552), + [anon_sym_u25eb] = ACTIONS(552), [anon_sym_keep] = ACTIONS(552), - [anon_sym_52] = ACTIONS(552), + [anon_sym_u25bd] = ACTIONS(552), [anon_sym_find] = ACTIONS(552), - [anon_sym_53] = ACTIONS(552), + [anon_sym_u2315] = ACTIONS(552), [anon_sym_member] = ACTIONS(552), - [anon_sym_54] = ACTIONS(552), + [anon_sym_u220a] = ACTIONS(552), [anon_sym_indexof] = ACTIONS(552), - [anon_sym_55] = ACTIONS(552), + [anon_sym_u2297] = ACTIONS(552), [anon_sym_assert] = ACTIONS(552), - [anon_sym_56] = ACTIONS(552), + [anon_sym_u2364] = ACTIONS(552), [anon_sym_wait] = ACTIONS(552), [anon_sym_parse] = ACTIONS(552), - [anon_sym_57] = ACTIONS(552), + [anon_sym_u22d5] = ACTIONS(552), [anon_sym_random] = ACTIONS(552), - [anon_sym_58] = ACTIONS(552), + [anon_sym_u2682] = ACTIONS(552), [anon_sym_gen] = ACTIONS(552), [anon_sym_deal] = ACTIONS(552), [anon_sym_tag] = ACTIONS(552), [anon_sym_now] = ACTIONS(552), - [anon_sym_type] = ACTIONS(552), - [anon_sym_59] = ACTIONS(552), + [anon_sym_type] = ACTIONS(550), + [anon_sym_u2e2e] = ACTIONS(552), [anon_sym_dump] = ACTIONS(552), [anon_sym_regex] = ACTIONS(552), [anon_sym_utf] = ACTIONS(552), @@ -39739,85 +40915,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(552), [anon_sym_tryrecv] = ACTIONS(552), [anon_sym_complex] = ACTIONS(552), - [anon_sym_60] = ACTIONS(552), + [anon_sym_u2102] = ACTIONS(552), [anon_sym_rerank] = ACTIONS(552), - [anon_sym_61] = ACTIONS(552), + [anon_sym_u2607] = ACTIONS(552), [anon_sym_fix] = ACTIONS(552), - [anon_sym_62] = ACTIONS(552), + [anon_sym_u00a4] = ACTIONS(552), [anon_sym_QMARK] = ACTIONS(552), [anon_sym_unique] = ACTIONS(552), - [anon_sym_63] = 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_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_64] = ACTIONS(552), + [anon_sym_u2235] = ACTIONS(552), [anon_sym_rows] = ACTIONS(552), - [anon_sym_65] = ACTIONS(552), + [anon_sym_u2261] = ACTIONS(552), [anon_sym_repeat] = ACTIONS(552), - [anon_sym_66] = ACTIONS(552), + [anon_sym_u2365] = ACTIONS(552), [anon_sym_dip] = ACTIONS(552), - [anon_sym_67] = ACTIONS(552), + [anon_sym_u2299] = ACTIONS(552), [anon_sym_gap] = ACTIONS(552), - [anon_sym_68] = ACTIONS(552), + [anon_sym_u22c5] = ACTIONS(552), [anon_sym_spawn] = ACTIONS(552), [anon_sym_rectify] = ACTIONS(552), - [anon_sym_69] = ACTIONS(552), - [anon_sym_this] = ACTIONS(552), - [anon_sym_70] = ACTIONS(552), - [anon_sym_recur] = ACTIONS(552), - [anon_sym_71] = ACTIONS(552), + [anon_sym_u2305] = ACTIONS(552), [anon_sym_un] = ACTIONS(550), - [anon_sym_72] = ACTIONS(552), - [anon_sym_content] = ACTIONS(552), - [anon_sym_73] = ACTIONS(552), + [anon_sym_u00b0] = ACTIONS(552), [anon_sym_bind] = 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_shapes] = ACTIONS(552), + [anon_sym_types] = ACTIONS(552), [anon_sym_fold] = ACTIONS(552), - [anon_sym_74] = ACTIONS(552), + [anon_sym_u2227] = ACTIONS(552), [anon_sym_table] = ACTIONS(552), - [anon_sym_75] = ACTIONS(552), + [anon_sym_u229e] = ACTIONS(552), [anon_sym_group] = ACTIONS(552), - [anon_sym_76] = ACTIONS(552), + [anon_sym_u2295] = ACTIONS(552), [anon_sym_partition] = ACTIONS(552), - [anon_sym_77] = ACTIONS(552), + [anon_sym_u229c] = ACTIONS(552), [anon_sym_both] = ACTIONS(552), - [anon_sym_78] = ACTIONS(552), + [anon_sym_u2229] = ACTIONS(552), [anon_sym_bracket] = ACTIONS(552), - [anon_sym_79] = ACTIONS(552), + [anon_sym_u2293] = ACTIONS(552), [anon_sym_fork] = ACTIONS(552), - [anon_sym_80] = ACTIONS(552), + [anon_sym_u2283] = ACTIONS(552), [anon_sym_under] = ACTIONS(552), - [anon_sym_81] = ACTIONS(552), + [anon_sym_u235c] = ACTIONS(552), [anon_sym_fill] = ACTIONS(552), - [anon_sym_82] = ACTIONS(552), + [anon_sym_u2b1a] = ACTIONS(552), [anon_sym_try] = ACTIONS(550), - [anon_sym_83] = ACTIONS(552), + [anon_sym_u2363] = ACTIONS(552), [anon_sym_do] = ACTIONS(550), - [anon_sym_84] = ACTIONS(552), - [anon_sym_all] = ACTIONS(552), - [anon_sym_85] = ACTIONS(552), + [anon_sym_u2362] = ACTIONS(552), [anon_sym_setinv] = ACTIONS(552), [anon_sym_setunder] = ACTIONS(552), - [anon_sym_86] = ACTIONS(552), - [anon_sym_87] = ACTIONS(552), - [anon_sym_88] = ACTIONS(552), - [anon_sym_89] = ACTIONS(552), - [anon_sym_90] = ACTIONS(552), - [anon_sym_91] = ACTIONS(552), - [anon_sym_92] = ACTIONS(552), - [anon_sym_93] = ACTIONS(552), + [anon_sym_f] = ACTIONS(550), + [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_94] = ACTIONS(552), - [anon_sym_95] = ACTIONS(552), + [anon_sym_u2290] = ACTIONS(552), + [anon_sym_u229d] = ACTIONS(552), [anon_sym_cross] = ACTIONS(552), - [anon_sym_96] = ACTIONS(552), + [anon_sym_u22a0] = ACTIONS(552), [anon_sym_SEMI] = ACTIONS(552), + [anon_sym_u21ac] = ACTIONS(552), + [anon_sym_u21ab] = ACTIONS(552), + [anon_sym_all] = ACTIONS(552), + [anon_sym_u22d4] = ACTIONS(552), [sym__endOfLine] = ACTIONS(552), }, [129] = { @@ -39831,7 +41015,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(484), [anon_sym_Sep] = ACTIONS(484), [anon_sym_NUmProcs] = ACTIONS(484), - [anon_sym_] = ACTIONS(486), + [anon_sym_u237c] = ACTIONS(486), [aux_sym_character_token1] = ACTIONS(486), [sym_string] = ACTIONS(486), [sym_multiLineString] = ACTIONS(486), @@ -39846,138 +41030,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(484), [anon_sym_eta] = ACTIONS(486), - [anon_sym_2] = ACTIONS(484), + [anon_sym_u03b7] = ACTIONS(484), [anon_sym_pi] = ACTIONS(484), - [anon_sym_3] = ACTIONS(484), + [anon_sym_u03c0] = ACTIONS(484), [anon_sym_tau] = ACTIONS(486), - [anon_sym_4] = ACTIONS(484), + [anon_sym_u03c4] = ACTIONS(484), [anon_sym_infinity] = ACTIONS(486), - [anon_sym_5] = ACTIONS(486), - [anon_sym_e] = ACTIONS(484), - [anon_sym_NaN] = ACTIONS(484), - [anon_sym_NumProcs] = ACTIONS(484), + [anon_sym_u221e] = ACTIONS(486), [anon_sym_DOT] = ACTIONS(486), [anon_sym_COMMA] = ACTIONS(486), [anon_sym_COLON] = ACTIONS(486), - [anon_sym_6] = ACTIONS(486), + [anon_sym_u25cc] = ACTIONS(486), [anon_sym_identity] = ACTIONS(486), [anon_sym_id] = ACTIONS(484), - [anon_sym_7] = ACTIONS(486), + [anon_sym_u2218] = ACTIONS(486), [anon_sym_not] = ACTIONS(486), - [anon_sym_8] = ACTIONS(486), - [anon_sym_sign] = ACTIONS(486), - [anon_sym_9] = ACTIONS(486), + [anon_sym_u00ac] = ACTIONS(486), + [anon_sym_sign] = ACTIONS(484), + [anon_sym_u00b1] = ACTIONS(486), [anon_sym_BQUOTE] = ACTIONS(486), - [anon_sym_10] = ACTIONS(484), + [anon_sym_u00af] = ACTIONS(484), [anon_sym_absolutevalue] = ACTIONS(486), - [anon_sym_11] = ACTIONS(486), + [anon_sym_u2335] = ACTIONS(486), [anon_sym_sqrt] = ACTIONS(486), - [anon_sym_12] = ACTIONS(486), + [anon_sym_u221a] = ACTIONS(486), [anon_sym_sine] = ACTIONS(486), - [anon_sym_13] = ACTIONS(486), + [anon_sym_u25cb] = ACTIONS(486), [anon_sym_floor] = ACTIONS(486), - [anon_sym_14] = ACTIONS(486), + [anon_sym_u230a] = ACTIONS(486), [anon_sym_ceiling] = ACTIONS(486), - [anon_sym_15] = ACTIONS(486), + [anon_sym_u2308] = ACTIONS(486), [anon_sym_round] = ACTIONS(486), - [anon_sym_16] = ACTIONS(486), + [anon_sym_u2045] = ACTIONS(486), [anon_sym_EQ] = ACTIONS(486), [anon_sym_BANG_EQ] = ACTIONS(486), - [anon_sym_17] = ACTIONS(486), + [anon_sym_u2260] = ACTIONS(486), [anon_sym_LT] = ACTIONS(484), [anon_sym_LT_EQ] = ACTIONS(486), - [anon_sym_18] = ACTIONS(486), + [anon_sym_u2264] = ACTIONS(486), [anon_sym_GT] = ACTIONS(484), [anon_sym_GT_EQ] = ACTIONS(486), - [anon_sym_19] = ACTIONS(486), + [anon_sym_u2265] = ACTIONS(486), [anon_sym_PLUS] = ACTIONS(486), [anon_sym_DASH] = ACTIONS(486), [anon_sym_STAR] = ACTIONS(486), - [anon_sym_20] = ACTIONS(486), + [anon_sym_u00d7] = ACTIONS(486), [anon_sym_PERCENT] = ACTIONS(486), - [anon_sym_21] = ACTIONS(486), + [anon_sym_u00f7] = ACTIONS(486), [anon_sym_modulus] = ACTIONS(486), - [anon_sym_22] = ACTIONS(486), + [anon_sym_u25ff] = ACTIONS(486), [anon_sym_power] = ACTIONS(486), - [anon_sym_23] = ACTIONS(486), + [anon_sym_u207f] = ACTIONS(486), [anon_sym_logarithm] = ACTIONS(486), - [anon_sym_24] = ACTIONS(486), + [anon_sym_u2099] = ACTIONS(486), [anon_sym_minimum] = ACTIONS(486), - [anon_sym_25] = ACTIONS(486), + [anon_sym_u21a7] = ACTIONS(486), [anon_sym_maximum] = ACTIONS(486), - [anon_sym_26] = ACTIONS(486), + [anon_sym_u21a5] = ACTIONS(486), [anon_sym_atangent] = ACTIONS(486), - [anon_sym_27] = ACTIONS(486), + [anon_sym_u2220] = ACTIONS(486), [anon_sym_length] = ACTIONS(486), - [anon_sym_28] = ACTIONS(486), - [anon_sym_shape] = ACTIONS(486), - [anon_sym_29] = ACTIONS(486), + [anon_sym_u29fb] = ACTIONS(486), + [anon_sym_shape] = ACTIONS(484), + [anon_sym_u25b3] = ACTIONS(486), [anon_sym_range] = ACTIONS(486), - [anon_sym_30] = ACTIONS(486), + [anon_sym_u21e1] = ACTIONS(486), [anon_sym_first] = ACTIONS(486), - [anon_sym_31] = ACTIONS(486), + [anon_sym_u22a2] = ACTIONS(486), [anon_sym_reverse] = ACTIONS(486), - [anon_sym_32] = ACTIONS(486), + [anon_sym_u21cc] = ACTIONS(486), [anon_sym_deshape] = ACTIONS(486), - [anon_sym_33] = ACTIONS(486), + [anon_sym_u266d] = ACTIONS(486), [anon_sym_bits] = ACTIONS(486), - [anon_sym_34] = ACTIONS(486), + [anon_sym_u22ef] = ACTIONS(486), [anon_sym_transpose] = ACTIONS(486), - [anon_sym_35] = ACTIONS(486), + [anon_sym_u2349] = ACTIONS(486), [anon_sym_rise] = ACTIONS(486), - [anon_sym_36] = ACTIONS(486), + [anon_sym_u234f] = ACTIONS(486), [anon_sym_fall] = ACTIONS(486), - [anon_sym_37] = ACTIONS(486), + [anon_sym_u2356] = ACTIONS(486), [anon_sym_where] = ACTIONS(486), - [anon_sym_38] = ACTIONS(486), + [anon_sym_u229a] = ACTIONS(486), [anon_sym_classify] = ACTIONS(486), - [anon_sym_39] = ACTIONS(486), + [anon_sym_u229b] = ACTIONS(486), [anon_sym_deduplicate] = ACTIONS(486), - [anon_sym_40] = ACTIONS(486), + [anon_sym_u25f4] = ACTIONS(486), [anon_sym_box] = ACTIONS(486), - [anon_sym_41] = ACTIONS(486), + [anon_sym_u25a1] = ACTIONS(486), [anon_sym_match] = ACTIONS(486), - [anon_sym_42] = ACTIONS(486), + [anon_sym_u224d] = ACTIONS(486), [anon_sym_couple] = ACTIONS(486), - [anon_sym_43] = ACTIONS(486), + [anon_sym_u229f] = ACTIONS(486), [anon_sym_join] = ACTIONS(486), - [anon_sym_44] = ACTIONS(486), + [anon_sym_u2282] = ACTIONS(486), [anon_sym_select] = ACTIONS(486), - [anon_sym_45] = ACTIONS(486), + [anon_sym_u228f] = ACTIONS(486), [anon_sym_pick] = ACTIONS(486), - [anon_sym_46] = ACTIONS(486), + [anon_sym_u22a1] = ACTIONS(486), [anon_sym_reshape] = ACTIONS(486), - [anon_sym_47] = ACTIONS(486), + [anon_sym_u21af] = ACTIONS(486), [anon_sym_take] = ACTIONS(486), - [anon_sym_48] = ACTIONS(486), + [anon_sym_u2199] = ACTIONS(486), [anon_sym_drop] = ACTIONS(486), - [anon_sym_49] = ACTIONS(486), + [anon_sym_u2198] = ACTIONS(486), [anon_sym_rotate] = ACTIONS(486), - [anon_sym_50] = ACTIONS(486), + [anon_sym_u21bb] = ACTIONS(486), [anon_sym_windows] = ACTIONS(486), - [anon_sym_51] = ACTIONS(486), + [anon_sym_u25eb] = ACTIONS(486), [anon_sym_keep] = ACTIONS(486), - [anon_sym_52] = ACTIONS(486), + [anon_sym_u25bd] = ACTIONS(486), [anon_sym_find] = ACTIONS(486), - [anon_sym_53] = ACTIONS(486), + [anon_sym_u2315] = ACTIONS(486), [anon_sym_member] = ACTIONS(486), - [anon_sym_54] = ACTIONS(486), + [anon_sym_u220a] = ACTIONS(486), [anon_sym_indexof] = ACTIONS(486), - [anon_sym_55] = ACTIONS(486), + [anon_sym_u2297] = ACTIONS(486), [anon_sym_assert] = ACTIONS(486), - [anon_sym_56] = ACTIONS(486), + [anon_sym_u2364] = ACTIONS(486), [anon_sym_wait] = ACTIONS(486), [anon_sym_parse] = ACTIONS(486), - [anon_sym_57] = ACTIONS(486), + [anon_sym_u22d5] = ACTIONS(486), [anon_sym_random] = ACTIONS(486), - [anon_sym_58] = ACTIONS(486), + [anon_sym_u2682] = ACTIONS(486), [anon_sym_gen] = ACTIONS(486), [anon_sym_deal] = ACTIONS(486), [anon_sym_tag] = ACTIONS(486), [anon_sym_now] = ACTIONS(486), - [anon_sym_type] = ACTIONS(486), - [anon_sym_59] = ACTIONS(486), + [anon_sym_type] = ACTIONS(484), + [anon_sym_u2e2e] = ACTIONS(486), [anon_sym_dump] = ACTIONS(486), [anon_sym_regex] = ACTIONS(486), [anon_sym_utf] = ACTIONS(486), @@ -39985,85 +41169,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(486), [anon_sym_tryrecv] = ACTIONS(486), [anon_sym_complex] = ACTIONS(486), - [anon_sym_60] = ACTIONS(486), + [anon_sym_u2102] = ACTIONS(486), [anon_sym_rerank] = ACTIONS(486), - [anon_sym_61] = ACTIONS(486), + [anon_sym_u2607] = ACTIONS(486), [anon_sym_fix] = ACTIONS(486), - [anon_sym_62] = ACTIONS(486), + [anon_sym_u00a4] = ACTIONS(486), [anon_sym_QMARK] = ACTIONS(486), [anon_sym_unique] = ACTIONS(486), - [anon_sym_63] = 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_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_64] = ACTIONS(486), + [anon_sym_u2235] = ACTIONS(486), [anon_sym_rows] = ACTIONS(486), - [anon_sym_65] = ACTIONS(486), + [anon_sym_u2261] = ACTIONS(486), [anon_sym_repeat] = ACTIONS(486), - [anon_sym_66] = ACTIONS(486), + [anon_sym_u2365] = ACTIONS(486), [anon_sym_dip] = ACTIONS(486), - [anon_sym_67] = ACTIONS(486), + [anon_sym_u2299] = ACTIONS(486), [anon_sym_gap] = ACTIONS(486), - [anon_sym_68] = ACTIONS(486), + [anon_sym_u22c5] = ACTIONS(486), [anon_sym_spawn] = ACTIONS(486), [anon_sym_rectify] = ACTIONS(486), - [anon_sym_69] = ACTIONS(486), - [anon_sym_this] = ACTIONS(486), - [anon_sym_70] = ACTIONS(486), - [anon_sym_recur] = ACTIONS(486), - [anon_sym_71] = ACTIONS(486), + [anon_sym_u2305] = ACTIONS(486), [anon_sym_un] = ACTIONS(484), - [anon_sym_72] = ACTIONS(486), - [anon_sym_content] = ACTIONS(486), - [anon_sym_73] = ACTIONS(486), + [anon_sym_u00b0] = ACTIONS(486), [anon_sym_bind] = 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_shapes] = ACTIONS(486), + [anon_sym_types] = ACTIONS(486), [anon_sym_fold] = ACTIONS(486), - [anon_sym_74] = ACTIONS(486), + [anon_sym_u2227] = ACTIONS(486), [anon_sym_table] = ACTIONS(486), - [anon_sym_75] = ACTIONS(486), + [anon_sym_u229e] = ACTIONS(486), [anon_sym_group] = ACTIONS(486), - [anon_sym_76] = ACTIONS(486), + [anon_sym_u2295] = ACTIONS(486), [anon_sym_partition] = ACTIONS(486), - [anon_sym_77] = ACTIONS(486), + [anon_sym_u229c] = ACTIONS(486), [anon_sym_both] = ACTIONS(486), - [anon_sym_78] = ACTIONS(486), + [anon_sym_u2229] = ACTIONS(486), [anon_sym_bracket] = ACTIONS(486), - [anon_sym_79] = ACTIONS(486), + [anon_sym_u2293] = ACTIONS(486), [anon_sym_fork] = ACTIONS(486), - [anon_sym_80] = ACTIONS(486), + [anon_sym_u2283] = ACTIONS(486), [anon_sym_under] = ACTIONS(486), - [anon_sym_81] = ACTIONS(486), + [anon_sym_u235c] = ACTIONS(486), [anon_sym_fill] = ACTIONS(486), - [anon_sym_82] = ACTIONS(486), + [anon_sym_u2b1a] = ACTIONS(486), [anon_sym_try] = ACTIONS(484), - [anon_sym_83] = ACTIONS(486), + [anon_sym_u2363] = ACTIONS(486), [anon_sym_do] = ACTIONS(484), - [anon_sym_84] = ACTIONS(486), - [anon_sym_all] = ACTIONS(486), - [anon_sym_85] = ACTIONS(486), + [anon_sym_u2362] = ACTIONS(486), [anon_sym_setinv] = ACTIONS(486), [anon_sym_setunder] = ACTIONS(486), - [anon_sym_86] = ACTIONS(486), - [anon_sym_87] = ACTIONS(486), - [anon_sym_88] = ACTIONS(486), - [anon_sym_89] = ACTIONS(486), - [anon_sym_90] = ACTIONS(486), - [anon_sym_91] = ACTIONS(486), - [anon_sym_92] = ACTIONS(486), - [anon_sym_93] = ACTIONS(486), + [anon_sym_f] = ACTIONS(484), + [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_94] = ACTIONS(486), - [anon_sym_95] = ACTIONS(486), + [anon_sym_u2290] = ACTIONS(486), + [anon_sym_u229d] = ACTIONS(486), [anon_sym_cross] = ACTIONS(486), - [anon_sym_96] = ACTIONS(486), + [anon_sym_u22a0] = ACTIONS(486), [anon_sym_SEMI] = ACTIONS(486), + [anon_sym_u21ac] = ACTIONS(486), + [anon_sym_u21ab] = ACTIONS(486), + [anon_sym_all] = ACTIONS(486), + [anon_sym_u22d4] = ACTIONS(486), [sym__endOfLine] = ACTIONS(486), }, [130] = { @@ -40077,7 +41269,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(546), [anon_sym_Sep] = ACTIONS(546), [anon_sym_NUmProcs] = ACTIONS(546), - [anon_sym_] = ACTIONS(548), + [anon_sym_u237c] = ACTIONS(548), [aux_sym_character_token1] = ACTIONS(548), [sym_string] = ACTIONS(548), [sym_multiLineString] = ACTIONS(548), @@ -40092,138 +41284,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(546), [anon_sym_eta] = ACTIONS(548), - [anon_sym_2] = ACTIONS(546), + [anon_sym_u03b7] = ACTIONS(546), [anon_sym_pi] = ACTIONS(546), - [anon_sym_3] = ACTIONS(546), + [anon_sym_u03c0] = ACTIONS(546), [anon_sym_tau] = ACTIONS(548), - [anon_sym_4] = ACTIONS(546), + [anon_sym_u03c4] = ACTIONS(546), [anon_sym_infinity] = ACTIONS(548), - [anon_sym_5] = ACTIONS(548), - [anon_sym_e] = ACTIONS(546), - [anon_sym_NaN] = ACTIONS(546), - [anon_sym_NumProcs] = ACTIONS(546), + [anon_sym_u221e] = ACTIONS(548), [anon_sym_DOT] = ACTIONS(548), [anon_sym_COMMA] = ACTIONS(548), [anon_sym_COLON] = ACTIONS(548), - [anon_sym_6] = ACTIONS(548), + [anon_sym_u25cc] = ACTIONS(548), [anon_sym_identity] = ACTIONS(548), [anon_sym_id] = ACTIONS(546), - [anon_sym_7] = ACTIONS(548), + [anon_sym_u2218] = ACTIONS(548), [anon_sym_not] = ACTIONS(548), - [anon_sym_8] = ACTIONS(548), - [anon_sym_sign] = ACTIONS(548), - [anon_sym_9] = ACTIONS(548), + [anon_sym_u00ac] = ACTIONS(548), + [anon_sym_sign] = ACTIONS(546), + [anon_sym_u00b1] = ACTIONS(548), [anon_sym_BQUOTE] = ACTIONS(548), - [anon_sym_10] = ACTIONS(546), + [anon_sym_u00af] = ACTIONS(546), [anon_sym_absolutevalue] = ACTIONS(548), - [anon_sym_11] = ACTIONS(548), + [anon_sym_u2335] = ACTIONS(548), [anon_sym_sqrt] = ACTIONS(548), - [anon_sym_12] = ACTIONS(548), + [anon_sym_u221a] = ACTIONS(548), [anon_sym_sine] = ACTIONS(548), - [anon_sym_13] = ACTIONS(548), + [anon_sym_u25cb] = ACTIONS(548), [anon_sym_floor] = ACTIONS(548), - [anon_sym_14] = ACTIONS(548), + [anon_sym_u230a] = ACTIONS(548), [anon_sym_ceiling] = ACTIONS(548), - [anon_sym_15] = ACTIONS(548), + [anon_sym_u2308] = ACTIONS(548), [anon_sym_round] = ACTIONS(548), - [anon_sym_16] = ACTIONS(548), + [anon_sym_u2045] = ACTIONS(548), [anon_sym_EQ] = ACTIONS(548), [anon_sym_BANG_EQ] = ACTIONS(548), - [anon_sym_17] = ACTIONS(548), + [anon_sym_u2260] = ACTIONS(548), [anon_sym_LT] = ACTIONS(546), [anon_sym_LT_EQ] = ACTIONS(548), - [anon_sym_18] = ACTIONS(548), + [anon_sym_u2264] = ACTIONS(548), [anon_sym_GT] = ACTIONS(546), [anon_sym_GT_EQ] = ACTIONS(548), - [anon_sym_19] = ACTIONS(548), + [anon_sym_u2265] = ACTIONS(548), [anon_sym_PLUS] = ACTIONS(548), [anon_sym_DASH] = ACTIONS(548), [anon_sym_STAR] = ACTIONS(548), - [anon_sym_20] = ACTIONS(548), + [anon_sym_u00d7] = ACTIONS(548), [anon_sym_PERCENT] = ACTIONS(548), - [anon_sym_21] = ACTIONS(548), + [anon_sym_u00f7] = ACTIONS(548), [anon_sym_modulus] = ACTIONS(548), - [anon_sym_22] = ACTIONS(548), + [anon_sym_u25ff] = ACTIONS(548), [anon_sym_power] = ACTIONS(548), - [anon_sym_23] = ACTIONS(548), + [anon_sym_u207f] = ACTIONS(548), [anon_sym_logarithm] = ACTIONS(548), - [anon_sym_24] = ACTIONS(548), + [anon_sym_u2099] = ACTIONS(548), [anon_sym_minimum] = ACTIONS(548), - [anon_sym_25] = ACTIONS(548), + [anon_sym_u21a7] = ACTIONS(548), [anon_sym_maximum] = ACTIONS(548), - [anon_sym_26] = ACTIONS(548), + [anon_sym_u21a5] = ACTIONS(548), [anon_sym_atangent] = ACTIONS(548), - [anon_sym_27] = ACTIONS(548), + [anon_sym_u2220] = ACTIONS(548), [anon_sym_length] = ACTIONS(548), - [anon_sym_28] = ACTIONS(548), - [anon_sym_shape] = ACTIONS(548), - [anon_sym_29] = ACTIONS(548), + [anon_sym_u29fb] = ACTIONS(548), + [anon_sym_shape] = ACTIONS(546), + [anon_sym_u25b3] = ACTIONS(548), [anon_sym_range] = ACTIONS(548), - [anon_sym_30] = ACTIONS(548), + [anon_sym_u21e1] = ACTIONS(548), [anon_sym_first] = ACTIONS(548), - [anon_sym_31] = ACTIONS(548), + [anon_sym_u22a2] = ACTIONS(548), [anon_sym_reverse] = ACTIONS(548), - [anon_sym_32] = ACTIONS(548), + [anon_sym_u21cc] = ACTIONS(548), [anon_sym_deshape] = ACTIONS(548), - [anon_sym_33] = ACTIONS(548), + [anon_sym_u266d] = ACTIONS(548), [anon_sym_bits] = ACTIONS(548), - [anon_sym_34] = ACTIONS(548), + [anon_sym_u22ef] = ACTIONS(548), [anon_sym_transpose] = ACTIONS(548), - [anon_sym_35] = ACTIONS(548), + [anon_sym_u2349] = ACTIONS(548), [anon_sym_rise] = ACTIONS(548), - [anon_sym_36] = ACTIONS(548), + [anon_sym_u234f] = ACTIONS(548), [anon_sym_fall] = ACTIONS(548), - [anon_sym_37] = ACTIONS(548), + [anon_sym_u2356] = ACTIONS(548), [anon_sym_where] = ACTIONS(548), - [anon_sym_38] = ACTIONS(548), + [anon_sym_u229a] = ACTIONS(548), [anon_sym_classify] = ACTIONS(548), - [anon_sym_39] = ACTIONS(548), + [anon_sym_u229b] = ACTIONS(548), [anon_sym_deduplicate] = ACTIONS(548), - [anon_sym_40] = ACTIONS(548), + [anon_sym_u25f4] = ACTIONS(548), [anon_sym_box] = ACTIONS(548), - [anon_sym_41] = ACTIONS(548), + [anon_sym_u25a1] = ACTIONS(548), [anon_sym_match] = ACTIONS(548), - [anon_sym_42] = ACTIONS(548), + [anon_sym_u224d] = ACTIONS(548), [anon_sym_couple] = ACTIONS(548), - [anon_sym_43] = ACTIONS(548), + [anon_sym_u229f] = ACTIONS(548), [anon_sym_join] = ACTIONS(548), - [anon_sym_44] = ACTIONS(548), + [anon_sym_u2282] = ACTIONS(548), [anon_sym_select] = ACTIONS(548), - [anon_sym_45] = ACTIONS(548), + [anon_sym_u228f] = ACTIONS(548), [anon_sym_pick] = ACTIONS(548), - [anon_sym_46] = ACTIONS(548), + [anon_sym_u22a1] = ACTIONS(548), [anon_sym_reshape] = ACTIONS(548), - [anon_sym_47] = ACTIONS(548), + [anon_sym_u21af] = ACTIONS(548), [anon_sym_take] = ACTIONS(548), - [anon_sym_48] = ACTIONS(548), + [anon_sym_u2199] = ACTIONS(548), [anon_sym_drop] = ACTIONS(548), - [anon_sym_49] = ACTIONS(548), + [anon_sym_u2198] = ACTIONS(548), [anon_sym_rotate] = ACTIONS(548), - [anon_sym_50] = ACTIONS(548), + [anon_sym_u21bb] = ACTIONS(548), [anon_sym_windows] = ACTIONS(548), - [anon_sym_51] = ACTIONS(548), + [anon_sym_u25eb] = ACTIONS(548), [anon_sym_keep] = ACTIONS(548), - [anon_sym_52] = ACTIONS(548), + [anon_sym_u25bd] = ACTIONS(548), [anon_sym_find] = ACTIONS(548), - [anon_sym_53] = ACTIONS(548), + [anon_sym_u2315] = ACTIONS(548), [anon_sym_member] = ACTIONS(548), - [anon_sym_54] = ACTIONS(548), + [anon_sym_u220a] = ACTIONS(548), [anon_sym_indexof] = ACTIONS(548), - [anon_sym_55] = ACTIONS(548), + [anon_sym_u2297] = ACTIONS(548), [anon_sym_assert] = ACTIONS(548), - [anon_sym_56] = ACTIONS(548), + [anon_sym_u2364] = ACTIONS(548), [anon_sym_wait] = ACTIONS(548), [anon_sym_parse] = ACTIONS(548), - [anon_sym_57] = ACTIONS(548), + [anon_sym_u22d5] = ACTIONS(548), [anon_sym_random] = ACTIONS(548), - [anon_sym_58] = ACTIONS(548), + [anon_sym_u2682] = ACTIONS(548), [anon_sym_gen] = ACTIONS(548), [anon_sym_deal] = ACTIONS(548), [anon_sym_tag] = ACTIONS(548), [anon_sym_now] = ACTIONS(548), - [anon_sym_type] = ACTIONS(548), - [anon_sym_59] = ACTIONS(548), + [anon_sym_type] = ACTIONS(546), + [anon_sym_u2e2e] = ACTIONS(548), [anon_sym_dump] = ACTIONS(548), [anon_sym_regex] = ACTIONS(548), [anon_sym_utf] = ACTIONS(548), @@ -40231,85 +41423,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(548), [anon_sym_tryrecv] = ACTIONS(548), [anon_sym_complex] = ACTIONS(548), - [anon_sym_60] = ACTIONS(548), + [anon_sym_u2102] = ACTIONS(548), [anon_sym_rerank] = ACTIONS(548), - [anon_sym_61] = ACTIONS(548), + [anon_sym_u2607] = ACTIONS(548), [anon_sym_fix] = ACTIONS(548), - [anon_sym_62] = ACTIONS(548), + [anon_sym_u00a4] = ACTIONS(548), [anon_sym_QMARK] = ACTIONS(548), [anon_sym_unique] = ACTIONS(548), - [anon_sym_63] = 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_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_64] = ACTIONS(548), + [anon_sym_u2235] = ACTIONS(548), [anon_sym_rows] = ACTIONS(548), - [anon_sym_65] = ACTIONS(548), + [anon_sym_u2261] = ACTIONS(548), [anon_sym_repeat] = ACTIONS(548), - [anon_sym_66] = ACTIONS(548), + [anon_sym_u2365] = ACTIONS(548), [anon_sym_dip] = ACTIONS(548), - [anon_sym_67] = ACTIONS(548), + [anon_sym_u2299] = ACTIONS(548), [anon_sym_gap] = ACTIONS(548), - [anon_sym_68] = ACTIONS(548), + [anon_sym_u22c5] = ACTIONS(548), [anon_sym_spawn] = ACTIONS(548), [anon_sym_rectify] = ACTIONS(548), - [anon_sym_69] = ACTIONS(548), - [anon_sym_this] = ACTIONS(548), - [anon_sym_70] = ACTIONS(548), - [anon_sym_recur] = ACTIONS(548), - [anon_sym_71] = ACTIONS(548), + [anon_sym_u2305] = ACTIONS(548), [anon_sym_un] = ACTIONS(546), - [anon_sym_72] = ACTIONS(548), - [anon_sym_content] = ACTIONS(548), - [anon_sym_73] = ACTIONS(548), + [anon_sym_u00b0] = ACTIONS(548), [anon_sym_bind] = 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_shapes] = ACTIONS(548), + [anon_sym_types] = ACTIONS(548), [anon_sym_fold] = ACTIONS(548), - [anon_sym_74] = ACTIONS(548), + [anon_sym_u2227] = ACTIONS(548), [anon_sym_table] = ACTIONS(548), - [anon_sym_75] = ACTIONS(548), + [anon_sym_u229e] = ACTIONS(548), [anon_sym_group] = ACTIONS(548), - [anon_sym_76] = ACTIONS(548), + [anon_sym_u2295] = ACTIONS(548), [anon_sym_partition] = ACTIONS(548), - [anon_sym_77] = ACTIONS(548), + [anon_sym_u229c] = ACTIONS(548), [anon_sym_both] = ACTIONS(548), - [anon_sym_78] = ACTIONS(548), + [anon_sym_u2229] = ACTIONS(548), [anon_sym_bracket] = ACTIONS(548), - [anon_sym_79] = ACTIONS(548), + [anon_sym_u2293] = ACTIONS(548), [anon_sym_fork] = ACTIONS(548), - [anon_sym_80] = ACTIONS(548), + [anon_sym_u2283] = ACTIONS(548), [anon_sym_under] = ACTIONS(548), - [anon_sym_81] = ACTIONS(548), + [anon_sym_u235c] = ACTIONS(548), [anon_sym_fill] = ACTIONS(548), - [anon_sym_82] = ACTIONS(548), + [anon_sym_u2b1a] = ACTIONS(548), [anon_sym_try] = ACTIONS(546), - [anon_sym_83] = ACTIONS(548), + [anon_sym_u2363] = ACTIONS(548), [anon_sym_do] = ACTIONS(546), - [anon_sym_84] = ACTIONS(548), - [anon_sym_all] = ACTIONS(548), - [anon_sym_85] = ACTIONS(548), + [anon_sym_u2362] = ACTIONS(548), [anon_sym_setinv] = ACTIONS(548), [anon_sym_setunder] = ACTIONS(548), - [anon_sym_86] = ACTIONS(548), - [anon_sym_87] = ACTIONS(548), - [anon_sym_88] = ACTIONS(548), - [anon_sym_89] = ACTIONS(548), - [anon_sym_90] = ACTIONS(548), - [anon_sym_91] = ACTIONS(548), - [anon_sym_92] = ACTIONS(548), - [anon_sym_93] = ACTIONS(548), + [anon_sym_f] = ACTIONS(546), + [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_94] = ACTIONS(548), - [anon_sym_95] = ACTIONS(548), + [anon_sym_u2290] = ACTIONS(548), + [anon_sym_u229d] = ACTIONS(548), [anon_sym_cross] = ACTIONS(548), - [anon_sym_96] = ACTIONS(548), + [anon_sym_u22a0] = ACTIONS(548), [anon_sym_SEMI] = ACTIONS(548), + [anon_sym_u21ac] = ACTIONS(548), + [anon_sym_u21ab] = ACTIONS(548), + [anon_sym_all] = ACTIONS(548), + [anon_sym_u22d4] = ACTIONS(548), [sym__endOfLine] = ACTIONS(548), }, [131] = { @@ -40322,7 +41522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(522), [anon_sym_Sep] = ACTIONS(522), [anon_sym_NUmProcs] = ACTIONS(522), - [anon_sym_] = ACTIONS(524), + [anon_sym_u237c] = ACTIONS(524), [aux_sym_character_token1] = ACTIONS(524), [sym_string] = ACTIONS(524), [sym_multiLineString] = ACTIONS(524), @@ -40338,138 +41538,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(522), [anon_sym_eta] = ACTIONS(524), - [anon_sym_2] = ACTIONS(522), + [anon_sym_u03b7] = ACTIONS(522), [anon_sym_pi] = ACTIONS(522), - [anon_sym_3] = ACTIONS(522), + [anon_sym_u03c0] = ACTIONS(522), [anon_sym_tau] = ACTIONS(524), - [anon_sym_4] = ACTIONS(522), + [anon_sym_u03c4] = ACTIONS(522), [anon_sym_infinity] = ACTIONS(524), - [anon_sym_5] = ACTIONS(524), - [anon_sym_e] = ACTIONS(522), - [anon_sym_NaN] = ACTIONS(522), - [anon_sym_NumProcs] = ACTIONS(522), + [anon_sym_u221e] = ACTIONS(524), [anon_sym_DOT] = ACTIONS(524), [anon_sym_COMMA] = ACTIONS(524), [anon_sym_COLON] = ACTIONS(524), - [anon_sym_6] = ACTIONS(524), + [anon_sym_u25cc] = ACTIONS(524), [anon_sym_identity] = ACTIONS(524), [anon_sym_id] = ACTIONS(522), - [anon_sym_7] = ACTIONS(524), + [anon_sym_u2218] = ACTIONS(524), [anon_sym_not] = ACTIONS(524), - [anon_sym_8] = ACTIONS(524), - [anon_sym_sign] = ACTIONS(524), - [anon_sym_9] = ACTIONS(524), + [anon_sym_u00ac] = ACTIONS(524), + [anon_sym_sign] = ACTIONS(522), + [anon_sym_u00b1] = ACTIONS(524), [anon_sym_BQUOTE] = ACTIONS(524), - [anon_sym_10] = ACTIONS(522), + [anon_sym_u00af] = ACTIONS(522), [anon_sym_absolutevalue] = ACTIONS(524), - [anon_sym_11] = ACTIONS(524), + [anon_sym_u2335] = ACTIONS(524), [anon_sym_sqrt] = ACTIONS(524), - [anon_sym_12] = ACTIONS(524), + [anon_sym_u221a] = ACTIONS(524), [anon_sym_sine] = ACTIONS(524), - [anon_sym_13] = ACTIONS(524), + [anon_sym_u25cb] = ACTIONS(524), [anon_sym_floor] = ACTIONS(524), - [anon_sym_14] = ACTIONS(524), + [anon_sym_u230a] = ACTIONS(524), [anon_sym_ceiling] = ACTIONS(524), - [anon_sym_15] = ACTIONS(524), + [anon_sym_u2308] = ACTIONS(524), [anon_sym_round] = ACTIONS(524), - [anon_sym_16] = ACTIONS(524), + [anon_sym_u2045] = ACTIONS(524), [anon_sym_EQ] = ACTIONS(524), [anon_sym_BANG_EQ] = ACTIONS(524), - [anon_sym_17] = ACTIONS(524), + [anon_sym_u2260] = ACTIONS(524), [anon_sym_LT] = ACTIONS(522), [anon_sym_LT_EQ] = ACTIONS(524), - [anon_sym_18] = ACTIONS(524), + [anon_sym_u2264] = ACTIONS(524), [anon_sym_GT] = ACTIONS(522), [anon_sym_GT_EQ] = ACTIONS(524), - [anon_sym_19] = ACTIONS(524), + [anon_sym_u2265] = ACTIONS(524), [anon_sym_PLUS] = ACTIONS(524), [anon_sym_DASH] = ACTIONS(524), [anon_sym_STAR] = ACTIONS(524), - [anon_sym_20] = ACTIONS(524), + [anon_sym_u00d7] = ACTIONS(524), [anon_sym_PERCENT] = ACTIONS(524), - [anon_sym_21] = ACTIONS(524), + [anon_sym_u00f7] = ACTIONS(524), [anon_sym_modulus] = ACTIONS(524), - [anon_sym_22] = ACTIONS(524), + [anon_sym_u25ff] = ACTIONS(524), [anon_sym_power] = ACTIONS(524), - [anon_sym_23] = ACTIONS(524), + [anon_sym_u207f] = ACTIONS(524), [anon_sym_logarithm] = ACTIONS(524), - [anon_sym_24] = ACTIONS(524), + [anon_sym_u2099] = ACTIONS(524), [anon_sym_minimum] = ACTIONS(524), - [anon_sym_25] = ACTIONS(524), + [anon_sym_u21a7] = ACTIONS(524), [anon_sym_maximum] = ACTIONS(524), - [anon_sym_26] = ACTIONS(524), + [anon_sym_u21a5] = ACTIONS(524), [anon_sym_atangent] = ACTIONS(524), - [anon_sym_27] = ACTIONS(524), + [anon_sym_u2220] = ACTIONS(524), [anon_sym_length] = ACTIONS(524), - [anon_sym_28] = ACTIONS(524), - [anon_sym_shape] = ACTIONS(524), - [anon_sym_29] = ACTIONS(524), + [anon_sym_u29fb] = ACTIONS(524), + [anon_sym_shape] = ACTIONS(522), + [anon_sym_u25b3] = ACTIONS(524), [anon_sym_range] = ACTIONS(524), - [anon_sym_30] = ACTIONS(524), + [anon_sym_u21e1] = ACTIONS(524), [anon_sym_first] = ACTIONS(524), - [anon_sym_31] = ACTIONS(524), + [anon_sym_u22a2] = ACTIONS(524), [anon_sym_reverse] = ACTIONS(524), - [anon_sym_32] = ACTIONS(524), + [anon_sym_u21cc] = ACTIONS(524), [anon_sym_deshape] = ACTIONS(524), - [anon_sym_33] = ACTIONS(524), + [anon_sym_u266d] = ACTIONS(524), [anon_sym_bits] = ACTIONS(524), - [anon_sym_34] = ACTIONS(524), + [anon_sym_u22ef] = ACTIONS(524), [anon_sym_transpose] = ACTIONS(524), - [anon_sym_35] = ACTIONS(524), + [anon_sym_u2349] = ACTIONS(524), [anon_sym_rise] = ACTIONS(524), - [anon_sym_36] = ACTIONS(524), + [anon_sym_u234f] = ACTIONS(524), [anon_sym_fall] = ACTIONS(524), - [anon_sym_37] = ACTIONS(524), + [anon_sym_u2356] = ACTIONS(524), [anon_sym_where] = ACTIONS(524), - [anon_sym_38] = ACTIONS(524), + [anon_sym_u229a] = ACTIONS(524), [anon_sym_classify] = ACTIONS(524), - [anon_sym_39] = ACTIONS(524), + [anon_sym_u229b] = ACTIONS(524), [anon_sym_deduplicate] = ACTIONS(524), - [anon_sym_40] = ACTIONS(524), + [anon_sym_u25f4] = ACTIONS(524), [anon_sym_box] = ACTIONS(524), - [anon_sym_41] = ACTIONS(524), + [anon_sym_u25a1] = ACTIONS(524), [anon_sym_match] = ACTIONS(524), - [anon_sym_42] = ACTIONS(524), + [anon_sym_u224d] = ACTIONS(524), [anon_sym_couple] = ACTIONS(524), - [anon_sym_43] = ACTIONS(524), + [anon_sym_u229f] = ACTIONS(524), [anon_sym_join] = ACTIONS(524), - [anon_sym_44] = ACTIONS(524), + [anon_sym_u2282] = ACTIONS(524), [anon_sym_select] = ACTIONS(524), - [anon_sym_45] = ACTIONS(524), + [anon_sym_u228f] = ACTIONS(524), [anon_sym_pick] = ACTIONS(524), - [anon_sym_46] = ACTIONS(524), + [anon_sym_u22a1] = ACTIONS(524), [anon_sym_reshape] = ACTIONS(524), - [anon_sym_47] = ACTIONS(524), + [anon_sym_u21af] = ACTIONS(524), [anon_sym_take] = ACTIONS(524), - [anon_sym_48] = ACTIONS(524), + [anon_sym_u2199] = ACTIONS(524), [anon_sym_drop] = ACTIONS(524), - [anon_sym_49] = ACTIONS(524), + [anon_sym_u2198] = ACTIONS(524), [anon_sym_rotate] = ACTIONS(524), - [anon_sym_50] = ACTIONS(524), + [anon_sym_u21bb] = ACTIONS(524), [anon_sym_windows] = ACTIONS(524), - [anon_sym_51] = ACTIONS(524), + [anon_sym_u25eb] = ACTIONS(524), [anon_sym_keep] = ACTIONS(524), - [anon_sym_52] = ACTIONS(524), + [anon_sym_u25bd] = ACTIONS(524), [anon_sym_find] = ACTIONS(524), - [anon_sym_53] = ACTIONS(524), + [anon_sym_u2315] = ACTIONS(524), [anon_sym_member] = ACTIONS(524), - [anon_sym_54] = ACTIONS(524), + [anon_sym_u220a] = ACTIONS(524), [anon_sym_indexof] = ACTIONS(524), - [anon_sym_55] = ACTIONS(524), + [anon_sym_u2297] = ACTIONS(524), [anon_sym_assert] = ACTIONS(524), - [anon_sym_56] = ACTIONS(524), + [anon_sym_u2364] = ACTIONS(524), [anon_sym_wait] = ACTIONS(524), [anon_sym_parse] = ACTIONS(524), - [anon_sym_57] = ACTIONS(524), + [anon_sym_u22d5] = ACTIONS(524), [anon_sym_random] = ACTIONS(524), - [anon_sym_58] = ACTIONS(524), + [anon_sym_u2682] = ACTIONS(524), [anon_sym_gen] = ACTIONS(524), [anon_sym_deal] = ACTIONS(524), [anon_sym_tag] = ACTIONS(524), [anon_sym_now] = ACTIONS(524), - [anon_sym_type] = ACTIONS(524), - [anon_sym_59] = ACTIONS(524), + [anon_sym_type] = ACTIONS(522), + [anon_sym_u2e2e] = ACTIONS(524), [anon_sym_dump] = ACTIONS(524), [anon_sym_regex] = ACTIONS(524), [anon_sym_utf] = ACTIONS(524), @@ -40477,85 +41677,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(524), [anon_sym_tryrecv] = ACTIONS(524), [anon_sym_complex] = ACTIONS(524), - [anon_sym_60] = ACTIONS(524), + [anon_sym_u2102] = ACTIONS(524), [anon_sym_rerank] = ACTIONS(524), - [anon_sym_61] = ACTIONS(524), + [anon_sym_u2607] = ACTIONS(524), [anon_sym_fix] = ACTIONS(524), - [anon_sym_62] = ACTIONS(524), + [anon_sym_u00a4] = ACTIONS(524), [anon_sym_QMARK] = ACTIONS(524), [anon_sym_unique] = ACTIONS(524), - [anon_sym_63] = 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_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_64] = ACTIONS(524), + [anon_sym_u2235] = ACTIONS(524), [anon_sym_rows] = ACTIONS(524), - [anon_sym_65] = ACTIONS(524), + [anon_sym_u2261] = ACTIONS(524), [anon_sym_repeat] = ACTIONS(524), - [anon_sym_66] = ACTIONS(524), + [anon_sym_u2365] = ACTIONS(524), [anon_sym_dip] = ACTIONS(524), - [anon_sym_67] = ACTIONS(524), + [anon_sym_u2299] = ACTIONS(524), [anon_sym_gap] = ACTIONS(524), - [anon_sym_68] = ACTIONS(524), + [anon_sym_u22c5] = ACTIONS(524), [anon_sym_spawn] = ACTIONS(524), [anon_sym_rectify] = ACTIONS(524), - [anon_sym_69] = ACTIONS(524), - [anon_sym_this] = ACTIONS(524), - [anon_sym_70] = ACTIONS(524), - [anon_sym_recur] = ACTIONS(524), - [anon_sym_71] = ACTIONS(524), + [anon_sym_u2305] = ACTIONS(524), [anon_sym_un] = ACTIONS(522), - [anon_sym_72] = ACTIONS(524), - [anon_sym_content] = ACTIONS(524), - [anon_sym_73] = ACTIONS(524), + [anon_sym_u00b0] = ACTIONS(524), [anon_sym_bind] = 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_shapes] = ACTIONS(524), + [anon_sym_types] = ACTIONS(524), [anon_sym_fold] = ACTIONS(524), - [anon_sym_74] = ACTIONS(524), + [anon_sym_u2227] = ACTIONS(524), [anon_sym_table] = ACTIONS(524), - [anon_sym_75] = ACTIONS(524), + [anon_sym_u229e] = ACTIONS(524), [anon_sym_group] = ACTIONS(524), - [anon_sym_76] = ACTIONS(524), + [anon_sym_u2295] = ACTIONS(524), [anon_sym_partition] = ACTIONS(524), - [anon_sym_77] = ACTIONS(524), + [anon_sym_u229c] = ACTIONS(524), [anon_sym_both] = ACTIONS(524), - [anon_sym_78] = ACTIONS(524), + [anon_sym_u2229] = ACTIONS(524), [anon_sym_bracket] = ACTIONS(524), - [anon_sym_79] = ACTIONS(524), + [anon_sym_u2293] = ACTIONS(524), [anon_sym_fork] = ACTIONS(524), - [anon_sym_80] = ACTIONS(524), + [anon_sym_u2283] = ACTIONS(524), [anon_sym_under] = ACTIONS(524), - [anon_sym_81] = ACTIONS(524), + [anon_sym_u235c] = ACTIONS(524), [anon_sym_fill] = ACTIONS(524), - [anon_sym_82] = ACTIONS(524), + [anon_sym_u2b1a] = ACTIONS(524), [anon_sym_try] = ACTIONS(522), - [anon_sym_83] = ACTIONS(524), + [anon_sym_u2363] = ACTIONS(524), [anon_sym_do] = ACTIONS(522), - [anon_sym_84] = ACTIONS(524), - [anon_sym_all] = ACTIONS(524), - [anon_sym_85] = ACTIONS(524), + [anon_sym_u2362] = ACTIONS(524), [anon_sym_setinv] = ACTIONS(524), [anon_sym_setunder] = ACTIONS(524), - [anon_sym_86] = ACTIONS(524), - [anon_sym_87] = ACTIONS(524), - [anon_sym_88] = ACTIONS(524), - [anon_sym_89] = ACTIONS(524), - [anon_sym_90] = ACTIONS(524), - [anon_sym_91] = ACTIONS(524), - [anon_sym_92] = ACTIONS(524), - [anon_sym_93] = ACTIONS(524), + [anon_sym_f] = ACTIONS(522), + [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_94] = ACTIONS(524), - [anon_sym_95] = ACTIONS(524), + [anon_sym_u2290] = ACTIONS(524), + [anon_sym_u229d] = ACTIONS(524), [anon_sym_cross] = ACTIONS(524), - [anon_sym_96] = ACTIONS(524), + [anon_sym_u22a0] = ACTIONS(524), [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_u21ac] = ACTIONS(524), + [anon_sym_u21ab] = ACTIONS(524), + [anon_sym_all] = ACTIONS(524), + [anon_sym_u22d4] = ACTIONS(524), [sym__endOfLine] = ACTIONS(524), }, [132] = { @@ -40568,7 +41776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(632), [anon_sym_Sep] = ACTIONS(632), [anon_sym_NUmProcs] = ACTIONS(632), - [anon_sym_] = ACTIONS(634), + [anon_sym_u237c] = ACTIONS(634), [aux_sym_character_token1] = ACTIONS(634), [sym_string] = ACTIONS(634), [sym_multiLineString] = ACTIONS(634), @@ -40584,138 +41792,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(632), [anon_sym_eta] = ACTIONS(634), - [anon_sym_2] = ACTIONS(632), + [anon_sym_u03b7] = ACTIONS(632), [anon_sym_pi] = ACTIONS(632), - [anon_sym_3] = ACTIONS(632), + [anon_sym_u03c0] = ACTIONS(632), [anon_sym_tau] = ACTIONS(634), - [anon_sym_4] = ACTIONS(632), + [anon_sym_u03c4] = ACTIONS(632), [anon_sym_infinity] = ACTIONS(634), - [anon_sym_5] = ACTIONS(634), - [anon_sym_e] = ACTIONS(632), - [anon_sym_NaN] = ACTIONS(632), - [anon_sym_NumProcs] = ACTIONS(632), + [anon_sym_u221e] = ACTIONS(634), [anon_sym_DOT] = ACTIONS(634), [anon_sym_COMMA] = ACTIONS(634), [anon_sym_COLON] = ACTIONS(634), - [anon_sym_6] = ACTIONS(634), + [anon_sym_u25cc] = ACTIONS(634), [anon_sym_identity] = ACTIONS(634), [anon_sym_id] = ACTIONS(632), - [anon_sym_7] = ACTIONS(634), + [anon_sym_u2218] = ACTIONS(634), [anon_sym_not] = ACTIONS(634), - [anon_sym_8] = ACTIONS(634), - [anon_sym_sign] = ACTIONS(634), - [anon_sym_9] = ACTIONS(634), + [anon_sym_u00ac] = ACTIONS(634), + [anon_sym_sign] = ACTIONS(632), + [anon_sym_u00b1] = ACTIONS(634), [anon_sym_BQUOTE] = ACTIONS(634), - [anon_sym_10] = ACTIONS(632), + [anon_sym_u00af] = ACTIONS(632), [anon_sym_absolutevalue] = ACTIONS(634), - [anon_sym_11] = ACTIONS(634), + [anon_sym_u2335] = ACTIONS(634), [anon_sym_sqrt] = ACTIONS(634), - [anon_sym_12] = ACTIONS(634), + [anon_sym_u221a] = ACTIONS(634), [anon_sym_sine] = ACTIONS(634), - [anon_sym_13] = ACTIONS(634), + [anon_sym_u25cb] = ACTIONS(634), [anon_sym_floor] = ACTIONS(634), - [anon_sym_14] = ACTIONS(634), + [anon_sym_u230a] = ACTIONS(634), [anon_sym_ceiling] = ACTIONS(634), - [anon_sym_15] = ACTIONS(634), + [anon_sym_u2308] = ACTIONS(634), [anon_sym_round] = ACTIONS(634), - [anon_sym_16] = ACTIONS(634), + [anon_sym_u2045] = ACTIONS(634), [anon_sym_EQ] = ACTIONS(634), [anon_sym_BANG_EQ] = ACTIONS(634), - [anon_sym_17] = ACTIONS(634), + [anon_sym_u2260] = ACTIONS(634), [anon_sym_LT] = ACTIONS(632), [anon_sym_LT_EQ] = ACTIONS(634), - [anon_sym_18] = ACTIONS(634), + [anon_sym_u2264] = ACTIONS(634), [anon_sym_GT] = ACTIONS(632), [anon_sym_GT_EQ] = ACTIONS(634), - [anon_sym_19] = ACTIONS(634), + [anon_sym_u2265] = ACTIONS(634), [anon_sym_PLUS] = ACTIONS(634), [anon_sym_DASH] = ACTIONS(634), [anon_sym_STAR] = ACTIONS(634), - [anon_sym_20] = ACTIONS(634), + [anon_sym_u00d7] = ACTIONS(634), [anon_sym_PERCENT] = ACTIONS(634), - [anon_sym_21] = ACTIONS(634), + [anon_sym_u00f7] = ACTIONS(634), [anon_sym_modulus] = ACTIONS(634), - [anon_sym_22] = ACTIONS(634), + [anon_sym_u25ff] = ACTIONS(634), [anon_sym_power] = ACTIONS(634), - [anon_sym_23] = ACTIONS(634), + [anon_sym_u207f] = ACTIONS(634), [anon_sym_logarithm] = ACTIONS(634), - [anon_sym_24] = ACTIONS(634), + [anon_sym_u2099] = ACTIONS(634), [anon_sym_minimum] = ACTIONS(634), - [anon_sym_25] = ACTIONS(634), + [anon_sym_u21a7] = ACTIONS(634), [anon_sym_maximum] = ACTIONS(634), - [anon_sym_26] = ACTIONS(634), + [anon_sym_u21a5] = ACTIONS(634), [anon_sym_atangent] = ACTIONS(634), - [anon_sym_27] = ACTIONS(634), + [anon_sym_u2220] = ACTIONS(634), [anon_sym_length] = ACTIONS(634), - [anon_sym_28] = ACTIONS(634), - [anon_sym_shape] = ACTIONS(634), - [anon_sym_29] = ACTIONS(634), + [anon_sym_u29fb] = ACTIONS(634), + [anon_sym_shape] = ACTIONS(632), + [anon_sym_u25b3] = ACTIONS(634), [anon_sym_range] = ACTIONS(634), - [anon_sym_30] = ACTIONS(634), + [anon_sym_u21e1] = ACTIONS(634), [anon_sym_first] = ACTIONS(634), - [anon_sym_31] = ACTIONS(634), + [anon_sym_u22a2] = ACTIONS(634), [anon_sym_reverse] = ACTIONS(634), - [anon_sym_32] = ACTIONS(634), + [anon_sym_u21cc] = ACTIONS(634), [anon_sym_deshape] = ACTIONS(634), - [anon_sym_33] = ACTIONS(634), + [anon_sym_u266d] = ACTIONS(634), [anon_sym_bits] = ACTIONS(634), - [anon_sym_34] = ACTIONS(634), + [anon_sym_u22ef] = ACTIONS(634), [anon_sym_transpose] = ACTIONS(634), - [anon_sym_35] = ACTIONS(634), + [anon_sym_u2349] = ACTIONS(634), [anon_sym_rise] = ACTIONS(634), - [anon_sym_36] = ACTIONS(634), + [anon_sym_u234f] = ACTIONS(634), [anon_sym_fall] = ACTIONS(634), - [anon_sym_37] = ACTIONS(634), + [anon_sym_u2356] = ACTIONS(634), [anon_sym_where] = ACTIONS(634), - [anon_sym_38] = ACTIONS(634), + [anon_sym_u229a] = ACTIONS(634), [anon_sym_classify] = ACTIONS(634), - [anon_sym_39] = ACTIONS(634), + [anon_sym_u229b] = ACTIONS(634), [anon_sym_deduplicate] = ACTIONS(634), - [anon_sym_40] = ACTIONS(634), + [anon_sym_u25f4] = ACTIONS(634), [anon_sym_box] = ACTIONS(634), - [anon_sym_41] = ACTIONS(634), + [anon_sym_u25a1] = ACTIONS(634), [anon_sym_match] = ACTIONS(634), - [anon_sym_42] = ACTIONS(634), + [anon_sym_u224d] = ACTIONS(634), [anon_sym_couple] = ACTIONS(634), - [anon_sym_43] = ACTIONS(634), + [anon_sym_u229f] = ACTIONS(634), [anon_sym_join] = ACTIONS(634), - [anon_sym_44] = ACTIONS(634), + [anon_sym_u2282] = ACTIONS(634), [anon_sym_select] = ACTIONS(634), - [anon_sym_45] = ACTIONS(634), + [anon_sym_u228f] = ACTIONS(634), [anon_sym_pick] = ACTIONS(634), - [anon_sym_46] = ACTIONS(634), + [anon_sym_u22a1] = ACTIONS(634), [anon_sym_reshape] = ACTIONS(634), - [anon_sym_47] = ACTIONS(634), + [anon_sym_u21af] = ACTIONS(634), [anon_sym_take] = ACTIONS(634), - [anon_sym_48] = ACTIONS(634), + [anon_sym_u2199] = ACTIONS(634), [anon_sym_drop] = ACTIONS(634), - [anon_sym_49] = ACTIONS(634), + [anon_sym_u2198] = ACTIONS(634), [anon_sym_rotate] = ACTIONS(634), - [anon_sym_50] = ACTIONS(634), + [anon_sym_u21bb] = ACTIONS(634), [anon_sym_windows] = ACTIONS(634), - [anon_sym_51] = ACTIONS(634), + [anon_sym_u25eb] = ACTIONS(634), [anon_sym_keep] = ACTIONS(634), - [anon_sym_52] = ACTIONS(634), + [anon_sym_u25bd] = ACTIONS(634), [anon_sym_find] = ACTIONS(634), - [anon_sym_53] = ACTIONS(634), + [anon_sym_u2315] = ACTIONS(634), [anon_sym_member] = ACTIONS(634), - [anon_sym_54] = ACTIONS(634), + [anon_sym_u220a] = ACTIONS(634), [anon_sym_indexof] = ACTIONS(634), - [anon_sym_55] = ACTIONS(634), + [anon_sym_u2297] = ACTIONS(634), [anon_sym_assert] = ACTIONS(634), - [anon_sym_56] = ACTIONS(634), + [anon_sym_u2364] = ACTIONS(634), [anon_sym_wait] = ACTIONS(634), [anon_sym_parse] = ACTIONS(634), - [anon_sym_57] = ACTIONS(634), + [anon_sym_u22d5] = ACTIONS(634), [anon_sym_random] = ACTIONS(634), - [anon_sym_58] = ACTIONS(634), + [anon_sym_u2682] = ACTIONS(634), [anon_sym_gen] = ACTIONS(634), [anon_sym_deal] = ACTIONS(634), [anon_sym_tag] = ACTIONS(634), [anon_sym_now] = ACTIONS(634), - [anon_sym_type] = ACTIONS(634), - [anon_sym_59] = ACTIONS(634), + [anon_sym_type] = ACTIONS(632), + [anon_sym_u2e2e] = ACTIONS(634), [anon_sym_dump] = ACTIONS(634), [anon_sym_regex] = ACTIONS(634), [anon_sym_utf] = ACTIONS(634), @@ -40723,85 +41931,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(634), [anon_sym_tryrecv] = ACTIONS(634), [anon_sym_complex] = ACTIONS(634), - [anon_sym_60] = ACTIONS(634), + [anon_sym_u2102] = ACTIONS(634), [anon_sym_rerank] = ACTIONS(634), - [anon_sym_61] = ACTIONS(634), + [anon_sym_u2607] = ACTIONS(634), [anon_sym_fix] = ACTIONS(634), - [anon_sym_62] = ACTIONS(634), + [anon_sym_u00a4] = ACTIONS(634), [anon_sym_QMARK] = ACTIONS(634), [anon_sym_unique] = ACTIONS(634), - [anon_sym_63] = 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_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_64] = ACTIONS(634), + [anon_sym_u2235] = ACTIONS(634), [anon_sym_rows] = ACTIONS(634), - [anon_sym_65] = ACTIONS(634), + [anon_sym_u2261] = ACTIONS(634), [anon_sym_repeat] = ACTIONS(634), - [anon_sym_66] = ACTIONS(634), + [anon_sym_u2365] = ACTIONS(634), [anon_sym_dip] = ACTIONS(634), - [anon_sym_67] = ACTIONS(634), + [anon_sym_u2299] = ACTIONS(634), [anon_sym_gap] = ACTIONS(634), - [anon_sym_68] = ACTIONS(634), + [anon_sym_u22c5] = ACTIONS(634), [anon_sym_spawn] = ACTIONS(634), [anon_sym_rectify] = ACTIONS(634), - [anon_sym_69] = ACTIONS(634), - [anon_sym_this] = ACTIONS(634), - [anon_sym_70] = ACTIONS(634), - [anon_sym_recur] = ACTIONS(634), - [anon_sym_71] = ACTIONS(634), + [anon_sym_u2305] = ACTIONS(634), [anon_sym_un] = ACTIONS(632), - [anon_sym_72] = ACTIONS(634), - [anon_sym_content] = ACTIONS(634), - [anon_sym_73] = ACTIONS(634), + [anon_sym_u00b0] = ACTIONS(634), [anon_sym_bind] = 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_shapes] = ACTIONS(634), + [anon_sym_types] = ACTIONS(634), [anon_sym_fold] = ACTIONS(634), - [anon_sym_74] = ACTIONS(634), + [anon_sym_u2227] = ACTIONS(634), [anon_sym_table] = ACTIONS(634), - [anon_sym_75] = ACTIONS(634), + [anon_sym_u229e] = ACTIONS(634), [anon_sym_group] = ACTIONS(634), - [anon_sym_76] = ACTIONS(634), + [anon_sym_u2295] = ACTIONS(634), [anon_sym_partition] = ACTIONS(634), - [anon_sym_77] = ACTIONS(634), + [anon_sym_u229c] = ACTIONS(634), [anon_sym_both] = ACTIONS(634), - [anon_sym_78] = ACTIONS(634), + [anon_sym_u2229] = ACTIONS(634), [anon_sym_bracket] = ACTIONS(634), - [anon_sym_79] = ACTIONS(634), + [anon_sym_u2293] = ACTIONS(634), [anon_sym_fork] = ACTIONS(634), - [anon_sym_80] = ACTIONS(634), + [anon_sym_u2283] = ACTIONS(634), [anon_sym_under] = ACTIONS(634), - [anon_sym_81] = ACTIONS(634), + [anon_sym_u235c] = ACTIONS(634), [anon_sym_fill] = ACTIONS(634), - [anon_sym_82] = ACTIONS(634), + [anon_sym_u2b1a] = ACTIONS(634), [anon_sym_try] = ACTIONS(632), - [anon_sym_83] = ACTIONS(634), + [anon_sym_u2363] = ACTIONS(634), [anon_sym_do] = ACTIONS(632), - [anon_sym_84] = ACTIONS(634), - [anon_sym_all] = ACTIONS(634), - [anon_sym_85] = ACTIONS(634), + [anon_sym_u2362] = ACTIONS(634), [anon_sym_setinv] = ACTIONS(634), [anon_sym_setunder] = ACTIONS(634), - [anon_sym_86] = ACTIONS(634), - [anon_sym_87] = ACTIONS(634), - [anon_sym_88] = ACTIONS(634), - [anon_sym_89] = ACTIONS(634), - [anon_sym_90] = ACTIONS(634), - [anon_sym_91] = ACTIONS(634), - [anon_sym_92] = ACTIONS(634), - [anon_sym_93] = ACTIONS(634), + [anon_sym_f] = ACTIONS(632), + [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_94] = ACTIONS(634), - [anon_sym_95] = ACTIONS(634), + [anon_sym_u2290] = ACTIONS(634), + [anon_sym_u229d] = ACTIONS(634), [anon_sym_cross] = ACTIONS(634), - [anon_sym_96] = ACTIONS(634), + [anon_sym_u22a0] = ACTIONS(634), [anon_sym_SEMI] = ACTIONS(634), + [anon_sym_u21ac] = ACTIONS(634), + [anon_sym_u21ab] = ACTIONS(634), + [anon_sym_all] = ACTIONS(634), + [anon_sym_u22d4] = ACTIONS(634), [sym__endOfLine] = ACTIONS(634), }, [133] = { @@ -40815,7 +42031,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(582), [anon_sym_Sep] = ACTIONS(582), [anon_sym_NUmProcs] = ACTIONS(582), - [anon_sym_] = ACTIONS(584), + [anon_sym_u237c] = ACTIONS(584), [aux_sym_character_token1] = ACTIONS(584), [sym_string] = ACTIONS(584), [sym_multiLineString] = ACTIONS(584), @@ -40830,138 +42046,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(582), [anon_sym_eta] = ACTIONS(584), - [anon_sym_2] = ACTIONS(582), + [anon_sym_u03b7] = ACTIONS(582), [anon_sym_pi] = ACTIONS(582), - [anon_sym_3] = ACTIONS(582), + [anon_sym_u03c0] = ACTIONS(582), [anon_sym_tau] = ACTIONS(584), - [anon_sym_4] = ACTIONS(582), + [anon_sym_u03c4] = ACTIONS(582), [anon_sym_infinity] = ACTIONS(584), - [anon_sym_5] = ACTIONS(584), - [anon_sym_e] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_NumProcs] = ACTIONS(582), + [anon_sym_u221e] = ACTIONS(584), [anon_sym_DOT] = ACTIONS(584), [anon_sym_COMMA] = ACTIONS(584), [anon_sym_COLON] = ACTIONS(584), - [anon_sym_6] = ACTIONS(584), + [anon_sym_u25cc] = ACTIONS(584), [anon_sym_identity] = ACTIONS(584), [anon_sym_id] = ACTIONS(582), - [anon_sym_7] = ACTIONS(584), + [anon_sym_u2218] = ACTIONS(584), [anon_sym_not] = ACTIONS(584), - [anon_sym_8] = ACTIONS(584), - [anon_sym_sign] = ACTIONS(584), - [anon_sym_9] = ACTIONS(584), + [anon_sym_u00ac] = ACTIONS(584), + [anon_sym_sign] = ACTIONS(582), + [anon_sym_u00b1] = ACTIONS(584), [anon_sym_BQUOTE] = ACTIONS(584), - [anon_sym_10] = ACTIONS(582), + [anon_sym_u00af] = ACTIONS(582), [anon_sym_absolutevalue] = ACTIONS(584), - [anon_sym_11] = ACTIONS(584), + [anon_sym_u2335] = ACTIONS(584), [anon_sym_sqrt] = ACTIONS(584), - [anon_sym_12] = ACTIONS(584), + [anon_sym_u221a] = ACTIONS(584), [anon_sym_sine] = ACTIONS(584), - [anon_sym_13] = ACTIONS(584), + [anon_sym_u25cb] = ACTIONS(584), [anon_sym_floor] = ACTIONS(584), - [anon_sym_14] = ACTIONS(584), + [anon_sym_u230a] = ACTIONS(584), [anon_sym_ceiling] = ACTIONS(584), - [anon_sym_15] = ACTIONS(584), + [anon_sym_u2308] = ACTIONS(584), [anon_sym_round] = ACTIONS(584), - [anon_sym_16] = ACTIONS(584), + [anon_sym_u2045] = ACTIONS(584), [anon_sym_EQ] = ACTIONS(584), [anon_sym_BANG_EQ] = ACTIONS(584), - [anon_sym_17] = ACTIONS(584), + [anon_sym_u2260] = ACTIONS(584), [anon_sym_LT] = ACTIONS(582), [anon_sym_LT_EQ] = ACTIONS(584), - [anon_sym_18] = ACTIONS(584), + [anon_sym_u2264] = ACTIONS(584), [anon_sym_GT] = ACTIONS(582), [anon_sym_GT_EQ] = ACTIONS(584), - [anon_sym_19] = ACTIONS(584), + [anon_sym_u2265] = ACTIONS(584), [anon_sym_PLUS] = ACTIONS(584), [anon_sym_DASH] = ACTIONS(584), [anon_sym_STAR] = ACTIONS(584), - [anon_sym_20] = ACTIONS(584), + [anon_sym_u00d7] = ACTIONS(584), [anon_sym_PERCENT] = ACTIONS(584), - [anon_sym_21] = ACTIONS(584), + [anon_sym_u00f7] = ACTIONS(584), [anon_sym_modulus] = ACTIONS(584), - [anon_sym_22] = ACTIONS(584), + [anon_sym_u25ff] = ACTIONS(584), [anon_sym_power] = ACTIONS(584), - [anon_sym_23] = ACTIONS(584), + [anon_sym_u207f] = ACTIONS(584), [anon_sym_logarithm] = ACTIONS(584), - [anon_sym_24] = ACTIONS(584), + [anon_sym_u2099] = ACTIONS(584), [anon_sym_minimum] = ACTIONS(584), - [anon_sym_25] = ACTIONS(584), + [anon_sym_u21a7] = ACTIONS(584), [anon_sym_maximum] = ACTIONS(584), - [anon_sym_26] = ACTIONS(584), + [anon_sym_u21a5] = ACTIONS(584), [anon_sym_atangent] = ACTIONS(584), - [anon_sym_27] = ACTIONS(584), + [anon_sym_u2220] = ACTIONS(584), [anon_sym_length] = ACTIONS(584), - [anon_sym_28] = ACTIONS(584), - [anon_sym_shape] = ACTIONS(584), - [anon_sym_29] = ACTIONS(584), + [anon_sym_u29fb] = ACTIONS(584), + [anon_sym_shape] = ACTIONS(582), + [anon_sym_u25b3] = ACTIONS(584), [anon_sym_range] = ACTIONS(584), - [anon_sym_30] = ACTIONS(584), + [anon_sym_u21e1] = ACTIONS(584), [anon_sym_first] = ACTIONS(584), - [anon_sym_31] = ACTIONS(584), + [anon_sym_u22a2] = ACTIONS(584), [anon_sym_reverse] = ACTIONS(584), - [anon_sym_32] = ACTIONS(584), + [anon_sym_u21cc] = ACTIONS(584), [anon_sym_deshape] = ACTIONS(584), - [anon_sym_33] = ACTIONS(584), + [anon_sym_u266d] = ACTIONS(584), [anon_sym_bits] = ACTIONS(584), - [anon_sym_34] = ACTIONS(584), + [anon_sym_u22ef] = ACTIONS(584), [anon_sym_transpose] = ACTIONS(584), - [anon_sym_35] = ACTIONS(584), + [anon_sym_u2349] = ACTIONS(584), [anon_sym_rise] = ACTIONS(584), - [anon_sym_36] = ACTIONS(584), + [anon_sym_u234f] = ACTIONS(584), [anon_sym_fall] = ACTIONS(584), - [anon_sym_37] = ACTIONS(584), + [anon_sym_u2356] = ACTIONS(584), [anon_sym_where] = ACTIONS(584), - [anon_sym_38] = ACTIONS(584), + [anon_sym_u229a] = ACTIONS(584), [anon_sym_classify] = ACTIONS(584), - [anon_sym_39] = ACTIONS(584), + [anon_sym_u229b] = ACTIONS(584), [anon_sym_deduplicate] = ACTIONS(584), - [anon_sym_40] = ACTIONS(584), + [anon_sym_u25f4] = ACTIONS(584), [anon_sym_box] = ACTIONS(584), - [anon_sym_41] = ACTIONS(584), + [anon_sym_u25a1] = ACTIONS(584), [anon_sym_match] = ACTIONS(584), - [anon_sym_42] = ACTIONS(584), + [anon_sym_u224d] = ACTIONS(584), [anon_sym_couple] = ACTIONS(584), - [anon_sym_43] = ACTIONS(584), + [anon_sym_u229f] = ACTIONS(584), [anon_sym_join] = ACTIONS(584), - [anon_sym_44] = ACTIONS(584), + [anon_sym_u2282] = ACTIONS(584), [anon_sym_select] = ACTIONS(584), - [anon_sym_45] = ACTIONS(584), + [anon_sym_u228f] = ACTIONS(584), [anon_sym_pick] = ACTIONS(584), - [anon_sym_46] = ACTIONS(584), + [anon_sym_u22a1] = ACTIONS(584), [anon_sym_reshape] = ACTIONS(584), - [anon_sym_47] = ACTIONS(584), + [anon_sym_u21af] = ACTIONS(584), [anon_sym_take] = ACTIONS(584), - [anon_sym_48] = ACTIONS(584), + [anon_sym_u2199] = ACTIONS(584), [anon_sym_drop] = ACTIONS(584), - [anon_sym_49] = ACTIONS(584), + [anon_sym_u2198] = ACTIONS(584), [anon_sym_rotate] = ACTIONS(584), - [anon_sym_50] = ACTIONS(584), + [anon_sym_u21bb] = ACTIONS(584), [anon_sym_windows] = ACTIONS(584), - [anon_sym_51] = ACTIONS(584), + [anon_sym_u25eb] = ACTIONS(584), [anon_sym_keep] = ACTIONS(584), - [anon_sym_52] = ACTIONS(584), + [anon_sym_u25bd] = ACTIONS(584), [anon_sym_find] = ACTIONS(584), - [anon_sym_53] = ACTIONS(584), + [anon_sym_u2315] = ACTIONS(584), [anon_sym_member] = ACTIONS(584), - [anon_sym_54] = ACTIONS(584), + [anon_sym_u220a] = ACTIONS(584), [anon_sym_indexof] = ACTIONS(584), - [anon_sym_55] = ACTIONS(584), + [anon_sym_u2297] = ACTIONS(584), [anon_sym_assert] = ACTIONS(584), - [anon_sym_56] = ACTIONS(584), + [anon_sym_u2364] = ACTIONS(584), [anon_sym_wait] = ACTIONS(584), [anon_sym_parse] = ACTIONS(584), - [anon_sym_57] = ACTIONS(584), + [anon_sym_u22d5] = ACTIONS(584), [anon_sym_random] = ACTIONS(584), - [anon_sym_58] = ACTIONS(584), + [anon_sym_u2682] = ACTIONS(584), [anon_sym_gen] = ACTIONS(584), [anon_sym_deal] = ACTIONS(584), [anon_sym_tag] = ACTIONS(584), [anon_sym_now] = ACTIONS(584), - [anon_sym_type] = ACTIONS(584), - [anon_sym_59] = ACTIONS(584), + [anon_sym_type] = ACTIONS(582), + [anon_sym_u2e2e] = ACTIONS(584), [anon_sym_dump] = ACTIONS(584), [anon_sym_regex] = ACTIONS(584), [anon_sym_utf] = ACTIONS(584), @@ -40969,85 +42185,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(584), [anon_sym_tryrecv] = ACTIONS(584), [anon_sym_complex] = ACTIONS(584), - [anon_sym_60] = ACTIONS(584), + [anon_sym_u2102] = ACTIONS(584), [anon_sym_rerank] = ACTIONS(584), - [anon_sym_61] = ACTIONS(584), + [anon_sym_u2607] = ACTIONS(584), [anon_sym_fix] = ACTIONS(584), - [anon_sym_62] = ACTIONS(584), + [anon_sym_u00a4] = ACTIONS(584), [anon_sym_QMARK] = ACTIONS(584), [anon_sym_unique] = ACTIONS(584), - [anon_sym_63] = 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_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_64] = ACTIONS(584), + [anon_sym_u2235] = ACTIONS(584), [anon_sym_rows] = ACTIONS(584), - [anon_sym_65] = ACTIONS(584), + [anon_sym_u2261] = ACTIONS(584), [anon_sym_repeat] = ACTIONS(584), - [anon_sym_66] = ACTIONS(584), + [anon_sym_u2365] = ACTIONS(584), [anon_sym_dip] = ACTIONS(584), - [anon_sym_67] = ACTIONS(584), + [anon_sym_u2299] = ACTIONS(584), [anon_sym_gap] = ACTIONS(584), - [anon_sym_68] = ACTIONS(584), + [anon_sym_u22c5] = ACTIONS(584), [anon_sym_spawn] = ACTIONS(584), [anon_sym_rectify] = ACTIONS(584), - [anon_sym_69] = ACTIONS(584), - [anon_sym_this] = ACTIONS(584), - [anon_sym_70] = ACTIONS(584), - [anon_sym_recur] = ACTIONS(584), - [anon_sym_71] = ACTIONS(584), + [anon_sym_u2305] = ACTIONS(584), [anon_sym_un] = ACTIONS(582), - [anon_sym_72] = ACTIONS(584), - [anon_sym_content] = ACTIONS(584), - [anon_sym_73] = ACTIONS(584), + [anon_sym_u00b0] = ACTIONS(584), [anon_sym_bind] = 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_shapes] = ACTIONS(584), + [anon_sym_types] = ACTIONS(584), [anon_sym_fold] = ACTIONS(584), - [anon_sym_74] = ACTIONS(584), + [anon_sym_u2227] = ACTIONS(584), [anon_sym_table] = ACTIONS(584), - [anon_sym_75] = ACTIONS(584), + [anon_sym_u229e] = ACTIONS(584), [anon_sym_group] = ACTIONS(584), - [anon_sym_76] = ACTIONS(584), + [anon_sym_u2295] = ACTIONS(584), [anon_sym_partition] = ACTIONS(584), - [anon_sym_77] = ACTIONS(584), + [anon_sym_u229c] = ACTIONS(584), [anon_sym_both] = ACTIONS(584), - [anon_sym_78] = ACTIONS(584), + [anon_sym_u2229] = ACTIONS(584), [anon_sym_bracket] = ACTIONS(584), - [anon_sym_79] = ACTIONS(584), + [anon_sym_u2293] = ACTIONS(584), [anon_sym_fork] = ACTIONS(584), - [anon_sym_80] = ACTIONS(584), + [anon_sym_u2283] = ACTIONS(584), [anon_sym_under] = ACTIONS(584), - [anon_sym_81] = ACTIONS(584), + [anon_sym_u235c] = ACTIONS(584), [anon_sym_fill] = ACTIONS(584), - [anon_sym_82] = ACTIONS(584), + [anon_sym_u2b1a] = ACTIONS(584), [anon_sym_try] = ACTIONS(582), - [anon_sym_83] = ACTIONS(584), + [anon_sym_u2363] = ACTIONS(584), [anon_sym_do] = ACTIONS(582), - [anon_sym_84] = ACTIONS(584), - [anon_sym_all] = ACTIONS(584), - [anon_sym_85] = ACTIONS(584), + [anon_sym_u2362] = ACTIONS(584), [anon_sym_setinv] = ACTIONS(584), [anon_sym_setunder] = ACTIONS(584), - [anon_sym_86] = ACTIONS(584), - [anon_sym_87] = ACTIONS(584), - [anon_sym_88] = ACTIONS(584), - [anon_sym_89] = ACTIONS(584), - [anon_sym_90] = ACTIONS(584), - [anon_sym_91] = ACTIONS(584), - [anon_sym_92] = ACTIONS(584), - [anon_sym_93] = ACTIONS(584), + [anon_sym_f] = ACTIONS(582), + [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_94] = ACTIONS(584), - [anon_sym_95] = ACTIONS(584), + [anon_sym_u2290] = ACTIONS(584), + [anon_sym_u229d] = ACTIONS(584), [anon_sym_cross] = ACTIONS(584), - [anon_sym_96] = ACTIONS(584), + [anon_sym_u22a0] = ACTIONS(584), [anon_sym_SEMI] = ACTIONS(584), + [anon_sym_u21ac] = ACTIONS(584), + [anon_sym_u21ab] = ACTIONS(584), + [anon_sym_all] = ACTIONS(584), + [anon_sym_u22d4] = ACTIONS(584), [sym__endOfLine] = ACTIONS(584), }, [134] = { @@ -41061,7 +42285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(514), [anon_sym_Sep] = ACTIONS(514), [anon_sym_NUmProcs] = ACTIONS(514), - [anon_sym_] = ACTIONS(516), + [anon_sym_u237c] = ACTIONS(516), [aux_sym_character_token1] = ACTIONS(516), [sym_string] = ACTIONS(516), [sym_multiLineString] = ACTIONS(516), @@ -41076,138 +42300,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(514), [anon_sym_eta] = ACTIONS(516), - [anon_sym_2] = ACTIONS(514), + [anon_sym_u03b7] = ACTIONS(514), [anon_sym_pi] = ACTIONS(514), - [anon_sym_3] = ACTIONS(514), + [anon_sym_u03c0] = ACTIONS(514), [anon_sym_tau] = ACTIONS(516), - [anon_sym_4] = ACTIONS(514), + [anon_sym_u03c4] = ACTIONS(514), [anon_sym_infinity] = ACTIONS(516), - [anon_sym_5] = ACTIONS(516), - [anon_sym_e] = ACTIONS(514), - [anon_sym_NaN] = ACTIONS(514), - [anon_sym_NumProcs] = ACTIONS(514), + [anon_sym_u221e] = ACTIONS(516), [anon_sym_DOT] = ACTIONS(516), [anon_sym_COMMA] = ACTIONS(516), [anon_sym_COLON] = ACTIONS(516), - [anon_sym_6] = ACTIONS(516), + [anon_sym_u25cc] = ACTIONS(516), [anon_sym_identity] = ACTIONS(516), [anon_sym_id] = ACTIONS(514), - [anon_sym_7] = ACTIONS(516), + [anon_sym_u2218] = ACTIONS(516), [anon_sym_not] = ACTIONS(516), - [anon_sym_8] = ACTIONS(516), - [anon_sym_sign] = ACTIONS(516), - [anon_sym_9] = ACTIONS(516), + [anon_sym_u00ac] = ACTIONS(516), + [anon_sym_sign] = ACTIONS(514), + [anon_sym_u00b1] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), - [anon_sym_10] = ACTIONS(514), + [anon_sym_u00af] = ACTIONS(514), [anon_sym_absolutevalue] = ACTIONS(516), - [anon_sym_11] = ACTIONS(516), + [anon_sym_u2335] = ACTIONS(516), [anon_sym_sqrt] = ACTIONS(516), - [anon_sym_12] = ACTIONS(516), + [anon_sym_u221a] = ACTIONS(516), [anon_sym_sine] = ACTIONS(516), - [anon_sym_13] = ACTIONS(516), + [anon_sym_u25cb] = ACTIONS(516), [anon_sym_floor] = ACTIONS(516), - [anon_sym_14] = ACTIONS(516), + [anon_sym_u230a] = ACTIONS(516), [anon_sym_ceiling] = ACTIONS(516), - [anon_sym_15] = ACTIONS(516), + [anon_sym_u2308] = ACTIONS(516), [anon_sym_round] = ACTIONS(516), - [anon_sym_16] = ACTIONS(516), + [anon_sym_u2045] = ACTIONS(516), [anon_sym_EQ] = ACTIONS(516), [anon_sym_BANG_EQ] = ACTIONS(516), - [anon_sym_17] = ACTIONS(516), + [anon_sym_u2260] = ACTIONS(516), [anon_sym_LT] = ACTIONS(514), [anon_sym_LT_EQ] = ACTIONS(516), - [anon_sym_18] = ACTIONS(516), + [anon_sym_u2264] = ACTIONS(516), [anon_sym_GT] = ACTIONS(514), [anon_sym_GT_EQ] = ACTIONS(516), - [anon_sym_19] = ACTIONS(516), + [anon_sym_u2265] = ACTIONS(516), [anon_sym_PLUS] = ACTIONS(516), [anon_sym_DASH] = ACTIONS(516), [anon_sym_STAR] = ACTIONS(516), - [anon_sym_20] = ACTIONS(516), + [anon_sym_u00d7] = ACTIONS(516), [anon_sym_PERCENT] = ACTIONS(516), - [anon_sym_21] = ACTIONS(516), + [anon_sym_u00f7] = ACTIONS(516), [anon_sym_modulus] = ACTIONS(516), - [anon_sym_22] = ACTIONS(516), + [anon_sym_u25ff] = ACTIONS(516), [anon_sym_power] = ACTIONS(516), - [anon_sym_23] = ACTIONS(516), + [anon_sym_u207f] = ACTIONS(516), [anon_sym_logarithm] = ACTIONS(516), - [anon_sym_24] = ACTIONS(516), + [anon_sym_u2099] = ACTIONS(516), [anon_sym_minimum] = ACTIONS(516), - [anon_sym_25] = ACTIONS(516), + [anon_sym_u21a7] = ACTIONS(516), [anon_sym_maximum] = ACTIONS(516), - [anon_sym_26] = ACTIONS(516), + [anon_sym_u21a5] = ACTIONS(516), [anon_sym_atangent] = ACTIONS(516), - [anon_sym_27] = ACTIONS(516), + [anon_sym_u2220] = ACTIONS(516), [anon_sym_length] = ACTIONS(516), - [anon_sym_28] = ACTIONS(516), - [anon_sym_shape] = ACTIONS(516), - [anon_sym_29] = ACTIONS(516), + [anon_sym_u29fb] = ACTIONS(516), + [anon_sym_shape] = ACTIONS(514), + [anon_sym_u25b3] = ACTIONS(516), [anon_sym_range] = ACTIONS(516), - [anon_sym_30] = ACTIONS(516), + [anon_sym_u21e1] = ACTIONS(516), [anon_sym_first] = ACTIONS(516), - [anon_sym_31] = ACTIONS(516), + [anon_sym_u22a2] = ACTIONS(516), [anon_sym_reverse] = ACTIONS(516), - [anon_sym_32] = ACTIONS(516), + [anon_sym_u21cc] = ACTIONS(516), [anon_sym_deshape] = ACTIONS(516), - [anon_sym_33] = ACTIONS(516), + [anon_sym_u266d] = ACTIONS(516), [anon_sym_bits] = ACTIONS(516), - [anon_sym_34] = ACTIONS(516), + [anon_sym_u22ef] = ACTIONS(516), [anon_sym_transpose] = ACTIONS(516), - [anon_sym_35] = ACTIONS(516), + [anon_sym_u2349] = ACTIONS(516), [anon_sym_rise] = ACTIONS(516), - [anon_sym_36] = ACTIONS(516), + [anon_sym_u234f] = ACTIONS(516), [anon_sym_fall] = ACTIONS(516), - [anon_sym_37] = ACTIONS(516), + [anon_sym_u2356] = ACTIONS(516), [anon_sym_where] = ACTIONS(516), - [anon_sym_38] = ACTIONS(516), + [anon_sym_u229a] = ACTIONS(516), [anon_sym_classify] = ACTIONS(516), - [anon_sym_39] = ACTIONS(516), + [anon_sym_u229b] = ACTIONS(516), [anon_sym_deduplicate] = ACTIONS(516), - [anon_sym_40] = ACTIONS(516), + [anon_sym_u25f4] = ACTIONS(516), [anon_sym_box] = ACTIONS(516), - [anon_sym_41] = ACTIONS(516), + [anon_sym_u25a1] = ACTIONS(516), [anon_sym_match] = ACTIONS(516), - [anon_sym_42] = ACTIONS(516), + [anon_sym_u224d] = ACTIONS(516), [anon_sym_couple] = ACTIONS(516), - [anon_sym_43] = ACTIONS(516), + [anon_sym_u229f] = ACTIONS(516), [anon_sym_join] = ACTIONS(516), - [anon_sym_44] = ACTIONS(516), + [anon_sym_u2282] = ACTIONS(516), [anon_sym_select] = ACTIONS(516), - [anon_sym_45] = ACTIONS(516), + [anon_sym_u228f] = ACTIONS(516), [anon_sym_pick] = ACTIONS(516), - [anon_sym_46] = ACTIONS(516), + [anon_sym_u22a1] = ACTIONS(516), [anon_sym_reshape] = ACTIONS(516), - [anon_sym_47] = ACTIONS(516), + [anon_sym_u21af] = ACTIONS(516), [anon_sym_take] = ACTIONS(516), - [anon_sym_48] = ACTIONS(516), + [anon_sym_u2199] = ACTIONS(516), [anon_sym_drop] = ACTIONS(516), - [anon_sym_49] = ACTIONS(516), + [anon_sym_u2198] = ACTIONS(516), [anon_sym_rotate] = ACTIONS(516), - [anon_sym_50] = ACTIONS(516), + [anon_sym_u21bb] = ACTIONS(516), [anon_sym_windows] = ACTIONS(516), - [anon_sym_51] = ACTIONS(516), + [anon_sym_u25eb] = ACTIONS(516), [anon_sym_keep] = ACTIONS(516), - [anon_sym_52] = ACTIONS(516), + [anon_sym_u25bd] = ACTIONS(516), [anon_sym_find] = ACTIONS(516), - [anon_sym_53] = ACTIONS(516), + [anon_sym_u2315] = ACTIONS(516), [anon_sym_member] = ACTIONS(516), - [anon_sym_54] = ACTIONS(516), + [anon_sym_u220a] = ACTIONS(516), [anon_sym_indexof] = ACTIONS(516), - [anon_sym_55] = ACTIONS(516), + [anon_sym_u2297] = ACTIONS(516), [anon_sym_assert] = ACTIONS(516), - [anon_sym_56] = ACTIONS(516), + [anon_sym_u2364] = ACTIONS(516), [anon_sym_wait] = ACTIONS(516), [anon_sym_parse] = ACTIONS(516), - [anon_sym_57] = ACTIONS(516), + [anon_sym_u22d5] = ACTIONS(516), [anon_sym_random] = ACTIONS(516), - [anon_sym_58] = ACTIONS(516), + [anon_sym_u2682] = ACTIONS(516), [anon_sym_gen] = ACTIONS(516), [anon_sym_deal] = ACTIONS(516), [anon_sym_tag] = ACTIONS(516), [anon_sym_now] = ACTIONS(516), - [anon_sym_type] = ACTIONS(516), - [anon_sym_59] = ACTIONS(516), + [anon_sym_type] = ACTIONS(514), + [anon_sym_u2e2e] = ACTIONS(516), [anon_sym_dump] = ACTIONS(516), [anon_sym_regex] = ACTIONS(516), [anon_sym_utf] = ACTIONS(516), @@ -41215,85 +42439,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(516), [anon_sym_tryrecv] = ACTIONS(516), [anon_sym_complex] = ACTIONS(516), - [anon_sym_60] = ACTIONS(516), + [anon_sym_u2102] = ACTIONS(516), [anon_sym_rerank] = ACTIONS(516), - [anon_sym_61] = ACTIONS(516), + [anon_sym_u2607] = ACTIONS(516), [anon_sym_fix] = ACTIONS(516), - [anon_sym_62] = ACTIONS(516), + [anon_sym_u00a4] = ACTIONS(516), [anon_sym_QMARK] = ACTIONS(516), [anon_sym_unique] = ACTIONS(516), - [anon_sym_63] = 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_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_64] = ACTIONS(516), + [anon_sym_u2235] = ACTIONS(516), [anon_sym_rows] = ACTIONS(516), - [anon_sym_65] = ACTIONS(516), + [anon_sym_u2261] = ACTIONS(516), [anon_sym_repeat] = ACTIONS(516), - [anon_sym_66] = ACTIONS(516), + [anon_sym_u2365] = ACTIONS(516), [anon_sym_dip] = ACTIONS(516), - [anon_sym_67] = ACTIONS(516), + [anon_sym_u2299] = ACTIONS(516), [anon_sym_gap] = ACTIONS(516), - [anon_sym_68] = ACTIONS(516), + [anon_sym_u22c5] = ACTIONS(516), [anon_sym_spawn] = ACTIONS(516), [anon_sym_rectify] = ACTIONS(516), - [anon_sym_69] = ACTIONS(516), - [anon_sym_this] = ACTIONS(516), - [anon_sym_70] = ACTIONS(516), - [anon_sym_recur] = ACTIONS(516), - [anon_sym_71] = ACTIONS(516), + [anon_sym_u2305] = ACTIONS(516), [anon_sym_un] = ACTIONS(514), - [anon_sym_72] = ACTIONS(516), - [anon_sym_content] = ACTIONS(516), - [anon_sym_73] = ACTIONS(516), + [anon_sym_u00b0] = ACTIONS(516), [anon_sym_bind] = 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_shapes] = ACTIONS(516), + [anon_sym_types] = ACTIONS(516), [anon_sym_fold] = ACTIONS(516), - [anon_sym_74] = ACTIONS(516), + [anon_sym_u2227] = ACTIONS(516), [anon_sym_table] = ACTIONS(516), - [anon_sym_75] = ACTIONS(516), + [anon_sym_u229e] = ACTIONS(516), [anon_sym_group] = ACTIONS(516), - [anon_sym_76] = ACTIONS(516), + [anon_sym_u2295] = ACTIONS(516), [anon_sym_partition] = ACTIONS(516), - [anon_sym_77] = ACTIONS(516), + [anon_sym_u229c] = ACTIONS(516), [anon_sym_both] = ACTIONS(516), - [anon_sym_78] = ACTIONS(516), + [anon_sym_u2229] = ACTIONS(516), [anon_sym_bracket] = ACTIONS(516), - [anon_sym_79] = ACTIONS(516), + [anon_sym_u2293] = ACTIONS(516), [anon_sym_fork] = ACTIONS(516), - [anon_sym_80] = ACTIONS(516), + [anon_sym_u2283] = ACTIONS(516), [anon_sym_under] = ACTIONS(516), - [anon_sym_81] = ACTIONS(516), + [anon_sym_u235c] = ACTIONS(516), [anon_sym_fill] = ACTIONS(516), - [anon_sym_82] = ACTIONS(516), + [anon_sym_u2b1a] = ACTIONS(516), [anon_sym_try] = ACTIONS(514), - [anon_sym_83] = ACTIONS(516), + [anon_sym_u2363] = ACTIONS(516), [anon_sym_do] = ACTIONS(514), - [anon_sym_84] = ACTIONS(516), - [anon_sym_all] = ACTIONS(516), - [anon_sym_85] = ACTIONS(516), + [anon_sym_u2362] = ACTIONS(516), [anon_sym_setinv] = ACTIONS(516), [anon_sym_setunder] = ACTIONS(516), - [anon_sym_86] = ACTIONS(516), - [anon_sym_87] = ACTIONS(516), - [anon_sym_88] = ACTIONS(516), - [anon_sym_89] = ACTIONS(516), - [anon_sym_90] = ACTIONS(516), - [anon_sym_91] = ACTIONS(516), - [anon_sym_92] = ACTIONS(516), - [anon_sym_93] = ACTIONS(516), + [anon_sym_f] = ACTIONS(514), + [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_94] = ACTIONS(516), - [anon_sym_95] = ACTIONS(516), + [anon_sym_u2290] = ACTIONS(516), + [anon_sym_u229d] = ACTIONS(516), [anon_sym_cross] = ACTIONS(516), - [anon_sym_96] = ACTIONS(516), + [anon_sym_u22a0] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), + [anon_sym_u21ac] = ACTIONS(516), + [anon_sym_u21ab] = ACTIONS(516), + [anon_sym_all] = ACTIONS(516), + [anon_sym_u22d4] = ACTIONS(516), [sym__endOfLine] = ACTIONS(516), }, [135] = { @@ -41306,7 +42538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(636), [anon_sym_Sep] = ACTIONS(636), [anon_sym_NUmProcs] = ACTIONS(636), - [anon_sym_] = ACTIONS(229), + [anon_sym_u237c] = ACTIONS(229), [aux_sym_character_token1] = ACTIONS(229), [sym_string] = ACTIONS(229), [sym_multiLineString] = ACTIONS(229), @@ -41322,138 +42554,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(229), [anon_sym_SQUOTE] = ACTIONS(636), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(229), + [anon_sym_e] = ACTIONS(636), + [anon_sym_NaN] = ACTIONS(636), + [anon_sym_NumProcs] = ACTIONS(636), [anon_sym_eta] = ACTIONS(229), - [anon_sym_2] = ACTIONS(636), + [anon_sym_u03b7] = ACTIONS(636), [anon_sym_pi] = ACTIONS(636), - [anon_sym_3] = ACTIONS(636), + [anon_sym_u03c0] = ACTIONS(636), [anon_sym_tau] = ACTIONS(229), - [anon_sym_4] = ACTIONS(636), + [anon_sym_u03c4] = ACTIONS(636), [anon_sym_infinity] = ACTIONS(229), - [anon_sym_5] = ACTIONS(229), - [anon_sym_e] = ACTIONS(636), - [anon_sym_NaN] = ACTIONS(636), - [anon_sym_NumProcs] = ACTIONS(636), + [anon_sym_u221e] = ACTIONS(229), [anon_sym_DOT] = ACTIONS(229), [anon_sym_COMMA] = ACTIONS(229), [anon_sym_COLON] = ACTIONS(229), - [anon_sym_6] = ACTIONS(229), + [anon_sym_u25cc] = ACTIONS(229), [anon_sym_identity] = ACTIONS(229), [anon_sym_id] = ACTIONS(636), - [anon_sym_7] = ACTIONS(229), + [anon_sym_u2218] = ACTIONS(229), [anon_sym_not] = ACTIONS(229), - [anon_sym_8] = ACTIONS(229), - [anon_sym_sign] = ACTIONS(229), - [anon_sym_9] = ACTIONS(229), + [anon_sym_u00ac] = ACTIONS(229), + [anon_sym_sign] = ACTIONS(636), + [anon_sym_u00b1] = ACTIONS(229), [anon_sym_BQUOTE] = ACTIONS(229), - [anon_sym_10] = ACTIONS(636), + [anon_sym_u00af] = ACTIONS(636), [anon_sym_absolutevalue] = ACTIONS(229), - [anon_sym_11] = ACTIONS(229), + [anon_sym_u2335] = ACTIONS(229), [anon_sym_sqrt] = ACTIONS(229), - [anon_sym_12] = ACTIONS(229), + [anon_sym_u221a] = ACTIONS(229), [anon_sym_sine] = ACTIONS(229), - [anon_sym_13] = ACTIONS(229), + [anon_sym_u25cb] = ACTIONS(229), [anon_sym_floor] = ACTIONS(229), - [anon_sym_14] = ACTIONS(229), + [anon_sym_u230a] = ACTIONS(229), [anon_sym_ceiling] = ACTIONS(229), - [anon_sym_15] = ACTIONS(229), + [anon_sym_u2308] = ACTIONS(229), [anon_sym_round] = ACTIONS(229), - [anon_sym_16] = ACTIONS(229), + [anon_sym_u2045] = ACTIONS(229), [anon_sym_EQ] = ACTIONS(229), [anon_sym_BANG_EQ] = ACTIONS(229), - [anon_sym_17] = ACTIONS(229), + [anon_sym_u2260] = ACTIONS(229), [anon_sym_LT] = ACTIONS(636), [anon_sym_LT_EQ] = ACTIONS(229), - [anon_sym_18] = ACTIONS(229), + [anon_sym_u2264] = ACTIONS(229), [anon_sym_GT] = ACTIONS(636), [anon_sym_GT_EQ] = ACTIONS(229), - [anon_sym_19] = ACTIONS(229), + [anon_sym_u2265] = ACTIONS(229), [anon_sym_PLUS] = ACTIONS(229), [anon_sym_DASH] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(229), - [anon_sym_20] = ACTIONS(229), + [anon_sym_u00d7] = ACTIONS(229), [anon_sym_PERCENT] = ACTIONS(229), - [anon_sym_21] = ACTIONS(229), + [anon_sym_u00f7] = ACTIONS(229), [anon_sym_modulus] = ACTIONS(229), - [anon_sym_22] = ACTIONS(229), + [anon_sym_u25ff] = ACTIONS(229), [anon_sym_power] = ACTIONS(229), - [anon_sym_23] = ACTIONS(229), + [anon_sym_u207f] = ACTIONS(229), [anon_sym_logarithm] = ACTIONS(229), - [anon_sym_24] = ACTIONS(229), + [anon_sym_u2099] = ACTIONS(229), [anon_sym_minimum] = ACTIONS(229), - [anon_sym_25] = ACTIONS(229), + [anon_sym_u21a7] = ACTIONS(229), [anon_sym_maximum] = ACTIONS(229), - [anon_sym_26] = ACTIONS(229), + [anon_sym_u21a5] = ACTIONS(229), [anon_sym_atangent] = ACTIONS(229), - [anon_sym_27] = ACTIONS(229), + [anon_sym_u2220] = ACTIONS(229), [anon_sym_length] = ACTIONS(229), - [anon_sym_28] = ACTIONS(229), - [anon_sym_shape] = ACTIONS(229), - [anon_sym_29] = ACTIONS(229), + [anon_sym_u29fb] = ACTIONS(229), + [anon_sym_shape] = ACTIONS(636), + [anon_sym_u25b3] = ACTIONS(229), [anon_sym_range] = ACTIONS(229), - [anon_sym_30] = ACTIONS(229), + [anon_sym_u21e1] = ACTIONS(229), [anon_sym_first] = ACTIONS(229), - [anon_sym_31] = ACTIONS(229), + [anon_sym_u22a2] = ACTIONS(229), [anon_sym_reverse] = ACTIONS(229), - [anon_sym_32] = ACTIONS(229), + [anon_sym_u21cc] = ACTIONS(229), [anon_sym_deshape] = ACTIONS(229), - [anon_sym_33] = ACTIONS(229), + [anon_sym_u266d] = ACTIONS(229), [anon_sym_bits] = ACTIONS(229), - [anon_sym_34] = ACTIONS(229), + [anon_sym_u22ef] = ACTIONS(229), [anon_sym_transpose] = ACTIONS(229), - [anon_sym_35] = ACTIONS(229), + [anon_sym_u2349] = ACTIONS(229), [anon_sym_rise] = ACTIONS(229), - [anon_sym_36] = ACTIONS(229), + [anon_sym_u234f] = ACTIONS(229), [anon_sym_fall] = ACTIONS(229), - [anon_sym_37] = ACTIONS(229), + [anon_sym_u2356] = ACTIONS(229), [anon_sym_where] = ACTIONS(229), - [anon_sym_38] = ACTIONS(229), + [anon_sym_u229a] = ACTIONS(229), [anon_sym_classify] = ACTIONS(229), - [anon_sym_39] = ACTIONS(229), + [anon_sym_u229b] = ACTIONS(229), [anon_sym_deduplicate] = ACTIONS(229), - [anon_sym_40] = ACTIONS(229), + [anon_sym_u25f4] = ACTIONS(229), [anon_sym_box] = ACTIONS(229), - [anon_sym_41] = ACTIONS(229), + [anon_sym_u25a1] = ACTIONS(229), [anon_sym_match] = ACTIONS(229), - [anon_sym_42] = ACTIONS(229), + [anon_sym_u224d] = ACTIONS(229), [anon_sym_couple] = ACTIONS(229), - [anon_sym_43] = ACTIONS(229), + [anon_sym_u229f] = ACTIONS(229), [anon_sym_join] = ACTIONS(229), - [anon_sym_44] = ACTIONS(229), + [anon_sym_u2282] = ACTIONS(229), [anon_sym_select] = ACTIONS(229), - [anon_sym_45] = ACTIONS(229), + [anon_sym_u228f] = ACTIONS(229), [anon_sym_pick] = ACTIONS(229), - [anon_sym_46] = ACTIONS(229), + [anon_sym_u22a1] = ACTIONS(229), [anon_sym_reshape] = ACTIONS(229), - [anon_sym_47] = ACTIONS(229), + [anon_sym_u21af] = ACTIONS(229), [anon_sym_take] = ACTIONS(229), - [anon_sym_48] = ACTIONS(229), + [anon_sym_u2199] = ACTIONS(229), [anon_sym_drop] = ACTIONS(229), - [anon_sym_49] = ACTIONS(229), + [anon_sym_u2198] = ACTIONS(229), [anon_sym_rotate] = ACTIONS(229), - [anon_sym_50] = ACTIONS(229), + [anon_sym_u21bb] = ACTIONS(229), [anon_sym_windows] = ACTIONS(229), - [anon_sym_51] = ACTIONS(229), + [anon_sym_u25eb] = ACTIONS(229), [anon_sym_keep] = ACTIONS(229), - [anon_sym_52] = ACTIONS(229), + [anon_sym_u25bd] = ACTIONS(229), [anon_sym_find] = ACTIONS(229), - [anon_sym_53] = ACTIONS(229), + [anon_sym_u2315] = ACTIONS(229), [anon_sym_member] = ACTIONS(229), - [anon_sym_54] = ACTIONS(229), + [anon_sym_u220a] = ACTIONS(229), [anon_sym_indexof] = ACTIONS(229), - [anon_sym_55] = ACTIONS(229), + [anon_sym_u2297] = ACTIONS(229), [anon_sym_assert] = ACTIONS(229), - [anon_sym_56] = ACTIONS(229), + [anon_sym_u2364] = ACTIONS(229), [anon_sym_wait] = ACTIONS(229), [anon_sym_parse] = ACTIONS(229), - [anon_sym_57] = ACTIONS(229), + [anon_sym_u22d5] = ACTIONS(229), [anon_sym_random] = ACTIONS(229), - [anon_sym_58] = ACTIONS(229), + [anon_sym_u2682] = ACTIONS(229), [anon_sym_gen] = ACTIONS(229), [anon_sym_deal] = ACTIONS(229), [anon_sym_tag] = ACTIONS(229), [anon_sym_now] = ACTIONS(229), - [anon_sym_type] = ACTIONS(229), - [anon_sym_59] = ACTIONS(229), + [anon_sym_type] = ACTIONS(636), + [anon_sym_u2e2e] = ACTIONS(229), [anon_sym_dump] = ACTIONS(229), [anon_sym_regex] = ACTIONS(229), [anon_sym_utf] = ACTIONS(229), @@ -41461,85 +42693,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(229), [anon_sym_tryrecv] = ACTIONS(229), [anon_sym_complex] = ACTIONS(229), - [anon_sym_60] = ACTIONS(229), + [anon_sym_u2102] = ACTIONS(229), [anon_sym_rerank] = ACTIONS(229), - [anon_sym_61] = ACTIONS(229), + [anon_sym_u2607] = ACTIONS(229), [anon_sym_fix] = ACTIONS(229), - [anon_sym_62] = ACTIONS(229), + [anon_sym_u00a4] = ACTIONS(229), [anon_sym_QMARK] = ACTIONS(229), [anon_sym_unique] = ACTIONS(229), - [anon_sym_63] = ACTIONS(229), + [anon_sym_u25f0] = ACTIONS(229), [anon_sym_map] = ACTIONS(229), [anon_sym_has] = ACTIONS(229), [anon_sym_get] = ACTIONS(229), [anon_sym_insert] = ACTIONS(229), [anon_sym_remove] = ACTIONS(229), + [anon_sym_repr] = ACTIONS(229), [anon_sym_reduce] = ACTIONS(229), [anon_sym_SLASH] = ACTIONS(229), [anon_sym_scan] = ACTIONS(229), [anon_sym_BSLASH] = ACTIONS(229), [anon_sym_each] = ACTIONS(229), - [anon_sym_64] = ACTIONS(229), + [anon_sym_u2235] = ACTIONS(229), [anon_sym_rows] = ACTIONS(229), - [anon_sym_65] = ACTIONS(229), + [anon_sym_u2261] = ACTIONS(229), [anon_sym_repeat] = ACTIONS(229), - [anon_sym_66] = ACTIONS(229), + [anon_sym_u2365] = ACTIONS(229), [anon_sym_dip] = ACTIONS(229), - [anon_sym_67] = ACTIONS(229), + [anon_sym_u2299] = ACTIONS(229), [anon_sym_gap] = ACTIONS(229), - [anon_sym_68] = ACTIONS(229), + [anon_sym_u22c5] = ACTIONS(229), [anon_sym_spawn] = ACTIONS(229), [anon_sym_rectify] = ACTIONS(229), - [anon_sym_69] = ACTIONS(229), - [anon_sym_this] = ACTIONS(229), - [anon_sym_70] = ACTIONS(229), - [anon_sym_recur] = ACTIONS(229), - [anon_sym_71] = ACTIONS(229), + [anon_sym_u2305] = ACTIONS(229), [anon_sym_un] = ACTIONS(636), - [anon_sym_72] = ACTIONS(229), - [anon_sym_content] = ACTIONS(229), - [anon_sym_73] = ACTIONS(229), + [anon_sym_u00b0] = ACTIONS(229), [anon_sym_bind] = ACTIONS(229), + [anon_sym_on] = ACTIONS(636), + [anon_sym_u27dc] = ACTIONS(229), + [anon_sym_inventory] = ACTIONS(229), + [anon_sym_u235a] = ACTIONS(229), + [anon_sym_content] = ACTIONS(229), + [anon_sym_u25c7] = ACTIONS(229), + [anon_sym_pool] = ACTIONS(229), + [anon_sym_stringify] = ACTIONS(229), + [anon_sym_signature] = ACTIONS(229), + [anon_sym_shapes] = ACTIONS(229), + [anon_sym_types] = ACTIONS(229), [anon_sym_fold] = ACTIONS(229), - [anon_sym_74] = ACTIONS(229), + [anon_sym_u2227] = ACTIONS(229), [anon_sym_table] = ACTIONS(229), - [anon_sym_75] = ACTIONS(229), + [anon_sym_u229e] = ACTIONS(229), [anon_sym_group] = ACTIONS(229), - [anon_sym_76] = ACTIONS(229), + [anon_sym_u2295] = ACTIONS(229), [anon_sym_partition] = ACTIONS(229), - [anon_sym_77] = ACTIONS(229), + [anon_sym_u229c] = ACTIONS(229), [anon_sym_both] = ACTIONS(229), - [anon_sym_78] = ACTIONS(229), + [anon_sym_u2229] = ACTIONS(229), [anon_sym_bracket] = ACTIONS(229), - [anon_sym_79] = ACTIONS(229), + [anon_sym_u2293] = ACTIONS(229), [anon_sym_fork] = ACTIONS(229), - [anon_sym_80] = ACTIONS(229), + [anon_sym_u2283] = ACTIONS(229), [anon_sym_under] = ACTIONS(229), - [anon_sym_81] = ACTIONS(229), + [anon_sym_u235c] = ACTIONS(229), [anon_sym_fill] = ACTIONS(229), - [anon_sym_82] = ACTIONS(229), + [anon_sym_u2b1a] = ACTIONS(229), [anon_sym_try] = ACTIONS(636), - [anon_sym_83] = ACTIONS(229), + [anon_sym_u2363] = ACTIONS(229), [anon_sym_do] = ACTIONS(636), - [anon_sym_84] = ACTIONS(229), - [anon_sym_all] = ACTIONS(229), - [anon_sym_85] = ACTIONS(229), + [anon_sym_u2362] = ACTIONS(229), [anon_sym_setinv] = ACTIONS(229), [anon_sym_setunder] = ACTIONS(229), - [anon_sym_86] = ACTIONS(229), - [anon_sym_87] = ACTIONS(229), - [anon_sym_88] = ACTIONS(229), - [anon_sym_89] = ACTIONS(229), - [anon_sym_90] = ACTIONS(229), - [anon_sym_91] = ACTIONS(229), - [anon_sym_92] = ACTIONS(229), - [anon_sym_93] = ACTIONS(229), + [anon_sym_f] = ACTIONS(636), + [anon_sym_u2765] = ACTIONS(229), + [anon_sym_u2192] = ACTIONS(229), + [anon_sym_u2237] = ACTIONS(229), + [anon_sym_u00b7] = ACTIONS(229), + [anon_sym_u235b] = ACTIONS(229), + [anon_sym_u2302] = ACTIONS(229), + [anon_sym_u21b0] = ACTIONS(229), [anon_sym_unpack] = ACTIONS(229), - [anon_sym_94] = ACTIONS(229), - [anon_sym_95] = ACTIONS(229), + [anon_sym_u2290] = ACTIONS(229), + [anon_sym_u229d] = ACTIONS(229), [anon_sym_cross] = ACTIONS(229), - [anon_sym_96] = ACTIONS(229), + [anon_sym_u22a0] = ACTIONS(229), [anon_sym_SEMI] = ACTIONS(229), + [anon_sym_u21ac] = ACTIONS(229), + [anon_sym_u21ab] = ACTIONS(229), + [anon_sym_all] = ACTIONS(229), + [anon_sym_u22d4] = ACTIONS(229), [sym__endOfLine] = ACTIONS(5), }, [136] = { @@ -41553,7 +42793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(574), [anon_sym_Sep] = ACTIONS(574), [anon_sym_NUmProcs] = ACTIONS(574), - [anon_sym_] = ACTIONS(576), + [anon_sym_u237c] = ACTIONS(576), [aux_sym_character_token1] = ACTIONS(576), [sym_string] = ACTIONS(576), [sym_multiLineString] = ACTIONS(576), @@ -41568,138 +42808,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(574), [anon_sym_eta] = ACTIONS(576), - [anon_sym_2] = ACTIONS(574), + [anon_sym_u03b7] = ACTIONS(574), [anon_sym_pi] = ACTIONS(574), - [anon_sym_3] = ACTIONS(574), + [anon_sym_u03c0] = ACTIONS(574), [anon_sym_tau] = ACTIONS(576), - [anon_sym_4] = ACTIONS(574), + [anon_sym_u03c4] = ACTIONS(574), [anon_sym_infinity] = ACTIONS(576), - [anon_sym_5] = ACTIONS(576), - [anon_sym_e] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_NumProcs] = ACTIONS(574), + [anon_sym_u221e] = ACTIONS(576), [anon_sym_DOT] = ACTIONS(576), [anon_sym_COMMA] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(576), - [anon_sym_6] = ACTIONS(576), + [anon_sym_u25cc] = ACTIONS(576), [anon_sym_identity] = ACTIONS(576), [anon_sym_id] = ACTIONS(574), - [anon_sym_7] = ACTIONS(576), + [anon_sym_u2218] = ACTIONS(576), [anon_sym_not] = ACTIONS(576), - [anon_sym_8] = ACTIONS(576), - [anon_sym_sign] = ACTIONS(576), - [anon_sym_9] = ACTIONS(576), + [anon_sym_u00ac] = ACTIONS(576), + [anon_sym_sign] = ACTIONS(574), + [anon_sym_u00b1] = ACTIONS(576), [anon_sym_BQUOTE] = ACTIONS(576), - [anon_sym_10] = ACTIONS(574), + [anon_sym_u00af] = ACTIONS(574), [anon_sym_absolutevalue] = ACTIONS(576), - [anon_sym_11] = ACTIONS(576), + [anon_sym_u2335] = ACTIONS(576), [anon_sym_sqrt] = ACTIONS(576), - [anon_sym_12] = ACTIONS(576), + [anon_sym_u221a] = ACTIONS(576), [anon_sym_sine] = ACTIONS(576), - [anon_sym_13] = ACTIONS(576), + [anon_sym_u25cb] = ACTIONS(576), [anon_sym_floor] = ACTIONS(576), - [anon_sym_14] = ACTIONS(576), + [anon_sym_u230a] = ACTIONS(576), [anon_sym_ceiling] = ACTIONS(576), - [anon_sym_15] = ACTIONS(576), + [anon_sym_u2308] = ACTIONS(576), [anon_sym_round] = ACTIONS(576), - [anon_sym_16] = ACTIONS(576), + [anon_sym_u2045] = ACTIONS(576), [anon_sym_EQ] = ACTIONS(576), [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_17] = ACTIONS(576), + [anon_sym_u2260] = ACTIONS(576), [anon_sym_LT] = ACTIONS(574), [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_18] = ACTIONS(576), + [anon_sym_u2264] = ACTIONS(576), [anon_sym_GT] = ACTIONS(574), [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_19] = ACTIONS(576), + [anon_sym_u2265] = ACTIONS(576), [anon_sym_PLUS] = ACTIONS(576), [anon_sym_DASH] = ACTIONS(576), [anon_sym_STAR] = ACTIONS(576), - [anon_sym_20] = ACTIONS(576), + [anon_sym_u00d7] = ACTIONS(576), [anon_sym_PERCENT] = ACTIONS(576), - [anon_sym_21] = ACTIONS(576), + [anon_sym_u00f7] = ACTIONS(576), [anon_sym_modulus] = ACTIONS(576), - [anon_sym_22] = ACTIONS(576), + [anon_sym_u25ff] = ACTIONS(576), [anon_sym_power] = ACTIONS(576), - [anon_sym_23] = ACTIONS(576), + [anon_sym_u207f] = ACTIONS(576), [anon_sym_logarithm] = ACTIONS(576), - [anon_sym_24] = ACTIONS(576), + [anon_sym_u2099] = ACTIONS(576), [anon_sym_minimum] = ACTIONS(576), - [anon_sym_25] = ACTIONS(576), + [anon_sym_u21a7] = ACTIONS(576), [anon_sym_maximum] = ACTIONS(576), - [anon_sym_26] = ACTIONS(576), + [anon_sym_u21a5] = ACTIONS(576), [anon_sym_atangent] = ACTIONS(576), - [anon_sym_27] = ACTIONS(576), + [anon_sym_u2220] = ACTIONS(576), [anon_sym_length] = ACTIONS(576), - [anon_sym_28] = ACTIONS(576), - [anon_sym_shape] = ACTIONS(576), - [anon_sym_29] = ACTIONS(576), + [anon_sym_u29fb] = ACTIONS(576), + [anon_sym_shape] = ACTIONS(574), + [anon_sym_u25b3] = ACTIONS(576), [anon_sym_range] = ACTIONS(576), - [anon_sym_30] = ACTIONS(576), + [anon_sym_u21e1] = ACTIONS(576), [anon_sym_first] = ACTIONS(576), - [anon_sym_31] = ACTIONS(576), + [anon_sym_u22a2] = ACTIONS(576), [anon_sym_reverse] = ACTIONS(576), - [anon_sym_32] = ACTIONS(576), + [anon_sym_u21cc] = ACTIONS(576), [anon_sym_deshape] = ACTIONS(576), - [anon_sym_33] = ACTIONS(576), + [anon_sym_u266d] = ACTIONS(576), [anon_sym_bits] = ACTIONS(576), - [anon_sym_34] = ACTIONS(576), + [anon_sym_u22ef] = ACTIONS(576), [anon_sym_transpose] = ACTIONS(576), - [anon_sym_35] = ACTIONS(576), + [anon_sym_u2349] = ACTIONS(576), [anon_sym_rise] = ACTIONS(576), - [anon_sym_36] = ACTIONS(576), + [anon_sym_u234f] = ACTIONS(576), [anon_sym_fall] = ACTIONS(576), - [anon_sym_37] = ACTIONS(576), + [anon_sym_u2356] = ACTIONS(576), [anon_sym_where] = ACTIONS(576), - [anon_sym_38] = ACTIONS(576), + [anon_sym_u229a] = ACTIONS(576), [anon_sym_classify] = ACTIONS(576), - [anon_sym_39] = ACTIONS(576), + [anon_sym_u229b] = ACTIONS(576), [anon_sym_deduplicate] = ACTIONS(576), - [anon_sym_40] = ACTIONS(576), + [anon_sym_u25f4] = ACTIONS(576), [anon_sym_box] = ACTIONS(576), - [anon_sym_41] = ACTIONS(576), + [anon_sym_u25a1] = ACTIONS(576), [anon_sym_match] = ACTIONS(576), - [anon_sym_42] = ACTIONS(576), + [anon_sym_u224d] = ACTIONS(576), [anon_sym_couple] = ACTIONS(576), - [anon_sym_43] = ACTIONS(576), + [anon_sym_u229f] = ACTIONS(576), [anon_sym_join] = ACTIONS(576), - [anon_sym_44] = ACTIONS(576), + [anon_sym_u2282] = ACTIONS(576), [anon_sym_select] = ACTIONS(576), - [anon_sym_45] = ACTIONS(576), + [anon_sym_u228f] = ACTIONS(576), [anon_sym_pick] = ACTIONS(576), - [anon_sym_46] = ACTIONS(576), + [anon_sym_u22a1] = ACTIONS(576), [anon_sym_reshape] = ACTIONS(576), - [anon_sym_47] = ACTIONS(576), + [anon_sym_u21af] = ACTIONS(576), [anon_sym_take] = ACTIONS(576), - [anon_sym_48] = ACTIONS(576), + [anon_sym_u2199] = ACTIONS(576), [anon_sym_drop] = ACTIONS(576), - [anon_sym_49] = ACTIONS(576), + [anon_sym_u2198] = ACTIONS(576), [anon_sym_rotate] = ACTIONS(576), - [anon_sym_50] = ACTIONS(576), + [anon_sym_u21bb] = ACTIONS(576), [anon_sym_windows] = ACTIONS(576), - [anon_sym_51] = ACTIONS(576), + [anon_sym_u25eb] = ACTIONS(576), [anon_sym_keep] = ACTIONS(576), - [anon_sym_52] = ACTIONS(576), + [anon_sym_u25bd] = ACTIONS(576), [anon_sym_find] = ACTIONS(576), - [anon_sym_53] = ACTIONS(576), + [anon_sym_u2315] = ACTIONS(576), [anon_sym_member] = ACTIONS(576), - [anon_sym_54] = ACTIONS(576), + [anon_sym_u220a] = ACTIONS(576), [anon_sym_indexof] = ACTIONS(576), - [anon_sym_55] = ACTIONS(576), + [anon_sym_u2297] = ACTIONS(576), [anon_sym_assert] = ACTIONS(576), - [anon_sym_56] = ACTIONS(576), + [anon_sym_u2364] = ACTIONS(576), [anon_sym_wait] = ACTIONS(576), [anon_sym_parse] = ACTIONS(576), - [anon_sym_57] = ACTIONS(576), + [anon_sym_u22d5] = ACTIONS(576), [anon_sym_random] = ACTIONS(576), - [anon_sym_58] = ACTIONS(576), + [anon_sym_u2682] = ACTIONS(576), [anon_sym_gen] = ACTIONS(576), [anon_sym_deal] = ACTIONS(576), [anon_sym_tag] = ACTIONS(576), [anon_sym_now] = ACTIONS(576), - [anon_sym_type] = ACTIONS(576), - [anon_sym_59] = ACTIONS(576), + [anon_sym_type] = ACTIONS(574), + [anon_sym_u2e2e] = ACTIONS(576), [anon_sym_dump] = ACTIONS(576), [anon_sym_regex] = ACTIONS(576), [anon_sym_utf] = ACTIONS(576), @@ -41707,85 +42947,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(576), [anon_sym_tryrecv] = ACTIONS(576), [anon_sym_complex] = ACTIONS(576), - [anon_sym_60] = ACTIONS(576), + [anon_sym_u2102] = ACTIONS(576), [anon_sym_rerank] = ACTIONS(576), - [anon_sym_61] = ACTIONS(576), + [anon_sym_u2607] = ACTIONS(576), [anon_sym_fix] = ACTIONS(576), - [anon_sym_62] = ACTIONS(576), + [anon_sym_u00a4] = ACTIONS(576), [anon_sym_QMARK] = ACTIONS(576), [anon_sym_unique] = ACTIONS(576), - [anon_sym_63] = 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_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_64] = ACTIONS(576), + [anon_sym_u2235] = ACTIONS(576), [anon_sym_rows] = ACTIONS(576), - [anon_sym_65] = ACTIONS(576), + [anon_sym_u2261] = ACTIONS(576), [anon_sym_repeat] = ACTIONS(576), - [anon_sym_66] = ACTIONS(576), + [anon_sym_u2365] = ACTIONS(576), [anon_sym_dip] = ACTIONS(576), - [anon_sym_67] = ACTIONS(576), + [anon_sym_u2299] = ACTIONS(576), [anon_sym_gap] = ACTIONS(576), - [anon_sym_68] = ACTIONS(576), + [anon_sym_u22c5] = ACTIONS(576), [anon_sym_spawn] = ACTIONS(576), [anon_sym_rectify] = ACTIONS(576), - [anon_sym_69] = ACTIONS(576), - [anon_sym_this] = ACTIONS(576), - [anon_sym_70] = ACTIONS(576), - [anon_sym_recur] = ACTIONS(576), - [anon_sym_71] = ACTIONS(576), + [anon_sym_u2305] = ACTIONS(576), [anon_sym_un] = ACTIONS(574), - [anon_sym_72] = ACTIONS(576), - [anon_sym_content] = ACTIONS(576), - [anon_sym_73] = ACTIONS(576), + [anon_sym_u00b0] = ACTIONS(576), [anon_sym_bind] = 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_shapes] = ACTIONS(576), + [anon_sym_types] = ACTIONS(576), [anon_sym_fold] = ACTIONS(576), - [anon_sym_74] = ACTIONS(576), + [anon_sym_u2227] = ACTIONS(576), [anon_sym_table] = ACTIONS(576), - [anon_sym_75] = ACTIONS(576), + [anon_sym_u229e] = ACTIONS(576), [anon_sym_group] = ACTIONS(576), - [anon_sym_76] = ACTIONS(576), + [anon_sym_u2295] = ACTIONS(576), [anon_sym_partition] = ACTIONS(576), - [anon_sym_77] = ACTIONS(576), + [anon_sym_u229c] = ACTIONS(576), [anon_sym_both] = ACTIONS(576), - [anon_sym_78] = ACTIONS(576), + [anon_sym_u2229] = ACTIONS(576), [anon_sym_bracket] = ACTIONS(576), - [anon_sym_79] = ACTIONS(576), + [anon_sym_u2293] = ACTIONS(576), [anon_sym_fork] = ACTIONS(576), - [anon_sym_80] = ACTIONS(576), + [anon_sym_u2283] = ACTIONS(576), [anon_sym_under] = ACTIONS(576), - [anon_sym_81] = ACTIONS(576), + [anon_sym_u235c] = ACTIONS(576), [anon_sym_fill] = ACTIONS(576), - [anon_sym_82] = ACTIONS(576), + [anon_sym_u2b1a] = ACTIONS(576), [anon_sym_try] = ACTIONS(574), - [anon_sym_83] = ACTIONS(576), + [anon_sym_u2363] = ACTIONS(576), [anon_sym_do] = ACTIONS(574), - [anon_sym_84] = ACTIONS(576), - [anon_sym_all] = ACTIONS(576), - [anon_sym_85] = ACTIONS(576), + [anon_sym_u2362] = ACTIONS(576), [anon_sym_setinv] = ACTIONS(576), [anon_sym_setunder] = ACTIONS(576), - [anon_sym_86] = ACTIONS(576), - [anon_sym_87] = ACTIONS(576), - [anon_sym_88] = ACTIONS(576), - [anon_sym_89] = ACTIONS(576), - [anon_sym_90] = ACTIONS(576), - [anon_sym_91] = ACTIONS(576), - [anon_sym_92] = ACTIONS(576), - [anon_sym_93] = ACTIONS(576), + [anon_sym_f] = ACTIONS(574), + [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_94] = ACTIONS(576), - [anon_sym_95] = ACTIONS(576), + [anon_sym_u2290] = ACTIONS(576), + [anon_sym_u229d] = ACTIONS(576), [anon_sym_cross] = ACTIONS(576), - [anon_sym_96] = ACTIONS(576), + [anon_sym_u22a0] = ACTIONS(576), [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_u21ac] = ACTIONS(576), + [anon_sym_u21ab] = ACTIONS(576), + [anon_sym_all] = ACTIONS(576), + [anon_sym_u22d4] = ACTIONS(576), [sym__endOfLine] = ACTIONS(576), }, [137] = { @@ -41799,7 +43047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(506), [anon_sym_Sep] = ACTIONS(506), [anon_sym_NUmProcs] = ACTIONS(506), - [anon_sym_] = ACTIONS(508), + [anon_sym_u237c] = ACTIONS(508), [aux_sym_character_token1] = ACTIONS(508), [sym_string] = ACTIONS(508), [sym_multiLineString] = ACTIONS(508), @@ -41814,138 +43062,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(506), [anon_sym_eta] = ACTIONS(508), - [anon_sym_2] = ACTIONS(506), + [anon_sym_u03b7] = ACTIONS(506), [anon_sym_pi] = ACTIONS(506), - [anon_sym_3] = ACTIONS(506), + [anon_sym_u03c0] = ACTIONS(506), [anon_sym_tau] = ACTIONS(508), - [anon_sym_4] = ACTIONS(506), + [anon_sym_u03c4] = ACTIONS(506), [anon_sym_infinity] = ACTIONS(508), - [anon_sym_5] = ACTIONS(508), - [anon_sym_e] = ACTIONS(506), - [anon_sym_NaN] = ACTIONS(506), - [anon_sym_NumProcs] = ACTIONS(506), + [anon_sym_u221e] = ACTIONS(508), [anon_sym_DOT] = ACTIONS(508), [anon_sym_COMMA] = ACTIONS(508), [anon_sym_COLON] = ACTIONS(508), - [anon_sym_6] = ACTIONS(508), + [anon_sym_u25cc] = ACTIONS(508), [anon_sym_identity] = ACTIONS(508), [anon_sym_id] = ACTIONS(506), - [anon_sym_7] = ACTIONS(508), + [anon_sym_u2218] = ACTIONS(508), [anon_sym_not] = ACTIONS(508), - [anon_sym_8] = ACTIONS(508), - [anon_sym_sign] = ACTIONS(508), - [anon_sym_9] = ACTIONS(508), + [anon_sym_u00ac] = ACTIONS(508), + [anon_sym_sign] = ACTIONS(506), + [anon_sym_u00b1] = ACTIONS(508), [anon_sym_BQUOTE] = ACTIONS(508), - [anon_sym_10] = ACTIONS(506), + [anon_sym_u00af] = ACTIONS(506), [anon_sym_absolutevalue] = ACTIONS(508), - [anon_sym_11] = ACTIONS(508), + [anon_sym_u2335] = ACTIONS(508), [anon_sym_sqrt] = ACTIONS(508), - [anon_sym_12] = ACTIONS(508), + [anon_sym_u221a] = ACTIONS(508), [anon_sym_sine] = ACTIONS(508), - [anon_sym_13] = ACTIONS(508), + [anon_sym_u25cb] = ACTIONS(508), [anon_sym_floor] = ACTIONS(508), - [anon_sym_14] = ACTIONS(508), + [anon_sym_u230a] = ACTIONS(508), [anon_sym_ceiling] = ACTIONS(508), - [anon_sym_15] = ACTIONS(508), + [anon_sym_u2308] = ACTIONS(508), [anon_sym_round] = ACTIONS(508), - [anon_sym_16] = ACTIONS(508), + [anon_sym_u2045] = ACTIONS(508), [anon_sym_EQ] = ACTIONS(508), [anon_sym_BANG_EQ] = ACTIONS(508), - [anon_sym_17] = ACTIONS(508), + [anon_sym_u2260] = ACTIONS(508), [anon_sym_LT] = ACTIONS(506), [anon_sym_LT_EQ] = ACTIONS(508), - [anon_sym_18] = ACTIONS(508), + [anon_sym_u2264] = ACTIONS(508), [anon_sym_GT] = ACTIONS(506), [anon_sym_GT_EQ] = ACTIONS(508), - [anon_sym_19] = ACTIONS(508), + [anon_sym_u2265] = ACTIONS(508), [anon_sym_PLUS] = ACTIONS(508), [anon_sym_DASH] = ACTIONS(508), [anon_sym_STAR] = ACTIONS(508), - [anon_sym_20] = ACTIONS(508), + [anon_sym_u00d7] = ACTIONS(508), [anon_sym_PERCENT] = ACTIONS(508), - [anon_sym_21] = ACTIONS(508), + [anon_sym_u00f7] = ACTIONS(508), [anon_sym_modulus] = ACTIONS(508), - [anon_sym_22] = ACTIONS(508), + [anon_sym_u25ff] = ACTIONS(508), [anon_sym_power] = ACTIONS(508), - [anon_sym_23] = ACTIONS(508), + [anon_sym_u207f] = ACTIONS(508), [anon_sym_logarithm] = ACTIONS(508), - [anon_sym_24] = ACTIONS(508), + [anon_sym_u2099] = ACTIONS(508), [anon_sym_minimum] = ACTIONS(508), - [anon_sym_25] = ACTIONS(508), + [anon_sym_u21a7] = ACTIONS(508), [anon_sym_maximum] = ACTIONS(508), - [anon_sym_26] = ACTIONS(508), + [anon_sym_u21a5] = ACTIONS(508), [anon_sym_atangent] = ACTIONS(508), - [anon_sym_27] = ACTIONS(508), + [anon_sym_u2220] = ACTIONS(508), [anon_sym_length] = ACTIONS(508), - [anon_sym_28] = ACTIONS(508), - [anon_sym_shape] = ACTIONS(508), - [anon_sym_29] = ACTIONS(508), + [anon_sym_u29fb] = ACTIONS(508), + [anon_sym_shape] = ACTIONS(506), + [anon_sym_u25b3] = ACTIONS(508), [anon_sym_range] = ACTIONS(508), - [anon_sym_30] = ACTIONS(508), + [anon_sym_u21e1] = ACTIONS(508), [anon_sym_first] = ACTIONS(508), - [anon_sym_31] = ACTIONS(508), + [anon_sym_u22a2] = ACTIONS(508), [anon_sym_reverse] = ACTIONS(508), - [anon_sym_32] = ACTIONS(508), + [anon_sym_u21cc] = ACTIONS(508), [anon_sym_deshape] = ACTIONS(508), - [anon_sym_33] = ACTIONS(508), + [anon_sym_u266d] = ACTIONS(508), [anon_sym_bits] = ACTIONS(508), - [anon_sym_34] = ACTIONS(508), + [anon_sym_u22ef] = ACTIONS(508), [anon_sym_transpose] = ACTIONS(508), - [anon_sym_35] = ACTIONS(508), + [anon_sym_u2349] = ACTIONS(508), [anon_sym_rise] = ACTIONS(508), - [anon_sym_36] = ACTIONS(508), + [anon_sym_u234f] = ACTIONS(508), [anon_sym_fall] = ACTIONS(508), - [anon_sym_37] = ACTIONS(508), + [anon_sym_u2356] = ACTIONS(508), [anon_sym_where] = ACTIONS(508), - [anon_sym_38] = ACTIONS(508), + [anon_sym_u229a] = ACTIONS(508), [anon_sym_classify] = ACTIONS(508), - [anon_sym_39] = ACTIONS(508), + [anon_sym_u229b] = ACTIONS(508), [anon_sym_deduplicate] = ACTIONS(508), - [anon_sym_40] = ACTIONS(508), + [anon_sym_u25f4] = ACTIONS(508), [anon_sym_box] = ACTIONS(508), - [anon_sym_41] = ACTIONS(508), + [anon_sym_u25a1] = ACTIONS(508), [anon_sym_match] = ACTIONS(508), - [anon_sym_42] = ACTIONS(508), + [anon_sym_u224d] = ACTIONS(508), [anon_sym_couple] = ACTIONS(508), - [anon_sym_43] = ACTIONS(508), + [anon_sym_u229f] = ACTIONS(508), [anon_sym_join] = ACTIONS(508), - [anon_sym_44] = ACTIONS(508), + [anon_sym_u2282] = ACTIONS(508), [anon_sym_select] = ACTIONS(508), - [anon_sym_45] = ACTIONS(508), + [anon_sym_u228f] = ACTIONS(508), [anon_sym_pick] = ACTIONS(508), - [anon_sym_46] = ACTIONS(508), + [anon_sym_u22a1] = ACTIONS(508), [anon_sym_reshape] = ACTIONS(508), - [anon_sym_47] = ACTIONS(508), + [anon_sym_u21af] = ACTIONS(508), [anon_sym_take] = ACTIONS(508), - [anon_sym_48] = ACTIONS(508), + [anon_sym_u2199] = ACTIONS(508), [anon_sym_drop] = ACTIONS(508), - [anon_sym_49] = ACTIONS(508), + [anon_sym_u2198] = ACTIONS(508), [anon_sym_rotate] = ACTIONS(508), - [anon_sym_50] = ACTIONS(508), + [anon_sym_u21bb] = ACTIONS(508), [anon_sym_windows] = ACTIONS(508), - [anon_sym_51] = ACTIONS(508), + [anon_sym_u25eb] = ACTIONS(508), [anon_sym_keep] = ACTIONS(508), - [anon_sym_52] = ACTIONS(508), + [anon_sym_u25bd] = ACTIONS(508), [anon_sym_find] = ACTIONS(508), - [anon_sym_53] = ACTIONS(508), + [anon_sym_u2315] = ACTIONS(508), [anon_sym_member] = ACTIONS(508), - [anon_sym_54] = ACTIONS(508), + [anon_sym_u220a] = ACTIONS(508), [anon_sym_indexof] = ACTIONS(508), - [anon_sym_55] = ACTIONS(508), + [anon_sym_u2297] = ACTIONS(508), [anon_sym_assert] = ACTIONS(508), - [anon_sym_56] = ACTIONS(508), + [anon_sym_u2364] = ACTIONS(508), [anon_sym_wait] = ACTIONS(508), [anon_sym_parse] = ACTIONS(508), - [anon_sym_57] = ACTIONS(508), + [anon_sym_u22d5] = ACTIONS(508), [anon_sym_random] = ACTIONS(508), - [anon_sym_58] = ACTIONS(508), + [anon_sym_u2682] = ACTIONS(508), [anon_sym_gen] = ACTIONS(508), [anon_sym_deal] = ACTIONS(508), [anon_sym_tag] = ACTIONS(508), [anon_sym_now] = ACTIONS(508), - [anon_sym_type] = ACTIONS(508), - [anon_sym_59] = ACTIONS(508), + [anon_sym_type] = ACTIONS(506), + [anon_sym_u2e2e] = ACTIONS(508), [anon_sym_dump] = ACTIONS(508), [anon_sym_regex] = ACTIONS(508), [anon_sym_utf] = ACTIONS(508), @@ -41953,85 +43201,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(508), [anon_sym_tryrecv] = ACTIONS(508), [anon_sym_complex] = ACTIONS(508), - [anon_sym_60] = ACTIONS(508), + [anon_sym_u2102] = ACTIONS(508), [anon_sym_rerank] = ACTIONS(508), - [anon_sym_61] = ACTIONS(508), + [anon_sym_u2607] = ACTIONS(508), [anon_sym_fix] = ACTIONS(508), - [anon_sym_62] = ACTIONS(508), + [anon_sym_u00a4] = ACTIONS(508), [anon_sym_QMARK] = ACTIONS(508), [anon_sym_unique] = ACTIONS(508), - [anon_sym_63] = 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_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_64] = ACTIONS(508), + [anon_sym_u2235] = ACTIONS(508), [anon_sym_rows] = ACTIONS(508), - [anon_sym_65] = ACTIONS(508), + [anon_sym_u2261] = ACTIONS(508), [anon_sym_repeat] = ACTIONS(508), - [anon_sym_66] = ACTIONS(508), + [anon_sym_u2365] = ACTIONS(508), [anon_sym_dip] = ACTIONS(508), - [anon_sym_67] = ACTIONS(508), + [anon_sym_u2299] = ACTIONS(508), [anon_sym_gap] = ACTIONS(508), - [anon_sym_68] = ACTIONS(508), + [anon_sym_u22c5] = ACTIONS(508), [anon_sym_spawn] = ACTIONS(508), [anon_sym_rectify] = ACTIONS(508), - [anon_sym_69] = ACTIONS(508), - [anon_sym_this] = ACTIONS(508), - [anon_sym_70] = ACTIONS(508), - [anon_sym_recur] = ACTIONS(508), - [anon_sym_71] = ACTIONS(508), + [anon_sym_u2305] = ACTIONS(508), [anon_sym_un] = ACTIONS(506), - [anon_sym_72] = ACTIONS(508), - [anon_sym_content] = ACTIONS(508), - [anon_sym_73] = ACTIONS(508), + [anon_sym_u00b0] = ACTIONS(508), [anon_sym_bind] = 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_shapes] = ACTIONS(508), + [anon_sym_types] = ACTIONS(508), [anon_sym_fold] = ACTIONS(508), - [anon_sym_74] = ACTIONS(508), + [anon_sym_u2227] = ACTIONS(508), [anon_sym_table] = ACTIONS(508), - [anon_sym_75] = ACTIONS(508), + [anon_sym_u229e] = ACTIONS(508), [anon_sym_group] = ACTIONS(508), - [anon_sym_76] = ACTIONS(508), + [anon_sym_u2295] = ACTIONS(508), [anon_sym_partition] = ACTIONS(508), - [anon_sym_77] = ACTIONS(508), + [anon_sym_u229c] = ACTIONS(508), [anon_sym_both] = ACTIONS(508), - [anon_sym_78] = ACTIONS(508), + [anon_sym_u2229] = ACTIONS(508), [anon_sym_bracket] = ACTIONS(508), - [anon_sym_79] = ACTIONS(508), + [anon_sym_u2293] = ACTIONS(508), [anon_sym_fork] = ACTIONS(508), - [anon_sym_80] = ACTIONS(508), + [anon_sym_u2283] = ACTIONS(508), [anon_sym_under] = ACTIONS(508), - [anon_sym_81] = ACTIONS(508), + [anon_sym_u235c] = ACTIONS(508), [anon_sym_fill] = ACTIONS(508), - [anon_sym_82] = ACTIONS(508), + [anon_sym_u2b1a] = ACTIONS(508), [anon_sym_try] = ACTIONS(506), - [anon_sym_83] = ACTIONS(508), + [anon_sym_u2363] = ACTIONS(508), [anon_sym_do] = ACTIONS(506), - [anon_sym_84] = ACTIONS(508), - [anon_sym_all] = ACTIONS(508), - [anon_sym_85] = ACTIONS(508), + [anon_sym_u2362] = ACTIONS(508), [anon_sym_setinv] = ACTIONS(508), [anon_sym_setunder] = ACTIONS(508), - [anon_sym_86] = ACTIONS(508), - [anon_sym_87] = ACTIONS(508), - [anon_sym_88] = ACTIONS(508), - [anon_sym_89] = ACTIONS(508), - [anon_sym_90] = ACTIONS(508), - [anon_sym_91] = ACTIONS(508), - [anon_sym_92] = ACTIONS(508), - [anon_sym_93] = ACTIONS(508), + [anon_sym_f] = ACTIONS(506), + [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_94] = ACTIONS(508), - [anon_sym_95] = ACTIONS(508), + [anon_sym_u2290] = ACTIONS(508), + [anon_sym_u229d] = ACTIONS(508), [anon_sym_cross] = ACTIONS(508), - [anon_sym_96] = ACTIONS(508), + [anon_sym_u22a0] = ACTIONS(508), [anon_sym_SEMI] = ACTIONS(508), + [anon_sym_u21ac] = ACTIONS(508), + [anon_sym_u21ab] = ACTIONS(508), + [anon_sym_all] = ACTIONS(508), + [anon_sym_u22d4] = ACTIONS(508), [sym__endOfLine] = ACTIONS(508), }, [138] = { @@ -42045,7 +43301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(586), [anon_sym_Sep] = ACTIONS(586), [anon_sym_NUmProcs] = ACTIONS(586), - [anon_sym_] = ACTIONS(588), + [anon_sym_u237c] = ACTIONS(588), [aux_sym_character_token1] = ACTIONS(588), [sym_string] = ACTIONS(588), [sym_multiLineString] = ACTIONS(588), @@ -42060,138 +43316,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(586), [anon_sym_eta] = ACTIONS(588), - [anon_sym_2] = ACTIONS(586), + [anon_sym_u03b7] = ACTIONS(586), [anon_sym_pi] = ACTIONS(586), - [anon_sym_3] = ACTIONS(586), + [anon_sym_u03c0] = ACTIONS(586), [anon_sym_tau] = ACTIONS(588), - [anon_sym_4] = ACTIONS(586), + [anon_sym_u03c4] = ACTIONS(586), [anon_sym_infinity] = ACTIONS(588), - [anon_sym_5] = ACTIONS(588), - [anon_sym_e] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_NumProcs] = ACTIONS(586), + [anon_sym_u221e] = ACTIONS(588), [anon_sym_DOT] = ACTIONS(588), [anon_sym_COMMA] = ACTIONS(588), [anon_sym_COLON] = ACTIONS(588), - [anon_sym_6] = ACTIONS(588), + [anon_sym_u25cc] = ACTIONS(588), [anon_sym_identity] = ACTIONS(588), [anon_sym_id] = ACTIONS(586), - [anon_sym_7] = ACTIONS(588), + [anon_sym_u2218] = ACTIONS(588), [anon_sym_not] = ACTIONS(588), - [anon_sym_8] = ACTIONS(588), - [anon_sym_sign] = ACTIONS(588), - [anon_sym_9] = ACTIONS(588), + [anon_sym_u00ac] = ACTIONS(588), + [anon_sym_sign] = ACTIONS(586), + [anon_sym_u00b1] = ACTIONS(588), [anon_sym_BQUOTE] = ACTIONS(588), - [anon_sym_10] = ACTIONS(586), + [anon_sym_u00af] = ACTIONS(586), [anon_sym_absolutevalue] = ACTIONS(588), - [anon_sym_11] = ACTIONS(588), + [anon_sym_u2335] = ACTIONS(588), [anon_sym_sqrt] = ACTIONS(588), - [anon_sym_12] = ACTIONS(588), + [anon_sym_u221a] = ACTIONS(588), [anon_sym_sine] = ACTIONS(588), - [anon_sym_13] = ACTIONS(588), + [anon_sym_u25cb] = ACTIONS(588), [anon_sym_floor] = ACTIONS(588), - [anon_sym_14] = ACTIONS(588), + [anon_sym_u230a] = ACTIONS(588), [anon_sym_ceiling] = ACTIONS(588), - [anon_sym_15] = ACTIONS(588), + [anon_sym_u2308] = ACTIONS(588), [anon_sym_round] = ACTIONS(588), - [anon_sym_16] = ACTIONS(588), + [anon_sym_u2045] = ACTIONS(588), [anon_sym_EQ] = ACTIONS(588), [anon_sym_BANG_EQ] = ACTIONS(588), - [anon_sym_17] = ACTIONS(588), + [anon_sym_u2260] = ACTIONS(588), [anon_sym_LT] = ACTIONS(586), [anon_sym_LT_EQ] = ACTIONS(588), - [anon_sym_18] = ACTIONS(588), + [anon_sym_u2264] = ACTIONS(588), [anon_sym_GT] = ACTIONS(586), [anon_sym_GT_EQ] = ACTIONS(588), - [anon_sym_19] = ACTIONS(588), + [anon_sym_u2265] = ACTIONS(588), [anon_sym_PLUS] = ACTIONS(588), [anon_sym_DASH] = ACTIONS(588), [anon_sym_STAR] = ACTIONS(588), - [anon_sym_20] = ACTIONS(588), + [anon_sym_u00d7] = ACTIONS(588), [anon_sym_PERCENT] = ACTIONS(588), - [anon_sym_21] = ACTIONS(588), + [anon_sym_u00f7] = ACTIONS(588), [anon_sym_modulus] = ACTIONS(588), - [anon_sym_22] = ACTIONS(588), + [anon_sym_u25ff] = ACTIONS(588), [anon_sym_power] = ACTIONS(588), - [anon_sym_23] = ACTIONS(588), + [anon_sym_u207f] = ACTIONS(588), [anon_sym_logarithm] = ACTIONS(588), - [anon_sym_24] = ACTIONS(588), + [anon_sym_u2099] = ACTIONS(588), [anon_sym_minimum] = ACTIONS(588), - [anon_sym_25] = ACTIONS(588), + [anon_sym_u21a7] = ACTIONS(588), [anon_sym_maximum] = ACTIONS(588), - [anon_sym_26] = ACTIONS(588), + [anon_sym_u21a5] = ACTIONS(588), [anon_sym_atangent] = ACTIONS(588), - [anon_sym_27] = ACTIONS(588), + [anon_sym_u2220] = ACTIONS(588), [anon_sym_length] = ACTIONS(588), - [anon_sym_28] = ACTIONS(588), - [anon_sym_shape] = ACTIONS(588), - [anon_sym_29] = ACTIONS(588), + [anon_sym_u29fb] = ACTIONS(588), + [anon_sym_shape] = ACTIONS(586), + [anon_sym_u25b3] = ACTIONS(588), [anon_sym_range] = ACTIONS(588), - [anon_sym_30] = ACTIONS(588), + [anon_sym_u21e1] = ACTIONS(588), [anon_sym_first] = ACTIONS(588), - [anon_sym_31] = ACTIONS(588), + [anon_sym_u22a2] = ACTIONS(588), [anon_sym_reverse] = ACTIONS(588), - [anon_sym_32] = ACTIONS(588), + [anon_sym_u21cc] = ACTIONS(588), [anon_sym_deshape] = ACTIONS(588), - [anon_sym_33] = ACTIONS(588), + [anon_sym_u266d] = ACTIONS(588), [anon_sym_bits] = ACTIONS(588), - [anon_sym_34] = ACTIONS(588), + [anon_sym_u22ef] = ACTIONS(588), [anon_sym_transpose] = ACTIONS(588), - [anon_sym_35] = ACTIONS(588), + [anon_sym_u2349] = ACTIONS(588), [anon_sym_rise] = ACTIONS(588), - [anon_sym_36] = ACTIONS(588), + [anon_sym_u234f] = ACTIONS(588), [anon_sym_fall] = ACTIONS(588), - [anon_sym_37] = ACTIONS(588), + [anon_sym_u2356] = ACTIONS(588), [anon_sym_where] = ACTIONS(588), - [anon_sym_38] = ACTIONS(588), + [anon_sym_u229a] = ACTIONS(588), [anon_sym_classify] = ACTIONS(588), - [anon_sym_39] = ACTIONS(588), + [anon_sym_u229b] = ACTIONS(588), [anon_sym_deduplicate] = ACTIONS(588), - [anon_sym_40] = ACTIONS(588), + [anon_sym_u25f4] = ACTIONS(588), [anon_sym_box] = ACTIONS(588), - [anon_sym_41] = ACTIONS(588), + [anon_sym_u25a1] = ACTIONS(588), [anon_sym_match] = ACTIONS(588), - [anon_sym_42] = ACTIONS(588), + [anon_sym_u224d] = ACTIONS(588), [anon_sym_couple] = ACTIONS(588), - [anon_sym_43] = ACTIONS(588), + [anon_sym_u229f] = ACTIONS(588), [anon_sym_join] = ACTIONS(588), - [anon_sym_44] = ACTIONS(588), + [anon_sym_u2282] = ACTIONS(588), [anon_sym_select] = ACTIONS(588), - [anon_sym_45] = ACTIONS(588), + [anon_sym_u228f] = ACTIONS(588), [anon_sym_pick] = ACTIONS(588), - [anon_sym_46] = ACTIONS(588), + [anon_sym_u22a1] = ACTIONS(588), [anon_sym_reshape] = ACTIONS(588), - [anon_sym_47] = ACTIONS(588), + [anon_sym_u21af] = ACTIONS(588), [anon_sym_take] = ACTIONS(588), - [anon_sym_48] = ACTIONS(588), + [anon_sym_u2199] = ACTIONS(588), [anon_sym_drop] = ACTIONS(588), - [anon_sym_49] = ACTIONS(588), + [anon_sym_u2198] = ACTIONS(588), [anon_sym_rotate] = ACTIONS(588), - [anon_sym_50] = ACTIONS(588), + [anon_sym_u21bb] = ACTIONS(588), [anon_sym_windows] = ACTIONS(588), - [anon_sym_51] = ACTIONS(588), + [anon_sym_u25eb] = ACTIONS(588), [anon_sym_keep] = ACTIONS(588), - [anon_sym_52] = ACTIONS(588), + [anon_sym_u25bd] = ACTIONS(588), [anon_sym_find] = ACTIONS(588), - [anon_sym_53] = ACTIONS(588), + [anon_sym_u2315] = ACTIONS(588), [anon_sym_member] = ACTIONS(588), - [anon_sym_54] = ACTIONS(588), + [anon_sym_u220a] = ACTIONS(588), [anon_sym_indexof] = ACTIONS(588), - [anon_sym_55] = ACTIONS(588), + [anon_sym_u2297] = ACTIONS(588), [anon_sym_assert] = ACTIONS(588), - [anon_sym_56] = ACTIONS(588), + [anon_sym_u2364] = ACTIONS(588), [anon_sym_wait] = ACTIONS(588), [anon_sym_parse] = ACTIONS(588), - [anon_sym_57] = ACTIONS(588), + [anon_sym_u22d5] = ACTIONS(588), [anon_sym_random] = ACTIONS(588), - [anon_sym_58] = ACTIONS(588), + [anon_sym_u2682] = ACTIONS(588), [anon_sym_gen] = ACTIONS(588), [anon_sym_deal] = ACTIONS(588), [anon_sym_tag] = ACTIONS(588), [anon_sym_now] = ACTIONS(588), - [anon_sym_type] = ACTIONS(588), - [anon_sym_59] = ACTIONS(588), + [anon_sym_type] = ACTIONS(586), + [anon_sym_u2e2e] = ACTIONS(588), [anon_sym_dump] = ACTIONS(588), [anon_sym_regex] = ACTIONS(588), [anon_sym_utf] = ACTIONS(588), @@ -42199,85 +43455,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(588), [anon_sym_tryrecv] = ACTIONS(588), [anon_sym_complex] = ACTIONS(588), - [anon_sym_60] = ACTIONS(588), + [anon_sym_u2102] = ACTIONS(588), [anon_sym_rerank] = ACTIONS(588), - [anon_sym_61] = ACTIONS(588), + [anon_sym_u2607] = ACTIONS(588), [anon_sym_fix] = ACTIONS(588), - [anon_sym_62] = ACTIONS(588), + [anon_sym_u00a4] = ACTIONS(588), [anon_sym_QMARK] = ACTIONS(588), [anon_sym_unique] = ACTIONS(588), - [anon_sym_63] = 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_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_64] = ACTIONS(588), + [anon_sym_u2235] = ACTIONS(588), [anon_sym_rows] = ACTIONS(588), - [anon_sym_65] = ACTIONS(588), + [anon_sym_u2261] = ACTIONS(588), [anon_sym_repeat] = ACTIONS(588), - [anon_sym_66] = ACTIONS(588), + [anon_sym_u2365] = ACTIONS(588), [anon_sym_dip] = ACTIONS(588), - [anon_sym_67] = ACTIONS(588), + [anon_sym_u2299] = ACTIONS(588), [anon_sym_gap] = ACTIONS(588), - [anon_sym_68] = ACTIONS(588), + [anon_sym_u22c5] = ACTIONS(588), [anon_sym_spawn] = ACTIONS(588), [anon_sym_rectify] = ACTIONS(588), - [anon_sym_69] = ACTIONS(588), - [anon_sym_this] = ACTIONS(588), - [anon_sym_70] = ACTIONS(588), - [anon_sym_recur] = ACTIONS(588), - [anon_sym_71] = ACTIONS(588), + [anon_sym_u2305] = ACTIONS(588), [anon_sym_un] = ACTIONS(586), - [anon_sym_72] = ACTIONS(588), - [anon_sym_content] = ACTIONS(588), - [anon_sym_73] = ACTIONS(588), + [anon_sym_u00b0] = ACTIONS(588), [anon_sym_bind] = 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_shapes] = ACTIONS(588), + [anon_sym_types] = ACTIONS(588), [anon_sym_fold] = ACTIONS(588), - [anon_sym_74] = ACTIONS(588), + [anon_sym_u2227] = ACTIONS(588), [anon_sym_table] = ACTIONS(588), - [anon_sym_75] = ACTIONS(588), + [anon_sym_u229e] = ACTIONS(588), [anon_sym_group] = ACTIONS(588), - [anon_sym_76] = ACTIONS(588), + [anon_sym_u2295] = ACTIONS(588), [anon_sym_partition] = ACTIONS(588), - [anon_sym_77] = ACTIONS(588), + [anon_sym_u229c] = ACTIONS(588), [anon_sym_both] = ACTIONS(588), - [anon_sym_78] = ACTIONS(588), + [anon_sym_u2229] = ACTIONS(588), [anon_sym_bracket] = ACTIONS(588), - [anon_sym_79] = ACTIONS(588), + [anon_sym_u2293] = ACTIONS(588), [anon_sym_fork] = ACTIONS(588), - [anon_sym_80] = ACTIONS(588), + [anon_sym_u2283] = ACTIONS(588), [anon_sym_under] = ACTIONS(588), - [anon_sym_81] = ACTIONS(588), + [anon_sym_u235c] = ACTIONS(588), [anon_sym_fill] = ACTIONS(588), - [anon_sym_82] = ACTIONS(588), + [anon_sym_u2b1a] = ACTIONS(588), [anon_sym_try] = ACTIONS(586), - [anon_sym_83] = ACTIONS(588), + [anon_sym_u2363] = ACTIONS(588), [anon_sym_do] = ACTIONS(586), - [anon_sym_84] = ACTIONS(588), - [anon_sym_all] = ACTIONS(588), - [anon_sym_85] = ACTIONS(588), + [anon_sym_u2362] = ACTIONS(588), [anon_sym_setinv] = ACTIONS(588), [anon_sym_setunder] = ACTIONS(588), - [anon_sym_86] = ACTIONS(588), - [anon_sym_87] = ACTIONS(588), - [anon_sym_88] = ACTIONS(588), - [anon_sym_89] = ACTIONS(588), - [anon_sym_90] = ACTIONS(588), - [anon_sym_91] = ACTIONS(588), - [anon_sym_92] = ACTIONS(588), - [anon_sym_93] = ACTIONS(588), + [anon_sym_f] = ACTIONS(586), + [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_94] = ACTIONS(588), - [anon_sym_95] = ACTIONS(588), + [anon_sym_u2290] = ACTIONS(588), + [anon_sym_u229d] = ACTIONS(588), [anon_sym_cross] = ACTIONS(588), - [anon_sym_96] = ACTIONS(588), + [anon_sym_u22a0] = ACTIONS(588), [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_u21ac] = ACTIONS(588), + [anon_sym_u21ab] = ACTIONS(588), + [anon_sym_all] = ACTIONS(588), + [anon_sym_u22d4] = ACTIONS(588), [sym__endOfLine] = ACTIONS(588), }, [139] = { @@ -42291,7 +43555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(558), [anon_sym_Sep] = ACTIONS(558), [anon_sym_NUmProcs] = ACTIONS(558), - [anon_sym_] = ACTIONS(560), + [anon_sym_u237c] = ACTIONS(560), [aux_sym_character_token1] = ACTIONS(560), [sym_string] = ACTIONS(560), [sym_multiLineString] = ACTIONS(560), @@ -42306,138 +43570,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(558), [anon_sym_eta] = ACTIONS(560), - [anon_sym_2] = ACTIONS(558), + [anon_sym_u03b7] = ACTIONS(558), [anon_sym_pi] = ACTIONS(558), - [anon_sym_3] = ACTIONS(558), + [anon_sym_u03c0] = ACTIONS(558), [anon_sym_tau] = ACTIONS(560), - [anon_sym_4] = ACTIONS(558), + [anon_sym_u03c4] = ACTIONS(558), [anon_sym_infinity] = ACTIONS(560), - [anon_sym_5] = ACTIONS(560), - [anon_sym_e] = ACTIONS(558), - [anon_sym_NaN] = ACTIONS(558), - [anon_sym_NumProcs] = ACTIONS(558), + [anon_sym_u221e] = ACTIONS(560), [anon_sym_DOT] = ACTIONS(560), [anon_sym_COMMA] = ACTIONS(560), [anon_sym_COLON] = ACTIONS(560), - [anon_sym_6] = ACTIONS(560), + [anon_sym_u25cc] = ACTIONS(560), [anon_sym_identity] = ACTIONS(560), [anon_sym_id] = ACTIONS(558), - [anon_sym_7] = ACTIONS(560), + [anon_sym_u2218] = ACTIONS(560), [anon_sym_not] = ACTIONS(560), - [anon_sym_8] = ACTIONS(560), - [anon_sym_sign] = ACTIONS(560), - [anon_sym_9] = ACTIONS(560), + [anon_sym_u00ac] = ACTIONS(560), + [anon_sym_sign] = ACTIONS(558), + [anon_sym_u00b1] = ACTIONS(560), [anon_sym_BQUOTE] = ACTIONS(560), - [anon_sym_10] = ACTIONS(558), + [anon_sym_u00af] = ACTIONS(558), [anon_sym_absolutevalue] = ACTIONS(560), - [anon_sym_11] = ACTIONS(560), + [anon_sym_u2335] = ACTIONS(560), [anon_sym_sqrt] = ACTIONS(560), - [anon_sym_12] = ACTIONS(560), + [anon_sym_u221a] = ACTIONS(560), [anon_sym_sine] = ACTIONS(560), - [anon_sym_13] = ACTIONS(560), + [anon_sym_u25cb] = ACTIONS(560), [anon_sym_floor] = ACTIONS(560), - [anon_sym_14] = ACTIONS(560), + [anon_sym_u230a] = ACTIONS(560), [anon_sym_ceiling] = ACTIONS(560), - [anon_sym_15] = ACTIONS(560), + [anon_sym_u2308] = ACTIONS(560), [anon_sym_round] = ACTIONS(560), - [anon_sym_16] = ACTIONS(560), + [anon_sym_u2045] = ACTIONS(560), [anon_sym_EQ] = ACTIONS(560), [anon_sym_BANG_EQ] = ACTIONS(560), - [anon_sym_17] = ACTIONS(560), + [anon_sym_u2260] = ACTIONS(560), [anon_sym_LT] = ACTIONS(558), [anon_sym_LT_EQ] = ACTIONS(560), - [anon_sym_18] = ACTIONS(560), + [anon_sym_u2264] = ACTIONS(560), [anon_sym_GT] = ACTIONS(558), [anon_sym_GT_EQ] = ACTIONS(560), - [anon_sym_19] = ACTIONS(560), + [anon_sym_u2265] = ACTIONS(560), [anon_sym_PLUS] = ACTIONS(560), [anon_sym_DASH] = ACTIONS(560), [anon_sym_STAR] = ACTIONS(560), - [anon_sym_20] = ACTIONS(560), + [anon_sym_u00d7] = ACTIONS(560), [anon_sym_PERCENT] = ACTIONS(560), - [anon_sym_21] = ACTIONS(560), + [anon_sym_u00f7] = ACTIONS(560), [anon_sym_modulus] = ACTIONS(560), - [anon_sym_22] = ACTIONS(560), + [anon_sym_u25ff] = ACTIONS(560), [anon_sym_power] = ACTIONS(560), - [anon_sym_23] = ACTIONS(560), + [anon_sym_u207f] = ACTIONS(560), [anon_sym_logarithm] = ACTIONS(560), - [anon_sym_24] = ACTIONS(560), + [anon_sym_u2099] = ACTIONS(560), [anon_sym_minimum] = ACTIONS(560), - [anon_sym_25] = ACTIONS(560), + [anon_sym_u21a7] = ACTIONS(560), [anon_sym_maximum] = ACTIONS(560), - [anon_sym_26] = ACTIONS(560), + [anon_sym_u21a5] = ACTIONS(560), [anon_sym_atangent] = ACTIONS(560), - [anon_sym_27] = ACTIONS(560), + [anon_sym_u2220] = ACTIONS(560), [anon_sym_length] = ACTIONS(560), - [anon_sym_28] = ACTIONS(560), - [anon_sym_shape] = ACTIONS(560), - [anon_sym_29] = ACTIONS(560), + [anon_sym_u29fb] = ACTIONS(560), + [anon_sym_shape] = ACTIONS(558), + [anon_sym_u25b3] = ACTIONS(560), [anon_sym_range] = ACTIONS(560), - [anon_sym_30] = ACTIONS(560), + [anon_sym_u21e1] = ACTIONS(560), [anon_sym_first] = ACTIONS(560), - [anon_sym_31] = ACTIONS(560), + [anon_sym_u22a2] = ACTIONS(560), [anon_sym_reverse] = ACTIONS(560), - [anon_sym_32] = ACTIONS(560), + [anon_sym_u21cc] = ACTIONS(560), [anon_sym_deshape] = ACTIONS(560), - [anon_sym_33] = ACTIONS(560), + [anon_sym_u266d] = ACTIONS(560), [anon_sym_bits] = ACTIONS(560), - [anon_sym_34] = ACTIONS(560), + [anon_sym_u22ef] = ACTIONS(560), [anon_sym_transpose] = ACTIONS(560), - [anon_sym_35] = ACTIONS(560), + [anon_sym_u2349] = ACTIONS(560), [anon_sym_rise] = ACTIONS(560), - [anon_sym_36] = ACTIONS(560), + [anon_sym_u234f] = ACTIONS(560), [anon_sym_fall] = ACTIONS(560), - [anon_sym_37] = ACTIONS(560), + [anon_sym_u2356] = ACTIONS(560), [anon_sym_where] = ACTIONS(560), - [anon_sym_38] = ACTIONS(560), + [anon_sym_u229a] = ACTIONS(560), [anon_sym_classify] = ACTIONS(560), - [anon_sym_39] = ACTIONS(560), + [anon_sym_u229b] = ACTIONS(560), [anon_sym_deduplicate] = ACTIONS(560), - [anon_sym_40] = ACTIONS(560), + [anon_sym_u25f4] = ACTIONS(560), [anon_sym_box] = ACTIONS(560), - [anon_sym_41] = ACTIONS(560), + [anon_sym_u25a1] = ACTIONS(560), [anon_sym_match] = ACTIONS(560), - [anon_sym_42] = ACTIONS(560), + [anon_sym_u224d] = ACTIONS(560), [anon_sym_couple] = ACTIONS(560), - [anon_sym_43] = ACTIONS(560), + [anon_sym_u229f] = ACTIONS(560), [anon_sym_join] = ACTIONS(560), - [anon_sym_44] = ACTIONS(560), + [anon_sym_u2282] = ACTIONS(560), [anon_sym_select] = ACTIONS(560), - [anon_sym_45] = ACTIONS(560), + [anon_sym_u228f] = ACTIONS(560), [anon_sym_pick] = ACTIONS(560), - [anon_sym_46] = ACTIONS(560), + [anon_sym_u22a1] = ACTIONS(560), [anon_sym_reshape] = ACTIONS(560), - [anon_sym_47] = ACTIONS(560), + [anon_sym_u21af] = ACTIONS(560), [anon_sym_take] = ACTIONS(560), - [anon_sym_48] = ACTIONS(560), + [anon_sym_u2199] = ACTIONS(560), [anon_sym_drop] = ACTIONS(560), - [anon_sym_49] = ACTIONS(560), + [anon_sym_u2198] = ACTIONS(560), [anon_sym_rotate] = ACTIONS(560), - [anon_sym_50] = ACTIONS(560), + [anon_sym_u21bb] = ACTIONS(560), [anon_sym_windows] = ACTIONS(560), - [anon_sym_51] = ACTIONS(560), + [anon_sym_u25eb] = ACTIONS(560), [anon_sym_keep] = ACTIONS(560), - [anon_sym_52] = ACTIONS(560), + [anon_sym_u25bd] = ACTIONS(560), [anon_sym_find] = ACTIONS(560), - [anon_sym_53] = ACTIONS(560), + [anon_sym_u2315] = ACTIONS(560), [anon_sym_member] = ACTIONS(560), - [anon_sym_54] = ACTIONS(560), + [anon_sym_u220a] = ACTIONS(560), [anon_sym_indexof] = ACTIONS(560), - [anon_sym_55] = ACTIONS(560), + [anon_sym_u2297] = ACTIONS(560), [anon_sym_assert] = ACTIONS(560), - [anon_sym_56] = ACTIONS(560), + [anon_sym_u2364] = ACTIONS(560), [anon_sym_wait] = ACTIONS(560), [anon_sym_parse] = ACTIONS(560), - [anon_sym_57] = ACTIONS(560), + [anon_sym_u22d5] = ACTIONS(560), [anon_sym_random] = ACTIONS(560), - [anon_sym_58] = ACTIONS(560), + [anon_sym_u2682] = ACTIONS(560), [anon_sym_gen] = ACTIONS(560), [anon_sym_deal] = ACTIONS(560), [anon_sym_tag] = ACTIONS(560), [anon_sym_now] = ACTIONS(560), - [anon_sym_type] = ACTIONS(560), - [anon_sym_59] = ACTIONS(560), + [anon_sym_type] = ACTIONS(558), + [anon_sym_u2e2e] = ACTIONS(560), [anon_sym_dump] = ACTIONS(560), [anon_sym_regex] = ACTIONS(560), [anon_sym_utf] = ACTIONS(560), @@ -42445,85 +43709,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(560), [anon_sym_tryrecv] = ACTIONS(560), [anon_sym_complex] = ACTIONS(560), - [anon_sym_60] = ACTIONS(560), + [anon_sym_u2102] = ACTIONS(560), [anon_sym_rerank] = ACTIONS(560), - [anon_sym_61] = ACTIONS(560), + [anon_sym_u2607] = ACTIONS(560), [anon_sym_fix] = ACTIONS(560), - [anon_sym_62] = ACTIONS(560), + [anon_sym_u00a4] = ACTIONS(560), [anon_sym_QMARK] = ACTIONS(560), [anon_sym_unique] = ACTIONS(560), - [anon_sym_63] = 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_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_64] = ACTIONS(560), + [anon_sym_u2235] = ACTIONS(560), [anon_sym_rows] = ACTIONS(560), - [anon_sym_65] = ACTIONS(560), + [anon_sym_u2261] = ACTIONS(560), [anon_sym_repeat] = ACTIONS(560), - [anon_sym_66] = ACTIONS(560), + [anon_sym_u2365] = ACTIONS(560), [anon_sym_dip] = ACTIONS(560), - [anon_sym_67] = ACTIONS(560), + [anon_sym_u2299] = ACTIONS(560), [anon_sym_gap] = ACTIONS(560), - [anon_sym_68] = ACTIONS(560), + [anon_sym_u22c5] = ACTIONS(560), [anon_sym_spawn] = ACTIONS(560), [anon_sym_rectify] = ACTIONS(560), - [anon_sym_69] = ACTIONS(560), - [anon_sym_this] = ACTIONS(560), - [anon_sym_70] = ACTIONS(560), - [anon_sym_recur] = ACTIONS(560), - [anon_sym_71] = ACTIONS(560), + [anon_sym_u2305] = ACTIONS(560), [anon_sym_un] = ACTIONS(558), - [anon_sym_72] = ACTIONS(560), - [anon_sym_content] = ACTIONS(560), - [anon_sym_73] = ACTIONS(560), + [anon_sym_u00b0] = ACTIONS(560), [anon_sym_bind] = 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_shapes] = ACTIONS(560), + [anon_sym_types] = ACTIONS(560), [anon_sym_fold] = ACTIONS(560), - [anon_sym_74] = ACTIONS(560), + [anon_sym_u2227] = ACTIONS(560), [anon_sym_table] = ACTIONS(560), - [anon_sym_75] = ACTIONS(560), + [anon_sym_u229e] = ACTIONS(560), [anon_sym_group] = ACTIONS(560), - [anon_sym_76] = ACTIONS(560), + [anon_sym_u2295] = ACTIONS(560), [anon_sym_partition] = ACTIONS(560), - [anon_sym_77] = ACTIONS(560), + [anon_sym_u229c] = ACTIONS(560), [anon_sym_both] = ACTIONS(560), - [anon_sym_78] = ACTIONS(560), + [anon_sym_u2229] = ACTIONS(560), [anon_sym_bracket] = ACTIONS(560), - [anon_sym_79] = ACTIONS(560), + [anon_sym_u2293] = ACTIONS(560), [anon_sym_fork] = ACTIONS(560), - [anon_sym_80] = ACTIONS(560), + [anon_sym_u2283] = ACTIONS(560), [anon_sym_under] = ACTIONS(560), - [anon_sym_81] = ACTIONS(560), + [anon_sym_u235c] = ACTIONS(560), [anon_sym_fill] = ACTIONS(560), - [anon_sym_82] = ACTIONS(560), + [anon_sym_u2b1a] = ACTIONS(560), [anon_sym_try] = ACTIONS(558), - [anon_sym_83] = ACTIONS(560), + [anon_sym_u2363] = ACTIONS(560), [anon_sym_do] = ACTIONS(558), - [anon_sym_84] = ACTIONS(560), - [anon_sym_all] = ACTIONS(560), - [anon_sym_85] = ACTIONS(560), + [anon_sym_u2362] = ACTIONS(560), [anon_sym_setinv] = ACTIONS(560), [anon_sym_setunder] = ACTIONS(560), - [anon_sym_86] = ACTIONS(560), - [anon_sym_87] = ACTIONS(560), - [anon_sym_88] = ACTIONS(560), - [anon_sym_89] = ACTIONS(560), - [anon_sym_90] = ACTIONS(560), - [anon_sym_91] = ACTIONS(560), - [anon_sym_92] = ACTIONS(560), - [anon_sym_93] = ACTIONS(560), + [anon_sym_f] = ACTIONS(558), + [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_94] = ACTIONS(560), - [anon_sym_95] = ACTIONS(560), + [anon_sym_u2290] = ACTIONS(560), + [anon_sym_u229d] = ACTIONS(560), [anon_sym_cross] = ACTIONS(560), - [anon_sym_96] = ACTIONS(560), + [anon_sym_u22a0] = ACTIONS(560), [anon_sym_SEMI] = ACTIONS(560), + [anon_sym_u21ac] = ACTIONS(560), + [anon_sym_u21ab] = ACTIONS(560), + [anon_sym_all] = ACTIONS(560), + [anon_sym_u22d4] = ACTIONS(560), [sym__endOfLine] = ACTIONS(560), }, [140] = { @@ -42537,7 +43809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(562), [anon_sym_Sep] = ACTIONS(562), [anon_sym_NUmProcs] = ACTIONS(562), - [anon_sym_] = ACTIONS(564), + [anon_sym_u237c] = ACTIONS(564), [aux_sym_character_token1] = ACTIONS(564), [sym_string] = ACTIONS(564), [sym_multiLineString] = ACTIONS(564), @@ -42552,138 +43824,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(562), [anon_sym_eta] = ACTIONS(564), - [anon_sym_2] = ACTIONS(562), + [anon_sym_u03b7] = ACTIONS(562), [anon_sym_pi] = ACTIONS(562), - [anon_sym_3] = ACTIONS(562), + [anon_sym_u03c0] = ACTIONS(562), [anon_sym_tau] = ACTIONS(564), - [anon_sym_4] = ACTIONS(562), + [anon_sym_u03c4] = ACTIONS(562), [anon_sym_infinity] = ACTIONS(564), - [anon_sym_5] = ACTIONS(564), - [anon_sym_e] = ACTIONS(562), - [anon_sym_NaN] = ACTIONS(562), - [anon_sym_NumProcs] = ACTIONS(562), + [anon_sym_u221e] = ACTIONS(564), [anon_sym_DOT] = ACTIONS(564), [anon_sym_COMMA] = ACTIONS(564), [anon_sym_COLON] = ACTIONS(564), - [anon_sym_6] = ACTIONS(564), + [anon_sym_u25cc] = ACTIONS(564), [anon_sym_identity] = ACTIONS(564), [anon_sym_id] = ACTIONS(562), - [anon_sym_7] = ACTIONS(564), + [anon_sym_u2218] = ACTIONS(564), [anon_sym_not] = ACTIONS(564), - [anon_sym_8] = ACTIONS(564), - [anon_sym_sign] = ACTIONS(564), - [anon_sym_9] = ACTIONS(564), + [anon_sym_u00ac] = ACTIONS(564), + [anon_sym_sign] = ACTIONS(562), + [anon_sym_u00b1] = ACTIONS(564), [anon_sym_BQUOTE] = ACTIONS(564), - [anon_sym_10] = ACTIONS(562), + [anon_sym_u00af] = ACTIONS(562), [anon_sym_absolutevalue] = ACTIONS(564), - [anon_sym_11] = ACTIONS(564), + [anon_sym_u2335] = ACTIONS(564), [anon_sym_sqrt] = ACTIONS(564), - [anon_sym_12] = ACTIONS(564), + [anon_sym_u221a] = ACTIONS(564), [anon_sym_sine] = ACTIONS(564), - [anon_sym_13] = ACTIONS(564), + [anon_sym_u25cb] = ACTIONS(564), [anon_sym_floor] = ACTIONS(564), - [anon_sym_14] = ACTIONS(564), + [anon_sym_u230a] = ACTIONS(564), [anon_sym_ceiling] = ACTIONS(564), - [anon_sym_15] = ACTIONS(564), + [anon_sym_u2308] = ACTIONS(564), [anon_sym_round] = ACTIONS(564), - [anon_sym_16] = ACTIONS(564), + [anon_sym_u2045] = ACTIONS(564), [anon_sym_EQ] = ACTIONS(564), [anon_sym_BANG_EQ] = ACTIONS(564), - [anon_sym_17] = ACTIONS(564), + [anon_sym_u2260] = ACTIONS(564), [anon_sym_LT] = ACTIONS(562), [anon_sym_LT_EQ] = ACTIONS(564), - [anon_sym_18] = ACTIONS(564), + [anon_sym_u2264] = ACTIONS(564), [anon_sym_GT] = ACTIONS(562), [anon_sym_GT_EQ] = ACTIONS(564), - [anon_sym_19] = ACTIONS(564), + [anon_sym_u2265] = ACTIONS(564), [anon_sym_PLUS] = ACTIONS(564), [anon_sym_DASH] = ACTIONS(564), [anon_sym_STAR] = ACTIONS(564), - [anon_sym_20] = ACTIONS(564), + [anon_sym_u00d7] = ACTIONS(564), [anon_sym_PERCENT] = ACTIONS(564), - [anon_sym_21] = ACTIONS(564), + [anon_sym_u00f7] = ACTIONS(564), [anon_sym_modulus] = ACTIONS(564), - [anon_sym_22] = ACTIONS(564), + [anon_sym_u25ff] = ACTIONS(564), [anon_sym_power] = ACTIONS(564), - [anon_sym_23] = ACTIONS(564), + [anon_sym_u207f] = ACTIONS(564), [anon_sym_logarithm] = ACTIONS(564), - [anon_sym_24] = ACTIONS(564), + [anon_sym_u2099] = ACTIONS(564), [anon_sym_minimum] = ACTIONS(564), - [anon_sym_25] = ACTIONS(564), + [anon_sym_u21a7] = ACTIONS(564), [anon_sym_maximum] = ACTIONS(564), - [anon_sym_26] = ACTIONS(564), + [anon_sym_u21a5] = ACTIONS(564), [anon_sym_atangent] = ACTIONS(564), - [anon_sym_27] = ACTIONS(564), + [anon_sym_u2220] = ACTIONS(564), [anon_sym_length] = ACTIONS(564), - [anon_sym_28] = ACTIONS(564), - [anon_sym_shape] = ACTIONS(564), - [anon_sym_29] = ACTIONS(564), + [anon_sym_u29fb] = ACTIONS(564), + [anon_sym_shape] = ACTIONS(562), + [anon_sym_u25b3] = ACTIONS(564), [anon_sym_range] = ACTIONS(564), - [anon_sym_30] = ACTIONS(564), + [anon_sym_u21e1] = ACTIONS(564), [anon_sym_first] = ACTIONS(564), - [anon_sym_31] = ACTIONS(564), + [anon_sym_u22a2] = ACTIONS(564), [anon_sym_reverse] = ACTIONS(564), - [anon_sym_32] = ACTIONS(564), + [anon_sym_u21cc] = ACTIONS(564), [anon_sym_deshape] = ACTIONS(564), - [anon_sym_33] = ACTIONS(564), + [anon_sym_u266d] = ACTIONS(564), [anon_sym_bits] = ACTIONS(564), - [anon_sym_34] = ACTIONS(564), + [anon_sym_u22ef] = ACTIONS(564), [anon_sym_transpose] = ACTIONS(564), - [anon_sym_35] = ACTIONS(564), + [anon_sym_u2349] = ACTIONS(564), [anon_sym_rise] = ACTIONS(564), - [anon_sym_36] = ACTIONS(564), + [anon_sym_u234f] = ACTIONS(564), [anon_sym_fall] = ACTIONS(564), - [anon_sym_37] = ACTIONS(564), + [anon_sym_u2356] = ACTIONS(564), [anon_sym_where] = ACTIONS(564), - [anon_sym_38] = ACTIONS(564), + [anon_sym_u229a] = ACTIONS(564), [anon_sym_classify] = ACTIONS(564), - [anon_sym_39] = ACTIONS(564), + [anon_sym_u229b] = ACTIONS(564), [anon_sym_deduplicate] = ACTIONS(564), - [anon_sym_40] = ACTIONS(564), + [anon_sym_u25f4] = ACTIONS(564), [anon_sym_box] = ACTIONS(564), - [anon_sym_41] = ACTIONS(564), + [anon_sym_u25a1] = ACTIONS(564), [anon_sym_match] = ACTIONS(564), - [anon_sym_42] = ACTIONS(564), + [anon_sym_u224d] = ACTIONS(564), [anon_sym_couple] = ACTIONS(564), - [anon_sym_43] = ACTIONS(564), + [anon_sym_u229f] = ACTIONS(564), [anon_sym_join] = ACTIONS(564), - [anon_sym_44] = ACTIONS(564), + [anon_sym_u2282] = ACTIONS(564), [anon_sym_select] = ACTIONS(564), - [anon_sym_45] = ACTIONS(564), + [anon_sym_u228f] = ACTIONS(564), [anon_sym_pick] = ACTIONS(564), - [anon_sym_46] = ACTIONS(564), + [anon_sym_u22a1] = ACTIONS(564), [anon_sym_reshape] = ACTIONS(564), - [anon_sym_47] = ACTIONS(564), + [anon_sym_u21af] = ACTIONS(564), [anon_sym_take] = ACTIONS(564), - [anon_sym_48] = ACTIONS(564), + [anon_sym_u2199] = ACTIONS(564), [anon_sym_drop] = ACTIONS(564), - [anon_sym_49] = ACTIONS(564), + [anon_sym_u2198] = ACTIONS(564), [anon_sym_rotate] = ACTIONS(564), - [anon_sym_50] = ACTIONS(564), + [anon_sym_u21bb] = ACTIONS(564), [anon_sym_windows] = ACTIONS(564), - [anon_sym_51] = ACTIONS(564), + [anon_sym_u25eb] = ACTIONS(564), [anon_sym_keep] = ACTIONS(564), - [anon_sym_52] = ACTIONS(564), + [anon_sym_u25bd] = ACTIONS(564), [anon_sym_find] = ACTIONS(564), - [anon_sym_53] = ACTIONS(564), + [anon_sym_u2315] = ACTIONS(564), [anon_sym_member] = ACTIONS(564), - [anon_sym_54] = ACTIONS(564), + [anon_sym_u220a] = ACTIONS(564), [anon_sym_indexof] = ACTIONS(564), - [anon_sym_55] = ACTIONS(564), + [anon_sym_u2297] = ACTIONS(564), [anon_sym_assert] = ACTIONS(564), - [anon_sym_56] = ACTIONS(564), + [anon_sym_u2364] = ACTIONS(564), [anon_sym_wait] = ACTIONS(564), [anon_sym_parse] = ACTIONS(564), - [anon_sym_57] = ACTIONS(564), + [anon_sym_u22d5] = ACTIONS(564), [anon_sym_random] = ACTIONS(564), - [anon_sym_58] = ACTIONS(564), + [anon_sym_u2682] = ACTIONS(564), [anon_sym_gen] = ACTIONS(564), [anon_sym_deal] = ACTIONS(564), [anon_sym_tag] = ACTIONS(564), [anon_sym_now] = ACTIONS(564), - [anon_sym_type] = ACTIONS(564), - [anon_sym_59] = ACTIONS(564), + [anon_sym_type] = ACTIONS(562), + [anon_sym_u2e2e] = ACTIONS(564), [anon_sym_dump] = ACTIONS(564), [anon_sym_regex] = ACTIONS(564), [anon_sym_utf] = ACTIONS(564), @@ -42691,85 +43963,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(564), [anon_sym_tryrecv] = ACTIONS(564), [anon_sym_complex] = ACTIONS(564), - [anon_sym_60] = ACTIONS(564), + [anon_sym_u2102] = ACTIONS(564), [anon_sym_rerank] = ACTIONS(564), - [anon_sym_61] = ACTIONS(564), + [anon_sym_u2607] = ACTIONS(564), [anon_sym_fix] = ACTIONS(564), - [anon_sym_62] = ACTIONS(564), + [anon_sym_u00a4] = ACTIONS(564), [anon_sym_QMARK] = ACTIONS(564), [anon_sym_unique] = ACTIONS(564), - [anon_sym_63] = 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_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_64] = ACTIONS(564), + [anon_sym_u2235] = ACTIONS(564), [anon_sym_rows] = ACTIONS(564), - [anon_sym_65] = ACTIONS(564), + [anon_sym_u2261] = ACTIONS(564), [anon_sym_repeat] = ACTIONS(564), - [anon_sym_66] = ACTIONS(564), + [anon_sym_u2365] = ACTIONS(564), [anon_sym_dip] = ACTIONS(564), - [anon_sym_67] = ACTIONS(564), + [anon_sym_u2299] = ACTIONS(564), [anon_sym_gap] = ACTIONS(564), - [anon_sym_68] = ACTIONS(564), + [anon_sym_u22c5] = ACTIONS(564), [anon_sym_spawn] = ACTIONS(564), [anon_sym_rectify] = ACTIONS(564), - [anon_sym_69] = ACTIONS(564), - [anon_sym_this] = ACTIONS(564), - [anon_sym_70] = ACTIONS(564), - [anon_sym_recur] = ACTIONS(564), - [anon_sym_71] = ACTIONS(564), + [anon_sym_u2305] = ACTIONS(564), [anon_sym_un] = ACTIONS(562), - [anon_sym_72] = ACTIONS(564), - [anon_sym_content] = ACTIONS(564), - [anon_sym_73] = ACTIONS(564), + [anon_sym_u00b0] = ACTIONS(564), [anon_sym_bind] = 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_shapes] = ACTIONS(564), + [anon_sym_types] = ACTIONS(564), [anon_sym_fold] = ACTIONS(564), - [anon_sym_74] = ACTIONS(564), + [anon_sym_u2227] = ACTIONS(564), [anon_sym_table] = ACTIONS(564), - [anon_sym_75] = ACTIONS(564), + [anon_sym_u229e] = ACTIONS(564), [anon_sym_group] = ACTIONS(564), - [anon_sym_76] = ACTIONS(564), + [anon_sym_u2295] = ACTIONS(564), [anon_sym_partition] = ACTIONS(564), - [anon_sym_77] = ACTIONS(564), + [anon_sym_u229c] = ACTIONS(564), [anon_sym_both] = ACTIONS(564), - [anon_sym_78] = ACTIONS(564), + [anon_sym_u2229] = ACTIONS(564), [anon_sym_bracket] = ACTIONS(564), - [anon_sym_79] = ACTIONS(564), + [anon_sym_u2293] = ACTIONS(564), [anon_sym_fork] = ACTIONS(564), - [anon_sym_80] = ACTIONS(564), + [anon_sym_u2283] = ACTIONS(564), [anon_sym_under] = ACTIONS(564), - [anon_sym_81] = ACTIONS(564), + [anon_sym_u235c] = ACTIONS(564), [anon_sym_fill] = ACTIONS(564), - [anon_sym_82] = ACTIONS(564), + [anon_sym_u2b1a] = ACTIONS(564), [anon_sym_try] = ACTIONS(562), - [anon_sym_83] = ACTIONS(564), + [anon_sym_u2363] = ACTIONS(564), [anon_sym_do] = ACTIONS(562), - [anon_sym_84] = ACTIONS(564), - [anon_sym_all] = ACTIONS(564), - [anon_sym_85] = ACTIONS(564), + [anon_sym_u2362] = ACTIONS(564), [anon_sym_setinv] = ACTIONS(564), [anon_sym_setunder] = ACTIONS(564), - [anon_sym_86] = ACTIONS(564), - [anon_sym_87] = ACTIONS(564), - [anon_sym_88] = ACTIONS(564), - [anon_sym_89] = ACTIONS(564), - [anon_sym_90] = ACTIONS(564), - [anon_sym_91] = ACTIONS(564), - [anon_sym_92] = ACTIONS(564), - [anon_sym_93] = ACTIONS(564), + [anon_sym_f] = ACTIONS(562), + [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_94] = ACTIONS(564), - [anon_sym_95] = ACTIONS(564), + [anon_sym_u2290] = ACTIONS(564), + [anon_sym_u229d] = ACTIONS(564), [anon_sym_cross] = ACTIONS(564), - [anon_sym_96] = ACTIONS(564), + [anon_sym_u22a0] = ACTIONS(564), [anon_sym_SEMI] = ACTIONS(564), + [anon_sym_u21ac] = ACTIONS(564), + [anon_sym_u21ab] = ACTIONS(564), + [anon_sym_all] = ACTIONS(564), + [anon_sym_u22d4] = ACTIONS(564), [sym__endOfLine] = ACTIONS(564), }, [141] = { @@ -42783,7 +44063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(566), [anon_sym_Sep] = ACTIONS(566), [anon_sym_NUmProcs] = ACTIONS(566), - [anon_sym_] = ACTIONS(568), + [anon_sym_u237c] = ACTIONS(568), [aux_sym_character_token1] = ACTIONS(568), [sym_string] = ACTIONS(568), [sym_multiLineString] = ACTIONS(568), @@ -42798,138 +44078,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(566), [anon_sym_eta] = ACTIONS(568), - [anon_sym_2] = ACTIONS(566), + [anon_sym_u03b7] = ACTIONS(566), [anon_sym_pi] = ACTIONS(566), - [anon_sym_3] = ACTIONS(566), + [anon_sym_u03c0] = ACTIONS(566), [anon_sym_tau] = ACTIONS(568), - [anon_sym_4] = ACTIONS(566), + [anon_sym_u03c4] = ACTIONS(566), [anon_sym_infinity] = ACTIONS(568), - [anon_sym_5] = ACTIONS(568), - [anon_sym_e] = ACTIONS(566), - [anon_sym_NaN] = ACTIONS(566), - [anon_sym_NumProcs] = ACTIONS(566), + [anon_sym_u221e] = ACTIONS(568), [anon_sym_DOT] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(568), [anon_sym_COLON] = ACTIONS(568), - [anon_sym_6] = ACTIONS(568), + [anon_sym_u25cc] = ACTIONS(568), [anon_sym_identity] = ACTIONS(568), [anon_sym_id] = ACTIONS(566), - [anon_sym_7] = ACTIONS(568), + [anon_sym_u2218] = ACTIONS(568), [anon_sym_not] = ACTIONS(568), - [anon_sym_8] = ACTIONS(568), - [anon_sym_sign] = ACTIONS(568), - [anon_sym_9] = ACTIONS(568), + [anon_sym_u00ac] = ACTIONS(568), + [anon_sym_sign] = ACTIONS(566), + [anon_sym_u00b1] = ACTIONS(568), [anon_sym_BQUOTE] = ACTIONS(568), - [anon_sym_10] = ACTIONS(566), + [anon_sym_u00af] = ACTIONS(566), [anon_sym_absolutevalue] = ACTIONS(568), - [anon_sym_11] = ACTIONS(568), + [anon_sym_u2335] = ACTIONS(568), [anon_sym_sqrt] = ACTIONS(568), - [anon_sym_12] = ACTIONS(568), + [anon_sym_u221a] = ACTIONS(568), [anon_sym_sine] = ACTIONS(568), - [anon_sym_13] = ACTIONS(568), + [anon_sym_u25cb] = ACTIONS(568), [anon_sym_floor] = ACTIONS(568), - [anon_sym_14] = ACTIONS(568), + [anon_sym_u230a] = ACTIONS(568), [anon_sym_ceiling] = ACTIONS(568), - [anon_sym_15] = ACTIONS(568), + [anon_sym_u2308] = ACTIONS(568), [anon_sym_round] = ACTIONS(568), - [anon_sym_16] = ACTIONS(568), + [anon_sym_u2045] = ACTIONS(568), [anon_sym_EQ] = ACTIONS(568), [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_17] = ACTIONS(568), + [anon_sym_u2260] = ACTIONS(568), [anon_sym_LT] = ACTIONS(566), [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_18] = ACTIONS(568), + [anon_sym_u2264] = ACTIONS(568), [anon_sym_GT] = ACTIONS(566), [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_19] = ACTIONS(568), + [anon_sym_u2265] = ACTIONS(568), [anon_sym_PLUS] = ACTIONS(568), [anon_sym_DASH] = ACTIONS(568), [anon_sym_STAR] = ACTIONS(568), - [anon_sym_20] = ACTIONS(568), + [anon_sym_u00d7] = ACTIONS(568), [anon_sym_PERCENT] = ACTIONS(568), - [anon_sym_21] = ACTIONS(568), + [anon_sym_u00f7] = ACTIONS(568), [anon_sym_modulus] = ACTIONS(568), - [anon_sym_22] = ACTIONS(568), + [anon_sym_u25ff] = ACTIONS(568), [anon_sym_power] = ACTIONS(568), - [anon_sym_23] = ACTIONS(568), + [anon_sym_u207f] = ACTIONS(568), [anon_sym_logarithm] = ACTIONS(568), - [anon_sym_24] = ACTIONS(568), + [anon_sym_u2099] = ACTIONS(568), [anon_sym_minimum] = ACTIONS(568), - [anon_sym_25] = ACTIONS(568), + [anon_sym_u21a7] = ACTIONS(568), [anon_sym_maximum] = ACTIONS(568), - [anon_sym_26] = ACTIONS(568), + [anon_sym_u21a5] = ACTIONS(568), [anon_sym_atangent] = ACTIONS(568), - [anon_sym_27] = ACTIONS(568), + [anon_sym_u2220] = ACTIONS(568), [anon_sym_length] = ACTIONS(568), - [anon_sym_28] = ACTIONS(568), - [anon_sym_shape] = ACTIONS(568), - [anon_sym_29] = ACTIONS(568), + [anon_sym_u29fb] = ACTIONS(568), + [anon_sym_shape] = ACTIONS(566), + [anon_sym_u25b3] = ACTIONS(568), [anon_sym_range] = ACTIONS(568), - [anon_sym_30] = ACTIONS(568), + [anon_sym_u21e1] = ACTIONS(568), [anon_sym_first] = ACTIONS(568), - [anon_sym_31] = ACTIONS(568), + [anon_sym_u22a2] = ACTIONS(568), [anon_sym_reverse] = ACTIONS(568), - [anon_sym_32] = ACTIONS(568), + [anon_sym_u21cc] = ACTIONS(568), [anon_sym_deshape] = ACTIONS(568), - [anon_sym_33] = ACTIONS(568), + [anon_sym_u266d] = ACTIONS(568), [anon_sym_bits] = ACTIONS(568), - [anon_sym_34] = ACTIONS(568), + [anon_sym_u22ef] = ACTIONS(568), [anon_sym_transpose] = ACTIONS(568), - [anon_sym_35] = ACTIONS(568), + [anon_sym_u2349] = ACTIONS(568), [anon_sym_rise] = ACTIONS(568), - [anon_sym_36] = ACTIONS(568), + [anon_sym_u234f] = ACTIONS(568), [anon_sym_fall] = ACTIONS(568), - [anon_sym_37] = ACTIONS(568), + [anon_sym_u2356] = ACTIONS(568), [anon_sym_where] = ACTIONS(568), - [anon_sym_38] = ACTIONS(568), + [anon_sym_u229a] = ACTIONS(568), [anon_sym_classify] = ACTIONS(568), - [anon_sym_39] = ACTIONS(568), + [anon_sym_u229b] = ACTIONS(568), [anon_sym_deduplicate] = ACTIONS(568), - [anon_sym_40] = ACTIONS(568), + [anon_sym_u25f4] = ACTIONS(568), [anon_sym_box] = ACTIONS(568), - [anon_sym_41] = ACTIONS(568), + [anon_sym_u25a1] = ACTIONS(568), [anon_sym_match] = ACTIONS(568), - [anon_sym_42] = ACTIONS(568), + [anon_sym_u224d] = ACTIONS(568), [anon_sym_couple] = ACTIONS(568), - [anon_sym_43] = ACTIONS(568), + [anon_sym_u229f] = ACTIONS(568), [anon_sym_join] = ACTIONS(568), - [anon_sym_44] = ACTIONS(568), + [anon_sym_u2282] = ACTIONS(568), [anon_sym_select] = ACTIONS(568), - [anon_sym_45] = ACTIONS(568), + [anon_sym_u228f] = ACTIONS(568), [anon_sym_pick] = ACTIONS(568), - [anon_sym_46] = ACTIONS(568), + [anon_sym_u22a1] = ACTIONS(568), [anon_sym_reshape] = ACTIONS(568), - [anon_sym_47] = ACTIONS(568), + [anon_sym_u21af] = ACTIONS(568), [anon_sym_take] = ACTIONS(568), - [anon_sym_48] = ACTIONS(568), + [anon_sym_u2199] = ACTIONS(568), [anon_sym_drop] = ACTIONS(568), - [anon_sym_49] = ACTIONS(568), + [anon_sym_u2198] = ACTIONS(568), [anon_sym_rotate] = ACTIONS(568), - [anon_sym_50] = ACTIONS(568), + [anon_sym_u21bb] = ACTIONS(568), [anon_sym_windows] = ACTIONS(568), - [anon_sym_51] = ACTIONS(568), + [anon_sym_u25eb] = ACTIONS(568), [anon_sym_keep] = ACTIONS(568), - [anon_sym_52] = ACTIONS(568), + [anon_sym_u25bd] = ACTIONS(568), [anon_sym_find] = ACTIONS(568), - [anon_sym_53] = ACTIONS(568), + [anon_sym_u2315] = ACTIONS(568), [anon_sym_member] = ACTIONS(568), - [anon_sym_54] = ACTIONS(568), + [anon_sym_u220a] = ACTIONS(568), [anon_sym_indexof] = ACTIONS(568), - [anon_sym_55] = ACTIONS(568), + [anon_sym_u2297] = ACTIONS(568), [anon_sym_assert] = ACTIONS(568), - [anon_sym_56] = ACTIONS(568), + [anon_sym_u2364] = ACTIONS(568), [anon_sym_wait] = ACTIONS(568), [anon_sym_parse] = ACTIONS(568), - [anon_sym_57] = ACTIONS(568), + [anon_sym_u22d5] = ACTIONS(568), [anon_sym_random] = ACTIONS(568), - [anon_sym_58] = ACTIONS(568), + [anon_sym_u2682] = ACTIONS(568), [anon_sym_gen] = ACTIONS(568), [anon_sym_deal] = ACTIONS(568), [anon_sym_tag] = ACTIONS(568), [anon_sym_now] = ACTIONS(568), - [anon_sym_type] = ACTIONS(568), - [anon_sym_59] = ACTIONS(568), + [anon_sym_type] = ACTIONS(566), + [anon_sym_u2e2e] = ACTIONS(568), [anon_sym_dump] = ACTIONS(568), [anon_sym_regex] = ACTIONS(568), [anon_sym_utf] = ACTIONS(568), @@ -42937,85 +44217,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(568), [anon_sym_tryrecv] = ACTIONS(568), [anon_sym_complex] = ACTIONS(568), - [anon_sym_60] = ACTIONS(568), + [anon_sym_u2102] = ACTIONS(568), [anon_sym_rerank] = ACTIONS(568), - [anon_sym_61] = ACTIONS(568), + [anon_sym_u2607] = ACTIONS(568), [anon_sym_fix] = ACTIONS(568), - [anon_sym_62] = ACTIONS(568), + [anon_sym_u00a4] = ACTIONS(568), [anon_sym_QMARK] = ACTIONS(568), [anon_sym_unique] = ACTIONS(568), - [anon_sym_63] = 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_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_64] = ACTIONS(568), + [anon_sym_u2235] = ACTIONS(568), [anon_sym_rows] = ACTIONS(568), - [anon_sym_65] = ACTIONS(568), + [anon_sym_u2261] = ACTIONS(568), [anon_sym_repeat] = ACTIONS(568), - [anon_sym_66] = ACTIONS(568), + [anon_sym_u2365] = ACTIONS(568), [anon_sym_dip] = ACTIONS(568), - [anon_sym_67] = ACTIONS(568), + [anon_sym_u2299] = ACTIONS(568), [anon_sym_gap] = ACTIONS(568), - [anon_sym_68] = ACTIONS(568), + [anon_sym_u22c5] = ACTIONS(568), [anon_sym_spawn] = ACTIONS(568), [anon_sym_rectify] = ACTIONS(568), - [anon_sym_69] = ACTIONS(568), - [anon_sym_this] = ACTIONS(568), - [anon_sym_70] = ACTIONS(568), - [anon_sym_recur] = ACTIONS(568), - [anon_sym_71] = ACTIONS(568), + [anon_sym_u2305] = ACTIONS(568), [anon_sym_un] = ACTIONS(566), - [anon_sym_72] = ACTIONS(568), - [anon_sym_content] = ACTIONS(568), - [anon_sym_73] = ACTIONS(568), + [anon_sym_u00b0] = ACTIONS(568), [anon_sym_bind] = 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_shapes] = ACTIONS(568), + [anon_sym_types] = ACTIONS(568), [anon_sym_fold] = ACTIONS(568), - [anon_sym_74] = ACTIONS(568), + [anon_sym_u2227] = ACTIONS(568), [anon_sym_table] = ACTIONS(568), - [anon_sym_75] = ACTIONS(568), + [anon_sym_u229e] = ACTIONS(568), [anon_sym_group] = ACTIONS(568), - [anon_sym_76] = ACTIONS(568), + [anon_sym_u2295] = ACTIONS(568), [anon_sym_partition] = ACTIONS(568), - [anon_sym_77] = ACTIONS(568), + [anon_sym_u229c] = ACTIONS(568), [anon_sym_both] = ACTIONS(568), - [anon_sym_78] = ACTIONS(568), + [anon_sym_u2229] = ACTIONS(568), [anon_sym_bracket] = ACTIONS(568), - [anon_sym_79] = ACTIONS(568), + [anon_sym_u2293] = ACTIONS(568), [anon_sym_fork] = ACTIONS(568), - [anon_sym_80] = ACTIONS(568), + [anon_sym_u2283] = ACTIONS(568), [anon_sym_under] = ACTIONS(568), - [anon_sym_81] = ACTIONS(568), + [anon_sym_u235c] = ACTIONS(568), [anon_sym_fill] = ACTIONS(568), - [anon_sym_82] = ACTIONS(568), + [anon_sym_u2b1a] = ACTIONS(568), [anon_sym_try] = ACTIONS(566), - [anon_sym_83] = ACTIONS(568), + [anon_sym_u2363] = ACTIONS(568), [anon_sym_do] = ACTIONS(566), - [anon_sym_84] = ACTIONS(568), - [anon_sym_all] = ACTIONS(568), - [anon_sym_85] = ACTIONS(568), + [anon_sym_u2362] = ACTIONS(568), [anon_sym_setinv] = ACTIONS(568), [anon_sym_setunder] = ACTIONS(568), - [anon_sym_86] = ACTIONS(568), - [anon_sym_87] = ACTIONS(568), - [anon_sym_88] = ACTIONS(568), - [anon_sym_89] = ACTIONS(568), - [anon_sym_90] = ACTIONS(568), - [anon_sym_91] = ACTIONS(568), - [anon_sym_92] = ACTIONS(568), - [anon_sym_93] = ACTIONS(568), + [anon_sym_f] = ACTIONS(566), + [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_94] = ACTIONS(568), - [anon_sym_95] = ACTIONS(568), + [anon_sym_u2290] = ACTIONS(568), + [anon_sym_u229d] = ACTIONS(568), [anon_sym_cross] = ACTIONS(568), - [anon_sym_96] = ACTIONS(568), + [anon_sym_u22a0] = ACTIONS(568), [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_u21ac] = ACTIONS(568), + [anon_sym_u21ab] = ACTIONS(568), + [anon_sym_all] = ACTIONS(568), + [anon_sym_u22d4] = ACTIONS(568), [sym__endOfLine] = ACTIONS(568), }, [142] = { @@ -43029,7 +44317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(570), [anon_sym_Sep] = ACTIONS(570), [anon_sym_NUmProcs] = ACTIONS(570), - [anon_sym_] = ACTIONS(572), + [anon_sym_u237c] = ACTIONS(572), [aux_sym_character_token1] = ACTIONS(572), [sym_string] = ACTIONS(572), [sym_multiLineString] = ACTIONS(572), @@ -43044,138 +44332,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(570), [anon_sym_eta] = ACTIONS(572), - [anon_sym_2] = ACTIONS(570), + [anon_sym_u03b7] = ACTIONS(570), [anon_sym_pi] = ACTIONS(570), - [anon_sym_3] = ACTIONS(570), + [anon_sym_u03c0] = ACTIONS(570), [anon_sym_tau] = ACTIONS(572), - [anon_sym_4] = ACTIONS(570), + [anon_sym_u03c4] = ACTIONS(570), [anon_sym_infinity] = ACTIONS(572), - [anon_sym_5] = ACTIONS(572), - [anon_sym_e] = ACTIONS(570), - [anon_sym_NaN] = ACTIONS(570), - [anon_sym_NumProcs] = ACTIONS(570), + [anon_sym_u221e] = ACTIONS(572), [anon_sym_DOT] = ACTIONS(572), [anon_sym_COMMA] = ACTIONS(572), [anon_sym_COLON] = ACTIONS(572), - [anon_sym_6] = ACTIONS(572), + [anon_sym_u25cc] = ACTIONS(572), [anon_sym_identity] = ACTIONS(572), [anon_sym_id] = ACTIONS(570), - [anon_sym_7] = ACTIONS(572), + [anon_sym_u2218] = ACTIONS(572), [anon_sym_not] = ACTIONS(572), - [anon_sym_8] = ACTIONS(572), - [anon_sym_sign] = ACTIONS(572), - [anon_sym_9] = ACTIONS(572), + [anon_sym_u00ac] = ACTIONS(572), + [anon_sym_sign] = ACTIONS(570), + [anon_sym_u00b1] = ACTIONS(572), [anon_sym_BQUOTE] = ACTIONS(572), - [anon_sym_10] = ACTIONS(570), + [anon_sym_u00af] = ACTIONS(570), [anon_sym_absolutevalue] = ACTIONS(572), - [anon_sym_11] = ACTIONS(572), + [anon_sym_u2335] = ACTIONS(572), [anon_sym_sqrt] = ACTIONS(572), - [anon_sym_12] = ACTIONS(572), + [anon_sym_u221a] = ACTIONS(572), [anon_sym_sine] = ACTIONS(572), - [anon_sym_13] = ACTIONS(572), + [anon_sym_u25cb] = ACTIONS(572), [anon_sym_floor] = ACTIONS(572), - [anon_sym_14] = ACTIONS(572), + [anon_sym_u230a] = ACTIONS(572), [anon_sym_ceiling] = ACTIONS(572), - [anon_sym_15] = ACTIONS(572), + [anon_sym_u2308] = ACTIONS(572), [anon_sym_round] = ACTIONS(572), - [anon_sym_16] = ACTIONS(572), + [anon_sym_u2045] = ACTIONS(572), [anon_sym_EQ] = ACTIONS(572), [anon_sym_BANG_EQ] = ACTIONS(572), - [anon_sym_17] = ACTIONS(572), + [anon_sym_u2260] = ACTIONS(572), [anon_sym_LT] = ACTIONS(570), [anon_sym_LT_EQ] = ACTIONS(572), - [anon_sym_18] = ACTIONS(572), + [anon_sym_u2264] = ACTIONS(572), [anon_sym_GT] = ACTIONS(570), [anon_sym_GT_EQ] = ACTIONS(572), - [anon_sym_19] = ACTIONS(572), + [anon_sym_u2265] = ACTIONS(572), [anon_sym_PLUS] = ACTIONS(572), [anon_sym_DASH] = ACTIONS(572), [anon_sym_STAR] = ACTIONS(572), - [anon_sym_20] = ACTIONS(572), + [anon_sym_u00d7] = ACTIONS(572), [anon_sym_PERCENT] = ACTIONS(572), - [anon_sym_21] = ACTIONS(572), + [anon_sym_u00f7] = ACTIONS(572), [anon_sym_modulus] = ACTIONS(572), - [anon_sym_22] = ACTIONS(572), + [anon_sym_u25ff] = ACTIONS(572), [anon_sym_power] = ACTIONS(572), - [anon_sym_23] = ACTIONS(572), + [anon_sym_u207f] = ACTIONS(572), [anon_sym_logarithm] = ACTIONS(572), - [anon_sym_24] = ACTIONS(572), + [anon_sym_u2099] = ACTIONS(572), [anon_sym_minimum] = ACTIONS(572), - [anon_sym_25] = ACTIONS(572), + [anon_sym_u21a7] = ACTIONS(572), [anon_sym_maximum] = ACTIONS(572), - [anon_sym_26] = ACTIONS(572), + [anon_sym_u21a5] = ACTIONS(572), [anon_sym_atangent] = ACTIONS(572), - [anon_sym_27] = ACTIONS(572), + [anon_sym_u2220] = ACTIONS(572), [anon_sym_length] = ACTIONS(572), - [anon_sym_28] = ACTIONS(572), - [anon_sym_shape] = ACTIONS(572), - [anon_sym_29] = ACTIONS(572), + [anon_sym_u29fb] = ACTIONS(572), + [anon_sym_shape] = ACTIONS(570), + [anon_sym_u25b3] = ACTIONS(572), [anon_sym_range] = ACTIONS(572), - [anon_sym_30] = ACTIONS(572), + [anon_sym_u21e1] = ACTIONS(572), [anon_sym_first] = ACTIONS(572), - [anon_sym_31] = ACTIONS(572), + [anon_sym_u22a2] = ACTIONS(572), [anon_sym_reverse] = ACTIONS(572), - [anon_sym_32] = ACTIONS(572), + [anon_sym_u21cc] = ACTIONS(572), [anon_sym_deshape] = ACTIONS(572), - [anon_sym_33] = ACTIONS(572), + [anon_sym_u266d] = ACTIONS(572), [anon_sym_bits] = ACTIONS(572), - [anon_sym_34] = ACTIONS(572), + [anon_sym_u22ef] = ACTIONS(572), [anon_sym_transpose] = ACTIONS(572), - [anon_sym_35] = ACTIONS(572), + [anon_sym_u2349] = ACTIONS(572), [anon_sym_rise] = ACTIONS(572), - [anon_sym_36] = ACTIONS(572), + [anon_sym_u234f] = ACTIONS(572), [anon_sym_fall] = ACTIONS(572), - [anon_sym_37] = ACTIONS(572), + [anon_sym_u2356] = ACTIONS(572), [anon_sym_where] = ACTIONS(572), - [anon_sym_38] = ACTIONS(572), + [anon_sym_u229a] = ACTIONS(572), [anon_sym_classify] = ACTIONS(572), - [anon_sym_39] = ACTIONS(572), + [anon_sym_u229b] = ACTIONS(572), [anon_sym_deduplicate] = ACTIONS(572), - [anon_sym_40] = ACTIONS(572), + [anon_sym_u25f4] = ACTIONS(572), [anon_sym_box] = ACTIONS(572), - [anon_sym_41] = ACTIONS(572), + [anon_sym_u25a1] = ACTIONS(572), [anon_sym_match] = ACTIONS(572), - [anon_sym_42] = ACTIONS(572), + [anon_sym_u224d] = ACTIONS(572), [anon_sym_couple] = ACTIONS(572), - [anon_sym_43] = ACTIONS(572), + [anon_sym_u229f] = ACTIONS(572), [anon_sym_join] = ACTIONS(572), - [anon_sym_44] = ACTIONS(572), + [anon_sym_u2282] = ACTIONS(572), [anon_sym_select] = ACTIONS(572), - [anon_sym_45] = ACTIONS(572), + [anon_sym_u228f] = ACTIONS(572), [anon_sym_pick] = ACTIONS(572), - [anon_sym_46] = ACTIONS(572), + [anon_sym_u22a1] = ACTIONS(572), [anon_sym_reshape] = ACTIONS(572), - [anon_sym_47] = ACTIONS(572), + [anon_sym_u21af] = ACTIONS(572), [anon_sym_take] = ACTIONS(572), - [anon_sym_48] = ACTIONS(572), + [anon_sym_u2199] = ACTIONS(572), [anon_sym_drop] = ACTIONS(572), - [anon_sym_49] = ACTIONS(572), + [anon_sym_u2198] = ACTIONS(572), [anon_sym_rotate] = ACTIONS(572), - [anon_sym_50] = ACTIONS(572), + [anon_sym_u21bb] = ACTIONS(572), [anon_sym_windows] = ACTIONS(572), - [anon_sym_51] = ACTIONS(572), + [anon_sym_u25eb] = ACTIONS(572), [anon_sym_keep] = ACTIONS(572), - [anon_sym_52] = ACTIONS(572), + [anon_sym_u25bd] = ACTIONS(572), [anon_sym_find] = ACTIONS(572), - [anon_sym_53] = ACTIONS(572), + [anon_sym_u2315] = ACTIONS(572), [anon_sym_member] = ACTIONS(572), - [anon_sym_54] = ACTIONS(572), + [anon_sym_u220a] = ACTIONS(572), [anon_sym_indexof] = ACTIONS(572), - [anon_sym_55] = ACTIONS(572), + [anon_sym_u2297] = ACTIONS(572), [anon_sym_assert] = ACTIONS(572), - [anon_sym_56] = ACTIONS(572), + [anon_sym_u2364] = ACTIONS(572), [anon_sym_wait] = ACTIONS(572), [anon_sym_parse] = ACTIONS(572), - [anon_sym_57] = ACTIONS(572), + [anon_sym_u22d5] = ACTIONS(572), [anon_sym_random] = ACTIONS(572), - [anon_sym_58] = ACTIONS(572), + [anon_sym_u2682] = ACTIONS(572), [anon_sym_gen] = ACTIONS(572), [anon_sym_deal] = ACTIONS(572), [anon_sym_tag] = ACTIONS(572), [anon_sym_now] = ACTIONS(572), - [anon_sym_type] = ACTIONS(572), - [anon_sym_59] = ACTIONS(572), + [anon_sym_type] = ACTIONS(570), + [anon_sym_u2e2e] = ACTIONS(572), [anon_sym_dump] = ACTIONS(572), [anon_sym_regex] = ACTIONS(572), [anon_sym_utf] = ACTIONS(572), @@ -43183,85 +44471,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(572), [anon_sym_tryrecv] = ACTIONS(572), [anon_sym_complex] = ACTIONS(572), - [anon_sym_60] = ACTIONS(572), + [anon_sym_u2102] = ACTIONS(572), [anon_sym_rerank] = ACTIONS(572), - [anon_sym_61] = ACTIONS(572), + [anon_sym_u2607] = ACTIONS(572), [anon_sym_fix] = ACTIONS(572), - [anon_sym_62] = ACTIONS(572), + [anon_sym_u00a4] = ACTIONS(572), [anon_sym_QMARK] = ACTIONS(572), [anon_sym_unique] = ACTIONS(572), - [anon_sym_63] = 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_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_64] = ACTIONS(572), + [anon_sym_u2235] = ACTIONS(572), [anon_sym_rows] = ACTIONS(572), - [anon_sym_65] = ACTIONS(572), + [anon_sym_u2261] = ACTIONS(572), [anon_sym_repeat] = ACTIONS(572), - [anon_sym_66] = ACTIONS(572), + [anon_sym_u2365] = ACTIONS(572), [anon_sym_dip] = ACTIONS(572), - [anon_sym_67] = ACTIONS(572), + [anon_sym_u2299] = ACTIONS(572), [anon_sym_gap] = ACTIONS(572), - [anon_sym_68] = ACTIONS(572), + [anon_sym_u22c5] = ACTIONS(572), [anon_sym_spawn] = ACTIONS(572), [anon_sym_rectify] = ACTIONS(572), - [anon_sym_69] = ACTIONS(572), - [anon_sym_this] = ACTIONS(572), - [anon_sym_70] = ACTIONS(572), - [anon_sym_recur] = ACTIONS(572), - [anon_sym_71] = ACTIONS(572), + [anon_sym_u2305] = ACTIONS(572), [anon_sym_un] = ACTIONS(570), - [anon_sym_72] = ACTIONS(572), - [anon_sym_content] = ACTIONS(572), - [anon_sym_73] = ACTIONS(572), + [anon_sym_u00b0] = ACTIONS(572), [anon_sym_bind] = 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_shapes] = ACTIONS(572), + [anon_sym_types] = ACTIONS(572), [anon_sym_fold] = ACTIONS(572), - [anon_sym_74] = ACTIONS(572), + [anon_sym_u2227] = ACTIONS(572), [anon_sym_table] = ACTIONS(572), - [anon_sym_75] = ACTIONS(572), + [anon_sym_u229e] = ACTIONS(572), [anon_sym_group] = ACTIONS(572), - [anon_sym_76] = ACTIONS(572), + [anon_sym_u2295] = ACTIONS(572), [anon_sym_partition] = ACTIONS(572), - [anon_sym_77] = ACTIONS(572), + [anon_sym_u229c] = ACTIONS(572), [anon_sym_both] = ACTIONS(572), - [anon_sym_78] = ACTIONS(572), + [anon_sym_u2229] = ACTIONS(572), [anon_sym_bracket] = ACTIONS(572), - [anon_sym_79] = ACTIONS(572), + [anon_sym_u2293] = ACTIONS(572), [anon_sym_fork] = ACTIONS(572), - [anon_sym_80] = ACTIONS(572), + [anon_sym_u2283] = ACTIONS(572), [anon_sym_under] = ACTIONS(572), - [anon_sym_81] = ACTIONS(572), + [anon_sym_u235c] = ACTIONS(572), [anon_sym_fill] = ACTIONS(572), - [anon_sym_82] = ACTIONS(572), + [anon_sym_u2b1a] = ACTIONS(572), [anon_sym_try] = ACTIONS(570), - [anon_sym_83] = ACTIONS(572), + [anon_sym_u2363] = ACTIONS(572), [anon_sym_do] = ACTIONS(570), - [anon_sym_84] = ACTIONS(572), - [anon_sym_all] = ACTIONS(572), - [anon_sym_85] = ACTIONS(572), + [anon_sym_u2362] = ACTIONS(572), [anon_sym_setinv] = ACTIONS(572), [anon_sym_setunder] = ACTIONS(572), - [anon_sym_86] = ACTIONS(572), - [anon_sym_87] = ACTIONS(572), - [anon_sym_88] = ACTIONS(572), - [anon_sym_89] = ACTIONS(572), - [anon_sym_90] = ACTIONS(572), - [anon_sym_91] = ACTIONS(572), - [anon_sym_92] = ACTIONS(572), - [anon_sym_93] = ACTIONS(572), + [anon_sym_f] = ACTIONS(570), + [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_94] = ACTIONS(572), - [anon_sym_95] = ACTIONS(572), + [anon_sym_u2290] = ACTIONS(572), + [anon_sym_u229d] = ACTIONS(572), [anon_sym_cross] = ACTIONS(572), - [anon_sym_96] = ACTIONS(572), + [anon_sym_u22a0] = ACTIONS(572), [anon_sym_SEMI] = ACTIONS(572), + [anon_sym_u21ac] = ACTIONS(572), + [anon_sym_u21ab] = ACTIONS(572), + [anon_sym_all] = ACTIONS(572), + [anon_sym_u22d4] = ACTIONS(572), [sym__endOfLine] = ACTIONS(572), }, [143] = { @@ -43275,7 +44571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(494), [anon_sym_Sep] = ACTIONS(494), [anon_sym_NUmProcs] = ACTIONS(494), - [anon_sym_] = ACTIONS(496), + [anon_sym_u237c] = ACTIONS(496), [aux_sym_character_token1] = ACTIONS(496), [sym_string] = ACTIONS(496), [sym_multiLineString] = ACTIONS(496), @@ -43290,138 +44586,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(496), [anon_sym_SQUOTE] = ACTIONS(494), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(496), + [anon_sym_e] = ACTIONS(494), + [anon_sym_NaN] = ACTIONS(494), + [anon_sym_NumProcs] = ACTIONS(494), [anon_sym_eta] = ACTIONS(496), - [anon_sym_2] = ACTIONS(494), + [anon_sym_u03b7] = ACTIONS(494), [anon_sym_pi] = ACTIONS(494), - [anon_sym_3] = ACTIONS(494), + [anon_sym_u03c0] = ACTIONS(494), [anon_sym_tau] = ACTIONS(496), - [anon_sym_4] = ACTIONS(494), + [anon_sym_u03c4] = ACTIONS(494), [anon_sym_infinity] = ACTIONS(496), - [anon_sym_5] = ACTIONS(496), - [anon_sym_e] = ACTIONS(494), - [anon_sym_NaN] = ACTIONS(494), - [anon_sym_NumProcs] = ACTIONS(494), + [anon_sym_u221e] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(496), [anon_sym_COMMA] = ACTIONS(496), [anon_sym_COLON] = ACTIONS(496), - [anon_sym_6] = ACTIONS(496), + [anon_sym_u25cc] = ACTIONS(496), [anon_sym_identity] = ACTIONS(496), [anon_sym_id] = ACTIONS(494), - [anon_sym_7] = ACTIONS(496), + [anon_sym_u2218] = ACTIONS(496), [anon_sym_not] = ACTIONS(496), - [anon_sym_8] = ACTIONS(496), - [anon_sym_sign] = ACTIONS(496), - [anon_sym_9] = ACTIONS(496), + [anon_sym_u00ac] = ACTIONS(496), + [anon_sym_sign] = ACTIONS(494), + [anon_sym_u00b1] = ACTIONS(496), [anon_sym_BQUOTE] = ACTIONS(496), - [anon_sym_10] = ACTIONS(494), + [anon_sym_u00af] = ACTIONS(494), [anon_sym_absolutevalue] = ACTIONS(496), - [anon_sym_11] = ACTIONS(496), + [anon_sym_u2335] = ACTIONS(496), [anon_sym_sqrt] = ACTIONS(496), - [anon_sym_12] = ACTIONS(496), + [anon_sym_u221a] = ACTIONS(496), [anon_sym_sine] = ACTIONS(496), - [anon_sym_13] = ACTIONS(496), + [anon_sym_u25cb] = ACTIONS(496), [anon_sym_floor] = ACTIONS(496), - [anon_sym_14] = ACTIONS(496), + [anon_sym_u230a] = ACTIONS(496), [anon_sym_ceiling] = ACTIONS(496), - [anon_sym_15] = ACTIONS(496), + [anon_sym_u2308] = ACTIONS(496), [anon_sym_round] = ACTIONS(496), - [anon_sym_16] = ACTIONS(496), + [anon_sym_u2045] = ACTIONS(496), [anon_sym_EQ] = ACTIONS(496), [anon_sym_BANG_EQ] = ACTIONS(496), - [anon_sym_17] = ACTIONS(496), + [anon_sym_u2260] = ACTIONS(496), [anon_sym_LT] = ACTIONS(494), [anon_sym_LT_EQ] = ACTIONS(496), - [anon_sym_18] = ACTIONS(496), + [anon_sym_u2264] = ACTIONS(496), [anon_sym_GT] = ACTIONS(494), [anon_sym_GT_EQ] = ACTIONS(496), - [anon_sym_19] = ACTIONS(496), + [anon_sym_u2265] = ACTIONS(496), [anon_sym_PLUS] = ACTIONS(496), [anon_sym_DASH] = ACTIONS(496), [anon_sym_STAR] = ACTIONS(496), - [anon_sym_20] = ACTIONS(496), + [anon_sym_u00d7] = ACTIONS(496), [anon_sym_PERCENT] = ACTIONS(496), - [anon_sym_21] = ACTIONS(496), + [anon_sym_u00f7] = ACTIONS(496), [anon_sym_modulus] = ACTIONS(496), - [anon_sym_22] = ACTIONS(496), + [anon_sym_u25ff] = ACTIONS(496), [anon_sym_power] = ACTIONS(496), - [anon_sym_23] = ACTIONS(496), + [anon_sym_u207f] = ACTIONS(496), [anon_sym_logarithm] = ACTIONS(496), - [anon_sym_24] = ACTIONS(496), + [anon_sym_u2099] = ACTIONS(496), [anon_sym_minimum] = ACTIONS(496), - [anon_sym_25] = ACTIONS(496), + [anon_sym_u21a7] = ACTIONS(496), [anon_sym_maximum] = ACTIONS(496), - [anon_sym_26] = ACTIONS(496), + [anon_sym_u21a5] = ACTIONS(496), [anon_sym_atangent] = ACTIONS(496), - [anon_sym_27] = ACTIONS(496), + [anon_sym_u2220] = ACTIONS(496), [anon_sym_length] = ACTIONS(496), - [anon_sym_28] = ACTIONS(496), - [anon_sym_shape] = ACTIONS(496), - [anon_sym_29] = ACTIONS(496), + [anon_sym_u29fb] = ACTIONS(496), + [anon_sym_shape] = ACTIONS(494), + [anon_sym_u25b3] = ACTIONS(496), [anon_sym_range] = ACTIONS(496), - [anon_sym_30] = ACTIONS(496), + [anon_sym_u21e1] = ACTIONS(496), [anon_sym_first] = ACTIONS(496), - [anon_sym_31] = ACTIONS(496), + [anon_sym_u22a2] = ACTIONS(496), [anon_sym_reverse] = ACTIONS(496), - [anon_sym_32] = ACTIONS(496), + [anon_sym_u21cc] = ACTIONS(496), [anon_sym_deshape] = ACTIONS(496), - [anon_sym_33] = ACTIONS(496), + [anon_sym_u266d] = ACTIONS(496), [anon_sym_bits] = ACTIONS(496), - [anon_sym_34] = ACTIONS(496), + [anon_sym_u22ef] = ACTIONS(496), [anon_sym_transpose] = ACTIONS(496), - [anon_sym_35] = ACTIONS(496), + [anon_sym_u2349] = ACTIONS(496), [anon_sym_rise] = ACTIONS(496), - [anon_sym_36] = ACTIONS(496), + [anon_sym_u234f] = ACTIONS(496), [anon_sym_fall] = ACTIONS(496), - [anon_sym_37] = ACTIONS(496), + [anon_sym_u2356] = ACTIONS(496), [anon_sym_where] = ACTIONS(496), - [anon_sym_38] = ACTIONS(496), + [anon_sym_u229a] = ACTIONS(496), [anon_sym_classify] = ACTIONS(496), - [anon_sym_39] = ACTIONS(496), + [anon_sym_u229b] = ACTIONS(496), [anon_sym_deduplicate] = ACTIONS(496), - [anon_sym_40] = ACTIONS(496), + [anon_sym_u25f4] = ACTIONS(496), [anon_sym_box] = ACTIONS(496), - [anon_sym_41] = ACTIONS(496), + [anon_sym_u25a1] = ACTIONS(496), [anon_sym_match] = ACTIONS(496), - [anon_sym_42] = ACTIONS(496), + [anon_sym_u224d] = ACTIONS(496), [anon_sym_couple] = ACTIONS(496), - [anon_sym_43] = ACTIONS(496), + [anon_sym_u229f] = ACTIONS(496), [anon_sym_join] = ACTIONS(496), - [anon_sym_44] = ACTIONS(496), + [anon_sym_u2282] = ACTIONS(496), [anon_sym_select] = ACTIONS(496), - [anon_sym_45] = ACTIONS(496), + [anon_sym_u228f] = ACTIONS(496), [anon_sym_pick] = ACTIONS(496), - [anon_sym_46] = ACTIONS(496), + [anon_sym_u22a1] = ACTIONS(496), [anon_sym_reshape] = ACTIONS(496), - [anon_sym_47] = ACTIONS(496), + [anon_sym_u21af] = ACTIONS(496), [anon_sym_take] = ACTIONS(496), - [anon_sym_48] = ACTIONS(496), + [anon_sym_u2199] = ACTIONS(496), [anon_sym_drop] = ACTIONS(496), - [anon_sym_49] = ACTIONS(496), + [anon_sym_u2198] = ACTIONS(496), [anon_sym_rotate] = ACTIONS(496), - [anon_sym_50] = ACTIONS(496), + [anon_sym_u21bb] = ACTIONS(496), [anon_sym_windows] = ACTIONS(496), - [anon_sym_51] = ACTIONS(496), + [anon_sym_u25eb] = ACTIONS(496), [anon_sym_keep] = ACTIONS(496), - [anon_sym_52] = ACTIONS(496), + [anon_sym_u25bd] = ACTIONS(496), [anon_sym_find] = ACTIONS(496), - [anon_sym_53] = ACTIONS(496), + [anon_sym_u2315] = ACTIONS(496), [anon_sym_member] = ACTIONS(496), - [anon_sym_54] = ACTIONS(496), + [anon_sym_u220a] = ACTIONS(496), [anon_sym_indexof] = ACTIONS(496), - [anon_sym_55] = ACTIONS(496), + [anon_sym_u2297] = ACTIONS(496), [anon_sym_assert] = ACTIONS(496), - [anon_sym_56] = ACTIONS(496), + [anon_sym_u2364] = ACTIONS(496), [anon_sym_wait] = ACTIONS(496), [anon_sym_parse] = ACTIONS(496), - [anon_sym_57] = ACTIONS(496), + [anon_sym_u22d5] = ACTIONS(496), [anon_sym_random] = ACTIONS(496), - [anon_sym_58] = ACTIONS(496), + [anon_sym_u2682] = ACTIONS(496), [anon_sym_gen] = ACTIONS(496), [anon_sym_deal] = ACTIONS(496), [anon_sym_tag] = ACTIONS(496), [anon_sym_now] = ACTIONS(496), - [anon_sym_type] = ACTIONS(496), - [anon_sym_59] = ACTIONS(496), + [anon_sym_type] = ACTIONS(494), + [anon_sym_u2e2e] = ACTIONS(496), [anon_sym_dump] = ACTIONS(496), [anon_sym_regex] = ACTIONS(496), [anon_sym_utf] = ACTIONS(496), @@ -43429,85 +44725,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(496), [anon_sym_tryrecv] = ACTIONS(496), [anon_sym_complex] = ACTIONS(496), - [anon_sym_60] = ACTIONS(496), + [anon_sym_u2102] = ACTIONS(496), [anon_sym_rerank] = ACTIONS(496), - [anon_sym_61] = ACTIONS(496), + [anon_sym_u2607] = ACTIONS(496), [anon_sym_fix] = ACTIONS(496), - [anon_sym_62] = ACTIONS(496), + [anon_sym_u00a4] = ACTIONS(496), [anon_sym_QMARK] = ACTIONS(496), [anon_sym_unique] = ACTIONS(496), - [anon_sym_63] = ACTIONS(496), + [anon_sym_u25f0] = ACTIONS(496), [anon_sym_map] = ACTIONS(496), [anon_sym_has] = ACTIONS(496), [anon_sym_get] = ACTIONS(496), [anon_sym_insert] = ACTIONS(496), [anon_sym_remove] = ACTIONS(496), + [anon_sym_repr] = ACTIONS(496), [anon_sym_reduce] = ACTIONS(496), [anon_sym_SLASH] = ACTIONS(496), [anon_sym_scan] = ACTIONS(496), [anon_sym_BSLASH] = ACTIONS(496), [anon_sym_each] = ACTIONS(496), - [anon_sym_64] = ACTIONS(496), + [anon_sym_u2235] = ACTIONS(496), [anon_sym_rows] = ACTIONS(496), - [anon_sym_65] = ACTIONS(496), + [anon_sym_u2261] = ACTIONS(496), [anon_sym_repeat] = ACTIONS(496), - [anon_sym_66] = ACTIONS(496), + [anon_sym_u2365] = ACTIONS(496), [anon_sym_dip] = ACTIONS(496), - [anon_sym_67] = ACTIONS(496), + [anon_sym_u2299] = ACTIONS(496), [anon_sym_gap] = ACTIONS(496), - [anon_sym_68] = ACTIONS(496), + [anon_sym_u22c5] = ACTIONS(496), [anon_sym_spawn] = ACTIONS(496), [anon_sym_rectify] = ACTIONS(496), - [anon_sym_69] = ACTIONS(496), - [anon_sym_this] = ACTIONS(496), - [anon_sym_70] = ACTIONS(496), - [anon_sym_recur] = ACTIONS(496), - [anon_sym_71] = ACTIONS(496), + [anon_sym_u2305] = ACTIONS(496), [anon_sym_un] = ACTIONS(494), - [anon_sym_72] = ACTIONS(496), - [anon_sym_content] = ACTIONS(496), - [anon_sym_73] = ACTIONS(496), + [anon_sym_u00b0] = ACTIONS(496), [anon_sym_bind] = ACTIONS(496), + [anon_sym_on] = ACTIONS(494), + [anon_sym_u27dc] = ACTIONS(496), + [anon_sym_inventory] = ACTIONS(496), + [anon_sym_u235a] = ACTIONS(496), + [anon_sym_content] = ACTIONS(496), + [anon_sym_u25c7] = ACTIONS(496), + [anon_sym_pool] = ACTIONS(496), + [anon_sym_stringify] = ACTIONS(496), + [anon_sym_signature] = ACTIONS(496), + [anon_sym_shapes] = ACTIONS(496), + [anon_sym_types] = ACTIONS(496), [anon_sym_fold] = ACTIONS(496), - [anon_sym_74] = ACTIONS(496), + [anon_sym_u2227] = ACTIONS(496), [anon_sym_table] = ACTIONS(496), - [anon_sym_75] = ACTIONS(496), + [anon_sym_u229e] = ACTIONS(496), [anon_sym_group] = ACTIONS(496), - [anon_sym_76] = ACTIONS(496), + [anon_sym_u2295] = ACTIONS(496), [anon_sym_partition] = ACTIONS(496), - [anon_sym_77] = ACTIONS(496), + [anon_sym_u229c] = ACTIONS(496), [anon_sym_both] = ACTIONS(496), - [anon_sym_78] = ACTIONS(496), + [anon_sym_u2229] = ACTIONS(496), [anon_sym_bracket] = ACTIONS(496), - [anon_sym_79] = ACTIONS(496), + [anon_sym_u2293] = ACTIONS(496), [anon_sym_fork] = ACTIONS(496), - [anon_sym_80] = ACTIONS(496), + [anon_sym_u2283] = ACTIONS(496), [anon_sym_under] = ACTIONS(496), - [anon_sym_81] = ACTIONS(496), + [anon_sym_u235c] = ACTIONS(496), [anon_sym_fill] = ACTIONS(496), - [anon_sym_82] = ACTIONS(496), + [anon_sym_u2b1a] = ACTIONS(496), [anon_sym_try] = ACTIONS(494), - [anon_sym_83] = ACTIONS(496), + [anon_sym_u2363] = ACTIONS(496), [anon_sym_do] = ACTIONS(494), - [anon_sym_84] = ACTIONS(496), - [anon_sym_all] = ACTIONS(496), - [anon_sym_85] = ACTIONS(496), + [anon_sym_u2362] = ACTIONS(496), [anon_sym_setinv] = ACTIONS(496), [anon_sym_setunder] = ACTIONS(496), - [anon_sym_86] = ACTIONS(496), - [anon_sym_87] = ACTIONS(496), - [anon_sym_88] = ACTIONS(496), - [anon_sym_89] = ACTIONS(496), - [anon_sym_90] = ACTIONS(496), - [anon_sym_91] = ACTIONS(496), - [anon_sym_92] = ACTIONS(496), - [anon_sym_93] = ACTIONS(496), + [anon_sym_f] = ACTIONS(494), + [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_94] = ACTIONS(496), - [anon_sym_95] = ACTIONS(496), + [anon_sym_u2290] = ACTIONS(496), + [anon_sym_u229d] = ACTIONS(496), [anon_sym_cross] = ACTIONS(496), - [anon_sym_96] = ACTIONS(496), + [anon_sym_u22a0] = ACTIONS(496), [anon_sym_SEMI] = ACTIONS(496), + [anon_sym_u21ac] = ACTIONS(496), + [anon_sym_u21ab] = ACTIONS(496), + [anon_sym_all] = ACTIONS(496), + [anon_sym_u22d4] = ACTIONS(496), [sym__endOfLine] = ACTIONS(496), }, [144] = { @@ -43521,7 +44825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(578), [anon_sym_Sep] = ACTIONS(578), [anon_sym_NUmProcs] = ACTIONS(578), - [anon_sym_] = ACTIONS(580), + [anon_sym_u237c] = ACTIONS(580), [aux_sym_character_token1] = ACTIONS(580), [sym_string] = ACTIONS(580), [sym_multiLineString] = ACTIONS(580), @@ -43536,138 +44840,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(578), [anon_sym_eta] = ACTIONS(580), - [anon_sym_2] = ACTIONS(578), + [anon_sym_u03b7] = ACTIONS(578), [anon_sym_pi] = ACTIONS(578), - [anon_sym_3] = ACTIONS(578), + [anon_sym_u03c0] = ACTIONS(578), [anon_sym_tau] = ACTIONS(580), - [anon_sym_4] = ACTIONS(578), + [anon_sym_u03c4] = ACTIONS(578), [anon_sym_infinity] = ACTIONS(580), - [anon_sym_5] = ACTIONS(580), - [anon_sym_e] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_NumProcs] = ACTIONS(578), + [anon_sym_u221e] = ACTIONS(580), [anon_sym_DOT] = ACTIONS(580), [anon_sym_COMMA] = ACTIONS(580), [anon_sym_COLON] = ACTIONS(580), - [anon_sym_6] = ACTIONS(580), + [anon_sym_u25cc] = ACTIONS(580), [anon_sym_identity] = ACTIONS(580), [anon_sym_id] = ACTIONS(578), - [anon_sym_7] = ACTIONS(580), + [anon_sym_u2218] = ACTIONS(580), [anon_sym_not] = ACTIONS(580), - [anon_sym_8] = ACTIONS(580), - [anon_sym_sign] = ACTIONS(580), - [anon_sym_9] = ACTIONS(580), + [anon_sym_u00ac] = ACTIONS(580), + [anon_sym_sign] = ACTIONS(578), + [anon_sym_u00b1] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), - [anon_sym_10] = ACTIONS(578), + [anon_sym_u00af] = ACTIONS(578), [anon_sym_absolutevalue] = ACTIONS(580), - [anon_sym_11] = ACTIONS(580), + [anon_sym_u2335] = ACTIONS(580), [anon_sym_sqrt] = ACTIONS(580), - [anon_sym_12] = ACTIONS(580), + [anon_sym_u221a] = ACTIONS(580), [anon_sym_sine] = ACTIONS(580), - [anon_sym_13] = ACTIONS(580), + [anon_sym_u25cb] = ACTIONS(580), [anon_sym_floor] = ACTIONS(580), - [anon_sym_14] = ACTIONS(580), + [anon_sym_u230a] = ACTIONS(580), [anon_sym_ceiling] = ACTIONS(580), - [anon_sym_15] = ACTIONS(580), + [anon_sym_u2308] = ACTIONS(580), [anon_sym_round] = ACTIONS(580), - [anon_sym_16] = ACTIONS(580), + [anon_sym_u2045] = ACTIONS(580), [anon_sym_EQ] = ACTIONS(580), [anon_sym_BANG_EQ] = ACTIONS(580), - [anon_sym_17] = ACTIONS(580), + [anon_sym_u2260] = ACTIONS(580), [anon_sym_LT] = ACTIONS(578), [anon_sym_LT_EQ] = ACTIONS(580), - [anon_sym_18] = ACTIONS(580), + [anon_sym_u2264] = ACTIONS(580), [anon_sym_GT] = ACTIONS(578), [anon_sym_GT_EQ] = ACTIONS(580), - [anon_sym_19] = ACTIONS(580), + [anon_sym_u2265] = ACTIONS(580), [anon_sym_PLUS] = ACTIONS(580), [anon_sym_DASH] = ACTIONS(580), [anon_sym_STAR] = ACTIONS(580), - [anon_sym_20] = ACTIONS(580), + [anon_sym_u00d7] = ACTIONS(580), [anon_sym_PERCENT] = ACTIONS(580), - [anon_sym_21] = ACTIONS(580), + [anon_sym_u00f7] = ACTIONS(580), [anon_sym_modulus] = ACTIONS(580), - [anon_sym_22] = ACTIONS(580), + [anon_sym_u25ff] = ACTIONS(580), [anon_sym_power] = ACTIONS(580), - [anon_sym_23] = ACTIONS(580), + [anon_sym_u207f] = ACTIONS(580), [anon_sym_logarithm] = ACTIONS(580), - [anon_sym_24] = ACTIONS(580), + [anon_sym_u2099] = ACTIONS(580), [anon_sym_minimum] = ACTIONS(580), - [anon_sym_25] = ACTIONS(580), + [anon_sym_u21a7] = ACTIONS(580), [anon_sym_maximum] = ACTIONS(580), - [anon_sym_26] = ACTIONS(580), + [anon_sym_u21a5] = ACTIONS(580), [anon_sym_atangent] = ACTIONS(580), - [anon_sym_27] = ACTIONS(580), + [anon_sym_u2220] = ACTIONS(580), [anon_sym_length] = ACTIONS(580), - [anon_sym_28] = ACTIONS(580), - [anon_sym_shape] = ACTIONS(580), - [anon_sym_29] = ACTIONS(580), + [anon_sym_u29fb] = ACTIONS(580), + [anon_sym_shape] = ACTIONS(578), + [anon_sym_u25b3] = ACTIONS(580), [anon_sym_range] = ACTIONS(580), - [anon_sym_30] = ACTIONS(580), + [anon_sym_u21e1] = ACTIONS(580), [anon_sym_first] = ACTIONS(580), - [anon_sym_31] = ACTIONS(580), + [anon_sym_u22a2] = ACTIONS(580), [anon_sym_reverse] = ACTIONS(580), - [anon_sym_32] = ACTIONS(580), + [anon_sym_u21cc] = ACTIONS(580), [anon_sym_deshape] = ACTIONS(580), - [anon_sym_33] = ACTIONS(580), + [anon_sym_u266d] = ACTIONS(580), [anon_sym_bits] = ACTIONS(580), - [anon_sym_34] = ACTIONS(580), + [anon_sym_u22ef] = ACTIONS(580), [anon_sym_transpose] = ACTIONS(580), - [anon_sym_35] = ACTIONS(580), + [anon_sym_u2349] = ACTIONS(580), [anon_sym_rise] = ACTIONS(580), - [anon_sym_36] = ACTIONS(580), + [anon_sym_u234f] = ACTIONS(580), [anon_sym_fall] = ACTIONS(580), - [anon_sym_37] = ACTIONS(580), + [anon_sym_u2356] = ACTIONS(580), [anon_sym_where] = ACTIONS(580), - [anon_sym_38] = ACTIONS(580), + [anon_sym_u229a] = ACTIONS(580), [anon_sym_classify] = ACTIONS(580), - [anon_sym_39] = ACTIONS(580), + [anon_sym_u229b] = ACTIONS(580), [anon_sym_deduplicate] = ACTIONS(580), - [anon_sym_40] = ACTIONS(580), + [anon_sym_u25f4] = ACTIONS(580), [anon_sym_box] = ACTIONS(580), - [anon_sym_41] = ACTIONS(580), + [anon_sym_u25a1] = ACTIONS(580), [anon_sym_match] = ACTIONS(580), - [anon_sym_42] = ACTIONS(580), + [anon_sym_u224d] = ACTIONS(580), [anon_sym_couple] = ACTIONS(580), - [anon_sym_43] = ACTIONS(580), + [anon_sym_u229f] = ACTIONS(580), [anon_sym_join] = ACTIONS(580), - [anon_sym_44] = ACTIONS(580), + [anon_sym_u2282] = ACTIONS(580), [anon_sym_select] = ACTIONS(580), - [anon_sym_45] = ACTIONS(580), + [anon_sym_u228f] = ACTIONS(580), [anon_sym_pick] = ACTIONS(580), - [anon_sym_46] = ACTIONS(580), + [anon_sym_u22a1] = ACTIONS(580), [anon_sym_reshape] = ACTIONS(580), - [anon_sym_47] = ACTIONS(580), + [anon_sym_u21af] = ACTIONS(580), [anon_sym_take] = ACTIONS(580), - [anon_sym_48] = ACTIONS(580), + [anon_sym_u2199] = ACTIONS(580), [anon_sym_drop] = ACTIONS(580), - [anon_sym_49] = ACTIONS(580), + [anon_sym_u2198] = ACTIONS(580), [anon_sym_rotate] = ACTIONS(580), - [anon_sym_50] = ACTIONS(580), + [anon_sym_u21bb] = ACTIONS(580), [anon_sym_windows] = ACTIONS(580), - [anon_sym_51] = ACTIONS(580), + [anon_sym_u25eb] = ACTIONS(580), [anon_sym_keep] = ACTIONS(580), - [anon_sym_52] = ACTIONS(580), + [anon_sym_u25bd] = ACTIONS(580), [anon_sym_find] = ACTIONS(580), - [anon_sym_53] = ACTIONS(580), + [anon_sym_u2315] = ACTIONS(580), [anon_sym_member] = ACTIONS(580), - [anon_sym_54] = ACTIONS(580), + [anon_sym_u220a] = ACTIONS(580), [anon_sym_indexof] = ACTIONS(580), - [anon_sym_55] = ACTIONS(580), + [anon_sym_u2297] = ACTIONS(580), [anon_sym_assert] = ACTIONS(580), - [anon_sym_56] = ACTIONS(580), + [anon_sym_u2364] = ACTIONS(580), [anon_sym_wait] = ACTIONS(580), [anon_sym_parse] = ACTIONS(580), - [anon_sym_57] = ACTIONS(580), + [anon_sym_u22d5] = ACTIONS(580), [anon_sym_random] = ACTIONS(580), - [anon_sym_58] = ACTIONS(580), + [anon_sym_u2682] = ACTIONS(580), [anon_sym_gen] = ACTIONS(580), [anon_sym_deal] = ACTIONS(580), [anon_sym_tag] = ACTIONS(580), [anon_sym_now] = ACTIONS(580), - [anon_sym_type] = ACTIONS(580), - [anon_sym_59] = ACTIONS(580), + [anon_sym_type] = ACTIONS(578), + [anon_sym_u2e2e] = ACTIONS(580), [anon_sym_dump] = ACTIONS(580), [anon_sym_regex] = ACTIONS(580), [anon_sym_utf] = ACTIONS(580), @@ -43675,85 +44979,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(580), [anon_sym_tryrecv] = ACTIONS(580), [anon_sym_complex] = ACTIONS(580), - [anon_sym_60] = ACTIONS(580), + [anon_sym_u2102] = ACTIONS(580), [anon_sym_rerank] = ACTIONS(580), - [anon_sym_61] = ACTIONS(580), + [anon_sym_u2607] = ACTIONS(580), [anon_sym_fix] = ACTIONS(580), - [anon_sym_62] = ACTIONS(580), + [anon_sym_u00a4] = ACTIONS(580), [anon_sym_QMARK] = ACTIONS(580), [anon_sym_unique] = ACTIONS(580), - [anon_sym_63] = 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_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_64] = ACTIONS(580), + [anon_sym_u2235] = ACTIONS(580), [anon_sym_rows] = ACTIONS(580), - [anon_sym_65] = ACTIONS(580), + [anon_sym_u2261] = ACTIONS(580), [anon_sym_repeat] = ACTIONS(580), - [anon_sym_66] = ACTIONS(580), + [anon_sym_u2365] = ACTIONS(580), [anon_sym_dip] = ACTIONS(580), - [anon_sym_67] = ACTIONS(580), + [anon_sym_u2299] = ACTIONS(580), [anon_sym_gap] = ACTIONS(580), - [anon_sym_68] = ACTIONS(580), + [anon_sym_u22c5] = ACTIONS(580), [anon_sym_spawn] = ACTIONS(580), [anon_sym_rectify] = ACTIONS(580), - [anon_sym_69] = ACTIONS(580), - [anon_sym_this] = ACTIONS(580), - [anon_sym_70] = ACTIONS(580), - [anon_sym_recur] = ACTIONS(580), - [anon_sym_71] = ACTIONS(580), + [anon_sym_u2305] = ACTIONS(580), [anon_sym_un] = ACTIONS(578), - [anon_sym_72] = ACTIONS(580), - [anon_sym_content] = ACTIONS(580), - [anon_sym_73] = ACTIONS(580), + [anon_sym_u00b0] = ACTIONS(580), [anon_sym_bind] = 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_shapes] = ACTIONS(580), + [anon_sym_types] = ACTIONS(580), [anon_sym_fold] = ACTIONS(580), - [anon_sym_74] = ACTIONS(580), + [anon_sym_u2227] = ACTIONS(580), [anon_sym_table] = ACTIONS(580), - [anon_sym_75] = ACTIONS(580), + [anon_sym_u229e] = ACTIONS(580), [anon_sym_group] = ACTIONS(580), - [anon_sym_76] = ACTIONS(580), + [anon_sym_u2295] = ACTIONS(580), [anon_sym_partition] = ACTIONS(580), - [anon_sym_77] = ACTIONS(580), + [anon_sym_u229c] = ACTIONS(580), [anon_sym_both] = ACTIONS(580), - [anon_sym_78] = ACTIONS(580), + [anon_sym_u2229] = ACTIONS(580), [anon_sym_bracket] = ACTIONS(580), - [anon_sym_79] = ACTIONS(580), + [anon_sym_u2293] = ACTIONS(580), [anon_sym_fork] = ACTIONS(580), - [anon_sym_80] = ACTIONS(580), + [anon_sym_u2283] = ACTIONS(580), [anon_sym_under] = ACTIONS(580), - [anon_sym_81] = ACTIONS(580), + [anon_sym_u235c] = ACTIONS(580), [anon_sym_fill] = ACTIONS(580), - [anon_sym_82] = ACTIONS(580), + [anon_sym_u2b1a] = ACTIONS(580), [anon_sym_try] = ACTIONS(578), - [anon_sym_83] = ACTIONS(580), + [anon_sym_u2363] = ACTIONS(580), [anon_sym_do] = ACTIONS(578), - [anon_sym_84] = ACTIONS(580), - [anon_sym_all] = ACTIONS(580), - [anon_sym_85] = ACTIONS(580), + [anon_sym_u2362] = ACTIONS(580), [anon_sym_setinv] = ACTIONS(580), [anon_sym_setunder] = ACTIONS(580), - [anon_sym_86] = ACTIONS(580), - [anon_sym_87] = ACTIONS(580), - [anon_sym_88] = ACTIONS(580), - [anon_sym_89] = ACTIONS(580), - [anon_sym_90] = ACTIONS(580), - [anon_sym_91] = ACTIONS(580), - [anon_sym_92] = ACTIONS(580), - [anon_sym_93] = ACTIONS(580), + [anon_sym_f] = ACTIONS(578), + [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_94] = ACTIONS(580), - [anon_sym_95] = ACTIONS(580), + [anon_sym_u2290] = ACTIONS(580), + [anon_sym_u229d] = ACTIONS(580), [anon_sym_cross] = ACTIONS(580), - [anon_sym_96] = ACTIONS(580), + [anon_sym_u22a0] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), + [anon_sym_u21ac] = ACTIONS(580), + [anon_sym_u21ab] = ACTIONS(580), + [anon_sym_all] = ACTIONS(580), + [anon_sym_u22d4] = ACTIONS(580), [sym__endOfLine] = ACTIONS(580), }, [145] = { @@ -43767,7 +45079,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(538), [anon_sym_Sep] = ACTIONS(538), [anon_sym_NUmProcs] = ACTIONS(538), - [anon_sym_] = ACTIONS(540), + [anon_sym_u237c] = ACTIONS(540), [aux_sym_character_token1] = ACTIONS(540), [sym_string] = ACTIONS(540), [sym_multiLineString] = ACTIONS(540), @@ -43782,138 +45094,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(538), [anon_sym_eta] = ACTIONS(540), - [anon_sym_2] = ACTIONS(538), + [anon_sym_u03b7] = ACTIONS(538), [anon_sym_pi] = ACTIONS(538), - [anon_sym_3] = ACTIONS(538), + [anon_sym_u03c0] = ACTIONS(538), [anon_sym_tau] = ACTIONS(540), - [anon_sym_4] = ACTIONS(538), + [anon_sym_u03c4] = ACTIONS(538), [anon_sym_infinity] = ACTIONS(540), - [anon_sym_5] = ACTIONS(540), - [anon_sym_e] = ACTIONS(538), - [anon_sym_NaN] = ACTIONS(538), - [anon_sym_NumProcs] = ACTIONS(538), + [anon_sym_u221e] = ACTIONS(540), [anon_sym_DOT] = ACTIONS(540), [anon_sym_COMMA] = ACTIONS(540), [anon_sym_COLON] = ACTIONS(540), - [anon_sym_6] = ACTIONS(540), + [anon_sym_u25cc] = ACTIONS(540), [anon_sym_identity] = ACTIONS(540), [anon_sym_id] = ACTIONS(538), - [anon_sym_7] = ACTIONS(540), + [anon_sym_u2218] = ACTIONS(540), [anon_sym_not] = ACTIONS(540), - [anon_sym_8] = ACTIONS(540), - [anon_sym_sign] = ACTIONS(540), - [anon_sym_9] = ACTIONS(540), + [anon_sym_u00ac] = ACTIONS(540), + [anon_sym_sign] = ACTIONS(538), + [anon_sym_u00b1] = ACTIONS(540), [anon_sym_BQUOTE] = ACTIONS(540), - [anon_sym_10] = ACTIONS(538), + [anon_sym_u00af] = ACTIONS(538), [anon_sym_absolutevalue] = ACTIONS(540), - [anon_sym_11] = ACTIONS(540), + [anon_sym_u2335] = ACTIONS(540), [anon_sym_sqrt] = ACTIONS(540), - [anon_sym_12] = ACTIONS(540), + [anon_sym_u221a] = ACTIONS(540), [anon_sym_sine] = ACTIONS(540), - [anon_sym_13] = ACTIONS(540), + [anon_sym_u25cb] = ACTIONS(540), [anon_sym_floor] = ACTIONS(540), - [anon_sym_14] = ACTIONS(540), + [anon_sym_u230a] = ACTIONS(540), [anon_sym_ceiling] = ACTIONS(540), - [anon_sym_15] = ACTIONS(540), + [anon_sym_u2308] = ACTIONS(540), [anon_sym_round] = ACTIONS(540), - [anon_sym_16] = ACTIONS(540), + [anon_sym_u2045] = ACTIONS(540), [anon_sym_EQ] = ACTIONS(540), [anon_sym_BANG_EQ] = ACTIONS(540), - [anon_sym_17] = ACTIONS(540), + [anon_sym_u2260] = ACTIONS(540), [anon_sym_LT] = ACTIONS(538), [anon_sym_LT_EQ] = ACTIONS(540), - [anon_sym_18] = ACTIONS(540), + [anon_sym_u2264] = ACTIONS(540), [anon_sym_GT] = ACTIONS(538), [anon_sym_GT_EQ] = ACTIONS(540), - [anon_sym_19] = ACTIONS(540), + [anon_sym_u2265] = ACTIONS(540), [anon_sym_PLUS] = ACTIONS(540), [anon_sym_DASH] = ACTIONS(540), [anon_sym_STAR] = ACTIONS(540), - [anon_sym_20] = ACTIONS(540), + [anon_sym_u00d7] = ACTIONS(540), [anon_sym_PERCENT] = ACTIONS(540), - [anon_sym_21] = ACTIONS(540), + [anon_sym_u00f7] = ACTIONS(540), [anon_sym_modulus] = ACTIONS(540), - [anon_sym_22] = ACTIONS(540), + [anon_sym_u25ff] = ACTIONS(540), [anon_sym_power] = ACTIONS(540), - [anon_sym_23] = ACTIONS(540), + [anon_sym_u207f] = ACTIONS(540), [anon_sym_logarithm] = ACTIONS(540), - [anon_sym_24] = ACTIONS(540), + [anon_sym_u2099] = ACTIONS(540), [anon_sym_minimum] = ACTIONS(540), - [anon_sym_25] = ACTIONS(540), + [anon_sym_u21a7] = ACTIONS(540), [anon_sym_maximum] = ACTIONS(540), - [anon_sym_26] = ACTIONS(540), + [anon_sym_u21a5] = ACTIONS(540), [anon_sym_atangent] = ACTIONS(540), - [anon_sym_27] = ACTIONS(540), + [anon_sym_u2220] = ACTIONS(540), [anon_sym_length] = ACTIONS(540), - [anon_sym_28] = ACTIONS(540), - [anon_sym_shape] = ACTIONS(540), - [anon_sym_29] = ACTIONS(540), + [anon_sym_u29fb] = ACTIONS(540), + [anon_sym_shape] = ACTIONS(538), + [anon_sym_u25b3] = ACTIONS(540), [anon_sym_range] = ACTIONS(540), - [anon_sym_30] = ACTIONS(540), + [anon_sym_u21e1] = ACTIONS(540), [anon_sym_first] = ACTIONS(540), - [anon_sym_31] = ACTIONS(540), + [anon_sym_u22a2] = ACTIONS(540), [anon_sym_reverse] = ACTIONS(540), - [anon_sym_32] = ACTIONS(540), + [anon_sym_u21cc] = ACTIONS(540), [anon_sym_deshape] = ACTIONS(540), - [anon_sym_33] = ACTIONS(540), + [anon_sym_u266d] = ACTIONS(540), [anon_sym_bits] = ACTIONS(540), - [anon_sym_34] = ACTIONS(540), + [anon_sym_u22ef] = ACTIONS(540), [anon_sym_transpose] = ACTIONS(540), - [anon_sym_35] = ACTIONS(540), + [anon_sym_u2349] = ACTIONS(540), [anon_sym_rise] = ACTIONS(540), - [anon_sym_36] = ACTIONS(540), + [anon_sym_u234f] = ACTIONS(540), [anon_sym_fall] = ACTIONS(540), - [anon_sym_37] = ACTIONS(540), + [anon_sym_u2356] = ACTIONS(540), [anon_sym_where] = ACTIONS(540), - [anon_sym_38] = ACTIONS(540), + [anon_sym_u229a] = ACTIONS(540), [anon_sym_classify] = ACTIONS(540), - [anon_sym_39] = ACTIONS(540), + [anon_sym_u229b] = ACTIONS(540), [anon_sym_deduplicate] = ACTIONS(540), - [anon_sym_40] = ACTIONS(540), + [anon_sym_u25f4] = ACTIONS(540), [anon_sym_box] = ACTIONS(540), - [anon_sym_41] = ACTIONS(540), + [anon_sym_u25a1] = ACTIONS(540), [anon_sym_match] = ACTIONS(540), - [anon_sym_42] = ACTIONS(540), + [anon_sym_u224d] = ACTIONS(540), [anon_sym_couple] = ACTIONS(540), - [anon_sym_43] = ACTIONS(540), + [anon_sym_u229f] = ACTIONS(540), [anon_sym_join] = ACTIONS(540), - [anon_sym_44] = ACTIONS(540), + [anon_sym_u2282] = ACTIONS(540), [anon_sym_select] = ACTIONS(540), - [anon_sym_45] = ACTIONS(540), + [anon_sym_u228f] = ACTIONS(540), [anon_sym_pick] = ACTIONS(540), - [anon_sym_46] = ACTIONS(540), + [anon_sym_u22a1] = ACTIONS(540), [anon_sym_reshape] = ACTIONS(540), - [anon_sym_47] = ACTIONS(540), + [anon_sym_u21af] = ACTIONS(540), [anon_sym_take] = ACTIONS(540), - [anon_sym_48] = ACTIONS(540), + [anon_sym_u2199] = ACTIONS(540), [anon_sym_drop] = ACTIONS(540), - [anon_sym_49] = ACTIONS(540), + [anon_sym_u2198] = ACTIONS(540), [anon_sym_rotate] = ACTIONS(540), - [anon_sym_50] = ACTIONS(540), + [anon_sym_u21bb] = ACTIONS(540), [anon_sym_windows] = ACTIONS(540), - [anon_sym_51] = ACTIONS(540), + [anon_sym_u25eb] = ACTIONS(540), [anon_sym_keep] = ACTIONS(540), - [anon_sym_52] = ACTIONS(540), + [anon_sym_u25bd] = ACTIONS(540), [anon_sym_find] = ACTIONS(540), - [anon_sym_53] = ACTIONS(540), + [anon_sym_u2315] = ACTIONS(540), [anon_sym_member] = ACTIONS(540), - [anon_sym_54] = ACTIONS(540), + [anon_sym_u220a] = ACTIONS(540), [anon_sym_indexof] = ACTIONS(540), - [anon_sym_55] = ACTIONS(540), + [anon_sym_u2297] = ACTIONS(540), [anon_sym_assert] = ACTIONS(540), - [anon_sym_56] = ACTIONS(540), + [anon_sym_u2364] = ACTIONS(540), [anon_sym_wait] = ACTIONS(540), [anon_sym_parse] = ACTIONS(540), - [anon_sym_57] = ACTIONS(540), + [anon_sym_u22d5] = ACTIONS(540), [anon_sym_random] = ACTIONS(540), - [anon_sym_58] = ACTIONS(540), + [anon_sym_u2682] = ACTIONS(540), [anon_sym_gen] = ACTIONS(540), [anon_sym_deal] = ACTIONS(540), [anon_sym_tag] = ACTIONS(540), [anon_sym_now] = ACTIONS(540), - [anon_sym_type] = ACTIONS(540), - [anon_sym_59] = ACTIONS(540), + [anon_sym_type] = ACTIONS(538), + [anon_sym_u2e2e] = ACTIONS(540), [anon_sym_dump] = ACTIONS(540), [anon_sym_regex] = ACTIONS(540), [anon_sym_utf] = ACTIONS(540), @@ -43921,85 +45233,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(540), [anon_sym_tryrecv] = ACTIONS(540), [anon_sym_complex] = ACTIONS(540), - [anon_sym_60] = ACTIONS(540), + [anon_sym_u2102] = ACTIONS(540), [anon_sym_rerank] = ACTIONS(540), - [anon_sym_61] = ACTIONS(540), + [anon_sym_u2607] = ACTIONS(540), [anon_sym_fix] = ACTIONS(540), - [anon_sym_62] = ACTIONS(540), + [anon_sym_u00a4] = ACTIONS(540), [anon_sym_QMARK] = ACTIONS(540), [anon_sym_unique] = ACTIONS(540), - [anon_sym_63] = 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_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_64] = ACTIONS(540), + [anon_sym_u2235] = ACTIONS(540), [anon_sym_rows] = ACTIONS(540), - [anon_sym_65] = ACTIONS(540), + [anon_sym_u2261] = ACTIONS(540), [anon_sym_repeat] = ACTIONS(540), - [anon_sym_66] = ACTIONS(540), + [anon_sym_u2365] = ACTIONS(540), [anon_sym_dip] = ACTIONS(540), - [anon_sym_67] = ACTIONS(540), + [anon_sym_u2299] = ACTIONS(540), [anon_sym_gap] = ACTIONS(540), - [anon_sym_68] = ACTIONS(540), + [anon_sym_u22c5] = ACTIONS(540), [anon_sym_spawn] = ACTIONS(540), [anon_sym_rectify] = ACTIONS(540), - [anon_sym_69] = ACTIONS(540), - [anon_sym_this] = ACTIONS(540), - [anon_sym_70] = ACTIONS(540), - [anon_sym_recur] = ACTIONS(540), - [anon_sym_71] = ACTIONS(540), + [anon_sym_u2305] = ACTIONS(540), [anon_sym_un] = ACTIONS(538), - [anon_sym_72] = ACTIONS(540), - [anon_sym_content] = ACTIONS(540), - [anon_sym_73] = ACTIONS(540), + [anon_sym_u00b0] = ACTIONS(540), [anon_sym_bind] = 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_shapes] = ACTIONS(540), + [anon_sym_types] = ACTIONS(540), [anon_sym_fold] = ACTIONS(540), - [anon_sym_74] = ACTIONS(540), + [anon_sym_u2227] = ACTIONS(540), [anon_sym_table] = ACTIONS(540), - [anon_sym_75] = ACTIONS(540), + [anon_sym_u229e] = ACTIONS(540), [anon_sym_group] = ACTIONS(540), - [anon_sym_76] = ACTIONS(540), + [anon_sym_u2295] = ACTIONS(540), [anon_sym_partition] = ACTIONS(540), - [anon_sym_77] = ACTIONS(540), + [anon_sym_u229c] = ACTIONS(540), [anon_sym_both] = ACTIONS(540), - [anon_sym_78] = ACTIONS(540), + [anon_sym_u2229] = ACTIONS(540), [anon_sym_bracket] = ACTIONS(540), - [anon_sym_79] = ACTIONS(540), + [anon_sym_u2293] = ACTIONS(540), [anon_sym_fork] = ACTIONS(540), - [anon_sym_80] = ACTIONS(540), + [anon_sym_u2283] = ACTIONS(540), [anon_sym_under] = ACTIONS(540), - [anon_sym_81] = ACTIONS(540), + [anon_sym_u235c] = ACTIONS(540), [anon_sym_fill] = ACTIONS(540), - [anon_sym_82] = ACTIONS(540), + [anon_sym_u2b1a] = ACTIONS(540), [anon_sym_try] = ACTIONS(538), - [anon_sym_83] = ACTIONS(540), + [anon_sym_u2363] = ACTIONS(540), [anon_sym_do] = ACTIONS(538), - [anon_sym_84] = ACTIONS(540), - [anon_sym_all] = ACTIONS(540), - [anon_sym_85] = ACTIONS(540), + [anon_sym_u2362] = ACTIONS(540), [anon_sym_setinv] = ACTIONS(540), [anon_sym_setunder] = ACTIONS(540), - [anon_sym_86] = ACTIONS(540), - [anon_sym_87] = ACTIONS(540), - [anon_sym_88] = ACTIONS(540), - [anon_sym_89] = ACTIONS(540), - [anon_sym_90] = ACTIONS(540), - [anon_sym_91] = ACTIONS(540), - [anon_sym_92] = ACTIONS(540), - [anon_sym_93] = ACTIONS(540), + [anon_sym_f] = ACTIONS(538), + [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_94] = ACTIONS(540), - [anon_sym_95] = ACTIONS(540), + [anon_sym_u2290] = ACTIONS(540), + [anon_sym_u229d] = ACTIONS(540), [anon_sym_cross] = ACTIONS(540), - [anon_sym_96] = ACTIONS(540), + [anon_sym_u22a0] = ACTIONS(540), [anon_sym_SEMI] = ACTIONS(540), + [anon_sym_u21ac] = ACTIONS(540), + [anon_sym_u21ab] = ACTIONS(540), + [anon_sym_all] = ACTIONS(540), + [anon_sym_u22d4] = ACTIONS(540), [sym__endOfLine] = ACTIONS(540), }, [146] = { @@ -44012,7 +45332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(638), [anon_sym_Sep] = ACTIONS(638), [anon_sym_NUmProcs] = ACTIONS(638), - [anon_sym_] = ACTIONS(640), + [anon_sym_u237c] = ACTIONS(640), [aux_sym_character_token1] = ACTIONS(640), [sym_string] = ACTIONS(640), [sym_multiLineString] = ACTIONS(640), @@ -44027,138 +45347,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(638), [anon_sym_eta] = ACTIONS(640), - [anon_sym_2] = ACTIONS(638), + [anon_sym_u03b7] = ACTIONS(638), [anon_sym_pi] = ACTIONS(638), - [anon_sym_3] = ACTIONS(638), + [anon_sym_u03c0] = ACTIONS(638), [anon_sym_tau] = ACTIONS(640), - [anon_sym_4] = ACTIONS(638), + [anon_sym_u03c4] = ACTIONS(638), [anon_sym_infinity] = ACTIONS(640), - [anon_sym_5] = ACTIONS(640), - [anon_sym_e] = ACTIONS(638), - [anon_sym_NaN] = ACTIONS(638), - [anon_sym_NumProcs] = ACTIONS(638), + [anon_sym_u221e] = ACTIONS(640), [anon_sym_DOT] = ACTIONS(640), [anon_sym_COMMA] = ACTIONS(640), [anon_sym_COLON] = ACTIONS(640), - [anon_sym_6] = ACTIONS(640), + [anon_sym_u25cc] = ACTIONS(640), [anon_sym_identity] = ACTIONS(640), [anon_sym_id] = ACTIONS(638), - [anon_sym_7] = ACTIONS(640), + [anon_sym_u2218] = ACTIONS(640), [anon_sym_not] = ACTIONS(640), - [anon_sym_8] = ACTIONS(640), - [anon_sym_sign] = ACTIONS(640), - [anon_sym_9] = ACTIONS(640), + [anon_sym_u00ac] = ACTIONS(640), + [anon_sym_sign] = ACTIONS(638), + [anon_sym_u00b1] = ACTIONS(640), [anon_sym_BQUOTE] = ACTIONS(640), - [anon_sym_10] = ACTIONS(638), + [anon_sym_u00af] = ACTIONS(638), [anon_sym_absolutevalue] = ACTIONS(640), - [anon_sym_11] = ACTIONS(640), + [anon_sym_u2335] = ACTIONS(640), [anon_sym_sqrt] = ACTIONS(640), - [anon_sym_12] = ACTIONS(640), + [anon_sym_u221a] = ACTIONS(640), [anon_sym_sine] = ACTIONS(640), - [anon_sym_13] = ACTIONS(640), + [anon_sym_u25cb] = ACTIONS(640), [anon_sym_floor] = ACTIONS(640), - [anon_sym_14] = ACTIONS(640), + [anon_sym_u230a] = ACTIONS(640), [anon_sym_ceiling] = ACTIONS(640), - [anon_sym_15] = ACTIONS(640), + [anon_sym_u2308] = ACTIONS(640), [anon_sym_round] = ACTIONS(640), - [anon_sym_16] = ACTIONS(640), + [anon_sym_u2045] = ACTIONS(640), [anon_sym_EQ] = ACTIONS(640), [anon_sym_BANG_EQ] = ACTIONS(640), - [anon_sym_17] = ACTIONS(640), + [anon_sym_u2260] = ACTIONS(640), [anon_sym_LT] = ACTIONS(638), [anon_sym_LT_EQ] = ACTIONS(640), - [anon_sym_18] = ACTIONS(640), + [anon_sym_u2264] = ACTIONS(640), [anon_sym_GT] = ACTIONS(638), [anon_sym_GT_EQ] = ACTIONS(640), - [anon_sym_19] = ACTIONS(640), + [anon_sym_u2265] = ACTIONS(640), [anon_sym_PLUS] = ACTIONS(640), [anon_sym_DASH] = ACTIONS(640), [anon_sym_STAR] = ACTIONS(640), - [anon_sym_20] = ACTIONS(640), + [anon_sym_u00d7] = ACTIONS(640), [anon_sym_PERCENT] = ACTIONS(640), - [anon_sym_21] = ACTIONS(640), + [anon_sym_u00f7] = ACTIONS(640), [anon_sym_modulus] = ACTIONS(640), - [anon_sym_22] = ACTIONS(640), + [anon_sym_u25ff] = ACTIONS(640), [anon_sym_power] = ACTIONS(640), - [anon_sym_23] = ACTIONS(640), + [anon_sym_u207f] = ACTIONS(640), [anon_sym_logarithm] = ACTIONS(640), - [anon_sym_24] = ACTIONS(640), + [anon_sym_u2099] = ACTIONS(640), [anon_sym_minimum] = ACTIONS(640), - [anon_sym_25] = ACTIONS(640), + [anon_sym_u21a7] = ACTIONS(640), [anon_sym_maximum] = ACTIONS(640), - [anon_sym_26] = ACTIONS(640), + [anon_sym_u21a5] = ACTIONS(640), [anon_sym_atangent] = ACTIONS(640), - [anon_sym_27] = ACTIONS(640), + [anon_sym_u2220] = ACTIONS(640), [anon_sym_length] = ACTIONS(640), - [anon_sym_28] = ACTIONS(640), - [anon_sym_shape] = ACTIONS(640), - [anon_sym_29] = ACTIONS(640), + [anon_sym_u29fb] = ACTIONS(640), + [anon_sym_shape] = ACTIONS(638), + [anon_sym_u25b3] = ACTIONS(640), [anon_sym_range] = ACTIONS(640), - [anon_sym_30] = ACTIONS(640), + [anon_sym_u21e1] = ACTIONS(640), [anon_sym_first] = ACTIONS(640), - [anon_sym_31] = ACTIONS(640), + [anon_sym_u22a2] = ACTIONS(640), [anon_sym_reverse] = ACTIONS(640), - [anon_sym_32] = ACTIONS(640), + [anon_sym_u21cc] = ACTIONS(640), [anon_sym_deshape] = ACTIONS(640), - [anon_sym_33] = ACTIONS(640), + [anon_sym_u266d] = ACTIONS(640), [anon_sym_bits] = ACTIONS(640), - [anon_sym_34] = ACTIONS(640), + [anon_sym_u22ef] = ACTIONS(640), [anon_sym_transpose] = ACTIONS(640), - [anon_sym_35] = ACTIONS(640), + [anon_sym_u2349] = ACTIONS(640), [anon_sym_rise] = ACTIONS(640), - [anon_sym_36] = ACTIONS(640), + [anon_sym_u234f] = ACTIONS(640), [anon_sym_fall] = ACTIONS(640), - [anon_sym_37] = ACTIONS(640), + [anon_sym_u2356] = ACTIONS(640), [anon_sym_where] = ACTIONS(640), - [anon_sym_38] = ACTIONS(640), + [anon_sym_u229a] = ACTIONS(640), [anon_sym_classify] = ACTIONS(640), - [anon_sym_39] = ACTIONS(640), + [anon_sym_u229b] = ACTIONS(640), [anon_sym_deduplicate] = ACTIONS(640), - [anon_sym_40] = ACTIONS(640), + [anon_sym_u25f4] = ACTIONS(640), [anon_sym_box] = ACTIONS(640), - [anon_sym_41] = ACTIONS(640), + [anon_sym_u25a1] = ACTIONS(640), [anon_sym_match] = ACTIONS(640), - [anon_sym_42] = ACTIONS(640), + [anon_sym_u224d] = ACTIONS(640), [anon_sym_couple] = ACTIONS(640), - [anon_sym_43] = ACTIONS(640), + [anon_sym_u229f] = ACTIONS(640), [anon_sym_join] = ACTIONS(640), - [anon_sym_44] = ACTIONS(640), + [anon_sym_u2282] = ACTIONS(640), [anon_sym_select] = ACTIONS(640), - [anon_sym_45] = ACTIONS(640), + [anon_sym_u228f] = ACTIONS(640), [anon_sym_pick] = ACTIONS(640), - [anon_sym_46] = ACTIONS(640), + [anon_sym_u22a1] = ACTIONS(640), [anon_sym_reshape] = ACTIONS(640), - [anon_sym_47] = ACTIONS(640), + [anon_sym_u21af] = ACTIONS(640), [anon_sym_take] = ACTIONS(640), - [anon_sym_48] = ACTIONS(640), + [anon_sym_u2199] = ACTIONS(640), [anon_sym_drop] = ACTIONS(640), - [anon_sym_49] = ACTIONS(640), + [anon_sym_u2198] = ACTIONS(640), [anon_sym_rotate] = ACTIONS(640), - [anon_sym_50] = ACTIONS(640), + [anon_sym_u21bb] = ACTIONS(640), [anon_sym_windows] = ACTIONS(640), - [anon_sym_51] = ACTIONS(640), + [anon_sym_u25eb] = ACTIONS(640), [anon_sym_keep] = ACTIONS(640), - [anon_sym_52] = ACTIONS(640), + [anon_sym_u25bd] = ACTIONS(640), [anon_sym_find] = ACTIONS(640), - [anon_sym_53] = ACTIONS(640), + [anon_sym_u2315] = ACTIONS(640), [anon_sym_member] = ACTIONS(640), - [anon_sym_54] = ACTIONS(640), + [anon_sym_u220a] = ACTIONS(640), [anon_sym_indexof] = ACTIONS(640), - [anon_sym_55] = ACTIONS(640), + [anon_sym_u2297] = ACTIONS(640), [anon_sym_assert] = ACTIONS(640), - [anon_sym_56] = ACTIONS(640), + [anon_sym_u2364] = ACTIONS(640), [anon_sym_wait] = ACTIONS(640), [anon_sym_parse] = ACTIONS(640), - [anon_sym_57] = ACTIONS(640), + [anon_sym_u22d5] = ACTIONS(640), [anon_sym_random] = ACTIONS(640), - [anon_sym_58] = ACTIONS(640), + [anon_sym_u2682] = ACTIONS(640), [anon_sym_gen] = ACTIONS(640), [anon_sym_deal] = ACTIONS(640), [anon_sym_tag] = ACTIONS(640), [anon_sym_now] = ACTIONS(640), - [anon_sym_type] = ACTIONS(640), - [anon_sym_59] = ACTIONS(640), + [anon_sym_type] = ACTIONS(638), + [anon_sym_u2e2e] = ACTIONS(640), [anon_sym_dump] = ACTIONS(640), [anon_sym_regex] = ACTIONS(640), [anon_sym_utf] = ACTIONS(640), @@ -44166,85 +45486,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(640), [anon_sym_tryrecv] = ACTIONS(640), [anon_sym_complex] = ACTIONS(640), - [anon_sym_60] = ACTIONS(640), + [anon_sym_u2102] = ACTIONS(640), [anon_sym_rerank] = ACTIONS(640), - [anon_sym_61] = ACTIONS(640), + [anon_sym_u2607] = ACTIONS(640), [anon_sym_fix] = ACTIONS(640), - [anon_sym_62] = ACTIONS(640), + [anon_sym_u00a4] = ACTIONS(640), [anon_sym_QMARK] = ACTIONS(640), [anon_sym_unique] = ACTIONS(640), - [anon_sym_63] = 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_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_64] = ACTIONS(640), + [anon_sym_u2235] = ACTIONS(640), [anon_sym_rows] = ACTIONS(640), - [anon_sym_65] = ACTIONS(640), + [anon_sym_u2261] = ACTIONS(640), [anon_sym_repeat] = ACTIONS(640), - [anon_sym_66] = ACTIONS(640), + [anon_sym_u2365] = ACTIONS(640), [anon_sym_dip] = ACTIONS(640), - [anon_sym_67] = ACTIONS(640), + [anon_sym_u2299] = ACTIONS(640), [anon_sym_gap] = ACTIONS(640), - [anon_sym_68] = ACTIONS(640), + [anon_sym_u22c5] = ACTIONS(640), [anon_sym_spawn] = ACTIONS(640), [anon_sym_rectify] = ACTIONS(640), - [anon_sym_69] = ACTIONS(640), - [anon_sym_this] = ACTIONS(640), - [anon_sym_70] = ACTIONS(640), - [anon_sym_recur] = ACTIONS(640), - [anon_sym_71] = ACTIONS(640), + [anon_sym_u2305] = ACTIONS(640), [anon_sym_un] = ACTIONS(638), - [anon_sym_72] = ACTIONS(640), - [anon_sym_content] = ACTIONS(640), - [anon_sym_73] = ACTIONS(640), + [anon_sym_u00b0] = ACTIONS(640), [anon_sym_bind] = 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_shapes] = ACTIONS(640), + [anon_sym_types] = ACTIONS(640), [anon_sym_fold] = ACTIONS(640), - [anon_sym_74] = ACTIONS(640), + [anon_sym_u2227] = ACTIONS(640), [anon_sym_table] = ACTIONS(640), - [anon_sym_75] = ACTIONS(640), + [anon_sym_u229e] = ACTIONS(640), [anon_sym_group] = ACTIONS(640), - [anon_sym_76] = ACTIONS(640), + [anon_sym_u2295] = ACTIONS(640), [anon_sym_partition] = ACTIONS(640), - [anon_sym_77] = ACTIONS(640), + [anon_sym_u229c] = ACTIONS(640), [anon_sym_both] = ACTIONS(640), - [anon_sym_78] = ACTIONS(640), + [anon_sym_u2229] = ACTIONS(640), [anon_sym_bracket] = ACTIONS(640), - [anon_sym_79] = ACTIONS(640), + [anon_sym_u2293] = ACTIONS(640), [anon_sym_fork] = ACTIONS(640), - [anon_sym_80] = ACTIONS(640), + [anon_sym_u2283] = ACTIONS(640), [anon_sym_under] = ACTIONS(640), - [anon_sym_81] = ACTIONS(640), + [anon_sym_u235c] = ACTIONS(640), [anon_sym_fill] = ACTIONS(640), - [anon_sym_82] = ACTIONS(640), + [anon_sym_u2b1a] = ACTIONS(640), [anon_sym_try] = ACTIONS(638), - [anon_sym_83] = ACTIONS(640), + [anon_sym_u2363] = ACTIONS(640), [anon_sym_do] = ACTIONS(638), - [anon_sym_84] = ACTIONS(640), - [anon_sym_all] = ACTIONS(640), - [anon_sym_85] = ACTIONS(640), + [anon_sym_u2362] = ACTIONS(640), [anon_sym_setinv] = ACTIONS(640), [anon_sym_setunder] = ACTIONS(640), - [anon_sym_86] = ACTIONS(640), - [anon_sym_87] = ACTIONS(640), - [anon_sym_88] = ACTIONS(640), - [anon_sym_89] = ACTIONS(640), - [anon_sym_90] = ACTIONS(640), - [anon_sym_91] = ACTIONS(640), - [anon_sym_92] = ACTIONS(640), - [anon_sym_93] = ACTIONS(640), + [anon_sym_f] = ACTIONS(638), + [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_94] = ACTIONS(640), - [anon_sym_95] = ACTIONS(640), + [anon_sym_u2290] = ACTIONS(640), + [anon_sym_u229d] = ACTIONS(640), [anon_sym_cross] = ACTIONS(640), - [anon_sym_96] = ACTIONS(640), + [anon_sym_u22a0] = ACTIONS(640), [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_u21ac] = ACTIONS(640), + [anon_sym_u21ab] = ACTIONS(640), + [anon_sym_all] = ACTIONS(640), + [anon_sym_u22d4] = ACTIONS(640), [sym__endOfLine] = ACTIONS(5), }, [147] = { @@ -44257,7 +45585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -44265,145 +45593,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifierDeprecated] = ACTIONS(642), [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), - [sym_tripleMinus] = ACTIONS(646), [sym_openParen] = ACTIONS(644), + [sym_closeParen] = ACTIONS(646), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), - [anon_sym_DASH] = ACTIONS(642), + [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -44411,85 +45739,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [148] = { @@ -44502,7 +45838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -44517,138 +45853,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -44656,85 +45992,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [149] = { @@ -44747,7 +46091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -44762,138 +46106,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), - [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), - [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), - [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), - [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), [anon_sym_e] = ACTIONS(642), [anon_sym_NaN] = ACTIONS(642), [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_eta] = ACTIONS(644), + [anon_sym_u03b7] = ACTIONS(642), + [anon_sym_pi] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), + [anon_sym_tau] = ACTIONS(644), + [anon_sym_u03c4] = ACTIONS(642), + [anon_sym_infinity] = ACTIONS(644), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -44901,85 +46245,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [150] = { @@ -44992,7 +46344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -45007,138 +46359,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -45146,85 +46498,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [151] = { @@ -45237,7 +46597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -45252,138 +46612,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -45391,85 +46751,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [152] = { @@ -45482,7 +46850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -45497,138 +46865,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -45636,88 +47004,349 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [153] = { + [aux_sym_number_token1] = ACTIONS(658), + [sym_fraction] = ACTIONS(660), + [anon_sym_os] = ACTIONS(658), + [anon_sym_Family] = ACTIONS(658), + [anon_sym_Arch] = ACTIONS(658), + [anon_sym_ExeExt] = ACTIONS(658), + [anon_sym_PllExt] = ACTIONS(658), + [anon_sym_Sep] = ACTIONS(658), + [anon_sym_NUmProcs] = ACTIONS(658), + [anon_sym_u237c] = ACTIONS(660), + [aux_sym_character_token1] = ACTIONS(660), + [sym_string] = ACTIONS(660), + [sym_multiLineString] = ACTIONS(660), + [anon_sym_PIPE] = ACTIONS(660), + [sym_identifier] = ACTIONS(658), + [sym_identifierDeprecated] = ACTIONS(658), + [sym_system] = ACTIONS(660), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(660), + [sym_openCurly] = ACTIONS(660), + [sym_openBracket] = ACTIONS(660), + [anon_sym_CARET] = ACTIONS(660), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_SQUOTE_SQUOTE] = ACTIONS(660), + [anon_sym_e] = ACTIONS(658), + [anon_sym_NaN] = ACTIONS(658), + [anon_sym_NumProcs] = ACTIONS(658), + [anon_sym_eta] = ACTIONS(660), + [anon_sym_u03b7] = ACTIONS(658), + [anon_sym_pi] = ACTIONS(658), + [anon_sym_u03c0] = ACTIONS(658), + [anon_sym_tau] = ACTIONS(660), + [anon_sym_u03c4] = ACTIONS(658), + [anon_sym_infinity] = ACTIONS(660), + [anon_sym_u221e] = ACTIONS(660), + [anon_sym_DOT] = ACTIONS(660), + [anon_sym_COMMA] = ACTIONS(660), + [anon_sym_COLON] = ACTIONS(660), + [anon_sym_u25cc] = ACTIONS(660), + [anon_sym_identity] = ACTIONS(660), + [anon_sym_id] = ACTIONS(658), + [anon_sym_u2218] = ACTIONS(660), + [anon_sym_not] = ACTIONS(660), + [anon_sym_u00ac] = ACTIONS(660), + [anon_sym_sign] = ACTIONS(658), + [anon_sym_u00b1] = ACTIONS(660), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_u00af] = ACTIONS(658), + [anon_sym_absolutevalue] = ACTIONS(660), + [anon_sym_u2335] = ACTIONS(660), + [anon_sym_sqrt] = ACTIONS(660), + [anon_sym_u221a] = ACTIONS(660), + [anon_sym_sine] = ACTIONS(660), + [anon_sym_u25cb] = ACTIONS(660), + [anon_sym_floor] = ACTIONS(660), + [anon_sym_u230a] = ACTIONS(660), + [anon_sym_ceiling] = ACTIONS(660), + [anon_sym_u2308] = ACTIONS(660), + [anon_sym_round] = ACTIONS(660), + [anon_sym_u2045] = ACTIONS(660), + [anon_sym_EQ] = ACTIONS(660), + [anon_sym_BANG_EQ] = ACTIONS(660), + [anon_sym_u2260] = ACTIONS(660), + [anon_sym_LT] = ACTIONS(658), + [anon_sym_LT_EQ] = ACTIONS(660), + [anon_sym_u2264] = ACTIONS(660), + [anon_sym_GT] = ACTIONS(658), + [anon_sym_GT_EQ] = ACTIONS(660), + [anon_sym_u2265] = ACTIONS(660), + [anon_sym_PLUS] = ACTIONS(660), + [anon_sym_DASH] = ACTIONS(660), + [anon_sym_STAR] = ACTIONS(660), + [anon_sym_u00d7] = ACTIONS(660), + [anon_sym_PERCENT] = ACTIONS(660), + [anon_sym_u00f7] = ACTIONS(660), + [anon_sym_modulus] = ACTIONS(660), + [anon_sym_u25ff] = ACTIONS(660), + [anon_sym_power] = ACTIONS(660), + [anon_sym_u207f] = ACTIONS(660), + [anon_sym_logarithm] = ACTIONS(660), + [anon_sym_u2099] = ACTIONS(660), + [anon_sym_minimum] = ACTIONS(660), + [anon_sym_u21a7] = ACTIONS(660), + [anon_sym_maximum] = ACTIONS(660), + [anon_sym_u21a5] = ACTIONS(660), + [anon_sym_atangent] = ACTIONS(660), + [anon_sym_u2220] = ACTIONS(660), + [anon_sym_length] = ACTIONS(660), + [anon_sym_u29fb] = ACTIONS(660), + [anon_sym_shape] = ACTIONS(658), + [anon_sym_u25b3] = ACTIONS(660), + [anon_sym_range] = ACTIONS(660), + [anon_sym_u21e1] = ACTIONS(660), + [anon_sym_first] = ACTIONS(660), + [anon_sym_u22a2] = ACTIONS(660), + [anon_sym_reverse] = ACTIONS(660), + [anon_sym_u21cc] = ACTIONS(660), + [anon_sym_deshape] = ACTIONS(660), + [anon_sym_u266d] = ACTIONS(660), + [anon_sym_bits] = ACTIONS(660), + [anon_sym_u22ef] = ACTIONS(660), + [anon_sym_transpose] = ACTIONS(660), + [anon_sym_u2349] = ACTIONS(660), + [anon_sym_rise] = ACTIONS(660), + [anon_sym_u234f] = ACTIONS(660), + [anon_sym_fall] = ACTIONS(660), + [anon_sym_u2356] = ACTIONS(660), + [anon_sym_where] = ACTIONS(660), + [anon_sym_u229a] = ACTIONS(660), + [anon_sym_classify] = ACTIONS(660), + [anon_sym_u229b] = ACTIONS(660), + [anon_sym_deduplicate] = ACTIONS(660), + [anon_sym_u25f4] = ACTIONS(660), + [anon_sym_box] = ACTIONS(660), + [anon_sym_u25a1] = ACTIONS(660), + [anon_sym_match] = ACTIONS(660), + [anon_sym_u224d] = ACTIONS(660), + [anon_sym_couple] = ACTIONS(660), + [anon_sym_u229f] = ACTIONS(660), + [anon_sym_join] = ACTIONS(660), + [anon_sym_u2282] = ACTIONS(660), + [anon_sym_select] = ACTIONS(660), + [anon_sym_u228f] = ACTIONS(660), + [anon_sym_pick] = ACTIONS(660), + [anon_sym_u22a1] = ACTIONS(660), + [anon_sym_reshape] = ACTIONS(660), + [anon_sym_u21af] = ACTIONS(660), + [anon_sym_take] = ACTIONS(660), + [anon_sym_u2199] = ACTIONS(660), + [anon_sym_drop] = ACTIONS(660), + [anon_sym_u2198] = ACTIONS(660), + [anon_sym_rotate] = ACTIONS(660), + [anon_sym_u21bb] = ACTIONS(660), + [anon_sym_windows] = ACTIONS(660), + [anon_sym_u25eb] = ACTIONS(660), + [anon_sym_keep] = ACTIONS(660), + [anon_sym_u25bd] = ACTIONS(660), + [anon_sym_find] = ACTIONS(660), + [anon_sym_u2315] = ACTIONS(660), + [anon_sym_member] = ACTIONS(660), + [anon_sym_u220a] = ACTIONS(660), + [anon_sym_indexof] = ACTIONS(660), + [anon_sym_u2297] = ACTIONS(660), + [anon_sym_assert] = ACTIONS(660), + [anon_sym_u2364] = ACTIONS(660), + [anon_sym_wait] = ACTIONS(660), + [anon_sym_parse] = ACTIONS(660), + [anon_sym_u22d5] = ACTIONS(660), + [anon_sym_random] = ACTIONS(660), + [anon_sym_u2682] = ACTIONS(660), + [anon_sym_gen] = ACTIONS(660), + [anon_sym_deal] = ACTIONS(660), + [anon_sym_tag] = ACTIONS(660), + [anon_sym_now] = ACTIONS(660), + [anon_sym_type] = ACTIONS(658), + [anon_sym_u2e2e] = ACTIONS(660), + [anon_sym_dump] = ACTIONS(660), + [anon_sym_regex] = ACTIONS(660), + [anon_sym_utf] = ACTIONS(660), + [anon_sym_send] = ACTIONS(660), + [anon_sym_recv] = ACTIONS(660), + [anon_sym_tryrecv] = ACTIONS(660), + [anon_sym_complex] = ACTIONS(660), + [anon_sym_u2102] = ACTIONS(660), + [anon_sym_rerank] = ACTIONS(660), + [anon_sym_u2607] = ACTIONS(660), + [anon_sym_fix] = ACTIONS(660), + [anon_sym_u00a4] = ACTIONS(660), + [anon_sym_QMARK] = ACTIONS(660), + [anon_sym_unique] = ACTIONS(660), + [anon_sym_u25f0] = ACTIONS(660), + [anon_sym_map] = ACTIONS(660), + [anon_sym_has] = ACTIONS(660), + [anon_sym_get] = ACTIONS(660), + [anon_sym_insert] = ACTIONS(660), + [anon_sym_remove] = ACTIONS(660), + [anon_sym_repr] = ACTIONS(660), + [anon_sym_reduce] = ACTIONS(660), + [anon_sym_SLASH] = ACTIONS(660), + [anon_sym_scan] = ACTIONS(660), + [anon_sym_BSLASH] = ACTIONS(660), + [anon_sym_each] = ACTIONS(660), + [anon_sym_u2235] = ACTIONS(660), + [anon_sym_rows] = ACTIONS(660), + [anon_sym_u2261] = ACTIONS(660), + [anon_sym_repeat] = ACTIONS(660), + [anon_sym_u2365] = ACTIONS(660), + [anon_sym_dip] = ACTIONS(660), + [anon_sym_u2299] = ACTIONS(660), + [anon_sym_gap] = ACTIONS(660), + [anon_sym_u22c5] = ACTIONS(660), + [anon_sym_spawn] = ACTIONS(660), + [anon_sym_rectify] = ACTIONS(660), + [anon_sym_u2305] = ACTIONS(660), + [anon_sym_un] = ACTIONS(658), + [anon_sym_u00b0] = ACTIONS(660), + [anon_sym_bind] = ACTIONS(660), + [anon_sym_on] = ACTIONS(658), + [anon_sym_u27dc] = ACTIONS(660), + [anon_sym_inventory] = ACTIONS(660), + [anon_sym_u235a] = ACTIONS(660), + [anon_sym_content] = ACTIONS(660), + [anon_sym_u25c7] = ACTIONS(660), + [anon_sym_pool] = ACTIONS(660), + [anon_sym_stringify] = ACTIONS(660), + [anon_sym_signature] = ACTIONS(660), + [anon_sym_shapes] = ACTIONS(660), + [anon_sym_types] = ACTIONS(660), + [anon_sym_fold] = ACTIONS(660), + [anon_sym_u2227] = ACTIONS(660), + [anon_sym_table] = ACTIONS(660), + [anon_sym_u229e] = ACTIONS(660), + [anon_sym_group] = ACTIONS(660), + [anon_sym_u2295] = ACTIONS(660), + [anon_sym_partition] = ACTIONS(660), + [anon_sym_u229c] = ACTIONS(660), + [anon_sym_both] = ACTIONS(660), + [anon_sym_u2229] = ACTIONS(660), + [anon_sym_bracket] = ACTIONS(660), + [anon_sym_u2293] = ACTIONS(660), + [anon_sym_fork] = ACTIONS(660), + [anon_sym_u2283] = ACTIONS(660), + [anon_sym_under] = ACTIONS(660), + [anon_sym_u235c] = ACTIONS(660), + [anon_sym_fill] = ACTIONS(660), + [anon_sym_u2b1a] = ACTIONS(660), + [anon_sym_try] = ACTIONS(658), + [anon_sym_u2363] = ACTIONS(660), + [anon_sym_do] = ACTIONS(658), + [anon_sym_u2362] = ACTIONS(660), + [anon_sym_setinv] = ACTIONS(660), + [anon_sym_setunder] = ACTIONS(660), + [anon_sym_f] = ACTIONS(658), + [anon_sym_u2765] = ACTIONS(660), + [anon_sym_u2192] = ACTIONS(660), + [anon_sym_u2237] = ACTIONS(660), + [anon_sym_u00b7] = ACTIONS(660), + [anon_sym_u235b] = ACTIONS(660), + [anon_sym_u2302] = ACTIONS(660), + [anon_sym_u21b0] = ACTIONS(660), + [anon_sym_unpack] = ACTIONS(660), + [anon_sym_u2290] = ACTIONS(660), + [anon_sym_u229d] = ACTIONS(660), + [anon_sym_cross] = ACTIONS(660), + [anon_sym_u22a0] = ACTIONS(660), + [anon_sym_SEMI] = ACTIONS(660), + [anon_sym_u21ac] = ACTIONS(660), + [anon_sym_u21ab] = ACTIONS(660), + [anon_sym_all] = ACTIONS(660), + [anon_sym_u22d4] = ACTIONS(660), + [sym__endOfLine] = ACTIONS(5), + }, + [154] = { [aux_sym_number_token1] = ACTIONS(642), [sym_fraction] = ACTIONS(644), [anon_sym_os] = ACTIONS(642), @@ -45727,7 +47356,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -45736,144 +47365,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), [sym_openParen] = ACTIONS(644), - [sym_closeParen] = ACTIONS(658), + [sym_closeParen] = ACTIONS(662), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -45881,88 +47510,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, - [154] = { + [155] = { [aux_sym_number_token1] = ACTIONS(642), [sym_fraction] = ACTIONS(644), [anon_sym_os] = ACTIONS(642), @@ -45972,7 +47609,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -45981,144 +47618,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), [sym_openParen] = ACTIONS(644), - [sym_closeParen] = ACTIONS(660), + [sym_closeParen] = ACTIONS(664), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -46126,88 +47763,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, - [155] = { + [156] = { [aux_sym_number_token1] = ACTIONS(642), [sym_fraction] = ACTIONS(644), [anon_sym_os] = ACTIONS(642), @@ -46217,7 +47862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -46226,144 +47871,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), [sym_openParen] = ACTIONS(644), - [sym_closeParen] = ACTIONS(662), + [sym_closeParen] = ACTIONS(666), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -46371,88 +48016,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, - [156] = { + [157] = { [aux_sym_number_token1] = ACTIONS(642), [sym_fraction] = ACTIONS(644), [anon_sym_os] = ACTIONS(642), @@ -46462,7 +48115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -46471,144 +48124,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), [sym_openParen] = ACTIONS(644), - [sym_closeParen] = ACTIONS(664), + [sym_closeParen] = ACTIONS(668), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -46616,88 +48269,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, - [157] = { + [158] = { [aux_sym_number_token1] = ACTIONS(642), [sym_fraction] = ACTIONS(644), [anon_sym_os] = ACTIONS(642), @@ -46707,7 +48368,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -46715,145 +48376,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifierDeprecated] = ACTIONS(642), [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), - [sym_tripleMinus] = ACTIONS(666), [sym_openParen] = ACTIONS(644), + [sym_closeParen] = ACTIONS(670), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), - [anon_sym_DASH] = ACTIONS(642), + [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -46861,88 +48522,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, - [158] = { + [159] = { [aux_sym_number_token1] = ACTIONS(642), [sym_fraction] = ACTIONS(644), [anon_sym_os] = ACTIONS(642), @@ -46952,7 +48621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -46960,145 +48629,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifierDeprecated] = ACTIONS(642), [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), + [sym_tripleMinus] = ACTIONS(672), [sym_openParen] = ACTIONS(644), - [sym_closeParen] = ACTIONS(668), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), - [anon_sym_DASH] = ACTIONS(644), + [anon_sym_DASH] = ACTIONS(642), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -47106,330 +48775,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), - [sym__endOfLine] = ACTIONS(5), - }, - [159] = { - [aux_sym_number_token1] = ACTIONS(670), - [sym_fraction] = ACTIONS(672), - [anon_sym_os] = ACTIONS(670), - [anon_sym_Family] = ACTIONS(670), - [anon_sym_Arch] = ACTIONS(670), - [anon_sym_ExeExt] = ACTIONS(670), - [anon_sym_PllExt] = ACTIONS(670), - [anon_sym_Sep] = ACTIONS(670), - [anon_sym_NUmProcs] = ACTIONS(670), - [anon_sym_] = ACTIONS(672), - [aux_sym_character_token1] = ACTIONS(672), - [sym_string] = ACTIONS(672), - [sym_multiLineString] = ACTIONS(672), - [anon_sym_PIPE] = ACTIONS(672), - [sym_identifier] = ACTIONS(670), - [sym_identifierDeprecated] = ACTIONS(670), - [sym_system] = ACTIONS(672), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(672), - [sym_openCurly] = ACTIONS(672), - [sym_openBracket] = ACTIONS(672), - [anon_sym_CARET] = ACTIONS(672), - [anon_sym_SQUOTE] = ACTIONS(670), - [anon_sym_SQUOTE_SQUOTE] = ACTIONS(672), - [anon_sym_eta] = ACTIONS(672), - [anon_sym_2] = ACTIONS(670), - [anon_sym_pi] = ACTIONS(670), - [anon_sym_3] = ACTIONS(670), - [anon_sym_tau] = ACTIONS(672), - [anon_sym_4] = ACTIONS(670), - [anon_sym_infinity] = ACTIONS(672), - [anon_sym_5] = ACTIONS(672), - [anon_sym_e] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_NumProcs] = ACTIONS(670), - [anon_sym_DOT] = ACTIONS(672), - [anon_sym_COMMA] = ACTIONS(672), - [anon_sym_COLON] = ACTIONS(672), - [anon_sym_6] = ACTIONS(672), - [anon_sym_identity] = ACTIONS(672), - [anon_sym_id] = ACTIONS(670), - [anon_sym_7] = ACTIONS(672), - [anon_sym_not] = ACTIONS(672), - [anon_sym_8] = ACTIONS(672), - [anon_sym_sign] = ACTIONS(672), - [anon_sym_9] = ACTIONS(672), - [anon_sym_BQUOTE] = ACTIONS(672), - [anon_sym_10] = ACTIONS(670), - [anon_sym_absolutevalue] = ACTIONS(672), - [anon_sym_11] = ACTIONS(672), - [anon_sym_sqrt] = ACTIONS(672), - [anon_sym_12] = ACTIONS(672), - [anon_sym_sine] = ACTIONS(672), - [anon_sym_13] = ACTIONS(672), - [anon_sym_floor] = ACTIONS(672), - [anon_sym_14] = ACTIONS(672), - [anon_sym_ceiling] = ACTIONS(672), - [anon_sym_15] = ACTIONS(672), - [anon_sym_round] = ACTIONS(672), - [anon_sym_16] = ACTIONS(672), - [anon_sym_EQ] = ACTIONS(672), - [anon_sym_BANG_EQ] = ACTIONS(672), - [anon_sym_17] = ACTIONS(672), - [anon_sym_LT] = ACTIONS(670), - [anon_sym_LT_EQ] = ACTIONS(672), - [anon_sym_18] = ACTIONS(672), - [anon_sym_GT] = ACTIONS(670), - [anon_sym_GT_EQ] = ACTIONS(672), - [anon_sym_19] = ACTIONS(672), - [anon_sym_PLUS] = ACTIONS(672), - [anon_sym_DASH] = ACTIONS(672), - [anon_sym_STAR] = ACTIONS(672), - [anon_sym_20] = ACTIONS(672), - [anon_sym_PERCENT] = ACTIONS(672), - [anon_sym_21] = ACTIONS(672), - [anon_sym_modulus] = ACTIONS(672), - [anon_sym_22] = ACTIONS(672), - [anon_sym_power] = ACTIONS(672), - [anon_sym_23] = ACTIONS(672), - [anon_sym_logarithm] = ACTIONS(672), - [anon_sym_24] = ACTIONS(672), - [anon_sym_minimum] = ACTIONS(672), - [anon_sym_25] = ACTIONS(672), - [anon_sym_maximum] = ACTIONS(672), - [anon_sym_26] = ACTIONS(672), - [anon_sym_atangent] = ACTIONS(672), - [anon_sym_27] = ACTIONS(672), - [anon_sym_length] = ACTIONS(672), - [anon_sym_28] = ACTIONS(672), - [anon_sym_shape] = ACTIONS(672), - [anon_sym_29] = ACTIONS(672), - [anon_sym_range] = ACTIONS(672), - [anon_sym_30] = ACTIONS(672), - [anon_sym_first] = ACTIONS(672), - [anon_sym_31] = ACTIONS(672), - [anon_sym_reverse] = ACTIONS(672), - [anon_sym_32] = ACTIONS(672), - [anon_sym_deshape] = ACTIONS(672), - [anon_sym_33] = ACTIONS(672), - [anon_sym_bits] = ACTIONS(672), - [anon_sym_34] = ACTIONS(672), - [anon_sym_transpose] = ACTIONS(672), - [anon_sym_35] = ACTIONS(672), - [anon_sym_rise] = ACTIONS(672), - [anon_sym_36] = ACTIONS(672), - [anon_sym_fall] = ACTIONS(672), - [anon_sym_37] = ACTIONS(672), - [anon_sym_where] = ACTIONS(672), - [anon_sym_38] = ACTIONS(672), - [anon_sym_classify] = ACTIONS(672), - [anon_sym_39] = ACTIONS(672), - [anon_sym_deduplicate] = ACTIONS(672), - [anon_sym_40] = ACTIONS(672), - [anon_sym_box] = ACTIONS(672), - [anon_sym_41] = ACTIONS(672), - [anon_sym_match] = ACTIONS(672), - [anon_sym_42] = ACTIONS(672), - [anon_sym_couple] = ACTIONS(672), - [anon_sym_43] = ACTIONS(672), - [anon_sym_join] = ACTIONS(672), - [anon_sym_44] = ACTIONS(672), - [anon_sym_select] = ACTIONS(672), - [anon_sym_45] = ACTIONS(672), - [anon_sym_pick] = ACTIONS(672), - [anon_sym_46] = ACTIONS(672), - [anon_sym_reshape] = ACTIONS(672), - [anon_sym_47] = ACTIONS(672), - [anon_sym_take] = ACTIONS(672), - [anon_sym_48] = ACTIONS(672), - [anon_sym_drop] = ACTIONS(672), - [anon_sym_49] = ACTIONS(672), - [anon_sym_rotate] = ACTIONS(672), - [anon_sym_50] = ACTIONS(672), - [anon_sym_windows] = ACTIONS(672), - [anon_sym_51] = ACTIONS(672), - [anon_sym_keep] = ACTIONS(672), - [anon_sym_52] = ACTIONS(672), - [anon_sym_find] = ACTIONS(672), - [anon_sym_53] = ACTIONS(672), - [anon_sym_member] = ACTIONS(672), - [anon_sym_54] = ACTIONS(672), - [anon_sym_indexof] = ACTIONS(672), - [anon_sym_55] = ACTIONS(672), - [anon_sym_assert] = ACTIONS(672), - [anon_sym_56] = ACTIONS(672), - [anon_sym_wait] = ACTIONS(672), - [anon_sym_parse] = ACTIONS(672), - [anon_sym_57] = ACTIONS(672), - [anon_sym_random] = ACTIONS(672), - [anon_sym_58] = ACTIONS(672), - [anon_sym_gen] = ACTIONS(672), - [anon_sym_deal] = ACTIONS(672), - [anon_sym_tag] = ACTIONS(672), - [anon_sym_now] = ACTIONS(672), - [anon_sym_type] = ACTIONS(672), - [anon_sym_59] = ACTIONS(672), - [anon_sym_dump] = ACTIONS(672), - [anon_sym_regex] = ACTIONS(672), - [anon_sym_utf] = ACTIONS(672), - [anon_sym_send] = ACTIONS(672), - [anon_sym_recv] = ACTIONS(672), - [anon_sym_tryrecv] = ACTIONS(672), - [anon_sym_complex] = ACTIONS(672), - [anon_sym_60] = ACTIONS(672), - [anon_sym_rerank] = ACTIONS(672), - [anon_sym_61] = ACTIONS(672), - [anon_sym_fix] = ACTIONS(672), - [anon_sym_62] = ACTIONS(672), - [anon_sym_QMARK] = ACTIONS(672), - [anon_sym_unique] = ACTIONS(672), - [anon_sym_63] = ACTIONS(672), - [anon_sym_map] = ACTIONS(672), - [anon_sym_has] = ACTIONS(672), - [anon_sym_get] = ACTIONS(672), - [anon_sym_insert] = ACTIONS(672), - [anon_sym_remove] = ACTIONS(672), - [anon_sym_reduce] = ACTIONS(672), - [anon_sym_SLASH] = ACTIONS(672), - [anon_sym_scan] = ACTIONS(672), - [anon_sym_BSLASH] = ACTIONS(672), - [anon_sym_each] = ACTIONS(672), - [anon_sym_64] = ACTIONS(672), - [anon_sym_rows] = ACTIONS(672), - [anon_sym_65] = ACTIONS(672), - [anon_sym_repeat] = ACTIONS(672), - [anon_sym_66] = ACTIONS(672), - [anon_sym_dip] = ACTIONS(672), - [anon_sym_67] = ACTIONS(672), - [anon_sym_gap] = ACTIONS(672), - [anon_sym_68] = ACTIONS(672), - [anon_sym_spawn] = ACTIONS(672), - [anon_sym_rectify] = ACTIONS(672), - [anon_sym_69] = ACTIONS(672), - [anon_sym_this] = ACTIONS(672), - [anon_sym_70] = ACTIONS(672), - [anon_sym_recur] = ACTIONS(672), - [anon_sym_71] = ACTIONS(672), - [anon_sym_un] = ACTIONS(670), - [anon_sym_72] = ACTIONS(672), - [anon_sym_content] = ACTIONS(672), - [anon_sym_73] = ACTIONS(672), - [anon_sym_bind] = ACTIONS(672), - [anon_sym_fold] = ACTIONS(672), - [anon_sym_74] = ACTIONS(672), - [anon_sym_table] = ACTIONS(672), - [anon_sym_75] = ACTIONS(672), - [anon_sym_group] = ACTIONS(672), - [anon_sym_76] = ACTIONS(672), - [anon_sym_partition] = ACTIONS(672), - [anon_sym_77] = ACTIONS(672), - [anon_sym_both] = ACTIONS(672), - [anon_sym_78] = ACTIONS(672), - [anon_sym_bracket] = ACTIONS(672), - [anon_sym_79] = ACTIONS(672), - [anon_sym_fork] = ACTIONS(672), - [anon_sym_80] = ACTIONS(672), - [anon_sym_under] = ACTIONS(672), - [anon_sym_81] = ACTIONS(672), - [anon_sym_fill] = ACTIONS(672), - [anon_sym_82] = ACTIONS(672), - [anon_sym_try] = ACTIONS(670), - [anon_sym_83] = ACTIONS(672), - [anon_sym_do] = ACTIONS(670), - [anon_sym_84] = ACTIONS(672), - [anon_sym_all] = ACTIONS(672), - [anon_sym_85] = ACTIONS(672), - [anon_sym_setinv] = ACTIONS(672), - [anon_sym_setunder] = ACTIONS(672), - [anon_sym_86] = ACTIONS(672), - [anon_sym_87] = ACTIONS(672), - [anon_sym_88] = ACTIONS(672), - [anon_sym_89] = ACTIONS(672), - [anon_sym_90] = ACTIONS(672), - [anon_sym_91] = ACTIONS(672), - [anon_sym_92] = ACTIONS(672), - [anon_sym_93] = ACTIONS(672), - [anon_sym_unpack] = ACTIONS(672), - [anon_sym_94] = ACTIONS(672), - [anon_sym_95] = ACTIONS(672), - [anon_sym_cross] = ACTIONS(672), - [anon_sym_96] = ACTIONS(672), - [anon_sym_SEMI] = ACTIONS(672), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [160] = { @@ -47442,7 +48874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -47450,145 +48882,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifierDeprecated] = ACTIONS(642), [sym_system] = ACTIONS(644), [sym_comment] = ACTIONS(642), + [sym_tripleMinus] = ACTIONS(674), [sym_openParen] = ACTIONS(644), - [sym_closeParen] = ACTIONS(674), [sym_openCurly] = ACTIONS(644), [sym_openBracket] = ACTIONS(644), [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), - [anon_sym_DASH] = ACTIONS(644), + [anon_sym_DASH] = ACTIONS(642), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -47596,85 +49028,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [161] = { @@ -47687,7 +49127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -47702,138 +49142,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -47841,85 +49281,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [162] = { @@ -47932,7 +49380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -47947,138 +49395,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -48086,85 +49534,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [163] = { @@ -48177,7 +49633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(680), [anon_sym_Sep] = ACTIONS(680), [anon_sym_NUmProcs] = ACTIONS(680), - [anon_sym_] = ACTIONS(682), + [anon_sym_u237c] = ACTIONS(682), [aux_sym_character_token1] = ACTIONS(682), [sym_string] = ACTIONS(682), [sym_multiLineString] = ACTIONS(682), @@ -48192,138 +49648,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(680), [anon_sym_eta] = ACTIONS(682), - [anon_sym_2] = ACTIONS(680), + [anon_sym_u03b7] = ACTIONS(680), [anon_sym_pi] = ACTIONS(680), - [anon_sym_3] = ACTIONS(680), + [anon_sym_u03c0] = ACTIONS(680), [anon_sym_tau] = ACTIONS(682), - [anon_sym_4] = ACTIONS(680), + [anon_sym_u03c4] = ACTIONS(680), [anon_sym_infinity] = ACTIONS(682), - [anon_sym_5] = ACTIONS(682), - [anon_sym_e] = ACTIONS(680), - [anon_sym_NaN] = ACTIONS(680), - [anon_sym_NumProcs] = ACTIONS(680), + [anon_sym_u221e] = ACTIONS(682), [anon_sym_DOT] = ACTIONS(682), [anon_sym_COMMA] = ACTIONS(682), [anon_sym_COLON] = ACTIONS(682), - [anon_sym_6] = ACTIONS(682), + [anon_sym_u25cc] = ACTIONS(682), [anon_sym_identity] = ACTIONS(682), [anon_sym_id] = ACTIONS(680), - [anon_sym_7] = ACTIONS(682), + [anon_sym_u2218] = ACTIONS(682), [anon_sym_not] = ACTIONS(682), - [anon_sym_8] = ACTIONS(682), - [anon_sym_sign] = ACTIONS(682), - [anon_sym_9] = ACTIONS(682), + [anon_sym_u00ac] = ACTIONS(682), + [anon_sym_sign] = ACTIONS(680), + [anon_sym_u00b1] = ACTIONS(682), [anon_sym_BQUOTE] = ACTIONS(682), - [anon_sym_10] = ACTIONS(680), + [anon_sym_u00af] = ACTIONS(680), [anon_sym_absolutevalue] = ACTIONS(682), - [anon_sym_11] = ACTIONS(682), + [anon_sym_u2335] = ACTIONS(682), [anon_sym_sqrt] = ACTIONS(682), - [anon_sym_12] = ACTIONS(682), + [anon_sym_u221a] = ACTIONS(682), [anon_sym_sine] = ACTIONS(682), - [anon_sym_13] = ACTIONS(682), + [anon_sym_u25cb] = ACTIONS(682), [anon_sym_floor] = ACTIONS(682), - [anon_sym_14] = ACTIONS(682), + [anon_sym_u230a] = ACTIONS(682), [anon_sym_ceiling] = ACTIONS(682), - [anon_sym_15] = ACTIONS(682), + [anon_sym_u2308] = ACTIONS(682), [anon_sym_round] = ACTIONS(682), - [anon_sym_16] = ACTIONS(682), + [anon_sym_u2045] = ACTIONS(682), [anon_sym_EQ] = ACTIONS(682), [anon_sym_BANG_EQ] = ACTIONS(682), - [anon_sym_17] = ACTIONS(682), + [anon_sym_u2260] = ACTIONS(682), [anon_sym_LT] = ACTIONS(680), [anon_sym_LT_EQ] = ACTIONS(682), - [anon_sym_18] = ACTIONS(682), + [anon_sym_u2264] = ACTIONS(682), [anon_sym_GT] = ACTIONS(680), [anon_sym_GT_EQ] = ACTIONS(682), - [anon_sym_19] = ACTIONS(682), + [anon_sym_u2265] = ACTIONS(682), [anon_sym_PLUS] = ACTIONS(682), [anon_sym_DASH] = ACTIONS(682), [anon_sym_STAR] = ACTIONS(682), - [anon_sym_20] = ACTIONS(682), + [anon_sym_u00d7] = ACTIONS(682), [anon_sym_PERCENT] = ACTIONS(682), - [anon_sym_21] = ACTIONS(682), + [anon_sym_u00f7] = ACTIONS(682), [anon_sym_modulus] = ACTIONS(682), - [anon_sym_22] = ACTIONS(682), + [anon_sym_u25ff] = ACTIONS(682), [anon_sym_power] = ACTIONS(682), - [anon_sym_23] = ACTIONS(682), + [anon_sym_u207f] = ACTIONS(682), [anon_sym_logarithm] = ACTIONS(682), - [anon_sym_24] = ACTIONS(682), + [anon_sym_u2099] = ACTIONS(682), [anon_sym_minimum] = ACTIONS(682), - [anon_sym_25] = ACTIONS(682), + [anon_sym_u21a7] = ACTIONS(682), [anon_sym_maximum] = ACTIONS(682), - [anon_sym_26] = ACTIONS(682), + [anon_sym_u21a5] = ACTIONS(682), [anon_sym_atangent] = ACTIONS(682), - [anon_sym_27] = ACTIONS(682), + [anon_sym_u2220] = ACTIONS(682), [anon_sym_length] = ACTIONS(682), - [anon_sym_28] = ACTIONS(682), - [anon_sym_shape] = ACTIONS(682), - [anon_sym_29] = ACTIONS(682), + [anon_sym_u29fb] = ACTIONS(682), + [anon_sym_shape] = ACTIONS(680), + [anon_sym_u25b3] = ACTIONS(682), [anon_sym_range] = ACTIONS(682), - [anon_sym_30] = ACTIONS(682), + [anon_sym_u21e1] = ACTIONS(682), [anon_sym_first] = ACTIONS(682), - [anon_sym_31] = ACTIONS(682), + [anon_sym_u22a2] = ACTIONS(682), [anon_sym_reverse] = ACTIONS(682), - [anon_sym_32] = ACTIONS(682), + [anon_sym_u21cc] = ACTIONS(682), [anon_sym_deshape] = ACTIONS(682), - [anon_sym_33] = ACTIONS(682), + [anon_sym_u266d] = ACTIONS(682), [anon_sym_bits] = ACTIONS(682), - [anon_sym_34] = ACTIONS(682), + [anon_sym_u22ef] = ACTIONS(682), [anon_sym_transpose] = ACTIONS(682), - [anon_sym_35] = ACTIONS(682), + [anon_sym_u2349] = ACTIONS(682), [anon_sym_rise] = ACTIONS(682), - [anon_sym_36] = ACTIONS(682), + [anon_sym_u234f] = ACTIONS(682), [anon_sym_fall] = ACTIONS(682), - [anon_sym_37] = ACTIONS(682), + [anon_sym_u2356] = ACTIONS(682), [anon_sym_where] = ACTIONS(682), - [anon_sym_38] = ACTIONS(682), + [anon_sym_u229a] = ACTIONS(682), [anon_sym_classify] = ACTIONS(682), - [anon_sym_39] = ACTIONS(682), + [anon_sym_u229b] = ACTIONS(682), [anon_sym_deduplicate] = ACTIONS(682), - [anon_sym_40] = ACTIONS(682), + [anon_sym_u25f4] = ACTIONS(682), [anon_sym_box] = ACTIONS(682), - [anon_sym_41] = ACTIONS(682), + [anon_sym_u25a1] = ACTIONS(682), [anon_sym_match] = ACTIONS(682), - [anon_sym_42] = ACTIONS(682), + [anon_sym_u224d] = ACTIONS(682), [anon_sym_couple] = ACTIONS(682), - [anon_sym_43] = ACTIONS(682), + [anon_sym_u229f] = ACTIONS(682), [anon_sym_join] = ACTIONS(682), - [anon_sym_44] = ACTIONS(682), + [anon_sym_u2282] = ACTIONS(682), [anon_sym_select] = ACTIONS(682), - [anon_sym_45] = ACTIONS(682), + [anon_sym_u228f] = ACTIONS(682), [anon_sym_pick] = ACTIONS(682), - [anon_sym_46] = ACTIONS(682), + [anon_sym_u22a1] = ACTIONS(682), [anon_sym_reshape] = ACTIONS(682), - [anon_sym_47] = ACTIONS(682), + [anon_sym_u21af] = ACTIONS(682), [anon_sym_take] = ACTIONS(682), - [anon_sym_48] = ACTIONS(682), + [anon_sym_u2199] = ACTIONS(682), [anon_sym_drop] = ACTIONS(682), - [anon_sym_49] = ACTIONS(682), + [anon_sym_u2198] = ACTIONS(682), [anon_sym_rotate] = ACTIONS(682), - [anon_sym_50] = ACTIONS(682), + [anon_sym_u21bb] = ACTIONS(682), [anon_sym_windows] = ACTIONS(682), - [anon_sym_51] = ACTIONS(682), + [anon_sym_u25eb] = ACTIONS(682), [anon_sym_keep] = ACTIONS(682), - [anon_sym_52] = ACTIONS(682), + [anon_sym_u25bd] = ACTIONS(682), [anon_sym_find] = ACTIONS(682), - [anon_sym_53] = ACTIONS(682), + [anon_sym_u2315] = ACTIONS(682), [anon_sym_member] = ACTIONS(682), - [anon_sym_54] = ACTIONS(682), + [anon_sym_u220a] = ACTIONS(682), [anon_sym_indexof] = ACTIONS(682), - [anon_sym_55] = ACTIONS(682), + [anon_sym_u2297] = ACTIONS(682), [anon_sym_assert] = ACTIONS(682), - [anon_sym_56] = ACTIONS(682), + [anon_sym_u2364] = ACTIONS(682), [anon_sym_wait] = ACTIONS(682), [anon_sym_parse] = ACTIONS(682), - [anon_sym_57] = ACTIONS(682), + [anon_sym_u22d5] = ACTIONS(682), [anon_sym_random] = ACTIONS(682), - [anon_sym_58] = ACTIONS(682), + [anon_sym_u2682] = ACTIONS(682), [anon_sym_gen] = ACTIONS(682), [anon_sym_deal] = ACTIONS(682), [anon_sym_tag] = ACTIONS(682), [anon_sym_now] = ACTIONS(682), - [anon_sym_type] = ACTIONS(682), - [anon_sym_59] = ACTIONS(682), + [anon_sym_type] = ACTIONS(680), + [anon_sym_u2e2e] = ACTIONS(682), [anon_sym_dump] = ACTIONS(682), [anon_sym_regex] = ACTIONS(682), [anon_sym_utf] = ACTIONS(682), @@ -48331,85 +49787,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(682), [anon_sym_tryrecv] = ACTIONS(682), [anon_sym_complex] = ACTIONS(682), - [anon_sym_60] = ACTIONS(682), + [anon_sym_u2102] = ACTIONS(682), [anon_sym_rerank] = ACTIONS(682), - [anon_sym_61] = ACTIONS(682), + [anon_sym_u2607] = ACTIONS(682), [anon_sym_fix] = ACTIONS(682), - [anon_sym_62] = ACTIONS(682), + [anon_sym_u00a4] = ACTIONS(682), [anon_sym_QMARK] = ACTIONS(682), [anon_sym_unique] = ACTIONS(682), - [anon_sym_63] = 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_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_64] = ACTIONS(682), + [anon_sym_u2235] = ACTIONS(682), [anon_sym_rows] = ACTIONS(682), - [anon_sym_65] = ACTIONS(682), + [anon_sym_u2261] = ACTIONS(682), [anon_sym_repeat] = ACTIONS(682), - [anon_sym_66] = ACTIONS(682), + [anon_sym_u2365] = ACTIONS(682), [anon_sym_dip] = ACTIONS(682), - [anon_sym_67] = ACTIONS(682), + [anon_sym_u2299] = ACTIONS(682), [anon_sym_gap] = ACTIONS(682), - [anon_sym_68] = ACTIONS(682), + [anon_sym_u22c5] = ACTIONS(682), [anon_sym_spawn] = ACTIONS(682), [anon_sym_rectify] = ACTIONS(682), - [anon_sym_69] = ACTIONS(682), - [anon_sym_this] = ACTIONS(682), - [anon_sym_70] = ACTIONS(682), - [anon_sym_recur] = ACTIONS(682), - [anon_sym_71] = ACTIONS(682), + [anon_sym_u2305] = ACTIONS(682), [anon_sym_un] = ACTIONS(680), - [anon_sym_72] = ACTIONS(682), - [anon_sym_content] = ACTIONS(682), - [anon_sym_73] = ACTIONS(682), + [anon_sym_u00b0] = ACTIONS(682), [anon_sym_bind] = 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_shapes] = ACTIONS(682), + [anon_sym_types] = ACTIONS(682), [anon_sym_fold] = ACTIONS(682), - [anon_sym_74] = ACTIONS(682), + [anon_sym_u2227] = ACTIONS(682), [anon_sym_table] = ACTIONS(682), - [anon_sym_75] = ACTIONS(682), + [anon_sym_u229e] = ACTIONS(682), [anon_sym_group] = ACTIONS(682), - [anon_sym_76] = ACTIONS(682), + [anon_sym_u2295] = ACTIONS(682), [anon_sym_partition] = ACTIONS(682), - [anon_sym_77] = ACTIONS(682), + [anon_sym_u229c] = ACTIONS(682), [anon_sym_both] = ACTIONS(682), - [anon_sym_78] = ACTIONS(682), + [anon_sym_u2229] = ACTIONS(682), [anon_sym_bracket] = ACTIONS(682), - [anon_sym_79] = ACTIONS(682), + [anon_sym_u2293] = ACTIONS(682), [anon_sym_fork] = ACTIONS(682), - [anon_sym_80] = ACTIONS(682), + [anon_sym_u2283] = ACTIONS(682), [anon_sym_under] = ACTIONS(682), - [anon_sym_81] = ACTIONS(682), + [anon_sym_u235c] = ACTIONS(682), [anon_sym_fill] = ACTIONS(682), - [anon_sym_82] = ACTIONS(682), + [anon_sym_u2b1a] = ACTIONS(682), [anon_sym_try] = ACTIONS(680), - [anon_sym_83] = ACTIONS(682), + [anon_sym_u2363] = ACTIONS(682), [anon_sym_do] = ACTIONS(680), - [anon_sym_84] = ACTIONS(682), - [anon_sym_all] = ACTIONS(682), - [anon_sym_85] = ACTIONS(682), + [anon_sym_u2362] = ACTIONS(682), [anon_sym_setinv] = ACTIONS(682), [anon_sym_setunder] = ACTIONS(682), - [anon_sym_86] = ACTIONS(682), - [anon_sym_87] = ACTIONS(682), - [anon_sym_88] = ACTIONS(682), - [anon_sym_89] = ACTIONS(682), - [anon_sym_90] = ACTIONS(682), - [anon_sym_91] = ACTIONS(682), - [anon_sym_92] = ACTIONS(682), - [anon_sym_93] = ACTIONS(682), + [anon_sym_f] = ACTIONS(680), + [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_94] = ACTIONS(682), - [anon_sym_95] = ACTIONS(682), + [anon_sym_u2290] = ACTIONS(682), + [anon_sym_u229d] = ACTIONS(682), [anon_sym_cross] = ACTIONS(682), - [anon_sym_96] = ACTIONS(682), + [anon_sym_u22a0] = ACTIONS(682), [anon_sym_SEMI] = ACTIONS(682), + [anon_sym_u21ac] = ACTIONS(682), + [anon_sym_u21ab] = ACTIONS(682), + [anon_sym_all] = ACTIONS(682), + [anon_sym_u22d4] = ACTIONS(682), [sym__endOfLine] = ACTIONS(5), }, [164] = { @@ -48422,7 +49886,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -48437,138 +49901,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -48576,85 +50040,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [165] = { @@ -48667,7 +50139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -48682,138 +50154,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -48821,85 +50293,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [166] = { @@ -48912,7 +50392,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(688), [anon_sym_Sep] = ACTIONS(688), [anon_sym_NUmProcs] = ACTIONS(688), - [anon_sym_] = ACTIONS(690), + [anon_sym_u237c] = ACTIONS(690), [aux_sym_character_token1] = ACTIONS(690), [sym_string] = ACTIONS(690), [sym_multiLineString] = ACTIONS(690), @@ -48926,138 +50406,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_NumProcs] = ACTIONS(688), [anon_sym_eta] = ACTIONS(690), - [anon_sym_2] = ACTIONS(688), + [anon_sym_u03b7] = ACTIONS(688), [anon_sym_pi] = ACTIONS(688), - [anon_sym_3] = ACTIONS(688), + [anon_sym_u03c0] = ACTIONS(688), [anon_sym_tau] = ACTIONS(690), - [anon_sym_4] = ACTIONS(688), + [anon_sym_u03c4] = ACTIONS(688), [anon_sym_infinity] = ACTIONS(690), - [anon_sym_5] = ACTIONS(690), - [anon_sym_e] = ACTIONS(688), - [anon_sym_NaN] = ACTIONS(688), - [anon_sym_NumProcs] = ACTIONS(688), + [anon_sym_u221e] = ACTIONS(690), [anon_sym_DOT] = ACTIONS(690), [anon_sym_COMMA] = ACTIONS(690), [anon_sym_COLON] = ACTIONS(690), - [anon_sym_6] = ACTIONS(690), + [anon_sym_u25cc] = ACTIONS(690), [anon_sym_identity] = ACTIONS(690), [anon_sym_id] = ACTIONS(688), - [anon_sym_7] = ACTIONS(690), + [anon_sym_u2218] = ACTIONS(690), [anon_sym_not] = ACTIONS(690), - [anon_sym_8] = ACTIONS(690), - [anon_sym_sign] = ACTIONS(690), - [anon_sym_9] = ACTIONS(690), + [anon_sym_u00ac] = ACTIONS(690), + [anon_sym_sign] = ACTIONS(688), + [anon_sym_u00b1] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), - [anon_sym_10] = ACTIONS(688), + [anon_sym_u00af] = ACTIONS(688), [anon_sym_absolutevalue] = ACTIONS(690), - [anon_sym_11] = ACTIONS(690), + [anon_sym_u2335] = ACTIONS(690), [anon_sym_sqrt] = ACTIONS(690), - [anon_sym_12] = ACTIONS(690), + [anon_sym_u221a] = ACTIONS(690), [anon_sym_sine] = ACTIONS(690), - [anon_sym_13] = ACTIONS(690), + [anon_sym_u25cb] = ACTIONS(690), [anon_sym_floor] = ACTIONS(690), - [anon_sym_14] = ACTIONS(690), + [anon_sym_u230a] = ACTIONS(690), [anon_sym_ceiling] = ACTIONS(690), - [anon_sym_15] = ACTIONS(690), + [anon_sym_u2308] = ACTIONS(690), [anon_sym_round] = ACTIONS(690), - [anon_sym_16] = ACTIONS(690), + [anon_sym_u2045] = ACTIONS(690), [anon_sym_EQ] = ACTIONS(690), [anon_sym_BANG_EQ] = ACTIONS(690), - [anon_sym_17] = ACTIONS(690), + [anon_sym_u2260] = ACTIONS(690), [anon_sym_LT] = ACTIONS(688), [anon_sym_LT_EQ] = ACTIONS(690), - [anon_sym_18] = ACTIONS(690), + [anon_sym_u2264] = ACTIONS(690), [anon_sym_GT] = ACTIONS(688), [anon_sym_GT_EQ] = ACTIONS(690), - [anon_sym_19] = ACTIONS(690), + [anon_sym_u2265] = ACTIONS(690), [anon_sym_PLUS] = ACTIONS(690), [anon_sym_DASH] = ACTIONS(690), [anon_sym_STAR] = ACTIONS(690), - [anon_sym_20] = ACTIONS(690), + [anon_sym_u00d7] = ACTIONS(690), [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_21] = ACTIONS(690), + [anon_sym_u00f7] = ACTIONS(690), [anon_sym_modulus] = ACTIONS(690), - [anon_sym_22] = ACTIONS(690), + [anon_sym_u25ff] = ACTIONS(690), [anon_sym_power] = ACTIONS(690), - [anon_sym_23] = ACTIONS(690), + [anon_sym_u207f] = ACTIONS(690), [anon_sym_logarithm] = ACTIONS(690), - [anon_sym_24] = ACTIONS(690), + [anon_sym_u2099] = ACTIONS(690), [anon_sym_minimum] = ACTIONS(690), - [anon_sym_25] = ACTIONS(690), + [anon_sym_u21a7] = ACTIONS(690), [anon_sym_maximum] = ACTIONS(690), - [anon_sym_26] = ACTIONS(690), + [anon_sym_u21a5] = ACTIONS(690), [anon_sym_atangent] = ACTIONS(690), - [anon_sym_27] = ACTIONS(690), + [anon_sym_u2220] = ACTIONS(690), [anon_sym_length] = ACTIONS(690), - [anon_sym_28] = ACTIONS(690), - [anon_sym_shape] = ACTIONS(690), - [anon_sym_29] = ACTIONS(690), + [anon_sym_u29fb] = ACTIONS(690), + [anon_sym_shape] = ACTIONS(688), + [anon_sym_u25b3] = ACTIONS(690), [anon_sym_range] = ACTIONS(690), - [anon_sym_30] = ACTIONS(690), + [anon_sym_u21e1] = ACTIONS(690), [anon_sym_first] = ACTIONS(690), - [anon_sym_31] = ACTIONS(690), + [anon_sym_u22a2] = ACTIONS(690), [anon_sym_reverse] = ACTIONS(690), - [anon_sym_32] = ACTIONS(690), + [anon_sym_u21cc] = ACTIONS(690), [anon_sym_deshape] = ACTIONS(690), - [anon_sym_33] = ACTIONS(690), + [anon_sym_u266d] = ACTIONS(690), [anon_sym_bits] = ACTIONS(690), - [anon_sym_34] = ACTIONS(690), + [anon_sym_u22ef] = ACTIONS(690), [anon_sym_transpose] = ACTIONS(690), - [anon_sym_35] = ACTIONS(690), + [anon_sym_u2349] = ACTIONS(690), [anon_sym_rise] = ACTIONS(690), - [anon_sym_36] = ACTIONS(690), + [anon_sym_u234f] = ACTIONS(690), [anon_sym_fall] = ACTIONS(690), - [anon_sym_37] = ACTIONS(690), + [anon_sym_u2356] = ACTIONS(690), [anon_sym_where] = ACTIONS(690), - [anon_sym_38] = ACTIONS(690), + [anon_sym_u229a] = ACTIONS(690), [anon_sym_classify] = ACTIONS(690), - [anon_sym_39] = ACTIONS(690), + [anon_sym_u229b] = ACTIONS(690), [anon_sym_deduplicate] = ACTIONS(690), - [anon_sym_40] = ACTIONS(690), + [anon_sym_u25f4] = ACTIONS(690), [anon_sym_box] = ACTIONS(690), - [anon_sym_41] = ACTIONS(690), + [anon_sym_u25a1] = ACTIONS(690), [anon_sym_match] = ACTIONS(690), - [anon_sym_42] = ACTIONS(690), + [anon_sym_u224d] = ACTIONS(690), [anon_sym_couple] = ACTIONS(690), - [anon_sym_43] = ACTIONS(690), + [anon_sym_u229f] = ACTIONS(690), [anon_sym_join] = ACTIONS(690), - [anon_sym_44] = ACTIONS(690), + [anon_sym_u2282] = ACTIONS(690), [anon_sym_select] = ACTIONS(690), - [anon_sym_45] = ACTIONS(690), + [anon_sym_u228f] = ACTIONS(690), [anon_sym_pick] = ACTIONS(690), - [anon_sym_46] = ACTIONS(690), + [anon_sym_u22a1] = ACTIONS(690), [anon_sym_reshape] = ACTIONS(690), - [anon_sym_47] = ACTIONS(690), + [anon_sym_u21af] = ACTIONS(690), [anon_sym_take] = ACTIONS(690), - [anon_sym_48] = ACTIONS(690), + [anon_sym_u2199] = ACTIONS(690), [anon_sym_drop] = ACTIONS(690), - [anon_sym_49] = ACTIONS(690), + [anon_sym_u2198] = ACTIONS(690), [anon_sym_rotate] = ACTIONS(690), - [anon_sym_50] = ACTIONS(690), + [anon_sym_u21bb] = ACTIONS(690), [anon_sym_windows] = ACTIONS(690), - [anon_sym_51] = ACTIONS(690), + [anon_sym_u25eb] = ACTIONS(690), [anon_sym_keep] = ACTIONS(690), - [anon_sym_52] = ACTIONS(690), + [anon_sym_u25bd] = ACTIONS(690), [anon_sym_find] = ACTIONS(690), - [anon_sym_53] = ACTIONS(690), + [anon_sym_u2315] = ACTIONS(690), [anon_sym_member] = ACTIONS(690), - [anon_sym_54] = ACTIONS(690), + [anon_sym_u220a] = ACTIONS(690), [anon_sym_indexof] = ACTIONS(690), - [anon_sym_55] = ACTIONS(690), + [anon_sym_u2297] = ACTIONS(690), [anon_sym_assert] = ACTIONS(690), - [anon_sym_56] = ACTIONS(690), + [anon_sym_u2364] = ACTIONS(690), [anon_sym_wait] = ACTIONS(690), [anon_sym_parse] = ACTIONS(690), - [anon_sym_57] = ACTIONS(690), + [anon_sym_u22d5] = ACTIONS(690), [anon_sym_random] = ACTIONS(690), - [anon_sym_58] = ACTIONS(690), + [anon_sym_u2682] = ACTIONS(690), [anon_sym_gen] = ACTIONS(690), [anon_sym_deal] = ACTIONS(690), [anon_sym_tag] = ACTIONS(690), [anon_sym_now] = ACTIONS(690), - [anon_sym_type] = ACTIONS(690), - [anon_sym_59] = ACTIONS(690), + [anon_sym_type] = ACTIONS(688), + [anon_sym_u2e2e] = ACTIONS(690), [anon_sym_dump] = ACTIONS(690), [anon_sym_regex] = ACTIONS(690), [anon_sym_utf] = ACTIONS(690), @@ -49065,85 +50545,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(690), [anon_sym_tryrecv] = ACTIONS(690), [anon_sym_complex] = ACTIONS(690), - [anon_sym_60] = ACTIONS(690), + [anon_sym_u2102] = ACTIONS(690), [anon_sym_rerank] = ACTIONS(690), - [anon_sym_61] = ACTIONS(690), + [anon_sym_u2607] = ACTIONS(690), [anon_sym_fix] = ACTIONS(690), - [anon_sym_62] = ACTIONS(690), + [anon_sym_u00a4] = ACTIONS(690), [anon_sym_QMARK] = ACTIONS(690), [anon_sym_unique] = ACTIONS(690), - [anon_sym_63] = 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_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_64] = ACTIONS(690), + [anon_sym_u2235] = ACTIONS(690), [anon_sym_rows] = ACTIONS(690), - [anon_sym_65] = ACTIONS(690), + [anon_sym_u2261] = ACTIONS(690), [anon_sym_repeat] = ACTIONS(690), - [anon_sym_66] = ACTIONS(690), + [anon_sym_u2365] = ACTIONS(690), [anon_sym_dip] = ACTIONS(690), - [anon_sym_67] = ACTIONS(690), + [anon_sym_u2299] = ACTIONS(690), [anon_sym_gap] = ACTIONS(690), - [anon_sym_68] = ACTIONS(690), + [anon_sym_u22c5] = ACTIONS(690), [anon_sym_spawn] = ACTIONS(690), [anon_sym_rectify] = ACTIONS(690), - [anon_sym_69] = ACTIONS(690), - [anon_sym_this] = ACTIONS(690), - [anon_sym_70] = ACTIONS(690), - [anon_sym_recur] = ACTIONS(690), - [anon_sym_71] = ACTIONS(690), + [anon_sym_u2305] = ACTIONS(690), [anon_sym_un] = ACTIONS(688), - [anon_sym_72] = ACTIONS(690), - [anon_sym_content] = ACTIONS(690), - [anon_sym_73] = ACTIONS(690), + [anon_sym_u00b0] = ACTIONS(690), [anon_sym_bind] = 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_shapes] = ACTIONS(690), + [anon_sym_types] = ACTIONS(690), [anon_sym_fold] = ACTIONS(690), - [anon_sym_74] = ACTIONS(690), + [anon_sym_u2227] = ACTIONS(690), [anon_sym_table] = ACTIONS(690), - [anon_sym_75] = ACTIONS(690), + [anon_sym_u229e] = ACTIONS(690), [anon_sym_group] = ACTIONS(690), - [anon_sym_76] = ACTIONS(690), + [anon_sym_u2295] = ACTIONS(690), [anon_sym_partition] = ACTIONS(690), - [anon_sym_77] = ACTIONS(690), + [anon_sym_u229c] = ACTIONS(690), [anon_sym_both] = ACTIONS(690), - [anon_sym_78] = ACTIONS(690), + [anon_sym_u2229] = ACTIONS(690), [anon_sym_bracket] = ACTIONS(690), - [anon_sym_79] = ACTIONS(690), + [anon_sym_u2293] = ACTIONS(690), [anon_sym_fork] = ACTIONS(690), - [anon_sym_80] = ACTIONS(690), + [anon_sym_u2283] = ACTIONS(690), [anon_sym_under] = ACTIONS(690), - [anon_sym_81] = ACTIONS(690), + [anon_sym_u235c] = ACTIONS(690), [anon_sym_fill] = ACTIONS(690), - [anon_sym_82] = ACTIONS(690), + [anon_sym_u2b1a] = ACTIONS(690), [anon_sym_try] = ACTIONS(688), - [anon_sym_83] = ACTIONS(690), + [anon_sym_u2363] = ACTIONS(690), [anon_sym_do] = ACTIONS(688), - [anon_sym_84] = ACTIONS(690), - [anon_sym_all] = ACTIONS(690), - [anon_sym_85] = ACTIONS(690), + [anon_sym_u2362] = ACTIONS(690), [anon_sym_setinv] = ACTIONS(690), [anon_sym_setunder] = ACTIONS(690), - [anon_sym_86] = ACTIONS(690), - [anon_sym_87] = ACTIONS(690), - [anon_sym_88] = ACTIONS(690), - [anon_sym_89] = ACTIONS(690), - [anon_sym_90] = ACTIONS(690), - [anon_sym_91] = ACTIONS(690), - [anon_sym_92] = ACTIONS(690), - [anon_sym_93] = ACTIONS(690), + [anon_sym_f] = ACTIONS(688), + [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_94] = ACTIONS(690), - [anon_sym_95] = ACTIONS(690), + [anon_sym_u2290] = ACTIONS(690), + [anon_sym_u229d] = ACTIONS(690), [anon_sym_cross] = ACTIONS(690), - [anon_sym_96] = ACTIONS(690), + [anon_sym_u22a0] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_u21ac] = ACTIONS(690), + [anon_sym_u21ab] = ACTIONS(690), + [anon_sym_all] = ACTIONS(690), + [anon_sym_u22d4] = ACTIONS(690), [sym__endOfLine] = ACTIONS(5), }, [167] = { @@ -49156,152 +50644,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(692), [anon_sym_Sep] = ACTIONS(692), [anon_sym_NUmProcs] = ACTIONS(692), - [anon_sym_] = ACTIONS(694), + [anon_sym_u237c] = ACTIONS(694), [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_comment] = ACTIONS(692), [sym_openParen] = ACTIONS(694), [sym_openCurly] = ACTIONS(694), [sym_openBracket] = ACTIONS(694), [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_NumProcs] = ACTIONS(692), [anon_sym_eta] = ACTIONS(694), - [anon_sym_2] = ACTIONS(692), + [anon_sym_u03b7] = ACTIONS(692), [anon_sym_pi] = ACTIONS(692), - [anon_sym_3] = ACTIONS(692), + [anon_sym_u03c0] = ACTIONS(692), [anon_sym_tau] = ACTIONS(694), - [anon_sym_4] = ACTIONS(692), + [anon_sym_u03c4] = ACTIONS(692), [anon_sym_infinity] = ACTIONS(694), - [anon_sym_5] = ACTIONS(694), - [anon_sym_e] = ACTIONS(692), - [anon_sym_NaN] = ACTIONS(692), - [anon_sym_NumProcs] = ACTIONS(692), + [anon_sym_u221e] = ACTIONS(694), [anon_sym_DOT] = ACTIONS(694), [anon_sym_COMMA] = ACTIONS(694), [anon_sym_COLON] = ACTIONS(694), - [anon_sym_6] = ACTIONS(694), + [anon_sym_u25cc] = ACTIONS(694), [anon_sym_identity] = ACTIONS(694), [anon_sym_id] = ACTIONS(692), - [anon_sym_7] = ACTIONS(694), + [anon_sym_u2218] = ACTIONS(694), [anon_sym_not] = ACTIONS(694), - [anon_sym_8] = ACTIONS(694), - [anon_sym_sign] = ACTIONS(694), - [anon_sym_9] = ACTIONS(694), + [anon_sym_u00ac] = ACTIONS(694), + [anon_sym_sign] = ACTIONS(692), + [anon_sym_u00b1] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), - [anon_sym_10] = ACTIONS(692), + [anon_sym_u00af] = ACTIONS(692), [anon_sym_absolutevalue] = ACTIONS(694), - [anon_sym_11] = ACTIONS(694), + [anon_sym_u2335] = ACTIONS(694), [anon_sym_sqrt] = ACTIONS(694), - [anon_sym_12] = ACTIONS(694), + [anon_sym_u221a] = ACTIONS(694), [anon_sym_sine] = ACTIONS(694), - [anon_sym_13] = ACTIONS(694), + [anon_sym_u25cb] = ACTIONS(694), [anon_sym_floor] = ACTIONS(694), - [anon_sym_14] = ACTIONS(694), + [anon_sym_u230a] = ACTIONS(694), [anon_sym_ceiling] = ACTIONS(694), - [anon_sym_15] = ACTIONS(694), + [anon_sym_u2308] = ACTIONS(694), [anon_sym_round] = ACTIONS(694), - [anon_sym_16] = ACTIONS(694), + [anon_sym_u2045] = ACTIONS(694), [anon_sym_EQ] = ACTIONS(694), [anon_sym_BANG_EQ] = ACTIONS(694), - [anon_sym_17] = ACTIONS(694), + [anon_sym_u2260] = ACTIONS(694), [anon_sym_LT] = ACTIONS(692), [anon_sym_LT_EQ] = ACTIONS(694), - [anon_sym_18] = ACTIONS(694), + [anon_sym_u2264] = ACTIONS(694), [anon_sym_GT] = ACTIONS(692), [anon_sym_GT_EQ] = ACTIONS(694), - [anon_sym_19] = ACTIONS(694), + [anon_sym_u2265] = ACTIONS(694), [anon_sym_PLUS] = ACTIONS(694), [anon_sym_DASH] = ACTIONS(694), [anon_sym_STAR] = ACTIONS(694), - [anon_sym_20] = ACTIONS(694), + [anon_sym_u00d7] = ACTIONS(694), [anon_sym_PERCENT] = ACTIONS(694), - [anon_sym_21] = ACTIONS(694), + [anon_sym_u00f7] = ACTIONS(694), [anon_sym_modulus] = ACTIONS(694), - [anon_sym_22] = ACTIONS(694), + [anon_sym_u25ff] = ACTIONS(694), [anon_sym_power] = ACTIONS(694), - [anon_sym_23] = ACTIONS(694), + [anon_sym_u207f] = ACTIONS(694), [anon_sym_logarithm] = ACTIONS(694), - [anon_sym_24] = ACTIONS(694), + [anon_sym_u2099] = ACTIONS(694), [anon_sym_minimum] = ACTIONS(694), - [anon_sym_25] = ACTIONS(694), + [anon_sym_u21a7] = ACTIONS(694), [anon_sym_maximum] = ACTIONS(694), - [anon_sym_26] = ACTIONS(694), + [anon_sym_u21a5] = ACTIONS(694), [anon_sym_atangent] = ACTIONS(694), - [anon_sym_27] = ACTIONS(694), + [anon_sym_u2220] = ACTIONS(694), [anon_sym_length] = ACTIONS(694), - [anon_sym_28] = ACTIONS(694), - [anon_sym_shape] = ACTIONS(694), - [anon_sym_29] = ACTIONS(694), + [anon_sym_u29fb] = ACTIONS(694), + [anon_sym_shape] = ACTIONS(692), + [anon_sym_u25b3] = ACTIONS(694), [anon_sym_range] = ACTIONS(694), - [anon_sym_30] = ACTIONS(694), + [anon_sym_u21e1] = ACTIONS(694), [anon_sym_first] = ACTIONS(694), - [anon_sym_31] = ACTIONS(694), + [anon_sym_u22a2] = ACTIONS(694), [anon_sym_reverse] = ACTIONS(694), - [anon_sym_32] = ACTIONS(694), + [anon_sym_u21cc] = ACTIONS(694), [anon_sym_deshape] = ACTIONS(694), - [anon_sym_33] = ACTIONS(694), + [anon_sym_u266d] = ACTIONS(694), [anon_sym_bits] = ACTIONS(694), - [anon_sym_34] = ACTIONS(694), + [anon_sym_u22ef] = ACTIONS(694), [anon_sym_transpose] = ACTIONS(694), - [anon_sym_35] = ACTIONS(694), + [anon_sym_u2349] = ACTIONS(694), [anon_sym_rise] = ACTIONS(694), - [anon_sym_36] = ACTIONS(694), + [anon_sym_u234f] = ACTIONS(694), [anon_sym_fall] = ACTIONS(694), - [anon_sym_37] = ACTIONS(694), + [anon_sym_u2356] = ACTIONS(694), [anon_sym_where] = ACTIONS(694), - [anon_sym_38] = ACTIONS(694), + [anon_sym_u229a] = ACTIONS(694), [anon_sym_classify] = ACTIONS(694), - [anon_sym_39] = ACTIONS(694), + [anon_sym_u229b] = ACTIONS(694), [anon_sym_deduplicate] = ACTIONS(694), - [anon_sym_40] = ACTIONS(694), + [anon_sym_u25f4] = ACTIONS(694), [anon_sym_box] = ACTIONS(694), - [anon_sym_41] = ACTIONS(694), + [anon_sym_u25a1] = ACTIONS(694), [anon_sym_match] = ACTIONS(694), - [anon_sym_42] = ACTIONS(694), + [anon_sym_u224d] = ACTIONS(694), [anon_sym_couple] = ACTIONS(694), - [anon_sym_43] = ACTIONS(694), + [anon_sym_u229f] = ACTIONS(694), [anon_sym_join] = ACTIONS(694), - [anon_sym_44] = ACTIONS(694), + [anon_sym_u2282] = ACTIONS(694), [anon_sym_select] = ACTIONS(694), - [anon_sym_45] = ACTIONS(694), + [anon_sym_u228f] = ACTIONS(694), [anon_sym_pick] = ACTIONS(694), - [anon_sym_46] = ACTIONS(694), + [anon_sym_u22a1] = ACTIONS(694), [anon_sym_reshape] = ACTIONS(694), - [anon_sym_47] = ACTIONS(694), + [anon_sym_u21af] = ACTIONS(694), [anon_sym_take] = ACTIONS(694), - [anon_sym_48] = ACTIONS(694), + [anon_sym_u2199] = ACTIONS(694), [anon_sym_drop] = ACTIONS(694), - [anon_sym_49] = ACTIONS(694), + [anon_sym_u2198] = ACTIONS(694), [anon_sym_rotate] = ACTIONS(694), - [anon_sym_50] = ACTIONS(694), + [anon_sym_u21bb] = ACTIONS(694), [anon_sym_windows] = ACTIONS(694), - [anon_sym_51] = ACTIONS(694), + [anon_sym_u25eb] = ACTIONS(694), [anon_sym_keep] = ACTIONS(694), - [anon_sym_52] = ACTIONS(694), + [anon_sym_u25bd] = ACTIONS(694), [anon_sym_find] = ACTIONS(694), - [anon_sym_53] = ACTIONS(694), + [anon_sym_u2315] = ACTIONS(694), [anon_sym_member] = ACTIONS(694), - [anon_sym_54] = ACTIONS(694), + [anon_sym_u220a] = ACTIONS(694), [anon_sym_indexof] = ACTIONS(694), - [anon_sym_55] = ACTIONS(694), + [anon_sym_u2297] = ACTIONS(694), [anon_sym_assert] = ACTIONS(694), - [anon_sym_56] = ACTIONS(694), + [anon_sym_u2364] = ACTIONS(694), [anon_sym_wait] = ACTIONS(694), [anon_sym_parse] = ACTIONS(694), - [anon_sym_57] = ACTIONS(694), + [anon_sym_u22d5] = ACTIONS(694), [anon_sym_random] = ACTIONS(694), - [anon_sym_58] = ACTIONS(694), + [anon_sym_u2682] = ACTIONS(694), [anon_sym_gen] = ACTIONS(694), [anon_sym_deal] = ACTIONS(694), [anon_sym_tag] = ACTIONS(694), [anon_sym_now] = ACTIONS(694), - [anon_sym_type] = ACTIONS(694), - [anon_sym_59] = ACTIONS(694), + [anon_sym_type] = ACTIONS(692), + [anon_sym_u2e2e] = ACTIONS(694), [anon_sym_dump] = ACTIONS(694), [anon_sym_regex] = ACTIONS(694), [anon_sym_utf] = ACTIONS(694), @@ -49309,85 +50797,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(694), [anon_sym_tryrecv] = ACTIONS(694), [anon_sym_complex] = ACTIONS(694), - [anon_sym_60] = ACTIONS(694), + [anon_sym_u2102] = ACTIONS(694), [anon_sym_rerank] = ACTIONS(694), - [anon_sym_61] = ACTIONS(694), + [anon_sym_u2607] = ACTIONS(694), [anon_sym_fix] = ACTIONS(694), - [anon_sym_62] = ACTIONS(694), + [anon_sym_u00a4] = ACTIONS(694), [anon_sym_QMARK] = ACTIONS(694), [anon_sym_unique] = ACTIONS(694), - [anon_sym_63] = 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_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_64] = ACTIONS(694), + [anon_sym_u2235] = ACTIONS(694), [anon_sym_rows] = ACTIONS(694), - [anon_sym_65] = ACTIONS(694), + [anon_sym_u2261] = ACTIONS(694), [anon_sym_repeat] = ACTIONS(694), - [anon_sym_66] = ACTIONS(694), + [anon_sym_u2365] = ACTIONS(694), [anon_sym_dip] = ACTIONS(694), - [anon_sym_67] = ACTIONS(694), + [anon_sym_u2299] = ACTIONS(694), [anon_sym_gap] = ACTIONS(694), - [anon_sym_68] = ACTIONS(694), + [anon_sym_u22c5] = ACTIONS(694), [anon_sym_spawn] = ACTIONS(694), [anon_sym_rectify] = ACTIONS(694), - [anon_sym_69] = ACTIONS(694), - [anon_sym_this] = ACTIONS(694), - [anon_sym_70] = ACTIONS(694), - [anon_sym_recur] = ACTIONS(694), - [anon_sym_71] = ACTIONS(694), + [anon_sym_u2305] = ACTIONS(694), [anon_sym_un] = ACTIONS(692), - [anon_sym_72] = ACTIONS(694), - [anon_sym_content] = ACTIONS(694), - [anon_sym_73] = ACTIONS(694), + [anon_sym_u00b0] = ACTIONS(694), [anon_sym_bind] = 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_shapes] = ACTIONS(694), + [anon_sym_types] = ACTIONS(694), [anon_sym_fold] = ACTIONS(694), - [anon_sym_74] = ACTIONS(694), + [anon_sym_u2227] = ACTIONS(694), [anon_sym_table] = ACTIONS(694), - [anon_sym_75] = ACTIONS(694), + [anon_sym_u229e] = ACTIONS(694), [anon_sym_group] = ACTIONS(694), - [anon_sym_76] = ACTIONS(694), + [anon_sym_u2295] = ACTIONS(694), [anon_sym_partition] = ACTIONS(694), - [anon_sym_77] = ACTIONS(694), + [anon_sym_u229c] = ACTIONS(694), [anon_sym_both] = ACTIONS(694), - [anon_sym_78] = ACTIONS(694), + [anon_sym_u2229] = ACTIONS(694), [anon_sym_bracket] = ACTIONS(694), - [anon_sym_79] = ACTIONS(694), + [anon_sym_u2293] = ACTIONS(694), [anon_sym_fork] = ACTIONS(694), - [anon_sym_80] = ACTIONS(694), + [anon_sym_u2283] = ACTIONS(694), [anon_sym_under] = ACTIONS(694), - [anon_sym_81] = ACTIONS(694), + [anon_sym_u235c] = ACTIONS(694), [anon_sym_fill] = ACTIONS(694), - [anon_sym_82] = ACTIONS(694), + [anon_sym_u2b1a] = ACTIONS(694), [anon_sym_try] = ACTIONS(692), - [anon_sym_83] = ACTIONS(694), + [anon_sym_u2363] = ACTIONS(694), [anon_sym_do] = ACTIONS(692), - [anon_sym_84] = ACTIONS(694), - [anon_sym_all] = ACTIONS(694), - [anon_sym_85] = ACTIONS(694), + [anon_sym_u2362] = ACTIONS(694), [anon_sym_setinv] = ACTIONS(694), [anon_sym_setunder] = ACTIONS(694), - [anon_sym_86] = ACTIONS(694), - [anon_sym_87] = ACTIONS(694), - [anon_sym_88] = ACTIONS(694), - [anon_sym_89] = ACTIONS(694), - [anon_sym_90] = ACTIONS(694), - [anon_sym_91] = ACTIONS(694), - [anon_sym_92] = ACTIONS(694), - [anon_sym_93] = ACTIONS(694), + [anon_sym_f] = ACTIONS(692), + [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_94] = ACTIONS(694), - [anon_sym_95] = ACTIONS(694), + [anon_sym_u2290] = ACTIONS(694), + [anon_sym_u229d] = ACTIONS(694), [anon_sym_cross] = ACTIONS(694), - [anon_sym_96] = ACTIONS(694), + [anon_sym_u22a0] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_u21ac] = ACTIONS(694), + [anon_sym_u21ab] = ACTIONS(694), + [anon_sym_all] = ACTIONS(694), + [anon_sym_u22d4] = ACTIONS(694), [sym__endOfLine] = ACTIONS(5), }, [168] = { @@ -49400,7 +50896,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(642), [anon_sym_Sep] = ACTIONS(642), [anon_sym_NUmProcs] = ACTIONS(642), - [anon_sym_] = ACTIONS(644), + [anon_sym_u237c] = ACTIONS(644), [aux_sym_character_token1] = ACTIONS(644), [sym_string] = ACTIONS(644), [sym_multiLineString] = ACTIONS(644), @@ -49414,138 +50910,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(644), [anon_sym_SQUOTE] = ACTIONS(642), [anon_sym_SQUOTE_SQUOTE] = ACTIONS(644), + [anon_sym_e] = ACTIONS(642), + [anon_sym_NaN] = ACTIONS(642), + [anon_sym_NumProcs] = ACTIONS(642), [anon_sym_eta] = ACTIONS(644), - [anon_sym_2] = ACTIONS(642), + [anon_sym_u03b7] = ACTIONS(642), [anon_sym_pi] = ACTIONS(642), - [anon_sym_3] = ACTIONS(642), + [anon_sym_u03c0] = ACTIONS(642), [anon_sym_tau] = ACTIONS(644), - [anon_sym_4] = ACTIONS(642), + [anon_sym_u03c4] = ACTIONS(642), [anon_sym_infinity] = ACTIONS(644), - [anon_sym_5] = ACTIONS(644), - [anon_sym_e] = ACTIONS(642), - [anon_sym_NaN] = ACTIONS(642), - [anon_sym_NumProcs] = ACTIONS(642), + [anon_sym_u221e] = ACTIONS(644), [anon_sym_DOT] = ACTIONS(644), [anon_sym_COMMA] = ACTIONS(644), [anon_sym_COLON] = ACTIONS(644), - [anon_sym_6] = ACTIONS(644), + [anon_sym_u25cc] = ACTIONS(644), [anon_sym_identity] = ACTIONS(644), [anon_sym_id] = ACTIONS(642), - [anon_sym_7] = ACTIONS(644), + [anon_sym_u2218] = ACTIONS(644), [anon_sym_not] = ACTIONS(644), - [anon_sym_8] = ACTIONS(644), - [anon_sym_sign] = ACTIONS(644), - [anon_sym_9] = ACTIONS(644), + [anon_sym_u00ac] = ACTIONS(644), + [anon_sym_sign] = ACTIONS(642), + [anon_sym_u00b1] = ACTIONS(644), [anon_sym_BQUOTE] = ACTIONS(644), - [anon_sym_10] = ACTIONS(642), + [anon_sym_u00af] = ACTIONS(642), [anon_sym_absolutevalue] = ACTIONS(644), - [anon_sym_11] = ACTIONS(644), + [anon_sym_u2335] = ACTIONS(644), [anon_sym_sqrt] = ACTIONS(644), - [anon_sym_12] = ACTIONS(644), + [anon_sym_u221a] = ACTIONS(644), [anon_sym_sine] = ACTIONS(644), - [anon_sym_13] = ACTIONS(644), + [anon_sym_u25cb] = ACTIONS(644), [anon_sym_floor] = ACTIONS(644), - [anon_sym_14] = ACTIONS(644), + [anon_sym_u230a] = ACTIONS(644), [anon_sym_ceiling] = ACTIONS(644), - [anon_sym_15] = ACTIONS(644), + [anon_sym_u2308] = ACTIONS(644), [anon_sym_round] = ACTIONS(644), - [anon_sym_16] = ACTIONS(644), + [anon_sym_u2045] = ACTIONS(644), [anon_sym_EQ] = ACTIONS(644), [anon_sym_BANG_EQ] = ACTIONS(644), - [anon_sym_17] = ACTIONS(644), + [anon_sym_u2260] = ACTIONS(644), [anon_sym_LT] = ACTIONS(642), [anon_sym_LT_EQ] = ACTIONS(644), - [anon_sym_18] = ACTIONS(644), + [anon_sym_u2264] = ACTIONS(644), [anon_sym_GT] = ACTIONS(642), [anon_sym_GT_EQ] = ACTIONS(644), - [anon_sym_19] = ACTIONS(644), + [anon_sym_u2265] = ACTIONS(644), [anon_sym_PLUS] = ACTIONS(644), [anon_sym_DASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(644), - [anon_sym_20] = ACTIONS(644), + [anon_sym_u00d7] = ACTIONS(644), [anon_sym_PERCENT] = ACTIONS(644), - [anon_sym_21] = ACTIONS(644), + [anon_sym_u00f7] = ACTIONS(644), [anon_sym_modulus] = ACTIONS(644), - [anon_sym_22] = ACTIONS(644), + [anon_sym_u25ff] = ACTIONS(644), [anon_sym_power] = ACTIONS(644), - [anon_sym_23] = ACTIONS(644), + [anon_sym_u207f] = ACTIONS(644), [anon_sym_logarithm] = ACTIONS(644), - [anon_sym_24] = ACTIONS(644), + [anon_sym_u2099] = ACTIONS(644), [anon_sym_minimum] = ACTIONS(644), - [anon_sym_25] = ACTIONS(644), + [anon_sym_u21a7] = ACTIONS(644), [anon_sym_maximum] = ACTIONS(644), - [anon_sym_26] = ACTIONS(644), + [anon_sym_u21a5] = ACTIONS(644), [anon_sym_atangent] = ACTIONS(644), - [anon_sym_27] = ACTIONS(644), + [anon_sym_u2220] = ACTIONS(644), [anon_sym_length] = ACTIONS(644), - [anon_sym_28] = ACTIONS(644), - [anon_sym_shape] = ACTIONS(644), - [anon_sym_29] = ACTIONS(644), + [anon_sym_u29fb] = ACTIONS(644), + [anon_sym_shape] = ACTIONS(642), + [anon_sym_u25b3] = ACTIONS(644), [anon_sym_range] = ACTIONS(644), - [anon_sym_30] = ACTIONS(644), + [anon_sym_u21e1] = ACTIONS(644), [anon_sym_first] = ACTIONS(644), - [anon_sym_31] = ACTIONS(644), + [anon_sym_u22a2] = ACTIONS(644), [anon_sym_reverse] = ACTIONS(644), - [anon_sym_32] = ACTIONS(644), + [anon_sym_u21cc] = ACTIONS(644), [anon_sym_deshape] = ACTIONS(644), - [anon_sym_33] = ACTIONS(644), + [anon_sym_u266d] = ACTIONS(644), [anon_sym_bits] = ACTIONS(644), - [anon_sym_34] = ACTIONS(644), + [anon_sym_u22ef] = ACTIONS(644), [anon_sym_transpose] = ACTIONS(644), - [anon_sym_35] = ACTIONS(644), + [anon_sym_u2349] = ACTIONS(644), [anon_sym_rise] = ACTIONS(644), - [anon_sym_36] = ACTIONS(644), + [anon_sym_u234f] = ACTIONS(644), [anon_sym_fall] = ACTIONS(644), - [anon_sym_37] = ACTIONS(644), + [anon_sym_u2356] = ACTIONS(644), [anon_sym_where] = ACTIONS(644), - [anon_sym_38] = ACTIONS(644), + [anon_sym_u229a] = ACTIONS(644), [anon_sym_classify] = ACTIONS(644), - [anon_sym_39] = ACTIONS(644), + [anon_sym_u229b] = ACTIONS(644), [anon_sym_deduplicate] = ACTIONS(644), - [anon_sym_40] = ACTIONS(644), + [anon_sym_u25f4] = ACTIONS(644), [anon_sym_box] = ACTIONS(644), - [anon_sym_41] = ACTIONS(644), + [anon_sym_u25a1] = ACTIONS(644), [anon_sym_match] = ACTIONS(644), - [anon_sym_42] = ACTIONS(644), + [anon_sym_u224d] = ACTIONS(644), [anon_sym_couple] = ACTIONS(644), - [anon_sym_43] = ACTIONS(644), + [anon_sym_u229f] = ACTIONS(644), [anon_sym_join] = ACTIONS(644), - [anon_sym_44] = ACTIONS(644), + [anon_sym_u2282] = ACTIONS(644), [anon_sym_select] = ACTIONS(644), - [anon_sym_45] = ACTIONS(644), + [anon_sym_u228f] = ACTIONS(644), [anon_sym_pick] = ACTIONS(644), - [anon_sym_46] = ACTIONS(644), + [anon_sym_u22a1] = ACTIONS(644), [anon_sym_reshape] = ACTIONS(644), - [anon_sym_47] = ACTIONS(644), + [anon_sym_u21af] = ACTIONS(644), [anon_sym_take] = ACTIONS(644), - [anon_sym_48] = ACTIONS(644), + [anon_sym_u2199] = ACTIONS(644), [anon_sym_drop] = ACTIONS(644), - [anon_sym_49] = ACTIONS(644), + [anon_sym_u2198] = ACTIONS(644), [anon_sym_rotate] = ACTIONS(644), - [anon_sym_50] = ACTIONS(644), + [anon_sym_u21bb] = ACTIONS(644), [anon_sym_windows] = ACTIONS(644), - [anon_sym_51] = ACTIONS(644), + [anon_sym_u25eb] = ACTIONS(644), [anon_sym_keep] = ACTIONS(644), - [anon_sym_52] = ACTIONS(644), + [anon_sym_u25bd] = ACTIONS(644), [anon_sym_find] = ACTIONS(644), - [anon_sym_53] = ACTIONS(644), + [anon_sym_u2315] = ACTIONS(644), [anon_sym_member] = ACTIONS(644), - [anon_sym_54] = ACTIONS(644), + [anon_sym_u220a] = ACTIONS(644), [anon_sym_indexof] = ACTIONS(644), - [anon_sym_55] = ACTIONS(644), + [anon_sym_u2297] = ACTIONS(644), [anon_sym_assert] = ACTIONS(644), - [anon_sym_56] = ACTIONS(644), + [anon_sym_u2364] = ACTIONS(644), [anon_sym_wait] = ACTIONS(644), [anon_sym_parse] = ACTIONS(644), - [anon_sym_57] = ACTIONS(644), + [anon_sym_u22d5] = ACTIONS(644), [anon_sym_random] = ACTIONS(644), - [anon_sym_58] = ACTIONS(644), + [anon_sym_u2682] = ACTIONS(644), [anon_sym_gen] = ACTIONS(644), [anon_sym_deal] = ACTIONS(644), [anon_sym_tag] = ACTIONS(644), [anon_sym_now] = ACTIONS(644), - [anon_sym_type] = ACTIONS(644), - [anon_sym_59] = ACTIONS(644), + [anon_sym_type] = ACTIONS(642), + [anon_sym_u2e2e] = ACTIONS(644), [anon_sym_dump] = ACTIONS(644), [anon_sym_regex] = ACTIONS(644), [anon_sym_utf] = ACTIONS(644), @@ -49553,85 +51049,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(644), [anon_sym_tryrecv] = ACTIONS(644), [anon_sym_complex] = ACTIONS(644), - [anon_sym_60] = ACTIONS(644), + [anon_sym_u2102] = ACTIONS(644), [anon_sym_rerank] = ACTIONS(644), - [anon_sym_61] = ACTIONS(644), + [anon_sym_u2607] = ACTIONS(644), [anon_sym_fix] = ACTIONS(644), - [anon_sym_62] = ACTIONS(644), + [anon_sym_u00a4] = ACTIONS(644), [anon_sym_QMARK] = ACTIONS(644), [anon_sym_unique] = ACTIONS(644), - [anon_sym_63] = ACTIONS(644), + [anon_sym_u25f0] = ACTIONS(644), [anon_sym_map] = ACTIONS(644), [anon_sym_has] = ACTIONS(644), [anon_sym_get] = ACTIONS(644), [anon_sym_insert] = ACTIONS(644), [anon_sym_remove] = ACTIONS(644), + [anon_sym_repr] = ACTIONS(644), [anon_sym_reduce] = ACTIONS(644), [anon_sym_SLASH] = ACTIONS(644), [anon_sym_scan] = ACTIONS(644), [anon_sym_BSLASH] = ACTIONS(644), [anon_sym_each] = ACTIONS(644), - [anon_sym_64] = ACTIONS(644), + [anon_sym_u2235] = ACTIONS(644), [anon_sym_rows] = ACTIONS(644), - [anon_sym_65] = ACTIONS(644), + [anon_sym_u2261] = ACTIONS(644), [anon_sym_repeat] = ACTIONS(644), - [anon_sym_66] = ACTIONS(644), + [anon_sym_u2365] = ACTIONS(644), [anon_sym_dip] = ACTIONS(644), - [anon_sym_67] = ACTIONS(644), + [anon_sym_u2299] = ACTIONS(644), [anon_sym_gap] = ACTIONS(644), - [anon_sym_68] = ACTIONS(644), + [anon_sym_u22c5] = ACTIONS(644), [anon_sym_spawn] = ACTIONS(644), [anon_sym_rectify] = ACTIONS(644), - [anon_sym_69] = ACTIONS(644), - [anon_sym_this] = ACTIONS(644), - [anon_sym_70] = ACTIONS(644), - [anon_sym_recur] = ACTIONS(644), - [anon_sym_71] = ACTIONS(644), + [anon_sym_u2305] = ACTIONS(644), [anon_sym_un] = ACTIONS(642), - [anon_sym_72] = ACTIONS(644), - [anon_sym_content] = ACTIONS(644), - [anon_sym_73] = ACTIONS(644), + [anon_sym_u00b0] = ACTIONS(644), [anon_sym_bind] = ACTIONS(644), + [anon_sym_on] = ACTIONS(642), + [anon_sym_u27dc] = ACTIONS(644), + [anon_sym_inventory] = ACTIONS(644), + [anon_sym_u235a] = ACTIONS(644), + [anon_sym_content] = ACTIONS(644), + [anon_sym_u25c7] = ACTIONS(644), + [anon_sym_pool] = ACTIONS(644), + [anon_sym_stringify] = ACTIONS(644), + [anon_sym_signature] = ACTIONS(644), + [anon_sym_shapes] = ACTIONS(644), + [anon_sym_types] = ACTIONS(644), [anon_sym_fold] = ACTIONS(644), - [anon_sym_74] = ACTIONS(644), + [anon_sym_u2227] = ACTIONS(644), [anon_sym_table] = ACTIONS(644), - [anon_sym_75] = ACTIONS(644), + [anon_sym_u229e] = ACTIONS(644), [anon_sym_group] = ACTIONS(644), - [anon_sym_76] = ACTIONS(644), + [anon_sym_u2295] = ACTIONS(644), [anon_sym_partition] = ACTIONS(644), - [anon_sym_77] = ACTIONS(644), + [anon_sym_u229c] = ACTIONS(644), [anon_sym_both] = ACTIONS(644), - [anon_sym_78] = ACTIONS(644), + [anon_sym_u2229] = ACTIONS(644), [anon_sym_bracket] = ACTIONS(644), - [anon_sym_79] = ACTIONS(644), + [anon_sym_u2293] = ACTIONS(644), [anon_sym_fork] = ACTIONS(644), - [anon_sym_80] = ACTIONS(644), + [anon_sym_u2283] = ACTIONS(644), [anon_sym_under] = ACTIONS(644), - [anon_sym_81] = ACTIONS(644), + [anon_sym_u235c] = ACTIONS(644), [anon_sym_fill] = ACTIONS(644), - [anon_sym_82] = ACTIONS(644), + [anon_sym_u2b1a] = ACTIONS(644), [anon_sym_try] = ACTIONS(642), - [anon_sym_83] = ACTIONS(644), + [anon_sym_u2363] = ACTIONS(644), [anon_sym_do] = ACTIONS(642), - [anon_sym_84] = ACTIONS(644), - [anon_sym_all] = ACTIONS(644), - [anon_sym_85] = ACTIONS(644), + [anon_sym_u2362] = ACTIONS(644), [anon_sym_setinv] = ACTIONS(644), [anon_sym_setunder] = ACTIONS(644), - [anon_sym_86] = ACTIONS(644), - [anon_sym_87] = ACTIONS(644), - [anon_sym_88] = ACTIONS(644), - [anon_sym_89] = ACTIONS(644), - [anon_sym_90] = ACTIONS(644), - [anon_sym_91] = ACTIONS(644), - [anon_sym_92] = ACTIONS(644), - [anon_sym_93] = ACTIONS(644), + [anon_sym_f] = ACTIONS(642), + [anon_sym_u2765] = ACTIONS(644), + [anon_sym_u2192] = ACTIONS(644), + [anon_sym_u2237] = ACTIONS(644), + [anon_sym_u00b7] = ACTIONS(644), + [anon_sym_u235b] = ACTIONS(644), + [anon_sym_u2302] = ACTIONS(644), + [anon_sym_u21b0] = ACTIONS(644), [anon_sym_unpack] = ACTIONS(644), - [anon_sym_94] = ACTIONS(644), - [anon_sym_95] = ACTIONS(644), + [anon_sym_u2290] = ACTIONS(644), + [anon_sym_u229d] = ACTIONS(644), [anon_sym_cross] = ACTIONS(644), - [anon_sym_96] = ACTIONS(644), + [anon_sym_u22a0] = ACTIONS(644), [anon_sym_SEMI] = ACTIONS(644), + [anon_sym_u21ac] = ACTIONS(644), + [anon_sym_u21ab] = ACTIONS(644), + [anon_sym_all] = ACTIONS(644), + [anon_sym_u22d4] = ACTIONS(644), [sym__endOfLine] = ACTIONS(5), }, [169] = { @@ -49644,152 +51148,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PllExt] = ACTIONS(692), [anon_sym_Sep] = ACTIONS(692), [anon_sym_NUmProcs] = ACTIONS(692), - [anon_sym_] = ACTIONS(694), + [anon_sym_u237c] = ACTIONS(694), [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_comment] = ACTIONS(3), [sym_openParen] = ACTIONS(694), [sym_openCurly] = ACTIONS(694), [sym_openBracket] = ACTIONS(694), [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_NumProcs] = ACTIONS(692), [anon_sym_eta] = ACTIONS(694), - [anon_sym_2] = ACTIONS(692), + [anon_sym_u03b7] = ACTIONS(692), [anon_sym_pi] = ACTIONS(692), - [anon_sym_3] = ACTIONS(692), + [anon_sym_u03c0] = ACTIONS(692), [anon_sym_tau] = ACTIONS(694), - [anon_sym_4] = ACTIONS(692), + [anon_sym_u03c4] = ACTIONS(692), [anon_sym_infinity] = ACTIONS(694), - [anon_sym_5] = ACTIONS(694), - [anon_sym_e] = ACTIONS(692), - [anon_sym_NaN] = ACTIONS(692), - [anon_sym_NumProcs] = ACTIONS(692), + [anon_sym_u221e] = ACTIONS(694), [anon_sym_DOT] = ACTIONS(694), [anon_sym_COMMA] = ACTIONS(694), [anon_sym_COLON] = ACTIONS(694), - [anon_sym_6] = ACTIONS(694), + [anon_sym_u25cc] = ACTIONS(694), [anon_sym_identity] = ACTIONS(694), [anon_sym_id] = ACTIONS(692), - [anon_sym_7] = ACTIONS(694), + [anon_sym_u2218] = ACTIONS(694), [anon_sym_not] = ACTIONS(694), - [anon_sym_8] = ACTIONS(694), - [anon_sym_sign] = ACTIONS(694), - [anon_sym_9] = ACTIONS(694), + [anon_sym_u00ac] = ACTIONS(694), + [anon_sym_sign] = ACTIONS(692), + [anon_sym_u00b1] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), - [anon_sym_10] = ACTIONS(692), + [anon_sym_u00af] = ACTIONS(692), [anon_sym_absolutevalue] = ACTIONS(694), - [anon_sym_11] = ACTIONS(694), + [anon_sym_u2335] = ACTIONS(694), [anon_sym_sqrt] = ACTIONS(694), - [anon_sym_12] = ACTIONS(694), + [anon_sym_u221a] = ACTIONS(694), [anon_sym_sine] = ACTIONS(694), - [anon_sym_13] = ACTIONS(694), + [anon_sym_u25cb] = ACTIONS(694), [anon_sym_floor] = ACTIONS(694), - [anon_sym_14] = ACTIONS(694), + [anon_sym_u230a] = ACTIONS(694), [anon_sym_ceiling] = ACTIONS(694), - [anon_sym_15] = ACTIONS(694), + [anon_sym_u2308] = ACTIONS(694), [anon_sym_round] = ACTIONS(694), - [anon_sym_16] = ACTIONS(694), + [anon_sym_u2045] = ACTIONS(694), [anon_sym_EQ] = ACTIONS(694), [anon_sym_BANG_EQ] = ACTIONS(694), - [anon_sym_17] = ACTIONS(694), + [anon_sym_u2260] = ACTIONS(694), [anon_sym_LT] = ACTIONS(692), [anon_sym_LT_EQ] = ACTIONS(694), - [anon_sym_18] = ACTIONS(694), + [anon_sym_u2264] = ACTIONS(694), [anon_sym_GT] = ACTIONS(692), [anon_sym_GT_EQ] = ACTIONS(694), - [anon_sym_19] = ACTIONS(694), + [anon_sym_u2265] = ACTIONS(694), [anon_sym_PLUS] = ACTIONS(694), [anon_sym_DASH] = ACTIONS(694), [anon_sym_STAR] = ACTIONS(694), - [anon_sym_20] = ACTIONS(694), + [anon_sym_u00d7] = ACTIONS(694), [anon_sym_PERCENT] = ACTIONS(694), - [anon_sym_21] = ACTIONS(694), + [anon_sym_u00f7] = ACTIONS(694), [anon_sym_modulus] = ACTIONS(694), - [anon_sym_22] = ACTIONS(694), + [anon_sym_u25ff] = ACTIONS(694), [anon_sym_power] = ACTIONS(694), - [anon_sym_23] = ACTIONS(694), + [anon_sym_u207f] = ACTIONS(694), [anon_sym_logarithm] = ACTIONS(694), - [anon_sym_24] = ACTIONS(694), + [anon_sym_u2099] = ACTIONS(694), [anon_sym_minimum] = ACTIONS(694), - [anon_sym_25] = ACTIONS(694), + [anon_sym_u21a7] = ACTIONS(694), [anon_sym_maximum] = ACTIONS(694), - [anon_sym_26] = ACTIONS(694), + [anon_sym_u21a5] = ACTIONS(694), [anon_sym_atangent] = ACTIONS(694), - [anon_sym_27] = ACTIONS(694), + [anon_sym_u2220] = ACTIONS(694), [anon_sym_length] = ACTIONS(694), - [anon_sym_28] = ACTIONS(694), - [anon_sym_shape] = ACTIONS(694), - [anon_sym_29] = ACTIONS(694), + [anon_sym_u29fb] = ACTIONS(694), + [anon_sym_shape] = ACTIONS(692), + [anon_sym_u25b3] = ACTIONS(694), [anon_sym_range] = ACTIONS(694), - [anon_sym_30] = ACTIONS(694), + [anon_sym_u21e1] = ACTIONS(694), [anon_sym_first] = ACTIONS(694), - [anon_sym_31] = ACTIONS(694), + [anon_sym_u22a2] = ACTIONS(694), [anon_sym_reverse] = ACTIONS(694), - [anon_sym_32] = ACTIONS(694), + [anon_sym_u21cc] = ACTIONS(694), [anon_sym_deshape] = ACTIONS(694), - [anon_sym_33] = ACTIONS(694), + [anon_sym_u266d] = ACTIONS(694), [anon_sym_bits] = ACTIONS(694), - [anon_sym_34] = ACTIONS(694), + [anon_sym_u22ef] = ACTIONS(694), [anon_sym_transpose] = ACTIONS(694), - [anon_sym_35] = ACTIONS(694), + [anon_sym_u2349] = ACTIONS(694), [anon_sym_rise] = ACTIONS(694), - [anon_sym_36] = ACTIONS(694), + [anon_sym_u234f] = ACTIONS(694), [anon_sym_fall] = ACTIONS(694), - [anon_sym_37] = ACTIONS(694), + [anon_sym_u2356] = ACTIONS(694), [anon_sym_where] = ACTIONS(694), - [anon_sym_38] = ACTIONS(694), + [anon_sym_u229a] = ACTIONS(694), [anon_sym_classify] = ACTIONS(694), - [anon_sym_39] = ACTIONS(694), + [anon_sym_u229b] = ACTIONS(694), [anon_sym_deduplicate] = ACTIONS(694), - [anon_sym_40] = ACTIONS(694), + [anon_sym_u25f4] = ACTIONS(694), [anon_sym_box] = ACTIONS(694), - [anon_sym_41] = ACTIONS(694), + [anon_sym_u25a1] = ACTIONS(694), [anon_sym_match] = ACTIONS(694), - [anon_sym_42] = ACTIONS(694), + [anon_sym_u224d] = ACTIONS(694), [anon_sym_couple] = ACTIONS(694), - [anon_sym_43] = ACTIONS(694), + [anon_sym_u229f] = ACTIONS(694), [anon_sym_join] = ACTIONS(694), - [anon_sym_44] = ACTIONS(694), + [anon_sym_u2282] = ACTIONS(694), [anon_sym_select] = ACTIONS(694), - [anon_sym_45] = ACTIONS(694), + [anon_sym_u228f] = ACTIONS(694), [anon_sym_pick] = ACTIONS(694), - [anon_sym_46] = ACTIONS(694), + [anon_sym_u22a1] = ACTIONS(694), [anon_sym_reshape] = ACTIONS(694), - [anon_sym_47] = ACTIONS(694), + [anon_sym_u21af] = ACTIONS(694), [anon_sym_take] = ACTIONS(694), - [anon_sym_48] = ACTIONS(694), + [anon_sym_u2199] = ACTIONS(694), [anon_sym_drop] = ACTIONS(694), - [anon_sym_49] = ACTIONS(694), + [anon_sym_u2198] = ACTIONS(694), [anon_sym_rotate] = ACTIONS(694), - [anon_sym_50] = ACTIONS(694), + [anon_sym_u21bb] = ACTIONS(694), [anon_sym_windows] = ACTIONS(694), - [anon_sym_51] = ACTIONS(694), + [anon_sym_u25eb] = ACTIONS(694), [anon_sym_keep] = ACTIONS(694), - [anon_sym_52] = ACTIONS(694), + [anon_sym_u25bd] = ACTIONS(694), [anon_sym_find] = ACTIONS(694), - [anon_sym_53] = ACTIONS(694), + [anon_sym_u2315] = ACTIONS(694), [anon_sym_member] = ACTIONS(694), - [anon_sym_54] = ACTIONS(694), + [anon_sym_u220a] = ACTIONS(694), [anon_sym_indexof] = ACTIONS(694), - [anon_sym_55] = ACTIONS(694), + [anon_sym_u2297] = ACTIONS(694), [anon_sym_assert] = ACTIONS(694), - [anon_sym_56] = ACTIONS(694), + [anon_sym_u2364] = ACTIONS(694), [anon_sym_wait] = ACTIONS(694), [anon_sym_parse] = ACTIONS(694), - [anon_sym_57] = ACTIONS(694), + [anon_sym_u22d5] = ACTIONS(694), [anon_sym_random] = ACTIONS(694), - [anon_sym_58] = ACTIONS(694), + [anon_sym_u2682] = ACTIONS(694), [anon_sym_gen] = ACTIONS(694), [anon_sym_deal] = ACTIONS(694), [anon_sym_tag] = ACTIONS(694), [anon_sym_now] = ACTIONS(694), - [anon_sym_type] = ACTIONS(694), - [anon_sym_59] = ACTIONS(694), + [anon_sym_type] = ACTIONS(692), + [anon_sym_u2e2e] = ACTIONS(694), [anon_sym_dump] = ACTIONS(694), [anon_sym_regex] = ACTIONS(694), [anon_sym_utf] = ACTIONS(694), @@ -49797,218 +51301,380 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(694), [anon_sym_tryrecv] = ACTIONS(694), [anon_sym_complex] = ACTIONS(694), - [anon_sym_60] = ACTIONS(694), + [anon_sym_u2102] = ACTIONS(694), [anon_sym_rerank] = ACTIONS(694), - [anon_sym_61] = ACTIONS(694), + [anon_sym_u2607] = ACTIONS(694), [anon_sym_fix] = ACTIONS(694), - [anon_sym_62] = ACTIONS(694), + [anon_sym_u00a4] = ACTIONS(694), [anon_sym_QMARK] = ACTIONS(694), [anon_sym_unique] = ACTIONS(694), - [anon_sym_63] = 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_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_64] = ACTIONS(694), + [anon_sym_u2235] = ACTIONS(694), [anon_sym_rows] = ACTIONS(694), - [anon_sym_65] = ACTIONS(694), + [anon_sym_u2261] = ACTIONS(694), [anon_sym_repeat] = ACTIONS(694), - [anon_sym_66] = ACTIONS(694), + [anon_sym_u2365] = ACTIONS(694), [anon_sym_dip] = ACTIONS(694), - [anon_sym_67] = ACTIONS(694), + [anon_sym_u2299] = ACTIONS(694), [anon_sym_gap] = ACTIONS(694), - [anon_sym_68] = ACTIONS(694), + [anon_sym_u22c5] = ACTIONS(694), [anon_sym_spawn] = ACTIONS(694), [anon_sym_rectify] = ACTIONS(694), - [anon_sym_69] = ACTIONS(694), - [anon_sym_this] = ACTIONS(694), - [anon_sym_70] = ACTIONS(694), - [anon_sym_recur] = ACTIONS(694), - [anon_sym_71] = ACTIONS(694), + [anon_sym_u2305] = ACTIONS(694), [anon_sym_un] = ACTIONS(692), - [anon_sym_72] = ACTIONS(694), - [anon_sym_content] = ACTIONS(694), - [anon_sym_73] = ACTIONS(694), + [anon_sym_u00b0] = ACTIONS(694), [anon_sym_bind] = 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_shapes] = ACTIONS(694), + [anon_sym_types] = ACTIONS(694), [anon_sym_fold] = ACTIONS(694), - [anon_sym_74] = ACTIONS(694), + [anon_sym_u2227] = ACTIONS(694), [anon_sym_table] = ACTIONS(694), - [anon_sym_75] = ACTIONS(694), + [anon_sym_u229e] = ACTIONS(694), [anon_sym_group] = ACTIONS(694), - [anon_sym_76] = ACTIONS(694), + [anon_sym_u2295] = ACTIONS(694), [anon_sym_partition] = ACTIONS(694), - [anon_sym_77] = ACTIONS(694), + [anon_sym_u229c] = ACTIONS(694), [anon_sym_both] = ACTIONS(694), - [anon_sym_78] = ACTIONS(694), + [anon_sym_u2229] = ACTIONS(694), [anon_sym_bracket] = ACTIONS(694), - [anon_sym_79] = ACTIONS(694), + [anon_sym_u2293] = ACTIONS(694), [anon_sym_fork] = ACTIONS(694), - [anon_sym_80] = ACTIONS(694), + [anon_sym_u2283] = ACTIONS(694), [anon_sym_under] = ACTIONS(694), - [anon_sym_81] = ACTIONS(694), + [anon_sym_u235c] = ACTIONS(694), [anon_sym_fill] = ACTIONS(694), - [anon_sym_82] = ACTIONS(694), + [anon_sym_u2b1a] = ACTIONS(694), [anon_sym_try] = ACTIONS(692), - [anon_sym_83] = ACTIONS(694), + [anon_sym_u2363] = ACTIONS(694), [anon_sym_do] = ACTIONS(692), - [anon_sym_84] = ACTIONS(694), - [anon_sym_all] = ACTIONS(694), - [anon_sym_85] = ACTIONS(694), + [anon_sym_u2362] = ACTIONS(694), [anon_sym_setinv] = ACTIONS(694), [anon_sym_setunder] = ACTIONS(694), - [anon_sym_86] = ACTIONS(694), - [anon_sym_87] = ACTIONS(694), - [anon_sym_88] = ACTIONS(694), - [anon_sym_89] = ACTIONS(694), - [anon_sym_90] = ACTIONS(694), - [anon_sym_91] = ACTIONS(694), - [anon_sym_92] = ACTIONS(694), - [anon_sym_93] = ACTIONS(694), + [anon_sym_f] = ACTIONS(692), + [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_94] = ACTIONS(694), - [anon_sym_95] = ACTIONS(694), + [anon_sym_u2290] = ACTIONS(694), + [anon_sym_u229d] = ACTIONS(694), [anon_sym_cross] = ACTIONS(694), - [anon_sym_96] = ACTIONS(694), + [anon_sym_u22a0] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_u21ac] = ACTIONS(694), + [anon_sym_u21ab] = ACTIONS(694), + [anon_sym_all] = ACTIONS(694), + [anon_sym_u22d4] = ACTIONS(694), [sym__endOfLine] = ACTIONS(5), }, [170] = { - [sym_inlineFunction] = STATE(187), - [sym_function] = STATE(187), - [anon_sym_PIPE] = ACTIONS(486), + [sym_inlineFunction] = STATE(171), + [sym_function] = STATE(171), + [anon_sym_PIPE] = ACTIONS(496), [sym_identifier] = ACTIONS(696), [sym_system] = ACTIONS(698), [sym_comment] = ACTIONS(3), [sym_openParen] = ACTIONS(700), + [sym_closeParen] = ACTIONS(496), + [sym_underscore] = ACTIONS(496), + [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_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_member] = ACTIONS(702), + [anon_sym_u220a] = 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_deal] = 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_utf] = 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), + [sym__endOfLine] = ACTIONS(5), + }, + [171] = { + [sym_inlineFunction] = STATE(187), + [sym_function] = STATE(187), + [anon_sym_PIPE] = ACTIONS(486), + [sym_identifier] = ACTIONS(706), + [sym_system] = ACTIONS(708), + [sym_comment] = ACTIONS(3), + [sym_openParen] = ACTIONS(710), [sym_closeParen] = ACTIONS(486), [sym_underscore] = ACTIONS(486), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(310), + [anon_sym_u00af] = ACTIONS(310), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -50016,172 +51682,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), - [sym__endOfLine] = ACTIONS(5), - }, - [171] = { - [sym_inlineFunction] = STATE(170), - [sym_function] = STATE(170), - [anon_sym_PIPE] = ACTIONS(496), - [sym_identifier] = ACTIONS(702), - [sym_system] = ACTIONS(704), - [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(706), - [sym_closeParen] = ACTIONS(496), - [sym_underscore] = ACTIONS(496), - [anon_sym_DOT] = ACTIONS(708), - [anon_sym_COMMA] = ACTIONS(708), - [anon_sym_COLON] = ACTIONS(708), - [anon_sym_6] = ACTIONS(708), - [anon_sym_identity] = ACTIONS(708), - [anon_sym_id] = ACTIONS(710), - [anon_sym_7] = ACTIONS(708), - [anon_sym_not] = ACTIONS(708), - [anon_sym_8] = ACTIONS(708), - [anon_sym_sign] = ACTIONS(708), - [anon_sym_9] = ACTIONS(708), - [anon_sym_BQUOTE] = ACTIONS(708), - [anon_sym_10] = ACTIONS(708), - [anon_sym_absolutevalue] = ACTIONS(708), - [anon_sym_11] = ACTIONS(708), - [anon_sym_sqrt] = ACTIONS(708), - [anon_sym_12] = ACTIONS(708), - [anon_sym_sine] = ACTIONS(708), - [anon_sym_13] = ACTIONS(708), - [anon_sym_floor] = ACTIONS(708), - [anon_sym_14] = ACTIONS(708), - [anon_sym_ceiling] = ACTIONS(708), - [anon_sym_15] = ACTIONS(708), - [anon_sym_round] = ACTIONS(708), - [anon_sym_16] = ACTIONS(708), - [anon_sym_EQ] = ACTIONS(708), - [anon_sym_BANG_EQ] = ACTIONS(708), - [anon_sym_17] = ACTIONS(708), - [anon_sym_LT] = ACTIONS(710), - [anon_sym_LT_EQ] = ACTIONS(708), - [anon_sym_18] = ACTIONS(708), - [anon_sym_GT] = ACTIONS(710), - [anon_sym_GT_EQ] = ACTIONS(708), - [anon_sym_19] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(708), - [anon_sym_DASH] = ACTIONS(708), - [anon_sym_STAR] = ACTIONS(708), - [anon_sym_20] = ACTIONS(708), - [anon_sym_PERCENT] = ACTIONS(708), - [anon_sym_21] = ACTIONS(708), - [anon_sym_modulus] = ACTIONS(708), - [anon_sym_22] = ACTIONS(708), - [anon_sym_power] = ACTIONS(708), - [anon_sym_23] = ACTIONS(708), - [anon_sym_logarithm] = ACTIONS(708), - [anon_sym_24] = ACTIONS(708), - [anon_sym_minimum] = ACTIONS(708), - [anon_sym_25] = ACTIONS(708), - [anon_sym_maximum] = ACTIONS(708), - [anon_sym_26] = ACTIONS(708), - [anon_sym_atangent] = ACTIONS(708), - [anon_sym_27] = ACTIONS(708), - [anon_sym_length] = ACTIONS(708), - [anon_sym_28] = ACTIONS(708), - [anon_sym_shape] = ACTIONS(708), - [anon_sym_29] = ACTIONS(708), - [anon_sym_range] = ACTIONS(708), - [anon_sym_30] = ACTIONS(708), - [anon_sym_first] = ACTIONS(708), - [anon_sym_31] = ACTIONS(708), - [anon_sym_reverse] = ACTIONS(708), - [anon_sym_32] = ACTIONS(708), - [anon_sym_deshape] = ACTIONS(708), - [anon_sym_33] = ACTIONS(708), - [anon_sym_bits] = ACTIONS(708), - [anon_sym_34] = ACTIONS(708), - [anon_sym_transpose] = ACTIONS(708), - [anon_sym_35] = ACTIONS(708), - [anon_sym_rise] = ACTIONS(708), - [anon_sym_36] = ACTIONS(708), - [anon_sym_fall] = ACTIONS(708), - [anon_sym_37] = ACTIONS(708), - [anon_sym_where] = ACTIONS(708), - [anon_sym_38] = ACTIONS(708), - [anon_sym_classify] = ACTIONS(708), - [anon_sym_39] = ACTIONS(708), - [anon_sym_deduplicate] = ACTIONS(708), - [anon_sym_40] = ACTIONS(708), - [anon_sym_box] = ACTIONS(708), - [anon_sym_41] = ACTIONS(708), - [anon_sym_match] = ACTIONS(708), - [anon_sym_42] = ACTIONS(708), - [anon_sym_couple] = ACTIONS(708), - [anon_sym_43] = ACTIONS(708), - [anon_sym_join] = ACTIONS(708), - [anon_sym_44] = ACTIONS(708), - [anon_sym_select] = ACTIONS(708), - [anon_sym_45] = ACTIONS(708), - [anon_sym_pick] = ACTIONS(708), - [anon_sym_46] = ACTIONS(708), - [anon_sym_reshape] = ACTIONS(708), - [anon_sym_47] = ACTIONS(708), - [anon_sym_take] = ACTIONS(708), - [anon_sym_48] = ACTIONS(708), - [anon_sym_drop] = ACTIONS(708), - [anon_sym_49] = ACTIONS(708), - [anon_sym_rotate] = ACTIONS(708), - [anon_sym_50] = ACTIONS(708), - [anon_sym_windows] = ACTIONS(708), - [anon_sym_51] = ACTIONS(708), - [anon_sym_keep] = ACTIONS(708), - [anon_sym_52] = ACTIONS(708), - [anon_sym_find] = ACTIONS(708), - [anon_sym_53] = ACTIONS(708), - [anon_sym_member] = ACTIONS(708), - [anon_sym_54] = ACTIONS(708), - [anon_sym_indexof] = ACTIONS(708), - [anon_sym_55] = ACTIONS(708), - [anon_sym_assert] = ACTIONS(708), - [anon_sym_56] = ACTIONS(708), - [anon_sym_wait] = ACTIONS(708), - [anon_sym_parse] = ACTIONS(708), - [anon_sym_57] = ACTIONS(708), - [anon_sym_random] = ACTIONS(708), - [anon_sym_58] = ACTIONS(708), - [anon_sym_gen] = ACTIONS(708), - [anon_sym_deal] = ACTIONS(708), - [anon_sym_tag] = ACTIONS(708), - [anon_sym_now] = ACTIONS(708), - [anon_sym_type] = ACTIONS(708), - [anon_sym_59] = ACTIONS(708), - [anon_sym_dump] = ACTIONS(708), - [anon_sym_regex] = ACTIONS(708), - [anon_sym_utf] = ACTIONS(708), - [anon_sym_send] = ACTIONS(708), - [anon_sym_recv] = ACTIONS(708), - [anon_sym_tryrecv] = ACTIONS(708), - [anon_sym_complex] = ACTIONS(708), - [anon_sym_60] = ACTIONS(708), - [anon_sym_rerank] = ACTIONS(708), - [anon_sym_61] = ACTIONS(708), - [anon_sym_fix] = ACTIONS(708), - [anon_sym_62] = ACTIONS(708), - [anon_sym_QMARK] = ACTIONS(708), - [anon_sym_unique] = ACTIONS(708), - [anon_sym_63] = ACTIONS(708), - [anon_sym_map] = ACTIONS(708), - [anon_sym_has] = ACTIONS(708), - [anon_sym_get] = ACTIONS(708), - [anon_sym_insert] = ACTIONS(708), - [anon_sym_remove] = ACTIONS(708), + [anon_sym_repr] = ACTIONS(310), [sym__endOfLine] = ACTIONS(5), }, [172] = { @@ -50191,130 +51705,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(712), [sym_system] = ACTIONS(714), [sym_comment] = ACTIONS(3), - [sym_openParen] = ACTIONS(700), + [sym_openParen] = ACTIONS(710), [sym_closeParen] = ACTIONS(496), [sym_underscore] = ACTIONS(496), [anon_sym_DOT] = ACTIONS(310), [anon_sym_COMMA] = ACTIONS(310), [anon_sym_COLON] = ACTIONS(310), - [anon_sym_6] = ACTIONS(310), + [anon_sym_u25cc] = ACTIONS(310), [anon_sym_identity] = ACTIONS(310), [anon_sym_id] = ACTIONS(312), - [anon_sym_7] = ACTIONS(310), + [anon_sym_u2218] = ACTIONS(310), [anon_sym_not] = ACTIONS(310), - [anon_sym_8] = ACTIONS(310), + [anon_sym_u00ac] = ACTIONS(310), [anon_sym_sign] = ACTIONS(310), - [anon_sym_9] = ACTIONS(310), + [anon_sym_u00b1] = ACTIONS(310), [anon_sym_BQUOTE] = ACTIONS(310), - [anon_sym_10] = ACTIONS(310), + [anon_sym_u00af] = ACTIONS(310), [anon_sym_absolutevalue] = ACTIONS(310), - [anon_sym_11] = ACTIONS(310), + [anon_sym_u2335] = ACTIONS(310), [anon_sym_sqrt] = ACTIONS(310), - [anon_sym_12] = ACTIONS(310), + [anon_sym_u221a] = ACTIONS(310), [anon_sym_sine] = ACTIONS(310), - [anon_sym_13] = ACTIONS(310), + [anon_sym_u25cb] = ACTIONS(310), [anon_sym_floor] = ACTIONS(310), - [anon_sym_14] = ACTIONS(310), + [anon_sym_u230a] = ACTIONS(310), [anon_sym_ceiling] = ACTIONS(310), - [anon_sym_15] = ACTIONS(310), + [anon_sym_u2308] = ACTIONS(310), [anon_sym_round] = ACTIONS(310), - [anon_sym_16] = ACTIONS(310), + [anon_sym_u2045] = ACTIONS(310), [anon_sym_EQ] = ACTIONS(310), [anon_sym_BANG_EQ] = ACTIONS(310), - [anon_sym_17] = ACTIONS(310), + [anon_sym_u2260] = ACTIONS(310), [anon_sym_LT] = ACTIONS(312), [anon_sym_LT_EQ] = ACTIONS(310), - [anon_sym_18] = ACTIONS(310), + [anon_sym_u2264] = ACTIONS(310), [anon_sym_GT] = ACTIONS(312), [anon_sym_GT_EQ] = ACTIONS(310), - [anon_sym_19] = ACTIONS(310), + [anon_sym_u2265] = ACTIONS(310), [anon_sym_PLUS] = ACTIONS(310), [anon_sym_DASH] = ACTIONS(310), [anon_sym_STAR] = ACTIONS(310), - [anon_sym_20] = ACTIONS(310), + [anon_sym_u00d7] = ACTIONS(310), [anon_sym_PERCENT] = ACTIONS(310), - [anon_sym_21] = ACTIONS(310), + [anon_sym_u00f7] = ACTIONS(310), [anon_sym_modulus] = ACTIONS(310), - [anon_sym_22] = ACTIONS(310), + [anon_sym_u25ff] = ACTIONS(310), [anon_sym_power] = ACTIONS(310), - [anon_sym_23] = ACTIONS(310), + [anon_sym_u207f] = ACTIONS(310), [anon_sym_logarithm] = ACTIONS(310), - [anon_sym_24] = ACTIONS(310), + [anon_sym_u2099] = ACTIONS(310), [anon_sym_minimum] = ACTIONS(310), - [anon_sym_25] = ACTIONS(310), + [anon_sym_u21a7] = ACTIONS(310), [anon_sym_maximum] = ACTIONS(310), - [anon_sym_26] = ACTIONS(310), + [anon_sym_u21a5] = ACTIONS(310), [anon_sym_atangent] = ACTIONS(310), - [anon_sym_27] = ACTIONS(310), + [anon_sym_u2220] = ACTIONS(310), [anon_sym_length] = ACTIONS(310), - [anon_sym_28] = ACTIONS(310), + [anon_sym_u29fb] = ACTIONS(310), [anon_sym_shape] = ACTIONS(310), - [anon_sym_29] = ACTIONS(310), + [anon_sym_u25b3] = ACTIONS(310), [anon_sym_range] = ACTIONS(310), - [anon_sym_30] = ACTIONS(310), + [anon_sym_u21e1] = ACTIONS(310), [anon_sym_first] = ACTIONS(310), - [anon_sym_31] = ACTIONS(310), + [anon_sym_u22a2] = ACTIONS(310), [anon_sym_reverse] = ACTIONS(310), - [anon_sym_32] = ACTIONS(310), + [anon_sym_u21cc] = ACTIONS(310), [anon_sym_deshape] = ACTIONS(310), - [anon_sym_33] = ACTIONS(310), + [anon_sym_u266d] = ACTIONS(310), [anon_sym_bits] = ACTIONS(310), - [anon_sym_34] = ACTIONS(310), + [anon_sym_u22ef] = ACTIONS(310), [anon_sym_transpose] = ACTIONS(310), - [anon_sym_35] = ACTIONS(310), + [anon_sym_u2349] = ACTIONS(310), [anon_sym_rise] = ACTIONS(310), - [anon_sym_36] = ACTIONS(310), + [anon_sym_u234f] = ACTIONS(310), [anon_sym_fall] = ACTIONS(310), - [anon_sym_37] = ACTIONS(310), + [anon_sym_u2356] = ACTIONS(310), [anon_sym_where] = ACTIONS(310), - [anon_sym_38] = ACTIONS(310), + [anon_sym_u229a] = ACTIONS(310), [anon_sym_classify] = ACTIONS(310), - [anon_sym_39] = ACTIONS(310), + [anon_sym_u229b] = ACTIONS(310), [anon_sym_deduplicate] = ACTIONS(310), - [anon_sym_40] = ACTIONS(310), + [anon_sym_u25f4] = ACTIONS(310), [anon_sym_box] = ACTIONS(310), - [anon_sym_41] = ACTIONS(310), + [anon_sym_u25a1] = ACTIONS(310), [anon_sym_match] = ACTIONS(310), - [anon_sym_42] = ACTIONS(310), + [anon_sym_u224d] = ACTIONS(310), [anon_sym_couple] = ACTIONS(310), - [anon_sym_43] = ACTIONS(310), + [anon_sym_u229f] = ACTIONS(310), [anon_sym_join] = ACTIONS(310), - [anon_sym_44] = ACTIONS(310), + [anon_sym_u2282] = ACTIONS(310), [anon_sym_select] = ACTIONS(310), - [anon_sym_45] = ACTIONS(310), + [anon_sym_u228f] = ACTIONS(310), [anon_sym_pick] = ACTIONS(310), - [anon_sym_46] = ACTIONS(310), + [anon_sym_u22a1] = ACTIONS(310), [anon_sym_reshape] = ACTIONS(310), - [anon_sym_47] = ACTIONS(310), + [anon_sym_u21af] = ACTIONS(310), [anon_sym_take] = ACTIONS(310), - [anon_sym_48] = ACTIONS(310), + [anon_sym_u2199] = ACTIONS(310), [anon_sym_drop] = ACTIONS(310), - [anon_sym_49] = ACTIONS(310), + [anon_sym_u2198] = ACTIONS(310), [anon_sym_rotate] = ACTIONS(310), - [anon_sym_50] = ACTIONS(310), + [anon_sym_u21bb] = ACTIONS(310), [anon_sym_windows] = ACTIONS(310), - [anon_sym_51] = ACTIONS(310), + [anon_sym_u25eb] = ACTIONS(310), [anon_sym_keep] = ACTIONS(310), - [anon_sym_52] = ACTIONS(310), + [anon_sym_u25bd] = ACTIONS(310), [anon_sym_find] = ACTIONS(310), - [anon_sym_53] = ACTIONS(310), + [anon_sym_u2315] = ACTIONS(310), [anon_sym_member] = ACTIONS(310), - [anon_sym_54] = ACTIONS(310), + [anon_sym_u220a] = ACTIONS(310), [anon_sym_indexof] = ACTIONS(310), - [anon_sym_55] = ACTIONS(310), + [anon_sym_u2297] = ACTIONS(310), [anon_sym_assert] = ACTIONS(310), - [anon_sym_56] = ACTIONS(310), + [anon_sym_u2364] = ACTIONS(310), [anon_sym_wait] = ACTIONS(310), [anon_sym_parse] = ACTIONS(310), - [anon_sym_57] = ACTIONS(310), + [anon_sym_u22d5] = ACTIONS(310), [anon_sym_random] = ACTIONS(310), - [anon_sym_58] = ACTIONS(310), + [anon_sym_u2682] = ACTIONS(310), [anon_sym_gen] = ACTIONS(310), [anon_sym_deal] = ACTIONS(310), [anon_sym_tag] = ACTIONS(310), [anon_sym_now] = ACTIONS(310), [anon_sym_type] = ACTIONS(310), - [anon_sym_59] = ACTIONS(310), + [anon_sym_u2e2e] = ACTIONS(310), [anon_sym_dump] = ACTIONS(310), [anon_sym_regex] = ACTIONS(310), [anon_sym_utf] = ACTIONS(310), @@ -50322,19 +51836,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(310), [anon_sym_tryrecv] = ACTIONS(310), [anon_sym_complex] = ACTIONS(310), - [anon_sym_60] = ACTIONS(310), + [anon_sym_u2102] = ACTIONS(310), [anon_sym_rerank] = ACTIONS(310), - [anon_sym_61] = ACTIONS(310), + [anon_sym_u2607] = ACTIONS(310), [anon_sym_fix] = ACTIONS(310), - [anon_sym_62] = ACTIONS(310), + [anon_sym_u00a4] = ACTIONS(310), [anon_sym_QMARK] = ACTIONS(310), [anon_sym_unique] = ACTIONS(310), - [anon_sym_63] = ACTIONS(310), + [anon_sym_u25f0] = ACTIONS(310), [anon_sym_map] = ACTIONS(310), [anon_sym_has] = ACTIONS(310), [anon_sym_get] = ACTIONS(310), [anon_sym_insert] = ACTIONS(310), [anon_sym_remove] = ACTIONS(310), + [anon_sym_repr] = ACTIONS(310), [sym__endOfLine] = ACTIONS(5), }, [173] = { @@ -50348,124 +51863,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(568), [anon_sym_COMMA] = ACTIONS(568), [anon_sym_COLON] = ACTIONS(568), - [anon_sym_6] = ACTIONS(568), + [anon_sym_u25cc] = ACTIONS(568), [anon_sym_identity] = ACTIONS(568), [anon_sym_id] = ACTIONS(566), - [anon_sym_7] = ACTIONS(568), + [anon_sym_u2218] = ACTIONS(568), [anon_sym_not] = ACTIONS(568), - [anon_sym_8] = ACTIONS(568), + [anon_sym_u00ac] = ACTIONS(568), [anon_sym_sign] = ACTIONS(568), - [anon_sym_9] = ACTIONS(568), + [anon_sym_u00b1] = ACTIONS(568), [anon_sym_BQUOTE] = ACTIONS(568), - [anon_sym_10] = ACTIONS(568), + [anon_sym_u00af] = ACTIONS(568), [anon_sym_absolutevalue] = ACTIONS(568), - [anon_sym_11] = ACTIONS(568), + [anon_sym_u2335] = ACTIONS(568), [anon_sym_sqrt] = ACTIONS(568), - [anon_sym_12] = ACTIONS(568), + [anon_sym_u221a] = ACTIONS(568), [anon_sym_sine] = ACTIONS(568), - [anon_sym_13] = ACTIONS(568), + [anon_sym_u25cb] = ACTIONS(568), [anon_sym_floor] = ACTIONS(568), - [anon_sym_14] = ACTIONS(568), + [anon_sym_u230a] = ACTIONS(568), [anon_sym_ceiling] = ACTIONS(568), - [anon_sym_15] = ACTIONS(568), + [anon_sym_u2308] = ACTIONS(568), [anon_sym_round] = ACTIONS(568), - [anon_sym_16] = ACTIONS(568), + [anon_sym_u2045] = ACTIONS(568), [anon_sym_EQ] = ACTIONS(568), [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_17] = ACTIONS(568), + [anon_sym_u2260] = ACTIONS(568), [anon_sym_LT] = ACTIONS(566), [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_18] = ACTIONS(568), + [anon_sym_u2264] = ACTIONS(568), [anon_sym_GT] = ACTIONS(566), [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_19] = ACTIONS(568), + [anon_sym_u2265] = ACTIONS(568), [anon_sym_PLUS] = ACTIONS(568), [anon_sym_DASH] = ACTIONS(568), [anon_sym_STAR] = ACTIONS(568), - [anon_sym_20] = ACTIONS(568), + [anon_sym_u00d7] = ACTIONS(568), [anon_sym_PERCENT] = ACTIONS(568), - [anon_sym_21] = ACTIONS(568), + [anon_sym_u00f7] = ACTIONS(568), [anon_sym_modulus] = ACTIONS(568), - [anon_sym_22] = ACTIONS(568), + [anon_sym_u25ff] = ACTIONS(568), [anon_sym_power] = ACTIONS(568), - [anon_sym_23] = ACTIONS(568), + [anon_sym_u207f] = ACTIONS(568), [anon_sym_logarithm] = ACTIONS(568), - [anon_sym_24] = ACTIONS(568), + [anon_sym_u2099] = ACTIONS(568), [anon_sym_minimum] = ACTIONS(568), - [anon_sym_25] = ACTIONS(568), + [anon_sym_u21a7] = ACTIONS(568), [anon_sym_maximum] = ACTIONS(568), - [anon_sym_26] = ACTIONS(568), + [anon_sym_u21a5] = ACTIONS(568), [anon_sym_atangent] = ACTIONS(568), - [anon_sym_27] = ACTIONS(568), + [anon_sym_u2220] = ACTIONS(568), [anon_sym_length] = ACTIONS(568), - [anon_sym_28] = ACTIONS(568), + [anon_sym_u29fb] = ACTIONS(568), [anon_sym_shape] = ACTIONS(568), - [anon_sym_29] = ACTIONS(568), + [anon_sym_u25b3] = ACTIONS(568), [anon_sym_range] = ACTIONS(568), - [anon_sym_30] = ACTIONS(568), + [anon_sym_u21e1] = ACTIONS(568), [anon_sym_first] = ACTIONS(568), - [anon_sym_31] = ACTIONS(568), + [anon_sym_u22a2] = ACTIONS(568), [anon_sym_reverse] = ACTIONS(568), - [anon_sym_32] = ACTIONS(568), + [anon_sym_u21cc] = ACTIONS(568), [anon_sym_deshape] = ACTIONS(568), - [anon_sym_33] = ACTIONS(568), + [anon_sym_u266d] = ACTIONS(568), [anon_sym_bits] = ACTIONS(568), - [anon_sym_34] = ACTIONS(568), + [anon_sym_u22ef] = ACTIONS(568), [anon_sym_transpose] = ACTIONS(568), - [anon_sym_35] = ACTIONS(568), + [anon_sym_u2349] = ACTIONS(568), [anon_sym_rise] = ACTIONS(568), - [anon_sym_36] = ACTIONS(568), + [anon_sym_u234f] = ACTIONS(568), [anon_sym_fall] = ACTIONS(568), - [anon_sym_37] = ACTIONS(568), + [anon_sym_u2356] = ACTIONS(568), [anon_sym_where] = ACTIONS(568), - [anon_sym_38] = ACTIONS(568), + [anon_sym_u229a] = ACTIONS(568), [anon_sym_classify] = ACTIONS(568), - [anon_sym_39] = ACTIONS(568), + [anon_sym_u229b] = ACTIONS(568), [anon_sym_deduplicate] = ACTIONS(568), - [anon_sym_40] = ACTIONS(568), + [anon_sym_u25f4] = ACTIONS(568), [anon_sym_box] = ACTIONS(568), - [anon_sym_41] = ACTIONS(568), + [anon_sym_u25a1] = ACTIONS(568), [anon_sym_match] = ACTIONS(568), - [anon_sym_42] = ACTIONS(568), + [anon_sym_u224d] = ACTIONS(568), [anon_sym_couple] = ACTIONS(568), - [anon_sym_43] = ACTIONS(568), + [anon_sym_u229f] = ACTIONS(568), [anon_sym_join] = ACTIONS(568), - [anon_sym_44] = ACTIONS(568), + [anon_sym_u2282] = ACTIONS(568), [anon_sym_select] = ACTIONS(568), - [anon_sym_45] = ACTIONS(568), + [anon_sym_u228f] = ACTIONS(568), [anon_sym_pick] = ACTIONS(568), - [anon_sym_46] = ACTIONS(568), + [anon_sym_u22a1] = ACTIONS(568), [anon_sym_reshape] = ACTIONS(568), - [anon_sym_47] = ACTIONS(568), + [anon_sym_u21af] = ACTIONS(568), [anon_sym_take] = ACTIONS(568), - [anon_sym_48] = ACTIONS(568), + [anon_sym_u2199] = ACTIONS(568), [anon_sym_drop] = ACTIONS(568), - [anon_sym_49] = ACTIONS(568), + [anon_sym_u2198] = ACTIONS(568), [anon_sym_rotate] = ACTIONS(568), - [anon_sym_50] = ACTIONS(568), + [anon_sym_u21bb] = ACTIONS(568), [anon_sym_windows] = ACTIONS(568), - [anon_sym_51] = ACTIONS(568), + [anon_sym_u25eb] = ACTIONS(568), [anon_sym_keep] = ACTIONS(568), - [anon_sym_52] = ACTIONS(568), + [anon_sym_u25bd] = ACTIONS(568), [anon_sym_find] = ACTIONS(568), - [anon_sym_53] = ACTIONS(568), + [anon_sym_u2315] = ACTIONS(568), [anon_sym_member] = ACTIONS(568), - [anon_sym_54] = ACTIONS(568), + [anon_sym_u220a] = ACTIONS(568), [anon_sym_indexof] = ACTIONS(568), - [anon_sym_55] = ACTIONS(568), + [anon_sym_u2297] = ACTIONS(568), [anon_sym_assert] = ACTIONS(568), - [anon_sym_56] = ACTIONS(568), + [anon_sym_u2364] = ACTIONS(568), [anon_sym_wait] = ACTIONS(568), [anon_sym_parse] = ACTIONS(568), - [anon_sym_57] = ACTIONS(568), + [anon_sym_u22d5] = ACTIONS(568), [anon_sym_random] = ACTIONS(568), - [anon_sym_58] = ACTIONS(568), + [anon_sym_u2682] = ACTIONS(568), [anon_sym_gen] = ACTIONS(568), [anon_sym_deal] = ACTIONS(568), [anon_sym_tag] = ACTIONS(568), [anon_sym_now] = ACTIONS(568), [anon_sym_type] = ACTIONS(568), - [anon_sym_59] = ACTIONS(568), + [anon_sym_u2e2e] = ACTIONS(568), [anon_sym_dump] = ACTIONS(568), [anon_sym_regex] = ACTIONS(568), [anon_sym_utf] = ACTIONS(568), @@ -50473,19 +51988,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(568), [anon_sym_tryrecv] = ACTIONS(568), [anon_sym_complex] = ACTIONS(568), - [anon_sym_60] = ACTIONS(568), + [anon_sym_u2102] = ACTIONS(568), [anon_sym_rerank] = ACTIONS(568), - [anon_sym_61] = ACTIONS(568), + [anon_sym_u2607] = ACTIONS(568), [anon_sym_fix] = ACTIONS(568), - [anon_sym_62] = ACTIONS(568), + [anon_sym_u00a4] = ACTIONS(568), [anon_sym_QMARK] = ACTIONS(568), [anon_sym_unique] = ACTIONS(568), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, [174] = { @@ -50499,124 +52015,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(564), [anon_sym_COMMA] = ACTIONS(564), [anon_sym_COLON] = ACTIONS(564), - [anon_sym_6] = ACTIONS(564), + [anon_sym_u25cc] = ACTIONS(564), [anon_sym_identity] = ACTIONS(564), [anon_sym_id] = ACTIONS(562), - [anon_sym_7] = ACTIONS(564), + [anon_sym_u2218] = ACTIONS(564), [anon_sym_not] = ACTIONS(564), - [anon_sym_8] = ACTIONS(564), + [anon_sym_u00ac] = ACTIONS(564), [anon_sym_sign] = ACTIONS(564), - [anon_sym_9] = ACTIONS(564), + [anon_sym_u00b1] = ACTIONS(564), [anon_sym_BQUOTE] = ACTIONS(564), - [anon_sym_10] = ACTIONS(564), + [anon_sym_u00af] = ACTIONS(564), [anon_sym_absolutevalue] = ACTIONS(564), - [anon_sym_11] = ACTIONS(564), + [anon_sym_u2335] = ACTIONS(564), [anon_sym_sqrt] = ACTIONS(564), - [anon_sym_12] = ACTIONS(564), + [anon_sym_u221a] = ACTIONS(564), [anon_sym_sine] = ACTIONS(564), - [anon_sym_13] = ACTIONS(564), + [anon_sym_u25cb] = ACTIONS(564), [anon_sym_floor] = ACTIONS(564), - [anon_sym_14] = ACTIONS(564), + [anon_sym_u230a] = ACTIONS(564), [anon_sym_ceiling] = ACTIONS(564), - [anon_sym_15] = ACTIONS(564), + [anon_sym_u2308] = ACTIONS(564), [anon_sym_round] = ACTIONS(564), - [anon_sym_16] = ACTIONS(564), + [anon_sym_u2045] = ACTIONS(564), [anon_sym_EQ] = ACTIONS(564), [anon_sym_BANG_EQ] = ACTIONS(564), - [anon_sym_17] = ACTIONS(564), + [anon_sym_u2260] = ACTIONS(564), [anon_sym_LT] = ACTIONS(562), [anon_sym_LT_EQ] = ACTIONS(564), - [anon_sym_18] = ACTIONS(564), + [anon_sym_u2264] = ACTIONS(564), [anon_sym_GT] = ACTIONS(562), [anon_sym_GT_EQ] = ACTIONS(564), - [anon_sym_19] = ACTIONS(564), + [anon_sym_u2265] = ACTIONS(564), [anon_sym_PLUS] = ACTIONS(564), [anon_sym_DASH] = ACTIONS(564), [anon_sym_STAR] = ACTIONS(564), - [anon_sym_20] = ACTIONS(564), + [anon_sym_u00d7] = ACTIONS(564), [anon_sym_PERCENT] = ACTIONS(564), - [anon_sym_21] = ACTIONS(564), + [anon_sym_u00f7] = ACTIONS(564), [anon_sym_modulus] = ACTIONS(564), - [anon_sym_22] = ACTIONS(564), + [anon_sym_u25ff] = ACTIONS(564), [anon_sym_power] = ACTIONS(564), - [anon_sym_23] = ACTIONS(564), + [anon_sym_u207f] = ACTIONS(564), [anon_sym_logarithm] = ACTIONS(564), - [anon_sym_24] = ACTIONS(564), + [anon_sym_u2099] = ACTIONS(564), [anon_sym_minimum] = ACTIONS(564), - [anon_sym_25] = ACTIONS(564), + [anon_sym_u21a7] = ACTIONS(564), [anon_sym_maximum] = ACTIONS(564), - [anon_sym_26] = ACTIONS(564), + [anon_sym_u21a5] = ACTIONS(564), [anon_sym_atangent] = ACTIONS(564), - [anon_sym_27] = ACTIONS(564), + [anon_sym_u2220] = ACTIONS(564), [anon_sym_length] = ACTIONS(564), - [anon_sym_28] = ACTIONS(564), + [anon_sym_u29fb] = ACTIONS(564), [anon_sym_shape] = ACTIONS(564), - [anon_sym_29] = ACTIONS(564), + [anon_sym_u25b3] = ACTIONS(564), [anon_sym_range] = ACTIONS(564), - [anon_sym_30] = ACTIONS(564), + [anon_sym_u21e1] = ACTIONS(564), [anon_sym_first] = ACTIONS(564), - [anon_sym_31] = ACTIONS(564), + [anon_sym_u22a2] = ACTIONS(564), [anon_sym_reverse] = ACTIONS(564), - [anon_sym_32] = ACTIONS(564), + [anon_sym_u21cc] = ACTIONS(564), [anon_sym_deshape] = ACTIONS(564), - [anon_sym_33] = ACTIONS(564), + [anon_sym_u266d] = ACTIONS(564), [anon_sym_bits] = ACTIONS(564), - [anon_sym_34] = ACTIONS(564), + [anon_sym_u22ef] = ACTIONS(564), [anon_sym_transpose] = ACTIONS(564), - [anon_sym_35] = ACTIONS(564), + [anon_sym_u2349] = ACTIONS(564), [anon_sym_rise] = ACTIONS(564), - [anon_sym_36] = ACTIONS(564), + [anon_sym_u234f] = ACTIONS(564), [anon_sym_fall] = ACTIONS(564), - [anon_sym_37] = ACTIONS(564), + [anon_sym_u2356] = ACTIONS(564), [anon_sym_where] = ACTIONS(564), - [anon_sym_38] = ACTIONS(564), + [anon_sym_u229a] = ACTIONS(564), [anon_sym_classify] = ACTIONS(564), - [anon_sym_39] = ACTIONS(564), + [anon_sym_u229b] = ACTIONS(564), [anon_sym_deduplicate] = ACTIONS(564), - [anon_sym_40] = ACTIONS(564), + [anon_sym_u25f4] = ACTIONS(564), [anon_sym_box] = ACTIONS(564), - [anon_sym_41] = ACTIONS(564), + [anon_sym_u25a1] = ACTIONS(564), [anon_sym_match] = ACTIONS(564), - [anon_sym_42] = ACTIONS(564), + [anon_sym_u224d] = ACTIONS(564), [anon_sym_couple] = ACTIONS(564), - [anon_sym_43] = ACTIONS(564), + [anon_sym_u229f] = ACTIONS(564), [anon_sym_join] = ACTIONS(564), - [anon_sym_44] = ACTIONS(564), + [anon_sym_u2282] = ACTIONS(564), [anon_sym_select] = ACTIONS(564), - [anon_sym_45] = ACTIONS(564), + [anon_sym_u228f] = ACTIONS(564), [anon_sym_pick] = ACTIONS(564), - [anon_sym_46] = ACTIONS(564), + [anon_sym_u22a1] = ACTIONS(564), [anon_sym_reshape] = ACTIONS(564), - [anon_sym_47] = ACTIONS(564), + [anon_sym_u21af] = ACTIONS(564), [anon_sym_take] = ACTIONS(564), - [anon_sym_48] = ACTIONS(564), + [anon_sym_u2199] = ACTIONS(564), [anon_sym_drop] = ACTIONS(564), - [anon_sym_49] = ACTIONS(564), + [anon_sym_u2198] = ACTIONS(564), [anon_sym_rotate] = ACTIONS(564), - [anon_sym_50] = ACTIONS(564), + [anon_sym_u21bb] = ACTIONS(564), [anon_sym_windows] = ACTIONS(564), - [anon_sym_51] = ACTIONS(564), + [anon_sym_u25eb] = ACTIONS(564), [anon_sym_keep] = ACTIONS(564), - [anon_sym_52] = ACTIONS(564), + [anon_sym_u25bd] = ACTIONS(564), [anon_sym_find] = ACTIONS(564), - [anon_sym_53] = ACTIONS(564), + [anon_sym_u2315] = ACTIONS(564), [anon_sym_member] = ACTIONS(564), - [anon_sym_54] = ACTIONS(564), + [anon_sym_u220a] = ACTIONS(564), [anon_sym_indexof] = ACTIONS(564), - [anon_sym_55] = ACTIONS(564), + [anon_sym_u2297] = ACTIONS(564), [anon_sym_assert] = ACTIONS(564), - [anon_sym_56] = ACTIONS(564), + [anon_sym_u2364] = ACTIONS(564), [anon_sym_wait] = ACTIONS(564), [anon_sym_parse] = ACTIONS(564), - [anon_sym_57] = ACTIONS(564), + [anon_sym_u22d5] = ACTIONS(564), [anon_sym_random] = ACTIONS(564), - [anon_sym_58] = ACTIONS(564), + [anon_sym_u2682] = ACTIONS(564), [anon_sym_gen] = ACTIONS(564), [anon_sym_deal] = ACTIONS(564), [anon_sym_tag] = ACTIONS(564), [anon_sym_now] = ACTIONS(564), [anon_sym_type] = ACTIONS(564), - [anon_sym_59] = ACTIONS(564), + [anon_sym_u2e2e] = ACTIONS(564), [anon_sym_dump] = ACTIONS(564), [anon_sym_regex] = ACTIONS(564), [anon_sym_utf] = ACTIONS(564), @@ -50624,19 +52140,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(564), [anon_sym_tryrecv] = ACTIONS(564), [anon_sym_complex] = ACTIONS(564), - [anon_sym_60] = ACTIONS(564), + [anon_sym_u2102] = ACTIONS(564), [anon_sym_rerank] = ACTIONS(564), - [anon_sym_61] = ACTIONS(564), + [anon_sym_u2607] = ACTIONS(564), [anon_sym_fix] = ACTIONS(564), - [anon_sym_62] = ACTIONS(564), + [anon_sym_u00a4] = ACTIONS(564), [anon_sym_QMARK] = ACTIONS(564), [anon_sym_unique] = ACTIONS(564), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, [175] = { @@ -50650,124 +52167,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(540), [anon_sym_COMMA] = ACTIONS(540), [anon_sym_COLON] = ACTIONS(540), - [anon_sym_6] = ACTIONS(540), + [anon_sym_u25cc] = ACTIONS(540), [anon_sym_identity] = ACTIONS(540), [anon_sym_id] = ACTIONS(538), - [anon_sym_7] = ACTIONS(540), + [anon_sym_u2218] = ACTIONS(540), [anon_sym_not] = ACTIONS(540), - [anon_sym_8] = ACTIONS(540), + [anon_sym_u00ac] = ACTIONS(540), [anon_sym_sign] = ACTIONS(540), - [anon_sym_9] = ACTIONS(540), + [anon_sym_u00b1] = ACTIONS(540), [anon_sym_BQUOTE] = ACTIONS(540), - [anon_sym_10] = ACTIONS(540), + [anon_sym_u00af] = ACTIONS(540), [anon_sym_absolutevalue] = ACTIONS(540), - [anon_sym_11] = ACTIONS(540), + [anon_sym_u2335] = ACTIONS(540), [anon_sym_sqrt] = ACTIONS(540), - [anon_sym_12] = ACTIONS(540), + [anon_sym_u221a] = ACTIONS(540), [anon_sym_sine] = ACTIONS(540), - [anon_sym_13] = ACTIONS(540), + [anon_sym_u25cb] = ACTIONS(540), [anon_sym_floor] = ACTIONS(540), - [anon_sym_14] = ACTIONS(540), + [anon_sym_u230a] = ACTIONS(540), [anon_sym_ceiling] = ACTIONS(540), - [anon_sym_15] = ACTIONS(540), + [anon_sym_u2308] = ACTIONS(540), [anon_sym_round] = ACTIONS(540), - [anon_sym_16] = ACTIONS(540), + [anon_sym_u2045] = ACTIONS(540), [anon_sym_EQ] = ACTIONS(540), [anon_sym_BANG_EQ] = ACTIONS(540), - [anon_sym_17] = ACTIONS(540), + [anon_sym_u2260] = ACTIONS(540), [anon_sym_LT] = ACTIONS(538), [anon_sym_LT_EQ] = ACTIONS(540), - [anon_sym_18] = ACTIONS(540), + [anon_sym_u2264] = ACTIONS(540), [anon_sym_GT] = ACTIONS(538), [anon_sym_GT_EQ] = ACTIONS(540), - [anon_sym_19] = ACTIONS(540), + [anon_sym_u2265] = ACTIONS(540), [anon_sym_PLUS] = ACTIONS(540), [anon_sym_DASH] = ACTIONS(540), [anon_sym_STAR] = ACTIONS(540), - [anon_sym_20] = ACTIONS(540), + [anon_sym_u00d7] = ACTIONS(540), [anon_sym_PERCENT] = ACTIONS(540), - [anon_sym_21] = ACTIONS(540), + [anon_sym_u00f7] = ACTIONS(540), [anon_sym_modulus] = ACTIONS(540), - [anon_sym_22] = ACTIONS(540), + [anon_sym_u25ff] = ACTIONS(540), [anon_sym_power] = ACTIONS(540), - [anon_sym_23] = ACTIONS(540), + [anon_sym_u207f] = ACTIONS(540), [anon_sym_logarithm] = ACTIONS(540), - [anon_sym_24] = ACTIONS(540), + [anon_sym_u2099] = ACTIONS(540), [anon_sym_minimum] = ACTIONS(540), - [anon_sym_25] = ACTIONS(540), + [anon_sym_u21a7] = ACTIONS(540), [anon_sym_maximum] = ACTIONS(540), - [anon_sym_26] = ACTIONS(540), + [anon_sym_u21a5] = ACTIONS(540), [anon_sym_atangent] = ACTIONS(540), - [anon_sym_27] = ACTIONS(540), + [anon_sym_u2220] = ACTIONS(540), [anon_sym_length] = ACTIONS(540), - [anon_sym_28] = ACTIONS(540), + [anon_sym_u29fb] = ACTIONS(540), [anon_sym_shape] = ACTIONS(540), - [anon_sym_29] = ACTIONS(540), + [anon_sym_u25b3] = ACTIONS(540), [anon_sym_range] = ACTIONS(540), - [anon_sym_30] = ACTIONS(540), + [anon_sym_u21e1] = ACTIONS(540), [anon_sym_first] = ACTIONS(540), - [anon_sym_31] = ACTIONS(540), + [anon_sym_u22a2] = ACTIONS(540), [anon_sym_reverse] = ACTIONS(540), - [anon_sym_32] = ACTIONS(540), + [anon_sym_u21cc] = ACTIONS(540), [anon_sym_deshape] = ACTIONS(540), - [anon_sym_33] = ACTIONS(540), + [anon_sym_u266d] = ACTIONS(540), [anon_sym_bits] = ACTIONS(540), - [anon_sym_34] = ACTIONS(540), + [anon_sym_u22ef] = ACTIONS(540), [anon_sym_transpose] = ACTIONS(540), - [anon_sym_35] = ACTIONS(540), + [anon_sym_u2349] = ACTIONS(540), [anon_sym_rise] = ACTIONS(540), - [anon_sym_36] = ACTIONS(540), + [anon_sym_u234f] = ACTIONS(540), [anon_sym_fall] = ACTIONS(540), - [anon_sym_37] = ACTIONS(540), + [anon_sym_u2356] = ACTIONS(540), [anon_sym_where] = ACTIONS(540), - [anon_sym_38] = ACTIONS(540), + [anon_sym_u229a] = ACTIONS(540), [anon_sym_classify] = ACTIONS(540), - [anon_sym_39] = ACTIONS(540), + [anon_sym_u229b] = ACTIONS(540), [anon_sym_deduplicate] = ACTIONS(540), - [anon_sym_40] = ACTIONS(540), + [anon_sym_u25f4] = ACTIONS(540), [anon_sym_box] = ACTIONS(540), - [anon_sym_41] = ACTIONS(540), + [anon_sym_u25a1] = ACTIONS(540), [anon_sym_match] = ACTIONS(540), - [anon_sym_42] = ACTIONS(540), + [anon_sym_u224d] = ACTIONS(540), [anon_sym_couple] = ACTIONS(540), - [anon_sym_43] = ACTIONS(540), + [anon_sym_u229f] = ACTIONS(540), [anon_sym_join] = ACTIONS(540), - [anon_sym_44] = ACTIONS(540), + [anon_sym_u2282] = ACTIONS(540), [anon_sym_select] = ACTIONS(540), - [anon_sym_45] = ACTIONS(540), + [anon_sym_u228f] = ACTIONS(540), [anon_sym_pick] = ACTIONS(540), - [anon_sym_46] = ACTIONS(540), + [anon_sym_u22a1] = ACTIONS(540), [anon_sym_reshape] = ACTIONS(540), - [anon_sym_47] = ACTIONS(540), + [anon_sym_u21af] = ACTIONS(540), [anon_sym_take] = ACTIONS(540), - [anon_sym_48] = ACTIONS(540), + [anon_sym_u2199] = ACTIONS(540), [anon_sym_drop] = ACTIONS(540), - [anon_sym_49] = ACTIONS(540), + [anon_sym_u2198] = ACTIONS(540), [anon_sym_rotate] = ACTIONS(540), - [anon_sym_50] = ACTIONS(540), + [anon_sym_u21bb] = ACTIONS(540), [anon_sym_windows] = ACTIONS(540), - [anon_sym_51] = ACTIONS(540), + [anon_sym_u25eb] = ACTIONS(540), [anon_sym_keep] = ACTIONS(540), - [anon_sym_52] = ACTIONS(540), + [anon_sym_u25bd] = ACTIONS(540), [anon_sym_find] = ACTIONS(540), - [anon_sym_53] = ACTIONS(540), + [anon_sym_u2315] = ACTIONS(540), [anon_sym_member] = ACTIONS(540), - [anon_sym_54] = ACTIONS(540), + [anon_sym_u220a] = ACTIONS(540), [anon_sym_indexof] = ACTIONS(540), - [anon_sym_55] = ACTIONS(540), + [anon_sym_u2297] = ACTIONS(540), [anon_sym_assert] = ACTIONS(540), - [anon_sym_56] = ACTIONS(540), + [anon_sym_u2364] = ACTIONS(540), [anon_sym_wait] = ACTIONS(540), [anon_sym_parse] = ACTIONS(540), - [anon_sym_57] = ACTIONS(540), + [anon_sym_u22d5] = ACTIONS(540), [anon_sym_random] = ACTIONS(540), - [anon_sym_58] = ACTIONS(540), + [anon_sym_u2682] = ACTIONS(540), [anon_sym_gen] = ACTIONS(540), [anon_sym_deal] = ACTIONS(540), [anon_sym_tag] = ACTIONS(540), [anon_sym_now] = ACTIONS(540), [anon_sym_type] = ACTIONS(540), - [anon_sym_59] = ACTIONS(540), + [anon_sym_u2e2e] = ACTIONS(540), [anon_sym_dump] = ACTIONS(540), [anon_sym_regex] = ACTIONS(540), [anon_sym_utf] = ACTIONS(540), @@ -50775,19 +52292,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(540), [anon_sym_tryrecv] = ACTIONS(540), [anon_sym_complex] = ACTIONS(540), - [anon_sym_60] = ACTIONS(540), + [anon_sym_u2102] = ACTIONS(540), [anon_sym_rerank] = ACTIONS(540), - [anon_sym_61] = ACTIONS(540), + [anon_sym_u2607] = ACTIONS(540), [anon_sym_fix] = ACTIONS(540), - [anon_sym_62] = ACTIONS(540), + [anon_sym_u00a4] = ACTIONS(540), [anon_sym_QMARK] = ACTIONS(540), [anon_sym_unique] = ACTIONS(540), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, [176] = { @@ -50801,124 +52319,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(556), [anon_sym_COMMA] = ACTIONS(556), [anon_sym_COLON] = ACTIONS(556), - [anon_sym_6] = ACTIONS(556), + [anon_sym_u25cc] = ACTIONS(556), [anon_sym_identity] = ACTIONS(556), [anon_sym_id] = ACTIONS(554), - [anon_sym_7] = ACTIONS(556), + [anon_sym_u2218] = ACTIONS(556), [anon_sym_not] = ACTIONS(556), - [anon_sym_8] = ACTIONS(556), + [anon_sym_u00ac] = ACTIONS(556), [anon_sym_sign] = ACTIONS(556), - [anon_sym_9] = ACTIONS(556), + [anon_sym_u00b1] = ACTIONS(556), [anon_sym_BQUOTE] = ACTIONS(556), - [anon_sym_10] = ACTIONS(556), + [anon_sym_u00af] = ACTIONS(556), [anon_sym_absolutevalue] = ACTIONS(556), - [anon_sym_11] = ACTIONS(556), + [anon_sym_u2335] = ACTIONS(556), [anon_sym_sqrt] = ACTIONS(556), - [anon_sym_12] = ACTIONS(556), + [anon_sym_u221a] = ACTIONS(556), [anon_sym_sine] = ACTIONS(556), - [anon_sym_13] = ACTIONS(556), + [anon_sym_u25cb] = ACTIONS(556), [anon_sym_floor] = ACTIONS(556), - [anon_sym_14] = ACTIONS(556), + [anon_sym_u230a] = ACTIONS(556), [anon_sym_ceiling] = ACTIONS(556), - [anon_sym_15] = ACTIONS(556), + [anon_sym_u2308] = ACTIONS(556), [anon_sym_round] = ACTIONS(556), - [anon_sym_16] = ACTIONS(556), + [anon_sym_u2045] = ACTIONS(556), [anon_sym_EQ] = ACTIONS(556), [anon_sym_BANG_EQ] = ACTIONS(556), - [anon_sym_17] = ACTIONS(556), + [anon_sym_u2260] = ACTIONS(556), [anon_sym_LT] = ACTIONS(554), [anon_sym_LT_EQ] = ACTIONS(556), - [anon_sym_18] = ACTIONS(556), + [anon_sym_u2264] = ACTIONS(556), [anon_sym_GT] = ACTIONS(554), [anon_sym_GT_EQ] = ACTIONS(556), - [anon_sym_19] = ACTIONS(556), + [anon_sym_u2265] = ACTIONS(556), [anon_sym_PLUS] = ACTIONS(556), [anon_sym_DASH] = ACTIONS(556), [anon_sym_STAR] = ACTIONS(556), - [anon_sym_20] = ACTIONS(556), + [anon_sym_u00d7] = ACTIONS(556), [anon_sym_PERCENT] = ACTIONS(556), - [anon_sym_21] = ACTIONS(556), + [anon_sym_u00f7] = ACTIONS(556), [anon_sym_modulus] = ACTIONS(556), - [anon_sym_22] = ACTIONS(556), + [anon_sym_u25ff] = ACTIONS(556), [anon_sym_power] = ACTIONS(556), - [anon_sym_23] = ACTIONS(556), + [anon_sym_u207f] = ACTIONS(556), [anon_sym_logarithm] = ACTIONS(556), - [anon_sym_24] = ACTIONS(556), + [anon_sym_u2099] = ACTIONS(556), [anon_sym_minimum] = ACTIONS(556), - [anon_sym_25] = ACTIONS(556), + [anon_sym_u21a7] = ACTIONS(556), [anon_sym_maximum] = ACTIONS(556), - [anon_sym_26] = ACTIONS(556), + [anon_sym_u21a5] = ACTIONS(556), [anon_sym_atangent] = ACTIONS(556), - [anon_sym_27] = ACTIONS(556), + [anon_sym_u2220] = ACTIONS(556), [anon_sym_length] = ACTIONS(556), - [anon_sym_28] = ACTIONS(556), + [anon_sym_u29fb] = ACTIONS(556), [anon_sym_shape] = ACTIONS(556), - [anon_sym_29] = ACTIONS(556), + [anon_sym_u25b3] = ACTIONS(556), [anon_sym_range] = ACTIONS(556), - [anon_sym_30] = ACTIONS(556), + [anon_sym_u21e1] = ACTIONS(556), [anon_sym_first] = ACTIONS(556), - [anon_sym_31] = ACTIONS(556), + [anon_sym_u22a2] = ACTIONS(556), [anon_sym_reverse] = ACTIONS(556), - [anon_sym_32] = ACTIONS(556), + [anon_sym_u21cc] = ACTIONS(556), [anon_sym_deshape] = ACTIONS(556), - [anon_sym_33] = ACTIONS(556), + [anon_sym_u266d] = ACTIONS(556), [anon_sym_bits] = ACTIONS(556), - [anon_sym_34] = ACTIONS(556), + [anon_sym_u22ef] = ACTIONS(556), [anon_sym_transpose] = ACTIONS(556), - [anon_sym_35] = ACTIONS(556), + [anon_sym_u2349] = ACTIONS(556), [anon_sym_rise] = ACTIONS(556), - [anon_sym_36] = ACTIONS(556), + [anon_sym_u234f] = ACTIONS(556), [anon_sym_fall] = ACTIONS(556), - [anon_sym_37] = ACTIONS(556), + [anon_sym_u2356] = ACTIONS(556), [anon_sym_where] = ACTIONS(556), - [anon_sym_38] = ACTIONS(556), + [anon_sym_u229a] = ACTIONS(556), [anon_sym_classify] = ACTIONS(556), - [anon_sym_39] = ACTIONS(556), + [anon_sym_u229b] = ACTIONS(556), [anon_sym_deduplicate] = ACTIONS(556), - [anon_sym_40] = ACTIONS(556), + [anon_sym_u25f4] = ACTIONS(556), [anon_sym_box] = ACTIONS(556), - [anon_sym_41] = ACTIONS(556), + [anon_sym_u25a1] = ACTIONS(556), [anon_sym_match] = ACTIONS(556), - [anon_sym_42] = ACTIONS(556), + [anon_sym_u224d] = ACTIONS(556), [anon_sym_couple] = ACTIONS(556), - [anon_sym_43] = ACTIONS(556), + [anon_sym_u229f] = ACTIONS(556), [anon_sym_join] = ACTIONS(556), - [anon_sym_44] = ACTIONS(556), + [anon_sym_u2282] = ACTIONS(556), [anon_sym_select] = ACTIONS(556), - [anon_sym_45] = ACTIONS(556), + [anon_sym_u228f] = ACTIONS(556), [anon_sym_pick] = ACTIONS(556), - [anon_sym_46] = ACTIONS(556), + [anon_sym_u22a1] = ACTIONS(556), [anon_sym_reshape] = ACTIONS(556), - [anon_sym_47] = ACTIONS(556), + [anon_sym_u21af] = ACTIONS(556), [anon_sym_take] = ACTIONS(556), - [anon_sym_48] = ACTIONS(556), + [anon_sym_u2199] = ACTIONS(556), [anon_sym_drop] = ACTIONS(556), - [anon_sym_49] = ACTIONS(556), + [anon_sym_u2198] = ACTIONS(556), [anon_sym_rotate] = ACTIONS(556), - [anon_sym_50] = ACTIONS(556), + [anon_sym_u21bb] = ACTIONS(556), [anon_sym_windows] = ACTIONS(556), - [anon_sym_51] = ACTIONS(556), + [anon_sym_u25eb] = ACTIONS(556), [anon_sym_keep] = ACTIONS(556), - [anon_sym_52] = ACTIONS(556), + [anon_sym_u25bd] = ACTIONS(556), [anon_sym_find] = ACTIONS(556), - [anon_sym_53] = ACTIONS(556), + [anon_sym_u2315] = ACTIONS(556), [anon_sym_member] = ACTIONS(556), - [anon_sym_54] = ACTIONS(556), + [anon_sym_u220a] = ACTIONS(556), [anon_sym_indexof] = ACTIONS(556), - [anon_sym_55] = ACTIONS(556), + [anon_sym_u2297] = ACTIONS(556), [anon_sym_assert] = ACTIONS(556), - [anon_sym_56] = ACTIONS(556), + [anon_sym_u2364] = ACTIONS(556), [anon_sym_wait] = ACTIONS(556), [anon_sym_parse] = ACTIONS(556), - [anon_sym_57] = ACTIONS(556), + [anon_sym_u22d5] = ACTIONS(556), [anon_sym_random] = ACTIONS(556), - [anon_sym_58] = ACTIONS(556), + [anon_sym_u2682] = ACTIONS(556), [anon_sym_gen] = ACTIONS(556), [anon_sym_deal] = ACTIONS(556), [anon_sym_tag] = ACTIONS(556), [anon_sym_now] = ACTIONS(556), [anon_sym_type] = ACTIONS(556), - [anon_sym_59] = ACTIONS(556), + [anon_sym_u2e2e] = ACTIONS(556), [anon_sym_dump] = ACTIONS(556), [anon_sym_regex] = ACTIONS(556), [anon_sym_utf] = ACTIONS(556), @@ -50926,19 +52444,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(556), [anon_sym_tryrecv] = ACTIONS(556), [anon_sym_complex] = ACTIONS(556), - [anon_sym_60] = ACTIONS(556), + [anon_sym_u2102] = ACTIONS(556), [anon_sym_rerank] = ACTIONS(556), - [anon_sym_61] = ACTIONS(556), + [anon_sym_u2607] = ACTIONS(556), [anon_sym_fix] = ACTIONS(556), - [anon_sym_62] = ACTIONS(556), + [anon_sym_u00a4] = ACTIONS(556), [anon_sym_QMARK] = ACTIONS(556), [anon_sym_unique] = ACTIONS(556), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, [177] = { @@ -50952,124 +52471,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(552), [anon_sym_COMMA] = ACTIONS(552), [anon_sym_COLON] = ACTIONS(552), - [anon_sym_6] = ACTIONS(552), + [anon_sym_u25cc] = ACTIONS(552), [anon_sym_identity] = ACTIONS(552), [anon_sym_id] = ACTIONS(550), - [anon_sym_7] = ACTIONS(552), + [anon_sym_u2218] = ACTIONS(552), [anon_sym_not] = ACTIONS(552), - [anon_sym_8] = ACTIONS(552), + [anon_sym_u00ac] = ACTIONS(552), [anon_sym_sign] = ACTIONS(552), - [anon_sym_9] = ACTIONS(552), + [anon_sym_u00b1] = ACTIONS(552), [anon_sym_BQUOTE] = ACTIONS(552), - [anon_sym_10] = ACTIONS(552), + [anon_sym_u00af] = ACTIONS(552), [anon_sym_absolutevalue] = ACTIONS(552), - [anon_sym_11] = ACTIONS(552), + [anon_sym_u2335] = ACTIONS(552), [anon_sym_sqrt] = ACTIONS(552), - [anon_sym_12] = ACTIONS(552), + [anon_sym_u221a] = ACTIONS(552), [anon_sym_sine] = ACTIONS(552), - [anon_sym_13] = ACTIONS(552), + [anon_sym_u25cb] = ACTIONS(552), [anon_sym_floor] = ACTIONS(552), - [anon_sym_14] = ACTIONS(552), + [anon_sym_u230a] = ACTIONS(552), [anon_sym_ceiling] = ACTIONS(552), - [anon_sym_15] = ACTIONS(552), + [anon_sym_u2308] = ACTIONS(552), [anon_sym_round] = ACTIONS(552), - [anon_sym_16] = ACTIONS(552), + [anon_sym_u2045] = ACTIONS(552), [anon_sym_EQ] = ACTIONS(552), [anon_sym_BANG_EQ] = ACTIONS(552), - [anon_sym_17] = ACTIONS(552), + [anon_sym_u2260] = ACTIONS(552), [anon_sym_LT] = ACTIONS(550), [anon_sym_LT_EQ] = ACTIONS(552), - [anon_sym_18] = ACTIONS(552), + [anon_sym_u2264] = ACTIONS(552), [anon_sym_GT] = ACTIONS(550), [anon_sym_GT_EQ] = ACTIONS(552), - [anon_sym_19] = ACTIONS(552), + [anon_sym_u2265] = ACTIONS(552), [anon_sym_PLUS] = ACTIONS(552), [anon_sym_DASH] = ACTIONS(552), [anon_sym_STAR] = ACTIONS(552), - [anon_sym_20] = ACTIONS(552), + [anon_sym_u00d7] = ACTIONS(552), [anon_sym_PERCENT] = ACTIONS(552), - [anon_sym_21] = ACTIONS(552), + [anon_sym_u00f7] = ACTIONS(552), [anon_sym_modulus] = ACTIONS(552), - [anon_sym_22] = ACTIONS(552), + [anon_sym_u25ff] = ACTIONS(552), [anon_sym_power] = ACTIONS(552), - [anon_sym_23] = ACTIONS(552), + [anon_sym_u207f] = ACTIONS(552), [anon_sym_logarithm] = ACTIONS(552), - [anon_sym_24] = ACTIONS(552), + [anon_sym_u2099] = ACTIONS(552), [anon_sym_minimum] = ACTIONS(552), - [anon_sym_25] = ACTIONS(552), + [anon_sym_u21a7] = ACTIONS(552), [anon_sym_maximum] = ACTIONS(552), - [anon_sym_26] = ACTIONS(552), + [anon_sym_u21a5] = ACTIONS(552), [anon_sym_atangent] = ACTIONS(552), - [anon_sym_27] = ACTIONS(552), + [anon_sym_u2220] = ACTIONS(552), [anon_sym_length] = ACTIONS(552), - [anon_sym_28] = ACTIONS(552), + [anon_sym_u29fb] = ACTIONS(552), [anon_sym_shape] = ACTIONS(552), - [anon_sym_29] = ACTIONS(552), + [anon_sym_u25b3] = ACTIONS(552), [anon_sym_range] = ACTIONS(552), - [anon_sym_30] = ACTIONS(552), + [anon_sym_u21e1] = ACTIONS(552), [anon_sym_first] = ACTIONS(552), - [anon_sym_31] = ACTIONS(552), + [anon_sym_u22a2] = ACTIONS(552), [anon_sym_reverse] = ACTIONS(552), - [anon_sym_32] = ACTIONS(552), + [anon_sym_u21cc] = ACTIONS(552), [anon_sym_deshape] = ACTIONS(552), - [anon_sym_33] = ACTIONS(552), + [anon_sym_u266d] = ACTIONS(552), [anon_sym_bits] = ACTIONS(552), - [anon_sym_34] = ACTIONS(552), + [anon_sym_u22ef] = ACTIONS(552), [anon_sym_transpose] = ACTIONS(552), - [anon_sym_35] = ACTIONS(552), + [anon_sym_u2349] = ACTIONS(552), [anon_sym_rise] = ACTIONS(552), - [anon_sym_36] = ACTIONS(552), + [anon_sym_u234f] = ACTIONS(552), [anon_sym_fall] = ACTIONS(552), - [anon_sym_37] = ACTIONS(552), + [anon_sym_u2356] = ACTIONS(552), [anon_sym_where] = ACTIONS(552), - [anon_sym_38] = ACTIONS(552), + [anon_sym_u229a] = ACTIONS(552), [anon_sym_classify] = ACTIONS(552), - [anon_sym_39] = ACTIONS(552), + [anon_sym_u229b] = ACTIONS(552), [anon_sym_deduplicate] = ACTIONS(552), - [anon_sym_40] = ACTIONS(552), + [anon_sym_u25f4] = ACTIONS(552), [anon_sym_box] = ACTIONS(552), - [anon_sym_41] = ACTIONS(552), + [anon_sym_u25a1] = ACTIONS(552), [anon_sym_match] = ACTIONS(552), - [anon_sym_42] = ACTIONS(552), + [anon_sym_u224d] = ACTIONS(552), [anon_sym_couple] = ACTIONS(552), - [anon_sym_43] = ACTIONS(552), + [anon_sym_u229f] = ACTIONS(552), [anon_sym_join] = ACTIONS(552), - [anon_sym_44] = ACTIONS(552), + [anon_sym_u2282] = ACTIONS(552), [anon_sym_select] = ACTIONS(552), - [anon_sym_45] = ACTIONS(552), + [anon_sym_u228f] = ACTIONS(552), [anon_sym_pick] = ACTIONS(552), - [anon_sym_46] = ACTIONS(552), + [anon_sym_u22a1] = ACTIONS(552), [anon_sym_reshape] = ACTIONS(552), - [anon_sym_47] = ACTIONS(552), + [anon_sym_u21af] = ACTIONS(552), [anon_sym_take] = ACTIONS(552), - [anon_sym_48] = ACTIONS(552), + [anon_sym_u2199] = ACTIONS(552), [anon_sym_drop] = ACTIONS(552), - [anon_sym_49] = ACTIONS(552), + [anon_sym_u2198] = ACTIONS(552), [anon_sym_rotate] = ACTIONS(552), - [anon_sym_50] = ACTIONS(552), + [anon_sym_u21bb] = ACTIONS(552), [anon_sym_windows] = ACTIONS(552), - [anon_sym_51] = ACTIONS(552), + [anon_sym_u25eb] = ACTIONS(552), [anon_sym_keep] = ACTIONS(552), - [anon_sym_52] = ACTIONS(552), + [anon_sym_u25bd] = ACTIONS(552), [anon_sym_find] = ACTIONS(552), - [anon_sym_53] = ACTIONS(552), + [anon_sym_u2315] = ACTIONS(552), [anon_sym_member] = ACTIONS(552), - [anon_sym_54] = ACTIONS(552), + [anon_sym_u220a] = ACTIONS(552), [anon_sym_indexof] = ACTIONS(552), - [anon_sym_55] = ACTIONS(552), + [anon_sym_u2297] = ACTIONS(552), [anon_sym_assert] = ACTIONS(552), - [anon_sym_56] = ACTIONS(552), + [anon_sym_u2364] = ACTIONS(552), [anon_sym_wait] = ACTIONS(552), [anon_sym_parse] = ACTIONS(552), - [anon_sym_57] = ACTIONS(552), + [anon_sym_u22d5] = ACTIONS(552), [anon_sym_random] = ACTIONS(552), - [anon_sym_58] = ACTIONS(552), + [anon_sym_u2682] = ACTIONS(552), [anon_sym_gen] = ACTIONS(552), [anon_sym_deal] = ACTIONS(552), [anon_sym_tag] = ACTIONS(552), [anon_sym_now] = ACTIONS(552), [anon_sym_type] = ACTIONS(552), - [anon_sym_59] = ACTIONS(552), + [anon_sym_u2e2e] = ACTIONS(552), [anon_sym_dump] = ACTIONS(552), [anon_sym_regex] = ACTIONS(552), [anon_sym_utf] = ACTIONS(552), @@ -51077,19 +52596,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(552), [anon_sym_tryrecv] = ACTIONS(552), [anon_sym_complex] = ACTIONS(552), - [anon_sym_60] = ACTIONS(552), + [anon_sym_u2102] = ACTIONS(552), [anon_sym_rerank] = ACTIONS(552), - [anon_sym_61] = ACTIONS(552), + [anon_sym_u2607] = ACTIONS(552), [anon_sym_fix] = ACTIONS(552), - [anon_sym_62] = ACTIONS(552), + [anon_sym_u00a4] = ACTIONS(552), [anon_sym_QMARK] = ACTIONS(552), [anon_sym_unique] = ACTIONS(552), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, [178] = { @@ -51103,124 +52623,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(548), [anon_sym_COMMA] = ACTIONS(548), [anon_sym_COLON] = ACTIONS(548), - [anon_sym_6] = ACTIONS(548), + [anon_sym_u25cc] = ACTIONS(548), [anon_sym_identity] = ACTIONS(548), [anon_sym_id] = ACTIONS(546), - [anon_sym_7] = ACTIONS(548), + [anon_sym_u2218] = ACTIONS(548), [anon_sym_not] = ACTIONS(548), - [anon_sym_8] = ACTIONS(548), + [anon_sym_u00ac] = ACTIONS(548), [anon_sym_sign] = ACTIONS(548), - [anon_sym_9] = ACTIONS(548), + [anon_sym_u00b1] = ACTIONS(548), [anon_sym_BQUOTE] = ACTIONS(548), - [anon_sym_10] = ACTIONS(548), + [anon_sym_u00af] = ACTIONS(548), [anon_sym_absolutevalue] = ACTIONS(548), - [anon_sym_11] = ACTIONS(548), + [anon_sym_u2335] = ACTIONS(548), [anon_sym_sqrt] = ACTIONS(548), - [anon_sym_12] = ACTIONS(548), + [anon_sym_u221a] = ACTIONS(548), [anon_sym_sine] = ACTIONS(548), - [anon_sym_13] = ACTIONS(548), + [anon_sym_u25cb] = ACTIONS(548), [anon_sym_floor] = ACTIONS(548), - [anon_sym_14] = ACTIONS(548), + [anon_sym_u230a] = ACTIONS(548), [anon_sym_ceiling] = ACTIONS(548), - [anon_sym_15] = ACTIONS(548), + [anon_sym_u2308] = ACTIONS(548), [anon_sym_round] = ACTIONS(548), - [anon_sym_16] = ACTIONS(548), + [anon_sym_u2045] = ACTIONS(548), [anon_sym_EQ] = ACTIONS(548), [anon_sym_BANG_EQ] = ACTIONS(548), - [anon_sym_17] = ACTIONS(548), + [anon_sym_u2260] = ACTIONS(548), [anon_sym_LT] = ACTIONS(546), [anon_sym_LT_EQ] = ACTIONS(548), - [anon_sym_18] = ACTIONS(548), + [anon_sym_u2264] = ACTIONS(548), [anon_sym_GT] = ACTIONS(546), [anon_sym_GT_EQ] = ACTIONS(548), - [anon_sym_19] = ACTIONS(548), + [anon_sym_u2265] = ACTIONS(548), [anon_sym_PLUS] = ACTIONS(548), [anon_sym_DASH] = ACTIONS(548), [anon_sym_STAR] = ACTIONS(548), - [anon_sym_20] = ACTIONS(548), + [anon_sym_u00d7] = ACTIONS(548), [anon_sym_PERCENT] = ACTIONS(548), - [anon_sym_21] = ACTIONS(548), + [anon_sym_u00f7] = ACTIONS(548), [anon_sym_modulus] = ACTIONS(548), - [anon_sym_22] = ACTIONS(548), + [anon_sym_u25ff] = ACTIONS(548), [anon_sym_power] = ACTIONS(548), - [anon_sym_23] = ACTIONS(548), + [anon_sym_u207f] = ACTIONS(548), [anon_sym_logarithm] = ACTIONS(548), - [anon_sym_24] = ACTIONS(548), + [anon_sym_u2099] = ACTIONS(548), [anon_sym_minimum] = ACTIONS(548), - [anon_sym_25] = ACTIONS(548), + [anon_sym_u21a7] = ACTIONS(548), [anon_sym_maximum] = ACTIONS(548), - [anon_sym_26] = ACTIONS(548), + [anon_sym_u21a5] = ACTIONS(548), [anon_sym_atangent] = ACTIONS(548), - [anon_sym_27] = ACTIONS(548), + [anon_sym_u2220] = ACTIONS(548), [anon_sym_length] = ACTIONS(548), - [anon_sym_28] = ACTIONS(548), + [anon_sym_u29fb] = ACTIONS(548), [anon_sym_shape] = ACTIONS(548), - [anon_sym_29] = ACTIONS(548), + [anon_sym_u25b3] = ACTIONS(548), [anon_sym_range] = ACTIONS(548), - [anon_sym_30] = ACTIONS(548), + [anon_sym_u21e1] = ACTIONS(548), [anon_sym_first] = ACTIONS(548), - [anon_sym_31] = ACTIONS(548), + [anon_sym_u22a2] = ACTIONS(548), [anon_sym_reverse] = ACTIONS(548), - [anon_sym_32] = ACTIONS(548), + [anon_sym_u21cc] = ACTIONS(548), [anon_sym_deshape] = ACTIONS(548), - [anon_sym_33] = ACTIONS(548), + [anon_sym_u266d] = ACTIONS(548), [anon_sym_bits] = ACTIONS(548), - [anon_sym_34] = ACTIONS(548), + [anon_sym_u22ef] = ACTIONS(548), [anon_sym_transpose] = ACTIONS(548), - [anon_sym_35] = ACTIONS(548), + [anon_sym_u2349] = ACTIONS(548), [anon_sym_rise] = ACTIONS(548), - [anon_sym_36] = ACTIONS(548), + [anon_sym_u234f] = ACTIONS(548), [anon_sym_fall] = ACTIONS(548), - [anon_sym_37] = ACTIONS(548), + [anon_sym_u2356] = ACTIONS(548), [anon_sym_where] = ACTIONS(548), - [anon_sym_38] = ACTIONS(548), + [anon_sym_u229a] = ACTIONS(548), [anon_sym_classify] = ACTIONS(548), - [anon_sym_39] = ACTIONS(548), + [anon_sym_u229b] = ACTIONS(548), [anon_sym_deduplicate] = ACTIONS(548), - [anon_sym_40] = ACTIONS(548), + [anon_sym_u25f4] = ACTIONS(548), [anon_sym_box] = ACTIONS(548), - [anon_sym_41] = ACTIONS(548), + [anon_sym_u25a1] = ACTIONS(548), [anon_sym_match] = ACTIONS(548), - [anon_sym_42] = ACTIONS(548), + [anon_sym_u224d] = ACTIONS(548), [anon_sym_couple] = ACTIONS(548), - [anon_sym_43] = ACTIONS(548), + [anon_sym_u229f] = ACTIONS(548), [anon_sym_join] = ACTIONS(548), - [anon_sym_44] = ACTIONS(548), + [anon_sym_u2282] = ACTIONS(548), [anon_sym_select] = ACTIONS(548), - [anon_sym_45] = ACTIONS(548), + [anon_sym_u228f] = ACTIONS(548), [anon_sym_pick] = ACTIONS(548), - [anon_sym_46] = ACTIONS(548), + [anon_sym_u22a1] = ACTIONS(548), [anon_sym_reshape] = ACTIONS(548), - [anon_sym_47] = ACTIONS(548), + [anon_sym_u21af] = ACTIONS(548), [anon_sym_take] = ACTIONS(548), - [anon_sym_48] = ACTIONS(548), + [anon_sym_u2199] = ACTIONS(548), [anon_sym_drop] = ACTIONS(548), - [anon_sym_49] = ACTIONS(548), + [anon_sym_u2198] = ACTIONS(548), [anon_sym_rotate] = ACTIONS(548), - [anon_sym_50] = ACTIONS(548), + [anon_sym_u21bb] = ACTIONS(548), [anon_sym_windows] = ACTIONS(548), - [anon_sym_51] = ACTIONS(548), + [anon_sym_u25eb] = ACTIONS(548), [anon_sym_keep] = ACTIONS(548), - [anon_sym_52] = ACTIONS(548), + [anon_sym_u25bd] = ACTIONS(548), [anon_sym_find] = ACTIONS(548), - [anon_sym_53] = ACTIONS(548), + [anon_sym_u2315] = ACTIONS(548), [anon_sym_member] = ACTIONS(548), - [anon_sym_54] = ACTIONS(548), + [anon_sym_u220a] = ACTIONS(548), [anon_sym_indexof] = ACTIONS(548), - [anon_sym_55] = ACTIONS(548), + [anon_sym_u2297] = ACTIONS(548), [anon_sym_assert] = ACTIONS(548), - [anon_sym_56] = ACTIONS(548), + [anon_sym_u2364] = ACTIONS(548), [anon_sym_wait] = ACTIONS(548), [anon_sym_parse] = ACTIONS(548), - [anon_sym_57] = ACTIONS(548), + [anon_sym_u22d5] = ACTIONS(548), [anon_sym_random] = ACTIONS(548), - [anon_sym_58] = ACTIONS(548), + [anon_sym_u2682] = ACTIONS(548), [anon_sym_gen] = ACTIONS(548), [anon_sym_deal] = ACTIONS(548), [anon_sym_tag] = ACTIONS(548), [anon_sym_now] = ACTIONS(548), [anon_sym_type] = ACTIONS(548), - [anon_sym_59] = ACTIONS(548), + [anon_sym_u2e2e] = ACTIONS(548), [anon_sym_dump] = ACTIONS(548), [anon_sym_regex] = ACTIONS(548), [anon_sym_utf] = ACTIONS(548), @@ -51228,19 +52748,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(548), [anon_sym_tryrecv] = ACTIONS(548), [anon_sym_complex] = ACTIONS(548), - [anon_sym_60] = ACTIONS(548), + [anon_sym_u2102] = ACTIONS(548), [anon_sym_rerank] = ACTIONS(548), - [anon_sym_61] = ACTIONS(548), + [anon_sym_u2607] = ACTIONS(548), [anon_sym_fix] = ACTIONS(548), - [anon_sym_62] = ACTIONS(548), + [anon_sym_u00a4] = ACTIONS(548), [anon_sym_QMARK] = ACTIONS(548), [anon_sym_unique] = ACTIONS(548), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, [179] = { @@ -51254,124 +52775,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(560), [anon_sym_COMMA] = ACTIONS(560), [anon_sym_COLON] = ACTIONS(560), - [anon_sym_6] = ACTIONS(560), + [anon_sym_u25cc] = ACTIONS(560), [anon_sym_identity] = ACTIONS(560), [anon_sym_id] = ACTIONS(558), - [anon_sym_7] = ACTIONS(560), + [anon_sym_u2218] = ACTIONS(560), [anon_sym_not] = ACTIONS(560), - [anon_sym_8] = ACTIONS(560), + [anon_sym_u00ac] = ACTIONS(560), [anon_sym_sign] = ACTIONS(560), - [anon_sym_9] = ACTIONS(560), + [anon_sym_u00b1] = ACTIONS(560), [anon_sym_BQUOTE] = ACTIONS(560), - [anon_sym_10] = ACTIONS(560), + [anon_sym_u00af] = ACTIONS(560), [anon_sym_absolutevalue] = ACTIONS(560), - [anon_sym_11] = ACTIONS(560), + [anon_sym_u2335] = ACTIONS(560), [anon_sym_sqrt] = ACTIONS(560), - [anon_sym_12] = ACTIONS(560), + [anon_sym_u221a] = ACTIONS(560), [anon_sym_sine] = ACTIONS(560), - [anon_sym_13] = ACTIONS(560), + [anon_sym_u25cb] = ACTIONS(560), [anon_sym_floor] = ACTIONS(560), - [anon_sym_14] = ACTIONS(560), + [anon_sym_u230a] = ACTIONS(560), [anon_sym_ceiling] = ACTIONS(560), - [anon_sym_15] = ACTIONS(560), + [anon_sym_u2308] = ACTIONS(560), [anon_sym_round] = ACTIONS(560), - [anon_sym_16] = ACTIONS(560), + [anon_sym_u2045] = ACTIONS(560), [anon_sym_EQ] = ACTIONS(560), [anon_sym_BANG_EQ] = ACTIONS(560), - [anon_sym_17] = ACTIONS(560), + [anon_sym_u2260] = ACTIONS(560), [anon_sym_LT] = ACTIONS(558), [anon_sym_LT_EQ] = ACTIONS(560), - [anon_sym_18] = ACTIONS(560), + [anon_sym_u2264] = ACTIONS(560), [anon_sym_GT] = ACTIONS(558), [anon_sym_GT_EQ] = ACTIONS(560), - [anon_sym_19] = ACTIONS(560), + [anon_sym_u2265] = ACTIONS(560), [anon_sym_PLUS] = ACTIONS(560), [anon_sym_DASH] = ACTIONS(560), [anon_sym_STAR] = ACTIONS(560), - [anon_sym_20] = ACTIONS(560), + [anon_sym_u00d7] = ACTIONS(560), [anon_sym_PERCENT] = ACTIONS(560), - [anon_sym_21] = ACTIONS(560), + [anon_sym_u00f7] = ACTIONS(560), [anon_sym_modulus] = ACTIONS(560), - [anon_sym_22] = ACTIONS(560), + [anon_sym_u25ff] = ACTIONS(560), [anon_sym_power] = ACTIONS(560), - [anon_sym_23] = ACTIONS(560), + [anon_sym_u207f] = ACTIONS(560), [anon_sym_logarithm] = ACTIONS(560), - [anon_sym_24] = ACTIONS(560), + [anon_sym_u2099] = ACTIONS(560), [anon_sym_minimum] = ACTIONS(560), - [anon_sym_25] = ACTIONS(560), + [anon_sym_u21a7] = ACTIONS(560), [anon_sym_maximum] = ACTIONS(560), - [anon_sym_26] = ACTIONS(560), + [anon_sym_u21a5] = ACTIONS(560), [anon_sym_atangent] = ACTIONS(560), - [anon_sym_27] = ACTIONS(560), + [anon_sym_u2220] = ACTIONS(560), [anon_sym_length] = ACTIONS(560), - [anon_sym_28] = ACTIONS(560), + [anon_sym_u29fb] = ACTIONS(560), [anon_sym_shape] = ACTIONS(560), - [anon_sym_29] = ACTIONS(560), + [anon_sym_u25b3] = ACTIONS(560), [anon_sym_range] = ACTIONS(560), - [anon_sym_30] = ACTIONS(560), + [anon_sym_u21e1] = ACTIONS(560), [anon_sym_first] = ACTIONS(560), - [anon_sym_31] = ACTIONS(560), + [anon_sym_u22a2] = ACTIONS(560), [anon_sym_reverse] = ACTIONS(560), - [anon_sym_32] = ACTIONS(560), + [anon_sym_u21cc] = ACTIONS(560), [anon_sym_deshape] = ACTIONS(560), - [anon_sym_33] = ACTIONS(560), + [anon_sym_u266d] = ACTIONS(560), [anon_sym_bits] = ACTIONS(560), - [anon_sym_34] = ACTIONS(560), + [anon_sym_u22ef] = ACTIONS(560), [anon_sym_transpose] = ACTIONS(560), - [anon_sym_35] = ACTIONS(560), + [anon_sym_u2349] = ACTIONS(560), [anon_sym_rise] = ACTIONS(560), - [anon_sym_36] = ACTIONS(560), + [anon_sym_u234f] = ACTIONS(560), [anon_sym_fall] = ACTIONS(560), - [anon_sym_37] = ACTIONS(560), + [anon_sym_u2356] = ACTIONS(560), [anon_sym_where] = ACTIONS(560), - [anon_sym_38] = ACTIONS(560), + [anon_sym_u229a] = ACTIONS(560), [anon_sym_classify] = ACTIONS(560), - [anon_sym_39] = ACTIONS(560), + [anon_sym_u229b] = ACTIONS(560), [anon_sym_deduplicate] = ACTIONS(560), - [anon_sym_40] = ACTIONS(560), + [anon_sym_u25f4] = ACTIONS(560), [anon_sym_box] = ACTIONS(560), - [anon_sym_41] = ACTIONS(560), + [anon_sym_u25a1] = ACTIONS(560), [anon_sym_match] = ACTIONS(560), - [anon_sym_42] = ACTIONS(560), + [anon_sym_u224d] = ACTIONS(560), [anon_sym_couple] = ACTIONS(560), - [anon_sym_43] = ACTIONS(560), + [anon_sym_u229f] = ACTIONS(560), [anon_sym_join] = ACTIONS(560), - [anon_sym_44] = ACTIONS(560), + [anon_sym_u2282] = ACTIONS(560), [anon_sym_select] = ACTIONS(560), - [anon_sym_45] = ACTIONS(560), + [anon_sym_u228f] = ACTIONS(560), [anon_sym_pick] = ACTIONS(560), - [anon_sym_46] = ACTIONS(560), + [anon_sym_u22a1] = ACTIONS(560), [anon_sym_reshape] = ACTIONS(560), - [anon_sym_47] = ACTIONS(560), + [anon_sym_u21af] = ACTIONS(560), [anon_sym_take] = ACTIONS(560), - [anon_sym_48] = ACTIONS(560), + [anon_sym_u2199] = ACTIONS(560), [anon_sym_drop] = ACTIONS(560), - [anon_sym_49] = ACTIONS(560), + [anon_sym_u2198] = ACTIONS(560), [anon_sym_rotate] = ACTIONS(560), - [anon_sym_50] = ACTIONS(560), + [anon_sym_u21bb] = ACTIONS(560), [anon_sym_windows] = ACTIONS(560), - [anon_sym_51] = ACTIONS(560), + [anon_sym_u25eb] = ACTIONS(560), [anon_sym_keep] = ACTIONS(560), - [anon_sym_52] = ACTIONS(560), + [anon_sym_u25bd] = ACTIONS(560), [anon_sym_find] = ACTIONS(560), - [anon_sym_53] = ACTIONS(560), + [anon_sym_u2315] = ACTIONS(560), [anon_sym_member] = ACTIONS(560), - [anon_sym_54] = ACTIONS(560), + [anon_sym_u220a] = ACTIONS(560), [anon_sym_indexof] = ACTIONS(560), - [anon_sym_55] = ACTIONS(560), + [anon_sym_u2297] = ACTIONS(560), [anon_sym_assert] = ACTIONS(560), - [anon_sym_56] = ACTIONS(560), + [anon_sym_u2364] = ACTIONS(560), [anon_sym_wait] = ACTIONS(560), [anon_sym_parse] = ACTIONS(560), - [anon_sym_57] = ACTIONS(560), + [anon_sym_u22d5] = ACTIONS(560), [anon_sym_random] = ACTIONS(560), - [anon_sym_58] = ACTIONS(560), + [anon_sym_u2682] = ACTIONS(560), [anon_sym_gen] = ACTIONS(560), [anon_sym_deal] = ACTIONS(560), [anon_sym_tag] = ACTIONS(560), [anon_sym_now] = ACTIONS(560), [anon_sym_type] = ACTIONS(560), - [anon_sym_59] = ACTIONS(560), + [anon_sym_u2e2e] = ACTIONS(560), [anon_sym_dump] = ACTIONS(560), [anon_sym_regex] = ACTIONS(560), [anon_sym_utf] = ACTIONS(560), @@ -51379,19 +52900,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_recv] = ACTIONS(560), [anon_sym_tryrecv] = ACTIONS(560), [anon_sym_complex] = ACTIONS(560), - [anon_sym_60] = ACTIONS(560), + [anon_sym_u2102] = ACTIONS(560), [anon_sym_rerank] = ACTIONS(560), - [anon_sym_61] = ACTIONS(560), + [anon_sym_u2607] = ACTIONS(560), [anon_sym_fix] = ACTIONS(560), - [anon_sym_62] = ACTIONS(560), + [anon_sym_u00a4] = ACTIONS(560), [anon_sym_QMARK] = ACTIONS(560), [anon_sym_unique] = ACTIONS(560), - [anon_sym_63] = 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), [sym__endOfLine] = ACTIONS(5), }, }; @@ -51681,21 +53203,21 @@ static const uint16_t ts_small_parse_table[] = { [367] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(668), 1, + ACTIONS(662), 1, sym_closeParen, ACTIONS(728), 1, sym__endOfLine, [377] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(664), 1, + ACTIONS(666), 1, sym_closeParen, ACTIONS(730), 1, sym__endOfLine, [387] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(662), 1, + ACTIONS(664), 1, sym_closeParen, ACTIONS(732), 1, sym__endOfLine, @@ -51762,7 +53284,7 @@ static const uint16_t ts_small_parse_table[] = { [481] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(658), 1, + ACTIONS(670), 1, sym_closeParen, ACTIONS(758), 1, sym__endOfLine, @@ -51776,7 +53298,7 @@ static const uint16_t ts_small_parse_table[] = { [501] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(660), 1, + ACTIONS(686), 1, sym_closeParen, ACTIONS(762), 1, sym__endOfLine, @@ -51802,7 +53324,7 @@ static const uint16_t ts_small_parse_table[] = { [537] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(674), 1, + ACTIONS(668), 1, sym_closeParen, ACTIONS(770), 1, sym__endOfLine, @@ -52008,8 +53530,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), @@ -52034,8 +53556,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(239), [101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(87), [104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(87), - [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(107), - [110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(107), + [107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(107), + [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(107), [113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(98), [116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(98), [119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_PROGRAM_repeat1, 2), SHIFT_REPEAT(99), @@ -52051,7 +53573,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), @@ -52062,8 +53584,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), @@ -52090,8 +53612,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(239), [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(87), [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(87), - [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(107), - [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(107), + [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(107), + [246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(107), [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(98), [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(98), [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2), SHIFT_REPEAT(99), @@ -52117,8 +53639,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), @@ -52146,8 +53668,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(223), [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(193), [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(193), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(194), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(194), + [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(194), + [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(194), [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(195), [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(195), [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), SHIFT_REPEAT(174), @@ -52174,8 +53696,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(239), [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(87), [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(87), - [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(107), - [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(107), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(107), + [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(107), [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(98), [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(98), [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(99), @@ -52264,39 +53786,39 @@ static const TSParseActionEntry ts_parse_actions[] = { [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 2), [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branchSeparator, 1), - [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branchSeparator, 1), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branchSeparator, 1), + [660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branchSeparator, 1), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switchFunctions_repeat1, 3), [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switchFunctions_repeat1, 3), [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_repeat1, 2), [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2), [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2), [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), @@ -52314,21 +53836,21 @@ static const TSParseActionEntry ts_parse_actions[] = { [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 4), [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), @@ -52339,9 +53861,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), }; #ifdef __cplusplus diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 2b14ac1..17b4fde 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -13,9 +13,8 @@ extern "C" { #define ts_builtin_sym_end 0 #define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 -typedef uint16_t TSStateId; - #ifndef TREE_SITTER_API_H_ +typedef uint16_t TSStateId; typedef uint16_t TSSymbol; typedef uint16_t TSFieldId; typedef struct TSLanguage TSLanguage; @@ -130,9 +129,16 @@ struct TSLanguage { * Lexer Macros */ +#ifdef _MSC_VER +#define UNUSED __pragma(warning(suppress : 4101)) +#else +#define UNUSED __attribute__((unused)) +#endif + #define START_LEXER() \ bool result = false; \ bool skip = false; \ + UNUSED \ bool eof = false; \ int32_t lookahead; \ goto start; \ @@ -166,7 +172,7 @@ struct TSLanguage { * Parse Table Macros */ -#define SMALL_STATE(id) id - LARGE_STATE_COUNT +#define SMALL_STATE(id) ((id) - LARGE_STATE_COUNT) #define STATE(id) id @@ -176,7 +182,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value \ + .state = (state_value) \ } \ }} @@ -184,7 +190,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value, \ + .state = (state_value), \ .repetition = true \ } \ }}